1e9d52a8c4b7d4071a34b9607c122b49e0771d6b: Bug 1597259 - [remote] Implement Page.setLifecycleEventsEnabled. r=remote-protocol-reviewers,maja_zf
Henrik Skupin <mail@hskupin.info> - Tue, 19 Nov 2019 19:42:18 +0000 - rev 502693
Push
36822 by rmaries@mozilla.com at Wed, 20 Nov 2019 04:03:55 +0000
Bug 1597259 - [remote] Implement Page.setLifecycleEventsEnabled. r=remote-protocol-reviewers,maja_zf
Differential Revision:
https://phabricator.services.mozilla.com/D53826
b3e0ee366c004fd19d1280cc9135c71cbba15dc8: Bug 1597643 - [remote] Implement Page.frameStartedLoading. r=remote-protocol-reviewers,maja_zf
Henrik Skupin <mail@hskupin.info> - Tue, 19 Nov 2019 19:39:37 +0000 - rev 502692
Push
36822 by rmaries@mozilla.com at Wed, 20 Nov 2019 04:03:55 +0000
Bug 1597643 - [remote] Implement Page.frameStartedLoading. r=remote-protocol-reviewers,maja_zf
Differential Revision:
https://phabricator.services.mozilla.com/D53825
51204686aab60d673fdd84d088140659e7e8cd5b: Bug 1593948 - Touch clobber in configure.py instead of clobber.py; r=firefox-build-system-reviewers,chmanchester
Mike Shal <mshal@mozilla.com> - Tue, 19 Nov 2019 21:49:13 +0000 - rev 502691
Push
36822 by rmaries@mozilla.com at Wed, 20 Nov 2019 04:03:55 +0000
Bug 1593948 - Touch clobber in configure.py instead of clobber.py; r=firefox-build-system-reviewers,chmanchester
If configure is invoked manually, clobber.py is bypassed and the CLOBBER
file doesn't get touched. The clobber check in Makefile.in gets
triggered causing the build to stop.
Moving the objdir/CLOBBER file creation into configure.py should cause
it to be created regardless of how configure is invoked.
Depends on D53290
Differential Revision:
https://phabricator.services.mozilla.com/D53291
17f0413b8989af934954760ca4ceabb5a16d8c72: Bug 1449205 - Share OpenGL contexts between WebRender windows on macOS. r=sotaro
Markus Stange <mstange@themasta.com> - Tue, 19 Nov 2019 17:46:39 +0000 - rev 502690
Push
36822 by rmaries@mozilla.com at Wed, 20 Nov 2019 04:03:55 +0000
Bug 1449205 - Share OpenGL contexts between WebRender windows on macOS. r=sotaro
Differential Revision:
https://phabricator.services.mozilla.com/D53121
1b1fe528fa9b6c32ebef806b08509c9a2d12e43e: Bug 1596248 - Remove some duplicated checks, and the unused EMULATE_VM define. r=jgilbert,jrmuizel
Markus Stange <mstange@themasta.com> - Tue, 19 Nov 2019 03:14:12 +0000 - rev 502689
Push
36822 by rmaries@mozilla.com at Wed, 20 Nov 2019 04:03:55 +0000
Bug 1596248 - Remove some duplicated checks, and the unused EMULATE_VM define. r=jgilbert,jrmuizel
Differential Revision:
https://phabricator.services.mozilla.com/D52924
827e48eb21a70205b84ad3c811ca6db03e5b6f8b: Bug 1596248 - Use CreateHeadless in GLContextProviderCGL::CreateForCompositorWidget. r=jgilbert
Markus Stange <mstange@themasta.com> - Tue, 19 Nov 2019 03:49:06 +0000 - rev 502688
Push
36822 by rmaries@mozilla.com at Wed, 20 Nov 2019 04:03:55 +0000
Bug 1596248 - Use CreateHeadless in GLContextProviderCGL::CreateForCompositorWidget. r=jgilbert
Differential Revision:
https://phabricator.services.mozilla.com/D52923
4fbfff4426f27af63551139fc8d7d71ecca01d69: Bug 1596248 - Stop specifying depth buffer surface caps for WebRender. r=jgilbert
Markus Stange <mstange@themasta.com> - Tue, 19 Nov 2019 03:13:42 +0000 - rev 502687
Push
36822 by rmaries@mozilla.com at Wed, 20 Nov 2019 04:03:55 +0000
Bug 1596248 - Stop specifying depth buffer surface caps for WebRender. r=jgilbert
This setting was only respected for manually-created fake "default" framebuffers,
by code that no longer exists.
Differential Revision:
https://phabricator.services.mozilla.com/D52922
2fb40100f0fa675f1fba17b81e660a9743dafb87: Bug 1596248 - Stop specifying depth buffer attributes when creating a GLContext for WebRender. r=jgilbert
Markus Stange <mstange@themasta.com> - Tue, 19 Nov 2019 03:48:21 +0000 - rev 502686
Push
36822 by rmaries@mozilla.com at Wed, 20 Nov 2019 04:03:55 +0000
Bug 1596248 - Stop specifying depth buffer attributes when creating a GLContext for WebRender. r=jgilbert
This depth buffer would only be created for the default framebuffer, but there is
no default framebuffer on macOS (since all rendering goes into IOSurfaces), so
this attribute is ignored.
We already manually create depth buffers for the IOSurface framebuffers.
Differential Revision:
https://phabricator.services.mozilla.com/D52921
442b6daa41ae76228077895f98cefab4ddbe9c76: Bug 1596248 - Add CreateContextFlags::PREFER_MULTITHREADED and change the pref name from gl to webgl. r=jgilbert
Markus Stange <mstange@themasta.com> - Tue, 19 Nov 2019 21:49:01 +0000 - rev 502685
Push
36822 by rmaries@mozilla.com at Wed, 20 Nov 2019 04:03:55 +0000
Bug 1596248 - Add CreateContextFlags::PREFER_MULTITHREADED and change the pref name from gl to webgl. r=jgilbert
Differential Revision:
https://phabricator.services.mozilla.com/D53768
3bfe21f8500ee0257b8e0bca73a8611feb9e81f9: Bug 1596248 - Remove the pref gl.require-hardware and instead just respect CreateContextFlags::FORCE_ENABLE_HARDWARE. r=jgilbert
Markus Stange <mstange@themasta.com> - Tue, 19 Nov 2019 17:57:35 +0000 - rev 502684
Push
36822 by rmaries@mozilla.com at Wed, 20 Nov 2019 04:03:55 +0000
Bug 1596248 - Remove the pref gl.require-hardware and instead just respect CreateContextFlags::FORCE_ENABLE_HARDWARE. r=jgilbert
This seems to be what other platforms do. FORCE_ENABLE_HARDWARE is controlled by the pref webgl.force-enabled.
gl.require-hardware was only read on macOS.
Differential Revision:
https://phabricator.services.mozilla.com/D52920
d332b04a1d99c13e02411e056774f63564772f1b: Bug 1596248 - Remove any notion of single or double buffered GLContexts. r=jgilbert
Markus Stange <mstange@themasta.com> - Tue, 19 Nov 2019 03:12:28 +0000 - rev 502683
Push
36822 by rmaries@mozilla.com at Wed, 20 Nov 2019 04:03:55 +0000
Bug 1596248 - Remove any notion of single or double buffered GLContexts. r=jgilbert
This distinction is not meaningful with CoreAnimation because all rendering happens into IOSurfaces.
Differential Revision:
https://phabricator.services.mozilla.com/D52919
60f93190c588d63248631a3b12c1f03a20c75c42: Bug 1596248 - Remove unused GLContextProvider::CreateForWindow. r=jgilbert
Markus Stange <mstange@themasta.com> - Tue, 19 Nov 2019 03:12:13 +0000 - rev 502682
Push
36822 by rmaries@mozilla.com at Wed, 20 Nov 2019 04:03:55 +0000
Bug 1596248 - Remove unused GLContextProvider::CreateForWindow. r=jgilbert
Differential Revision:
https://phabricator.services.mozilla.com/D52918
5a778da8ea816bb2ca47106ff91fbed1f33e1172: Bug 1596248 - Don't treat CompositorOGL coordinates differently in offscreen GL contexts. r=jgilbert
Markus Stange <mstange@themasta.com> - Tue, 19 Nov 2019 03:11:58 +0000 - rev 502681
Push
36822 by rmaries@mozilla.com at Wed, 20 Nov 2019 04:03:55 +0000
Bug 1596248 - Don't treat CompositorOGL coordinates differently in offscreen GL contexts. r=jgilbert
This code was trying to not render things upside down when rendering to offscreen contexts.
But this code path was never used and it wasn't fully working.
I would like to make our compositor contexts go through GLContextProviderCGL::CreateHeadless,
which creates an "offscreen" GLContext, so now this broken code is kicking in. Let's remove it.
Differential Revision:
https://phabricator.services.mozilla.com/D52917
c58aa1b00988718389d5448a9cddf2ff1f7a3d8b: Bug 1592369 - Set [orient], [pack], [dir], and [align] styles with CSS instead of reading the XUL layout attributes r=NeilDeakin
Brian Grinstead <bgrinstead@mozilla.com> - Tue, 19 Nov 2019 20:30:54 +0000 - rev 502680
Push
36822 by rmaries@mozilla.com at Wed, 20 Nov 2019 04:03:55 +0000
Bug 1592369 - Set [orient], [pack], [dir], and [align] styles with CSS instead of reading the XUL layout attributes r=NeilDeakin
Differential Revision:
https://phabricator.services.mozilla.com/D51013
cf30ec111af997c5af52ee427befdfe67b33e59e: Bug 1410412 implement browser setting onChange event r=zombie
Shane Caraveo <scaraveo@mozilla.com> - Tue, 19 Nov 2019 17:26:13 +0000 - rev 502679
Push
36822 by rmaries@mozilla.com at Wed, 20 Nov 2019 04:03:55 +0000
Bug 1410412 implement browser setting onChange event r=zombie
Differential Revision:
https://phabricator.services.mozilla.com/D51324
c3606c9d2d1736012f7f2f5be26c90397327bdc2: Bug 1595623: [firefox-ci] Update gcp workers to use new names; r=coop
Tom Prince <mozilla@hocat.ca> - Tue, 19 Nov 2019 19:44:20 +0000 - rev 502678
Push
36822 by rmaries@mozilla.com at Wed, 20 Nov 2019 04:03:55 +0000
Bug 1595623: [firefox-ci] Update gcp workers to use new names; r=coop
Differential Revision:
https://phabricator.services.mozilla.com/D53856
c59883012b35833cca413bdd5f660b886d912072: Bug 1592369 - Rewrite [align="left"] to [align="start"] and [align="right"] to [align="end"] in XUL elements r=NeilDeakin
Brian Grinstead <bgrinstead@mozilla.com> - Tue, 19 Nov 2019 20:30:34 +0000 - rev 502677
Push
36822 by rmaries@mozilla.com at Wed, 20 Nov 2019 04:03:55 +0000
Bug 1592369 - Rewrite [align="left"] to [align="start"] and [align="right"] to [align="end"] in XUL elements r=NeilDeakin
Differential Revision:
https://phabricator.services.mozilla.com/D51164
a066931fc331c4511871812cffa4cab7de7169f6: Backed out changeset 262d5c44d7a7 (bug 1596980) for causing browser_ext_urlbar_engagementTelemetry.js to permafail CLOSED TREE
Ciure Andrei <aciure@mozilla.com> - Wed, 20 Nov 2019 00:08:59 +0200 - rev 502676
Push
36822 by rmaries@mozilla.com at Wed, 20 Nov 2019 04:03:55 +0000
Backed out changeset 262d5c44d7a7 (
bug 1596980) for causing browser_ext_urlbar_engagementTelemetry.js to permafail CLOSED TREE
9fe3bf81d49ddf2426e53bb5276d022e7fcb0a59: Backed out changeset 11f48aaae955 (bug 1481916) for causing l10 bumper exceptions CLOSED TREE
Ciure Andrei <aciure@mozilla.com> - Tue, 19 Nov 2019 23:45:43 +0200 - rev 502675
Push
36822 by rmaries@mozilla.com at Wed, 20 Nov 2019 04:03:55 +0000
Backed out changeset 11f48aaae955 (
bug 1481916) for causing l10 bumper exceptions CLOSED TREE
34cf9c1d48c91b17c2def4b48c6d661b02e852c0: no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD
Mozilla Releng Treescript <release+treescript@mozilla.org> - Tue, 19 Nov 2019 21:19:21 +0000 - rev 502674
Push
36821 by rmaries@mozilla.com at Wed, 20 Nov 2019 03:58:07 +0000
no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD
ach -> 469c7f781caf
af -> b12abcabe834
an -> 127912670eb1
ar -> f0bf77497da7
ast -> 30bd68198146
az -> 5214357dac43
be -> cf1532b12fb0
bg -> df571445865c
bn -> 82e4dabf750c
bo -> removed
br -> dfbb7cf79cf1
brx -> removed
bs -> 1cebe0655b5e
ca -> 033e152ca89f
ca-valencia -> 77747d0fe818
cak -> bc4068ad3aa4
cs -> 6c21b2bb3354
cy -> 953d9d77179a
da -> 6ff68a995560
de -> 64a6464a9310
dsb -> bad28a066b96
el -> f05e946ab3ac
en-CA -> 7bf630208ba8
en-GB -> a163b7571caf
eo -> 908eda66ffda
es-AR -> 5c8e7086308f
es-CL -> d14d04068ef6
es-ES -> 50f49b7b09ca
es-MX -> 84ab69fbf35a
et -> 18da227f7d7e
eu -> 0f2ab81a2ece
fa -> 675c6df9f58c
ff -> b8ee5acf7afa
fi -> 6296686ced4a
fr -> 6477c6134e73
fy-NL -> f94ee08418ba
ga-IE -> a2c056e37367
gd -> 0a077b575789
gl -> 6950ec9f3fbd
gn -> 24d53850587d
gu-IN -> 0be36b092257
he -> 616446418b87
hi-IN -> 774666a61478
hr -> 808cdd5496c9
hsb -> 55ddeffe73d2
hu -> dea90d38eadb
hy-AM -> fac1ef5e9362
ia -> 1dbc1dab8044
id -> 5d9abf5e6e24
is -> 6d17e3b009ac
it -> 8c618363cbc0
ja -> 639e80dfc1d4
ja-JP-mac -> a4718583f80a
ka -> 74066bcc79f5
kab -> f54a1f2d63b1
kk -> bcfa5562a9f0
km -> 78e69ce8246a
kn -> 05809ed2f309
ko -> 318025753662
lij -> 65df6f09224b
lo -> removed
lt -> a15b98602633
ltg -> removed
lv -> f1e774820534
mk -> c7226f9fb318
mr -> ba708052256c
ms -> a8fb9e7df6c3
my -> 1227f1c01de8
nb-NO -> 3bdc61173042
ne-NP -> 4fb8d454247e
nl -> 1cba8ab231c1
nn-NO -> d6f6550a381e
oc -> 9ad9da6a0536
pa-IN -> 1b6f0dcc7e3e
pl -> 8b89d8e2e56c
pt-BR -> aa0f0ddf5055
pt-PT -> 00e6f6b41df4
rm -> 90cd4fe11a56
ro -> 2bd96a425e1e
ru -> 4b60f765fe48
si -> 7c1e4842b1e1
sk -> bed9a104673d
sl -> 6e7296a71a19
son -> fe5e5f07dcc1
sq -> 9c6720f8191c
sr -> 3a4de31779b3
sv-SE -> bf65bad80713
ta -> bdeafd184201
te -> 33de90ea6996
th -> 3a1f5f21fa43
tl -> cc9a19dd9d78
tr -> e994e3cbad2b
trs -> 3084d379d644
uk -> d05f1dfd950c
ur -> dfca2926da7e
uz -> 64173031d72f
vi -> 892503796d63
wo -> removed
xh -> fee7c6feb754
zh-CN -> 4df6f3b0d64f
zh-TW -> 7967425f6dd6