Jose Cortes
|
1f0cd6dbd5
|
Bug 842186 - Replace a few instances of jsval with JS::Value in the WorkerPrivate class. r=jwalden
--HG--
extra : rebase_source : 5eda1a6052f05d6c4562e1a271cee68d224c8f45
|
2013-02-20 10:23:40 -08:00 |
|
Gregor Wagner
|
61884a045e
|
Bug 841041 - Fix memory broadcast bug for workers. r=bent.
|
2013-02-15 14:12:19 -08:00 |
|
Robert O'Callahan
|
2c25988734
|
Bug 837034. Part 2: Convert DOMMediaStream to use WebIDL. r=peterv,jesup
--HG--
rename : content/media/nsDOMMediaStream.cpp => content/media/DOMMediaStream.cpp
rename : content/media/nsDOMMediaStream.h => content/media/DOMMediaStream.h
extra : rebase_source : 483fca748444db20ed0d35cb586485f277e1808c
|
2013-02-15 21:04:11 +13:00 |
|
Ben Turner
|
475f40c407
|
Bug 839117 - 'Don't allow a leaking memory reporter to hang workers'. r=jlebar.
|
2013-02-08 03:50:00 -08:00 |
|
Andrea Marchesini
|
9ba3011d1b
|
Bug 838567 - URL.createObjectURL(new Object()); in Workers crashes debug builds reliably. r=bent
|
2013-02-06 10:50:27 -05:00 |
|
Andrea Marchesini
|
c876aa0a07
|
Bug 813253 - URL.createobjectURL in WebWorker. r=bent
|
2013-02-05 18:17:17 -05:00 |
|
Ben Turner
|
8d8a20e6ac
|
Bug 832419 - 'Clean up IPC blobs'. r=sicking.
|
2013-01-17 12:17:33 -08:00 |
|
Nicholas Nethercote
|
d9f49c3dc8
|
Bug 788293 - Remove e4x support. r=jorendorff,terrence,evilpie.
Ding dong! The witch is dead!
|
2013-01-24 21:24:57 -08:00 |
|
Phil Ringnalda
|
15ecedac46
|
Back out 66882ea6f8c7 (bug 788293) and 32f09cb3c7b6 (bug 834090) for bustage
CLOSED TREE
|
2013-01-31 22:29:30 -08:00 |
|
Nicholas Nethercote
|
e4944dd40a
|
Bug 788293 - Remove e4x support. r=jorendorff,terrence,evilpie.
Ding dong! The witch is dead!
--HG--
extra : rebase_source : 7574f5620e303c25120fcfc8ceb2099ad75c8f1b
|
2013-01-24 21:24:57 -08:00 |
|
Terrence Cole
|
35c9f7670d
|
Bug 706885 - Rework Rooting APIs to preserve all available type information; r=billm
|
2013-01-28 18:25:23 -08:00 |
|
Peter Van der Beken
|
c553f8a73e
|
Fix for bug 816088 (webIDL bindings try to extract nsISupports from the global object in static properties in workers). r=bz.
--HG--
extra : rebase_source : 5668d9e01bff0fe7831d98018428856e5940a620
|
2012-12-03 17:07:49 +01:00 |
|
Ed Morley
|
9474e07ea6
|
Backout f3c145bd1dd2 & 5075690572a9 for OS X startup failures
|
2013-01-28 11:08:21 +00:00 |
|
Peter Van der Beken
|
6b094e2955
|
Fix for bug 816088 (webIDL bindings try to extract nsISupports from the global object in static properties in workers). r=bz.
--HG--
extra : rebase_source : 68e5630591f6209e2af9c5cd2321fed8edd3de24
|
2012-12-03 17:07:49 +01:00 |
|
Bill McCloskey
|
f192791e29
|
Bug 751618 - Add js/GCAPI.h (r=terrence)
|
2013-01-27 12:35:12 -08:00 |
|
Mats Palmgren
|
b7ae90666d
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
|
Gregor Wagner
|
1af6f59c67
|
Bug 828887 - "unused-arenas" is not freed unless worker is idle for 5 seconds. r=bent
|
2013-01-10 23:50:40 +01:00 |
|
Kyle Huey
|
1ef0ad5b3a
|
Bug 806503: Eagerly transmit blob data across processes so that it is available if the originating process dies. r=bent a=bb+
|
2013-01-10 05:47:32 -08:00 |
|
Ed Morley
|
2e694dc42e
|
Backout 1391e924e9ee (bug 806503) for mochitest-1 failures on a CLOSED TREE
|
2013-01-10 15:21:39 +00:00 |
|
Kyle Huey
|
eab7308800
|
Bug 806503: Eagerly transmit blob data across processes so that it is available if the originating process dies. r=bent a=bb+
|
2013-01-10 05:47:32 -08:00 |
|
Ian Melven
|
37b948817c
|
Bug 752529 - workers shouldn't use string origins as null principals don't have them. Part 2 - nsPrincipal GetBaseDomain (r=bz)
|
2013-01-08 13:53:32 -08:00 |
|
Ben Turner
|
421eeb84d3
|
Bug 827274 - 'crash in [@ anonymous namespace::CTypesActivityCallback(JSContext*, js::CTypesActivityType)], add ctypes closure support to new worker memory reporting mechanism. r=khuey+mrbkap.
|
2013-01-08 13:57:44 +01:00 |
|
Gavin Sharp
|
5c79e70a3f
|
Bug 827193: fix typo in WorkerScope, r=khuey
--HG--
extra : rebase_source : 2ccc411444fd9b16d96d152d4f85931c1706f359
|
2013-01-07 11:18:19 -08:00 |
|
Ed Morley
|
446aa2a6f8
|
Backout e4550612487b & c3008e662841 (bug 827274) for mochitest-chrome crashes on a CLOSED TREE
|
2013-01-07 18:11:22 +00:00 |
|
Ben Turner
|
b1f76f2145
|
Bug 827274 - 'crash in [@ anonymous namespace::CTypesActivityCallback(JSContext*, js::CTypesActivityType)], add ctypes closure support to new worker memory reporting mechanism. r=khuey+mrbkap, a=jlebar.
|
2013-01-07 17:34:08 +01:00 |
|
Ben Turner
|
3475845a40
|
Bug 813867 - 'Report memory for web workers that use ctypes'. r=jlebar+jorendorff.
--HG--
extra : rebase_source : 8ecb268167e840f26dd53a774c7e978b15ae3017
|
2012-12-30 10:21:52 -08:00 |
|
Jeff Walden
|
e9191e095f
|
Bug 824217 - Remove the JSRESOLVE_ASSIGNING test that guards definition of DOM Worker constructors and Gecko-specific script namespace manager constructors. r=bz
|
2013-01-03 12:29:16 -06:00 |
|
Jeff Walden
|
998e1a3d66
|
Bug 824217 - Remove some easy-to-remove tests of JSRESOLVE_ASSIGNING. r=bz
--HG--
extra : rebase_source : 2605d559d48b9ccd985bd860f13ab7b1b53ab048
|
2012-12-19 19:32:34 -05:00 |
|
Masatoshi Kimura
|
9a4812e054
|
Bug 824247 - Part 3: Disable FAIL_ON_WARNINGS on not-yet-warning-free directories on MSVC. r=ted
|
2013-01-03 00:56:38 +09:00 |
|
Nicholas Nethercote
|
b7723e3c58
|
Bug 819819 (part 2) - Remove |name| from NS_MEMORY_REPORTER_MALLOC_SIZEOF_FUN. r=jlebar.
--HG--
rename : dom/tests/mochitest/localstorage/test_localStorageQuotaPrivateBrowsing_perwindowpb.html => dom/tests/mochitest/localstorage/test_localStorageQuotaPrivateBrowsing.html
rename : toolkit/components/places/tests/browser/browser_favicon_privatebrowsing_perwindowpb.js => toolkit/components/places/tests/browser/browser_favicon_privatebrowsing.js
extra : rebase_source : 557cc60522970ce7eea3b006d357284d9b4694c4
|
2012-12-23 16:59:51 -08:00 |
|
Kyle Huey
|
0fe5d16d9c
|
Bug 824723: Don't fire error events if the worker is shutting down. r=bent
|
2012-12-31 07:48:57 -08:00 |
|
Masatoshi Kimura
|
17d6d79ec8
|
Bug 825195 - Update method signatures of TextDecoder and TextEncoder per the latest spec. r=jonas
|
2012-12-29 09:55:32 +09:00 |
|
Josh Matthews
|
4d6b6b5de0
|
Backed out changeset 40c1df07b407 (bug 824217)
|
2012-12-28 19:13:36 -05:00 |
|
Jeff Walden
|
fd937151e0
|
Bug 824217 - Remove some easy-to-remove tests of JSRESOLVE_ASSIGNING. r=bz
|
2012-12-19 19:32:34 -05:00 |
|
Masatoshi Kimura
|
139459454e
|
Bug 795542 - Part 2: Implement StringEncoding API objects in Workers. r=bent
|
2012-12-22 09:16:14 +09:00 |
|
Kyle Huey
|
8602b900f7
|
Bug 823953: Improve sync queue handling. r=bent
--HG--
extra : rebase_source : 04c9eb2a7462d2c94c66b8126507fa690df0f13d
|
2012-12-21 12:14:47 -08:00 |
|
Peter Van der Beken
|
6f6a341ee2
|
Fix for bug 815149 (Add support for SOWs and XBL bindings in new DOM bindings). r=bz.
--HG--
extra : rebase_source : c24544fd3d1c99651e279e687a07a02c5b994323
|
2012-09-12 22:29:30 +02:00 |
|
Boris Zbarsky
|
334fc07ca1
|
Bug 819741. Add support for passing an ArrayBufferView to XHR.send(). r=sicking,bent
|
2012-12-19 17:47:39 -08:00 |
|
Ben Turner
|
ddac5f9767
|
Bug 814026, r=mrbkap.
|
2012-12-18 08:01:42 -08:00 |
|
William Chen
|
c3b4bdb077
|
Bug 820544 - Prefix WebIDL dictionary native member names to avoid C++ keywords. r=bz
|
2012-12-17 13:44:04 -08:00 |
|
Ed Morley
|
fbf6fab8e8
|
Backout 67d84be0cc83 (bug 820544) for bustage
|
2012-12-14 16:58:51 +00:00 |
|
Kyle Huey
|
9c6a2c02f4
|
Bug 820476: Allow postMessage on pending workers. r=bent
--HG--
extra : rebase_source : dcf71f5eafcf06b6c4da2cc8412e9b65eda144c4
|
2012-12-14 08:16:11 -08:00 |
|
William Chen
|
45b4ea581a
|
Bug 820544 - Prefix webidl dictionary native members names to avoid C++ keywords. r=bz
|
2012-12-11 16:05:46 -08:00 |
|
Kyle Huey
|
452869c48c
|
Bug 811615: Enable chrome code to create a new File object by wrapping an existing Blob and provide a custom name/type. r=sicking a=basecamp-blocking
|
2012-12-11 13:21:03 -08:00 |
|
Ms2ger
|
8fc67dfff7
|
Bug 776539 - Move FormData to Paris bindings; r=bz
|
2012-12-11 19:09:56 +01:00 |
|
Ed Morley
|
b3f233b860
|
Backout 194d8f675d2d & 251a18603db4 (bug 811615) for xpcshell and mochitest failures
|
2012-12-11 13:09:38 +00:00 |
|
Kyle Huey
|
316dfb7a2c
|
Bug 811615: Enable chrome code to create a new File object by wrapping an existing Blob and provide a custom name/type. r=sicking a=basecamp-blocking
|
2012-12-11 03:54:08 -08:00 |
|
Andrea Marchesini
|
df0dacb896
|
Bug 812249 - When "javascript.options.strict" is enabled related warnings/errors trigger worker.onerror handler. r=bent
--HG--
extra : rebase_source : a0bf6f37f2e83cbcc3586240d3312b84b1ca28a5
|
2012-12-07 19:35:44 -05:00 |
|
Boris Zbarsky
|
66a25e5fa2
|
Bug 818263. Make the EventTarget binding work for nodes. r=smaug,peterv
|
2012-12-06 20:39:51 -05:00 |
|
Boris Zbarsky
|
f490c53f7d
|
Bug 815803. Now that JSSLOT_PROXY_PRIVATE == 0, simplify binding code that had to deal with different slot indices on proxy and non-proxy objects. r=peterv
|
2012-12-06 15:21:19 -05:00 |
|