Commit Graph

284233 Commits

Author SHA1 Message Date
Jonathan Kew
f6bb7c602d Bug 1243073 - Require at least fontconfig 2.7.0 (for the FcConfigReference function). r=karlt 2016-02-15 13:23:37 +00:00
JW Wang
c55853dea5 Bug 1248314. part 2 - move track initialization code into the constructor of DecodedStreamData. r=roc.
MozReview-Commit-ID: 2aQ7cXxRDTE
2016-02-15 11:41:31 +08:00
JW Wang
e059f50498 Bug 1248314. Part 1 - Since OutputStreamManager::Connect/Disconnect is tightly coupled with the constructor/destructor of DecodedStreamData, it would improve cohesion to let DecodedStreamData manage an OutputStreamManager and know when to call OutputStreamManager::Connect/Disconnect. r=roc.
MozReview-Commit-ID: Gg6WxMzAXSp
2016-02-15 11:39:13 +08:00
Jean-Yves Avenard
1d7a97c11c Bug 1247041: [ffmpeg] Request YUVJ420P format explicitly. r=kentuckyfriedtakahe
Requesting YUV420P causes crashes with some version of FFmpeg.

MozReview-Commit-ID: I69jNZ64Le5
2016-02-15 23:02:24 +11:00
Carsten "Tomcat" Book
fe9bc1b944 Merge mozilla-central to mozilla-inbound 2016-02-15 12:30:39 +01:00
Carsten "Tomcat" Book
02bb59b3e6 merge mozilla-inbound to mozilla-central a=merge 2016-02-15 12:13:04 +01:00
Jon Coppeard
0019e9c596 Bug 1247955 - Add telemetry for compacting GC r=terrence 2016-02-15 10:37:58 +00:00
Jon Coppeard
fd636314d9 Bug 1188364 - Supress GC while transplanting to prevent compacting GC observing intermediate state r=terrence 2016-02-15 10:37:31 +00:00
Matt Woodrow
616689b68c Bug 1245450 - Only setup AutoSaveRestorePerspectiveIndex for the descendants of the element with perspective. r=roc 2016-02-15 23:21:52 +13:00
Jonathan Kew
3896979b98 Bug 1248248 - Don't break glyph run for orientation mismatch before a cluster-extender. r=xidorn 2016-02-15 09:07:53 +00:00
Jonathan Kew
4873ef84d6 Bug 1248248 - Reftest for variation selectors in vertical text with mixed (default) orientation. r=xidorn 2016-02-15 09:07:53 +00:00
Jonathan Kew
99b34eaefa Bug 1247049 - Optimize GetScreenXY by using the new nsDeviceContext method to get desktop scale factor. r=emk 2016-02-15 09:07:53 +00:00
Ms2ger
c82081b194 Bug 1247960 - Remove unused variable _current_makefile; r=ted
It has been unused since revision 7f73bbf6df76.
2016-02-15 09:43:14 +01:00
Mark Finkle
c42fd7c202 Bug 1046859 - Add telemetry flag for search suggestion opt-in r=liuche 2016-02-14 21:20:37 -05:00
Martin Thomson
45f0e219fb Bug 1248105 - Move CSSPseudoElement::GetParentObject out of header, r=boris
MozReview-Commit-ID: 5vZQlv8q0df
2016-02-15 11:51:34 +11:00
Brian Birtles
7dd57a0384 Bug 1246046 part 2 - Add reftest for style updating for script-generated animations; r=heycam 2016-02-15 16:10:03 +09:00
Brian Birtles
7be789ef02 Bug 1246046 part 1 - Get the animation rule in nsStyleSet::GetContext even if there are no CSS animations; r=heycam
Without this patch, when we have script-generated animations but *no* CSS
animations, nsStyleSet::GetContext will not use the updated animation rule.
2016-02-15 16:08:33 +09:00
Phil Ringnalda
b4c0aa76b8 Merge m-c to f-t 2016-02-13 19:26:30 -08:00
Phil Ringnalda
e9eb744f4c Merge m-i to m-c, a=merge 2016-02-13 19:18:53 -08:00
Phil Ringnalda
7893b1733f Merge f-t to m-c, a=merge 2016-02-13 19:14:08 -08:00
Nick Alexander
1dc1f3637e No bug - Add Gradle/IntelliJ/Android Studio state to .gitignore. r=me
DONTBUILD NPOTB

This was already present in .hgignore.

