Граф коммитов

76 Коммитов

Автор SHA1 Сообщение Дата
Cameron McCormack dd61f595eb Bug 1620467 - Part 4: Change internal uses of -moz-appearance to appearance and -moz-default-appearance. r=emilio,webcompat-reviewers,geckoview-reviewers,preferences-reviewers,ntim,agi,miketaylr
Uses of `-moz-appearance: none` are changed to `appearance: none`.

Uses of other values that are simply reverting the appearance back to
its default are changed to `appearance: auto`.

Uses of values in UA sheets that are defining the inherent appearance of
widgets are changed to:

  appearance: auto;
  -moz-default-appearance: <value>;

since those values are either no longer supported on (-moz-)appearance,
or are still supported but only in some limited form.

There are some uses of `-moz-appearance: textfield` on <input
type=number> elements that are renamed to `appearance: textfield`.

Differential Revision: https://phabricator.services.mozilla.com/D83430
2020-07-16 22:04:14 +00:00
Dão Gottwald 2f87c412d5 Bug 1518422 - Implement focus ring for panel footer buttons across platforms. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D15913

--HG--
extra : moz-landing-system : lando
2019-01-08 10:26:20 +00:00
Paolo Amadini 7dec374d5b Bug 1499704 - Use html:progress for downloads. r=dao,bgrins
Differential Revision: https://phabricator.services.mozilla.com/D8973

--HG--
extra : rebase_source : 2d0a67b70127176c9c7eb7de6b9c95b2f33356b9
2018-10-17 15:25:00 +01:00
Tim Nguyen 9078537847 Bug 1468453 - Fix text color of malware downloads on dark themes. r=jaws
MozReview-Commit-ID: GjycI1bmZcq

--HG--
extra : rebase_source : 585e07081ab17dd53d402ac741cd556f069b1351
2018-06-18 18:18:36 +01:00
Brendan Dahl 9f9ae1e187 Bug 1443971 - Remove allDownloadsViewOverlay.xul. r=Paolo
This overlay was used in two places: places.xul and
contentAreaDownloadsView.xul. Move the commandset, menuppop and
downloadsRichListBox into include files. Inline the scripts and
DTDs.

MozReview-Commit-ID: LroiQlRTE2T

--HG--
rename : browser/components/downloads/content/allDownloadsViewOverlay.js => browser/components/downloads/content/allDownloadsView.js
rename : browser/components/downloads/content/allDownloadsViewOverlay.xul => browser/components/downloads/content/downloadsCommands.inc.xul
rename : browser/components/downloads/content/allDownloadsViewOverlay.xul => browser/components/downloads/content/downloadsContextMenu.inc.xul
rename : browser/components/downloads/content/allDownloadsViewOverlay.xul => browser/components/downloads/content/downloadsRichListBox.inc.xul
rename : browser/themes/linux/downloads/allDownloadsViewOverlay.css => browser/themes/linux/downloads/allDownloadsView.css
rename : browser/themes/osx/downloads/allDownloadsViewOverlay.css => browser/themes/osx/downloads/allDownloadsView.css
rename : browser/themes/shared/downloads/allDownloadsViewOverlay.inc.css => browser/themes/shared/downloads/allDownloadsView.inc.css
rename : browser/themes/windows/downloads/allDownloadsViewOverlay.css => browser/themes/windows/downloads/allDownloadsView.css
extra : rebase_source : 978d2ddd1e177374b0fc354ca46f11bfc447fe59
2018-03-19 16:21:50 -07:00
Gijs Kruitbosch ee2fbb6c73 Bug 1371765 - remove unused downloads icons, tidy up CSS, r=Paolo
MozReview-Commit-ID: 3kGgiTsx6Y2

--HG--
extra : rebase_source : d684066b5277c251a3ad9366c4e5d240fdaf5860
2017-08-18 18:07:13 +01:00
Jared Wein 76f886b972 Bug 1385913 - Remove MOZ_PHOTON_ANIMATIONS ifdef. r=Gijs
MozReview-Commit-ID: 40TP43EKPCU

--HG--
extra : rebase_source : 203f7449e8345ed5c779dfc4fd5e9bd515b89da8
2017-08-07 12:37:34 -04:00
Sam Foster 8910c81ab6 Bug 1376515 - Move shared download indicator rules to indicator.inc.css. r=Paolo
MozReview-Commit-ID: Jnw9jl3zBOV

