Commit Graph

273476 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
8b8a86d6a8 Merge mozilla-central to fx-team 2015-11-20 14:35:13 +01:00
Carsten "Tomcat" Book
c4fd231849 merge mozilla-inbound to mozilla-central a=merge 2015-11-20 13:13:07 +01:00
Phil Ringnalda
5ef40e8d7b Merge m-c to f-t 2015-11-19 21:09:55 -08:00
Phil Ringnalda
c341483576 Merge m-c to m-i 2015-11-19 21:08:34 -08:00
Phil Ringnalda
a8f7f7dcab Backed out 2 changesets (bug 1225007) for frequent OS X "Shouldn't return empty rect" assertion failures, a=backout
Backed out changeset c5b352c74b35 (bug 1225007)
Backed out changeset 8a513c70ce7c (bug 1225007)
2015-11-19 20:55:26 -08:00
Jean-Yves Avenard
821feb2f90 Bug 1222866: P2. Add gtest checking on seconds -> microseconds -> seconds. r=gerald 2015-11-20 15:41:13 +11:00
Jean-Yves Avenard
0b8ad9faf7 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-20 15:41:13 +11:00
John Daggett
8fd9e61680 Bug 1180560 - enable fontconfig platform fontlist in release builds. r=karlt,cam 2015-11-20 13:35:15 +09:00
John Daggett
a577685542 Bug 1224965 p2 - tweak the handling of generic substitutions. r=karlt 2015-11-20 13:35:15 +09:00
John Daggett
7b81099b3a Bug 1224965 p1 - add pref for max substitutions for generics under fontconfig. r=m_kato 2015-11-20 13:35:15 +09:00
Xidorn Quan
dd5d16097d Bug 994418 - Renumber list items when computing intrinsic isize. r=roc 2015-11-20 15:29:27 +11:00
Randall Barker
8c7237c198 Bug 1226193 - Fix test_animation_observers.html timing out on Fennec with C++APZ enabled. r=heycam
Fix: INFO TEST-UNEXPECTED-FAIL | dom/animation/test/chrome/test_animation_observers.html | Test timed out.
By extending animation observer timeout.
2015-11-19 23:06:43 -05:00
Phil Ringnalda
b1ca62bc20 Backed out 20 changesets (bug 1055472) for Linux64 cgc failures and an apparent crash in the cpp test test_audio on OS X 10.6 debug
CLOSED TREE

Backed out changeset edd1c18b5a5b (bug 1055472)
Backed out changeset 41be086be0e8 (bug 1055472)
Backed out changeset 6ed32cadfc31 (bug 1055472)
Backed out changeset 2f0b0b246e25 (bug 1055472)
Backed out changeset 33d5c8ef947c (bug 1055472)
Backed out changeset 74dca890ec34 (bug 1055472)
Backed out changeset b4a4144b96fa (bug 1055472)
Backed out changeset 9dd0b1fff545 (bug 1055472)
Backed out changeset 31c41d6a16ab (bug 1055472)
Backed out changeset bf8f9604c34f (bug 1055472)
Backed out changeset 69bf1faa9d85 (bug 1055472)
Backed out changeset 284934443cd3 (bug 1055472)
Backed out changeset 65d962413c98 (bug 1055472)
Backed out changeset 94135702e1b5 (bug 1055472)
Backed out changeset 1509efcfa629 (bug 1055472)
Backed out changeset c7180ea9dfa4 (bug 1055472)
Backed out changeset a47a3ce6f35e (bug 1055472)
Backed out changeset 9b4f7a838a66 (bug 1055472)
Backed out changeset e5f593ea362c (bug 1055472)
Backed out changeset 8ec3005245c1 (bug 1055472)
2015-11-19 20:01:07 -08:00
Xidorn Quan
7921ef2531 Bug 1224464 followup - Fix bustage on opt builds on CLOSED TREE 2015-11-20 14:31:38 +11:00
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
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
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
Carsten "Tomcat" Book
e4e47d652e merge mozilla-inbound to mozilla-central a=merge 2015-11-19 14:44:11 +01:00
Carsten "Tomcat" Book
a1d6c3c461 merge fx-team to mozilla-central a=merge 2015-11-19 14:37:25 +01:00
Carsten "Tomcat" Book
e351882d08 merge b2g-inbound to mozilla-central a=merge 2015-11-19 14:31:06 +01:00
Nigel Babu
5b389aeb02 Backed out changeset 95069f2ce648 (bug 1182546) for Android M(c) bustage ON A CLOSED TREE 2015-11-19 14:26:33 +05:30
Nigel Babu
503c35bf61 Backed out changeset 3112d1e94a05 (bug 1182546) for Android M(c) bustage 2015-11-19 14:26:25 +05:30
Nigel Babu
d4001c301d Backed out changeset 9155ee3d42d8 (bug 1182546) for Android M(c) bustage 2015-11-19 14:26:20 +05:30
B2G Bumper Bot
a32ab6c4a0 Bumping manifests a=b2g-bump 2015-11-18 19:53:10 -08:00
B2G Bumper Bot
20b2071af4 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/38edf6a5a770
Author: evelynhung <jj.evelyn@gmail.com>
Desc: Merge pull request #33250 from evelynhung/issue-1225806

