Gregor Wagner
|
d5c38be4e0
|
Bug 841041 - Fix memory broadcast bug for workers. r=bent.
|
2013-02-15 14:12:19 -08:00 |
|
Robert O'Callahan
|
8192e0a0c4
|
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
|
f6f1ac3cc1
|
Bug 839117 - 'Don't allow a leaking memory reporter to hang workers'. r=jlebar.
|
2013-02-08 03:50:00 -08:00 |
|
Andrea Marchesini
|
598d08c5e9
|
Bug 838567 - URL.createObjectURL(new Object()); in Workers crashes debug builds reliably. r=bent
|
2013-02-06 10:50:27 -05:00 |
|
Andrea Marchesini
|
01bac8a971
|
Bug 813253 - URL.createobjectURL in WebWorker. r=bent
|
2013-02-05 18:17:17 -05:00 |
|
Ben Turner
|
78bb29569f
|
Bug 832419 - 'Clean up IPC blobs'. r=sicking.
|
2013-01-17 12:17:33 -08:00 |
|
Nicholas Nethercote
|
524f6ea9b5
|
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
|
b4eec14ca3
|
Back out 66882ea6f8c7 (bug 788293) and 32f09cb3c7b6 (bug 834090) for bustage
CLOSED TREE
|
2013-01-31 22:29:30 -08:00 |
|
Nicholas Nethercote
|
ae7837bdef
|
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
|
a3e6adc9fa
|
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
|
b9d2ae906f
|
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
|
bc0702d0d7
|
Backout f3c145bd1dd2 & 5075690572a9 for OS X startup failures
|
2013-01-28 11:08:21 +00:00 |
|
Peter Van der Beken
|
b46afdef94
|
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
|
8544cb4e1d
|
Bug 751618 - Add js/GCAPI.h (r=terrence)
|
2013-01-27 12:35:12 -08:00 |
|
Mats Palmgren
|
6c53161814
|
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
|
6cbbf2b5b2
|
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
|
6525389cc0
|
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
|
acba59dcdf
|
Backout 1391e924e9ee (bug 806503) for mochitest-1 failures on a CLOSED TREE
|
2013-01-10 15:21:39 +00:00 |
|
Kyle Huey
|
fb593adfcf
|
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
|
ed81718e8f
|
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
|
4a1f82b8ea
|
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
|
dd4e7eaac6
|
Bug 827193: fix typo in WorkerScope, r=khuey
--HG--
extra : rebase_source : 2ccc411444fd9b16d96d152d4f85931c1706f359
|
2013-01-07 11:18:19 -08:00 |
|
Ed Morley
|
d3c39437f7
|
Backout e4550612487b & c3008e662841 (bug 827274) for mochitest-chrome crashes on a CLOSED TREE
|
2013-01-07 18:11:22 +00:00 |
|
Ben Turner
|
8c910e1e42
|
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
|
07413737fe
|
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
|
a57391c29c
|
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
|
e03bb4799c
|
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
|
b5e27745c8
|
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
|
acc80a9abd
|
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
|
9ee1dd55e5
|
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
|
1f8808f4be
|
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
|
8c6ec75b56
|
Backed out changeset 40c1df07b407 (bug 824217)
|
2012-12-28 19:13:36 -05:00 |
|
Jeff Walden
|
efc17396e8
|
Bug 824217 - Remove some easy-to-remove tests of JSRESOLVE_ASSIGNING. r=bz
|
2012-12-19 19:32:34 -05:00 |
|
Masatoshi Kimura
|
18c56467cb
|
Bug 795542 - Part 2: Implement StringEncoding API objects in Workers. r=bent
|
2012-12-22 09:16:14 +09:00 |
|
Kyle Huey
|
4cc0a4aebc
|
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
|
b208a08d09
|
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
|
0bb5f9396e
|
Bug 819741. Add support for passing an ArrayBufferView to XHR.send(). r=sicking,bent
|
2012-12-19 17:47:39 -08:00 |
|
Ben Turner
|
c7f6c9cea0
|
Bug 814026, r=mrbkap.
|
2012-12-18 08:01:42 -08:00 |
|
William Chen
|
d33f454e9f
|
Bug 820544 - Prefix WebIDL dictionary native member names to avoid C++ keywords. r=bz
|
2012-12-17 13:44:04 -08:00 |
|
Ed Morley
|
4f54b7fbbe
|
Backout 67d84be0cc83 (bug 820544) for bustage
|
2012-12-14 16:58:51 +00:00 |
|
Kyle Huey
|
b0e79fc559
|
Bug 820476: Allow postMessage on pending workers. r=bent
--HG--
extra : rebase_source : dcf71f5eafcf06b6c4da2cc8412e9b65eda144c4
|
2012-12-14 08:16:11 -08:00 |
|
William Chen
|
93b1b7ccbe
|
Bug 820544 - Prefix webidl dictionary native members names to avoid C++ keywords. r=bz
|
2012-12-11 16:05:46 -08:00 |
|
Kyle Huey
|
947106a519
|
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
|
ac97224f7a
|
Bug 776539 - Move FormData to Paris bindings; r=bz
|
2012-12-11 19:09:56 +01:00 |
|
Ed Morley
|
afe82ab291
|
Backout 194d8f675d2d & 251a18603db4 (bug 811615) for xpcshell and mochitest failures
|
2012-12-11 13:09:38 +00:00 |
|
Kyle Huey
|
9b92167718
|
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
|
2e7f3fbe1e
|
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
|
52ea909e8e
|
Bug 818263. Make the EventTarget binding work for nodes. r=smaug,peterv
|
2012-12-06 20:39:51 -05:00 |
|
Boris Zbarsky
|
d1c8d3b88e
|
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 |
|
Peter Van der Beken
|
eb1a773525
|
Fix for bug 818219 (Replace HTMLElement quickstubs with new binding methods) - Remove hardcoded interface list in workers. r=bz.
--HG--
extra : rebase_source : 87b106b79f8e5912f10a603e407da1c93be4ed5d
|
2012-12-06 11:41:14 +01:00 |
|