--HG--
extra : rebase_source : 77189ad2f7fce77813a3d8b4c16d746af5ba1093
2017-06-27 13:15:00 -07:00
Sam Foster 348680e611 Bug 1371834 - Add arrow+bar download icon for MOZ_PHOTON_THEME. r=jaws
MozReview-Commit-ID: KsY07bZNViN

--HG--
extra : rebase_source : 089a33941bbf45fc95e83515af8537e2244a5f61
2017-06-09 18:03:16 -07:00
Dão Gottwald fdfc2a4dee Bug 1362083 - Change toolbarbutton icon size from 18x18 to 16x16. r=johannh
MozReview-Commit-ID: L3GAuSahIvh

--HG--
extra : rebase_source : 2363410370003dc2ea85355c3e28102cf0381d27
2017-05-09 16:41:46 +02:00
Sam Foster fb61af287a Bug 1329109 - remove unused time and progressbar code from downloads toolbar icon. r=Paolo
This removes the arrowStyledIndicator killswitch and the associated ability for system add-ons to restore the previous design of the Downloads Indicator in the toolbar. The removal includes all the related code, styles, and strings. Based on the original patch by :rexboy.

MozReview-Commit-ID: 2OEBzPNzl0O

--HG--
extra : rebase_source : f40a319bb4afacb9e196465fc901cb3eb0b25ab5
2017-05-08 10:11:52 -07: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
Wes Kocher 2e85784df7 Backed out changeset 0e3f9e184e6b (bug 1347543) for landing on the wrong tree a=backout
MozReview-Commit-ID: 33rhqi8g77s

--HG--
extra : rebase_source : a83a2ee1cdf5778fee3eeae289161600374b4c9a
2017-04-28 12:32:38 -07:00
Nihanth Subramanya b884e0d04c Bug 1347543 - Use SVGs instead of PNGs for toolbar button icons. r=dao
MozReview-Commit-ID: AdW6POOBeeh

--HG--
extra : rebase_source : 627395018a62b88f1a91d772984e43d257cdd35c
2017-04-28 21:47:07 +05:30
Dão Gottwald 5c60916bf8 Bug 1351998 - Use CSS outline instead of border for XUL button focus ring. r=johannh
MozReview-Commit-ID: 26r8naj6dBn

--HG--
extra : rebase_source : 3b3f56a921fc74d23602ba1e7a2a5c8a31f7276c
2017-03-31 14:53:44 +02:00
Rex Lee 1801ff7637 Bug 1270006 - Fill portion of the icon on download button as indicator to download progress r=Paolo
MozReview-Commit-ID: BqYow8jWCVD

--HG--
extra : rebase_source : 4b365535089619a5faf0d3c4f0c4dcd6b4067a43
2016-08-24 18:39:53 +08:00
Rex Lee daf6e74a28 Bug 1269957 - Unify height of download items and allow maximum 5 items to show in downloads panel. r=Paolo
MozReview-Commit-ID: 1EoBfLXyDVN

--HG--
extra : rebase_source : 2a44c65eff7122f0c6f2096e6e9dba0be05a778f
2016-12-01 20:42:05 +08: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
KM Lee b8c6e0575c Bug 1301384 - Part 2 - Unify Progressbar across different OSs for download panels. r=dao 2016-12-01 11:21:20 +01:00
Paolo Amadini ea27398505 Bug 1301384 - Part 1 - Remove special styling for the Downloads Summary on Windows 7 and earlier. r=seanlee 2016-12-01 11:20:20 +01:00
Sean Lee 127d9c1918 Bug 1289139 - Replace all PNG download button icons with SVG format icons. r=paolo
MozReview-Commit-ID: GIUt0tqMYBc

--HG--
extra : rebase_source : 720c9e13d45a1e31add9e733d1daf427356cd19a
extra : amend_source : caafb48b5c4474f682c5f51df8b2e0eb2b76ac98
2016-10-13 11:23:23 +01:00
Rex Lee 0af3b96abc Bug 950058 - Split each download item so that all of the right part of it activates the action. r=paolo
MozReview-Commit-ID: KXSBrWjOzYQ

--HG--
extra : rebase_source : 237dbc4d890767bc31cc02b5ac316291d6a452ba
extra : amend_source : 57fcbc1c71c1f215a666622a65b1c65547b0d78b
2016-10-13 11:23:16 +01:00
Sean Lee 2b2cb30dee Bug 1299712 - Use a new .downloadTypeIcon in SVG format. r=paolo
MozReview-Commit-ID: laKBOflDbm

