f8fa670bdda5a4b23ecefc439eb1a7dafdb806e5: Bug 1453501 - Allow the compositor to be created in a paused state r=kats
draft
James Willcox <snorp@snorp.net> - Wed, 25 Apr 2018 16:35:31 -0500 - rev 789227
Push
108229 by bmo:snorp@snorp.net at Fri, 27 Apr 2018 20:50:16 +0000
Bug 1453501 - Allow the compositor to be created in a paused state r=kats
MozReview-Commit-ID: B0wc8MYaBJg
204808445a6dde2566cac76ea969ea06c207318f: Bug 1453501 - Immediately create Compositor on Android r=jchen,rbarker
draft
James Willcox <snorp@snorp.net> - Wed, 25 Apr 2018 15:04:14 -0500 - rev 789226
Push
108229 by bmo:snorp@snorp.net at Fri, 27 Apr 2018 20:50:16 +0000
Bug 1453501 - Immediately create Compositor on Android r=jchen,rbarker
Currently we don't create the Compositor until we have a valid surface
to render into. This causes a race that can result in us not being able
to display anything at all once a surface is provided and the compositor
is started. It seems the easiest thing to do right now is to avoid the
race by starting the Compositor immediately.
MozReview-Commit-ID: HkdVL3LBNZB
c6d6fd9eee1963300dacdefca13638053a3bda6a: Bug 1453501 - Allow GLContextEGL to be created without a surface r=jgilbert
draft
James Willcox <snorp@snorp.net> - Wed, 25 Apr 2018 14:30:27 -0500 - rev 789225
Push
108229 by bmo:snorp@snorp.net at Fri, 27 Apr 2018 20:50:16 +0000
Bug 1453501 - Allow GLContextEGL to be created without a surface r=jgilbert
Right now GLContextProviderEGL requires the widget to have a valid
EGLSurface when creating a non-offscreen GLContext. This patch falls
back to a dummy pbuffer surface or EGL_NO_SURFACE if supported, allowing
the GLContext creation to succeed. This will give us some more flexibility
on Android where the widget surface is not always readily available.
MozReview-Commit-ID: 1kbLIGNiOkV
fca5c5fb4c311d3efa4dd37e31c0b44e3637e478: Bug 1447141: Correct Vendor ID for old radeon devie blacklist. r=milan
draft
Bas Schouten <bschouten@mozilla.com> - Fri, 27 Apr 2018 20:44:56 +0000 - rev 789224
Push
108228 by bschouten@mozilla.com at Fri, 27 Apr 2018 20:48:53 +0000
Bug 1447141: Correct Vendor ID for old radeon devie blacklist. r=milan
MozReview-Commit-ID: 5TKR3qf3CRl
ba50d50797ede3964b69eb1f52d48937b7ea92a8: Bug 1453525 - Remove OOM check of infallible method. r=mccr8
Eric Rahm <erahm@mozilla.com> - Wed, 11 Apr 2018 17:09:55 -0700 - rev 789223
Push
108228 by bschouten@mozilla.com at Fri, 27 Apr 2018 20:48:53 +0000
Bug 1453525 - Remove OOM check of infallible method. r=mccr8
e5425430461fca727ca0bfab0261248a15f6fd44: Bug 1457440 - Stop translating margin, padding, border in the box-model diagram. r=bgrins
Gabriel Luong <gabriel.luong@gmail.com> - Fri, 27 Apr 2018 15:52:34 -0400 - rev 789222
Push
108228 by bschouten@mozilla.com at Fri, 27 Apr 2018 20:48:53 +0000
Bug 1457440 - Stop translating margin, padding, border in the box-model diagram. r=bgrins
1ba91ef7ad40f7d7b3ff8599b0f1a4abb0ac07c8: Bug 1457482 Add --enable-lto that turns on LTO
draft
Tom Ritter <tom@mozilla.com> - Fri, 13 Apr 2018 15:55:39 -0500 - rev 789221
Push
108227 by bmo:tom@mozilla.com at Fri, 27 Apr 2018 20:41:51 +0000
Bug 1457482 Add --enable-lto that turns on LTO
MozReview-Commit-ID: DjICW7OKqzB
b02964d7f088e0bfa9501357066290e1722aacee: Bug 1457482 Add Tests for LTO Opt
draft
Tom Ritter <tom@mozilla.com> - Fri, 27 Apr 2018 14:17:19 -0500 - rev 789220
Push
108227 by bmo:tom@mozilla.com at Fri, 27 Apr 2018 20:41:51 +0000
Bug 1457482 Add Tests for LTO Opt
MozReview-Commit-ID: IsAOiM4iHk7
2dda3a41e4dac6b3ae69346e5d519ed7836a3b0e: Bug 1457482 Add an LTO Build Target
draft
Tom Ritter <tom@mozilla.com> - Fri, 13 Apr 2018 15:36:12 -0500 - rev 789219
Push
108227 by bmo:tom@mozilla.com at Fri, 27 Apr 2018 20:41:51 +0000
Bug 1457482 Add an LTO Build Target
This build target doesn't have LTO enabled on it (yet)
MozReview-Commit-ID: 56tAHMyvH7o
ce7886234c37db837c3834137f1db4d1ac51d70d: Bug 1457581 Remove -fgnu89-inline from ASAN builds r?glandium
draft
Tom Ritter <tom@mozilla.com> - Fri, 27 Apr 2018 15:10:49 -0500 - rev 789218
Push
108226 by bmo:tom@mozilla.com at Fri, 27 Apr 2018 20:39:56 +0000
Bug 1457581 Remove -fgnu89-inline from ASAN builds r?glandium
MozReview-Commit-ID: 8f9csoSec3B
a31ae18bab0da0f237a9235527ebc8591eba6c60: Bug 1440022: initial proof-of-concept r?kitcambridge
draft
Ethan Glasser-Camp <ethan@betacantrips.com> - Wed, 11 Apr 2018 10:53:20 -0400 - rev 789217
Push
108225 by bmo:eglassercamp@mozilla.com at Fri, 27 Apr 2018 20:37:19 +0000
Bug 1440022: initial proof-of-concept r?kitcambridge
MozReview-Commit-ID: GMnGfpUSnox
187c745468227ba15ceeb7d63f4159755f7fec86: Bug 1440022: Some infrastructure for testing broadcast_subscribe r?kitcambridge
draft
Ethan Glasser-Camp <ethan@betacantrips.com> - Wed, 11 Apr 2018 10:48:01 -0400 - rev 789216
Push
108225 by bmo:eglassercamp@mozilla.com at Fri, 27 Apr 2018 20:37:19 +0000
Bug 1440022: Some infrastructure for testing broadcast_subscribe r?kitcambridge
MozReview-Commit-ID: 8Re4EGCSbmi
299c96020be5dc538cb945052a64d21f8dd2c37c: Bug 1440022: Some plausible test cases r?kitcambridge
draft
Ethan Glasser-Camp <ethan@betacantrips.com> - Sun, 08 Apr 2018 11:46:18 -0400 - rev 789215
Push
108225 by bmo:eglassercamp@mozilla.com at Fri, 27 Apr 2018 20:37:19 +0000
Bug 1440022: Some plausible test cases r?kitcambridge
MozReview-Commit-ID: ITQStnQWtNX
98248caa66e8fbf3aa72b349e77e64668c935116: Bug 1337794 - remove obsolete pagehide handling hacks from browser.js, r?Mossop
draft
Gijs Kruitbosch <gijskruitbosch@gmail.com> - Wed, 25 Jan 2017 11:16:26 +0000 - rev 789214
Push
108224 by bmo:gijskruitbosch+bugs@gmail.com at Fri, 27 Apr 2018 20:33:23 +0000
Bug 1337794 - remove obsolete pagehide handling hacks from browser.js, r?Mossop
MozReview-Commit-ID: 1BeeU0zJnXF
ce445e43a606e78ef8e288c3d3fead685fe33e30: Bug 1450073 - Add integration tests for the application panel;r=nchevobbe,ladybenko
draft
Julian Descottes <jdescottes@mozilla.com> - Mon, 16 Apr 2018 23:22:16 +0200 - rev 789213
Push
108223 by jdescottes@mozilla.com at Fri, 27 Apr 2018 20:12:20 +0000
Bug 1450073 - Add integration tests for the application panel;r=nchevobbe,ladybenko
MozReview-Commit-ID: 5rkFr7Fvshz
cb4e8dd6c443b7c9ae9be24f06f76e25e0f43e1a: Bug 1450073 - Update listAllWorkers try/catch to be resilient if listWorkers failed;r=ochameau
draft
Julian Descottes <jdescottes@mozilla.com> - Fri, 27 Apr 2018 21:41:10 +0200 - rev 789212
Push
108223 by jdescottes@mozilla.com at Fri, 27 Apr 2018 20:12:20 +0000
Bug 1450073 - Update listAllWorkers try/catch to be resilient if listWorkers failed;r=ochameau
The issue with the previous approach is that calling listWorkers on other processes
can fail leading us to return an empty result set, while we could still return the
information coming from the main process workers.
MozReview-Commit-ID: 8KBpGQH3qYH
528a6a5b830ed79e4b4f83816fca36ac9b83fce9: Bug 1457288: Constrain EllipseShapeInfo distance field allocation to the size we can safely compute.
draft
Brad Werth <bwerth@mozilla.com> - Fri, 27 Apr 2018 13:10:08 -0700 - rev 789211
Push
108222 by bwerth@mozilla.com at Fri, 27 Apr 2018 20:10:41 +0000
Bug 1457288: Constrain EllipseShapeInfo distance field allocation to the size we can safely compute.
MozReview-Commit-ID: IXAV0uaxB0R
8f8b28a40373f714ca2a1ea9ddc21b1d2a792fef: Bug 1450073 - Add integration tests for the application panel;r=nchevobbe,ladybenko
draft
Julian Descottes <jdescottes@mozilla.com> - Mon, 16 Apr 2018 23:22:16 +0200 - rev 789210
Push
108221 by jdescottes@mozilla.com at Fri, 27 Apr 2018 20:08:30 +0000
Bug 1450073 - Add integration tests for the application panel;r=nchevobbe,ladybenko
MozReview-Commit-ID: 5rkFr7Fvshz
e629aa3221b6ec6f3ca9c1793b15de0b66221a72: Bug 1450073 - Update listAllWorkers try/catch to return valid workers if getProcess failed;r=ochameau
draft
Julian Descottes <jdescottes@mozilla.com> - Fri, 27 Apr 2018 21:41:10 +0200 - rev 789209
Push
108221 by jdescottes@mozilla.com at Fri, 27 Apr 2018 20:08:30 +0000
Bug 1450073 - Update listAllWorkers try/catch to return valid workers if getProcess failed;r=ochameau
The issue with the previous approach is that calling listWorkers on other processes
can fail leading us to return an empty result set, while we could still return the
information coming from the main process workers.
MozReview-Commit-ID: 8KBpGQH3qYH
fd8366e79d08da52d1105946a2e6d5f146ea70d4: Bug 1454978 - Update test fuzziness. r=bas
draft
Ryan Hunt <rhunt@eqrion.net> - Wed, 25 Apr 2018 16:54:31 -0500 - rev 789208
Push
108220 by bmo:rhunt@eqrion.net at Fri, 27 Apr 2018 20:04:16 +0000
Bug 1454978 - Update test fuzziness. r=bas
MozReview-Commit-ID: DFDwOo8VsdQ