gecko/dom/workers
2013-10-14 11:10:43 +08:00
..
test Bug 484305 - Worker scripts should always be decoded as UTF-8. r=bent 2013-10-09 18:23:47 -04: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
DOMBindingBase.cpp Bug 908351. Stop over-including DOMJSClass.h, so we don't rebuild as much when PrototypeList.h changes. We do this by factoring out the slot macros into a separate header and including that. r=khuey 2013-08-23 22:42:39 -04:00
DOMBindingBase.h Bug 909003 - Part g: Remove some includes in workers; r=bz 2013-09-06 08:43:26 +02:00
DOMBindingInlines.h Bug 643325 - Implement SharedWorker. r=khuey. 2013-06-05 07:04:23 -07:00
EventListenerManager.cpp Bug 918373 - GC: Handlify various public APIs r=sfink r=bholley r=smaug 2013-09-20 10:22:59 +01:00
EventListenerManager.h
Events.cpp Bug 643325 - Implement SharedWorker. r=khuey. 2013-06-05 07:04:23 -07:00
Events.h Bug 643325 - Implement SharedWorker. r=khuey. 2013-06-05 07:04:23 -07:00
EventTarget.cpp Bug 917958 part 1. Stop using JSObject* to represent WebIDL callback functions in workers. r=smaug 2013-09-20 01:07:03 -04:00
EventTarget.h Bug 917958 part 1. Stop using JSObject* to represent WebIDL callback functions in workers. r=smaug 2013-09-20 01:07:03 -04:00
File.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
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 643325 - Implement SharedWorker. r=khuey. 2013-06-05 07:04:23 -07:00
FileReaderSync.h Bug 643325 - Implement SharedWorker. r=khuey. 2013-06-05 07:04:23 -07:00
Location.cpp Bug 643325 - Implement SharedWorker. r=khuey. 2013-06-05 07:04:23 -07:00
Location.h Bug 919457: Allow bindings specific to workers without the old-style worker ownership model. r=bz 2013-09-30 12:15:37 +08:00
MessagePort.cpp Bug 643325 - Implement SharedWorker. r=khuey. 2013-06-05 07:04:23 -07:00
MessagePort.h Bug 643325 - Implement SharedWorker. r=khuey. 2013-06-05 07:04:23 -07:00
moz.build Bug 919885: Move Worker to WebIDL and thread-agnostic event dispatch. r=bent,bz 2013-10-14 11:10:43 +08:00
Navigator.cpp Bug 643325 - Implement SharedWorker. r=khuey. 2013-06-05 07:04:23 -07:00
Navigator.h Bug 919457: Allow bindings specific to workers without the old-style worker ownership model. r=bz 2013-09-30 12:15:37 +08:00
Principal.cpp
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
RuntimeService.cpp Bug 919885: Move Worker to WebIDL and thread-agnostic event dispatch. r=bent,bz 2013-10-14 11:10:43 +08:00
RuntimeService.h Bug 919885: Move Worker to WebIDL and thread-agnostic event dispatch. r=bent,bz 2013-10-14 11:10:43 +08:00
ScriptLoader.cpp Bug 484305 - Worker scripts should always be decoded as UTF-8. r=bent 2013-10-09 18:23:47 -04:00
ScriptLoader.h Bug 643325 - Implement SharedWorker. r=khuey. 2013-06-05 07:04:23 -07:00
SharedWorker.cpp Bug 919885: Move Worker to WebIDL and thread-agnostic event dispatch. r=bent,bz 2013-10-14 11:10:43 +08:00
SharedWorker.h Bug 919885: Move Worker to WebIDL and thread-agnostic event dispatch. r=bent,bz 2013-10-14 11:10:43 +08:00
URL.cpp Bug 920015 - Expose DOM URL to js modules, r=ehsan, f=emk, r=bz, r=bholley, r=smaug 2013-10-10 08:56:01 +02:00
URL.h Bug 887364 - URL API for Workers. r=khuey 2013-09-04 13:07:34 -04:00
WorkerFeature.h
WorkerInlines.h
WorkerMessagePort.cpp Bug 643325 - Implement SharedWorker. r=khuey. 2013-06-05 07:04:23 -07:00
WorkerMessagePort.h Bug 643325 - Implement SharedWorker. r=khuey. 2013-06-05 07:04:23 -07:00
WorkerPrivate.cpp Bug 919885: Move Worker to WebIDL and thread-agnostic event dispatch. r=bent,bz 2013-10-14 11:10:43 +08:00
WorkerPrivate.h Bug 919885: Move Worker to WebIDL and thread-agnostic event dispatch. r=bent,bz 2013-10-14 11:10:43 +08:00
Workers.h Bug 643325 - Implement SharedWorker. r=khuey. 2013-06-05 07:04:23 -07:00
WorkerScope.cpp Bug 919885: Move Worker to WebIDL and thread-agnostic event dispatch. r=bent,bz 2013-10-14 11:10:43 +08:00
WorkerScope.h Bug 643325 - Implement SharedWorker. r=khuey. 2013-06-05 07:04:23 -07:00
XMLHttpRequest.cpp Bug 911258: Part 5 - Use the unified exception handling mechanism on workers. r=bz 2013-09-08 20:29:21 -07:00
XMLHttpRequest.h Bug 882541 part 4. Treat undefined as missing for optional WebIDL arguments. r=khuey,ms2ger 2013-10-11 12:28:24 -04:00
XMLHttpRequestEventTarget.cpp
XMLHttpRequestEventTarget.h Bug 917958 part 1. Stop using JSObject* to represent WebIDL callback functions in workers. r=smaug 2013-09-20 01:07:03 -04:00
XMLHttpRequestUpload.cpp
XMLHttpRequestUpload.h