Commit Graph

79 Commits

Author SHA1 Message Date
Mark Banner
8b5c6973b6 Bug 1501811 - Remove livemarks support from browserPlacesViews/treeView. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D9701

--HG--
extra : moz-landing-system : lando
2018-10-26 07:40:15 +00:00
Mark Banner
941f724d2f Bug 1494046 - Improve how the folder icon is selected on the folder list in the bookmark popup window. r=mak
Change to using an event listener to follow when the selection changes more accurately. Also switch to using GUIDs as they are better defined than indexes.

Differential Revision: https://phabricator.services.mozilla.com/D7537

--HG--
extra : moz-landing-system : lando
2018-10-23 15:52:22 +00:00
Brindusan Cristian
10b00a8313 Backed out changeset 2f1229c179d3 (bug 1494046) for browser-chrome failures in browser_bookmark_add_tags.js. CLOSED TREE 2018-10-04 13:07:28 +03:00
Mark Banner
dece7b1fd1 Bug 1494046 - Improve how the folder icon is selected on the folder list in the bookmark popup window. r=mak
Change to using an event listener to follow when the selection changes more accurately. Also switch to using GUIDs as they are better defined than indexes.

Differential Revision: https://phabricator.services.mozilla.com/D7537

--HG--
extra : moz-landing-system : lando
2018-10-04 08:54:25 +00:00
Tim Nguyen
0c68c54d3e Bug 1418602 - Allow theming sidebars. r=mconley
MozReview-Commit-ID: 97zkU7raehV

--HG--
extra : rebase_source : 02a80c78170723bf9d7d2e72834fc26850894dbc
2018-08-06 17:46:43 +01:00
Tim Nguyen
136f2e2340 Bug 1484512 - Split up places.css and only load relevant parts of it. r=dao
--HG--
rename : browser/themes/linux/places/places.css => browser/themes/linux/places/sidebar.css
rename : browser/themes/osx/places/places.css => browser/themes/osx/places/sidebar.css
rename : browser/themes/shared/places/places.inc.css => browser/themes/shared/places/sidebar.inc.css
rename : browser/themes/shared/places/tree-icons.inc.css => browser/themes/shared/places/tree-icons.css
rename : browser/themes/windows/places/places.css => browser/themes/windows/places/sidebar.css
extra : rebase_source : 14b9345e1408cf1d873f29b3c5f4ae6313afbad6
2018-08-19 10:34:33 +01:00
Tim Nguyen
aec6f53828 Bug 1483251 - Clean up bookmarks/history sidebar CSS. r=jaws
--HG--
extra : rebase_source : e44e7cbdd9f418ce5d1893906b09a0e12d24adaa
2018-08-14 17:28:16 +01:00
Dão Gottwald
8941462ca7 Bug 1470394 - Make bookmark panel width localizable. r=mak
MozReview-Commit-ID: 5vtMOxxlQH6

--HG--
extra : rebase_source : 25b8c413fe5c65d65b0d2712e299e256a5a18af6
2018-07-18 14:08:53 +02:00
Paolo Amadini
da419e0e8e Bug 1472748 - Convert the listbox in "editBookmarkPanel.inc.xul" to "richlistbox". r=mak
This uses the same event handling as the "listbox" and "listitem-checkbox" bindings that are scheduled for removal, and copies the required styles locally.

There is no need to preserve the scroll position explicitly anymore, because "richlistbox" handles scrolling like regular elements, and we don't want to persist the position when the selector is closed and reopened.

MozReview-Commit-ID: 4gYhwlprPN7

--HG--
extra : source : a92f9683c6cdaeb5541b85eb77adf46448716a7b
2018-07-13 15:37:31 +01:00
Tim Nguyen
55008c99fa Bug 1464699 - Replace PNG places icons with SVG. r=dao
MozReview-Commit-ID: FUozHoemZAB