MozReview-Commit-ID: GcYRIsWZZ5F
2016-02-13 18:51:57 -08:00
Robert Helmer
2cb4f14c60 Bug 1232222 - provide telemetry environment data on which addons are system addons r=gfritzsche
MozReview-Commit-ID: 89M0HnzfIrd
2016-02-13 17:51:26 -08:00
Robert Helmer
de70a7270a Bug 1232222 - expose isSystem flag if add-on is a system add-on r=Mossop
MozReview-Commit-ID: 2SRRJplalUy
2016-02-13 17:51:21 -08:00
Matthew Noorenberghe
149145a61d Bug 1248087 - screenshots: Add preferences and devtools scheduled runs. r=kitcambridge
MozReview-Commit-ID: 708wpg9Reca
2016-02-13 17:44:05 -08:00
Mats Palmgren
31020ec790 Bug 1216001 part 3 - Cache the result of IsSelected() for the duration of painting. r=bz 2016-02-13 18:40:23 +01:00
Mats Palmgren
1ea05d49de Bug 1216001 part 2 - Optimize nsRange::ExcludeNonSelectableNodes by counting ignorable whitespace text nodes next to an unselectable node as unselectable too. r=bz 2016-02-13 18:40:23 +01:00
Mats Palmgren
a056e03c76 Bug 1216001 part 1 - Optimize nsRange::IsNodeSelected. r=bz 2016-02-13 18:40:23 +01:00
Mats Palmgren
1f8f75df9f Bug 1216001 part 0 - Allow a little bit of fuzz due to anti-aliasing in a few reftests. r=me 2016-02-13 18:40:23 +01:00
Andrea Marchesini
73f152f67a Bug 1248022 - ConsoleEvent.styles can be a sequence of nullable strings, r=bz 2016-02-13 16:08:17 +00:00
Jan de Mooij
063ea32a47 Bug 1233944 - Upgrade MOZ_ASSERT to MOZ_RELEASE_ASSERT in JSObject::setGroup. r=me 2016-02-13 15:56:29 +01:00
Bas Schouten
50913b47b8 Bug 1247775 - Part 3: Remove Moz2D code to support Direct2D 1.0. r=dvander
MozReview-Commit-ID: KBZSqIdx0OC
2016-02-13 14:33:28 +01:00
Bas Schouten
206deeea3f Bug 1247775 - Part 2: Remove Direct2D 1.0 code from Thebes. r=dvander
MozReview-Commit-ID: EC8yhkvvood
2016-02-13 14:33:27 +01:00
Bas Schouten
9fca186e9a Bug 1247775 - Part 1: Remove D3D10/D2D 1.0 texture integration from layers. r=dvander
MozReview-Commit-ID: CPBTl0cEG3p
2016-02-13 14:33:27 +01:00
Tom Schuster
dd553a2e75 Bug 1247924 - Fix a help() crash. r=sfink 2016-02-13 13:12:25 +01:00
L. David Baron
9f7efa37fd Bug 1247865 - Fix assertion to handle restyling of a table::after. r=birtles
I confirmed locally that this patch does fix the assertion in the
crashtest.

MozReview-Commit-ID: L1TIAZZ1aNu
2016-02-12 22:54:26 -08:00
L. David Baron
f0a2a075c9 Bug 1247865 - Add crashtest for assertion. r=birtles
I confirmed locally that, without the following patch, the crashtest
harness does detect the single assertion.

MozReview-Commit-ID: FRkCdxSSa7V
2016-02-12 22:54:26 -08:00
Phil Ringnalda
d3e30502f1 Bug 1246115 - Redisable browser_bug415846.js on e10s, where it races and mostly loses 2016-02-12 21:53:46 -08:00
Jeff Gilbert
2eebca190e Bug 1094458 - Implement RenderbufferStorageMultisample. - r=jrmuizel 2016-02-12 19:31:58 -08:00
Boris Zbarsky
56064db6ce Bug 1247872. Just get our private browsing state directly off the docshells we already have instead of trying to indirect through their documents. r=smaug 2016-02-12 21:29:49 -05:00
Carsten "Tomcat" Book
7ffe91262a Backed out changeset 88735739af7a (bug 1244893) for causing failing Initial decision task for mozilla-central 2016-02-12 17:11:52 +01:00
Carsten "Tomcat" Book
800fb9471d merge mozilla-inbound to mozilla-central a=merge 2016-02-12 15:15:17 +01:00
Carsten "Tomcat" Book
c7c83d7d7d Backed out changeset 306cf0271d3e (bug 1119520) for causing merge conflicts with m-i to m-c merge 2016-02-12 15:14:36 +01:00
Carsten "Tomcat" Book
4ff7dd9d58 merge fx-team to mozilla-central a=merge 2016-02-12 12:40:31 +01:00
Carsten "Tomcat" Book
64bcc1ca6d Backed out changeset 9320c843aa7e (bug 1247775) for breaking win 8 reftests 2016-02-12 08:49:50 +01:00
Carsten "Tomcat" Book
3eb54ae1fa Backed out changeset 4adb7586410a (bug 1247775) 2016-02-12 08:49:29 +01:00
Carsten "Tomcat" Book
fdd0ae621a Backed out changeset 8e13ba75bccf (bug 1247775) 2016-02-12 08:49:28 +01:00
Carsten "Tomcat" Book
ccea027b2e Backed out changeset 09836ef7b0f6 (bug 961323) for bustage on a CLOSED TREE 2016-02-12 08:41:24 +01:00
Phil Ringnalda
000a60c5f7 Back out 6 changesets (bug 1245463) for !mAppendRunning (Append is running) assertion failures
CLOSED TREE

Backed out changeset 75d96e417aaf (bug 1245463)
Backed out changeset dca0577d741c (bug 1245463)
Backed out changeset 17ffbe7ca24e (bug 1245463)
Backed out changeset 83a2de2fcf02 (bug 1245463)
Backed out changeset e8bb35ea72e4 (bug 1245463)
Backed out changeset 48364b868055 (bug 1245463)
2016-02-11 23:39:36 -08:00
Phil Ringnalda
51f86649ae Back out c578a05bb9d6 (bug 1243131) for browser_memory_keyboard-snapshot-list.js timeout threshold exceeded on Linux32 debug 2016-02-11 21:50:07 -08:00
Phil Ringnalda
53efdf57df Back out 95d45bb51f96 (bug 1245937) because browser_chatwindow.js still exceeds the timeout threshold 2016-02-11 20:20:10 -08:00