e3c2c02e9ce9c26df61245f253f4b847246eebda: Bug 1272859: Debug patch. To enable mask-as-shorthand
draft
cku <cku@mozilla.com> - Tue, 24 May 2016 18:17:57 +0800 - rev 370990
Push
19195 by cku@mozilla.com at Wed, 25 May 2016 18:06:13 +0000
Bug 1272859: Debug patch. To enable mask-as-shorthand
MozReview-Commit-ID: 2P9p8dpJpS6
4c6b03ccacd9434c6955bfca1ef7ed4a866ff530: Bug 1272859: reduce mask surface's size
draft
cku <cku@mozilla.com> - Thu, 26 May 2016 02:04:29 +0800 - rev 370989
Push
19195 by cku@mozilla.com at Wed, 25 May 2016 18:06:13 +0000
Bug 1272859: reduce mask surface's size
MozReview-Commit-ID: GkADCkiElKy
1c2b09e46aace0975c89f6692de7a255a822d68d: Bug 1271000 - Add explanation of potential test failures in TestClientsEngineStage. r=sebastian
draft
Michael Comella <michael.l.comella@gmail.com> - Wed, 25 May 2016 11:03:55 -0700 - rev 370988
Push
19194 by michael.l.comella@gmail.com at Wed, 25 May 2016 18:03:19 +0000
Bug 1271000 - Add explanation of potential test failures in TestClientsEngineStage. r=sebastian
MozReview-Commit-ID: 98KOJvB3IXC
6758c3eadc8462f7a745139936a7f510b779cf85: Bug 1272859: Debug patch. To enable mask-as-shorthand
draft
cku <cku@mozilla.com> - Tue, 24 May 2016 18:17:57 +0800 - rev 370987
Push
19193 by cku@mozilla.com at Wed, 25 May 2016 18:00:46 +0000
Bug 1272859: Debug patch. To enable mask-as-shorthand
MozReview-Commit-ID: 2P9p8dpJpS6
e70991e88791b19b0a90e7438e393193e68846bb: Bug 1272859: reduce mask surface's size
draft
cku <cku@mozilla.com> - Thu, 26 May 2016 01:55:05 +0800 - rev 370986
Push
19193 by cku@mozilla.com at Wed, 25 May 2016 18:00:46 +0000
Bug 1272859: reduce mask surface's size
MozReview-Commit-ID: GkADCkiElKy
aab9386919b67f767b4ce3b1e2d02389ef84f890: Bug 1272721: Fix rtl-checking logic in legacy -webkit-box codepath, to actually reverse the correct axis under correct conditions. r=mats
draft
Daniel Holbert <dholbert@cs.stanford.edu> - Wed, 25 May 2016 10:48:06 -0700 - rev 370985
Push
19192 by dholbert@mozilla.com at Wed, 25 May 2016 17:48:17 +0000
Bug 1272721: Fix rtl-checking logic in legacy -webkit-box codepath, to actually reverse the correct axis under correct conditions. r=mats
MozReview-Commit-ID: AQf71HMuyzO
f871ecc268e0d073ee8c8700edcba04db79a771b: Bug 1216245 - Increase the titlebar texture's height to include the whole title text. r?mattwoodrow
draft
Markus Stange <mstange@themasta.com> - Wed, 25 May 2016 13:35:04 -0400 - rev 370984
Push
19191 by mstange@themasta.com at Wed, 25 May 2016 17:35:22 +0000
Bug 1216245 - Increase the titlebar texture's height to include the whole title text. r?mattwoodrow
MozReview-Commit-ID: It0T7dRhAj1
4611ecc6c272bf7ce180d84bada5ae1f1fd428ff: Bug 1274282 - Add exception guards to nsChildView::PrepareWindowEffects(). r?spohl
draft
Markus Stange <mstange@themasta.com> - Tue, 24 May 2016 14:01:48 -0400 - rev 370983
Push
19191 by mstange@themasta.com at Wed, 25 May 2016 17:35:22 +0000
Bug 1274282 - Add exception guards to nsChildView::PrepareWindowEffects(). r?spohl
MozReview-Commit-ID: De3grs2BF4E
c54e13a52ffedf045542492404adaba10b7bc662: Bug 1274720 - Don't use DrawTargetCG for drawing popups. r?jrmuizel
draft
Markus Stange <mstange@themasta.com> - Fri, 20 May 2016 19:37:25 -0400 - rev 370982
Push
19191 by mstange@themasta.com at Wed, 25 May 2016 17:35:22 +0000
Bug 1274720 - Don't use DrawTargetCG for drawing popups. r?jrmuizel
MozReview-Commit-ID: 6oFnX2Ovbl6
8b4d5cf82b60a4e9c5bf25f0b74885e0608a53ce: Bug 1012752 - Snap scrolled area to layer pixels. r=roc
draft
Markus Stange <mstange@themasta.com> - Fri, 20 May 2016 17:59:32 -0400 - rev 370981
Push
19191 by mstange@themasta.com at Wed, 25 May 2016 17:35:22 +0000
Bug 1012752 - Snap scrolled area to layer pixels. r=roc
MozReview-Commit-ID: 3LFV7Lio4tG
415dd2269288582621210969f7e83c193d01ed3a: Bug 1275384 - Dispatch mousedown, mouseup and click events manually on <select> for e10s instead of using DOMWindowUtils. r?felipe
draft
Mike Conley <mconley@mozilla.com> - Wed, 25 May 2016 13:21:23 -0400 - rev 370980
Push
19190 by mconley@mozilla.com at Wed, 25 May 2016 17:23:31 +0000
Bug 1275384 - Dispatch mousedown, mouseup and click events manually on <select> for e10s instead of using DOMWindowUtils. r?felipe
We were using nsIDOMWindowUtils to send mousedown and mouseup events
to the <select> input after a selection was made in e10s mode, but
doing so causes focus to be pulled back to the <select> if any input
or change event handlers tried to shift focus. For example, the
reviewer input on Bugzilla was having its focus stolen after setting
the review flag to r?, which was how this bug was discovered.
MozReview-Commit-ID: HAThE6ClBWT
c6100aa014baa5edf69c38f257bea7336862d8a4: Fix up a test
draft
Mike Conley <mconley@mozilla.com> - Tue, 24 May 2016 18:38:41 -0400 - rev 370979
Push
19190 by mconley@mozilla.com at Wed, 25 May 2016 17:23:31 +0000
Fix up a test
MozReview-Commit-ID: 6S64VvZpwDf
af7767382bdbc02ecca4f9dcfd774487ffabcb57: ContentParent::RecvCreateWindow should always set an nsresult outparam. :(
draft
Mike Conley <mconley@mozilla.com> - Tue, 24 May 2016 15:41:35 -0400 - rev 370978
Push
19190 by mconley@mozilla.com at Wed, 25 May 2016 17:23:31 +0000
ContentParent::RecvCreateWindow should always set an nsresult outparam. :(
MozReview-Commit-ID: 79FYAMBIDef
a682133e299914591564fd1deb0137eb5fff9770: Bug 1267720 - Misc. fixes that need to be split apart
draft
Mike Conley <mconley@mozilla.com> - Sat, 14 May 2016 12:52:34 -0400 - rev 370977
Push
19190 by mconley@mozilla.com at Wed, 25 May 2016 17:23:31 +0000
Bug 1267720 - Misc. fixes that need to be split apart
MozReview-Commit-ID: Dp8v5GkVYwI
734b45144f94148fe7bac4ec6b70d6aea1642ea8: Bug 1267720 - Add methods to nsIDocShellTreeOwner for sizing the primary content. r?smaug
draft
Mike Conley <mconley@mozilla.com> - Thu, 12 May 2016 19:08:27 -0400 - rev 370976
Push
19190 by mconley@mozilla.com at Wed, 25 May 2016 17:23:31 +0000
Bug 1267720 - Add methods to nsIDocShellTreeOwner for sizing the primary content. r?smaug
MozReview-Commit-ID: CqiRTVd444n
bf74a4265be660f63200eea4b56750875d4b1422: Bug 1267720 - Factor out logic for creating windows for content processes from OpenWindowInternal
draft
Mike Conley <mconley@mozilla.com> - Wed, 27 Apr 2016 16:19:37 -0400 - rev 370975
Push
19190 by mconley@mozilla.com at Wed, 25 May 2016 17:23:31 +0000
Bug 1267720 - Factor out logic for creating windows for content processes from OpenWindowInternal
MozReview-Commit-ID: 1dhGthT8bmu
4c7250e0070f78fb57d7eedba0bc5f0d19644862: Bug 1267720 - Make initial browser remote sooner if we're defaulting to using remote tabs. r?felipe
draft
Mike Conley <mconley@mozilla.com> - Thu, 28 Apr 2016 10:51:00 -0400 - rev 370974
Push
19190 by mconley@mozilla.com at Wed, 25 May 2016 17:23:31 +0000
Bug 1267720 - Make initial browser remote sooner if we're defaulting to using remote tabs. r?felipe
MozReview-Commit-ID: 9KVzuOkJFpW
187f41c6144ed99e91ae1c267a41df2aedc86254: Bug 1267720 - Stop sending the window name to ContentParent when opening a new window. r?smaug
draft
Mike Conley <mconley@mozilla.com> - Thu, 28 Apr 2016 17:42:42 -0400 - rev 370973
Push
19190 by mconley@mozilla.com at Wed, 25 May 2016 17:23:31 +0000
Bug 1267720 - Stop sending the window name to ContentParent when opening a new window. r?smaug
By the time that the parent is being asked to create a new window, the name
really doesn't matter anymore.
MozReview-Commit-ID: 4IKrEEylaLY
8237ccfd8130914bec20ee0594a4be7aa741c467: Bug 1267720 - Make parent outer window available on TabParent. r?smaug
draft
Mike Conley <mconley@mozilla.com> - Wed, 27 Apr 2016 15:40:36 -0400 - rev 370972
Push
19190 by mconley@mozilla.com at Wed, 25 May 2016 17:23:31 +0000
Bug 1267720 - Make parent outer window available on TabParent. r?smaug
MozReview-Commit-ID: 9nS1zQkGmu3
4bbcfdb23fe480121e2e2cad31ccae7e67a42462: Bug 1267720 - Remove unused URL arg from CreateChromeWindow2
draft
Mike Conley <mconley@mozilla.com> - Wed, 27 Apr 2016 16:19:25 -0400 - rev 370971
Push
19190 by mconley@mozilla.com at Wed, 25 May 2016 17:23:31 +0000
Bug 1267720 - Remove unused URL arg from CreateChromeWindow2
MozReview-Commit-ID: I1H2WZeoHTJ