Commit Graph

302245 Commits

Author SHA1 Message Date
Markus Stange
0cb7d62085 Bug 1248913 - Remove mCanBeActive and second nsDisplayBlendContainer constructor. r=mattwoodrow, a=ritu
MozReview-Commit-ID: Jcrip22bW5k
2016-03-08 14:38:22 -05:00
Markus Stange
00a98b95bf Bug 1248913 - Build nsDisplayBlendMode items for background-blend-mode. r=mattwoodrow, a=ritu
MozReview-Commit-ID: 72IzlcgHFtd
2016-03-08 14:22:36 -05:00
Markus Stange
19523a5f34 Bug 1248913 - Let nsDisplayBackgroundImage specify the background blend mode. r=mattwoodrow, a=ritu
This is needed because blending for nsDisplayBackgroundImage items will soon
happen outside of nsDisplayBackgroundImage::Paint, it will be done by an
nsDisplayBlendMode item that wraps the nsDisplayBackgroundImage item.

MozReview-Commit-ID: 20cILOGVFEG
2016-03-08 16:54:09 -05:00
Markus Stange
7736846620 Bug 1248913 - Rename nsDisplayMixBlendMode to nsDisplayBlendMode. r=mattwoodrow, a=ritu
We're going to use it both for background-blend-mode and for mix-blend-mode.

MozReview-Commit-ID: 6zKCDSkLspc
2016-03-05 17:04:02 -05:00
Markus Stange
6f08472a23 Bug 1248913 - Add a constructor argument to nsDisplayMixBlendMode that lets you specify the blend mode. r=mattwoodrow, a=ritu
MozReview-Commit-ID: 9MqjLKjRmeh
2016-03-05 16:39:25 -05:00
Markus Stange
294384e4cf Bug 1248913 - nsDisplayListBuilder doesn't need to know what blend modes it contains, just whether it contains any. r=mattwoodrow, a=ritu
MozReview-Commit-ID: 5yQcGnXBKKp
2016-03-05 12:46:14 -05:00
Carsten "Tomcat" Book
1a1d95ded9 Backed out changeset d84ed6588b23 (bug 1255068) for causing android crashes/assertions 2016-03-24 14:21:49 +01:00
Kartikaya Gupta
9572d68fd6 Bug 1192910 - Ensure we flush paints on the main thread during an APZ flush. r=mstange, a=ritu
MozReview-Commit-ID: 61dyeqxxtVP
2016-03-07 16:27:44 -05:00
Markus Stange
d4939592d9 Bug 1192910 - Stop triggering repaints when the displayport margins change without the displayport changing. r=kats, a=ritu
MozReview-Commit-ID: K1g6sNlZdRk
2016-03-07 16:27:41 -05:00
Carsten "Tomcat" Book
f4092f575d Backed out changeset 7e5731e04d40 (bug 1248913) for crashes in @ nsLayoutUtils::FindContentFo 2016-03-24 12:08:40 +01:00
Carsten "Tomcat" Book
1a4765c040 Backed out changeset 201a70d6ddc7 (bug 1248913) 2016-03-24 12:08:23 +01:00
Carsten "Tomcat" Book
47af01e197 Backed out changeset ca238297899e (bug 1248913) 2016-03-24 12:08:21 +01:00
Carsten "Tomcat" Book
e2a9f10560 Backed out changeset b5f16ce81326 (bug 1248913) 2016-03-24 12:08:19 +01:00
Carsten "Tomcat" Book
b4f1a60962 Backed out changeset cda10deb527c (bug 1248913) 2016-03-24 12:08:18 +01:00
Carsten "Tomcat" Book
c3e8fb5003 Backed out changeset f1e83e40ce0b (bug 1248913) 2016-03-24 12:08:16 +01:00
Carsten "Tomcat" Book
45b740fb6f Backed out changeset 80a726021cd0 (bug 1248913) 2016-03-24 12:08:15 +01:00
Jan de Mooij
a98e1d59ca Bug 1257234 - Detect main thread's stack size at runtime, on Windows. r=ted a=sylvestre 2016-03-18 09:38:57 +01:00
Brian Birtles
c35fbf252f Bug 1253507 - Disable Element.animate in Firefox 47; r=bz, r=pbro, a=ritu
MozReview-Commit-ID: CJm4SUEw832
2016-03-24 08:45:00 +09:00
Wes Kocher
f45af6c76f Backed out 2 changesets (bug 1192910) for android reftest assertions with nsLayoutUtils.cpp a=backout
Backed out changeset bf8eb8bd2dbc (bug 1192910)
Backed out changeset e59f963b1a15 (bug 1192910)

