Chris Pearce
|
2a1dcd9d21
|
Bug 671978 - Make nsRawReader build after changes added in bug 592833. r=doublec
|
2011-07-19 09:35:58 +12:00 |
|
Paul Biggar
|
6f54c16343
|
Bug 671029 (followup): Remove unused size parameter and uninitialized var warning (rs=jwalden)
|
2011-07-18 14:32:47 -07:00 |
|
Paul Biggar
|
63dc95d896
|
Bug 671029: Ignore Byte-Order-Mark in UTF-8 files (r=jwalden)
It's legit (though pointless) to have BOMs in UTF-8 files, so we shouldn't throw a SyntaxError.
|
2011-07-18 14:14:33 -07:00 |
|
Patrick McManus
|
298a1cf040
|
bug 670687 - ws origin handling bogus r=bz
|
2011-07-18 16:51:28 -04:00 |
|
Matt Brubeck
|
a75e2c8fc3
|
Bug 672228 - Don't activate keyboard for pre-filled username/password prompts in Fennec [r=mfinkle]
|
2011-07-18 13:33:06 -07:00 |
|
Matt Brubeck
|
9fd746dcdf
|
Bug 672316 - Try to always reset accessibility.browsewithcaret after selecting text in Fennec [r=mfinkle]
|
2011-07-18 13:33:06 -07:00 |
|
Matt Brubeck
|
c2a0a5dec5
|
Bug 643191 - Add a "Copy Link" command to the context menu in Fennec [r=mfinkle]
|
2011-07-18 13:33:06 -07:00 |
|
Ehsan Akhgari
|
4c25e7b62f
|
Backout changeset 65e0d40a57b7 (bug 417418) because of unit test failure
|
2011-07-18 16:29:22 -04:00 |
|
Luke Wagner
|
4f9fcbf915
|
Bug 669044 - Undo changes to tracer assert (r=dvander)
|
2011-07-12 09:50:50 -07:00 |
|
Luke Wagner
|
bbcc2f179f
|
Bug 669043 - Don't assert when the decompiler temporarily changes script->code (r=waldo)
|
2011-07-12 09:50:25 -07:00 |
|
Luke Wagner
|
cf6b877312
|
Bug 650618 - Make sure XML objects get a (rooted-at-global) parent (r=waldo)
|
2011-07-15 13:56:12 -07:00 |
|
Gervase Markham
|
2da840b0f2
|
Bug 531758 - add DynDNS domains to the PSL, as requested by Jeremy Hitchcock of DynDNS. Patch by him; r=gerv.
|
2011-07-18 15:09:55 -04:00 |
|
Brad Lassey
|
5d23f12c4d
|
Bug 669424 - get rid of shared ID. r=dougt
|
2011-07-05 15:36:25 -04:00 |
|
arno renevier
|
adc42180ca
|
Bug 417418 - do not treat context click as double click anymore in editor; r=ehsan
|
2011-07-18 14:42:56 -04:00 |
|
Benjamin Stover
|
771b24b9fe
|
Bug 626792 Content view contentWidth/Height do not update immediately after scaling r=roc r=mbrubeck
|
2011-07-18 11:04:47 -07:00 |
|
Benjamin Stover
|
5336dbede7
|
Bug 668633 Elements with scrollable overflow are cut off when panning r=roc
|
2011-07-18 11:04:44 -07:00 |
|
Ehsan Akhgari
|
f86a19e699
|
Bug 671672 - Reduce a bunch of console spam in debug builds caused by the HTML editor; r=roc
|
2011-07-14 17:06:37 -04:00 |
|
Wes Johnston
|
f5303bba44
|
Bug 671439 - Show OfflineApp notifications on the correct tab. r=mfinkle
|
2011-07-18 09:24:11 -07:00 |
|
Wes Johnston
|
7d8a7104ae
|
Bug 582048 - Make network error pages look nice on mobile. r=mfinkle
|
2011-07-18 09:20:09 -07:00 |
|
Wes Johnston
|
4a5105e95f
|
Bug 671167 - History time ranges should be based on local timezone. r=mfinkle
|
2011-07-18 09:19:35 -07:00 |
|
Andrew McCreight
|
35655d09f6
|
Bug 665995 - Memory reporter for cycle collector. r=bent
|
2011-07-08 15:49:31 -07:00 |
|
Jonathan Kew
|
39a3910178
|
bug 670900 - reftest for handling 404 (not found) error on @font-face request. r=roc
|
2011-07-18 14:20:05 +01:00 |
|
Fabrice Desré
|
7e42d9cf65
|
Bug 671258 - Wrong site preferences listed in the site identity container in the pageaction-reset entry
|
2011-07-18 04:09:19 -07:00 |
|
Robert O'Callahan
|
3bf92f4b71
|
Bug 629196. Fix intermittent failures by censoring irrelevant pixels in test for bug 579323.
|
2011-07-18 12:46:26 +12:00 |
|
Doug Turner
|
3a94e08884
|
Bug 632342 - mSensor should be deleted on startup failure. r=blassey
|
2011-07-17 13:01:05 -07:00 |
|
Ben Turner
|
f8e0646ef5
|
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
|
820e368a57
|
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
|
d86d2598b0
|
Merge m-c into m-i.
|
2011-07-17 15:04:37 -04:00 |
|
Joe Drew
|
1b1c77e668
|
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
|
07d86c9cf2
|
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
|
b345d1e8d9
|
Bug 664299 - Test that the crossOrigin attribute is probably reflected into JS. r=Ms2ger
|
2011-07-17 13:40:28 -04:00 |
|
Joe Drew
|
35f7e4c995
|
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
|
39edc16be7
|
Bug 671906 - Fix the logic for matching principals in imagelib CORS code. r=bz
|
2011-07-17 13:40:24 -04:00 |
|
Joe Drew
|
8475a70b73
|
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
|
99a9be59be
|
Bug 671441: Use standard grep syntax instead of egrep syntax.
|
2011-07-17 10:38:18 -07:00 |
|
Tim Taubert
|
9ef0f788f8
|
Backed out changeset f7599a2eb53a (bug 671460)
|
2011-07-17 07:02:16 +02:00 |
|
Tim Taubert
|
4f8bf3479a
|
Bug 671460 - clean up browser_tabview_bug599626.js; r=ehsan
|
2011-07-17 05:12:02 +02:00 |
|
Tim Taubert
|
db6effd19f
|
merge mozilla-central to fx-team
|
2011-07-17 04:53:34 +02:00 |
|
Gavin Sharp
|
d090514fdd
|
Back out 48dcb60519ac due to Mochitest1 failures on Linux64 debug
|
2011-07-16 19:00:00 -07:00 |
|
Brad Lassey
|
b73b092d97
|
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
|
8d99ffd9e5
|
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
|
0f3f2e347f
|
Bug 669549 - Some DeviceManagerADB functions do not work; r=jmaher, a=test-only
|
2011-07-17 12:04:40 -04:00 |
|
Ed Morley
|
d826e11861
|
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
|
8750208034
|
Bug 660158 - Remove all references to head_ipc.js; r=jduell
|
2011-07-17 12:07:42 +02:00 |
|
Matheus Kerschbaum
|
b0c1f89ef4
|
Bug 579571 - Remove --enable-timeline support. r=tglek
|
2011-07-17 12:07:42 +02:00 |
|
Oleg Romashin
|
02c7078314
|
Bug 671986 - ImageLayerOGL does not apply offset/transform for layer r=jrmuizel
|
2011-07-17 12:07:41 +02:00 |
|
Ed Morley
|
493ba720dd
|
Bug 672040 - Hunspell test suite is still generated when using --disable-tests; r=khuey
|
2011-07-17 12:07:41 +02:00 |
|
Ms2ger
|
88be868bd6
|
Backout 206148a18467 for windows M3 oranges
|
2011-07-17 12:06:28 +02:00 |
|
Doug Turner
|
fb4cf54bd7
|
Bug 632342 - mSensor should be deleted on startup failure. r=blassey
|
2011-07-16 22:15:30 -07:00 |
|
Doug Turner
|
6a2d061254
|
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 |
|