Commit Graph

234938 Commits

Author SHA1 Message Date
Ehsan Akhgari
a24b0103aa Bug 1143894 - Part 4: Add tests for handling of the Vary header in DOM Cache; r=bkelly 2015-03-21 19:45:13 -04:00
Ehsan Akhgari
668d273708 Bug 1143894 - Part 3: Do not propagate errors in getting the headers to the outside world; r=bkelly
The Vary header may contain invalid header name values.  We should just
ignore such values as opposed to propagating them to the caller.  Before
this patch, attempts to add a request with such a Vary header for example
would fail, since the internal QueryCache() call when executing the
CachePutAllAction would fail.
2015-03-21 19:45:12 -04:00
Ehsan Akhgari
c165bfb4e8 Bug 1143894 - Part 2: Support Vary headers including multiple header names in DOM Cache; r=bkelly
The Vary header may include one or more HTTP header field names, so we
need to extract those names here, similar to the way that the
nsHttpChannel::ResponseWouldVary() function consumes the Vary header.
2015-03-21 19:45:12 -04:00
Ehsan Akhgari
01349908f4 Bug 1143894 - Part 1: Clear the ErrorResult message if InternalHeaders::Get fails; r=bkelly
InternalHeaders::Get() may throw NS_ERROR_TYPE_ERR with an associated message.
The semantics of ErrorResult dictate that the message needs to be consumed by
the time that the object gets destroyed, so we need to clear it before
returning in these two places.
2015-03-21 19:45:11 -04:00
L. David Baron
0dbf1fb8f5 Bug 1142360 followup - Use better condition for failure annotation that avoids also including Windows XP reftests. 2015-03-21 16:39:00 -07:00
Shu-yu Guo
a9aa0538e3 Bug 1143286 - Fix terminating scope assertion in DebugScopeObject. (r=jimb) 2015-03-21 14:11:14 -07:00
Shu-yu Guo
5242ab2d63 Bug 1143194 - Skip JSTRY_FOR_OF when unwinding exceptions. (r=jorendorff) 2015-03-21 14:11:14 -07:00
Shu-yu Guo
f795fc70e3 Bug 1143194 - Handle JSTRY_FOR_OF in TI. (r=bhackett) 2015-03-21 14:11:14 -07:00
Shu-yu Guo
ca1e4734e3 Bug 1143194 - Make trynote checking in BytecodeParse clearer. (r=jorendorff) 2015-03-21 14:11:14 -07:00
Shu-yu Guo
02bf61bd85 Bug 1143194 - Rename JSTRY_ITER to JSTRY_FOR_IN. (r=jorendorff) 2015-03-21 14:11:14 -07:00
Shu-yu Guo
3d1d68ecd5 Bug 1143194 - Handle JSTRY_FOR_OF when bailing out in-place from Ion for debug mode. (r=jandem) 2015-03-21 14:11:14 -07:00
Shu-yu Guo
8f681cbcb3 Bug 1143194 - Emit JSTRY_FOR_OF notes for for-of loops. (r=jorendorff) 2015-03-21 14:11:14 -07:00
L. David Baron
2b21b4db17 Bug 1142360 followup - Annotate 3 tests as failing on Windows reftest-no-accel, on a CLOSED TREE. 2015-03-21 13:52:33 -07:00
L. David Baron
fd97782748 No bug - Correct a few misspellings in test assertion messages, since commits with non-ascii commit messages now break the tree. On a CLOSED TREE. 2015-03-21 13:21:06 -07:00
Tom Schuster
b22d753ecd Bug 1138157 - Change ScriptedDirectProxyHandler to inherit from BaseProxyHandler. r=efaust
This avoids the fallback behavior from DirectProxyHandler, which can't handle revoked proxies correctly.

