Ehsan Akhgari
4e4e1bcb9b
Merge mozilla-central into birch
2012-04-24 10:49:42 -04:00
Bobby Holley
4a6146adee
Bug 743615 - Tests. r=bent, a=blassey
2012-04-24 12:58:18 +02:00
Bobby Holley
9aeabfb031
Bug 743615 - Hook up worker ImageData to the structured clone stream. r=bent
2012-04-24 12:58:08 +02:00
Bobby Holley
8bf021c05d
Bug 743615 - Introduce the ImageData object/constructor in workers. r=bent
2012-04-24 12:58:08 +02:00
Bobby Holley
c416d420fd
Bug 743615 - MainThreadWorkerStructuredCloneCallbacks should not call the WorkerStructuredCloneCallbacks variants. r=bent
...
Doing so makes no sense. It seems like a no-op right now because we handle all the same cases first. But it's a hazard, and a problem for my upcoming patches.
2012-04-24 12:58:07 +02:00
Bobby Holley
b495532ca4
Bug 743615 - Handle ImageData in the main thread runtime callbacks. r=bent
2012-04-24 12:58:07 +02:00
Bobby Holley
c1fbbaa1d6
Bug 743615 - Base worker structured clone tags on the dom ones to ensure against collisions. r=bent
2012-04-24 12:58:07 +02:00
Ed Morley
dcdf030a23
Merge from mozilla-central
2012-04-24 11:46:16 +01:00
Ed Morley
3766b3adc1
Merge last PGO-green changeset of mozilla-inbound to mozilla-central a=merge
2012-04-24 11:14:56 +01:00
Matthew Schranz
9a181354aa
Bug 686913 - HTMLProgressElement should no longer be a form control. r=mounir a=mfinkle
2012-04-24 12:03:21 +02:00
Ehsan Akhgari
906c0d876d
Merge from mozilla-central
2012-04-23 19:24:10 -04:00
Ehsan Akhgari
7ec790e011
Merge from mozilla-central
2012-04-23 18:17:44 -04:00
Joe Drew
04af952550
Backout 492d12fa8b65 (bug 732016) for regressions. a=regression
...
--HG--
extra : rebase_source : cda0401baa2c3e5f6192f76c1cd25eca8187a9a0
2012-04-23 11:13:33 -07:00
Mounir Lamouri
a121da351d
Bug 747442 - Unlock orientation only if the received mozfullscreenchange is for fullscreen being disabled. r=smaug a=mfinkle
2012-04-23 10:30:58 +02:00
Ehsan Akhgari
313c5f8453
Merge mozilla-central into birch
2012-04-22 16:10:35 -04:00
Steven Lee
d7038612fa
Bug 736939 - AudioManager implementation. r=cjones, a=b2g-only
2012-04-22 14:14:36 -04:00
Rafael Ávila de Espíndola
a2a9aa260f
Bug 743680 - nsGlobalWindow.h uses GetWrapper, include nsWrapperCacheInlines.h. r=dbolter.
...
--HG--
extra : rebase_source : 9e0b59c3b4929b7c48767be1732269133cb4e18f
2012-04-20 16:43:48 -04:00
Luke Wagner
05a5a19152
Bug 747617 - fix document.all and swap JSClass::{construct,hasInstance} so this doesn't happen again (r=bz)
...
--HG--
extra : rebase_source : 036acbd046ff8b42f81e63933901b6aaaa595a76
2012-05-07 12:44:08 -07:00
Masayuki Nakano
81566b63e2
Bug 630811 part.7 Add getModifierState() to DOM KeyboardEvent and DOM MouseEvent r=smaug, sr=jst
2012-04-25 12:00:02 +09:00
Masayuki Nakano
111aa93c0c
Bug 630811 part.3 Improve nsDOMWindowUtils::send*Event() for new modifiers r=smaug
2012-04-25 12:00:02 +09:00
Masayuki Nakano
5c0d118456
Bug 630811 part.2 Replace nsInputEvent::isShift, nsInputEvent::isControl, nsInputEvent::isAlt and nsInputEvent::isMeta r=smaug
2012-04-25 12:00:02 +09:00
Masayuki Nakano
3659544533
Bug 731878 part.2 Implement D3E MouseEvent.buttons attribute r=smaug, sr=jst
2012-04-25 12:00:01 +09:00
Ehsan Akhgari
166aca09f9
Merge mozilla-central into mozilla-inbound
2012-04-24 21:29:44 -04:00
Patrick Wong
4ccd1d2fbb
Bug 745659 - Removed the nsPrintfCString constructor which takes a length and all corresponding instances that call that particular constructor. This is accomplished by removing the length component from the instantiation. r=jlebar
2012-04-24 14:43:00 -04:00
Boris Zbarsky
25ea3684d2
Bug 751458. Don't let DOM workers confuse the slow-script time accounting and trigger slow script dialogs. r=bent
2012-05-04 03:22:18 -04:00
Josh Aas
b626f24117
Bug 751641: Fix bug in which we add a Java MIME type to all plugins. r=jst
2012-05-04 00:35:07 -04:00
Doug Turner
e474437e8e
Bug 738465 - implement device light sensor. r=smaug
2012-05-02 09:43:45 -07:00
Doug Turner
e188f5505d
Bug 738131 - implement device proximity. r=smaug
...
* * *
Bug 738131 - implement device proximity. gonk implementation. r=mwu
2012-05-02 09:43:45 -07:00
Doug Turner
0a34ab8fd7
Bug 740473 - Preference to disable device sensors. r=smaug
2012-05-02 09:43:45 -07:00
Josh Matthews
7e78dba969
Bug 729204 - Make docshell privacy notifications work across multiple processes. r=bz
2012-04-19 20:13:20 -04:00
Ehsan Akhgari
1a589b3eab
Merge mozilla-central into birch
2012-04-20 13:50:08 -04:00
Phil Ringnalda
f9054a9761
Back out dd82458147fd (bug 714861) for mochitest-3 failures and Linux mochitest-chrome leaks
2012-04-19 20:06:34 -07:00
Timothy Nikkel
129d597bb7
Bug 732016 Allow override of the scroll port size used for clamping scroll positions. r=roc
2012-04-19 20:54:54 -05:00
Justin Lebar
71e61abe35
Bug 714861 - Run <iframe mozbrowser> in a separate process (disabled by default). r=cjones,bz,tn,smaug
2012-04-20 09:54:43 +10:00
Chris Peterson
8c4b827812
Bug 742036 - Part 3: Pass Android's native keycodes to Flash plugin using nsGUIEvent::pluginEvent. r=masayuki,blassey a=blocking-fennec
...
--HG--
extra : rebase_source : c5cd6ba353970c1ba2f3315c55730957d1a306b9
2012-04-19 10:49:31 -07:00
Ehsan Akhgari
5af9f61b94
Merge mozilla-central into birch
2012-04-19 10:03:36 -04:00
Peng Kang
3998834626
Bug 737056 - Replace NS_CompareVersions more intuitive C++ API called mozilla::Version. r=bsmedberg
2012-04-18 23:22:29 -04:00
Ehsan Akhgari
443e8334a9
Backout changeset c3d4c0bdd4bf (bug 737056) for build bustage
2012-04-18 17:05:06 -04:00
Philipp von Weitershausen
e085f15554
Bug 717122 - Network Manager interface for Wifi. r=gal,mrbkap a=b2g-only
2012-04-19 18:33:36 -03:00
Philipp von Weitershausen
6158bcbc88
Bug 717122 - Network Manager interface for the RIL. r=gal
2012-04-19 18:33:25 -03:00
Peng Kang
07a23d4ade
Bug 737056 - Replace NS_CompareVersions more intuitive C++ API called mozilla::Version. r=bsmedberg
2012-04-18 16:31:59 -04:00
Boris Zbarsky
0f61aa61e2
Bug 742197. Make unannotated non-nullable string arguments stringify null and undefined in the webidl bindings. r=peterv
2012-04-18 15:28:01 -04:00
Boris Zbarsky
19e5dd0b3b
Bug 742422. Make DOM prototypes more typeinference-friendly. r=peterv
2012-04-18 12:11:55 -04:00
Boris Zbarsky
bcae5f47e3
Bug 742425. Remove the extra compartment-entering code we don't need. r=peterv
2012-04-18 12:11:33 -04:00
Boris Zbarsky
396f480085
Bug 742170. Use CGThings in CGCreateInterfaceObjectsMethod more. r=peterv
2012-04-18 12:10:48 -04:00
Boris Zbarsky
1c8d9735f3
Bug 742168. Refer to experimental bindings, not Paris bindings, in the pref code, since it will only control a subset of the Paris bindings. r=peterv
2012-04-18 12:02:04 -04:00
Boris Zbarsky
0844877e54
Bug 745899. Make it easier to use Nullable for non-primitive types. r=peterv
2012-04-18 12:01:18 -04:00
Brad Lassey
f9509639a5
bug 746135 - PopLocalFrame won't be called if an error occurs in AudioRunnable::Run() r=snorp
2012-04-17 09:59:22 -04:00
Myk Melez
2eea1475c4
bug 725408 - implement WebappRT launcher/shell; r=bsmedberg
2012-04-17 07:11:53 -07:00
Marco Bonardo
e2d27a92bb
Merge last green PGO from inbound to central
2012-04-17 15:31:58 +02:00
Olli Pettay
a575c4db0b
Bug 731875 - Geolocation doorhanger might cause a zombie compartment, GeoPositionOptions part, r=dougt
2012-04-16 22:08:48 +03:00
Vicamo Yang
f014597ea7
Bug 738132 - Part 3: parse application port address for incoming messages. r=philikon a=b2g-only
2012-04-23 20:43:32 -03:00
Vicamo Yang
c06f833e18
Bug 738132 - Part 2: support 8-bit encoding. r=philikon
2012-04-23 20:43:32 -03:00
Vicamo Yang
c46af03f5c
Bug 738132 - Part 1: add GsmPDUHelper.readDataCodingScheme. r=philikon
2012-04-23 20:43:32 -03:00
Yoshi Huang
1f903e690d
Bug 736941 - B2G RIL: Fetch SIM record. r=philikon a=b2g-only
2012-04-18 18:07:29 +08:00
Ehsan Akhgari
49140e6b27
Backout bug 743615 because of build bustage; a=backout
2012-04-23 19:11:46 -04:00
Bobby Holley
03fb5bb573
Bug 743615 - Tests. r=bent, a=blassey
2012-04-24 00:53:37 +02:00
Bobby Holley
eeddacb83a
Bug 743615 - Hook up worker ImageData to the structured clone stream. r=bent
2012-04-24 00:53:37 +02:00
Bobby Holley
263b4f7636
Bug 743615 - Introduce the ImageData object/constructor in workers. r=bent
2012-04-24 00:53:37 +02:00
Bobby Holley
1abd4e8962
Bug 743615 - MainThreadWorkerStructuredCloneCallbacks should not call the WorkerStructuredCloneCallbacks variants. r=bent
...
Doing so makes no sense. It seems like a no-op right now because we handle all the same cases first. But it's a hazard, and a problem for my upcoming patches.
2012-04-24 00:53:37 +02:00
Bobby Holley
81cc184435
Bug 743615 - Handle ImageData in the main thread runtime callbacks. r=bent
2012-04-24 00:53:37 +02:00
Bobby Holley
c6e4c028b6
Bug 743615 - Base worker structured clone tags on the dom ones to ensure against collisions. r=bent
2012-04-24 00:53:37 +02:00
Bas Schouten
70404950aa
Bug 748785: Enable NPAPI Async Drawing by default on windows. r=josh
2012-05-01 23:46:53 +02:00
Nicholas Nethercote
43f329dbbd
Bug 744311 (part 1) - Preliminary whitespace and code order changes. r=jlebar.
...
--HG--
extra : rebase_source : f700733d8aa1aed1ae1f9206b4ee9063f9a03341
2012-04-09 22:52:33 -07:00
Boris Zbarsky
41febb73ea
Bug 747826. Return the value inside a Nullable by reference, not by value, so Nullable around some sort of complex type works sanely. r=peterv
2012-04-26 00:42:37 -04:00
Boris Zbarsky
285863ca2d
Bug 747819. When wrapping non-prefable objects, don't generate a fallback-to-XPConnect codepath. r=peterv
2012-04-26 00:42:20 -04:00
Boris Zbarsky
4399ca73fe
Bug 747815. Use const strings for arguments in DOM bindings. r=peterv
2012-04-26 00:42:03 -04:00
Vicamo Yang
5ebe4fbd96
Bug 748667 - B2G SMS: can't receive normal SMS, message.header is undefined. r=philikon
...
--HG--
extra : rebase_source : 0fccacf5bb7747a96d420e65389f4b3f6fb81ad8
2012-04-25 19:34:18 -07:00
Gregor Wagner
3a6c7358bd
Bug 748852 - Contacts API: Fix leak, error handling. r=fabrice
2012-04-25 18:31:48 -07:00
Blake Kaplan
8c4c7ed75c
Bug 740079 - Provide a synchronous API to get precise information about the current connection status. r=cjones f=kaze
2012-04-09 11:32:17 +08:00
Mounir Lamouri
e9d72e0353
Bug 745495 - Fix crash when using screen object from removed iframe. r=smaug
2012-04-16 11:33:35 +02:00
Josh Aas
ba978dff01
Bug 745241: Clean up some plugin stream functions. r=bsmedberg
2012-04-15 17:34:01 -04:00
Ms2ger
1e6a07f994
Bug 742893 - Part a: Make xpc_qsValueTo{Uint,Int}64 public; r=bholley
2012-04-14 15:07:31 +02:00
Ms2ger
ff14126f30
Bug 732708 - Part c: Remove dom-storage-changed observer topic; r=honzab
2012-04-14 15:06:32 +02:00
Ms2ger
5e571905eb
Bug 732708 - Part b: Devirtualize BroadcastChangeNotification and remove a dead implementation; r=honzab
2012-04-14 15:06:30 +02:00
Ms2ger
4dc2f2248c
Bug 742938 - Move W3C-imported testharness.js tests to make the path shorter; r=jhammel
...
--HG--
rename : dom/tests/mochitest/w3c/Makefile.in => dom/imported-tests/Makefile.in
rename : dom/tests/mochitest/w3c/README => dom/imported-tests/README
rename : dom/tests/mochitest/w3c/WebIDLParser.js => dom/imported-tests/WebIDLParser.js
rename : dom/tests/mochitest/w3c/failures.txt => dom/imported-tests/failures.txt
rename : dom/tests/mochitest/w3c/html.json => dom/imported-tests/html.json
rename : dom/tests/mochitest/w3c/html.mk => dom/imported-tests/html.mk
rename : dom/tests/mochitest/w3c/html.txt => dom/imported-tests/html.txt
rename : dom/tests/mochitest/w3c/html/tests/submission/Mozilla/Makefile.in => dom/imported-tests/html/tests/submission/Mozilla/Makefile.in
rename : dom/tests/mochitest/w3c/html/tests/submission/Mozilla/nested-document-write-external.js => dom/imported-tests/html/tests/submission/Mozilla/nested-document-write-external.js
rename : dom/tests/mochitest/w3c/html/tests/submission/Mozilla/test_body-onload.html => dom/imported-tests/html/tests/submission/Mozilla/test_body-onload.html
rename : dom/tests/mochitest/w3c/html/tests/submission/Mozilla/test_pageload-image.html => dom/imported-tests/html/tests/submission/Mozilla/test_pageload-image.html
rename : dom/tests/mochitest/w3c/html/tests/submission/Mozilla/test_pageload-video.html => dom/imported-tests/html/tests/submission/Mozilla/test_pageload-video.html
rename : dom/tests/mochitest/w3c/html/tests/submission/Mozilla/test_script-for-onload.html => dom/imported-tests/html/tests/submission/Mozilla/test_script-for-onload.html
rename : dom/tests/mochitest/w3c/html/tests/submission/Mozilla/test_window-onerror-parse-error.html => dom/imported-tests/html/tests/submission/Mozilla/test_window-onerror-parse-error.html
rename : dom/tests/mochitest/w3c/html/tests/submission/Mozilla/test_window-onerror-runtime-error-throw.html => dom/imported-tests/html/tests/submission/Mozilla/test_window-onerror-runtime-error-throw.html
rename : dom/tests/mochitest/w3c/html/tests/submission/Mozilla/test_window-onerror-runtime-error.html => dom/imported-tests/html/tests/submission/Mozilla/test_window-onerror-runtime-error.html
rename : dom/tests/mochitest/w3c/idlharness.js => dom/imported-tests/idlharness.js
rename : dom/tests/mochitest/w3c/importTestsuite.py => dom/imported-tests/importTestsuite.py
rename : dom/tests/mochitest/w3c/parseManifest.py => dom/imported-tests/parseManifest.py
rename : dom/tests/mochitest/w3c/testharness.css => dom/imported-tests/testharness.css
rename : dom/tests/mochitest/w3c/testharness.js => dom/imported-tests/testharness.js
rename : dom/tests/mochitest/w3c/testharnessreport.js.in => dom/imported-tests/testharnessreport.js.in
rename : dom/tests/mochitest/w3c/updateTestharness.py => dom/imported-tests/updateTestharness.py
rename : dom/tests/mochitest/w3c/webapps.json => dom/imported-tests/webapps.json
rename : dom/tests/mochitest/w3c/webapps.mk => dom/imported-tests/webapps.mk
rename : dom/tests/mochitest/w3c/webapps.txt => dom/imported-tests/webapps.txt
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/Makefile.in => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/Makefile.in
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-01.htm => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-01.htm
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-02.htm => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-02.htm
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-03.htm => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-03.htm
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-04.htm => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-04.htm
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-05.htm => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-05.htm
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-06.htm => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-06.htm
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-07.htm => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-07.htm
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-08.htm => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-08.htm
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-09.htm => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-09.htm
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-10.xml => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-10.xml
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-11.xml => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-11.xml
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-12.htm => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-12.htm
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-13.htm => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-13.htm
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-14.htm => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-14.htm
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-15.htm => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-15.htm
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-16.htm => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-16.htm
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-17.htm => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-17.htm
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-18.htm => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-18.htm
rename : dom/tests/mochitest/w3c/writeReporter.py => dom/imported-tests/writeReporter.py
2012-04-14 15:05:48 +02:00
Ms2ger
03dac80635
No bug - Fix a few issues in importTestsuite.py and update generated Makefiles; r=me
2012-04-14 15:05:33 +02:00
Ms2ger
2a2428bca8
Bug 741349 - Get rid of the mozilla::xpconnect::memory namespace; r=bholley
2012-04-14 15:05:19 +02:00
Ms2ger
1d66128fff
Bug 741347 - Remove nsIXPConnect::DefineDOMQuickStubs, call DOM_DefineQuickStubs directly instead; r=bholley
2012-04-14 15:05:17 +02:00
Ms2ger
dfc44fcf97
Bug 742837 - Remove dead code and cleanup around nsDOMScriptObjectFactory; r=bz
2012-04-14 15:03:16 +02:00
Ms2ger
6a4d885b40
Bug 744347 - Remove last traces of EventException; r=smaug
2012-04-14 14:57:07 +02:00
Ms2ger
77ca860259
Backing out bf0a78471e5e:dc7022e2d807 for inexplicable windows crashes.
2012-04-14 17:52:34 +02:00
Ms2ger
859ca74e56
Bug 743573 - Fix a number of build warnings in dom/; r=volkmar
2012-04-14 15:09:47 +02:00
Ms2ger
2242d1961b
Bug 742893 - Part a: Make xpc_qsValueTo{Uint,Int}64 public; r=bholley
2012-04-14 15:07:31 +02:00
Ms2ger
b55e2f9d8c
Bug 732708 - Part c: Remove dom-storage-changed observer topic; r=honzab
2012-04-14 15:06:32 +02:00
Ms2ger
f575eda9ec
Bug 732708 - Part b: Devirtualize BroadcastChangeNotification and remove a dead implementation; r=honzab
2012-04-14 15:06:30 +02:00
Ms2ger
7e69ccb73e
Bug 742938 - Move W3C-imported testharness.js tests to make the path shorter; r=jhammel
...
--HG--
rename : dom/tests/mochitest/w3c/Makefile.in => dom/imported-tests/Makefile.in
rename : dom/tests/mochitest/w3c/README => dom/imported-tests/README
rename : dom/tests/mochitest/w3c/WebIDLParser.js => dom/imported-tests/WebIDLParser.js
rename : dom/tests/mochitest/w3c/failures.txt => dom/imported-tests/failures.txt
rename : dom/tests/mochitest/w3c/html.json => dom/imported-tests/html.json
rename : dom/tests/mochitest/w3c/html.mk => dom/imported-tests/html.mk
rename : dom/tests/mochitest/w3c/html.txt => dom/imported-tests/html.txt
rename : dom/tests/mochitest/w3c/html/tests/submission/Mozilla/Makefile.in => dom/imported-tests/html/tests/submission/Mozilla/Makefile.in
rename : dom/tests/mochitest/w3c/html/tests/submission/Mozilla/nested-document-write-external.js => dom/imported-tests/html/tests/submission/Mozilla/nested-document-write-external.js
rename : dom/tests/mochitest/w3c/html/tests/submission/Mozilla/test_body-onload.html => dom/imported-tests/html/tests/submission/Mozilla/test_body-onload.html
rename : dom/tests/mochitest/w3c/html/tests/submission/Mozilla/test_pageload-image.html => dom/imported-tests/html/tests/submission/Mozilla/test_pageload-image.html
rename : dom/tests/mochitest/w3c/html/tests/submission/Mozilla/test_pageload-video.html => dom/imported-tests/html/tests/submission/Mozilla/test_pageload-video.html
rename : dom/tests/mochitest/w3c/html/tests/submission/Mozilla/test_script-for-onload.html => dom/imported-tests/html/tests/submission/Mozilla/test_script-for-onload.html
rename : dom/tests/mochitest/w3c/html/tests/submission/Mozilla/test_window-onerror-parse-error.html => dom/imported-tests/html/tests/submission/Mozilla/test_window-onerror-parse-error.html
rename : dom/tests/mochitest/w3c/html/tests/submission/Mozilla/test_window-onerror-runtime-error-throw.html => dom/imported-tests/html/tests/submission/Mozilla/test_window-onerror-runtime-error-throw.html
rename : dom/tests/mochitest/w3c/html/tests/submission/Mozilla/test_window-onerror-runtime-error.html => dom/imported-tests/html/tests/submission/Mozilla/test_window-onerror-runtime-error.html
rename : dom/tests/mochitest/w3c/idlharness.js => dom/imported-tests/idlharness.js
rename : dom/tests/mochitest/w3c/importTestsuite.py => dom/imported-tests/importTestsuite.py
rename : dom/tests/mochitest/w3c/parseManifest.py => dom/imported-tests/parseManifest.py
rename : dom/tests/mochitest/w3c/testharness.css => dom/imported-tests/testharness.css
rename : dom/tests/mochitest/w3c/testharness.js => dom/imported-tests/testharness.js
rename : dom/tests/mochitest/w3c/testharnessreport.js.in => dom/imported-tests/testharnessreport.js.in
rename : dom/tests/mochitest/w3c/updateTestharness.py => dom/imported-tests/updateTestharness.py
rename : dom/tests/mochitest/w3c/webapps.json => dom/imported-tests/webapps.json
rename : dom/tests/mochitest/w3c/webapps.mk => dom/imported-tests/webapps.mk
rename : dom/tests/mochitest/w3c/webapps.txt => dom/imported-tests/webapps.txt
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/Makefile.in => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/Makefile.in
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-01.htm => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-01.htm
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-02.htm => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-02.htm
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-03.htm => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-03.htm
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-04.htm => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-04.htm
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-05.htm => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-05.htm
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-06.htm => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-06.htm
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-07.htm => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-07.htm
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-08.htm => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-08.htm
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-09.htm => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-09.htm
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-10.xml => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-10.xml
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-11.xml => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-11.xml
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-12.htm => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-12.htm
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-13.htm => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-13.htm
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-14.htm => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-14.htm
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-15.htm => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-15.htm
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-16.htm => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-16.htm
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-17.htm => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-17.htm
rename : dom/tests/mochitest/w3c/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-18.htm => dom/imported-tests/webapps/DOMCore/tests/submissions/Opera/test_getElementsByClassName-18.htm
rename : dom/tests/mochitest/w3c/writeReporter.py => dom/imported-tests/writeReporter.py
2012-04-14 15:05:48 +02:00
Ms2ger
5a7bc1e8d2
No bug - Fix a few issues in importTestsuite.py and update generated Makefiles; r=me
2012-04-14 15:05:33 +02:00
Ms2ger
f3fe45e455
Bug 741349 - Get rid of the mozilla::xpconnect::memory namespace; r=bholley
2012-04-14 15:05:19 +02:00
Ms2ger
23617402f0
Bug 741347 - Remove nsIXPConnect::DefineDOMQuickStubs, call DOM_DefineQuickStubs directly instead; r=bholley
2012-04-14 15:05:17 +02:00
Ms2ger
5a2d0a8476
Bug 741245 - Remove nsresult return value from nsXPConnect::GetSafeJSContext(); r=bholley
2012-04-14 15:05:01 +02:00
Ms2ger
1abb5a381a
Bug 742837 - Remove dead code and cleanup around nsDOMScriptObjectFactory; r=bz
2012-04-14 15:03:16 +02:00
Ms2ger
2009883804
Bug 744347 - Remove last traces of EventException; r=smaug
2012-04-14 14:57:07 +02:00
Marco Bonardo
b5e7934a18
Merge central and inbound
2012-04-14 13:56:15 +02:00
Olli Pettay
fd53ed1bf7
Bug 743416, crash with showModalDialog, r=jst
2012-04-14 11:03:28 +03:00
Ms2ger
673d991d89
Backed out changeset db5d4c1aece7 for B2g bustage.
2012-04-14 09:29:41 +02:00
Kyle Machulis
ca94ac726c
Bug 732639: DBus Thread Implementation for B2G Bluetooth r=cjones
...
--HG--
extra : rebase_source : 564ff82ed63cb02ab99204c572baad6a5e761376
2012-04-13 22:40:09 -07:00
Veeraya Pupatwibul
a8c0461020
Bug 741131 - Clamp negative geolocation timeout values to 0. r=jdm
2012-04-13 03:28:00 -04:00
Mark Finkle
8d45a219c7
Bug 737050 - Add support for the WEBAPP intent r=blassey r=bnicholson r=gavin
2012-04-13 22:45:25 -04:00
Eitan Isaacson
e194d78c27
Bug 739498 - Added Javascript modules for mobile accessibility. r=surkov
2012-04-13 16:18:57 -07:00
Matt Brubeck
07b516463a
Bug 739038 (followup) - tests for dom.disable_window_showModalDialog and disable_window_print [r=jst]
2012-04-13 15:27:39 -07:00
Ben Turner
dc5ce5cefa
Bug 672667 - ' IndexedDB demo causes leaks and never-ending assertions'. r=bsmedberg+smichaud+khuey.
2012-04-06 13:40:10 -07:00
Ryan VanderMeulen
9a0075da5b
Re-land the patch for bug 732639 after a b2g clobber.
2012-05-07 17:50:25 -04:00
Ryan VanderMeulen
835d66af27
Backout 7a8607523522 (bug 732639) due to bustage. r=Boot2Fail
2012-05-07 17:21:01 -04:00
Kyle Machulis
eda1d7b45b
Bug 732639: Create event loop thread for bluetooth dbus on gonk/linux; r=cjones
2012-05-07 14:04:59 -07:00
Nathan Froyd
9aded0a533
Bug 751314 - fix -Wsign-compare warnings in nsGlobalWindow.cpp; r=khuey
2012-05-02 15:38:17 -04:00
L. David Baron
ed46f7cd24
Try to fix topcrash bug 752428 by null-checking the result of nsIPresShell::FrameManager(), which isn't supposed to need it. r=roc
...
--HG--
extra : transplant_source : %DF%9D%B8%F3%06%C5%85%00%245%FFK%AC%3F%3B%0C%90%3D%EF%A0
2012-05-07 17:02:01 +02:00
Makoto Kato
e70f17856c
Bug 249159 - Part 2 Implement CSS3 Text word-break property. r=dbaron, smontagu
2012-05-07 12:18:23 -07:00
Gijs Kruitbosch
b53f9caf5b
Bug 749894 - fix intermittent test_performance_now failures, r=bz
...
--HG--
extra : rebase_source : 0d5696d909848a907fa02d390189e62366797725
2012-05-07 17:44:26 +02:00
Eitan Isaacson
d63f07fc30
Bug 745986 - Report page loading, loaded and new tabs. r=surkov
2012-05-07 09:44:44 -07:00
Hub Figuière
04fbf9baa7
Bug 712924 - Part 2: Return the proper role description for definition lists, with localization. r=surkov a=NPOTB
2012-04-17 17:31:03 -07:00
Robert O'Callahan
c3c1a7aa31
Bug 664918. Part 8: Add mozCaptureStream()/mozCaptureStreamUntilEnded() APIs to HTML media elements, returning a MediaStream representing the contents of the media element. r=cpearce,jesup
...
This is currently not fully functional. The MediaStream always ends when the underlying resource ends. You can't use these APIs on a media element
whose src is a MediaStream. Seeking or pausing the resource will cause problems. The media element does not play back in sync with the MediaStream.
2012-04-30 15:12:42 +12:00
Robert O'Callahan
b61b0479ed
Bug 664918. Part 7: Let the "src" attribute of HTML media elements accept a MediaStream DOM object, to make the media element play back the contents of the given stream. r=cpearce,jesup
2012-04-30 15:12:28 +12:00
Robert O'Callahan
500533126c
Bug 664918. Part 4: Create nsDOMMediaStream, a DOM object wrapping an underlying MediaStream. r=smaug,jesup
2012-04-30 15:11:34 +12:00
Fabrice Desré
5397f4846a
Bug 754198 - Warning treated as error in jemalloc.c. Build busted. [r=jlebar,bsmedberg]
2012-05-11 12:34:24 -07:00
Ed Morley
94067f98cb
Backout 9b0fcaacb788 & bf3fef257e68 (bug 752226) for mochitest-other orange
2012-05-11 18:25:52 +01:00
Tom Schuster
a5e74fc12b
Bug 752226 - Remove any use of JSVAL_IS_OBJECT. r=luke,Ms2ger
...
--HG--
extra : rebase_source : edf2077f8b8bad1970eab6ebe9996e761d4e596c
2012-05-11 17:46:26 +02:00
Nathan Froyd
8b313bb026
Bug 754241 - add window-objects-layout-pres-contexts to about:memory; r=njn
2012-05-11 09:23:07 -04:00
Gregor Wagner
f3aea8b4a6
Bug 746933 - Create a JS helper module for common IndexedDB functionality. r=fabrice
2012-04-26 15:10:04 -07:00
James Willcox
29aa760e76
Bug 749120 - Fix hiding the keyboard from Flash on Android
2012-04-26 16:52:05 -04:00
Ehsan Akhgari
439e8cf6e7
Bug 748752 - nsNPAPIPlugin check for private browsing value will not work; r=josh
2012-04-25 11:56:40 -04:00
Masatoshi Kimura
473d12ee2a
Bug 745498 - Add testcases for DOM4 exception types. r=sicking
2012-04-26 09:42:26 -07:00
Ms2ger
8f17d835b5
Backout cc0e289b9f34 (bug 640904) for Windows M1 crashes.
2012-04-26 18:22:08 +02:00
Bobby Holley
2c37716092
Bug 640904 - Check for null window globals within PreCreate hooks and assert IsClosedOrClosing(). r=peterv
2012-04-26 14:16:10 +02:00
Paul ADENOT
0c9bd026a9
Bug 462959 - Implement nsIDOMHTMLMediaElement::GetPlayed(). r=cpearce, kinetik
2012-04-30 20:29:24 -04:00
Ben Turner
e8e0f22c6e
Bug 747581. r=khuey.
2012-04-30 16:52:27 -07:00
Phil Ringnalda
3ea4cf1424
Back out 28cfc474ab58 (bug 742626) for xpcshell bustage
2012-04-30 11:38:09 -07:00
Fabrice Desré
993fcccb96
Bug 742626 - Allow indexedDB parent directory to not be the default profile directory [r=bent]
2012-04-30 10:27:57 -07:00
Brian R. Bondy
4d163ec0b5
Bug 749527 - Remove text formats in clipboard when copying an image. r=ehsan.
2012-04-30 13:08:16 -04:00
Josh Matthews
b1feec2eac
Bug 749795 - Use neglected code that properly obtains private browsing mode in plugins. r=josh
2012-04-30 09:46:27 +02:00
Kan-Ru Chen
c3b3e39fdb
Bug 739913 - Add cpuSleepAllowed attribute to mozPower. r=cjones
2012-04-16 18:35:33 -04:00
David Anderson
3220976613
Remove more uses of JS_FrameIterator (bug 744617, r=mrbkap).
2012-04-16 12:30:04 -07:00
David Anderson
94ccb204aa
Remove simple JS_FrameIterator use from content, DOM, and caps (bug 744617, r=mrbkap).
...
--HG--
extra : rebase_source : 003a5285b549845d47c9298606d737620db5bb3d
2012-04-16 12:30:00 -07:00
Kartikaya Gupta
6e2d7ef374
Bug 744699 - Call setDisplayPort on the correct presShell. r=roc
2012-04-16 09:48:04 -04:00
Marco Bonardo
d7b180ce98
Merge last green PGO from inbound to central
2012-04-13 12:40:12 +02:00
Matt Brubeck
9ad2d653fa
Bug 735237 - Disable window.showModalDialog in Fennec [r=jst]
2012-04-12 21:55:25 -07:00
Ryan VanderMeulen
0f578d67d8
Back out entire dd28759eba7b push (bug 739913 and bug 742226) due to OSX 10.7 and b2g bustage. r=shouldausedtry
2012-04-12 20:00:57 -04:00
Blake Kaplan
a24bc13e06
Bug 743941 - Some small fixes to state tracking. Also move some logic out of the manager. r=cjones
2012-04-09 12:13:28 +08:00
Fabien Cazenave
dfd38c0284
Bug 744417 - Fix mistakes in the initial implementation of forgetNetwork. r=mrbkap
...
--HG--
extra : rebase_source : 9ed43da50d6abc9701bfd09e5b3b788d2b947618
2012-04-13 15:54:11 +08:00
Blake Kaplan
3bc26a52f0
Bug 743614 - Deal with failure more gracefully. r=cjones
...
--HG--
extra : rebase_source : 01f88566d5532905e753db4176293ab80e92f4b8
2012-04-06 17:56:15 +02:00
Philipp von Weitershausen
0fb2e83962
Bug 742780 follow-up: unbreak RIL and Wifi. r=mrbkap
2012-04-13 13:58:57 +08:00
Kyle Huey
33342929eb
Bug 741125: Update WebIDL parser.
2012-04-12 15:14:10 -07:00
Gregory Szorc
02176ef199
Merge mozilla-central into inbound
2012-04-11 18:51:10 -07:00
Matt Brubeck
3ac83335b1
Merge last green changeset from inbound to mozilla-central
2012-04-11 08:52:07 -07:00
Olli Pettay
8b443bebd8
Bug 742482 - Add support for MutationObserver.takeRecords(), r=sicking
2012-04-11 08:24:18 +03:00
Mounir Lamouri
f4f6a60d05
Bug 743217 - Do not allow iframes to lock the screen if a parent window's element is fullscreened. r=smaug
...
--HG--
extra : rebase_source : f3384491fbfc1a756917516ad15f5d93d05f624b
2012-04-10 15:38:59 +02:00
Philipp von Weitershausen
b7b701beda
Back out changeset c1ede9f0319e (bug 743635). a=bustage
2012-04-10 19:02:39 +08:00
Philipp von Weitershausen
437054ec59
Bug 743635 - B2G SMS database initialization freezes I/O thread. r=mwu
2012-04-10 09:42:50 +08:00
Masatoshi Kimura
3b350aa214
Bug 743451 - Workaround for ISO date parsing bug. r=bent
2012-04-09 18:43:47 -04:00
Richard Newman
f8c8184e2b
Backout 0e03eb171e08 (Bug 743574 - Deprecate DOMException.code). a=bustage
2012-04-11 15:33:37 -07:00
Masatoshi Kimura
c54adf09f2
Bug 743574 - Deprecate DOMException.code. r=sicking
2012-04-11 17:55:23 -04:00
Masatoshi Kimura
51238f18b9
Bug 743049 - Part 2: Use the new API from NS_ScriptErrorReporter to get an error type name. r=jst
2012-04-11 17:55:22 -04:00
Masatoshi Kimura
1ce6cdf75f
Bug 730161 - Tests fix. r=sicking
2012-04-11 17:55:22 -04:00
Masatoshi Kimura
7706cbe7a8
Bug 730161 - Replace IDBDatabaseException and FileException with DOMException. r=sicking
2012-04-11 17:55:21 -04:00
Masatoshi Kimura
cdcec97b74
Bug 730161 - Implement IDBRequest.error. r=sicking
2012-04-11 17:55:21 -04:00
David Rajchenbach-Teller
b219309fc2
Bug 728171 - Use Scoped.h throughout the code. r=cjones
2012-04-11 18:59:10 +02:00
David Humphrey (:humph)
e40fc0740c
Bug 633602 - Implement Pointer Lock (Mouse Lock) API. r=roc,smaug
2012-04-11 17:55:21 -04:00
Vivien Nicolas
1417aa0636
Bug 742780 - Turn off the debug mode by default for dom/system/gonk/systemlibs.js. r=kyle
2012-04-11 10:05:35 -07:00
Vivien Nicolas
413ece3831
Bug 742805 - Do not dump ril socket failures on a desktop build with --enable-b2g-ril. r=philikon
2012-04-11 10:05:35 -07:00
Vivien Nicolas
8bf2247024
Bug 742778 - Turn off the debug mode by default for dom/wifi. r=mrbkap
2012-04-11 10:05:35 -07:00
Vivien Nicolas
1a72905ad8
Bug 742775 - Turn off the debug mode by default on SmsDatabaseService.js. r=philikon
2012-04-11 10:05:35 -07:00
Vivien Nicolas
e195451908
Bug 742765 - this._indexedDB is undefined in SettingsManager.js. r=gwagner
2012-04-11 10:05:35 -07:00
James Willcox
b4d8f837c8
backout 022be5c50732 for xul bustage
2012-04-11 12:56:00 -04:00
James Willcox
8af3688ba1
Bug 730890 - Set up an Android Looper on the main Gecko thread r=cjones
2012-04-11 11:43:08 -04:00
Kan-Ru Chen
14c301c057
Bug 739913 - Use kernel wake lock when the "cpu" topic is locked. r=cjones
2012-04-12 19:24:20 -04:00
David Rajchenbach-Teller
6f228de18f
Bug 728171 - Use Scoped.h throughout the code. r=cjones
2012-04-12 12:21:24 +02:00
Bobby Holley
48dcb4071b
Bug 744034 - Link the script context to the outer window earlier to ensure that we always have TI for content. r=mrbkap
2012-04-12 11:21:12 -07:00
Kyle Huey
8aa2b2200d
Merge m-c to m-i.
2012-04-09 14:53:10 -07:00
Kyle Huey
a56bec8769
Refix bug 741248. r=me
2012-04-09 13:48:44 -07:00
Matt Brubeck
2584172b19
Merge last green changeset from inbound to mozilla-central
2012-04-09 10:05:48 -07:00
Philipp von Weitershausen
19da56aead
Bug 743603 - B2G Wifi: minor code readability improvement. r=mrbkap
2012-04-09 15:47:42 +08:00
Blake Kaplan
ede854c7ee
Backed out changeset 22521568cf79. It accidentally removed a file.
2012-04-09 15:44:53 +08:00
Philipp von Weitershausen
bb3bdcac69
Bug 743603 - B2G Wifi: minor code readability improvement. r=mrbkap
...
--HG--
extra : rebase_source : ceca6081c1e775ecb8f82799d2c39d1c7ec3a9ea
2012-04-09 15:19:35 +08:00
Vicamo Yang
3d8a1bb32f
Bug 736707 - Part 2: Support Type-0 Message. r=philikon
2012-04-08 17:13:19 +08:00
Vicamo Yang
b301418644
Bug 736707 - Part 1: TP-PID sanity checks. r=philikon
2012-04-08 17:13:01 +08:00
Igor Bukanov
20e5c3933b
Bug 737364 - part 2 - replace JSContext with JSRuntime in the GC-related API
...
This part replaces the JSContext *cx argument in most GC-related API
with JSRuntime *rt. When possible, the patch removes the code to obtain
a temporary cx just to run the GC.
The patch also removes JS_DestroyContextMaybeGC. That function is not
used in FF code base and its implementation is broken. It requires that
the context has an entered compartment when it is destroyed, which in
turns implies a missing leave compartment call.
2012-03-28 12:13:30 +02:00
Brad Lassey
8ef09489d2
bug 738198 - crash in nsPluginInstanceOwner::~nsPluginInstanceOwner r=snorp
2012-03-27 01:31:57 -04:00
Daniel Holbert
139b2d17d4
Bug 743785: Remove no-longer-used variable 'javaIsEnabled' from nsNPAPIPlugin.cpp. r=josh
2012-04-09 13:36:23 -07:00
Ehsan Akhgari
64089509b5
Merge mozilla-central into mozilla-inbound to fix B2G builds
2012-04-09 09:53:35 -04:00
Ms2ger
9ae4350b73
Merge m-c to m-i.
2012-04-09 09:32:28 +02:00
Blake Kaplan
be9bfeacb2
Bug 736091 - Add a forgetNetwork function that forgets the requested network. If the requested network is the current network, we reconnect to the next available network. r=cjones
...
--HG--
extra : rebase_source : b68cd9c99dcf31e9274d603d88300340ee1ebf60
2012-03-26 18:27:10 +02:00
Blake Kaplan
7e14680004
Bug 742797 - Fix shutdown on ICS. r=cjones DONTBUILD
2012-04-05 19:47:08 +02:00
Olli Pettay
38f6c3951b
Bug 743199 - Unmark Document's and Window's ELM, r=mccr8
2012-04-07 10:12:03 +03:00
Ms2ger
67cc85db28
Backout bug 742805, 742778, 742775, 740974, 742765, 742761, 742092, 722197 for leaks.
2012-04-06 13:10:30 +02:00
Vivien Nicolas
8568ac0e30
Bug 742765 - this._indexedDB is undefined in SettingsManager.js. r=gwagner
2012-04-06 03:12:18 -07:00
Vivien Nicolas
5bc7aae6bc
Bug 742775 - Turn off the debug mode by default on SmsDatabaseService.js. r=philikon
2012-04-06 03:12:18 -07:00
Vivien Nicolas
f3b5badf83
Bug 742778 - Turn off the debug mode by default for dom/wifi. r=mrbkap
2012-04-06 03:12:18 -07:00
Vivien Nicolas
d435106df9
Bug 742805 - Do not dump ril socket failures on a desktop build with --enable-b2g-ril. r=philikon
2012-04-06 03:12:18 -07:00
Aryeh Gregor
58500691c7
Bug 742261 - Remove useless queryCommandText/execCommandShowHelp methods; r=ehsan
2012-04-04 15:30:33 +03:00
Boris Zbarsky
ee79d7d84b
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
Bill McCloskey
6149e805bc
Bug 742570 - Change API for compartment GCs (r=igor)
2012-04-03 12:23:11 -07:00
Bill McCloskey
2f8a8308b9
Bug 742570 - Remove the compartment option for gczeal (r=igor)
2012-04-03 11:41:56 -07:00
Bill McCloskey
7b50b65a30
Bug 739810 - Make cycle collector traverse nsGlobalWindow::mLocalStorage (r=smaug)
...
--HG--
extra : rebase_source : 7da46b5d1e5871dbd59078aa93f0f1d8da75799e
2012-04-05 15:38:01 -07:00
Gabor Krizsanits
0ac891d865
Bug 733035 - postMessage support for sandboxes. r=khuey
2012-04-05 18:33:20 -04:00
Philipp von Weitershausen
5031cd897b
Back out changeset 3780b09790a0 (bug 733265) due to build bustage.
2012-04-05 15:00:22 -07:00
Vicamo Yang
308d1f7157
Bug 727319 - Part 2: notify SMS send failed. r=philikon
2012-04-05 14:16:56 -07:00
Vicamo Yang
747d303ac0
Bug 727319 - Part 1: remove handleRequestError(). r=philikon
2012-04-05 14:16:56 -07:00
Vicamo Yang
0b740750f3
Bug 736697 - Part 5: add error handling. r=philikon
2012-04-05 14:16:56 -07:00
Vicamo Yang
6c56e20b48
Bug 736697 - Part 4: handle SMS-STATUS-REPORT. r=philikon
2012-04-05 14:16:56 -07:00
Vicamo Yang
d8957ffbf5
Bug 736697 - Part 3: support SMS-STATUS-REPORT. r=philikon
2012-04-05 14:16:56 -07:00