.. |
test
|
Bug 649012 - Fail mochitest-plains which use flaky timeouts (setTimeout(x) for x > 0); r=ted
|
2014-12-11 13:34:40 -05:00 |
ChromeWorkerScope.cpp
|
Backed out changeset 6a3a0e3bfaf6 (bug 1054671) for B2G emulator build bustage on CLOSED TREE
|
2014-12-16 11:24:15 +05:30 |
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 |
FileReaderSync.cpp
|
Bug 1061288 - Make it harder for ArrayBuffer data pointers to be held across invalidations. r=smaug,terrence,jdm,roc,khuey
|
2014-10-07 10:44:07 -07:00 |
FileReaderSync.h
|
Bug 1047483 - patch 3 - Renaming DOMFile to File, r=ehsan
|
2014-10-08 17:15:23 +01:00 |
Location.cpp
|
|
|
Location.h
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
|
2014-10-07 11:44:49 +02:00 |
MessagePort.cpp
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
|
2014-10-07 11:44:49 +02: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 changesets c63a0dc3e90f and 5b53df2993fa (bug 1104623) for leaks.
|
2014-12-11 13:12:08 -05:00 |
Navigator.cpp
|
Backed out changeset 6a3a0e3bfaf6 (bug 1054671) for B2G emulator build bustage on CLOSED TREE
|
2014-12-16 11:24:15 +05:30 |
Navigator.h
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
|
2014-10-07 11:44:49 +02:00 |
nsIWorkerDebugger.idl
|
Bug 757133 - Implement a WorkerDebugger;r=khuey
|
2014-10-29 21:11:33 +01:00 |
nsIWorkerDebuggerManager.idl
|
Bug 757133: Implement a WorkerDebuggerManager; r=khuey
|
2014-10-27 18:00:05 +01:00 |
Performance.cpp
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
|
2014-10-07 11:44:49 +02:00 |
Performance.h
|
Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 18:26:43 -04:00 |
Principal.cpp
|
Bug 1045945 - Initialize the destroy principals callback for workers r=bent
|
2014-09-15 16:49:11 +01:00 |
Principal.h
|
Bug 1045945 - Initialize the destroy principals callback for workers r=bent
|
2014-09-15 16:49:11 +01:00 |
Queue.h
|
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 20:49:25 -04:00 |
RegisterBindings.cpp
|
Bug 1069694 - Remove OldDebugAPI from the browser. r=shu
|
2014-10-12 19:37:41 +02:00 |
RuntimeService.cpp
|
Backed out changeset 6a3a0e3bfaf6 (bug 1054671) for B2G emulator build bustage on CLOSED TREE
|
2014-12-16 11:24:15 +05:30 |
RuntimeService.h
|
Bug 1054638 - Move WorkerThread into its own file, r=khuey.
|
2014-11-14 18:47:30 -08:00 |
ScriptLoader.cpp
|
Bug 1107516 - Part 3: Make sure all workers have an nsILoadGroup when loading scripts. r=sicking, r=bent
|
2014-12-12 11:06:00 -05:00 |
ScriptLoader.h
|
Bug 1107516 - Part 3: Make sure all workers have an nsILoadGroup when loading scripts. r=sicking, r=bent
|
2014-12-12 11:06:00 -05:00 |
ServiceWorker.cpp
|
Backed out 4 changesets (bug 982726) for the same serviceworker perma-fails it hit last time it landed.
|
2014-09-03 21:45:30 -04:00 |
ServiceWorker.h
|
Backed out 4 changesets (bug 982726) for the same serviceworker perma-fails it hit last time it landed.
|
2014-09-03 21:45:30 -04:00 |
ServiceWorkerClient.cpp
|
Bug 982726 - Patch 1.1 - Service Worker: ServiceWorkerClients and Client interfaces with getServiced(). r=baku
|
2014-10-27 12:03:00 +01:00 |
ServiceWorkerClient.h
|
Bug 982726 - Patch 1.1 - Service Worker: ServiceWorkerClients and Client interfaces with getServiced(). r=baku
|
2014-10-27 12:03:00 +01:00 |
ServiceWorkerClients.cpp
|
Bug 982726 - Patch 1.4 - Fix second crash scenario caused by a race in PromiseHolder. r=baku
|
2014-10-30 16:13:00 +01:00 |
ServiceWorkerClients.h
|
Bug 1109694 - Fix more bad implicit constructors in DOM; r=baku
|
2014-12-10 17:49:09 -05: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 1084421 - Only Events with a wrapper should trigger GC more likely, r=mccr8
|
2014-10-18 02:16:58 +03:00 |
ServiceWorkerManager.cpp
|
Bug 1107516 - Part 3: Make sure all workers have an nsILoadGroup when loading scripts. r=sicking, r=bent
|
2014-12-12 11:06:00 -05:00 |
ServiceWorkerManager.h
|
Bug 982726 - Patch 1.1 - Service Worker: ServiceWorkerClients and Client interfaces with getServiced(). r=baku
|
2014-10-27 12:03:00 +01:00 |
ServiceWorkerRegistration.cpp
|
Bug 1065664 - Fix more bad implicit ctors in DOM; r=baku
|
2014-09-11 15:46:45 -04:00 |
ServiceWorkerRegistration.h
|
Bug 1058043 - Patch 2 - StopListeningForEvents in ServiceWorkerRegistration destructor. r=baku
|
2014-08-27 13:33:20 -07:00 |
SharedWorker.cpp
|
Bug 1072310 - Build more DOM code in unified mode; r=baku
|
2014-09-25 10:12:06 -04:00 |
SharedWorker.h
|
Bug 1072310 - Build more DOM code in unified mode; r=baku
|
2014-09-25 10:12:06 -04:00 |
URL.cpp
|
Backed out changeset 87433694df01 (bug 1082734 ) for Gaia unit test failures.
|
2014-10-23 11:32:35 -04:00 |
URL.h
|
Backed out changeset 87433694df01 (bug 1082734 ) for Gaia unit test failures.
|
2014-10-23 11:32:35 -04:00 |
WorkerDebuggerManager.cpp
|
Bug 1090242 - Fix some more bad implicit constructors in DOM; r=baku
|
2014-10-10 17:28:35 -04:00 |
WorkerDebuggerManager.h
|
Bug 757133: Implement a WorkerDebuggerManager; r=khuey
|
2014-10-27 18:00:05 +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
|
Backed out changeset 6a3a0e3bfaf6 (bug 1054671) for B2G emulator build bustage on CLOSED TREE
|
2014-12-16 11:24:15 +05:30 |
WorkerPrivate.h
|
Backed out changeset 6a3a0e3bfaf6 (bug 1054671) for B2G emulator build bustage on CLOSED TREE
|
2014-12-16 11:24:15 +05:30 |
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 1084439. Remove ResolveWorkerClasses in favor of [Exposed=System] annotations. r=bholley
|
2014-10-19 22:25:49 -04:00 |
WorkerScope.cpp
|
Bug 1104064 - setInterval(,0) in workers must be scheduled correctly, r=khuey
|
2014-12-03 10:57:39 -08:00 |
WorkerScope.h
|
Bug 1077393 - Rename ScalarValueString to USVString. r=smaug
|
2014-11-20 12:58:00 +01:00 |
WorkerThread.cpp
|
Bug 1054638 - Bustage fix for non-DEBUG builds on CLOSED TREE
|
2014-12-10 20:54:24 -08:00 |
WorkerThread.h
|
Bug 1054638 - Bustage fix for non-DEBUG builds on CLOSED TREE
|
2014-12-10 20:54:24 -08:00 |
XMLHttpRequest.cpp
|
Backed out changeset 6a3a0e3bfaf6 (bug 1054671) for B2G emulator build bustage on CLOSED TREE
|
2014-12-16 11:24:15 +05:30 |
XMLHttpRequest.h
|
Bug 1047483 - patch 3 - Renaming DOMFile to File, r=ehsan
|
2014-10-08 17:15:23 +01:00 |
XMLHttpRequestUpload.cpp
|
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
|
2014-10-07 11:44:49 +02:00 |
XMLHttpRequestUpload.h
|
Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 18:26:43 -04:00 |