.. |
test
|
Bug 890928 - Crashfix for URL.createURL in subworker. r=bent
|
2013-07-18 10:30:41 -04:00 |
ChromeWorkerScope.cpp
|
Bug 868312 - Some more rooting fixes for dom r=bz
|
2013-05-10 22:39:45 -04:00 |
ChromeWorkerScope.h
|
Bug 868312: Various dom rooting fixes r=bz
|
2013-05-04 03:52:57 -04:00 |
DOMBindingBase.cpp
|
Bug 860573 - Part 1 - Store wrapper cache flags separately to the object pointer r=smaug
|
2013-06-08 09:53:21 +01:00 |
DOMBindingBase.h
|
Bug 860573 - Part 1 - Store wrapper cache flags separately to the object pointer r=smaug
|
2013-06-08 09:53:21 +01:00 |
DOMBindingInlines.h
|
Bug 861022 part 2. Root the global object in WebIDL prototype and interface object setup. r=peterv,terrence
|
2013-05-01 23:44:12 -04:00 |
EventListenerManager.cpp
|
Bug 888338 - 7 - add post barriers to workers r=smaug
|
2013-07-23 10:58:27 +01:00 |
EventListenerManager.h
|
Bug 868312 finale: finish rooting dom/ code. r=smaug
|
2013-05-17 21:48:25 -04:00 |
Events.cpp
|
Bug 887236 - prefix the current events in workers with 'Worker', r=bent
|
2013-07-08 12:55:14 -04:00 |
Events.h
|
Bug 868312: Root dom/workers r=bz
|
2013-05-09 03:27:40 -04:00 |
EventTarget.cpp
|
Bug 868312 finale: finish rooting dom/ code. r=smaug
|
2013-05-17 21:48:25 -04:00 |
EventTarget.h
|
Bug 865377. Give EventTarget a chrome-only getter that returns its global. r=smaug
|
2013-05-30 17:46:39 -04:00 |
Exceptions.cpp
|
Bug 885310 - 1 Rename JSHandleFoo in the browser r=bz
|
2013-06-21 14:12:46 +01:00 |
Exceptions.h
|
|
|
File.cpp
|
Bug 885310 - 1 Rename JSHandleFoo in the browser r=bz
|
2013-06-21 14:12:46 +01:00 |
File.h
|
Bug 868312 - Some more rooting fixes for dom r=bz
|
2013-05-10 22:39:45 -04:00 |
FileReaderSync.cpp
|
Bug 868715 part 4. Use on-stack Rooted<JSObject*> for 'object' arguments in WebIDL bindings. r=peterv
|
2013-05-16 12:36:55 -04:00 |
FileReaderSync.h
|
Bug 877746 - Annotate ~230 methods with MOZ_OVERRIDE in /dom. r=Ms2ger
|
2013-06-05 12:15:48 -04:00 |
ImageData.cpp
|
Bug 885310 - 1 Rename JSHandleFoo in the browser r=bz
|
2013-06-21 14:12:46 +01:00 |
ImageData.h
|
Bug 868312 - Some more rooting fixes for dom r=bz
|
2013-05-10 22:39:45 -04:00 |
Location.cpp
|
Bug 885310 - 1 Rename JSHandleFoo in the browser r=bz
|
2013-06-21 14:12:46 +01:00 |
Location.h
|
Bug 868312: Root dom/workers r=bz
|
2013-05-09 03:27:40 -04:00 |
Makefile.in
|
bug 887483 - remove a bunch of useless assignments to FORCE_STATIC_LIB implied by LIBXUL_LIBRARY=1 r=mshal
|
2013-07-11 11:06:34 -04:00 |
moz.build
|
Bug 875934 - Move LIBRARY_NAME to moz.build (batch #1); r=mshal
|
2013-06-17 15:21:01 -04:00 |
Navigator.cpp
|
Bug 885310 - 1 Rename JSHandleFoo in the browser r=bz
|
2013-06-21 14:12:46 +01:00 |
Navigator.h
|
|
|
Principal.cpp
|
|
|
Principal.h
|
|
|
Queue.h
|
|
|
RuntimeService.cpp
|
Bug 838146 part 1. Implement WebIDL API on Navigator for the parts that are specified or are in nsIDOMNavigator. r=smaug, sr=sicking
|
2013-07-12 10:35:35 -04:00 |
RuntimeService.h
|
Bug 854739: Ensure that messages are delivered in order when suspending and resuming workers. r=bent+bholley
|
2013-06-06 10:28:47 -07:00 |
ScriptLoader.cpp
|
Bug 884061 - Part 3f: Use NS_DECL_THREADSAFE_ISUPPORTS in dom/, r=smaug,dhylands.
|
2013-07-18 21:21:20 -05:00 |
ScriptLoader.h
|
Bug 587251 - new Worker(badURL) should throw a SECURITY_ERR. r=khuey
|
2013-03-08 07:27:21 +09:00 |
TextDecoder.cpp
|
Backout f3c145bd1dd2 & 5075690572a9 for OS X startup failures
|
2013-01-28 11:08:21 +00:00 |
TextDecoder.h
|
Backout f3c145bd1dd2 & 5075690572a9 for OS X startup failures
|
2013-01-28 11:08:21 +00:00 |
TextEncoder.cpp
|
Backout f3c145bd1dd2 & 5075690572a9 for OS X startup failures
|
2013-01-28 11:08:21 +00:00 |
TextEncoder.h
|
Backout f3c145bd1dd2 & 5075690572a9 for OS X startup failures
|
2013-01-28 11:08:21 +00:00 |
URL.cpp
|
Bug 890928 - Crashfix for URL.createURL in subworker. r=bent
|
2013-07-18 10:30:41 -04:00 |
URL.h
|
Bug 837034. Part 2: Convert DOMMediaStream to use WebIDL. r=peterv,jesup
|
2013-02-15 21:04:11 +13:00 |
Worker.cpp
|
Bug 885310 - 1 Rename JSHandleFoo in the browser r=bz
|
2013-06-21 14:12:46 +01:00 |
Worker.h
|
|
|
WorkerFeature.h
|
|
|
WorkerInlines.h
|
|
|
WorkerPrivate.cpp
|
Bug 884061 - Part 3f: Use NS_DECL_THREADSAFE_ISUPPORTS in dom/, r=smaug,dhylands.
|
2013-07-18 21:21:20 -05:00 |
WorkerPrivate.h
|
Bug 884061 - Part 3f: Use NS_DECL_THREADSAFE_ISUPPORTS in dom/, r=smaug,dhylands.
|
2013-07-18 21:21:20 -05:00 |
Workers.h
|
Bug 885310 - 1 Rename JSHandleFoo in the browser r=bz
|
2013-06-21 14:12:46 +01:00 |
WorkerScope.cpp
|
Bug 888338 - 7 - add post barriers to workers r=smaug
|
2013-07-23 10:58:27 +01:00 |
WorkerScope.h
|
|
|
XMLHttpRequest.cpp
|
Bug 884061 - Part 3f: Use NS_DECL_THREADSAFE_ISUPPORTS in dom/, r=smaug,dhylands.
|
2013-07-18 21:21:20 -05:00 |
XMLHttpRequest.h
|
Bug 888338 - 7 - add post barriers to workers r=smaug
|
2013-07-23 10:58:27 +01:00 |
XMLHttpRequestEventTarget.cpp
|
|
|
XMLHttpRequestEventTarget.h
|
Bug 868312 finale: finish rooting dom/ code. r=smaug
|
2013-05-17 21:48:25 -04:00 |
XMLHttpRequestUpload.cpp
|
Bug 777548 - Make non-cc-participant tracing indirect; r=smaug,billm,jst
|
2013-03-28 13:37:22 -07:00 |
XMLHttpRequestUpload.h
|
|
|