author | Emilio Cobos Álvarez <emilio@crisal.io> |
Wed, 23 Nov 2022 16:03:46 +0000 (2022-11-23) | |
changeset 643363 | 49cefc94b9bd58a75eb124083733caf3f90e28da |
parent 643362 | 7843a45e1a92fb33092e74e45a37dcafa40f9fc0 |
child 643364 | 36c39bc0289675bb4cb69abe425406dae534dda3 |
push id | 40428 |
push user | sstanca@mozilla.com |
push date | Thu, 24 Nov 2022 09:32:51 +0000 (2022-11-24) |
treeherder | mozilla-central@c5ab6ec39412 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | dao |
bugs | 1802142 |
milestone | 109.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/browser/base/content/browser.xhtml +++ b/browser/base/content/browser.xhtml @@ -159,18 +159,14 @@ <html:template id="customizationPanel"> <box id="customization-container" flex="1" hidden="true"><![CDATA[ #include ../../components/customizableui/content/customizeMode.inc.xhtml ]]></box> </html:template> #include fullscreen-and-pointerlock.inc.xhtml - <vbox id="browser-bottombox" layer="true"> - <!-- gNotificationBox will be added here lazily. --> - </vbox> - <html:div id="a11y-announcement" role="alert"/> <!-- Put it at the very end to make sure it's not covered by anything. --> <html:div id="fullscr-toggler" hidden="hidden"/> </html:body> </html>
--- a/browser/themes/linux/browser.css +++ b/browser/themes/linux/browser.css @@ -63,21 +63,16 @@ } #nav-bar:not([tabs-hidden="true"]) { box-shadow: 0 calc(-1 * var(--tabs-navbar-shadow-size)) 0 var(--lwt-tabs-border-color, rgba(0,0,0,.3)); /* This is needed for some toolbar button animations. Gross :( */ position: relative; } -#browser-bottombox { - /* opaque for layers optimization */ - background-color: -moz-Dialog; -} - /* Bookmark menus */ menu.bookmark-item, menuitem.bookmark-item { min-width: 0; max-width: 32em; } .bookmark-item:not(.subviewbutton) > .menu-iconic-left {
--- a/browser/themes/windows/browser.css +++ b/browser/themes/windows/browser.css @@ -167,20 +167,16 @@ } } #print-preview-toolbar:not(:-moz-lwtheme) { appearance: auto; -moz-default-appearance: toolbox; } -#browser-bottombox:not(:-moz-lwtheme) { - background-color: -moz-dialog; -} - /* Titlebar */ :root[tabsintitlebar][sizemode="normal"] #titlebar { appearance: auto; -moz-default-appearance: -moz-window-titlebar; } :root[tabsintitlebar][sizemode="maximized"] #titlebar {