--HG--
extra : rebase_source : 2d3471bc1bb0dc1b2cfa85a931b17a9efcc711fe
2018-05-29 20:37:48 +02:00
Brindusan Cristian
206284937b Backed out changeset 695a087bd6ea (bug 1464699) for browser chrome failures on browser_parsable_css.js CLOSED TREE 2018-05-29 20:59:40 +03:00
Tim Nguyen
8ed7dca12b Bug 1464699 - Replace PNG places icons with SVG. r=dao
MozReview-Commit-ID: GhnVDEgq1v3

--HG--
extra : rebase_source : 59447441897d83a9918f908b6cf87b040e4f9ad6
2018-05-28 00:33:25 +02: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
Dão Gottwald
8b23aaae8b Bug 1453281 - Remove obsolete menubar binding and styling. r=bgrins,Paolo
MozReview-Commit-ID: Kao3jst0DBJ

--HG--
extra : rebase_source : bed74abc9910ec22295207fdced37f6bfc1648be
2018-04-11 17:29:27 +02:00
Brendan Dahl
c52106c442 Bug 1444228 - Remove editBookmarkOverlay.xul. r=standard8
Move the main contents of editBookmarkOverlay.xul into an include file and
inline the DTD and CSS files where used. Convert several chrome tests to
browser tests since the preprocessor is hard to use within the testing
framework.


MozReview-Commit-ID: DpPBOpZSuBN

--HG--
rename : browser/components/places/content/editBookmarkOverlay.js => browser/components/places/content/editBookmark.js
rename : browser/components/places/content/editBookmarkOverlay.xul => browser/components/places/content/editBookmarkPanel.inc.xul
rename : browser/components/places/tests/chrome/test_bug427633_no_newfolder_if_noip.xul => browser/components/places/tests/browser/browser_bug427633_no_newfolder_if_noip.js
rename : browser/components/places/tests/chrome/test_bug485100-change-case-loses-tag.xul => browser/components/places/tests/browser/browser_bug485100-change-case-loses-tag.js
rename : browser/components/places/tests/chrome/test_bug631374_tags_selector_scroll.xul => browser/components/places/tests/browser/browser_bug631374_tags_selector_scroll.js
rename : browser/components/places/tests/chrome/test_editBookmarkOverlay_keywords.xul => browser/components/places/tests/browser/browser_editBookmark_keywords.js
rename : browser/components/places/tests/chrome/test_editBookmarkOverlay_tags_liveUpdate.xul => browser/components/places/tests/browser/browser_editBookmark_tags_liveUpdate.js
rename : browser/themes/linux/places/editBookmarkOverlay.css => browser/themes/linux/places/editBookmark.css
rename : browser/themes/osx/places/editBookmarkOverlay.css => browser/themes/osx/places/editBookmark.css
rename : browser/themes/windows/places/editBookmarkOverlay.css => browser/themes/windows/places/editBookmark.css
extra : rebase_source : aca072691251c1a44e82ab8091796abd2b140e22
2018-03-16 09:26:49 -07:00
Dão Gottwald
2a8b2ee03e Bug 1441830 - Clean up and simplify treechildren styling on Windows. r=jaws
MozReview-Commit-ID: 5V3alTQkNdj

--HG--
extra : rebase_source : 0bc2a03b0910ebe224eb1a89e8d0fa9842888ada
2018-02-28 18:16:00 +01:00
Tim Nguyen
c58aa506db Bug 1441727 - Use solid SVG icon in 'new bookmark' panel. r=dao
MozReview-Commit-ID: GOniqIySO3d

--HG--
extra : rebase_source : 880a43e1d22ea62c9a33b8d764b356357509bdd5
2018-02-28 14:48:57 +00:00
Timothy Guan-tin Chien
a2a559db3e Bug 1234008 - Recompress some png images with zopflipng r=Dolske,Grisha,jryans
MozReview-Commit-ID: Cr2iMSB04uu

