Bogdan Tara
6460d5d8d7
Backed out changeset f38ce082341e (bug 1506913) for browser_ext_themes_findbar.js failures CLOSED TREE
2019-04-10 19:35:03 +03:00
Tim Nguyen
2facc8da36
Bug 1506913 - Don't apply theme colors on findbar when theme has a header image. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D25538
--HG--
extra : moz-landing-system : lando
2019-04-10 15:07:21 +00:00
Bogdan Tara
b9b45ca909
Backed out changeset 6ce615da7b68 (bug 1506913) for browser_ext_themes_findbar.js failures CLOSED TREE
2019-04-10 17:38:34 +03:00
Tim Nguyen
c45a5e3ce2
Bug 1506913 - Don't apply theme colors on findbar when theme has a header image. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D25538
--HG--
extra : moz-landing-system : lando
2019-04-10 09:52:55 +00:00
Dão Gottwald
92ef5c0898
Bug 1536788 - Reduce width of border between tabs and nav bar from 1 CSS pixel to 1 device pixel. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D24173
--HG--
extra : moz-landing-system : lando
2019-03-21 14:01:58 +00:00
Yura Zenevich
606062c062
Bug 1506510 - add/fix keyboard focus styling for notification and blocked permission icon buttons. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D23557
--HG--
extra : moz-landing-system : lando
2019-03-15 16:01:43 +00:00
Yura Zenevich
d251333222
Bug 1506510 - add keyboard focus styling for toolbar/urlbar buttons. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D19958
--HG--
extra : moz-landing-system : lando
2019-03-15 04:35:09 +00:00
Brindusan Cristian
180e9fc040
Backed out changeset fffb4b5030da (bug 1506510) for bc failures at browser_popupNotification_keyboard.js. CLOSED TREE
2019-03-13 18:21:01 +02:00
Yura Zenevich
5ada95460e
Bug 1506510 - add keyboard focus styling for toolbar/urlbar buttons. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D19958
--HG--
extra : moz-landing-system : lando
2019-03-13 14:31:37 +00:00
Dão Gottwald
0f913a9f9c
Bug 1524561 - Quantumbar: add accessibility semantics. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D22469
--HG--
extra : moz-landing-system : lando
2019-03-08 13:42:11 +00:00
Shane Caraveo
3fb3b1e418
Bug 1527127 update addon panel text for private windows r=flod,Gijs,mstriemer,rpl
...
Differential Revision: https://phabricator.services.mozilla.com/D19845
--HG--
extra : moz-landing-system : lando
2019-02-27 20:05:38 +00:00
Dão Gottwald
360afebe78
Bug 1522784 - Adjust Quantumbar font-sizes and row padding to better match the Awesomebar. r=ntim
...
Differential Revision: https://phabricator.services.mozilla.com/D18943
--HG--
extra : moz-landing-system : lando
2019-02-08 10:59:32 +00:00
Tim Nguyen
60a5143df0
Bug 1241885 - Implement support for -moz-window-dragging in GTK and remove toolkit toolbar-drag binding. r=dao,bzbarsky,stransky
...
The restriction preventing fullscreen windows from being dragged is removed.
Differential Revision: https://phabricator.services.mozilla.com/D15075
--HG--
extra : moz-landing-system : lando
2019-01-18 22:42:24 +00:00
Andreea Pavel
95431afe85
Backed out 1 changesets (bug 1241885) for build bustages on a CLOSED TREE
...
Backed out changeset 176be7000d33 (bug 1241885)
2019-01-18 23:49:55 +02:00
Tim Nguyen
495df7ddea
Bug 1241885 - Implement support for -moz-window-dragging in GTK and remove toolkit toolbar-drag binding. r=dao,bzbarsky,stransky
...
The restriction preventing fullscreen windows from being dragged is removed.
Differential Revision: https://phabricator.services.mozilla.com/D15075
--HG--
extra : moz-landing-system : lando
2019-01-18 16:51:08 +00:00
Martin Stransky
8ddc948f81
Bug 1433667 - Honour system titlebar button left/right placement, r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D16466
--HG--
extra : moz-landing-system : lando
2019-01-18 13:52:29 +00:00
Ricky Rosario
1371950808
Bug 1514352 - Add "hidden focus" functionality to URLbar r=adw
...
Adds hiddenFocus() and removeHiddenFocus() methods and some CSS selector tweaking to enable focusing without visible changes.
MozReview-Commit-ID: Dq66TET4AVR
Differential Revision: https://phabricator.services.mozilla.com/D14733
--HG--
extra : moz-landing-system : lando
2018-12-18 00:38:21 +00:00
Mike Conley
e1d917279b
Bug 1508954 - Avoid accidentally overriding rules that collapse toolbars when in fullscreen mode. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D12585
--HG--
extra : moz-landing-system : lando
2018-11-22 15:37:36 +00:00
Tim Nguyen
f3c3251f9d
Bug 1468517 - Make toolbar_bottom_separator color apply to findbar top border. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D11577
--HG--
extra : moz-landing-system : lando
2018-11-18 18:16:52 +00:00
Brian Grinstead
de723eccb2
Bug 1500424 - Remove customizable ui toolbar-drag binding;r=Gijs
...
It was almost identical to the toolkit version, only missing a [customizing=true]
check to prevent drag. Since Customization only happens in browser/ we are able
to replace the toolkit version with the CUI version, and then remove the CUI version.
The `#toolbar-menubar:not([autohide="true"])` selector will fall back to the
`toolbar[type="menubar"]` selector in global.css to apply the toolkit one, so
that is removed from browser.css.
Differential Revision: https://phabricator.services.mozilla.com/D12146
--HG--
extra : moz-landing-system : lando
2018-11-16 17:50:04 +00:00
Dão Gottwald
5265a3bfd3
Bug 1507096 - Move --space-above-tabbar padding from #TabsToolbar to #TabsToolbar > .toolbar-items r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D11863
--HG--
extra : moz-landing-system : lando
2018-11-15 16:23:10 +00:00
Dão Gottwald
d6719bd5bc
Bug 1506190 - Make title bar items not overlap the border between the tab bar and the nav bar. r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D11498
--HG--
extra : moz-landing-system : lando
2018-11-14 16:53:51 +00:00
Dão Gottwald
f6061f385f
Bug 1506341 - Let the autohiding menu bar match the tab bar's height. r=stransky
...
Differential Revision: https://phabricator.services.mozilla.com/D11550
--HG--
extra : moz-landing-system : lando
2018-11-13 11:53:32 +00:00
Dorel Luca
17253c6f93
Merge mozilla-central to mozilla-inbound
2018-11-09 19:41:24 +02:00
Mike Conley
6fa2757fef
Bug 1503272 - Hide the visibility of the titlebar when using lightweight themes with the Linux GTK theme. r=dao
...
This allows us to take advantage of the padding that the titlebar gets with the
-moz-window-titlebar / -moz-window-titlebar-maximized, but also allows us to
bypass the background texture applied to it.
We were doing this before, but it got removed in bug 1356920. Bug 1498356 was
originally landed as part of a more elaborate solution to this background texture
problem, and this patch makes bug 1498356 no longer necessary.
Differential Revision: https://phabricator.services.mozilla.com/D11429
--HG--
extra : moz-landing-system : lando
2018-11-09 07:58:08 +00:00
Dão Gottwald
6dda6f1766
Bug 1505801 - Use --lwt-accent-color behind --toolbar-bgcolor in the find bar background. r=ntim
...
--HG--
extra : rebase_source : 13b8fb97d8afdffcdb62691bb11045ebbf2f28b7
2018-11-09 11:44:15 +01:00
Csoregi Natalia
c6f2eb772c
Backed out changeset e83fe676d538 (bug 1505801) for failures on /browser_ext_themes_findbar.js. CLOSED TREE
2018-11-08 22:05:24 +02:00
Dão Gottwald
8ae5795140
Bug 1505801 - Use --lwt-accent-color behind --toolbar-bgcolor in the find bar background. r=ntim
...
Differential Revision: https://phabricator.services.mozilla.com/D11348
--HG--
extra : moz-landing-system : lando
2018-11-08 17:43:23 +00:00
Tim Nguyen
2d9d74604a
Bug 1504156 - Further dim --arrowpanel-dimmed and --arrowpanel-dimmed-further variables on light themes. r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D11192
--HG--
extra : moz-landing-system : lando
2018-11-07 17:58:44 +00:00
Martin Stransky
498c306d13
Bug 1501161 - Set transparent titlebar background for normal sizemode only, r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D11103
--HG--
extra : moz-landing-system : lando
2018-11-06 20:47:47 +00:00
Mike Conley
b457d05277
Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
...
Folded together the following revisions:
Bug 1356920 - Remove all toolbar layout code from browser-tabsintitlebar. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D7805
***
Bug 1356920 - Move TabsToolbar and toolbar-menubar into the titlebar, and put the titlebar into the navigator-toolbox. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D7806
***
Bug 1356920 - Put a spacer in the menubar to push titlebar items to the end, and stop the menu from stretching vertically. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D7822
***
Bug 1356920 - Adjust CSS rules for new XUL document structure. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D7807
***
Bug 1356920 - Fix placement of tracking protection icon. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D7808
***
Bug 1356920 - Get rid of the spacer before the window caption buttons now in the TabsToolbar. r=dao
The spacer isn't necessary, since the tabbrowser-tabs node will flex to fill the available
space anyways.
Differential Revision: https://phabricator.services.mozilla.com/D7809
***
Bug 1356920 - Move movingtab attribute to navigator-toolbox to account for TabsToolbar not being a sibling of nav-bar anymore. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D7810
***
Bug 1356920 - Hide the window caption buttons hbox if the native titlebar is being drawn. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D7811
***
Bug 1356920 - Keep the macOS window caption buttons vertically centered when drag space is enabled. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D7812
***
Bug 1356920 - Switch window caption XUL nodes from IDs to classes so that more than one can exist per doc. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D7813
***
Bug 1356920 - Move titlebar items out into a preprocessed file to be included at build-time. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D7814
***
Bug 1356920 - Reorganize TabsToolbar contents to force most items to the bottom of it. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D9669
***
Bug 1356920 - Update CSS to account for new DOM structure under TabsToolbar. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D9670
***
Bug 1356920 - Fix titlebar button rendering when using a lwtheme without the Windows compositor. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D9671
***
Bug 1356920 - Put an ordinal rule on the window caption buttons to help ensure they stay at the end of the toolbar. r=dao
This is to ensure that the buttons are placed after the post-tabs titlebar placeholder.
Differential Revision: https://phabricator.services.mozilla.com/D7815
***
Bug 1356920 - Stretch window caption buttons to fill vertical space on Windows 8+ when using extra drag space. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D7817
***
Bug 1356920 - Update onViewToolbarsPopupShowing to search for toolbars that are grandchildren of the toolbox. r?jaws
Differential Revision: https://phabricator.services.mozilla.com/D7818
***
Bug 1356920 - Hide the titlebar items in the TabsToolbar if the menubar is being displayed. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D7825
***
Bug 1356920 - Fix selector for titlebar. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D7826
***
Bug 1356920 - Fix titlebar themeing on Linux. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D7828
***
Bug 1356920 - Remove browser-tabsintitlebar layout flushes from performance test whitelist. r?florian
Differential Revision: https://phabricator.services.mozilla.com/D7829
***
Bug 1356920 - Fix bottom border of tabbar to account for new DOM structure. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D7830
***
Bug 1356920 - Hide the titlebar-buttonbox-container when in fullscreen mode. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D7833
--HG--
extra : rebase_source : fe4acce0443df2fad8e15bf54733b7d810cdd2ca
2018-10-25 12:03:14 -04:00
Dão Gottwald
6d8acf957f
Bug 1503022 - Refactor window and toolbar color handling and make the Dark and Light themes honor the Windows 10 accent color setting. r=ntim
...
Differential Revision: https://phabricator.services.mozilla.com/D10736
--HG--
extra : moz-landing-system : lando
2018-11-02 17:00:46 +00:00
Martin Stransky
89822d9f40
Bug 1493145 - [CSD] Enable round corners by default by -moz-gtk-csd-transparent-background media query, r=dao
...
Replace mozilla.widget.use-argb-visuals pref by -moz-gtk-csd-transparent-background media query at browser.css
to draw transparent background. The media query is set by toolkit code and enabled when compatible
window manager is detected.
Differential Revision: https://phabricator.services.mozilla.com/D6658
--HG--
extra : moz-landing-system : lando
2018-09-25 11:53:04 +00:00
Jared Wein
d783e3ca71
Bug 1476852 - Implement keyboard selection for multiselect tabs. r=Gijs,Jamie
...
To use this (Windows/Linux instructions), press Ctrl+L to give focus to the location bar. Shift+Tab to move focus backwards to the tab.
Ctrl+Left/Ctrl+Right to change which tab is focused
Ctrl+Space to add/remove a tab from the multiselection
Moving a tab has been changed from Ctrl+Left/Ctrl+Right to Ctrl+Shift+Left/Ctrl+Shift+Right, respectively.
Differential Revision: https://phabricator.services.mozilla.com/D4670
--HG--
extra : moz-landing-system : lando
2018-09-24 20:36:59 +00:00
Dão Gottwald
7dee39df6f
Bug 1477985 - Implement basic UrlbarInput and UrlbarView classes and a hidden pref for using them. r=standard8
2018-09-13 18:38:07 +02:00
Dorel Luca
8bbbdd9f43
Backed out changeset f105be1abab0 (bug 1477985) for browser-chrome failures on browser/base/content/test/performance/browser_urlbar_search.js. CLOSED TREE
2018-09-12 22:59:14 +03:00
Dão Gottwald
aaa06ffd2d
Bug 1477985 - Implement basic UrlbarInput and UrlbarView classes and a hidden pref for using them. r=standard8
2018-09-12 20:47:03 +02:00
Prathiksha
7c41699357
Bug 1438857 - Remove the Flash plugin infobar. r=Felipe
...
Remove Flash plugin infobar code.
Differential Revision: https://phabricator.services.mozilla.com/D2943
--HG--
extra : moz-landing-system : lando
2018-09-06 14:50:16 +00:00
Martin Stransky
848e86f0f6
Bug 1408360 - Make toplevel window transparent when mozilla.widget.titlebar-theme-round-corners is set, r=dao
...
Some Gtk+ themes use non-rectangular toplevel windows. To fully support
such themes we need to make toplevel window transparent with ARGB visual
and make background of toplevel window transparent.
It may cause performance issue so let's disable it by default and
put it under a preference to allow distros to enable it per default theme.
Depends on D4665
Differential Revision: https://phabricator.services.mozilla.com/D4667
--HG--
extra : moz-landing-system : lando
2018-09-06 11:54:25 +00:00
Tim Nguyen
b12af34f41
Bug 1484891 - Consolidate browser sidebar styling. r=dao
2018-08-23 14:13:30 +01:00
Dão Gottwald
295e171195
Bug 1487344 - Add common class for main browser window toolbars and replace #navigator-toolbox > toolbar selectors. r=mconley
2018-08-30 12:13:58 +02:00
Dão Gottwald
17bfe80ec1
Bug 1485256 - Use photon red for the fullscreen window close button. r=ntim
...
--HG--
extra : rebase_source : 8aa8dd600dfc45b520b0a378ea098057b2f74eef
2018-08-22 07:38:03 +02:00
Dão Gottwald
2a827026aa
Bug 1484422
- Clean up fullscreen window controls styling. r=ntim
2018-08-21 12:05:26 +02:00
Dão Gottwald
34db588af8
Bug 1483887 - Copy fullscreen window controls styling from Windows. r=ntim
2018-08-17 14:36:19 +02:00
Paolo Amadini
bf4924de4a
Bug 1421433 - Load the "global.css" and "browser.css" skin stylesheets earlier. r=dao
...
MozReview-Commit-ID: JbEHlM9XpFs
--HG--
extra : rebase_source : 4804ce5fec16b5e03aa4663f0e1462dd43305ab3
extra : intermediate-source : 1efb74e05dc52cfb62b94c6acc7610feba843e8d
extra : source : 4503f56bf96f55eb665b27df95b7d5108a9f96dc
2018-07-02 08:51:05 +01:00
Dorel Luca
745adab0fd
Backed out changeset 4503f56bf96f (bug 1421433) for Browser chrome failures on browser/base/content/test/performance/browser_startup_flicker.js. CLOSED TREE
...
--HG--
extra : amend_source : 4e7ce1f236a8394a44a0b2891cdc44cbd7a042c3
2018-06-29 21:30:27 +03:00
Paolo Amadini
903a3c490b
Bug 1421433 - Load the "global.css" and "browser.css" skin stylesheets earlier. r=dao
...
MozReview-Commit-ID: JbEHlM9XpFs
--HG--
extra : rebase_source : db33416292bd218e8d8c17f897e9a7ab8dcc6236
2018-06-28 19:10:36 +01:00
Tim Nguyen
d09b472c2d
Bug 1466838 - Update --panel-separator-color for dark popups according to spec. r=dao
...
MozReview-Commit-ID: Fc9mhyeX5
--HG--
extra : rebase_source : 238ee9a289aef67db7552a0a459ce848063e53db
2018-06-06 10:27:14 +01:00
Harry Twyford
c9db70e774
Bug 1453722 - Improvements to Dark Theme search bar. r=dao
...
MozReview-Commit-ID: AH3QVBRKymc
--HG--
extra : rebase_source : d30c465bb72f11484183932633b44822e7ccddb3
2018-06-01 11:13:27 -04:00
Dão Gottwald
2ae6b628dc
Bug 1459885 - Implement new header style and lay out labels above input fields in the new bookmarks dialog. r=mak
...
MozReview-Commit-ID: 9FmGhfP9aDo
--HG--
extra : rebase_source : eaf2854b569ecb2e7c8012b65b3f0f9b94a47139
2018-05-22 12:21:52 +02:00