MozReview-Commit-ID: HedkonKdL0m
2016-03-23 19:35:50 -07:00
Shane Caraveo
b7430a3b4d Bug 1245074 workaround CUI defaults for pocket to fix restore defaults, r=gijs a=lizzard CLOSED TREE
MozReview-Commit-ID: Ahff5EWIjV4
2016-03-22 12:43:38 -07:00
Randell Jesup
76c5baecc4 Bug 1254876: assert windows recording is shut down r=pkerr a=ritu
MozReview-Commit-ID: JRqxBb5TgrE
2016-03-21 02:57:13 -04:00
Jean-Yves Avenard
ad6e184fa9 Bug 1258562: MSE] Abort if MediaSource has been shutdown. r=gerald a=ritu
The assumption was made that this code was never called if MediaSourceDecoder::NextFrameBufferedStatus() had been called before. However, that assumption was incorrect as NextFrameBufferedStatus() is only called if we had determine we had no frame buffered.

MozReview-Commit-ID: 1hsEJuInION
2016-03-22 10:34:30 +11:00
JW Wang
a5b43f6566 Bug 1242783. Part 2 - per comment 12, buffer only 1s when audio is captured. r=kinetik. a=ritu
MozReview-Commit-ID: 2SUSvQzUSgR
2016-03-19 18:29:44 +08:00
JW Wang
d3b419f664 Bug 1242783. Part 1 - per comment 11, increase mAmpleAudioThresholdUsecs to 2s to avoid audio underrun when BT is connected. r=kinetik. a=ritu
MozReview-Commit-ID: DBQwrDxnjjh
2016-03-19 18:29:34 +08:00
Bob Owen
7219321945 Bug 1257791: Return correct DPI and printing scale from nsDeviceContextSpecWin when printing to PDF. r=jimm a=sylvestre
MozReview-Commit-ID: 9CptRjNs0ui
2016-03-19 11:01:30 +00:00
Byron Campen [:bwc]
0d2382be04 Bug 1257472: Forgive rport of 0. r=drno,ekr a=sylvestre
MozReview-Commit-ID: 12YyYqrt3wR
2016-03-17 10:50:33 -05:00
Benjamin Smedberg
16a6aff750 Bug 1257209 - record uptime in crash metadata/pings, r=gfritzsche a=ritu CLOSED TREE
MozReview-Commit-ID: 8MVRwALXvW5
2016-03-16 16:59:06 -04:00
Bob Owen
b6ea63de83 Bug 1256307: Only print via the parent in Nightly. r=jimm a=ritu
MozReview-Commit-ID: L3MrOTOUxzZ
2016-03-19 10:56:40 +00:00
Jim Chen
378aaa58d6 Bug 1255461 - Notify pref handlers when pseudo-prefs change; r=snorp a=ritu
When "pseudo-prefs" change, the Java side expects the same change
notification as regular prefs.

MozReview-Commit-ID: GKVJlMJJ7OX
2016-03-18 15:18:51 -04:00
Jim Chen
b72c12cd79 Bug 1255461 - Use PrefsHelper to set master password; r=margaret a=ritu
MozReview-Commit-ID: CqKTWUyWxqS
2016-03-18 15:18:51 -04:00
Kyle Huey
6a7c2133d6 Bug 1257389: Use fallible allocation for content-controlled string in bug 1257389. r=bz a=sylvestre
MozReview-Commit-ID: LazPp0invce
2016-03-16 20:04:10 -07:00
peter chang
cef4713bd6 Bug 1254447 - Don't always check UseAcceleratedCanvas when calling GetSkiaGLGlue, r=jrmuizel a=ritu
MozReview-Commit-ID: 95GY5aGJGK1
2016-03-16 12:09:17 +08:00
Mike de Boer
2a31ffdf54 Bug 1254104: fix timing issues in browser_bug553455.js, which started perma-failing after fixing docShellIsActive getters in PopupNotifications.jsm. r=Mossop a=ritu
MozReview-Commit-ID: DHPKJcFrygU
2016-03-16 12:51:53 +01:00
Mike de Boer
5b52115fcc Bug 1254104: use docShellIsActive instead of introducing logic that relies on tabbrowser implementation specifics. r=evilpies a=ritu
MozReview-Commit-ID: Am706xBPQ0B
2016-03-16 12:51:50 +01:00
Benjamin Smedberg
eb266fd5f1 Bug 1187270 - Add Telemetry session ID to crash annotations, r=gfritzsche a=ritu
MozReview-Commit-ID: GwVI0dfsT4H
2016-03-14 09:31:19 -04:00
Markus Stange
730c339f41 Bug 1255068 - Do not allow empty transaction transform changes if the scroll position has changed since the last paint. r=kats, r=mattwoodrow a=ritu
MozReview-Commit-ID: 7exuhuf3HTJ
2016-03-11 16:09:16 -05:00
Karl Tomlinson
e22e7c2801 bug 1255618 remove AudioContext from global window at unlink r=Ehsan a=ritu
mDestination is cleared during unlink, which means that after that point the
window can't do much with the AudioContext, nor should need to do so.

