Doug Turner
|
9a4ea1e878
|
Bug 632342 - mSensor should be deleted on startup failure. r=blassey
|
2011-07-17 13:01:05 -07:00 |
|
Ben Turner
|
2b3520484b
|
Bug 649537 - 'Workers: Make one OS thread and JS runtime per worker, and lose XPConnect'. r=sicking+mrbkap. Add workaround for bug 666963.
|
2011-07-17 15:09:20 -04:00 |
|
Ben Turner
|
3b5744241b
|
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-17 15:09:13 -04:00 |
|
Joe Drew
|
cdfd0220bb
|
Merge m-c into m-i.
|
2011-07-17 15:04:37 -04:00 |
|
Joe Drew
|
b8cb1d3a4e
|
Bug 671464 - Mark bug 669767 crashtest as asserting 0-1 times, so we at least don't go orange over and over.
|
2011-07-17 15:01:51 -04:00 |
|
Masayuki Nakano
|
06edb8bcd1
|
Bug 644621 Drag selection scrolling does not work properly in fullscreen and maximized mode ui=faaborg, r=roc
|
2011-07-18 03:35:33 +09:00 |
|
Joe Drew
|
98ba09f844
|
Bug 664299 - Test that the crossOrigin attribute is probably reflected into JS. r=Ms2ger
|
2011-07-17 13:40:28 -04:00 |
|
Joe Drew
|
2ee1d16443
|
Bug 671906 - Test to make sure we always reload images validated using CORS if their principal has changed. r=bz
|
2011-07-17 13:40:26 -04:00 |
|
Joe Drew
|
f2e56e6dc3
|
Bug 671906 - Fix the logic for matching principals in imagelib CORS code. r=bz
|
2011-07-17 13:40:24 -04:00 |
|
Joe Drew
|
33e03d0d4b
|
Bug 671906 - Rename crossOrigin atom to crossorigin, because attributes are lowercased before being mapped to atoms. r=bz
|
2011-07-17 13:40:22 -04:00 |
|
Kyle Huey
|
7784e6eecb
|
Bug 671441: Use standard grep syntax instead of egrep syntax.
|
2011-07-17 10:38:18 -07:00 |
|
Tim Taubert
|
8b5c3c5ed8
|
Backed out changeset f7599a2eb53a (bug 671460)
|
2011-07-17 07:02:16 +02:00 |
|
Tim Taubert
|
29be18e744
|
Bug 671460 - clean up browser_tabview_bug599626.js; r=ehsan
|
2011-07-17 05:12:02 +02:00 |
|
Tim Taubert
|
b215e2caf6
|
merge mozilla-central to fx-team
|
2011-07-17 04:53:34 +02:00 |
|
Gavin Sharp
|
c8be657c04
|
Back out 48dcb60519ac due to Mochitest1 failures on Linux64 debug
|
2011-07-16 19:00:00 -07:00 |
|
Brad Lassey
|
bc143e00e3
|
Bug 669883 - add a make reftest-remote target to the source tree, do not require IP address. r=jmaher, a=test-only
|
2011-07-15 22:01:08 -04:00 |
|
Joel Maher
|
f19463a856
|
Bug 669883 - add a make reftest-remote target to the source tree. r=blassey, a=test-only
|
2011-07-17 12:04:40 -04:00 |
|
Geoff Brown
|
eb43247829
|
Bug 669549 - Some DeviceManagerADB functions do not work; r=jmaher, a=test-only
|
2011-07-17 12:04:40 -04:00 |
|
Ed Morley
|
9476a3ca1d
|
Bug 649033 - Remove unused files in mobile/app/macbuild/ that originated from the desktop equivalent; r=mark.finkle
|
2011-07-17 12:07:42 +02:00 |
|
Paul A. Adeyenuwo
|
b1fc7c688c
|
Bug 660158 - Remove all references to head_ipc.js; r=jduell
|
2011-07-17 12:07:42 +02:00 |
|
Matheus Kerschbaum
|
55aebc79d4
|
Bug 579571 - Remove --enable-timeline support. r=tglek
|
2011-07-17 12:07:42 +02:00 |
|
Oleg Romashin
|
7d3e811adb
|
Bug 671986 - ImageLayerOGL does not apply offset/transform for layer r=jrmuizel
|
2011-07-17 12:07:41 +02:00 |
|
Ed Morley
|
5c5d23f88f
|
Bug 672040 - Hunspell test suite is still generated when using --disable-tests; r=khuey
|
2011-07-17 12:07:41 +02:00 |
|
Ms2ger
|
297e13b7b8
|
Backout 206148a18467 for windows M3 oranges
|
2011-07-17 12:06:28 +02:00 |
|
Doug Turner
|
016e475fbb
|
Bug 632342 - mSensor should be deleted on startup failure. r=blassey
|
2011-07-16 22:15:30 -07:00 |
|
Doug Turner
|
84ab5686cf
|
Bug 632341 - Fix bogus assertion in the case where there is no sensor.dll. ASSERTION: Shutdown called when mLibrary is null. r=blassey
|
2011-07-16 22:15:21 -07:00 |
|
Tim Taubert
|
6ff90a85bf
|
Bug 663714 - Subscribable API doesn't seem sane; r=dao
|
2011-07-14 10:54:25 -07:00 |
|
Tim Taubert
|
7db68bc902
|
Bug 669694 - App tabs do not stay selected when toggling Panorama; r=dietrich
|
2011-07-14 10:54:15 -07:00 |
|
Tim Taubert
|
e43945c52f
|
merge mozilla-central to fx-team
|
2011-07-13 10:52:36 -07:00 |
|
Ehsan Akhgari
|
096131f2a7
|
Merge the last green changeset on mozilla-inbound to mozilla-central
|
2011-07-13 11:40:03 -04:00 |
|
Dão Gottwald
|
cfea6c074a
|
merge backout
|
2011-07-13 17:11:21 +02:00 |
|
Dão Gottwald
|
9508dd406c
|
Backed out changeset 593d94e9492e
|
2011-07-13 17:10:49 +02:00 |
|
Dão Gottwald
|
ae8d54823e
|
merge backout
|
2011-07-13 17:10:10 +02:00 |
|
Dão Gottwald
|
0b6936e06e
|
Backed out changeset 98df4af3a858
|
2011-07-13 17:09:20 +02:00 |
|
Dão Gottwald
|
b897f1c9e2
|
Backed out changeset 1aad22c44bd0
|
2011-07-13 17:08:45 +02:00 |
|
Frédéric Wang
|
8e84ff6a75
|
Bug 669932 - Add a reftest to verify the equivalence between munderover with empty scripts and the corresponding mover/munder/mrow constructs. r=karlt
--HG--
extra : rebase_source : 61eee9f0129a1716c970177d8306aab2c7e48aa2
|
2011-07-13 16:01:03 +02:00 |
|
Frédéric Wang
|
aa28e56146
|
Bug 669932 - munderover: take into account the base child vertical metrics for the computation of the munderover ascent/descent. r=karlt
--HG--
extra : rebase_source : 6e37e82a7cc2406172d26096ea8d088c86248acc
|
2011-07-13 16:00:35 +02:00 |
|
Frédéric Wang
|
06c6cc5dc9
|
Bug 669932 - munderover: consider munder vertical metrics during the munder attachment phase instead of the mover attachment phase. r=karlt
--HG--
extra : rebase_source : 14d41c19c2eff3a6ef11214ae47f71f6494b6aee
|
2011-07-13 16:00:00 +02:00 |
|
Florian Hänel
|
dda95d56d6
|
Bug 670877 - Virtual Keyboard visible area is calculated ignoring orientation. r=romaxa
--HG--
extra : rebase_source : e1f99e6bd7f6d218653cd4656ee2a27356394dde
|
2011-07-13 15:59:28 +02:00 |
|
Dão Gottwald
|
5e1a6a4487
|
Bug 670851 - browser_bug519216.js, browser_popupNotification.js and browser_library_middleclick.js cause exception in tabbrowser.xml. r=gavin
--HG--
extra : rebase_source : d9d307f97548425891d5899d058d58cac9c7f319
|
2011-07-13 02:46:50 +02:00 |
|
Jonathan Kew
|
155bcd6384
|
bug 670900 - font downloader should recognize HTTP errors and not try to load the error page as a font. r=bzbarsky
|
2011-07-13 14:54:54 +01:00 |
|
Jonathan Kew
|
c1ae1f995d
|
bug 668758 - reftest for user font families clashing with prefs. r=jdaggett
|
2011-07-13 09:41:29 +01:00 |
|
Jonathan Kew
|
4ddf26ea1f
|
bug 668758 - don't look up prefs font families in the user font set. r=jdaggett
|
2011-07-13 09:40:32 +01:00 |
|
Jonathan Kew
|
21425fb174
|
merge backout of bug 668758
|
2011-07-13 10:51:06 +01:00 |
|
Jonathan Kew
|
c7c5b7169b
|
Backed out changeset 51b49a7cf2e4 (bug 668758) because of android bustage
|
2011-07-13 10:50:37 +01:00 |
|
Jonathan Kew
|
bcdb70e719
|
Backed out changeset fe33af7f6fa9 (bug 668758) because of android bustage
|
2011-07-13 10:49:31 +01:00 |
|
Jonathan Kew
|
1c23f5c4d1
|
bug 668758 - reftest for user font families clashing with prefs. r=jdaggett
|
2011-07-13 09:41:29 +01:00 |
|
Jonathan Kew
|
e163f1538f
|
bug 668758 - don't look up prefs font families in the user font set. r=jdaggett
|
2011-07-13 09:40:32 +01:00 |
|
Brad Lassey
|
748a8590ec
|
bug 648104 - reftest failures on desktop - can't drawWindow remote content fails r=jmaher, cjones
|
2011-07-12 18:10:10 -04:00 |
|
Kailas
|
846f5869f6
|
Bug 564387 - Let "Save Video As..." respect the filename set in the Content-Disposition header. r=gavin
--HG--
rename : embedding/test/320x240.ogv => browser/base/content/test/bug564387_video1.ogv
|
2011-07-10 13:53:22 -07:00 |
|