.. |
test
|
Bug 1017988 part 11. Codegen the definition of interface objects on worker globals. r=khuey
|
2014-08-04 22:20:35 -04:00 |
ChromeWorkerScope.cpp
|
Bug 952650 (part 12) - Remove JSVAL_TO_OBJECT. r=till.
|
2014-04-27 19:58:52 -07:00 |
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 949325 - C++ wrapper to support DataStore API on the worker (part 2-5, a proxy to dispatch the change event on workers). r=khuey
|
2014-02-24 21:57:34 +08: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 1006562 - WorkerDataStoreCursor.store should be equal to the WorkerDataStore which owns the cursor (part 2, WorkerDataStoreCursor.store == WorkerDataStore). r=baku
|
2014-05-07 19:55:23 +08: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
|
Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
|
2014-04-08 18:27:18 -04:00 |
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
|
Bug 1043963 - Collapse test-only moz.build files under dom/ into ancestor moz.build files; r=ted
|
2014-07-26 08:17:24 +02: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 |
Principal.cpp
|
Bug 969165 - Convert Atomic<T> where T != bool but is used as a bool over to Atomic<bool>, now that it's supported, in dom/. r=bent
|
2014-02-06 22:17:07 -08:00 |
Principal.h
|
|
|
Queue.h
|
|
|
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 940321 - Eliminate ambient noScriptRval, and make it live exclusively on CompileOptions. r=jandem
|
2014-07-31 09:55:20 -07:00 |
RuntimeService.h
|
Bug 940305 - Move extraWarnings to RuntimeOptions with a per-compartment override. r=jandem,r=khuey
|
2014-07-29 21:00:37 -07:00 |
ScriptLoader.cpp
|
Bug 940321 - Eliminate ambient noScriptRval, and make it live exclusively on CompileOptions. r=jandem
|
2014-07-31 09:55:20 -07:00 |
ScriptLoader.h
|
|
|
ServiceWorker.cpp
|
Backed out changeset 3add0c55a799 (bug 984048) for mochitest-e10s timeouts.
|
2014-05-29 15:02:41 -04:00 |
ServiceWorker.h
|
Backed out changeset 3add0c55a799 (bug 984048) for mochitest-e10s timeouts.
|
2014-05-29 15:02:41 -04:00 |
ServiceWorkerContainer.cpp
|
Bug 1002570 - Return valid ServiceWorker instances for .installing, .waiting, .active and .controller. r=ehsan
|
2014-07-23 14:05:08 -07:00 |
ServiceWorkerContainer.h
|
Bug 1002570 - Return valid ServiceWorker instances for .installing, .waiting, .active and .controller. r=ehsan
|
2014-07-23 14:05:08 -07: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 1035394 - Fix dangerous public destructors in dom - r=ehsan
|
2014-07-08 17:23:17 -04:00 |
ServiceWorkerManager.cpp
|
Bug 1047398 - ServiceWorker should use WeakRef instead nsTWeakRef, r=smaug
|
2014-08-01 17:42:19 +01:00 |
ServiceWorkerManager.h
|
Bug 1047398 - ServiceWorker should use WeakRef instead nsTWeakRef, r=smaug
|
2014-08-01 17:42:19 +01:00 |
SharedWorker.cpp
|
Bug 1002702 - SharedWorker should always close MessagePort, r=khuey
|
2014-06-27 10:24:56 -07:00 |
SharedWorker.h
|
Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
|
2014-04-08 18:27:18 -04:00 |
URL.cpp
|
Bug 832014 part 4. Make the URLUtils APIs able to throw, since Location needs to be able to do that so far. r=peterv
|
2014-07-11 19:30:27 -04:00 |
URL.h
|
Bug 832014 part 4. Make the URLUtils APIs able to throw, since Location needs to be able to do that so far. r=peterv
|
2014-07-11 19:30:27 -04: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 1017988 part 11. Codegen the definition of interface objects on worker globals. r=khuey
|
2014-08-04 22:20:35 -04:00 |
WorkerPrivate.h
|
Bug 1017988 part 11. Codegen the definition of interface objects on worker globals. r=khuey
|
2014-08-04 22:20:35 -04:00 |
WorkerRunnable.cpp
|
Bug 990764 - Replace MOZ_ASSUME_UNREACHABLE in dom. r=smaug
|
2014-04-20 00:36:40 -07:00 |
WorkerRunnable.h
|
Bug 1026535 - Fix mismatched class/struct tags. r=ehsan
|
2014-06-18 17:57:51 -07: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
|
Bug 1017988 part 10. Disallow Pref annotations on things that are exposed in workers. r=khuey
|
2014-08-04 22:20:35 -04:00 |
WorkerScope.h
|
Bug 1017988 part 10. Disallow Pref annotations on things that are exposed in workers. r=khuey
|
2014-08-04 22:20:35 -04:00 |
XMLHttpRequest.cpp
|
Bug 1025973 - Part 1: Rename GlobalObject::GetContext() to Context(). r=bz
|
2014-06-16 14:08:00 -04:00 |
XMLHttpRequest.h
|
Bug 1017988 part 9. Don't codegen window-only things on worker descriptors. r=khuey
|
2014-08-04 22:20:34 -04:00 |
XMLHttpRequestUpload.cpp
|
Bug 900903 - Part 2: Change uses of numbered macros in nsCycleCollectionParticipant.h to the variadic variants. r=smaug
|
2014-04-25 12:49:00 -04:00 |
XMLHttpRequestUpload.h
|
Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
|
2014-04-08 18:27:18 -04:00 |