Commit Graph

274083 Commits

Author SHA1 Message Date
Randall Barker
dc5ef5ee1c Bug 1223937 - test_bug388794.html fails string match test due to off by one error in Fennec with C++APZ. r=roc
When C++APZ is enabled in Fennec, events that are generated by nsWindowUtil may result in
off by one errors when received by the DOM. This is caused by the fact that the PresShell
resolution must be applied to the event coordinates before being dispatched which introduces
rounding errors. To work around the failure in test_bug388794.html it is necessary to
convert the string compares to regex so that the off by one rounding errors may be accounted for.
2015-11-19 21:40:05 -05:00
Terrence Cole
ea61593f48 Bug 1227144 - Use Rooted instead of AutoRegExpStaticsBuffer; r=jonco 2015-11-19 15:42:18 -08:00
Bas Schouten
93eddb1da6 Bug 1216366: Ensure D3D11 uploads the entire surface the first time for component alpha textures. r=nical 2015-11-24 17:04:13 +01:00
Carsten "Tomcat" Book
da750c5509 Backed out changeset 098f2c2291ef (bug 634063) for causing merge conflicts when merging to mozilla-central 2015-11-24 16:56:32 +01:00
Brad Lassey
d2e2d240cf bug 1198450 - Firefox fails to load about:home if Firefox was installed to a folder with non-Latin name r=jimm 2015-11-23 18:27:23 -05:00
Ben Kelly
2f321a65d7 Bug 1226441 - Part 2: Delay functional event dispatch until service worker is activated; r=catalinb 2015-11-24 10:49:00 -05:00
Ben Kelly
da0a7ade62 Bug 1226441 - Part 1: Add wpt test verifying fetch event waits for activate to complete; r=catalinb 2015-11-24 10:48:38 -05:00
L. David Baron
aff1a83820 Bug 1217833 - Fix container width in exception for line frames in nsBidiPresUtils::ReorderFrames. r=jfkthame 2015-11-24 07:23:14 -08:00
Daniel Holbert
1ee6a33cb7 Remove workaround for bug 1224761. r=dbaron 2015-11-24 07:23:14 -08:00
L. David Baron
5e86c37c46 Bug 1224761 - Fix forceRepeatToCoverTiles optimization to not trigger when all stops at left edge of tile. r=roc
I tested locally in the reftest harness that the reftest fails as
expected (the second box shows a gradient) without the patch, and passes
with the patch.