--HG--
extra : transplant_source : %FB%F2%1A%91%E2%5Daz%C2%16%9EB%29%DA8QM%81%B0%ED
2016-09-01 22:56:50 +08:00
Sean Lee d1302308b3 Bug 1297657 - Refine the plain style of buttons in Downloads Panel and support RTL. r=dao
MozReview-Commit-ID: 8aqYfRE56zV

--HG--
extra : transplant_source : %06%05%87Qy%94%3A%DC%EFe%21l5u%86o%00%AC%AA%B9
2016-08-25 17:27:49 +08:00
Rex Lee 224a01631c Bug 1282689 - Apply dot-style notification badge for downloading problematic files r=Paolo
MozReview-Commit-ID: Hxf0TbhPlOx

--HG--
extra : rebase_source : 21aff3923f43a8ca29f75134cc580334c9af9391
2016-07-14 20:09:36 +08:00
Paolo Amadini 40139fb6ab Bug 1001324 - The Downloads Panel footer should use the same style as the application menu. r=adw
MozReview-Commit-ID: JFM2gmpqyNL

--HG--
extra : rebase_source : 29fb6cfe3a05a095633b47d6a3aa11f342622bfe
2016-08-05 17:26:45 +01:00
Drew Willcoxon 05d0f2d0ee Bug 1252509 - Use a sliding panel overlay from the downloads panel to display the available actions. r=jaws
MozReview-Commit-ID: FhRlxcPeWu3
2016-06-10 22:08:59 -07:00
Jonathan Kingston df61469fa3 Bug 1265341 - changing blocked download icons to be smaller overlays. r=jaws
MozReview-Commit-ID: HLN1f04vOz4

--HG--
extra : transplant_source : %91%15%C1%EB/%ECT%C1%7F%D4G%DF%BEL%D8%DD%8FS%BF0
2016-05-19 03:03:16 +01:00
L. David Baron d097996b85 Bug 1111440 - Replace -moz- prefixed logical margin/padding/border properties with their standard versions. r=heycam
This patch was generated by the command:
  find . -name "*.css" -exec sed -i -f mozpropsub {} \;
in the root of a mozilla-central tree, with the file mozpropsub
containing the contents:
s/-moz-padding-end\>/padding-inline-end/g
s/-moz-padding-start\>/padding-inline-start/g
s/-moz-margin-end\>/margin-inline-end/g
s/-moz-margin-start\>/margin-inline-start/g
s/-moz-border-end\>/border-inline-end/g
s/-moz-border-end-color\>/border-inline-end-color/g
s/-moz-border-end-style\>/border-inline-end-style/g
s/-moz-border-end-width\>/border-inline-end-width/g
s/-moz-border-start\>/border-inline-start/g
s/-moz-border-start-color\>/border-inline-start-color/g
s/-moz-border-start-style\>/border-inline-start-style/g
s/-moz-border-start-width\>/border-inline-start-width/g

While I didn't manually review all the changes, I did review the list of
files, and manually reviewed the changes in the files that I thought
were more interesting.

Note that there are a few tests that should be fixed up as well, but
I'll do that in a later patch.

MozReview-Commit-ID: EiQTuuV0MNQ
2016-05-12 22:19:58 -07:00
Panos Astithas 6809a297cd Bug 1139472 - Extend the attention state of the Downloads Indicator to indicate success or failure. r=paolo
With this change two new attention states are introduced, "severe" and "warning",
along with the previous "success" and "no attention" states. "No attention" is
still a falsy value in order to mitigate any add-on compatibility issues.
"severe" and "warning states" now display an icon badge to the downloads button
(or the hamburger button if the downloads button is tucked away).

MozReview-Commit-ID: 3gc9Ji7zCXY
2016-04-22 23:09:07 +03:00
Paolo Amadini 68b3b45f09 Bug 1198181 - Part 4 - Differentiate the icons for blocked downloads depending on the verdict. r=past
MozReview-Commit-ID: 1wvRJdJ3NhM

--HG--
extra : rebase_source : 7eb23e83f767a651a3a7e821c01cffd1f7c9a4a5
2016-04-19 11:26:47 +01:00
Paolo Amadini b887fa24f1 Bug 1198181 - Part 1 - Separate functional and styling classes for download item buttons. r=jaws
MozReview-Commit-ID: 8ijvQtWRuxz