--HG--
extra : rebase_source : 49f69cca3a4f27af1060ed82283b5cc96f717229
2018-01-27 15:57:42 +08:00
Kristiyan
afb5870ded Bug 1411210 - Replace @media not all and (-moz-...) with @media (-moz-...: 0). r=dao
MozReview-Commit-ID: CwTjRfX0xnK
2017-12-14 11:50:56 +01:00
Nihanth Subramanya
23ffb2f5d6 Bug 1411236 - Conflicting sidebar search bar padding rules on Windows. r=dao
MozReview-Commit-ID: ADmPbK7kdaC

--HG--
extra : rebase_source : f7cf7080b139d9f40a35ff06426b241a94174262
2017-10-24 17:45:38 +05:30
Nihanth Subramanya
4a8b35e00c Bug 1389094 - Increase height of sidebar search bar and tree items in touch mode. r=dao
MozReview-Commit-ID: HxT3eNHImyz

--HG--
extra : rebase_source : eff12ac335b7908ded5eca9810aa41251d9eabdb
2017-10-08 22:06:30 +05:30
Nihanth Subramanya
0778b363e6 Bug 1400165 - Increase padding of sidebar search container, adjust sidebar font-size on MacOS. r=dao
MozReview-Commit-ID: 1c1s9eqt1Ri

--HG--
extra : rebase_source : 42dba87eae997ebd7f81572e459960e7facdda2d
2017-09-21 05:52:37 +05:30
Towkir Ahmed
117526801f Bug 1363028 - Update bookmark toolbar icons to photon styles. r=johannh 2017-09-22 11:52:00 -04:00
Nihanth Subramanya
400dd194a0 Bug 1396530 - Update styling of View button in History sidebar and magnifying glass icon in synced tabs sidebar on Windows. r=dao
This results in consistent height for the search bar in all sidebars.

MozReview-Commit-ID: BCldwa0ZF7B

--HG--
extra : rebase_source : 77f297e58cd5665338f393bd99d6948b0ed1e7b1
2017-09-12 14:54:36 +05:30
Dão Gottwald
7f59f101a8 Bug 1394753 - Remove unstarred48.png. r=mak
MozReview-Commit-ID: EKUEQsOxy50

--HG--
extra : rebase_source : 9e014c80ba2bfae0563dc62af1cf49bca03ad209
2017-08-29 11:51:12 +02:00
Dão Gottwald
e0d2ec35d9 Bug 1393748 - Consolidate places sidebar styling. r=nhnt11
osx/places/places.css applies some useless styles #sidebar-search-container and #tabs-panel from the synced tabs sidebar which doesn't even use places.css. It also seems to overuse !important.

windows/places/places.css makes an obsolete distinction between default and non-default themes when removing the tree's background and applies an obsolete custom background on Windows 7.

MozReview-Commit-ID: 4y8V3Pc23TZ

--HG--
extra : rebase_source : 3ec4eb6c52c86443d7ddd1b27f842d80d5feb669
2017-08-25 14:03:38 +02:00
Dão Gottwald
fc65927e70 Bug 1391017 - Use a .bookmark-item placeholder for the bookmarks toolbar items in the toolbar while customizing. r=Gijs
MozReview-Commit-ID: JB9OSshDLKy

--HG--
extra : rebase_source : 2eded7e6868e231ae5ac91a693848cc42a221236
2017-08-23 13:01:06 +02:00
Dão Gottwald
d023775289 Bug 1392633 - Stop removing the background in non-sidebar documents using places.css. r=nhnt11
MozReview-Commit-ID: IShakSTE4Zj

--HG--
extra : rebase_source : 35f1db15aa996f524c6eaa587b42289a12b7bffe
2017-08-22 21:57:13 +02:00
Nihanth Subramanya
4ecbc7717a Bug 1384504 - [Photon] Update sidebar tree styling on Windows. r=dao
MozReview-Commit-ID: 50gpPdmBetL

--HG--
extra : rebase_source : bc7ff7d318a4fc89665922dc90c5582eaa3b00fd
2017-07-26 15:39:34 +05:30
Nihanth Subramanya
e8a2947c16 Bug 1377003 - [Photon] Update sidebar tree styling on Linux. r=dao
MozReview-Commit-ID: 4ZR3bdN3qFX

