Andrea Marchesini
f05d2aba51
Bug 1134224 - test_bug1132395.html must wait until the port is actually available before sending messages, r=ehsan
2015-04-08 17:59:08 +01:00
Catalin Badea
8dcd7bdf9c
Bug 1130686 - Add test for service worker client.focus. r=nsm
2015-04-07 16:25:08 +03:00
Nikhil Marathe
e78a135394
Bug 931249 - patch 3 - tests. r=bkelly
2015-03-18 09:47:19 -07:00
Nikhil Marathe
78f3fb24db
Bug 931249 - patch 2 - cachename integration. r=nsm
2015-03-18 09:46:38 -07:00
Eddy Bruël
64d3e01c66
Bug 1092102 - Implement WorkerDebugger.isFrozen;r=khuey
2015-04-01 20:32:20 +02:00
Ryan VanderMeulen
e765b8e962
Merge inbound to m-c. a=merge
2015-03-31 14:08:52 -04:00
Ryan VanderMeulen
4e2b950fd0
Bug 1136780 - Disable test_fetch_event.html for frequent failures on all platforms. a=me
2015-03-31 13:23:37 -04:00
Eddy Bruël
d00b267216
Bug 1092102 - Implement WorkerDebuggerGlobalScope.createSandbox;r=khuey
2015-03-31 12:22:40 +02:00
Carsten "Tomcat" Book
1c12053f95
Backed out changeset 71abbf190d53 (bug 1092102) for static analysis build bustage on a CLOSED TREE
2015-03-31 11:14:46 +02:00
Eddy Bruël
2f0b9d1497
Bug 1092102 - Implement WorkerDebuggerGlobalScope.createSandbox;r=khuey
2015-03-31 10:19:04 +02:00
Ehsan Akhgari
31c13b72d8
Bug 1148064 - Enable interception of pings through service workers; r=nsm,smaug
...
Currently when sending a beacon, HttpBaseChannel::ShouldIntercept tries
to get access to the nsINetworkInterceptController interface through the
channel's notification callbacks, but in this case the notification
callback is the nsPingListener object.
This patch extends nsPingListener to make it aware of
nsINetworkInterceptController, and have it route the request for
nsINetworkInterceptController correctly to the docshell without the need
to mess with the notification callbacks.
This will be tested in bug 1147699.
2015-03-30 22:57:19 -04:00
Ehsan Akhgari
6a0a053602
Bug 1147699 follow-up: Disable the plugin test on Mulet
...
Landed on a CLOSED TREE in order to fix the test bustage.
2015-03-30 10:41:06 -04:00
Ehsan Akhgari
6a9cd1f8a1
Bug 1147699 - Part 14: Add a test for FetchEvent.request.context when intercepting loads coming from plugins; r=nsm
2015-03-30 08:42:53 -04:00
Ehsan Akhgari
ea7bfac941
Bug 1147699 - Part 13: Add a test for FetchEvent.request.context when intercepting ping loads; r=nsm
...
This test is temporarily disabled until bug 1148064 gets fixed.
2015-03-30 08:42:51 -04:00
Ehsan Akhgari
1ef91c9874
Bug 1147699 - Part 12: Add a test for FetchEvent.request.context when intercepting new window loads; r=nsm
2015-03-30 08:42:49 -04:00
Ehsan Akhgari
1853f19f3e
Bug 1147699 - Part 11: Add tests for FetchEvent.request.context when intercepting iframes and frames; r=nsm
2015-03-30 08:42:47 -04:00
Ehsan Akhgari
10f853c059
Bug 1147699 - Part 10: Add a test for FetchEvent.request.context when intercepting font loads; r=nsm
2015-03-30 08:42:46 -04:00
Ehsan Akhgari
c7b94a91ea
Bug 1147699 - Part 9: Add tests for FetchEvent.request.context when intercepting embeds and objects; r=nsm
2015-03-30 08:42:45 -04:00
Ehsan Akhgari
91890387ee
Bug 1147699 - Part 8: Add a test for FetchEvent.request.context when intercepting a CSP report; r=nsm
2015-03-30 08:42:43 -04:00
Ehsan Akhgari
674440826f
Bug 1147699 - Part 7: Add a test for FetchEvent.request.context when intercepting a beacon load; r=nsm
2015-03-30 08:42:41 -04:00
Ehsan Akhgari
dfb6645bd3
Bug 1147699 - Part 6: Add a test for FetchEvent.request.context when intercepting a video element load; r=nsm
...
Note that currently our implementation incorrectly reflects this as
'audio'. This will be fixed later.
2015-03-30 08:42:39 -04:00
Ehsan Akhgari
64999cdc32
Bug 1147699 - Part 5: Add a test for FetchEvent.request.context when intercepting an audio element load; r=nsm
2015-03-30 08:42:37 -04:00
Ehsan Akhgari
7648ae690d
Bug 1147699 - Part 4: Add a test for FetchEvent.request.context when intercepting a responsive image load; r=nsm
2015-03-30 08:42:35 -04:00
Ehsan Akhgari
e1d565c797
Bug 1147699 - Part 3: Add a test for FetchEvent.request.context when intercepting an image load; r=nsm,bzbarsky
2015-03-30 08:42:34 -04:00
Ehsan Akhgari
03a382f926
Bug 1147699 - Part 1: Move Request::mContext to InternalRequest, and determine the mapping to nsContentPolicyType; r=nsm
...
As the documentation in InternalRequest.h in this patch shows, the
mapping between nsContentPolicyType and RequestContext is not complete
yet. Because the InternalRequest object needs to know the actual
nsContentPolicyType in order for FetchDriver to be able to use that
information, we can't just store the RequestContext. Therefore, this
patch adds both of these to InternalRequest. Once we get to a stage
where we have a complete mapping of these values, we can store only one
of them and compute the other from it. That requires addressing all of
the TODO comments in the InternalRequest.h documentation.
2015-03-30 08:42:31 -04:00
Eddy Bruël
52887dab0d
Bug 1092102 - Implement WorkerDebuggerGlobalScope.setImmediate;r=khuey
2015-03-30 13:54:38 +02:00
Eddy Bruël
27ad456fde
Bug 1092102 - Implement WorkerDebuggerGlobalScope.enterEventLoop;r=khuey
2015-03-27 07:17:16 +01:00
Eddy Bruël
c35b5d7565
Bug 1092102 - Implement WorkerDebuggerGlobalScope.reportError;r=khuey
2015-03-26 20:09:45 +01:00
Ehsan Akhgari
b1e83bfe4b
Bug 1147367 - Add a test for checking the Request.context attribute for FetchEvents generated for fetch(); r=nsm
2015-03-25 21:28:22 -04:00
Ehsan Akhgari
e2bc3d944b
Remove the unneeded variable, no bug, DONTBUILD
2015-03-24 17:35:16 -04:00
Ehsan Akhgari
ea79d1a080
Bug 1142727 - Do not intercept sandboxed iframes with service workers; r=nsm
...
This is temporary until we clarify what we want to do with these
iframes in the spec.
2015-03-24 16:45:14 -04:00
Nikhil Marathe
3612762bd9
Bug 1136200 - Verify request type is not no-cors if response is opaque. r=jdm
2015-03-17 08:47:03 -07:00
Nikhil Marathe
42fd8be69d
Bug 1134324 - Set CORS mode and credentials on Fetch event Request. r=michal
...
renames fetch to fetchXHR() since fetch() is now a superpower.
2015-03-17 08:47:02 -07:00
Ehsan Akhgari
8e8719dd70
Remove the remnants of the dom.fetch.enabled pref, no bug
2015-03-23 15:46:59 -04:00
Josh Matthews
9eb14e014e
Bug 1134330 - Mark fetch events as reloads appropriately. r=smaug
2015-03-23 13:36:44 -04:00
Nikhil Marathe
614f31e10e
Bug 1141332 - Disable content decoding and use decoded length on intercepted channels. r=mcmanus
2015-03-17 08:48:32 -07:00
Timur Valeev
38fee18c3e
Bug 1136757 - Add direct Response overload for FetchEvent.respondWith(). r=jdm,nsm,ehsan
...
ON CLOSED TREE
Fix bug number
2015-03-20 08:44:20 -07:00
Nikhil Marathe
2e35d3d440
Backed out changeset 62b55b1f9b7e for wrong bug number ON CLOSED TREE
2015-03-20 08:43:59 -07:00
Timur Valeev
22c8e8c3da
Bug 1135627 - Add direct Response overload for FetchEvent.respondWith(). r=jdm,nsm,ehsan
2015-03-18 06:17:11 +03:00
Eddy Bruël
fdb3d0ade4
Bug 1092102 - Implement WorkerDebugger.postMessage;r=khuey
2015-03-20 12:15:59 +01:00
Catalin Badea
3e5b1da158
Bug 982726 follow-up: Add exempt from worker limit pref to a test.
2015-03-18 16:56:47 +02:00
Catalin Badea
a302822ab8
Bug 982726 - Test the number of clients returned by matchAll. r=nsm
2015-03-18 16:47:17 +02:00
Nikhil Marathe
b7502bf690
Bug 1134462 - Cleanup Promise usage in fetch test SW. r=jdm
2015-03-17 08:48:31 -07:00
Nikhil Marathe
8435e04285
Bug 1134462 - Synthesize status and headers from Response returned by ServiceWorker. r=jdm
2015-03-17 08:48:30 -07:00
Eddy Bruël
01de11bc7a
Bug 1092102 - Implement WorkerDebugger.initialize;r=khuey
2015-03-17 11:15:19 +01:00
Nikhil Marathe
3ffd94ea37
Bug 739173 - Support FormData in workers. r=khuey,baku
2015-01-27 15:16:21 -08:00
Nikhil Marathe
222ef66fec
Bug 1131271 - Set ServiceWorker script redirect limit to zero. r=bkelly,ehsan
2015-02-09 13:47:09 -08:00
Nikhil Marathe
d50fe835f6
Bug 1130688 - Implement additional scope checking in service worker registration. r=bkelly,ehsan
2015-03-09 18:57:06 -07:00
Nikhil Marathe
89894439fb
Bug 1140791 - Run fetch tests on main thread and workers. r=ehsan
2015-03-11 14:48:58 -07:00
Catalin Badea
02dc461839
Bug 1142015 - Add source for messages dispatched to a Service Worker. r=baku
2015-03-16 22:23:42 +02:00