Benoit Girard
|
952c2f25af
|
Bug 663259 - Enable Mac Async plugin by default. r=cjones,mattwoodrow
--HG--
extra : rebase_source : 6d397273f10e659a08125b3861e1651a3994aaa0
|
2011-07-12 10:31:18 -04:00 |
|
Ehsan Akhgari
|
2ee50e2446
|
Backout changeset 7c1a923bea13 (bug 649537) because of mochitest-3 and mochitest-oth oranges
|
2011-07-12 14:25:53 -04:00 |
|
Rafael Ávila de Espíndola
|
31ba13aa35
|
Bug 557226 followup: Fix variable definition in order to fix clang builds; r=BenWa
|
2011-07-12 13:30:56 -04:00 |
|
Ben Turner
|
86f8bb179c
|
Bug 649537 - 'Workers: Make one OS thread and JS runtime per worker, and lose XPConnect'. r=sicking+mrbkap.
--HG--
rename : dom/src/threads/Makefile.in => dom/workers/Makefile.in
rename : dom/src/threads/test/Makefile.in => dom/workers/test/Makefile.in
rename : dom/src/threads/test/WorkerTest.jsm => dom/workers/test/WorkerTest.jsm
rename : dom/src/threads/test/WorkerTest_badworker.js => dom/workers/test/WorkerTest_badworker.js
rename : dom/src/threads/test/WorkerTest_subworker.js => dom/workers/test/WorkerTest_subworker.js
rename : dom/src/threads/test/WorkerTest_worker.js => dom/workers/test/WorkerTest_worker.js
rename : dom/src/threads/test/atob_worker.js => dom/workers/test/atob_worker.js
rename : dom/src/threads/test/chromeWorker_subworker.js => dom/workers/test/chromeWorker_subworker.js
rename : dom/src/threads/test/chromeWorker_worker.js => dom/workers/test/chromeWorker_worker.js
rename : dom/src/threads/test/closeOnGC_server.sjs => dom/workers/test/closeOnGC_server.sjs
rename : dom/src/threads/test/closeOnGC_worker.js => dom/workers/test/closeOnGC_worker.js
rename : dom/src/threads/test/close_worker.js => dom/workers/test/close_worker.js
rename : dom/src/threads/test/fibonacci_worker.js => dom/workers/test/fibonacci_worker.js
rename : dom/src/threads/test/importScripts_worker.js => dom/workers/test/importScripts_worker.js
rename : dom/src/threads/test/importScripts_worker_imported1.js => dom/workers/test/importScripts_worker_imported1.js
rename : dom/src/threads/test/importScripts_worker_imported2.js => dom/workers/test/importScripts_worker_imported2.js
rename : dom/src/threads/test/importScripts_worker_imported3.js => dom/workers/test/importScripts_worker_imported3.js
rename : dom/src/threads/test/importScripts_worker_imported4.js => dom/workers/test/importScripts_worker_imported4.js
rename : dom/src/threads/test/json_worker.js => dom/workers/test/json_worker.js
rename : dom/src/threads/test/location_worker.js => dom/workers/test/location_worker.js
rename : dom/src/threads/test/longThread_worker.js => dom/workers/test/longThread_worker.js
rename : dom/src/threads/test/navigator_worker.js => dom/workers/test/navigator_worker.js
rename : dom/src/threads/test/newError_worker.js => dom/workers/test/newError_worker.js
rename : dom/src/threads/test/recursion_worker.js => dom/workers/test/recursion_worker.js
rename : dom/src/threads/test/relativeLoad_import.js => dom/workers/test/relativeLoad_import.js
rename : dom/src/threads/test/relativeLoad_sub_import.js => dom/workers/test/relativeLoad_sub_import.js
rename : dom/src/threads/test/relativeLoad_sub_worker.js => dom/workers/test/relativeLoad_sub_worker.js
rename : dom/src/threads/test/relativeLoad_sub_worker2.js => dom/workers/test/relativeLoad_sub_worker2.js
rename : dom/src/threads/test/relativeLoad_worker.js => dom/workers/test/relativeLoad_worker.js
rename : dom/src/threads/test/relativeLoad_worker2.js => dom/workers/test/relativeLoad_worker2.js
rename : dom/src/threads/test/simpleThread_worker.js => dom/workers/test/simpleThread_worker.js
rename : dom/src/threads/test/suspend_iframe.html => dom/workers/test/suspend_iframe.html
rename : dom/src/threads/test/suspend_worker.js => dom/workers/test/suspend_worker.js
rename : dom/src/threads/test/terminate_worker.js => dom/workers/test/terminate_worker.js
rename : dom/src/threads/test/testXHR.txt => dom/workers/test/testXHR.txt
rename : dom/src/threads/test/test_404.html => dom/workers/test/test_404.html
rename : dom/src/threads/test/test_atob.html => dom/workers/test/test_atob.html
rename : dom/src/threads/test/test_chromeWorker.html => dom/workers/test/test_chromeWorker.html
rename : dom/src/threads/test/test_chromeWorker.xul => dom/workers/test/test_chromeWorker.xul
rename : dom/src/threads/test/test_chromeWorkerJSM.xul => dom/workers/test/test_chromeWorkerJSM.xul
rename : dom/src/threads/test/test_close.html => dom/workers/test/test_close.html
rename : dom/src/threads/test/test_closeOnGC.html => dom/workers/test/test_closeOnGC.html
rename : dom/src/threads/test/test_errorPropagation.html => dom/workers/test/test_errorPropagation.html
rename : dom/src/threads/test/test_fibonacci.html => dom/workers/test/test_fibonacci.html
rename : dom/src/threads/test/test_importScripts.html => dom/workers/test/test_importScripts.html
rename : dom/src/threads/test/test_json.html => dom/workers/test/test_json.html
rename : dom/src/threads/test/test_location.html => dom/workers/test/test_location.html
rename : dom/src/threads/test/test_longThread.html => dom/workers/test/test_longThread.html
rename : dom/src/threads/test/test_navigator.html => dom/workers/test/test_navigator.html
rename : dom/src/threads/test/test_newError.html => dom/workers/test/test_newError.html
rename : dom/src/threads/test/test_recursion.html => dom/workers/test/test_recursion.html
rename : dom/src/threads/test/test_relativeLoad.html => dom/workers/test/test_relativeLoad.html
rename : dom/src/threads/test/test_simpleThread.html => dom/workers/test/test_simpleThread.html
rename : dom/src/threads/test/test_suspend.html => dom/workers/test/test_suspend.html
rename : dom/src/threads/test/test_terminate.html => dom/workers/test/test_terminate.html
rename : dom/src/threads/test/test_threadErrors.html => dom/workers/test/test_threadErrors.html
rename : dom/src/threads/test/test_threadTimeouts.html => dom/workers/test/test_threadTimeouts.html
rename : dom/src/threads/test/test_throwingOnerror.html => dom/workers/test/test_throwingOnerror.html
rename : dom/src/threads/test/test_xhr.html => dom/workers/test/test_xhr.html
rename : dom/src/threads/test/test_xhrAbort.html => dom/workers/test/test_xhrAbort.html
rename : dom/src/threads/test/threadErrors_worker1.js => dom/workers/test/threadErrors_worker1.js
rename : dom/src/threads/test/threadErrors_worker2.js => dom/workers/test/threadErrors_worker2.js
rename : dom/src/threads/test/threadErrors_worker3.js => dom/workers/test/threadErrors_worker3.js
rename : dom/src/threads/test/threadErrors_worker4.js => dom/workers/test/threadErrors_worker4.js
rename : dom/src/threads/test/threadTimeouts_worker.js => dom/workers/test/threadTimeouts_worker.js
rename : dom/src/threads/test/throwingOnerror_worker.js => dom/workers/test/throwingOnerror_worker.js
rename : dom/src/threads/test/xhrAbort_worker.js => dom/workers/test/xhrAbort_worker.js
rename : dom/src/threads/test/xhr_worker.js => dom/workers/test/xhr_worker.js
|
2011-07-12 12:32:14 -04:00 |
|
Doug Turner
|
529ac05c54
|
Bug 669105 - Leak-until-shutdown with deviceorientation and unload listeners. r=smaug
|
2011-07-06 22:56:32 -07:00 |
|
Jonas Sicking
|
eb9ce9a027
|
Bug 669433 Part 1: Clean up File implementations by creating a storage-agnostic base class, nsDOMFileBase. r=khuey
|
2011-07-11 19:41:29 -07:00 |
|
Mats Palmgren
|
8f3490e2d0
|
Bug 648910 - Make nsIDOMHTMLImageElement widths and heights unsigned to match the HTML5 spec. r=jst
|
2011-07-11 22:18:26 +02:00 |
|
Boris Zbarsky
|
c8375f12ac
|
Bug 648045. Mark the currently selected tab in a minimized window as inactive. r=gavin,smaug
|
2011-07-11 09:14:08 -04:00 |
|
Marco Bonardo
|
26bd9f0a1b
|
Backout changesets 9e4ab3907b29, 3abc0dbbf710 due to m-oth permaorange
|
2011-07-11 10:27:58 -07:00 |
|
Mounir Lamouri
|
7b98e99ad6
|
Bug 669308 - Introduce macros and method helpers to simplify participation of classes to the DOM Memory Reporter. r=bz
|
2011-07-11 17:23:26 +02:00 |
|
Mounir Lamouri
|
ff2eb8c7a3
|
Merge mozilla-central into mozilla-inbound.
|
2011-07-11 16:19:00 +02:00 |
|
Boris Zbarsky
|
eaeea8e796
|
Bug 648045. Mark the currently selected tab in a minimized window as inactive. r=gavin,smaug
|
2011-07-11 09:14:08 -04:00 |
|
Mike Hommey
|
ba8c0f0809
|
Bug 657569 - Build nptest.dll without optimization on windows. r=ted
|
2011-07-11 07:51:26 +02:00 |
|
Gavin Sharp
|
a1bfbc3b0d
|
merge fx-team to mozilla central
|
2011-07-10 13:40:25 -07:00 |
|
Kyle Huey
|
55c911c020
|
Merge m-i to m-c.
|
2011-07-09 20:19:36 -07:00 |
|
Boris Zbarsky
|
2f0d968154
|
Bug 669158. Don't try to unclamp the dummy timeout. r=jst
|
2011-07-08 14:04:25 -04:00 |
|
Josh Aas
|
09fd26b376
|
Bug 670079: Stop caching plugin instances. We don't ever want to restart instances. r=jst
|
2011-07-08 12:39:22 -04:00 |
|
Nicholas Nethercote
|
7b61ea2b0e
|
Bug 653627 - Don't use char** in nsIMemoryReporter. r=khuey, sr=bz.
|
2011-07-08 12:45:16 +10:00 |
|
Felipe Gomes
|
f268d99a4c
|
Bug 583976. Part 4 pre - some clean up and adjustments to enable needs-focus tests for OOP content. r=cjones
|
2011-06-22 13:43:05 -07:00 |
|
Felipe Gomes
|
bdcb64d147
|
Bug 583976. Part 3 - Automatically forward mouse and key input events to out-of-process content, and add cursor support in PuppetWidget. r=smaug,stechz
|
2011-06-21 17:32:43 -07:00 |
|
Felipe Gomes
|
0a988c309a
|
Bug 583976. Part 1 - Add focus manager support for focus activation/deactivation in remote content. r=enn,smaug
|
2011-06-17 17:08:32 -07:00 |
|
Gavin Sharp
|
c8b0f803f8
|
Bug 669938: nsIJSON::decodeFromStream fails for streams containing fewer than 4 bytes, r=jwalden
|
2011-07-07 14:42:11 -04:00 |
|
Justin Lebar
|
8bc306f6c9
|
Bug 669346 - Don't force two GCs on memory pressure on Android. r=mfinkle,bz
|
2011-07-07 14:27:07 -04:00 |
|
Vishnu S
|
146aeeab84
|
Bug 636512 - Make document.getSelection() return the same as window.getSelection(). r=bzbarsky
|
2011-07-07 14:17:13 -04:00 |
|
Nicholas Nethercote
|
a74f9b9ef6
|
Bug 660731 - Add GetExplicit and GetResident methods to NSIMemoryReporterManager, attempt 3. r=khuey, sr=bz.
|
2011-07-07 15:54:34 +10:00 |
|
Justin Lebar
|
82e8ec8cdb
|
Backing out bug Bug 648484 (csets 9fcd404d97aa through 2bfa7417504d) due to orange.
|
2011-07-06 20:27:35 -04:00 |
|
Chris Jones
|
868398e90c
|
Bug 648484, part 3: Allow passing a "backend hint" to GetLayerManager() to request a non-default layer manager backend. sr=roc
|
2011-07-06 13:29:26 -04:00 |
|
Chris Jones
|
179dd1b1f5
|
Bug 648484, part 1: Fix some warning spam. r=roc
|
2011-07-06 13:29:26 -04:00 |
|
Chris Leary
|
679a65fe47
|
Merge mozilla-central and tracemonkey.
|
2011-07-05 17:30:35 -07:00 |
|
Ms2ger
|
16806b4b64
|
Bug 651858 - Address comments; pending-r=roc
|
2011-07-05 12:15:17 +02:00 |
|
Marco Bonardo
|
a02569f1d4
|
Merge last green changeset from mozilla-inbound to mozilla-central
|
2011-07-05 10:15:27 +02:00 |
|
Robert Longson
|
308f373d21
|
Bug 669216 - Simplify some of the number-optional-number implementation. r=dholbert
|
2011-07-04 22:19:54 +01:00 |
|
Igor Bazarny
|
07804c8f55
|
Bug 659126 - Implement additional NavigationTiming properties
r=smaug
|
2011-07-04 18:44:00 +02:00 |
|
Jezreel Ng
|
e0f88ae3e8
|
Bug 465186 - When detaching a tab, open the new window at the drop location. r=dao/smaug
--HG--
extra : rebase_source : 8145e9a0fcc4bf96fc5f66c2fdbbad13ca25c90e
|
2011-07-04 12:51:47 +02:00 |
|
Igor Bazarny
|
a2f1b7e521
|
Bug 668513 - make the w3c tests for navigationtiming pass
r=smaug
--HG--
extra : rebase_source : 791001cf9c9fa54448d9f5f25cf92de4b8cc8d5e
|
2011-07-04 11:30:43 +02:00 |
|
Phil Ringnalda
|
902b4e6f6f
|
Back out 29ec386d969f and ed18b0cca283 (bug 462959) for a very frequent assertion loop in test_played.html
|
2011-07-03 18:26:00 -07:00 |
|
Ms2ger
|
4e883d2c6f
|
Bug 664543 - Remove nsIDOMWindow_2_0_BRANCH interface; r=peterv
|
2011-07-03 11:53:41 +02:00 |
|
Paul ADENOT
|
011480680d
|
Bug 462959 - Implement HTMLMediaElement.played; r=kinetik
|
2011-07-03 11:53:38 +02:00 |
|
Marco Bonardo
|
d6c4314155
|
Merge last green changeset from mozilla-central to mozilla-inbound
|
2011-07-01 23:56:44 +02:00 |
|
Taras Glek
|
62fafb6d44
|
Bug 668355: s/Timer/AutoTimer/ r=jlebar
|
2011-07-01 14:39:17 -07:00 |
|
Taras Glek
|
39305bbd8f
|
Bug 668355 - Measure plugin enumeration with telemetry r=jlebar
|
2011-07-01 12:06:12 -07:00 |
|
Marco Bonardo
|
e268c58a7d
|
Merge backout on a CLOSED TREE
|
2011-07-01 16:30:02 +02:00 |
|
Marco Bonardo
|
b164bf7cd7
|
Backout due to mobile failures these changesets: 9f451a1901dd, e99f86ba7278, 447b48b79e6a, cef046665c53, c9237cc1fae0, d77a331a6d5a, f8f3afb95355, a050168887ee, 3ec4303ebf4d, 671b7c0d99f0, 56b17efbb62b, beceddeee3f4 on a CLOSED TREE
|
2011-07-01 16:28:07 +02:00 |
|
Ryan VanderMeulen
|
2421a61fac
|
Bug 667322 - Add missing ifdef so that dom/ipc tests are only copied if tests are enabled. r=cjones
|
2011-07-01 12:19:44 +02:00 |
|
Robert Longson
|
1371deaee4
|
Bug 617623 - animate number-optional-number and integer-optional-integer attributes properly. r=dholbert
|
2011-07-01 08:19:52 +01:00 |
|
Benoit Girard
|
474b757db7
|
Bug 663259 - Part 2: Restore Synchronous plugin rendering, with preference for async rendering. r=smichaud
|
2011-06-30 12:46:26 -04:00 |
|
Benoit Girard
|
2655767197
|
Bug 663259 - Part 1: Mac Async rendering fixes. r=josh
|
2011-06-30 12:46:25 -04:00 |
|
Matheus Kerschbaum
|
f1c2a21293
|
Bug 383383 - Remove nsIScriptEventManager and nsIScriptEventHandler. r=smaug
|
2011-06-30 14:30:08 +02:00 |
|
Ehsan Akhgari
|
68be621524
|
Merge mozilla-central and mozilla-inbound
|
2011-06-30 05:08:20 -04:00 |
|
Josh Matthews
|
a4a8a220ac
|
Merge backout.
|
2011-06-29 23:44:47 -04:00 |
|
Josh Matthews
|
3dedd1d98f
|
Back out bug 581341 due to too many intermittent failures.
|
2011-06-29 23:44:28 -04:00 |
|
Kyle Huey
|
cfb09d217c
|
Merge b-s to m-c
|
2011-06-29 16:37:41 -07:00 |
|
Kyle Huey
|
03b4749f50
|
Bug 667652: Make the off-main-thread structured clone modification less hacky. r=bent.
|
2011-06-29 12:09:20 -07:00 |
|
Mounir Lamouri
|
b904da7435
|
No bug - Fix build bustage.
|
2011-06-29 14:29:29 +02:00 |
|
Mounir Lamouri
|
722f1a262b
|
Bug 667485 - Add windows' document size to windows size. r=jst
|
2011-06-29 13:18:54 +02:00 |
|
Mounir Lamouri
|
b10e711112
|
Bug 667474 - Do a naive computation of windows' size in the DOM Memory Reporter. r=jst
|
2011-06-29 13:06:43 +02:00 |
|
Mounir Lamouri
|
08c2b853e1
|
Bug 667470 - Track all created windows in a global hash table. r=bz
|
2011-06-29 13:03:54 +02:00 |
|
Mounir Lamouri
|
71c1677c6a
|
Bug 667468 - Add a dummy DOM memory reporter behind a compilation flag. r=njn
|
2011-06-29 13:01:07 +02:00 |
|
Felipe Gomes
|
b0be6a9593
|
Bug 583976. Part 4 pre - some clean up and adjustments to enable needs-focus tests for OOP content. r=cjones
|
2011-06-22 13:43:05 -07:00 |
|
Felipe Gomes
|
4daf8a243a
|
Bug 583976. Part 3 - Automatically forward mouse and key input events to out-of-process content, and add cursor support in PuppetWidget. r=smaug,stechz
|
2011-06-21 17:32:43 -07:00 |
|
Felipe Gomes
|
4c5c4c7163
|
Bug 583976. Part 1 - Add focus manager support for focus activation/deactivation in remote content. r=enn,smaug
|
2011-06-17 17:08:32 -07:00 |
|
Boris Zbarsky
|
3299eef867
|
Bug 668030. Warn when enablePrivilege is used. r=sicking
|
2011-06-28 21:05:45 -04:00 |
|
Boris Zbarsky
|
fba2e87316
|
Bug 667618. Prevent mismatches between our enum and our strings. r=sicking
|
2011-06-28 21:05:34 -04:00 |
|
Doug Turner
|
d4487fbc34
|
Bug 667919 - Add support for window.ondevicemotion and window.ondeviceorientation. r=smaug
|
2011-06-28 15:37:31 -07:00 |
|
Justin Lebar
|
169b00ccad
|
Bug 664486 - Add page fault counts to about:memory on Linux and Mac. r=njn, sr=bz
--HG--
extra : rebase_source : 47dd7501dea7ae69e01828a5c730e8853739dc71
|
2011-06-16 14:34:09 -04:00 |
|
Josh Matthews
|
8957b95942
|
Bug 581341 - Part 4: Always run the IPC testshell callback, regardless of execution success or failure. r=bent
--HG--
extra : rebase_source : e83bc87174fda4af83300e563d5d62b331ac26e2
|
2011-06-29 15:29:52 -04:00 |
|
Josh Matthews
|
84e67ec8c4
|
Bug 581341 - Part 1: Make crash report annotation work OOP and subsume existing workarounds. r=cjones
--HG--
extra : rebase_source : b0c73c5d539a7c1d579722fb1e67db1e0c9a44b1
|
2011-06-08 15:56:31 -04:00 |
|
Olli Pettay
|
209c56c874
|
Bug 666604 - Allow untrusted events to trigger a link, r=bz
--HG--
extra : rebase_source : e0b8510a039425c17a3d412241aa8f24df05558a
|
2011-06-30 14:52:11 +03:00 |
|
Jeff Walden
|
1a51bb7cb1
|
Bug 645922 - Remove nsIJSON.encode/decode, because their functionality is subsumed by JSON.parse and JSON.stringify, and their idiosyncrasies are hindering code improvements. Also remove js_TryJSON and JS_TryJSON, which are no longer used after these changes and have no clear use cases. r=brendan, r=jst
|
2011-03-28 19:27:15 -07:00 |
|
Blake Kaplan
|
9f1a75137b
|
Bug 634156 - Come up with a way of creating an API in content that exposes real content objects without using a sandbox. r/sr=jst/mossop/gal
--HG--
extra : rebase_source : c3ca469ff33d099b51e140d0a274113884507a03
|
2011-05-03 13:43:08 -07:00 |
|
Chris Leary
|
31076ac1d6
|
Merge mozilla-central and tracemonkey.
|
2011-06-27 11:07:22 -07:00 |
|
Mounir Lamouri
|
d8b025aad8
|
Backout changeset 4e87265b9c11 (bug 663259) due to Talos regression.
|
2011-06-27 14:52:57 +02:00 |
|
Jeff Walden
|
0a61156473
|
Bug 665835 - Remove JSOPTION_ANONFUNFIX. r=cdleary
--HG--
rename : js/src/tests/js1_5/extensions/regress-376052.js => js/src/tests/ecma_5/misc/unnamed-function.js
|
2011-06-21 09:53:19 -07:00 |
|
Chris Leary
|
7922cf2289
|
Merge mozilla central and tracemonkey.
|
2011-06-20 16:49:20 -07:00 |
|
Jesse Ruderman
|
969f89842a
|
Add crashtest from bug 609560
|
2011-06-20 11:42:05 -07:00 |
|
Kyle Huey
|
bf1d0bcd0d
|
Back out Bug 441197 which was going to try ...
|
2011-06-20 11:18:19 -07:00 |
|
Kyle Huey
|
3c88a0c847
|
* * *
try: -b d -p win32 -u all
|
2011-06-20 08:57:16 -07:00 |
|
Doug Turner
|
104a8914c7
|
Bug 615597 - Implement devicemotion and fix up deviceorientation events. r=smaug/azakai
--HG--
rename : content/events/src/nsDOMOrientationEvent.cpp => content/events/src/nsDOMDeviceOrientationEvent.cpp
rename : content/events/src/nsDOMOrientationEvent.h => content/events/src/nsDOMDeviceOrientationEvent.h
rename : dom/system/android/nsAccelerometerSystem.cpp => dom/system/android/nsDeviceMotionSystem.cpp
rename : dom/system/android/nsAccelerometerSystem.h => dom/system/android/nsDeviceMotionSystem.h
rename : dom/system/cocoa/nsAccelerometerSystem.h => dom/system/cocoa/nsDeviceMotionSystem.h
rename : dom/system/cocoa/nsAccelerometerSystem.mm => dom/system/cocoa/nsDeviceMotionSystem.mm
rename : dom/system/nsAccelerometer.cpp => dom/system/nsDeviceMotion.cpp
rename : dom/system/nsAccelerometer.h => dom/system/nsDeviceMotion.h
rename : dom/system/unix/nsAccelerometerSystem.cpp => dom/system/unix/nsDeviceMotionSystem.cpp
rename : dom/system/unix/nsAccelerometerSystem.h => dom/system/unix/nsDeviceMotionSystem.h
rename : dom/system/windows/nsAccelerometerSystem.cpp => dom/system/windows/nsDeviceMotionSystem.cpp
rename : dom/system/windows/nsAccelerometerSystem.h => dom/system/windows/nsDeviceMotionSystem.h
rename : xpcom/system/nsIAccelerometer.idl => xpcom/system/nsIDeviceMotion.idl
|
2011-06-19 22:36:17 -07:00 |
|
Phil Ringnalda
|
15031db0c7
|
Bug 655020 - Disable test_closeOnGC.html on Windows
|
2011-06-19 16:40:32 -07:00 |
|
Benoit Girard
|
6455de56ad
|
Enabled Mac Async plugin by default + Fixes. b=663259 r=josh
|
2011-06-25 15:12:59 -04:00 |
|
Mounir Lamouri
|
7e7b4b1d5c
|
Bug 666869 - Crash [@ nsGlobalWindow::GetPerformance]. r=smaug
|
2011-06-27 00:08:33 +02:00 |
|
Jeremy Huddleston
|
72d422b374
|
Bug 587370 - Use MOZ_WIDGET_COCOA instead of OS_MACOSX; r=benjamin
|
2011-06-25 11:25:03 -04:00 |
|
Kyle Huey
|
a513a5e9b1
|
Bug 613066: Update structured clone algorithm to the latest spec. r=jorendorff
|
2011-06-16 11:22:37 -07:00 |
|
Jeff Walden
|
e84bb50504
|
Bug 662946 - Remove various headers from INSTALLED_HEADERS that shouldn't be there. r=jimb
--HG--
extra : rebase_source : a6028a859cac4625ef2f3227ce0fa3159b5e8556
|
2011-06-09 01:12:21 -07:00 |
|
Nikhil Marathe
|
524b87e3d5
|
Bug 656519 - Fix consumers outside SpiderMonkey to use new ArrayBuffer APIs. r=mrbkap
--HG--
extra : rebase_source : f359987831611155029114b5f85080155c6a12d5
|
2011-06-14 15:37:21 -04:00 |
|
Matt Brubeck
|
6a1c07e10e
|
Merge mozilla-central to mozilla-inbound
|
2011-06-25 19:43:57 -07:00 |
|
Kyle Huey
|
ecb9c8319d
|
Merge b-s to m-c
|
2011-06-25 10:13:14 -07:00 |
|
Jan Varga
|
9ed93f386e
|
Bug 635673 - Content inside xul:iframe with type=content is always able to resize top chrome window. r=bz
|
2011-06-25 13:42:41 +02:00 |
|
Marco Bonardo
|
5fe0614d99
|
Merge last green changeset from mozilla-inbound to mozilla-central
|
2011-06-25 12:04:08 +02:00 |
|
Josh Aas
|
516b8ec107
|
Bug 666529: Fixes for NPAPI timer test. Fix a crash bug discovered by Hiroyuki Ikezoe and a bad dependency on timer event ordering, both of which are sources of intermittent failures. r=jgriffin
|
2011-06-24 22:12:23 -04:00 |
|
Ben Turner
|
02f459f359
|
Bug 665579: Merge nsIThreadInternal and nsIThreadInternal2. r=bsmedberg
|
2011-06-24 14:12:54 -07:00 |
|
Kyle Huey
|
b908447ca8
|
Bug 663479: Move all IDB structured clone operations to the main thread. r=bent
|
2011-06-24 07:21:21 -07:00 |
|
Kyle Huey
|
f32aa5fd7b
|
Bug 441197: Maintain an audio session across processes. r=jimm
|
2011-06-24 07:20:03 -07:00 |
|
Marco Bonardo
|
acc6a474c6
|
Revert to changeset a87ee7550f6a due to incomplete backout
|
2011-06-24 17:23:04 +02:00 |
|
Kyle Huey
|
cb9b5a078f
|
Bug 663479: Move all IDB structured clone operations to the main thread. r=bent
|
2011-06-24 07:21:21 -07:00 |
|
Kyle Huey
|
49a4168bd0
|
Bug 441197: Maintain an audio session across processes. r=jimm
|
2011-06-24 07:20:03 -07:00 |
|
Marco Bonardo
|
d50a414c3e
|
Merge last green changeset in mozilla-inbound to mozilla-central
|
2011-06-24 11:32:12 +02:00 |
|
Ms2ger
|
fec4c57342
|
Bug 661327 - Fix typos in dom.properties; r=sicking DONTBUILD
|
2011-06-24 11:01:47 +02:00 |
|
Boris Zbarsky
|
6be4f29a03
|
merge backout of bug 665564 (rev 9de9b3a9458c) and bug 666790 (rev 7d3d5b9710ea) to CLOSED TREE
|
2011-06-24 00:42:53 -04:00 |
|
Boris Zbarsky
|
794437f593
|
Back out bug 665564 (rev 9de9b3a9458c) and bug 666790 (rev 7d3d5b9710ea) due to Mac test orange.
|
2011-06-24 00:42:23 -04:00 |
|