Commit Graph

419188 Commits

Author SHA1 Message Date
Ehsan Akhgari
d04c18e961 Bug 1159813 - Make sure service worker tests clean up after themselves; r=baku
This makes it possible to run the service workers tests using
--run-until-failure, which will hopefully help with reproducing
intermittent test failures.
2015-04-29 20:22:32 -04:00
Ehsan Akhgari
b1a88291c2 Bug 1156847 - Part 7: Add unit tests for responding to a FetchEvent with a synthesized Response both in the case where the service worker is loaded from the network and from the cache; r=nsm
--HG--
rename : dom/workers/test/serviceworkers/test_https_fetch.html => dom/workers/test/serviceworkers/test_https_synth_fetch_from_cached_sw.html
2015-04-29 20:22:31 -04:00
Ehsan Akhgari
a3e0449fce Bug 1156847 - Part 6: When calling FetchEvent.respondWith(), fall back to the security info of the service worker if the Response object that we are responding with doesn't have its own security info; r=nsm
This case will only happen if we're responding with a synthesized Response object.
Response objects obtained through fetch() already have their correct security
info.
2015-04-29 20:22:31 -04:00
Ehsan Akhgari
cea01af662 Bug 1156847 - Part 5: When loading a service worker from the cache, set its security info on the WorkerPrivate; r=nsm 2015-04-29 20:22:30 -04:00
Ehsan Akhgari
cd281dd5d2 Bug 1156847 - Part 4: When storing a service worker script to the cache, store its security info in the cache as well; r=khuey
Before this patch, we would call Cache.put() before opening the channel,
which means that we have no way of knowing the security info for the
channel in order to set it on the Response object that we synthesize.
This patch adds an nsIRequestObserver to the tee created for piping the
body of the response to the cache, and delays calling Cache.put() until
we receive the nsIRequestObserver::OnStartRequest() notification, at
which point we set the obtained security info on the Response object to
be stored in the cache.
2015-04-29 20:22:29 -04:00
Ehsan Akhgari
a2a584db69 Bug 1156847 - Part 3: When loading a service worker from the network, remember the security info of the channel on the WorkerPrivate; r=nsm 2015-04-29 20:22:28 -04:00
Ehsan Akhgari
9d614e4dc8 Bug 1156847 - Part 2: Store the security info for a service worker on its WorkerPrivate; r=bent,khuey 2015-04-29 20:22:27 -04:00
Ehsan Akhgari
03b15b61fd Bug 1156847 - Part 1: Add the Response::GetSecurityInfo() helper method; r=nsm 2015-04-29 20:22:26 -04:00
Bill McCloskey
b1cdaf3217 Bug 1157512 - [e10s] Change plugin timeout to 10s (r=jimm) 2015-04-29 17:21:46 -07:00
Bill McCloskey
f2b643a854 Bug 1156515 - Remove 'New e10s Window' (r=felipe) 2015-04-29 17:21:46 -07:00
Bill McCloskey
f29df58dbe Bug 1095475 - [e10s] Replace tab underlines with tooltip (r=dao) 2015-04-29 17:21:45 -07:00
Tooru Fujisawa
ff4f2f1ecd Bug 1102219 - followup for Part 0: Fix code alignment and argument name in GlobalObject.h. r=me 2015-04-30 09:17:50 +09:00
Timothy Nikkel
4351a73f8e Bug 1159056. Fix typo. 2015-04-29 19:16:34 -05:00
Brian Hackett
24f2f8714b Bug 1146597 - Add unboxed arrays for JSOP_NEWARRAY arrays, and shell option for using them, r=jandem. 2015-04-29 17:14:28 -07:00
Wes Kocher
10fec54e1c Merge fx-team to m-c a=merge CLOSED TREE 2015-04-29 16:46:00 -07:00
Wes Kocher
1e2b02f650 Merge inbound to m-c a=merge CLOSED TREE 2015-04-29 16:43:32 -07:00
Armen Zambrano Gasparnian
1b93a3ea9d Bug 1159816 - Bump marionette_client to 0.12. DONTBUILD. CLOSED TREE. r=chmanchester 2015-04-29 16:35:33 -04:00
Wes Kocher
e82e7e797d Merge m-c to fx-team a=merge CLOSED TREE 2015-04-29 13:10:20 -07:00
Wes Kocher
df141090be Merge m-c to b2ginbound a=merge CLOSED TREE
--HG--
extra : amend_source : 455bb4b0a97eadc6bec938d74f9fb57e74432b8c
2015-04-29 13:08:47 -07:00
Wes Kocher
288864c0de Merge m-c to inbound a=merge CLOSED TREE 2015-04-29 13:08:07 -07:00
Ben Kelly
2523e407a4 Bug 1154325 P3 Re-enable service-workers/cache-storage WPT tests. r=jgraham 2015-04-29 09:03:15 -07:00
Ben Kelly
fdfcffc5e4 Bug 1154325 P2 Use Blobs for CacheStorage keys to avoid encoding issues. r=ehsan 2015-04-29 09:03:15 -07:00
Ben Kelly
81dce6f7c5 Bug 1154325 P1 Add convenience routines to bind and get Blobs as strings. r=asuth 2015-04-29 09:03:15 -07:00
Ben Kelly
a874312867 Bug 1120501 P2 Move Cache Add/AddAll logic to child process. r=ehsan,smaug 2015-04-29 08:59:43 -07:00
Ben Kelly
f062a9c6ca Bug 1120501 P1 Make it easier to use Promise::All() from C++ code. r=nsm 2015-04-29 08:59:43 -07:00
Mason Chang
c73d24b44c Bug 1155823 - Properly shutdown the CompositorVsyncDispatcher. r=kats 2015-04-29 08:48:31 -07:00
Jacek Caban
3a45303395 Bug 1156131 - mingw cross compilation fixup. 2015-04-29 17:39:35 +02:00
James Willcox
a57b4d80c9 Bug 1153803 - Don't try to test canPlayType() with mp3 and OmxPlugin r=ajones 2015-04-29 10:38:06 -05:00
James Willcox
6c0557f329 Bug 1159262 - Don't do EGL preloading hack on ICS and higher r=jchen 2015-04-29 10:38:06 -05:00
James Willcox
67a9d2d964 Bug 1154323 - Add profiler markers when we start/stop loading a page on Android r=margaret 2015-04-29 10:38:05 -05:00
Sotaro Ikeda
505cd512eb Bug 1158293 - Fix ResumeStateMachine()'s seek handling r=cpearce 2015-04-29 08:36:49 -07:00
Tooru Fujisawa
0edbeb71c8 Bug 1102219 - Part 5: Replace more String.prototype.contains with String.prototype.includes in chrome code. r=till 2015-04-30 00:32:05 +09:00
ziyunfei
e1db0f779e Bug 1102219 - Part 4: Replace String.prototype.contains with String.prototype.includes in chrome code. r=till 2015-04-30 00:32:05 +09:00
Tooru Fujisawa
9824d9b62b Bug 1102219 - Part 3: Replace more String.prototype.contains with String.prototype.includes in JS code. r=till 2015-04-30 00:32:01 +09:00
ziyunfei
cffa6ad6d2 Bug 1102219 - Part 2: Replace String.prototype.contains with String.prototype.includes in JS code. r=till 2015-04-30 00:32:01 +09:00
ziyunfei
df121464f3 Bug 1102219 - Part 1: Add String.prototype.includes; keep String.prototype.contains around as an alias with a (non-release builds only) warning. r=till 2015-04-30 00:32:01 +09:00
Tooru Fujisawa
178a2e3c00 Bug 1102219 - Part 0: Combine WARNED_* slots in GlobalObject and turn it into a bitset. r=till 2015-04-30 00:32:00 +09:00
Sotaro Ikeda
1a45398405 Bug 1158307 - Add Shutdown checks r=cpearce 2015-04-29 07:55:21 -07:00
Carsten "Tomcat" Book
ae58dbd5c0 Backed out changeset c0a9dd81198a (bug 1129040) for linux bc1 test failure on a CLOSED TREE 2015-04-29 16:52:29 +02:00
Carsten "Tomcat" Book
4142cabc3d Backed out changeset 61b5398161f3 (bug 1129040) 2015-04-29 16:51:40 +02:00
Carsten "Tomcat" Book
4f3df8cff2 Backed out changeset a8aa5f3c1c14 (bug 1129040) 2015-04-29 16:51:35 +02:00
Carsten "Tomcat" Book
417e0f4ed6 Backed out changeset a7aab0099e9e (bug 1129040) 2015-04-29 16:51:32 +02:00
Carsten "Tomcat" Book
dceede1935 Backed out changeset 5000b4926d38 (bug 1129040) 2015-04-29 16:51:27 +02:00
Carsten "Tomcat" Book
86a8802d0a Backed out changeset e3864c540bed (bug 1159495) for breaking Nexus Builds 2015-04-29 16:41:54 +02:00
Carsten "Tomcat" Book
30e97ddfc3 Backed out changeset cb9c0ddc2e22 (bug 1159495) 2015-04-29 16:41:03 +02:00
Carsten "Tomcat" Book
ad496cd32d Backed out changeset d0f4e0591fa2 (bug 1140132) for hoping this fix the bc1 orange on a CLOSED TREE 2015-04-29 16:08:21 +02:00
Carsten "Tomcat" Book
b931ea8fdc Backed out changeset 40520b2ca6b8 (bug 1140132) 2015-04-29 16:07:34 +02:00
John Ford
084492738a Bug 1159669 - Switch all production jobs to aws-provisioner-v1 r=jonasfj a=tomcat 2015-04-29 12:12:24 +02:00
B2G Bumper Bot
ef5592cc5b Bumping manifests a=b2g-bump 2015-04-28 15:49:52 -07:00
B2G Bumper Bot
c8de9f469f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9f534d2f9b66
Author: gaye <gaye@mozilla.com>
Desc: Bug 1159251 - Calendar v3.0 initial service setup r=millermedeiros

========

https://hg.mozilla.org/integration/gaia-central/rev/e7bfe5c92f25
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Calendar v3.0 initial service setup r=millermedeiros"

This reverts commit ba3e52f117ce32c3129cff2b283b02bbc0db8c8e.

Reverting the original commit for not containing a bug number. See bug 1159251.
2015-04-28 15:47:40 -07:00