Bug 1225806 - handle activity when browser is completely ready, r=yifan

========

https://hg.mozilla.org/integration/gaia-central/rev/2ea3dbc0b45a
Author: Evelyn Hung <jj.evelyn@gmail.com>
Desc: Bug 1225806 - handle activity when browser is completely ready
2015-11-18 19:50:25 -08:00
B2G Bumper Bot
f06922a110 Bumping manifests a=b2g-bump 2015-11-18 17:18:12 -08:00
B2G Bumper Bot
fa8259aa7d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/83b945c7daa5
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #33257 from nullaus/bug1225559

Bug 1225559 - Output list of test files that will get run after apply…

========

https://hg.mozilla.org/integration/gaia-central/rev/7f5e1bc3d9bb
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: Bug 1225559 - Output list of test files that will get run after applying the disabled test manifest.
2015-11-18 17:15:25 -08:00
Michael Comella
f46391b331 Bug 1140448 - Backout 5 changesets to backout top level shareplane.
Changesets:
* 13a6c5fb2f44
* a9d3499bbec1
* 35336ca96de2
* 64e311403f05
* 8b8598ed040e
2015-11-18 16:14:44 -08:00
Michael Comella
6cd2ca744b Bug 1140210 - Backout 4 changesets to backout top level share plane (bug 1140048).
This is not strictly necessary but it prevents a clean backout. Changesets:
* 5b439b4654e0
* 8345f21f6518
* 156585c07b3d
* 623b15184f2a
2015-11-18 16:12:29 -08:00
Michael Comella
bbb81fb35c Bug 1213486 - Backout 66d1252f9864 to backout top level shareplane (bug 1140048). 2015-11-18 16:06:19 -08:00
Michael Comella
6810735259 Bug 1210989 - Backout 3 changesets to backout top level shareplane (bug 1140048).
Changesets:
* a4d2428a5016
* 08488a55289e
* 6bc04f9eddd6
2015-11-18 16:05:00 -08:00
Michael Comella
6ab366647a Bug 1213490 - Backout 3 changesets to backout top level shareplane (bug 1140048).
Changesets:
* 607576699f93
* e0fc8e81cc70
* 81f5d579fb2b
2015-11-18 15:59:26 -08:00
Michael Comella
ca512a5b0d Bug 1216307 - Backout e0ba952c2819 to backout top level shareplane (bug 1140048). 2015-11-18 15:56:52 -08:00
Carsten "Tomcat" Book
13c0fba56a Backed out changeset ddb0ac65cba2 (bug 1168113) for possibly causing crashes on fx-team on a CLOSED TREE 2015-11-19 16:26:31 +01:00
Tim Nguyen
a3bf3fa915 Bug 1225967 - Fix stretched eyedropper icon in color tooltip. r=bgrins 2015-11-19 07:14:55 -08:00