--HG--
extra : rebase_source : 439b0dc11db26d7577d19f73641325f67d2d3940
2016-04-15 15:30:57 +01:00
Paolo Amadini 3557645ae7 Bug 1244473 - Part 8 - Shorten complex rules for download items the Library window. r=jaws
--HG--
extra : commitid : CVzu11MWwwt
extra : rebase_source : 62fc225121905ae2edae2c9a6f8653c575d52580
2016-02-04 14:50:37 +00:00
Paolo Amadini c7ca419b9d Bug 1244473 - Part 7 - Share rules for download items in the Library window. r=jaws
--HG--
extra : commitid : 2XYMslUx77q
extra : rebase_source : 25ac4ee745f847db0982dc5357b3f98f95eb3f3d
2016-02-04 14:20:42 +00:00
Paolo Amadini 0bc2d13405 Bug 1244473 - Part 6 - Shorten complex rules for download items in the panel. r=jaws
--HG--
extra : commitid : IFuerVT58Z6
extra : rebase_source : 21a1c4fa0294629f16e46d059a23165e35c1ea51
2016-02-04 00:18:50 +00:00
Paolo Amadini 6a2531c809 Bug 1244473 - Part 5 - Share rules for download items in the panel. r=jaws
--HG--
extra : commitid : 6H0HHuqLDs7
extra : rebase_source : eb54ae16f612dd2d5a28644fe37a70619fca7b7a
2016-02-03 23:38:29 +00:00
Paolo Amadini b50b9c594e Bug 1244473 - Part 4 - Share rules that apply only to the summary. r=jaws
--HG--
extra : commitid : GFScYwa3mpa
extra : rebase_source : f9f25d04002fb58d9c49b296409344e115e35600
2016-02-03 22:08:28 +00:00
Paolo Amadini ec7725f192 Bug 1244473 - Part 3 - Restructure some rules for the panel and the outer controls. r=jaws
--HG--
extra : commitid : AKfpumtBncL
extra : rebase_source : a0fed5aeb47623925f9296a22e5f058b264b221a
2016-02-03 20:31:21 +00:00
Paolo Amadini 6a52d40713 Bug 1244473 - Part 2 - Share simple rules for the panel and the outer controls. r=jaws
--HG--
extra : commitid : IP9D1QH6C0J
extra : rebase_source : 7047d29d72bedd289afaf9d2b232e72f39d1df37
2016-02-03 15:40:13 +00:00
Paolo Amadini 2c436973d5 Bug 1244473 - Part 1 - Add shared theme files for Downloads. r=jaws
--HG--
extra : commitid : E3IyRYHwlW
extra : rebase_source : d2d49744465bd303cc4bde4c780850774873a1c9
2016-02-03 15:40:22 +00:00
Harshit Bansal 5bef1f4b9f Bug 1216955 - Use chrome override for download-glow-menuPanel-XPVista7.png. r=dao 2015-11-07 09:15:36 +01:00
Gijs Kruitbosch 2a35d1e14f Bug 1192686 - fix css warning for download button variables, r=dao
--HG--
extra : commitid : 9m3IBzzA8BF
extra : rebase_source : 3d6e09168ea479b83598fc808ba467f01e7d77df
2015-08-17 16:41:26 +01:00
Gijs Kruitbosch a7550cf587 Bug 1192032 - followup followup because I accidentally committed extraneous stuff, rs=me
--HG--
extra : commitid : CkHZEhOJ1lw
2015-08-13 23:09:47 +01:00
Gijs Kruitbosch f37bf8aa99 Bug 1192032 - followup: include windowsregistry jsm to fix test brokenness, rs=bustage
--HG--
extra : commitid : 9nwPmNfJ67o
extra : rebase_source : 3c1e333decb7834310c21dcea7e0ecf569cea931
2015-08-13 19:49:48 +01:00
Gijs Kruitbosch ce938ee9b1 Bug 1153529 - fix downloads toolbar icon on hidpi, r=dao
--HG--
extra : rebase_source : 99c9998a0aa323a37b9beac5fe1b1bb9dc4b3ff4
2015-05-28 18:03:07 +01:00
Richard Marti 2266bc08f6 Bug 1160734 - about:downloads: use the new in-content style-sheet. r=mak
CLOSED TREE