--HG--
extra : rebase_source : c2ca1fd95f554d18718decf3df7fa9344af67fc5
2017-07-18 19:06:10 +05:30
Dão Gottwald
48da2d49f0 Bug 1349555 - Implement most of the photon tab strip. r=johannh
MozReview-Commit-ID: 96ug22yZt5G

--HG--
extra : rebase_source : 248c9e43cfd11de7ecee80d73b5b634b8d60e4d8
2017-08-03 09:15:23 +02:00
Wes Kocher
cffa02b4bb Backed out 2 changesets (bug 1349555) for failures in viewport-units-css2-001.html a=backout
Backed out changeset 5f1e7e8de03f (bug 1349555)
Backed out changeset 3ef0f35adc9f (bug 1349555)

MozReview-Commit-ID: Ly8AeXQy5Mn
2017-08-02 15:22:58 -07:00
Dão Gottwald
4204a10e89 Bug 1349555 - Implement most of the photon tab strip. r=johannh
MozReview-Commit-ID: GmWBIdjNMkC

--HG--
extra : rebase_source : f8e7a73b751e59ead4ed67c3fc2aaccd5f939798
2017-08-02 15:06:10 +02:00
Sebastian Hengst
4843c0f278 Backed out changeset c9594a10a88a (bug 1349555) for failing browser_windowopen_reflows.js. r=backout 2017-08-02 18:26:37 +02:00
Dão Gottwald
e1b916e06e Bug 1349555 - Implement most of the photon tab strip. r=johannh
MozReview-Commit-ID: GmWBIdjNMkC

--HG--
extra : rebase_source : f8e7a73b751e59ead4ed67c3fc2aaccd5f939798
2017-08-02 15:06:10 +02:00
Nihanth Subramanya
2a64e5ace1 Bug 1377011 - [Photon] Update sidebar tree icons on all platforms. r=dao
MozReview-Commit-ID: CizA065KP03

--HG--
extra : rebase_source : 2fb7fdce57d5a27b5bf2c276c29ee82947a9db88
2017-06-29 23:33:30 -07:00
Sebastian Hengst
9ecbeec83a Backed out changeset 1d04c6559f71 (bug 1377011) for failing browser-chrome's browser/base/content/test/static/browser_parsable_css.js on Linux because allBookmarks.png missing. r=backout 2017-07-27 19:04:53 +02:00
Nihanth Subramanya
02c44f317b Bug 1377011 - [Photon] Update sidebar tree icons on all platforms. r=dao
MozReview-Commit-ID: HIPXVTwXqDl

--HG--
extra : rebase_source : 803039552fa4abc15c2069547bd3b590ea35d4c2
2017-06-29 23:33:30 -07:00
Carsten "Tomcat" Book
c12b6f9364 Backed out changeset 53c50961ee5c (bug 1377011) for test failures in browser_all_files_referenced.js | there should be no unreferenced files - Got 2, expected 0
--HG--
extra : rebase_source : c88dd742e0272561e3baa6dbd6fa1bad58366188
2017-07-26 15:02:24 +02:00
Nihanth Subramanya
697b4b7295 Bug 1377011 - [Photon] Update sidebar tree icons on all platforms. r=dao
MozReview-Commit-ID: 6biFG00rzYE

--HG--
extra : rebase_source : 94fdcdbe5d87e894c16646b784d46de65454cccb
2017-06-29 23:33:30 -07:00
Dão Gottwald
0d2aa9ed3e Bug 1367712 - Stop using a custom toolbar background color on Windows 7. r=nhnt11
MozReview-Commit-ID: 61hkb0KAYeq

--HG--
extra : rebase_source : 27829f891336668bec472a888d961968f5896d0d
2017-05-25 12:12:45 +02:00
Marco Bonardo
86127d4723 Bug 1360891 - Places default favicon should supports hi-dpi. r=dao,standard8
MozReview-Commit-ID: 1b0gnDIQJIQ

