Kyle Huey
|
f12937d10a
|
Bug 758125: Don't rely on the order of the timeout array to discard expired timeouts. Check explicitly instead. r=bent
--HG--
extra : rebase_source : 7476aff4c01ee5407cd2419be0ddd4662ccc9dd9
|
2012-08-10 09:10:22 -07:00 |
|
Mike Hommey
|
70d7c821af
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Ms2ger
|
ab0288a76e
|
Bug 718260 - Fix a crash in DispatchPrematureAbortEvent; r=bent
|
2012-07-25 22:49:24 +02:00 |
|
Nathan Froyd
|
bfff055672
|
Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
|
2012-07-03 16:49:02 -04:00 |
|
Gervase Markham
|
68d38d677f
|
Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
|
2012-05-29 16:52:43 +01:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Masatoshi Kimura
|
f809aee2a1
|
Bug 752402 - Support ArrayBufferView as a member of blobParts parameter. r=sicking
|
2012-05-17 17:53:44 -04:00 |
|
Masatoshi Kimura
|
64107ebb45
|
Bug 744910 - Remove FileException from workers. r=bent
|
2012-04-24 19:50:00 -04:00 |
|
Matt Brubeck
|
2b509d78a7
|
Back out a0bc511b1d75 (bug 744910) and c85d6a254baa (bug 673752) on suspicion of causing Win debug "make check" hangs
|
2012-04-24 20:47:13 -07:00 |
|
Masatoshi Kimura
|
8967dd5a68
|
Bug 745507 - test_location.html fails if it is executed alone. r=bent
|
2012-04-24 19:50:00 -04:00 |
|
Masatoshi Kimura
|
ba8ae768d0
|
Bug 744910 - Remove FileException from workers. r=bent
|
2012-04-24 19:50:00 -04:00 |
|
Chris Cooper
|
ef548df90a
|
Merge build-system to mozilla-central
|
2012-04-04 14:02:07 -04:00 |
|
Joey Armstrong
|
15ddc7aed7
|
Bug 738404 - Makefile.in edits to use threadsafe mkdir (bug 680246) - r=ted
|
2012-04-03 16:08:16 -04:00 |
|
Masatoshi Kimura
|
932c8abcc5
|
Bug 739659 - Try duck typing in js_ReportUncaughtException. r=luke
|
2012-04-03 20:08:28 -04:00 |
|
Peter Van der Beken
|
ed510d3506
|
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 |
|
Ben Turner
|
12400e1a9d
|
Bug 720679 - 'Crash @ WorkerPrivate::CancelAllTimeouts while closing Firefox'. r=khuey.
|
2012-03-26 21:05:09 -07:00 |
|
Henri Sivonen
|
342883de53
|
Bug 672453 - Whine to console about various character encoding declaration-related authoring errors. r=smaug.
--HG--
rename : extensions/universalchardet/tests/bug631751be_text.html => parser/htmlparser/tests/mochitest/file_bug672453_bomless_utf16.html
|
2012-03-24 13:34:42 +02:00 |
|
Masatoshi Kimura
|
4d93b5343a
|
Bug 736686 - Part 2: Implement Blob constructor in Worker. r=jonas, bent
|
2012-03-24 12:33:59 +01:00 |
|
Masatoshi Kimura
|
d5f85c93cb
|
Bug 736687 - Warn on use of MozBlobBuilder. r=sicking
--HG--
rename : layout/reftests/svg/as-image/img-blobBuilder-1.html => layout/reftests/svg/as-image/img-blobURI-1.html
rename : layout/reftests/svg/as-image/img-blobBuilder-2.html => layout/reftests/svg/as-image/img-blobURI-2.html
|
2012-03-19 12:00:43 +01:00 |
|
Kyle Huey
|
9d9cca28ee
|
Bug 612311: Add some instrumentation. r=me
|
2012-03-17 13:07:28 -07:00 |
|
Kyle Huey
|
621eeb9127
|
Bug 498998: Implement XHR timeout in Workers. r=sicking
|
2012-03-12 17:00:46 -07:00 |
|
Serge Gautherie
|
2cbfbb031f
|
Bug 731332. (Av1) importScripts_worker.js: Do not try to access the network. r=jst.
|
2012-03-08 13:31:20 +01:00 |
|
Matthew Schranz
|
5e505cd07f
|
Bug 725289 - Removed moz prefix in Blob.mozSlice. r=sicking
--HG--
rename : dom/workers/test/fileReadMozSlice_worker.js => dom/workers/test/fileReadSlice_worker.js
rename : dom/workers/test/fileMozSlice_worker.js => dom/workers/test/fileSlice_worker.js
rename : dom/workers/test/test_fileReadMozSlice.xul => dom/workers/test/test_fileReadSlice.xul
rename : dom/workers/test/test_fileMozSlice.xul => dom/workers/test/test_fileSlice.xul
|
2012-02-16 11:22:25 +01:00 |
|
Kyle Huey
|
5d6c0792dc
|
Bug 726241: XHR should not double AddFeature itself. r=bent
|
2012-02-13 14:47:14 -08:00 |
|
Phil Ringnalda
|
b88c8779f5
|
Bug 718260 - stop running test_xhrAbort.html on WinXP until it can stop crashing in the middle of the next test, r=khuey
|
2012-01-23 15:40:39 -08:00 |
|
Ben Turner
|
95379493ab
|
Bug 713069 - 'Remove AutoEnterCompartment calls from finalizers and assert'. r=mrbkap.
|
2011-12-29 13:28:13 -05:00 |
|
Jonas Sicking
|
eb6d092930
|
Bug 687220: Add test for event handlers on the xhr.upload object in workers. r=bent
|
2011-11-10 16:29:34 -08:00 |
|
Ben Turner
|
408f05bed8
|
Bug 658178 - 'Make XHR2 response/responseType work in Web Workers'. r=jst+sicking+mrbkap.
|
2011-11-07 17:01:29 -08:00 |
|
Olli Pettay
|
398e36211f
|
Bug 699925 - support event.stopImmediatePropagation in workers, r=bent
|
2011-11-05 23:41:16 +02:00 |
|
Ed Morley
|
7ea8e12caa
|
Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail
|
2011-11-05 18:35:59 +00:00 |
|
Rail Aliiev
|
ac65d0d88e
|
Bug 616542 - Shorten file path length of mochitest; r=ted
|
2011-11-04 21:13:42 +00:00 |
|
Ben Turner
|
2371c2098d
|
Bug 699857 - 'Workers: Allow data urls'. r=sicking.
|
2011-11-04 10:57:42 -07:00 |
|
Ben Turner
|
03f045162c
|
Bug 699633 - "Inline workers broken". r=sicking, test by Jussi Kalliokoski <jussi.kalliokoski@gmail.com>.
|
2011-11-04 09:32:17 -07:00 |
|
Ben Turner
|
1bb2671441
|
Bug 690418 - 'ChromeWorker global inaccessible out of DOM scope'. r=sicking. Followup to fix tests.
|
2011-10-14 10:41:18 -07:00 |
|
Ben Turner
|
190b1ed2ab
|
Bug 690418 - 'ChromeWorker global inaccessible out of DOM scope'. r=sicking.
--HG--
extra : transplant_source : %AA%CBZU%3E%2A%DC%C4%899%12%29%F6%3D%AB%EAH%E9%10%A0
|
2011-10-14 08:58:37 -07:00 |
|
Ben Turner
|
8dd04c3ded
|
Bug 692605 - Disable console listener tests until it can be fixed, rs=sicking.
|
2011-10-13 17:14:28 -07:00 |
|
Ben Turner
|
b0edb0e928
|
Bug 683885 - 'Assertion failure: self, at dom/workers/EventTarget.cpp:170'. r=sicking.
--HG--
extra : transplant_source : r%E0N%98%BA%DF%DA%A6%0F%CE%04%D9%E7%A3%BF%82%C9%04b%2B
|
2011-10-06 16:09:43 -07:00 |
|
Ehsan Akhgari
|
60606f81f5
|
Bug 685995 - DOM chrome worker tests do not really test anything; r=ted
--HG--
extra : rebase_source : 818071f95ee10917811e16dc42d4073d23035146
|
2011-09-22 22:36:09 -04:00 |
|
Phil Ringnalda
|
0693fea49c
|
Back out 307b5fa030fd (bug 683280) for timeouts in test_ipAddressOrigin.html
|
2011-09-14 09:10:41 -07:00 |
|
Ben Turner
|
92f904aeb4
|
Bug 683280 - 'Workers: creating workers from 'localhost' or an IP address fails'. r=sicking.
|
2011-09-08 17:07:11 -07:00 |
|
Ben Turner
|
84bef19b19
|
Bug 679551 - 'Workers: Deadlock in WorkerPrivate::BlockAndCollectRuntimeStats if worker is blocked (LastPass extension)'. r=mrbkap.
|
2011-09-08 17:03:03 -07:00 |
|
Ehsan Akhgari
|
319f91efee
|
Backout changesets 58d026601240, c5a9a439d72c and cfdf675266b2 because of mochitest-3 crash
--HG--
extra : rebase_source : e6774b1220eabb7b9e2dce59bd487f48920d76b2
|
2011-09-08 22:04:43 -04:00 |
|
Ben Turner
|
ff1d59c4cb
|
Bug 683280 - 'Workers: creating workers from 'localhost' or an IP address fails'. r=sicking.
--HG--
extra : transplant_source : IT%B5%DC%B6%D1%16%1F%C9%99%FF%F2%B5%5BV%3B%9E%99%F4%8D
|
2011-09-08 17:07:11 -07:00 |
|
Ben Turner
|
bd59f01f84
|
Bug 683885 - 'Assertion failure: self, at dom/workers/EventTarget.cpp:170'. r=sicking.
--HG--
extra : transplant_source : %E4bPv%BC%9D%CD%D9%5E%DA%26%0E.%CB%7B%04%F2%97%F6%06
|
2011-09-08 17:04:57 -07:00 |
|
Ben Turner
|
6e8508a425
|
Bug 679551 - 'Workers: Deadlock in WorkerPrivate::BlockAndCollectRuntimeStats if worker is blocked (LastPass extension)'. r=mrbkap.
--HG--
extra : transplant_source : 8%93A%E7_%AA2%EC%D3%D2%862%FD%27I%E8%A6%12%8CM
|
2011-09-08 17:03:03 -07:00 |
|
Ben Turner
|
b31d6931af
|
Bug 677273 - 'Crash in mozilla::dom::workers::WorkerPrivate::RescheduleTimeoutTimer'. r=sicking.
|
2011-08-26 00:34:10 -07:00 |
|
William Chen
|
a5a375d3a6
|
Bug 664783 - Implement FileReaderSync for Workers. r=bent+sicking.
|
2011-08-15 20:40:38 -07:00 |
|
Ben Turner
|
3bbbbf1418
|
Bug 678057 - 'Workers: overrideMimeType() removed from XHR, breaks web content, diverges from main-thread XHR'. r=sicking.
--HG--
extra : transplant_source : %D5r%ADtwT%DF%BAO-2sav%CCD%E2Y%B2Q
|
2011-08-13 12:43:51 -07:00 |
|
Malini Das
|
ee09d54d6f
|
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only
|
2011-08-12 12:21:42 -04:00 |
|
Malini Das
|
ea71db787e
|
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- chrome. r=jmaher, a=test-only
|
2011-08-12 12:21:36 -04:00 |
|