Phil Ringnalda
fee82dca85
Backed out changeset d90e308bfb98 (bug 1159813) for "test_importscript.html | Unregister should return true" failures
...
CLOSED TREE
2015-04-29 20:15:34 -07:00
Brian Hackett
103c1aa5e2
Bug 1146597 - Backout 02dad33cf2a0 for regressions on a CLOSED TREE.
2015-04-29 18:32:14 -07:00
Terrence Cole
b0d00c392a
Bug 1159465 - Automatically check for cross-compartment edges between objects when marking; r=jonco
...
--HG--
extra : rebase_source : b6191336dc263e812a5cd0112b32084220e60506
2015-04-24 16:15:30 -07:00
Terrence Cole
3022380e49
Bug 1158357 - Inline processMarkStackOther to make the dispatch obvious; r=jonco
...
--HG--
extra : rebase_source : 72d10b0b81c2b69d2fa6559e8b5170936586fe34
2015-04-24 15:44:20 -07:00
Terrence Cole
70a7973f44
Bug 1158354 - Clean up ObjectGroup marking; r=sfink
...
--HG--
extra : rebase_source : 409889b38866edee43b6d8256b75dff55b13774e
2015-04-24 14:52:55 -07:00
Terrence Cole
6f77a2beeb
Bug 1158353 - Clean up eager string marking; r=jonco
...
--HG--
extra : rebase_source : 4f93fb8df7d23f2392c7a6c04bb6dd9a4ff52023
2015-04-24 14:52:55 -07:00
Robert Strong
dffb5fb846
Bug 1159826 - ensure_copy_recursive() leaks directory streams. r=spohl
2015-04-29 17:27:33 -07:00
Bill McCloskey
ef1fa80639
Bug 1081879 - [e10s] WebProgress shims (r=mconley)
2015-04-29 17:23:48 -07:00
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