.. |
test
|
Bug 965990 - Allow URLSearchParams objects to be associated with multiple URLs, r=ehsan
|
2014-02-03 16:48:38 +00:00 |
ChromeWorkerScope.cpp
|
Bug 918923 - Part 2: Switch to #including nsString.h in code using the internal strings API; r=bsmedberg
|
2013-09-23 13:25:00 -04:00 |
ChromeWorkerScope.h
|
Bug 868312: Various dom rooting fixes r=bz
|
2013-05-04 03:52:57 -04:00 |
Console.cpp
|
Bug 620935 - Make console object available in Web Workers, r=ehsan, r=bz
|
2014-01-26 12:35:17 +00:00 |
Console.h
|
Bug 620935 - Make console object available in Web Workers, r=ehsan, r=bz
|
2014-01-26 12:35:17 +00:00 |
File.cpp
|
Bug 959787 - Handlify some misc JS APIs r=sfink r=smaug
|
2014-01-29 10:00:40 +00:00 |
File.h
|
Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm.
|
2013-08-17 15:50:18 -07:00 |
FileReaderSync.cpp
|
Bug 848842 - Stop using heuristic detection in the File API. r=bzbarsky.
|
2013-12-17 12:47:25 +02:00 |
FileReaderSync.h
|
Bug 848842 - Stop using heuristic detection in the File API. r=bzbarsky.
|
2013-12-17 12:47:25 +02:00 |
Location.cpp
|
Bug 964148 - location.origin is not available in workers. r=bent, r=baku
|
2014-01-31 13:22:52 -05:00 |
Location.h
|
Bug 964148 - location.origin is not available in workers. r=bent, r=baku
|
2014-01-31 13:22:52 -05:00 |
MessagePort.cpp
|
Bug 914762 - Switch Workers to use a normal nsThread event loop, r=mrbkap.
|
2013-10-23 06:16:49 -07:00 |
MessagePort.h
|
No bug - Fix some style issues in DOM code.
|
2013-11-11 09:04:41 +01:00 |
moz.build
|
Bug 620935 - Make console object available in Web Workers, r=ehsan, r=bz
|
2014-01-26 12:35:17 +00:00 |
Navigator.cpp
|
Bug 925437 - Implement navigator.onLine on Workers. r=khuey sr=sicking
|
2013-11-19 15:08:50 -08:00 |
Navigator.h
|
Bug 925437 - Implement navigator.onLine on Workers. r=khuey sr=sicking
|
2013-11-19 15:08:50 -08:00 |
Principal.cpp
|
Bug 884676 - Convert JSPrincipals::refcount to Atomic<int32_t> in JS_THREADSAFE builds, and remove JS_ATOMIC_*. r=Waldo
|
2013-11-27 09:37:10 -06:00 |
Principal.h
|
Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm.
|
2013-08-17 15:50:18 -07:00 |
Queue.h
|
|
|
RegisterBindings.cpp
|
Bug 918806 - Enable DOM Promises. sr=bz
|
2014-01-30 13:14:00 -08:00 |
RuntimeService.cpp
|
Bug 918806 - Enable DOM Promises. sr=bz
|
2014-01-30 13:14:00 -08:00 |
RuntimeService.h
|
Bug 960416 - Always use JIT hardening. r=luke
|
2013-12-25 00:21:59 -08:00 |
ScriptLoader.cpp
|
Bug 947592 - Streamline ReportLoadError. r=bent
|
2014-01-23 17:20:53 -08:00 |
ScriptLoader.h
|
Bug 928312: Convert the worker global object and all remaining EventTargets to new DOM bindings. r=bent,peterv,smaug
|
2013-11-05 22:16:26 +08:00 |
SharedWorker.cpp
|
No bug - Fix some style issues in DOM code.
|
2013-11-11 09:04:41 +01:00 |
SharedWorker.h
|
No bug - Fix some style issues in DOM code.
|
2013-11-11 09:04:41 +01:00 |
URL.cpp
|
Bug 965990 - Allow URLSearchParams objects to be associated with multiple URLs, r=ehsan
|
2014-02-03 16:48:38 +00:00 |
URL.h
|
Bug 965990 - Allow URLSearchParams objects to be associated with multiple URLs, r=ehsan
|
2014-02-03 16:48:38 +00:00 |
WorkerFeature.h
|
|
|
WorkerInlines.h
|
|
|
WorkerPrivate.cpp
|
Bug 958011: Fix worker object cycle collection to not rely on the JSObject being finalized, which is a bogus assumption. r=bent,mccr8
|
2014-02-02 10:08:50 -08:00 |
WorkerPrivate.h
|
Bug 958011: Fix worker object cycle collection to not rely on the JSObject being finalized, which is a bogus assumption. r=bent,mccr8
|
2014-02-02 10:08:50 -08:00 |
WorkerRunnable.cpp
|
Bug 914762 - Switch Workers to use a normal nsThread event loop, r=mrbkap.
|
2013-10-23 06:16:49 -07:00 |
WorkerRunnable.h
|
Bug 914762 - Switch Workers to use a normal nsThread event loop, r=mrbkap.
|
2013-10-23 06:16:49 -07:00 |
Workers.h
|
Bug 918806 - Enable DOM Promises. sr=bz
|
2014-01-30 13:14:00 -08:00 |
WorkerScope.cpp
|
Bug 620935 - Make console object available in Web Workers, r=ehsan, r=bz
|
2014-01-26 12:35:17 +00:00 |
WorkerScope.h
|
Bug 620935 - Make console object available in Web Workers, r=ehsan, r=bz
|
2014-01-26 12:35:17 +00:00 |
XMLHttpRequest.cpp
|
Bug 961286 - Use move semantics for JSAutoStructuredCloneBuffer and wrappers. r=jorendorff, r=bent
|
2014-01-31 21:50:07 -05:00 |
XMLHttpRequest.h
|
Bug 961286 - Use move semantics for JSAutoStructuredCloneBuffer and wrappers. r=jorendorff, r=bent
|
2014-01-31 21:50:07 -05:00 |
XMLHttpRequestUpload.cpp
|
Bug 928312: Convert the worker global object and all remaining EventTargets to new DOM bindings. r=bent,peterv,smaug
|
2013-11-05 22:16:26 +08:00 |
XMLHttpRequestUpload.h
|
Bug 928312: Convert the worker global object and all remaining EventTargets to new DOM bindings. r=bent,peterv,smaug
|
2013-11-05 22:16:26 +08:00 |