(The reftest test is dholbert's testcase from the bug, unmodified; I
wrote the reference.)
2015-11-24 07:23:14 -08:00
L. David Baron
4c4b6a2997 Bug 1213587 - Add foreground color to the background color for XML error pages. r=xidorn 2015-11-24 07:23:13 -08:00
Ehsan Akhgari
c60d570e68 Bug 1227148 - Add SameObject and NewObject annotations to some ServiceWorkerContainer members; r=bzbarsky 2015-11-24 09:38:28 -05:00
Kartikaya Gupta
57be8f3651 Bug 1226864 - Don't wait for an APZ flush on load-only or script type reftests, since they don't get snapshotted. r=dbaron 2015-11-24 09:20:42 -05:00
Eugen Sawin
9d6db55148 Bug 1219178 - [8.1] Constrain seek position getter to max duration. r=jya 2015-11-24 15:02:35 +01:00
Eugen Sawin
11d7dee91d Bug 1219178 - [7.1] Add out-of-bounds seeking test. r=jya 2015-11-24 15:02:34 +01:00
Eugen Sawin
c396ab9331 Bug 1219178 - [6.1] Add small test file case. r=jya 2015-11-24 15:02:34 +01:00
Eugen Sawin
c97b5f85ae Bug 1219178 - [5.1] Return invalid resource length when mock resource is uninitialized instead of crashing. r=jya 2015-11-24 15:02:34 +01:00
Eugen Sawin
f068b931bd Bug 1219178 - [4.1] Accept only layer III frames. r=jya 2015-11-24 15:02:34 +01:00
Eugen Sawin
2261f8026c Bug 1219178 - [3.1] Clamp seeking offsets to estimated frame boundaries. r=jya 2015-11-24 15:02:33 +01:00
Eugen Sawin
c6f7725f07 Bug 1219178 - [2.1] Add frame consistency verification to reduce chance for false positive detection. r=jya 2015-11-24 15:02:33 +01:00
Eugen Sawin
b2120050e2 Bug 1219178 - [1.1] Prevent ScanUntil from overshooting the target time frame. r=jya 2015-11-24 15:02:32 +01:00
Valentin Gosu
03a296dd8a Bug 1222352 - Resource Timing - nextHopProtocol does not work in e10s r=nwgh 2015-11-24 13:42:47 +01:00
Nicolas Silva
42c8e3c281 Bug 1200595 - Consolidate the TextureClient's destruction logic. r=mattwoodrow 2015-11-20 14:25:03 +01:00
Nicolas Silva
7f362c25a4 Bug 1200595 - Merge TextureClient and ClientTexture back into TextureClient. r=mattwoodrow 2015-11-20 14:25:00 +01:00
Nicolas Silva
d283025ad7 Bug 1200595 - DIB TextureData implementation. r=Bas 2015-11-20 14:24:58 +01:00
Nicolas Silva
e0d2e9476c Bug 1200595 - SharedSurface TextureData implementation. r=jgilbert 2015-11-20 14:24:55 +01:00
Nicolas Silva
34526e2514 Bug 1200595 - AndroidSurface TextureData implementation. r=mattwoodrow 2015-11-20 14:24:52 +01:00
Nicolas Silva
d2bfd0b3fb Bug 1200595 - EGLImage TextureData implementation. r=mattwoodrow 2015-11-20 14:24:49 +01:00
Nicolas Silva
6238ffca17 Bug 1200595 - MacIOSurface TextureData implementation. r=mattwoodrow 2015-11-20 14:24:46 +01:00
Justin Dolske
44806b72d2 Bug 1215948 - "Hey Cortana" searches in Windows 10 default to Bing. r=jaws 2015-11-19 15:13:32 -08:00
Wes Kocher
20a008ea08 Merge m-c to fx-team, a=merge 2015-11-19 13:52:24 -08:00
Matt Brubeck
4e1700baf3 Bug 967982 - Show findbar after unsuccessful Find Again [r=mikedeboer] 2015-11-19 13:49:48 -08:00
Wes Kocher
8b22df3035 Merge b2ginbound to central, a=merge 2015-11-19 13:36:16 -08:00
Mark Banner
113b456143 Bug 1226156 - Multiple requests and updates happening when opening a Loop room - make getAll handle multiple requests at a time. r=mikedeboer 2015-11-19 21:32:26 +00:00
Mike de Boer
18b06120c6 No bug: Array.slice not supported by Chrome, which the link clicker doesn't like. Use Array.prototype.slice instead. rs=Standard8 2015-11-19 22:11:50 +01:00
Wes Kocher
c40bf8f646 Touch CLOBBER to clear up bug 1168113's bustage a=merge 2015-11-19 10:09:08 -08:00
Wes Kocher
a74e49270c Merge fx-team to m-c a=merge 2015-11-19 13:15:28 -08:00
B2G Bumper Bot
1947bc1e60 Bumping manifests a=b2g-bump 2015-11-19 08:04:19 -08:00
Jan de Mooij
99aa8fd7ae Bug 1219883 - Fix Ion typed array stub to handle constant string index. r=efaust 2015-11-19 16:11:27 +01:00
Jean-Yves Avenard
0abd7bba5b Bug 1222866: P2. Add gtest checking on seconds -> microseconds -> seconds. r=gerald 2015-11-19 16:08:00 +01:00
Jean-Yves Avenard
f682c0b365 Bug 1222866: P1. Round second to closest microseconds. r=gerald.
Due to the internal double representation as per IEEE 754, during conversion the use of ints would have rounded down our value.
2015-11-19 16:07:00 +01:00
Carsten "Tomcat" Book
de8201121f Backed out changeset 002714e2ccba (bug 1222866) 2015-11-20 16:39:37 +01:00
Carsten "Tomcat" Book
6f413cb59e Backed out changeset 74caf0456e1e (bug 1222866) 2015-11-20 16:39:35 +01:00
Kartikaya Gupta
f5211274b6 Bug 1203058 - Set the paint sync id on the top-level window rather than the tab's window, because then it won't get lost during page unload. r=rbarker 2015-11-19 09:57:51 -05:00
Kartikaya Gupta
3dd08bee00 Bug 1223928 - Update various reftests that now pass/fail with gecko scrollbars on Android&&asyncPan. r=snorp 2015-11-19 09:55:21 -05:00
Kartikaya Gupta
34499af98e Bug 1223928 - Make the horizontal scrollbar on the root scrollable shift correctly with the dynamic toolbar. r=botond 2015-11-19 09:55:21 -05:00
Kartikaya Gupta
08ccd0edfb Bug 1223928 - Enable gecko scrollbars on Fennec. r=snorp 2015-11-19 09:55:21 -05:00
Kartikaya Gupta
19932a17a0 Bug 1223928 - Disable the Java scrollbars in Fennec with APZ enabled. r=snorp 2015-11-19 09:55:21 -05:00
Landry Breuil
04b058fbaa Bug 1226146: fix sndio audio_device backend after webrtc 43 landing in bug 1198458 r=jesup NPOTB 2015-11-19 09:48:26 -05:00
Carsten "Tomcat" Book
dc664ddee5 Merge mozilla-central to mozilla-inbound 2015-11-19 15:22:50 +01:00