gecko/dom/workers
2014-09-03 16:47:49 +01:00
..
test Bug 1060517 - dom/workers/test/serviceworkers/test_unregister.html must use 'ready', r=nsm 2014-09-03 16:47:49 +01:00
ChromeWorkerScope.cpp
ChromeWorkerScope.h
DataStore.cpp Bug 1045436 - Fix more bad implicit constructors in XPCOM; r=froydnj 2014-07-29 20:43:56 -04:00
DataStore.h Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku 2014-09-01 18:26:43 -04:00
DataStoreCursor.cpp Bug 1040263. Eagerly create and preserve Promise reflectors so we always have them available during unlink. r=nsm,bholley. 2014-07-18 21:31:11 -04:00
DataStoreCursor.h Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku 2014-09-01 18:26:43 -04:00
File.cpp Bug 1034191 - Make nsDependentJSString users work with Latin1 strings and nursery-allocated strings. r=bz 2014-07-05 17:30:54 +02:00
File.h
FileReaderSync.cpp Bug 1009675 part 3. Return WebIDL 'object' values as handles. r=peterv 2014-06-11 16:26:52 -04:00
FileReaderSync.h Bug 1009675 part 3. Return WebIDL 'object' values as handles. r=peterv 2014-06-11 16:26:52 -04:00
Location.cpp
Location.h Bug 1028588 - Fix dangerous public destructors in the rest of dom/ - r=ehsan 2014-06-23 15:56:07 -04:00
MessagePort.cpp Bug 998474 - SharedWorker should allow MessagePort to be opened asynchronously, r=khuey 2014-06-27 10:04:45 -07:00
MessagePort.h Backed out changeset c189d09ec942 (bug 930348) for B2G desktop bustage. 2014-05-13 15:33:58 -04:00
moz.build Backed out 4 changesets (bug 982726) for mochitest-4 bustage 2014-09-02 19:09:38 -07:00
Navigator.cpp Bug 1000829 - getDataStores() should be able to retrieve data stores by owner. r=baku sr=jst 2014-07-17 11:53:23 +08:00
Navigator.h Bug 1000829 - getDataStores() should be able to retrieve data stores by owner. r=baku sr=jst 2014-07-17 11:53:23 +08:00
Performance.cpp Bug 908390 part 2. Implement performance.now() on workers. r=khuey 2014-08-29 19:50:06 -04:00
Performance.h Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku 2014-09-01 18:26:43 -04:00
Principal.cpp
Principal.h
Queue.h Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku 2014-09-01 20:49:25 -04:00
RegisterBindings.cpp Bug 1017988 part 11. Codegen the definition of interface objects on worker globals. r=khuey 2014-08-04 22:20:35 -04:00
RuntimeService.cpp Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku 2014-09-01 18:26:43 -04:00
RuntimeService.h Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku 2014-09-01 18:26:43 -04:00
ScriptLoader.cpp Bug 1036484 - empty 404 worker script should emit a 'error' event, r=khuey 2014-08-10 15:33:06 +02:00
ScriptLoader.h
ServiceWorker.cpp Backed out 4 changesets (bug 982726) for mochitest-4 bustage 2014-09-02 19:09:38 -07:00
ServiceWorker.h Backed out 4 changesets (bug 982726) for mochitest-4 bustage 2014-09-02 19:09:38 -07:00
ServiceWorkerCommon.h Bug 1043004 - Update ServiceWorkerContainer API to spec. r=bkelly 2014-08-19 09:56:00 -04:00
ServiceWorkerContainer.cpp Bug 1025077 - patch 2 - ServiceWorkerContainer should unregister its promise on dtor, r=nsm 2014-08-28 17:04:51 +01:00
ServiceWorkerContainer.h Bug 1025077 - patch 2 - ServiceWorkerContainer should unregister its promise on dtor, r=nsm 2014-08-28 17:04:51 +01:00
ServiceWorkerEvents.cpp Bug 967264 - Patch 2: InstallPhaseEvent and InstallEvent. r=ehsan r=jst 2014-05-13 14:49:36 -07:00
ServiceWorkerEvents.h Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku 2014-09-01 18:26:43 -04:00
ServiceWorkerManager.cpp Backed out 4 changesets (bug 982726) for mochitest-4 bustage 2014-09-02 19:09:38 -07:00
ServiceWorkerManager.h Backed out 4 changesets (bug 982726) for mochitest-4 bustage 2014-09-02 19:09:38 -07:00
ServiceWorkerRegistration.cpp Bug 1057933 - ServiceWorkerRegistrations should use scope and not window to obtain workers. r=baku 2014-08-24 22:35:03 -07:00
ServiceWorkerRegistration.h Bug 1058043 - Patch 2 - StopListeningForEvents in ServiceWorkerRegistration destructor. r=baku 2014-08-27 13:33:20 -07:00
SharedWorker.cpp Bug 1002702 - SharedWorker should always close MessagePort, r=khuey 2014-06-27 10:24:56 -07:00
SharedWorker.h
URL.cpp Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku 2014-09-01 18:26:43 -04:00
URL.h Bug 1058470 - Blob URL should contain the origin as part of the URI, r=bz 2014-08-31 11:40:11 +01:00
WorkerFeature.h Bug 1016162 - Base EME DOM APIs, not connected to a CDM yet. r=bz 2014-06-07 08:52:15 +12:00
WorkerInlines.h
WorkerPrivate.cpp Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku 2014-09-01 18:26:43 -04:00
WorkerPrivate.h Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku 2014-09-01 20:49:25 -04:00
WorkerRunnable.cpp Bug 913586 (Part 4) - Update Maybe users in dom. r=bz 2014-08-13 15:39:41 -07:00
WorkerRunnable.h Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku 2014-09-01 20:49:25 -04:00
Workers.h Bug 940305 - Move extraWarnings to RuntimeOptions with a per-compartment override. r=jandem,r=khuey 2014-07-29 21:00:37 -07:00
WorkerScope.cpp Backed out 4 changesets (bug 982726) for mochitest-4 bustage 2014-09-02 19:09:38 -07:00
WorkerScope.h Backed out 4 changesets (bug 982726) for mochitest-4 bustage 2014-09-02 19:09:38 -07:00
XMLHttpRequest.cpp Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku 2014-09-01 18:26:43 -04:00
XMLHttpRequest.h Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku 2014-09-01 18:26:43 -04:00
XMLHttpRequestUpload.cpp
XMLHttpRequestUpload.h Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku 2014-09-01 18:26:43 -04:00