--HG--
extra : rebase_source : 9429dc510ac469384c364bad44dbba731abe3a3a
2017-05-03 09:31:05 +02:00
Nihanth Subramanya
a1b61bc267 Bug 1347543 - Use SVGs instead of PNGs for toolbar button icons. r=dao
MozReview-Commit-ID: EWgOI8x4Qdj

--HG--
extra : rebase_source : 1776100991adb88d6c42e6af74a1936211faf8a4
2017-04-28 21:47:07 +05:30
Carsten "Tomcat" Book
dab561c88c Backed out changeset 4d6cbe2ebbd1 (bug 1347543) for causing bc6 issues 2017-05-03 15:50:55 +02:00
Nihanth Subramanya
14e60e7e57 Bug 1347543 - Use SVGs instead of PNGs for toolbar button icons. r=dao
MozReview-Commit-ID: 27zDcyScFnj

--HG--
extra : rebase_source : 66c95a6c573eb224d993c9e64979ac6e59dbbab0
2017-04-28 21:47:07 +05:30
Johann Hofmann
d9be18a0fe Bug 1352364 - Share toolbar button styling code between platforms. r=dao
MozReview-Commit-ID: 54hKvMmBq22

--HG--
rename : browser/themes/osx/places/bookmarks-notification-finish.png => browser/themes/shared/places/bookmarks-notification-finish.png
rename : browser/themes/osx/places/bookmarks-notification-finish@2x.png => browser/themes/shared/places/bookmarks-notification-finish@2x.png
rename : browser/themes/windows/toolbarbutton-dropdown-arrow-inverted.png => browser/themes/shared/toolbarbutton-dropdown-arrow-inverted.png
rename : browser/themes/windows/browser.css => browser/themes/shared/toolbarbuttons.inc.css
extra : rebase_source : 3cac9d868f799cd19315b6f0756e07c1d238c314
2017-04-05 13:48:16 +02:00
Sebastian Hengst
41454e89bf Backed out changeset dfc0f3c355ff (bug 1352364) for failing browser/components/search/test/browser_oneOffHeader.js on OSX 10.10 debug. r=backout
--HG--
rename : browser/themes/shared/places/bookmarks-notification-finish.png => browser/themes/osx/places/bookmarks-notification-finish.png
rename : browser/themes/shared/places/bookmarks-notification-finish@2x.png => browser/themes/osx/places/bookmarks-notification-finish@2x.png
rename : browser/themes/shared/toolbarbutton-dropdown-arrow-inverted.png => browser/themes/windows/toolbarbutton-dropdown-arrow-inverted.png
2017-04-25 20:09:49 +02:00
Johann Hofmann
763a5ff3f9 Bug 1352364 - Share toolbar button styling code between platforms. r=dao
MozReview-Commit-ID: 54hKvMmBq22

--HG--
rename : browser/themes/osx/places/bookmarks-notification-finish.png => browser/themes/shared/places/bookmarks-notification-finish.png
rename : browser/themes/osx/places/bookmarks-notification-finish@2x.png => browser/themes/shared/places/bookmarks-notification-finish@2x.png
rename : browser/themes/windows/toolbarbutton-dropdown-arrow-inverted.png => browser/themes/shared/toolbarbutton-dropdown-arrow-inverted.png
rename : browser/themes/windows/browser.css => browser/themes/shared/toolbarbuttons.inc.css
extra : rebase_source : 5b15be4d56b7072e3bdb106e24c5e105e8ee8129
2017-04-05 13:48:16 +02:00
Dão Gottwald
aa40885440 Bug 1323810 - Remove Windows XP and Vista theme code and resources. r=Paenglab
MozReview-Commit-ID: 6y3CJ8wJH6K

