Commit Graph

234953 Commits

Author SHA1 Message Date
Simon Montagu
cd495f24ed Bug 1143218 patch 2: Add LineLeft and LineRight accessors to LogicalRect, r=jfkthame 2015-03-22 11:44:48 +02:00
Simon Montagu
c8f20338de Bug 1143218 patch 1: Back out the fix for bug 1105137, r=jfkthame 2015-03-22 11:44:48 +02:00
Simon Montagu
c3ecded295 Mark the failing reftests from bug 1114329 as passing (fixed by bug 1143218). r=jfkthame 2015-03-22 11:44:48 +02:00
David Anderson
c12a4de554 Add APZ support for test.mousescroll callbacks. (bug 1142866 part 3, r=kats) 2015-03-22 00:42:26 -07:00
David Anderson
6a85b0754a End APZ wheel transactions when the mouse moves out of frame. (bug 1142866 part 2, r=kats,botond) 2015-03-22 00:42:25 -07:00
David Anderson
6cdcb889b1 Add wheel transaction support to APZ. (bug 1142866 part 1, r=kats) 2015-03-22 00:36:13 -07:00
Ben Kelly
692f72b360 Bug 1110814 P1 Implement Cache IPC actor for streaming data from child to parent. r=khuey 2015-03-22 02:52:12 -04:00
Ben Kelly
11bd5c5e8b Bug 1110814 P0 Fully initialize Response before resolve Fetch promise. r=nsm 2015-03-22 02:52:12 -04:00
Jim Blandy
fc7108162b Bug 1140773: Address review comments. r=shu 2015-03-21 23:37:47 -07:00
Jim Blandy
4fe2e49fbc Bug 1140773: Ensure that GCParallelTask subclasses properly join at the start of their destructor. r=shu 2015-03-21 22:18:50 -07:00
Kyle Huey
05e8f595b0 Bug 1145870. r=bz 2015-03-20 19:19:28 -07:00
Ehsan Akhgari
c2f0c00937 Bug 1145792 - Add a test for the Cache.keys method; r=bkelly 2015-03-21 20:13:33 -04:00
Ehsan Akhgari
db526acba3 Bug 1145445 - Add a test for CacheStorage; r=bkelly 2015-03-21 20:11:24 -04:00
Ehsan Akhgari
49d9bd179e Bug 1144725 - Forcefully terminate the workers used in DOM cache tests once we're done with them; r=bkelly 2015-03-21 20:09:40 -04:00
Ehsan Akhgari
c7ce5ec18d Bug 1143894 - Part 5: Add a test for handling of the Vary header with multiple entries in the cache; r=bkelly 2015-03-21 19:45:14 -04:00
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