--HG--
rename : browser/themes/windows/downloads/contentAreaDownloadsView.css => browser/themes/shared/downloads/contentAreaDownloadsView.css
extra : rebase_source : 715676562fbf0ec8c98f25d149940221bebc9688
2015-05-07 10:37:39 +02:00
Dão Gottwald 711eb83e40 Bug 1153147 - Replace "newer than XP" (aka "aero") overrides with XP-only overrides, part 2: remove "-aero" suffixes from non-XP images. r=gijs
--HG--
rename : browser/themes/windows/aboutSessionRestore-window-icon-aero.png => browser/themes/windows/aboutSessionRestore-window-icon.png
extra : rebase_source : 9486b188840e4d16b0e7b5036a2dfa869bf084ea
2015-04-10 18:28:17 +02:00
Dão Gottwald 18e64e2494 Bug 1153147 - Replace "newer than XP" (aka "aero") overrides with XP-only overrides, part 1: rename XP-only images to *-XP.png. r=gijs
--HG--
rename : browser/themes/windows/Info.png => browser/themes/windows/Info-XP.png
rename : browser/themes/windows/Privacy-16.png => browser/themes/windows/Privacy-16-XP.png
rename : browser/themes/windows/Privacy-32.png => browser/themes/windows/Privacy-32-XP.png
rename : browser/themes/windows/Secure24.png => browser/themes/windows/Secure24-XP.png
rename : browser/themes/windows/downloads/buttons.png => browser/themes/windows/downloads/buttons-XP.png
rename : browser/themes/windows/feeds/feedIcon.png => browser/themes/windows/feeds/feedIcon-XP.png
rename : browser/themes/windows/feeds/feedIcon16.png => browser/themes/windows/feeds/feedIcon16-XP.png
rename : browser/themes/windows/identity.png => browser/themes/windows/identity-XP.png
rename : browser/themes/windows/livemark-folder.png => browser/themes/windows/livemark-folder-XP.png
rename : browser/themes/windows/menu-back.png => browser/themes/windows/menu-back-XP.png
rename : browser/themes/windows/menu-forward.png => browser/themes/windows/menu-forward-XP.png
rename : browser/themes/windows/pageInfo.png => browser/themes/windows/pageInfo-XP.png
rename : browser/themes/windows/places/allBookmarks.png => browser/themes/windows/places/allBookmarks-XP.png
rename : browser/themes/windows/places/bookmark.png => browser/themes/windows/places/bookmark-XP.png
rename : browser/themes/windows/places/bookmarksMenu.png => browser/themes/windows/places/bookmarksMenu-XP.png
rename : browser/themes/windows/places/bookmarksToolbar.png => browser/themes/windows/places/bookmarksToolbar-XP.png
rename : browser/themes/windows/places/bookmarksToolbar-menuPanel.png => browser/themes/windows/places/bookmarksToolbar-menuPanel-XP.png
rename : browser/themes/windows/places/calendar.png => browser/themes/windows/places/calendar-XP.png
rename : browser/themes/windows/places/history.png => browser/themes/windows/places/history-XP.png
rename : browser/themes/windows/places/libraryToolbar.png => browser/themes/windows/places/libraryToolbar-XP.png
rename : browser/themes/windows/places/query.png => browser/themes/windows/places/query-XP.png
rename : browser/themes/windows/places/starred48.png => browser/themes/windows/places/starred48-XP.png
rename : browser/themes/windows/places/tag.png => browser/themes/windows/places/tag-XP.png
rename : browser/themes/windows/places/toolbarDropMarker.png => browser/themes/windows/places/toolbarDropMarker-XP.png
rename : browser/themes/windows/places/unsortedBookmarks.png => browser/themes/windows/places/unsortedBookmarks-XP.png
rename : browser/themes/windows/preferences/Options.png => browser/themes/windows/preferences/Options-XP.png
rename : browser/themes/windows/preferences/alwaysAsk.png => browser/themes/windows/preferences/alwaysAsk-XP.png
rename : browser/themes/windows/preferences/application.png => browser/themes/windows/preferences/application-XP.png
rename : browser/themes/windows/preferences/mail.png => browser/themes/windows/preferences/mail-XP.png
rename : browser/themes/windows/preferences/saveFile.png => browser/themes/windows/preferences/saveFile-XP.png
rename : browser/themes/windows/searchbar-dropdown-arrow.png => browser/themes/windows/searchbar-dropdown-arrow-XP.png
rename : browser/themes/windows/tabbrowser/tab-separator.png => browser/themes/windows/tabbrowser/tab-separator-XP.png
extra : rebase_source : 9540a15192a33a80e99d1e666d0601988c902308
2015-04-10 18:23:35 +02:00