Test created by André Bargull and me.
2015-03-21 20:30:57 +01:00
Phil Ringnalda
a12ccf5a58 Merge m-c to m-i 2015-03-21 12:50:09 -07:00
Phil Ringnalda
04fc348bab Merge f-t to m-c, a=merge 2015-03-21 12:47:01 -07:00
Phil Ringnalda
d3a3f31ca8 Merge b-i to m-c, a=merge 2015-03-21 12:35:46 -07:00
Phil Ringnalda
01cabc14b3 Merge m-i to m-c, a=merge 2015-03-21 12:31:07 -07:00
Jeff Muizelaar
c6d7e3feaf Bug 1144136. Remove unneeded Flush() from D3D11 compositor. r=bas
I don't think we need this because the Present() call has an implicit flush.
2015-03-21 15:07:06 -04:00
B2G Bumper Bot
5b8fbf1341 Bumping manifests a=b2g-bump 2015-03-21 05:03:02 -07:00
B2G Bumper Bot
c48f8d23d5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/78b760e2859c
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #29033 from KevinGrandon/bug_1145097_retitle_pull_req

Bug 1145097 - Clean up html syntax of ds-test/index.html

========

https://hg.mozilla.org/integration/gaia-central/rev/1065fbc42f9f
Author: Michiel de Jong <michiel@unhosted.org>
Desc: Bug 1145097 - Clean up html syntax of ds-test/index.html R=kgrandon

Move <html> tag into the right place. This was the reason to start this PR, I couldn't deploy to 5apps.com because of this.
But once I had the file open, I also made these changes:

