Matthew Schranz
|
6d3d2ebee0
|
Bug 686913 - HTMLProgressElement and HTMLMeterElement should not be form controls. r=mounir, a=mfinkle
|
2012-04-21 17:35:42 -04:00 |
|
Timothy Nikkel
|
e472248f52
|
Bug 732016 Allow override of the scroll port size used for clamping scroll positions. r=roc
|
2012-04-19 20:54:54 -05:00 |
|
Olli Pettay
|
2547761e2e
|
Bug 731875 - Geolocation doorhanger might cause a zombie compartment, GeoPositionOptions part, r=dougt
|
2012-04-16 22:08:48 +03:00 |
|
Ms2ger
|
f9cec820ad
|
Bug 732708 - Part b: Devirtualize BroadcastChangeNotification and remove a dead implementation; r=honzab
|
2012-04-14 15:06:30 +02:00 |
|
Ms2ger
|
b8ae2456b2
|
Backing out bf0a78471e5e:dc7022e2d807 for inexplicable windows crashes.
|
2012-04-14 17:52:34 +02:00 |
|
Ms2ger
|
4baa902d14
|
Bug 743573 - Fix a number of build warnings in dom/; r=volkmar
|
2012-04-14 15:09:47 +02:00 |
|
Ms2ger
|
82c52d6ef5
|
Bug 732708 - Part b: Devirtualize BroadcastChangeNotification and remove a dead implementation; r=honzab
|
2012-04-14 15:06:30 +02:00 |
|
Mark Finkle
|
06836e9d32
|
Bug 737050 - Add support for the WEBAPP intent r=blassey r=bnicholson r=gavin
|
2012-04-13 22:45:25 -04:00 |
|
Gregory Szorc
|
24ce7aadaf
|
Merge mozilla-central into inbound
|
2012-04-11 18:51:10 -07:00 |
|
Olli Pettay
|
9e236a1d43
|
Bug 742482 - Add support for MutationObserver.takeRecords(), r=sicking
|
2012-04-11 08:24:18 +03:00 |
|
David Humphrey (:humph)
|
5f9892f336
|
Bug 633602 - Implement Pointer Lock (Mouse Lock) API. r=roc,smaug
|
2012-04-11 17:55:21 -04:00 |
|
Aryeh Gregor
|
ce926d8719
|
Bug 742261 - Remove useless queryCommandText/execCommandShowHelp methods; r=ehsan
|
2012-04-04 15:30:33 +03:00 |
|
Boris Zbarsky
|
a25922d009
|
Bug 742549. Add a .crossOrigin IDL property. r=sicking
Note that the content attribute is crossorigin (lowercase) in SVG, hence the need to have different
content and IDL property names in the test.
|
2012-04-05 22:24:42 -04:00 |
|
Brad Lassey
|
d0e11c8d01
|
backout b51259905d85 because it needs sr
|
2012-04-05 02:02:52 -04:00 |
|
Brad Lassey
|
4a02ab3916
|
bug 738528 - still photo support for getUserMedia r=dougt
|
2012-04-04 23:32:38 -04:00 |
|
Nathan Froyd
|
648b4d2f3d
|
Bug 732708 - remove nsIDOMStorageList; r=honzab
|
2012-03-28 12:33:41 -04:00 |
|
Kan-Ru Chen
|
bcddd7d2c9
|
Bug 710135 - Move screen.enabled/brightness to mozPower. r=jlebar,mounir sr=cjones,sicking
|
2012-04-03 01:51:00 -04:00 |
|
Ms2ger
|
baf72711e7
|
Bug 740771 - Stringify null for Storage.getItem/setItem/removeItem; r=mayhemer
|
2012-04-03 09:25:39 +02:00 |
|
Gregor Wagner
|
bee86ad93d
|
Bug 734198 - Contacts API: Add Sorting. r=bent
|
2012-04-02 16:39:57 -07:00 |
|
Ed Morley
|
651aa424a1
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-03-31 22:41:59 +01:00 |
|
Olli Pettay
|
f198500ad9
|
Bug 641821, MutationObserver, r=sicking
--HG--
extra : rebase_source : a680c883b22976edf38eea23fb516215e081084f
|
2012-03-31 09:30:13 -07:00 |
|
Ed Morley
|
c7a3740e33
|
Merge mozilla-central to mozilla-inbound
|
2012-03-31 15:28:55 +01:00 |
|
Peter Van der Beken
|
09128a75d3
|
Fix for bug 740069 (Generate JS bindings in C++ with a python script for DOM objects on the main thread and in workers. Infrastructure and new bindings for XMLHttpRequest). Patch by bent/bz/bholley/jst/khuey/peterv, r=bent/bz/bholley/jlebar/khuey/peterv/sicking/smaug.
--HG--
rename : js/xpconnect/tests/mochitest/test_bug462428.html => dom/bindings/test/test_lookupGetter.html
|
2012-03-30 21:42:20 -07:00 |
|
Mounir Lamouri
|
d8342fc658
|
Bug 740188 - Screen Orientation API locking (1/3): DOM/HAL boilerplate. r=smaug sr=sicking
|
2012-03-29 12:43:16 -07:00 |
|
Ms2ger
|
a7ad2e10a7
|
Bug 738647 - DOMStorageImpl::GetKey shouldn't throw; r=honzab
|
2012-03-29 23:09:09 +02:00 |
|
Phil Ringnalda
|
b4da60b42d
|
Back out 0cb85ff0f764 (bug 738568), 9949bb092303 (bug 730209), 095fd525afa7 (bug 729924), dcf8929a8115 (bug 633602) because of widely scattered and unclear bustage on a CLOSED TREE
|
2012-03-28 22:37:46 -07:00 |
|
David Humphrey
|
03dc4eeeee
|
Bug 633602 - Implement Pointer Lock (Mouse Lock) API. r=roc, smaug
|
2012-03-28 21:00:14 -04:00 |
|
Justin Lebar
|
3be96b596d
|
Bug 736688 - Part 5: Remove window.{top,parent,frameElement} mozbrowser changes in nsGlobalWindow (undoes changes from bug 725796). r=smaug
--HG--
extra : rebase_source : fdeccb7e995229cdbc6ebd945109fe8441f9f525
|
2012-03-28 11:36:49 -07:00 |
|
Jared Wein
|
642a4f48c0
|
Bug 730318 - Implement a way for chrome js to enumerate the plugin objects on a page for activation. r=khuey
|
2012-03-28 08:53:56 -07:00 |
|
Jared Wein
|
e34baf2131
|
Backed out changeset 8e42ba558f07 (bug 730318) CLOSED TREE
|
2012-03-27 15:23:53 -07:00 |
|
Jared Wein
|
5c1c03e064
|
Bug 730318 - Implement a way for chrome js to enumerate the plugin objects on a page for activation. r=khuey
|
2012-03-27 13:50:50 -07:00 |
|
Gregor Wagner
|
746c6fda8d
|
Bug 678695 - Settings API. r=sicking, fabrice, smaug
|
2012-03-26 14:49:38 -07:00 |
|
Diogo Golovanevsky Monteiro
|
5b721c04cf
|
Bug 735031 - Make Fullscreen API work with DOMElements rather than only HTML Elements. r=cpearce,smaug
|
2012-03-24 17:37:04 +13:00 |
|
Jared Wein
|
4920fd9f8d
|
Backed out changeset 5f79a3dd45ff (bug 730318) r=bustage
|
2012-03-23 11:46:12 -07:00 |
|
Marco Bonardo
|
d525c9e71e
|
Merge last green PGO from inbound to central
|
2012-03-23 12:49:57 +01:00 |
|
Jared Wein
|
589f9135f9
|
Bug 730318 - Implement a way for chrome js to enumerate the plugin objects on a page for activation. r=khuey
|
2012-03-22 13:53:59 -07:00 |
|
Masayuki Nakano
|
445d98cb9e
|
Bug 672175 part.16 Implement nsIWidget::SynthesizeNativeMouseScrollEvent() on Windows r=jimm
|
2012-03-22 09:59:12 +09:00 |
|
Masayuki Nakano
|
6ca839eb6c
|
Bug 672175 part.15 Add new API nsIDOMWindowUtils.sendNativeMouseScrollEvent() r=roc, sr=smaug
|
2012-03-22 09:59:12 +09:00 |
|
Ms2ger
|
16bb75fefb
|
Bug 736752 - Compartment mismatch in JetPack 'test-content-proxy.testTypedArrays', r=bholley
|
2012-03-20 13:57:00 -07:00 |
|
Neil Deakin
|
6c9d8bc0e7
|
Bug 605991, prevent drops on a parent content page from a child frame from a different domain, r=smaug
|
2012-03-20 11:21:41 -04:00 |
|
Mounir Lamouri
|
e1b61ee6bf
|
Bug 720794 - Part 2 (DOM) - Implement reading and event parts of Screen Orientation API. r=jst sr=sicking
|
2012-03-14 11:10:48 +01:00 |
|
Mark Finkle
|
2f256bcc57
|
Backout 7e28d1a2c648, 330b210f503d, 2421d39e0ab3, aa978ffa44bc, 38a71ae7e06d, b94319584a7a, 7e8278f5e814, 0b4e3c7608ab, 329c07609ca8, 0d61a0d8dba4, Due to Ts regression on Android
|
2012-03-17 21:51:39 -04:00 |
|
Mounir Lamouri
|
db3fd2663b
|
Bug 720794 - Part 2 (DOM) - Implement reading and event parts of Screen Orientation API. r=jst sr=sicking
|
2012-03-14 11:10:48 +01:00 |
|
Ms2ger
|
a494664e3f
|
Bug 722154 - Part f: Remove custom quickstubs for vertexAttrib[1-4]fv; r=bjacob
|
2012-03-16 10:53:41 +01:00 |
|
Ms2ger
|
3456d2d5e4
|
Bug 722154 - Part e: Remove custom quickstubs for uniform[1-4][i,f]v and uniformMatrix[2-4]fv; r=bjacob
|
2012-03-16 10:52:42 +01:00 |
|
Ms2ger
|
d5d2b74974
|
Bug 722154 - Part d: Remove custom quickstub for readPixels; r=bjacob
|
2012-03-16 10:50:51 +01:00 |
|
Ms2ger
|
58d4fde71b
|
Bug 722154 - Part c: Remove custom quickstubs for compressedTexImage2D and compressedTexSubImage2D; r=bjacob
|
2012-03-16 10:50:33 +01:00 |
|
Ms2ger
|
3850828e22
|
Bug 722154 - Part b: Remove custom quickstub for bufferSubData; r=bjacob
|
2012-03-16 10:50:18 +01:00 |
|
Ms2ger
|
b3ff1e4405
|
Bug 722154 - Part a: Remove custom quickstub for bufferData; r=bjacob
|
2012-03-16 10:50:00 +01:00 |
|
Ms2ger
|
090a26ea3d
|
Bug 550309 - Part e: Remove custom quickstub for getImageData and return an actual ImageData; r=bz
|
2012-03-16 10:48:55 +01:00 |
|