MozReview-Commit-ID: E45aCpEfJEu
2016-03-11 20:54:31 +13:00
David Anderson
b9b69810df Regenerate SyncObjects on device resets. (bug 1255711, r=bas) a=ritu
MozReview-Commit-ID: 4MScXGoKxii
2016-03-14 12:55:47 -07:00
Jim Chen
31eb63011e Bug 1253703 - Null-check createNativeGestureEvent result; r=kats a=sylvestre
createNativeGestureEvent can fail and return null, so we should guard
against that.

MozReview-Commit-ID: 8V0zMiOzKnG
2016-03-11 13:47:22 -05:00
Eugen Sawin
32a8933cad Bug 1255050 - [1.1] Restrict media plugin decoder usage to Android ICS. r=snorp a=ritu
MozReview-Commit-ID: FzLBJK8RGt2
2016-03-09 23:45:27 +01:00
Patrick Brosset
0ecaafb849 Bug 1246088 - ESLint cleanups of devtools/shared/layout/utils.js; r=bgrins a=ritu
MozReview-Commit-ID: gUB8kFMQVF
2016-03-09 12:09:48 +01:00
Patrick Brosset
69ddd1e748 Bug 1246088 - Safely access contentWindow in iframe and embed; r=bgrins a=ritu
MozReview-Commit-ID: 6GRsMsJPn5x
2016-03-09 11:54:12 +01:00
Markus Stange
6325001bf3 Bug 1248913 - Make nsDisplayBlendContainer active or inactive based on its contents. r=mattwoodrow a=ritu
MozReview-Commit-ID: GN0084Rrmlm
2016-03-08 14:39:07 -05:00
Markus Stange
46fecc69df Bug 1248913 - Remove mCanBeActive and second nsDisplayBlendContainer constructor. r=mattwoodrow a=ritu
MozReview-Commit-ID: Jcrip22bW5k
2016-03-08 14:38:22 -05:00
Markus Stange
4f9cc15cd0 Bug 1248913 - Build nsDisplayBlendMode items for background-blend-mode. r=mattwoodrow a=ritu
MozReview-Commit-ID: 72IzlcgHFtd
2016-03-08 14:22:36 -05:00
Markus Stange
f9ec94e078 Bug 1248913 - Let nsDisplayBackgroundImage specify the background blend mode. r=mattwoodrow a=ritu
This is needed because blending for nsDisplayBackgroundImage items will soon
happen outside of nsDisplayBackgroundImage::Paint, it will be done by an
nsDisplayBlendMode item that wraps the nsDisplayBackgroundImage item.

MozReview-Commit-ID: 20cILOGVFEG
2016-03-08 16:54:09 -05:00
Markus Stange
633420f5f8 Bug 1248913 - Rename nsDisplayMixBlendMode to nsDisplayBlendMode. r=mattwoodrow a=ritu
We're going to use it both for background-blend-mode and for mix-blend-mode.

MozReview-Commit-ID: 6zKCDSkLspc
2016-03-05 17:04:02 -05:00
Markus Stange
b8aed03550 Bug 1248913 - Add a constructor argument to nsDisplayMixBlendMode that lets you specify the blend mode. r=mattwoodrow a=ritu
MozReview-Commit-ID: 9MqjLKjRmeh
2016-03-05 16:39:25 -05:00
Markus Stange
8fa478e171 Bug 1248913 - nsDisplayListBuilder doesn't need to know what blend modes it contains, just whether it contains any. r=mattwoodrow a=ritu
MozReview-Commit-ID: 5yQcGnXBKKp
2016-03-05 12:46:14 -05:00
Kartikaya Gupta
acc56414a7 Bug 1192910 - Ensure we flush paints on the main thread during an APZ flush. r=mstange a=ritu
MozReview-Commit-ID: 61dyeqxxtVP
2016-03-07 16:27:44 -05:00