* Fix indentation
* Lower-case 'html' in DOCTYPE
* Add missing lang="en" attribute
* Consistent empty tags. I had to look up which one is preferred, and it seems that the `< ... />` syntax was a thing only in XHTML; in html it [should now always just be `< ... >`](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Introduction#Tags).
* Fix typo "commad" -> "command"
2015-03-21 05:00:24 -07:00
Neil Rashbrook
2bfcee48f8 Bug 968334 Allow disabling content retargeting on child docshells only r=smaug 2015-03-21 10:48:48 +00:00
B2G Bumper Bot
b8c70fd19f Bumping manifests a=b2g-bump 2015-03-21 03:47:55 -07:00
B2G Bumper Bot
f8b441fe0a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2eed5350a9bc
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #28845 from mwargers/test_cost_control_data_alert_mobile.py

Bug 1141447 - Fix test_cost_control_data_alert_mobile.py, r=gmealer, r=npark

========

https://hg.mozilla.org/integration/gaia-central/rev/0327f92cb25e
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1141447 - Fix test_cost_control_data_alert_mobile.py
2015-03-21 03:45:15 -07:00
ffxbld
079c550f1a No bug, Automated HPKP preload list update from host bld-linux64-spot-1002 - a=hpkp-update 2015-03-21 03:30:42 -07:00
ffxbld
16171d412a No bug, Automated HSTS preload list update from host bld-linux64-spot-1002 - a=hsts-update 2015-03-21 03:30:40 -07:00
B2G Bumper Bot
97b39435cf Bumping manifests a=b2g-bump 2015-03-21 02:34:26 -07:00
Daniel Holbert
d421ed35bc Bug 1143223 followup: Add MOZ_OVERRIDE annotation to ReadStream::Inner's refcounting macro. rs=ehsan 2015-03-21 00:17:49 -07:00
Wes Kocher
5ab22a6913 Backed out changeset 17eec5f30889 (bug 1145488) for ggc orange 2015-03-20 22:40:05 -07:00
Wes Kocher
aaacfe6a36 Backed out 7 changesets (bug 1145491) for ggc orange
Backed out changeset 8d14c6661f00 (bug 1145491)
Backed out changeset 7be39afdf528 (bug 1145491)
Backed out changeset 8066b21e74a0 (bug 1145491)
Backed out changeset 151e4cdb34cf (bug 1145491)
Backed out changeset 97b16da6169b (bug 1145491)
Backed out changeset cddba378a563 (bug 1145491)
Backed out changeset 80344fd40d6b (bug 1145491)
2015-03-20 22:39:44 -07:00
Shu-yu Guo
5a24dca93b Bug 1145440 - Ship constant names for tracked strategy and outcomes in the profile JSON instead of slightly longer form strings. (r=djvj) 2015-03-20 20:48:32 -07:00
Shu-yu Guo
6bd8282dd3 Bug 1143860 - Deduplicate tracked optimizations when streaming the profile. (r=djvj) 2015-03-20 20:48:31 -07:00
Shu-yu Guo
cd30bbef84 Bug 1143860 - Add column number to PCToLineNumber. (r=djvj) 2015-03-20 20:48:30 -07:00
B2G Bumper Bot
bcd4cc2638 Bumping manifests a=b2g-bump 2015-03-20 19:50:11 -07:00
B2G Bumper Bot
60ef827b19 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a1cc5e140511
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1080588 - merge pull request #29032 from KevinGrandon:bug_1080588_update_assets to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/bd1042c609d1
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1080588 - Update collection assets
2015-03-20 19:49:50 -07:00
Boris Zbarsky
e0ba3ac1b2 Bug 1145491 part 7. Stop checking compileAndGo before emitting GNAME ops. r=luke 2015-03-20 21:34:19 -04:00
Boris Zbarsky
72913a565a Bug 1145491 part 6. Fix script cloning to propagate the polluted-global-scope state to the lambda templates in the script. r=luke 2015-03-20 21:34:18 -04:00
Boris Zbarsky
b47b5a7c64 Bug 1145491 part 5. Fix up various other places that check for JSOP_GET/SETNAME without checking for the GNAME versions too. r=luke 2015-03-20 21:34:18 -04:00
Boris Zbarsky
3eac05e586 Bug 1145491 part 4. Emit JSOP_IMPLICITTHIS for JSOP_GETGNAME as well, because otherwise bareword calls in polluted-global scripts won't work right. r=luke 2015-03-20 21:34:18 -04:00
Boris Zbarsky
9c3c3e054b Bug 1145491 part 3. Only do the fast path for JSOP_SETGNAME and JSOP_STRICTSETGNAME when the script doesn't have a polluted global. r=luke,jandem 2015-03-20 21:34:18 -04:00
Boris Zbarsky
7458121acf Bug 1145491 part 2. Only do the fast path for JSOP_GETGNAME when the script doesn't have a polluted global. r=luke,jandem 2015-03-20 21:34:18 -04:00
Boris Zbarsky
b596d465cd Bug 1145491 part 1. Only do the fast path for JSOP_BINDGNAME when the script doesn't have a polluted global. r=luke,jandem 2015-03-20 21:34:18 -04:00
Boris Zbarsky
cc4f3b16cb Bug 1145488. Stop using compileAndGo in the JITs. r=jandem 2015-03-20 21:34:18 -04:00
Wes Kocher
c3ab4d1c29 Merge b2ginbound to m-c a=merge CLOSED TREE 2015-03-20 17:51:17 -07:00
Wes Kocher
dac339adfe Merge fx-team to m-c a=merge CLOSED TREE 2015-03-20 17:45:44 -07:00
Drew Willcoxon
7d7736d165 Bug 1131416 - Desktop syncing module for reading list service (one more fix to prepatory changes). r=jaws 2015-03-20 15:53:14 -07:00
Drew Willcoxon
c45e02d1ff Bug 1131416 - Desktop syncing module for reading list service (fixes to prepatory changes). rs=jaws
rs=jaws IRL
2015-03-20 14:26:54 -07:00
Drew Willcoxon
a9729775a6 Back out 648e3888d9bd 2015-03-20 15:23:34 -07:00
Marina Samuel
56bcb586d2 Bug 1145410: Return valid results when querying the provider cache while it's empty or being populated. r=adw 2015-03-20 17:46:24 -04:00