1a6f9251c41f32feca557aa9f9ace21070bf803e: Bug 1491808 - [Linux/CSD/Titlebar] Force toplevel window repaint when titlebar rendering is enabled and its state changes, r=bzbarsky
Martin Stransky <stransky@redhat.com> - Mon, 03 Dec 2018 12:48:52 +0000 - rev 505688
Push
10301 by archaeopteryx@coole-files.de at Thu, 06 Dec 2018 16:36:14 +0000
Bug 1491808 - [Linux/CSD/Titlebar] Force toplevel window repaint when titlebar rendering is enabled and its state changes, r=bzbarsky
Titlebar (StyleAppearance::MozWindowTitlebar) style depends on toplevel window focus
and we need to redraw it when toplevel window focus changes.
Unfortunately according to https://gitlab.gnome.org/GNOME/gtk/issues/1395
the toplevel window focus can't be used here as we can have active but unfocused
toplevel window during drag & drop.
Gtk+ controls window active appearance by window-state-event signal
but gecko uses focus-in/out signals, so we need to repaint the titlebar
when window-state-event comes *after* focus-in/out signals.
We can't call mWidgetListener->WindowActivated() (and WindowDeactivated())
as it was already called from focus-in/out handlers before window-state-event.
Depends on D13051
Differential Revision:
https://phabricator.services.mozilla.com/D13052
d1fc8c77ad7fc8098a798cb0df05587d7f374b95: Bug 1491808 - Listen on window-state-event to set titlebar active/inactive state, r=jhorak
Martin Stransky <stransky@redhat.com> - Mon, 03 Dec 2018 12:48:35 +0000 - rev 505687
Push
10301 by archaeopteryx@coole-files.de at Thu, 06 Dec 2018 16:36:14 +0000
Bug 1491808 - Listen on window-state-event to set titlebar active/inactive state, r=jhorak
This is a workaround for https://gitlab.gnome.org/GNOME/gtk/issues/1395
Gtk+ controls window active appearance by window-state-event signal
but gecko uses focus-in/out signals.
So we need to set the the titlebar state
when window-state-event comes *after* focus-in/out signals.
Differential Revision:
https://phabricator.services.mozilla.com/D13051
7670b6ce33a4b3ad15ff3dc1ec3bfb9349cec19b: Backed out 4 changesets (bug 1503393) for failing various browser-chrome tests, e.g. browser_extension_controlled.js. CLOSED TREE
Sebastian Hengst <archaeopteryx@coole-files.de> - Mon, 03 Dec 2018 17:28:06 +0200 - rev 505686
Push
10301 by archaeopteryx@coole-files.de at Thu, 06 Dec 2018 16:36:14 +0000
Backed out 4 changesets (
bug 1503393) for failing various browser-chrome tests, e.g. browser_extension_controlled.js. CLOSED TREE
Backed out changeset 52e8ef71af9b (
bug 1503393)
Backed out changeset 7878029aaba6 (
bug 1503393)
Backed out changeset 02e383b73c97 (
bug 1503393)
Backed out changeset 49428012434e (
bug 1503393)
52e8ef71af9b837be53b294d09381d70c5efceba: bug 1503393 - adjust tests for localhost proxying r=mayhemer
Daniel Stenberg <daniel@haxx.se> - Mon, 03 Dec 2018 16:28:14 +0200 - rev 505685
Push
10301 by archaeopteryx@coole-files.de at Thu, 06 Dec 2018 16:36:14 +0000
bug 1503393 - adjust tests for localhost proxying r=mayhemer
Fix test_proxy-failover_canceled and browser_firstPartyIsolation
7878029aaba609b5433d3eea98873a450cf2cb62: Bug 1503393 - Make 'no proxy' field editable r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com> - Mon, 03 Dec 2018 16:27:50 +0200 - rev 505684
Push
10301 by archaeopteryx@coole-files.de at Thu, 06 Dec 2018 16:36:14 +0000
Bug 1503393 - Make 'no proxy' field editable r=jaws
02e383b73c971e656097b3040e9cc523039018d6: bug 1503393 - verify default localhost not-proxied with PAC r=mayhemer
Daniel Stenberg <daniel@haxx.se> - Mon, 03 Dec 2018 16:27:29 +0200 - rev 505683
Push
10301 by archaeopteryx@coole-files.de at Thu, 06 Dec 2018 16:36:14 +0000
bug 1503393 - verify default localhost not-proxied with PAC r=mayhemer
49428012434e379316f2d831a088a27cf1b429ee: bug 1503393 - never let "localhost" get sent to a proxy r=mayhemer
Daniel Stenberg <daniel@haxx.se> - Mon, 03 Dec 2018 16:27:11 +0200 - rev 505682
Push
10301 by archaeopteryx@coole-files.de at Thu, 06 Dec 2018 16:36:14 +0000
bug 1503393 - never let "localhost" get sent to a proxy r=mayhemer
f349e5a7d515306dcfa5d0b9eb62f676873e8e78: Bug 1511011 - Clean up wayland subsurface creation/management, r=jhorak
Martin Stransky <stransky@redhat.com> - Mon, 03 Dec 2018 13:06:21 +0000 - rev 505681
Push
10301 by archaeopteryx@coole-files.de at Thu, 06 Dec 2018 16:36:14 +0000
Bug 1511011 - Clean up wayland subsurface creation/management, r=jhorak
- Don't create wl_subsurface in map event but rather when it's requested by compositor.
- Don't create wl_surface at nsWindow::OnExposeEvent but check ready_to_draw instead.
- Rename parent_surface_committed_handler to frame_clock_after_paint_handler.
- Rename parent_surface_committed to ready_to_draw.
- Rename needs_clear to surface_needs_clear.
Depends on D13404
Differential Revision:
https://phabricator.services.mozilla.com/D13405
819a462d5dd04f30bc50b47d9e10930ae7b1c627: Bug 1511011 - Removed moz_container_move as it's not used, r=jhorak
Martin Stransky <stransky@redhat.com> - Mon, 03 Dec 2018 13:06:17 +0000 - rev 505680
Push
10301 by archaeopteryx@coole-files.de at Thu, 06 Dec 2018 16:36:14 +0000
Bug 1511011 - Removed moz_container_move as it's not used, r=jhorak
Differential Revision:
https://phabricator.services.mozilla.com/D13404
ccf502c02f51b2a3ab97a153902aa050a1b96cbc: Bug 1511660 - Update webrender to commit a1758f0fc17a71c8d53387be5e9da42495ee11ae (WR PR #3380). r=kats
WR Updater Bot <graphics-team@mozilla.staktrace.com> - Mon, 03 Dec 2018 13:06:45 +0000 - rev 505679
Push
10301 by archaeopteryx@coole-files.de at Thu, 06 Dec 2018 16:36:14 +0000
Bug 1511660 - Update webrender to commit a1758f0fc17a71c8d53387be5e9da42495ee11ae (WR PR #3380). r=kats
https://github.com/servo/webrender/pull/3380
Differential Revision:
https://phabricator.services.mozilla.com/D13674
b41192e679458ff4fcea290f8dd06326fd828ca1: No Bug, mozilla-central repo-update HSTS HPKP remote-settings - a=repo-update r=RyanVM
ffxbld <ffxbld@mozilla.com> - Mon, 03 Dec 2018 12:52:08 +0000 - rev 505678
Push
10301 by archaeopteryx@coole-files.de at Thu, 06 Dec 2018 16:36:14 +0000
No Bug, mozilla-central repo-update HSTS HPKP remote-settings - a=repo-update r=RyanVM
Differential Revision:
https://phabricator.services.mozilla.com/D13670
b46490e922b4b404359830f21aa1f01097201335: Bug 1492070, update mach command for compare-locales, #firefox-build-system-reviewers r=firefox-build-system-reviewers,ted
Axel Hecht <axel@pike.org> - Mon, 03 Dec 2018 12:08:31 +0000 - rev 505677
Push
10301 by archaeopteryx@coole-files.de at Thu, 06 Dec 2018 16:36:14 +0000
Bug 1492070, update mach command for compare-locales, #firefox-build-system-reviewers r=firefox-build-system-reviewers,ted
Differential Revision:
https://phabricator.services.mozilla.com/D11902
408d885bc1319299823b56584b10a2e0cf30c559: Bug 1492070, update l10n python libraries, r=stas
Axel Hecht <axel@pike.org> - Mon, 03 Dec 2018 12:03:59 +0000 - rev 505676
Push
10301 by archaeopteryx@coole-files.de at Thu, 06 Dec 2018 16:36:14 +0000
Bug 1492070, update l10n python libraries, r=stas
update fluent.syntax to 0.9.0
update compare-locales to 5.0.2
update fluent.migrate to https://hg.mozilla.org/l10n/fluent-migration/rev/3877312dc1f4
This includes migration-specific fixes for bugs 1491591, 1491833, 1491859, 1496127
All of these changes have been reviewed before in their respective upstream
repositories.
Differential Revision:
https://phabricator.services.mozilla.com/D11861
147a524d090bd96e16642c53062908bc8ab039f6: No Bug, taskcluster/docker/funsize-update-generator pipfile-update. r=sfraser
ffxbld <ffxbld@mozilla.com> - Mon, 03 Dec 2018 12:04:22 +0000 - rev 505675
Push
10301 by archaeopteryx@coole-files.de at Thu, 06 Dec 2018 16:36:14 +0000
No Bug, taskcluster/docker/funsize-update-generator pipfile-update. r=sfraser
Differential Revision:
https://phabricator.services.mozilla.com/D13667
5e2fad03c885961363aa136290e69df9009f4726: Bug 1507543 - Spellchecker for contenteditable/design-mode should not run without focus; r=m_kato
Edgar Chen <echen@mozilla.com> - Mon, 03 Dec 2018 11:20:09 +0000 - rev 505674
Push
10301 by archaeopteryx@coole-files.de at Thu, 06 Dec 2018 16:36:14 +0000
Bug 1507543 - Spellchecker for contenteditable/design-mode should not run without focus; r=m_kato
Differential Revision:
https://phabricator.services.mozilla.com/D12875
1f6ce017121d550726ffa75b9880e3ba76009205: Automatic version bump CLOSED TREE NO BUG a=release DONTBUILD
Mozilla Releng Treescript <release+treescript@mozilla.org> - Tue, 04 Dec 2018 19:46:27 +0000 - rev 505673
Push
10300 by ffxbld at Tue, 04 Dec 2018 19:46:37 +0000
Automatic version bump CLOSED TREE NO BUG a=release DONTBUILD
002917d5ac549e47ab8f7f9a10e5b4e3f57dd007: No bug - Tagging 34fd146e3a2cae7f729e04d2048cc176958505b0 with DEVEDITION_65_0b1_RELEASE a=release CLOSED TREE DONTBUILD
Mozilla Releng Treescript <release+treescript@mozilla.org> - Tue, 04 Dec 2018 19:46:23 +0000 - rev 505672
Push
10300 by ffxbld at Tue, 04 Dec 2018 19:46:37 +0000
No bug - Tagging 34fd146e3a2cae7f729e04d2048cc176958505b0 with DEVEDITION_65_0b1_RELEASE a=release CLOSED TREE DONTBUILD
b852717708afe64259fc175c40c3550b89964b2c: No bug - Tagging cfb1a45b322e63746074f79741837063fc3651e0 with FENNEC_64_0b15_RELEASE a=release CLOSED TREE DONTBUILD
Mozilla Releng Treescript <release+treescript@mozilla.org> - Tue, 04 Dec 2018 18:18:32 +0000 - rev 505671
Push
10299 by ffxbld at Tue, 04 Dec 2018 18:18:42 +0000
No bug - Tagging cfb1a45b322e63746074f79741837063fc3651e0 with FENNEC_64_0b15_RELEASE a=release CLOSED TREE DONTBUILD
88f8cfa6a9779f248362ce316b59f9897a2322e9: No bug - Tagging 34fd146e3a2cae7f729e04d2048cc176958505b0 with DEVEDITION_65_0b1_BUILD2 a=release CLOSED TREE DONTBUILD
Mozilla Releng Treescript <release+treescript@mozilla.org> - Tue, 04 Dec 2018 16:26:35 +0000 - rev 505670
Push
10298 by ffxbld at Tue, 04 Dec 2018 16:26:44 +0000
No bug - Tagging 34fd146e3a2cae7f729e04d2048cc176958505b0 with DEVEDITION_65_0b1_BUILD2 a=release CLOSED TREE DONTBUILD
34fd146e3a2cae7f729e04d2048cc176958505b0: Bug 1511988 - Convert aboutNetworking.ftl to LF line ending r=Pike a=release-bustage on CLOSED TREE
DEVEDITION_65_0b1_BUILD2 DEVEDITION_65_0b1_RELEASE
Francesco Lodolo (:flod) <flod@lodolo.net> - Tue, 04 Dec 2018 10:12:32 -0500 - rev 505669
Push
10297 by Callek@gmail.com at Tue, 04 Dec 2018 15:15:09 +0000
Bug 1511988 - Convert aboutNetworking.ftl to LF line ending r=Pike a=release-bustage on CLOSED TREE
Differential Revision:
https://phabricator.services.mozilla.com/D13730