--HG--
rename : browser/themes/windows/Toolbar-aero.png => browser/themes/windows/Toolbar-win7.png
rename : browser/themes/windows/Toolbar-aero@2x.png => browser/themes/windows/Toolbar-win7@2x.png
rename : browser/themes/windows/downloads/download-glow-menuPanel-XPVista7.png => browser/themes/windows/downloads/download-glow-menuPanel-win7.png
rename : browser/themes/windows/downloads/download-glow-XPVista7.png => browser/themes/windows/downloads/download-glow-win7.png
rename : browser/themes/windows/privatebrowsing-mask-tabstrip-XPVista7.png => browser/themes/windows/privatebrowsing-mask-tabstrip-win7.png
rename : browser/themes/windows/privatebrowsing-mask-titlebar-XPVista7-tall.png => browser/themes/windows/privatebrowsing-mask-titlebar-win7-tall.png
rename : browser/themes/windows/privatebrowsing-mask-titlebar-XPVista7.png => browser/themes/windows/privatebrowsing-mask-titlebar-win7.png
rename : browser/themes/windows/reload-stop-go-XPVista7.png => browser/themes/windows/reload-stop-go-win7.png
rename : browser/themes/windows/reload-stop-go-XPVista7@2x.png => browser/themes/windows/reload-stop-go-win7@2x.png
rename : browser/themes/windows/sync-horizontalbar-XPVista7.png => browser/themes/windows/sync-horizontalbar-win7.png
rename : browser/themes/windows/sync-horizontalbar-XPVista7@2x.png => browser/themes/windows/sync-horizontalbar-win7@2x.png
rename : browser/themes/windows/syncProgress-horizontalbar-XPVista7.png => browser/themes/windows/syncProgress-horizontalbar-win7.png
rename : browser/themes/windows/syncProgress-horizontalbar-XPVista7@2x.png => browser/themes/windows/syncProgress-horizontalbar-win7@2x.png
rename : browser/themes/windows/tabbrowser/newtab-inverted-XPVista7.svg => browser/themes/windows/tabbrowser/newtab-inverted-win7.svg
rename : browser/themes/windows/tabbrowser/newtab-XPVista7.svg => browser/themes/windows/tabbrowser/newtab-win7.svg
rename : browser/themes/windows/tabbrowser/tab-arrow-left-XPVista7.svg => browser/themes/windows/tabbrowser/tab-arrow-left-win7.svg
rename : browser/themes/windows/toolbarbutton-dropdown-arrow-XPVista7.png => browser/themes/windows/toolbarbutton-dropdown-arrow-win7.png
rename : browser/themes/windows/urlbar-history-dropmarker-XPVista7.png => browser/themes/windows/urlbar-history-dropmarker-win7.png
rename : browser/themes/windows/urlbar-history-dropmarker-XPVista7@2x.png => browser/themes/windows/urlbar-history-dropmarker-win7@2x.png
rename : toolkit/themes/windows/global/icons/close-inverted-XPVista7.png => toolkit/themes/windows/global/icons/close-inverted-win7.png
rename : toolkit/themes/windows/global/icons/close-inverted-XPVista7@2x.png => toolkit/themes/windows/global/icons/close-inverted-win7@2x.png
rename : toolkit/themes/windows/global/icons/close-XPVista7.png => toolkit/themes/windows/global/icons/close-win7.png
rename : toolkit/themes/windows/global/icons/close-XPVista7@2x.png => toolkit/themes/windows/global/icons/close-win7@2x.png
rename : toolkit/themes/windows/global/tree/twisty-Vista78.svg => toolkit/themes/windows/global/tree/twisty-preWin10.svg
extra : rebase_source : bc212d7b7bd2289b6149a95e90fb34d6e741b9d7
2016-12-23 20:44:26 +01:00
Marco Bonardo
8847ecf266 Bug 1320066 - Remove unused rules and images for old treebased urlbar. r=adw
MozReview-Commit-ID: LT0S3UG9PgR

--HG--
extra : rebase_source : f82bf1ae15a69cc8de54432b755f4e0e0d30e85c
2016-11-28 16:48:52 +01:00