Commit Graph

953 Commits

Author SHA1 Message Date
Margaret Leibovic
8bb8c48b56 Bug 595183 - Password icon on the password manager door-hanger notification is gross r=shorlander a=blocking-beta7 2010-10-01 10:44:26 -07:00
Michael Monreal
d8fa8c8d12 Bug 595390 - Don't use bold button labels in app update ui. r=rstrong, ui-r=faaborg, a=approval2.0 2010-09-13 23:52:32 -07:00
Michael Monreal
2e5824ee5d Bug 595388 - Use same padding for content and header in app update ui. r=rstrong, ui-r=faaborg, a=approval2.0 2010-09-13 23:52:16 -07:00
Ehsan Akhgari
6a201947ca Backed out changeset fd5ff14bc45a because of unit test failure on Windows 2010-09-13 18:00:28 -04:00
Dave Townsend
65115f2377 Bug 595280: AddonRepository should convert HTML to plain text. r=Unfocused, a=blocking-betaN 2010-09-13 10:35:37 -07:00
Dão Gottwald
e7895315a7 Whitespace cleanup after bug 590039 2010-09-12 11:54:51 +02:00
L. David Baron
5859a14a99 Rename -moz-box-shadow to box-shadow: mechanical changes. (Bug 590039) r=bzbarsky a2.0=blocking2.0:beta6
Generated with:
find * -type f -exec sed -i -e 's/\<MozBoxShadow\>/boxShadow/g;s/-moz-box-shadow/box-shadow/gi' {} \;
2010-09-11 09:27:12 -07:00
L. David Baron
7476de1256 Change blur radii in themes and in some tests to match change in how we interpret text-shadow and -moz-box-shadow blur radii. (Bug 590039) r=dao a2.0=blocking2.0:beta6 2010-09-11 09:27:12 -07:00
Patrick Walton
824ce1b531 Bug 585195 - Theme the Web Console filter bar appropriately on Windows, r=dao, a=gavin 2010-09-10 15:08:06 -03:00
Joe Walker
0f8cb96362 Bug 588014 - Format clickable output to look like being clickable, r+a=dietrich 2010-09-07 23:37:47 +01:00
Joe Walker
53d73ab449 Bug 591937 - WebConsole NetPanel CSS broken, r+a=dietrich 2010-09-10 15:08:05 -03:00
Bobby Johnson
4164104ac9 Bug 592018 - navigation arrows should be dimmed when they are disabled; r=dtownsend, a=blocking-final 2010-09-10 09:53:57 -07:00
Blair McBride
a90af12120 Bug 587970 - Provide ability "Update all now" within 'Available Updates' screen. r=dtownsend, a=blocking-beta6 2010-09-10 20:20:12 +12:00
Margaret Leibovic
9e6b5dd482 Bug 567814 - Convert Remember Password notification bar to a doorhanger notification. Initial p=fryn@frankyan.com, r=dolske, a=blocking2.0 2010-09-09 19:08:26 -07:00
Michael Monreal
bce1f92ff7 Bug 594703 - Fix addon list border on Linux. r=dtownsend, a=blocks bug 590175 2010-09-09 12:16:39 -07:00
Michael Monreal
0c5df765fd Bug 594709 - Use GTK icons for error/warning/info. r=dtownsend, a=blocks bug 590175 2010-09-09 12:14:43 -07:00
Zack Weinberg ext:(%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
e4c76eccb0 Bug 451134 (1/2): switch to the official border-radius property names: purely mechanical changes. r=dbaron a2.0=blocking2.0:beta6
This was generated with the command:

LC_ALL=C grep -irlEZe '[-_]moz[-_]border[-_]radius([-_](top|bottom)(right|left))?' * | xargs -0 perl -pi -e \
    's/-moz-border-radius-(top|bottom)(left|right)/border-${1}-${2}-radius/gi;
     s/_moz_border_radius_(top|bottom)Right/border_${1}_right_radius/g;
     s/_moz_border_radius_(top|bottom)Left/border_${1}_left_radius/g;
     s/-moz-border-radius/border-radius/gi;
     s/_moz_border_radius/border_radius/g;'
2010-09-09 08:21:47 -07:00
Patrick Walton
a1c14d9091 Bug 581231 - Part 3: Add the Close button to the Web Console and style it on the Mac. r=dietrich a=dietrich 2010-09-08 17:08:36 -07:00
Patrick Walton
b6e0bcffd5 Bug 581231 - Part 2: Add the Close button to the Web Console and style it on the Mac. r=dietrich a=dietrich 2010-09-08 17:08:29 -07:00
Patrick Walton
578e14f50c Bug 581231 - Part 1: Surround the Web Console's input field in a containing hbox r=dietrich a=dietrich 2010-09-08 17:08:23 -07:00
L. David Baron
9cbac68621 Fix uses of percentage -moz-outline-radius in themes for new definition of percent. (Bug 471643) r=dao a2.0=blocking:beta6+ 2010-09-07 15:20:35 -07:00
Andreas Nilsson
0f2c617992 Bug 584006 - Drop non-native style for the Add-ons manager utilities button. r=bmcbride a=blocking 2010-09-06 10:45:46 +02:00
Paolo Amadini
113ad3674b Bug 590201 - Remove buttons are difficult to discover in list view. r=bmcbride, a=blocking-beta6 2010-09-06 19:07:49 +12:00
Blair McBride
e9d9169a88 Bug 566194 - safe mode / security & compatibility check status are not exposed in new addon manager UI. r=dtownsend, a=blocking-beta6 2010-09-02 11:40:20 +12:00
Blair McBride
b6b7d4f7a9 Bug 581076 - No "See all results" link present when searching for add-ons and not all are displayed (extensions.getAddons.maxResults). r=dtownsend, a=blocking-beta6 2010-08-28 14:45:11 +12:00
Dão Gottwald
20c3134180 Bug 585935 - scrollboxes should use native scroll arrows. r=ventnor a=bs 2010-08-19 09:46:47 +02:00
Patrick Walton
9657eb463e Bug 583359 - Filter options on the Web Console should filter all messages. Part 3: Remove the old filtering logic in the Web Console r=dietrich a=blocking2.0 2010-08-18 16:53:57 -07:00
Patrick Walton
02b882302d Bug 583359 - Filter options on the Web Console should filter all messages. Part 2: Make string filtering live in the Web Console r=dietrich a=blocking2.0 2010-08-18 16:53:53 -07:00
Patrick Walton
d0b6646f67 Bug 583359 - Filter options on the Web Console should filter all messages. Part 1: Implement live filtering for the category checkboxes on the Web Console r=dietrich a=blocking2.0 2010-08-18 16:53:49 -07:00
Dão Gottwald
184cb7b51b CSS formatting cleanup 2010-08-18 09:33:54 +02:00
Patrick Walton
2527ad2118 Bug 583145 - Theme the Web Console filter bar appropriately on the Mac r=dietrich a=dietrich 2010-08-17 13:46:23 -07:00
Rob Campbell
7d62e24634 backout bugs 586514, 573102, 585195. a=bsmedberg 2010-08-13 15:49:56 -03:00
Patrick Walton
46621aa710 Bug 585195 - Theme the Web Console filter bar appropriately on Windows. r+a=dietrich 2010-08-13 14:36:05 -03:00
Patrick Walton
9f57b40628 Bug 586514 - Web Console should be 100% XUL, r+a=dietrich 2010-08-13 14:36:05 -03:00
Patrick Walton
f08b7898ce Bug 584571 - Allow the Web Console to be separately themed on Linux, r+a=gavin
--HG--
rename : toolkit/themes/winstripe/global/headsUpDisplay.css => toolkit/themes/gnomestripe/global/headsUpDisplay.css
2010-08-12 15:43:09 -03:00
Julian Viereck
c0a7707a45 Bug 576642 - JSTerm: expanding/shrinking inputNode, r=enndeakin, a=bsmedberg 2010-08-10 19:04:43 -03:00
stefanh@inbox.com
981e9e386f Bug 585487 - [Pinstripe] Make findbar-textbox slightly transparent in lwthemes. r=dao, a=gavin. 2010-08-10 18:44:52 +02:00
Mihai Sucan
a6d906ab11 Bug 574036 - HUD Console should allow copying text, r=sdwilsh 2010-08-10 09:37:29 -03:00
Rob Campbell
ae5fb1827b merge Bug 576642 - Backed out changeset cfc0accaf8b2 2010-08-10 08:05:46 -03:00
Rob Campbell
d7e547215d merge Bug 576642 - Backed out changeset cfc0accaf8b2 2010-08-10 08:04:32 -03:00
Rob Campbell
27d53034b2 Bug 576642 - Backed out changeset cfc0accaf8b2 2010-08-10 08:02:56 -03:00
Rob Campbell
c2dbd859e2 Bug 583145 - Backed out changeset 371d935c6f1a 2010-08-10 08:01:58 -03:00
Patrick Walton
f0462048b9 addendum to Bug 581183 - Divide the Console filters into categories, and rename them for clarity, r+a=dietrich, missed styling 2010-08-10 07:58:37 -03:00
Julian Viereck
b1e5ef3b7e Bug 576642 - JSTerm: expanding/shrinking inputNode, r=enn, a=bsmedberg 2010-08-09 16:02:20 -03:00
Patrick Walton
abdc12dcb5 Bug 583349 - Add a prompt to the input line in the Web Console, r+a=gavin 2010-08-09 16:02:20 -03:00
Patrick Walton
1569207050 bug 583145 - Theme the web console filter bar appropriately on the mac, r+a=dietrich 2010-08-09 15:35:33 -03:00
Patrick Walton
bd6b3373f5 Bug 581183 - Divide the Console filters into categories, and rename them for clarity, r+a=dietrich 2010-08-09 15:35:33 -03:00
Patrick Walton
ad0c7999fe Bug 580400 - Console should display dividers to separate messages, r+a=dietrich 2010-08-09 15:35:33 -03:00
Blair McBride
1b2f67888d Bug 566591 - Download progress widget isn't RTL aware. r=dtownsend, a=blocking2.0-final
--HG--
extra : rebase_source : 0fadce94e20b89974db8f939aea23e1063d5c808
2010-08-02 15:01:32 +12:00
Blair McBride
39380e3326 Bug 562622 - Implementation of the automatic vs. manual update design mockups. r=dtownsend, a=blocking2.0-beta3 2010-06-02 21:13:03 +12:00
L. David Baron
9cc2e9ec05 Switch reftest manifests to new, shorter syntax for widget toolkit tests. (Bug 570329) a2.0=tests
This patch was created by running the following sed commands:
s/MOZ_WIDGET_TOOLKIT=="\(gtk2\|cocoa\|qt\|windows\)"/\1Widget/g
s/MOZ_WIDGET_TOOLKIT!="\(gtk2\|cocoa\|qt\|windows\)"/!\1Widget/g
on all *.list files in the tree.
2010-07-30 16:48:57 -07:00
Patrick Walton
3c8fb206ed Bug 582460 - Revamp the look of the filter buttons on the Web Console, r=mossop, a=beltzner 2010-07-30 08:30:55 -03:00
Markus Stange
20a2bc434a Bug 581031 - Update CSS after click-through landed. r=dao 2010-07-28 15:14:15 +02:00
Ian Spence ext:(%2C%20Michael%20Monreal%20%3Cmichael.monreal%2Bmoz%40gmail.com%3E)
fefa76bb2b Bug 412773 - Implement -moz-appearance: button-arrow-up/down/next/previous and use them in the find bar and for expander buttons. r=roc, r=dao, ui-r=faaborg 2010-07-27 16:57:47 +02:00
Neil Deakin
87921c3c7d Bug 552982, Part 5: support for titlebars on panels, r=mats,sr=roc 2010-07-27 09:38:03 -04:00
Azat Tymerkaev
baab2f7247 Bug 570165 - Integrate new icons for bookmarks toolbar. r=dao 2010-07-25 09:23:55 +02:00
Ben Parr
3dfb3d1a73 Bug 558287: Move behavioural CSS into content. r+a=dtownsend 2010-07-21 11:34:45 -07:00
Ben Parr
9b870877ea Bug 558287: Add support for searching add-ons on AMO via the search bar. r=dtownsend 2010-07-19 16:01:23 -07:00
Dão Gottwald
2e465c995c whitespace fix 2010-07-18 16:30:11 +02:00
Azat Tymerkaev
6cc6f0e609 Bug 569255 - Integrate new tabbrowser icons. r=dao 2010-07-18 16:29:32 +02:00
Michael Ventnor ext:(%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
d512b62fb4 Bug 566480 - Make dragging the menubar drag the window on GTK themes where that should work (and also fix GTK resize drags to initialize drag better). r=karlt,dbaron,enn,dao 2010-07-17 10:11:54 +02:00
Julian Viereck
2aa98276a3 bug 576962 - console log/info etc. does handle multiple arguments + newline, r=dietrich 2010-07-16 12:00:53 -03:00
Dão Gottwald
c31a49ab16 Bug 578322 - Remove support for <popup> from all themes. r=enn 2010-07-14 08:46:12 +02:00
Dão Gottwald
c3143e067e whitespace cleanup, no bug 2010-07-13 13:11:13 +02:00
Neil Deakin
d518be9dd6 Bug 556645, extra resizer in some dialogs, r=dao 2010-07-08 08:27:47 -07:00
Dão Gottwald
845abd2003 fix unreviewed about:cache-entry styling 2010-07-07 19:28:28 +02:00
Dão Gottwald
2d39d3e268 fix unreviewed about:cache styling 2010-07-07 00:17:32 +02:00
Steffen Wilberg
0635da26cf Bug 538813. Make about:cache and about:cache-entry pretty. r=bzbarsky 2010-07-02 16:56:09 -04:00
Steffen Wilberg
117232a5ed Bug 566178 - exclude autocomplete trees from default tree styling. r=dao 2010-07-01 11:02:45 +02:00
Dave Townsend
2049f797e5 Bug 562052: The version number should be shown in the list view for all types of add-ons. r=Unfocused 2010-06-28 12:43:53 -07:00
Gavin Sharp
ef1133a3ca Bug 574137: move HUDService styling to toolkit/themes, avoid setting incorrect class names on toolbar buttons, and remove toolbar style rules that conflict with the browser styling, r=dao
--HG--
rename : toolkit/components/console/content/headsUpDisplay.css => toolkit/themes/pinstripe/global/headsUpDisplay.css
rename : toolkit/components/console/content/headsUpDisplay.css => toolkit/themes/winstripe/global/headsUpDisplay.css
extra : rebase_source : f99848fa59b700ed1503fddd9a08a4f34c3c8cb4
2010-06-24 20:16:35 -04:00
Dave Townsend
a636fbe356 Typo fix for bug 572043 (addressing review comment from rs). 2010-06-23 10:08:56 -07:00
Markus Stange
84a0dfc24c Bug 559033 - New Mac toolbar button style. r=dao 2010-06-22 22:28:34 +02:00
Gavin Sharp
667010d2ba Bug 398776: add new popup-based notification system, and use it for the geolocation notification, r=dolske, r=dao 2010-04-09 13:45:25 -04:00
Gavin Sharp
b07258ee32 Bug 509642: improve styling of menu buttons, r=enn
--HG--
extra : rebase_source : d01e66e2d927cfa5bb5b39ed619e45b5eaab8fa0
2010-04-13 15:54:07 -04:00
Neil Deakin
f4a7533d50 Bug 554810, use transparent resizer images, also fixes bugs 553752, 553796, 558201, 558203 and 563085, r=roc 2010-06-21 08:37:35 -04:00
Dave Townsend
d463543d87 Bug 572043: Update add-on manager icons for beta 1. r=robstrong 2010-06-18 14:10:13 -07:00
Dão Gottwald
e09941acb9 Backed out changeset 3a711e98c1ed 2010-06-14 17:06:43 +02:00
Dão Gottwald
6bf49b08f3 additional output for browser_relatedTabs.js 2010-06-14 16:57:28 +02:00
L. David Baron
934c377eda Rename properties and values of background-clip and background-origin to match css3-background. (Bug 549809) r=roc 2010-06-08 18:44:33 -07:00
Blair McBride
76dffabf41 Bug 553482 - "Add icons for buttons in download progress XBL binding" [r=Mossop]
--HG--
extra : rebase_source : 1ce0341dce6ca224ac1f5d6c59de17ccde592926
2010-05-30 23:50:00 -04:00
Ian Neal
6cd925c5b1 Bug 567782 - Fix theme for menuitems of type radio that can be both checked and selected
f=mstange moa=dao
2010-05-28 23:12:43 +01:00
Steffen Wilberg
5b32c50f77 Bug 565460: Remove styling for treechildren[alternatingbackground=true], because odd row highlighting is now the default in trees with more than 1 column (Bug 282127). r=dao 2010-05-28 21:10:28 +02:00
Ehsan Akhgari
24e588b137 Bug 562962 - unit test fail: reftest/tests/layout/reftests/editor/xul/empty-1.xul; r=roc
--HG--
extra : rebase_source : 3eed1d5c49f3efeef22e8662406c6adb46dc2dac
2010-05-27 19:52:26 -04:00
Dave Townsend
c6e38c11bf Bug 566462: Add-ons manager theme files in gnomestripe jar.mn should be marked to replace. r=Unfocused 2010-05-26 08:11:38 -07:00
Justin Dolske
e8c5b4a76f Bug 539834 - Need updated content plugin-problem icons and new pinstripe notification icon. r=dao
--HG--
rename : toolkit/themes/pinstripe/mozapps/plugins/pluginCrashed.png => toolkit/themes/pinstripe/mozapps/plugins/contentPluginCrashed.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginCrashed.png => toolkit/themes/winstripe/mozapps/plugins/contentPluginCrashed.png
2010-05-25 21:35:09 -07:00
Steffen Wilberg
1920b72b59 Bug 282127: Highlight odd tree rows in trees with multiple columns in Gnomestripe and Pinstripe. Implement and use ::-moz-tree-row(multicol). ui-review=faaborg, r=enndeakin 2010-05-12 20:25:48 +02:00
Dave Townsend
9957603f69 Bug 554237: Dual vertical scrollbars if any type of add-ons exceed window area. r=unfocused 2010-05-12 10:26:04 -07:00
Robert Strong
307d8c7ef0 Bug 562847: extensions.css font-size: 120% is not terminated. r=dtownsend 2010-05-05 09:55:53 -07:00
Blair McBride
b778730c8d Bug 554007: New add-ons manager UI (themes). r=dtownsend 2010-04-29 13:11:29 -07:00
Dave Townsend
74b7768710 Backout new add-ons manager due to Ts regression on OSX 10.5
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug404024.xml => toolkit/mozapps/extensions/test/unit/data/test_bug404024.xml
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug417606.xml => toolkit/mozapps/extensions/test/unit/data/test_bug417606.xml
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug424262.xml => toolkit/mozapps/extensions/test/unit/data/test_bug424262.xml
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug404024.js => toolkit/mozapps/extensions/test/unit/test_bug404024.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug417606.js => toolkit/mozapps/extensions/test/unit/test_bug417606.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug424262.js => toolkit/mozapps/extensions/test/unit/test_bug424262.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug449027.js => toolkit/mozapps/extensions/test/unit/test_bug449027.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug455906.js => toolkit/mozapps/extensions/test/unit/test_bug455906.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug514327_3.js => toolkit/mozapps/extensions/test/unit/test_bug514327_3.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug541420.js => toolkit/mozapps/extensions/test/unit/test_bug541420.js
2010-05-01 11:04:44 -07:00
Blair McBride
34ac2ea6d2 Bug 554007: New add-ons manager UI (themes). r=dtownsend 2010-04-29 13:11:29 -07:00
Phil Ringnalda
c55d201b69 Bug 518989 - Allow theming of about:support, and move the inline JS out to a separate file, r=gavin 2010-02-20 20:42:25 -08:00
Markus Stange
ab8e976d1c Bug 558059 - Make the search field on about:config a little wider and put the flex attribute back. ui-r=faaborg, r=dao
--HG--
extra : rebase_source : 7f28a0478eccf7bbf0496981d240420e0882e63f
2010-04-19 16:13:54 +02:00
Neil Deakin
ceb1712f98 Bug 418521, improve the way focus indicators are displayed to correlate better with system behaviour, add -moz-focusring property to apply only when focus rings should be drawn, r=dao,jmathies,dbaron sr=neil 2010-04-21 10:53:42 -04:00
stefanh@inbox.com
33f23ff53c Bug 547492, fixing winstripe jar file that I forgot... 2010-04-19 21:59:36 +02:00
stefanh@inbox.com
beac1e2951 Bug 547492, forgot one change. 2010-04-19 21:28:56 +02:00
stefanh@inbox.com
dfcefac3af Bug 547492 - Use correct resize cursor for collapsed splitters (also make grippy arrows rtl-friendly). r=dao.
--HG--
rename : toolkit/themes/pinstripe/global/splitter/grip-hrz-after.gif => toolkit/themes/pinstripe/global/splitter/grip-bottom.gif
rename : toolkit/themes/pinstripe/global/splitter/grip-vrt-before.gif => toolkit/themes/pinstripe/global/splitter/grip-left.gif
rename : toolkit/themes/pinstripe/global/splitter/grip-vrt-after.gif => toolkit/themes/pinstripe/global/splitter/grip-right.gif
rename : toolkit/themes/pinstripe/global/splitter/grip-hrz-before.gif => toolkit/themes/pinstripe/global/splitter/grip-top.gif
rename : toolkit/themes/winstripe/global/splitter/grip-hrz-after.gif => toolkit/themes/winstripe/global/splitter/grip-bottom.gif
rename : toolkit/themes/winstripe/global/splitter/grip-vrt-before.gif => toolkit/themes/winstripe/global/splitter/grip-left.gif
rename : toolkit/themes/winstripe/global/splitter/grip-vrt-after.gif => toolkit/themes/winstripe/global/splitter/grip-right.gif
rename : toolkit/themes/winstripe/global/splitter/grip-hrz-before.gif => toolkit/themes/winstripe/global/splitter/grip-top.gif
2010-04-19 21:21:30 +02:00
Dão Gottwald
6487511945 merge backout 2010-04-17 11:10:26 +02:00
Dão Gottwald
ee9f9b277e Backed out changeset d5efbc47f534 2010-04-17 11:09:25 +02:00
Dão Gottwald
37ea818bd4 Bug 551769 - Background tabs sit too low. r=ventnor 2010-03-12 07:49:12 +01:00
Robert Strong
3ebd11eb47 Bug 480178 - Billboard should extend to available space and the update UI should be the same width for all locales. Patch 3 - string changes. r=dtownsend, ui-r=faaborg 2010-03-11 20:38:31 -08:00
Robert Strong
efd4f6162e Bug 480178 - Billboard should extend to available space and the update UI should be the same width for all locales. Patch 2 - pinstripe changes. r=dtownsend, ui-r=faaborg 2010-03-11 20:38:12 -08:00
Robert Strong
16b7d1f277 Bug 480178 - Billboard should extend to available space and the update UI should be the same width for all locales. Patch 1 - main changes without pinstripe changes. r=dtownsend, ui-r=faaborg 2010-03-11 20:37:45 -08:00
Justin Dolske
03c1a2e1f6 Bug 557661 - change OOPP crash UI to make it easier to submit crash reports. r=gavin, ui-r=beltzner 2010-04-07 18:53:00 -07:00
Justin Dolske
91bdcfbf17 Bug 521890 - Use CSS Transitions for HTML5 videocontrols. r=enn 2010-01-08 17:06:00 -08:00
Dão Gottwald
bf7caf9062 Bug 555221 - enable aero glass for the download manager. r=rflint 2010-03-28 10:47:29 +02:00
Neil Deakin
26619f6d45 Back out unintentional changes from bug 554072 2010-03-24 11:28:44 -04:00
Neil Deakin
e9dda7e9f3 Bug 554072, resizer should account for borders and padding when retrieving current element size, r=roc 2010-03-23 14:52:56 -04:00
Markus Stange
14d6397c6a Bug 538187 - CSS changes for :-moz-window-inactive pseudoclass. r=dao 2010-03-17 18:12:03 +01:00
Markus Stange
e8fdcce9ea Backed out changeset d906e4dd1e49, bug 538187 - CSS changes for :-moz-window-inactive pseudoclass because of test_righttoleft.xul test failures.
--HG--
extra : rebase_source : 48dbae1048eaf589013725fad8f6134fcf49c139
2010-03-17 19:58:46 +01:00
Markus Stange
4e55c7a59b Bug 552371 - Update billboard window should be draggable by its bottom toolbar. r=rs 2010-03-17 18:12:55 +01:00
Markus Stange
8a06df10bb Bug 538187 - CSS changes for :-moz-window-inactive pseudoclass. r=dao 2010-03-17 18:12:03 +01:00
Justin Dolske
1db3f5a1ce Bug 550293 - plugin-crashed UI needs more user opt-in. r=vlad, ui-r=faaborg 2010-03-16 22:10:08 -07:00
Dão Gottwald
ae2081f113 Bug 477113 - RTL text-align changes throughout the theme because of bug 299837. r=ehsan
--HG--
extra : rebase_source : 4bc0a54962f3987db6db08b7dd90a82d80f1831d
2010-03-15 19:45:10 +01:00
Florian Queze
c900cfd288 Bug 549290 - Title of common dialogs no longer bold on Mac. r=dao 2010-03-08 08:43:39 +01:00
Dão Gottwald
6788c0a2c8 Bug 547224 follow-up: Comment out -moz-placeholder use until it's actually implemented (bug 457801) 2010-03-07 22:05:01 +01:00
Walter Meinl
db16e72b92 Bug 547608: [OS/2] Make lightweight themes work r=dao,daveryeo 2010-03-06 12:55:20 -05:00
Dão Gottwald
caf1dccaa5 Bug 547224 - Remove the custom emptyText implementation, implement textbox.placeholder using the input field's native placeholder facility. r=enn
--HG--
extra : rebase_source : 50e3996d42073daa4c9f68f8c263b8b8106f3d84
2010-03-04 08:13:27 +01:00
Markus Stange
0cd523036b Bug 463695 - Make determined progressmeters on OS X animate. r=dao
--HG--
extra : rebase_source : db5a74b689a16e177a784fecbcb72fd93f70ee8a
2010-03-03 13:59:39 +01:00
Dão Gottwald
3c0a9affbf Bug 547716 - Move dropmark-nav.png from global/ to help/. r=mstange
--HG--
rename : toolkit/themes/pinstripe/global/toolbar/dropmark-nav.png => toolkit/themes/pinstripe/help/dropmark-nav.png
2010-02-22 18:39:46 +01:00
Dão Gottwald
d3efe3337f Bug 547676 - Remove item-grayscale.png. r=mstange 2010-02-22 12:28:56 +01:00
Gavin Sharp
7e628439c7 Bug 547292 - clean up plugin binding styling. r=dolske 2010-02-22 11:41:50 +01:00
Michael Ventnor
f4b4f48330 Bug 545304 - Use CSS gradients for plugin problem UI r=dao
--HG--
extra : rebase_source : 7dcb58a6de70dffc96058a9a855a27145c2b9974
2010-02-22 13:57:38 +10:00
Dão Gottwald
45fc3582fe Bug 418003 - Remove unused images 2010-02-22 10:18:26 +01:00
Markus Stange
2515d1e302 Bug 546874 - New style for the bookmarks bar. r=dao 2010-02-21 15:50:10 +01:00
Markus Stange
e5b4c30655 Bug 466642 - Style about:config on OS X. ui-r=faaborg, r=dao 2010-02-20 12:07:31 +01:00
Phil Ringnalda
ff97ff1405 Bug 546376 - Remove pointless plusses in pinstripe/global/jar.mn, r=dao 2010-02-15 21:46:28 -08:00
Phil Ringnalda
fe5e7b0bbb Bug 520364 - Make about:memory themeable, r=dao 2010-02-15 21:26:42 -08:00
Dão Gottwald
e65738f823 Bug 545842 - Style menu buttons and impose a standard size on third-party toolbarbutton icons. r=rflint
--HG--
extra : rebase_source : 6b41539ef72ba285b7bfdc6e67b44a46d7237395
2010-02-16 21:41:58 +01:00
Dão Gottwald
1e1815dfeb Bug 544999 - New toolbarbutton style for the main window. r=rflint 2010-02-12 10:09:56 +01:00
Michael Ventnor
48f5c254c1 Bug 545368 - Firefox doesn't theme tab focus rings r=roc
--HG--
extra : rebase_source : 7b348fd7c9f8ed970c2e45b020fc51d7be664a0f
2010-02-12 11:35:55 +13:00
Justin Dolske
1f895f93b6 Bug 538910 - Plugins: Need a "plugin crashed" UI. r=gavin, ui-r=faaborg, icon=shorlander 2010-02-09 17:05:32 -08:00
Justin Dolske
43603428aa Bug 539848 - Make in-content plugin problem UI look better. r=gavin
--HG--
rename : toolkit/mozapps/plugins/content/missingPlugin.xml => toolkit/mozapps/plugins/content/pluginProblem.xml
rename : toolkit/mozapps/plugins/content/missingPluginBinding.css => toolkit/mozapps/plugins/content/pluginProblemBinding.css
rename : toolkit/themes/pinstripe/mozapps/plugins/missingPlugin.css => toolkit/themes/pinstripe/mozapps/plugins/pluginProblem.css
rename : toolkit/themes/winstripe/mozapps/plugins/missingPlugin.css => toolkit/themes/winstripe/mozapps/plugins/pluginProblem.css
2010-02-09 17:05:32 -08:00
Markus Stange
949ca473e2 Bug 542192 - Restyle Mac menus. r=dao 2010-02-04 20:30:18 +01:00
Serge Gautherie
b85fed79a9 (Hv2a) /toolkit/themes/* whitespace cleanup.
r=dao.

(Done in: Bug 257280 - Replace [buttondown] and [buttonover] rules for some buttons of _the themes_ (and extensions/help) to work using :active and :hover rules.)
2010-02-03 01:18:55 +01:00
Dão Gottwald
9e53368a44 Bug 543315 - Remove obsolete use of buttonover and buttondown attributes. r=rflint 2010-02-02 08:48:16 +01:00
Dão Gottwald
1286621dd5 Bug 543317 - Remove unused toolbarmode and buttonstyle attributes. r=neil,rflint 2010-02-02 08:47:54 +01:00
Dão Gottwald
e5f8155023 Remove some cruft (no bug) 2010-01-28 12:51:52 +01:00
Dão Gottwald
3077101e2a Add missing comma 2010-01-28 10:03:24 +01:00
Dão Gottwald
10bd209ab5 Bug 541206 - status bar's background doesn't get set, using Lightweight Themes with Windows Classic. r=rflint 2010-01-23 09:39:29 +01:00
Dão Gottwald
1644b161c4 Bug 539365 - Lightweight themes text-shadow exists on print-preview screen. r=gavin 2010-01-15 09:20:08 +01:00
Neil Rashbrook
6895de5375 Bug 501095 followup to fix padding on listcell-label r=dao 2010-01-11 23:56:49 +00:00
Steffen Wilberg
bdcfade1a5 Bug 220253: Port about:about to Toolkit, but only show useful 'about' pages. ui-r=beltzner, r=mconnor 2009-08-21 21:28:46 +02:00
Robert O'Callahan
430f68fc01 Backed out changeset 880125b33bca
--HG--
extra : rebase_source : 3d0a098f7fa3ce93e9a2840db8fd9a790cb63792
2010-01-07 12:46:52 +13:00
Markus Stange
cb7c2b9ba9 Bug 534166 - Disabled arrow buttons in menus should be hidden. r=dao
--HG--
extra : rebase_source : 4db953550010a7033874ade0193fb03b9cb05c35
2010-01-06 18:58:45 +01:00
romaxa
20519041b1 Bug 537124 - "Some native color values are not initialized properly (ex: eColor__moz_fieldtext)" [r=Ventron sr=roc] 2009-12-31 04:29:00 -06:00
Markus Stange
4fe4a5edb5 Bug 534163 - Reset cursor on popups. r=dao 2009-12-30 16:23:59 +01:00
Markus Stange
1aa0e49964 Bug 534170 - Remove uses of -moz-mac-unified-toolbar and instead make all toolbars at the top of the window unified. r=dao, r=josh 2009-12-30 16:23:51 +01:00
Stephen Horlander
e3acaa677d Bug 431627 - Toolbar icons should have consistent photoshop blending settings. r=dao, ui-r=faaborg 2009-11-23 19:51:38 +01:00
Dave Townsend
dacb8e52a7 Bug 522571: Link from themes manager to personas gallery. r=robstrong 2009-11-16 13:05:25 -08:00
Dão Gottwald
c9ce52d1f9 whitespace cleanup 2009-11-16 12:13:10 +01:00
Dão Gottwald
de8cdd2493 Bug 527301 - Faststripe uses obsolete "empty" attribute. r=gavin 2009-11-08 11:25:54 +01:00
Dão Gottwald
3fdb3a1117 Bug 521659 - Main menu doesn't have hover/pressed state when using lightweight theme. r=rflint
--HG--
extra : rebase_source : 977345fdc59197573586aa197ead87c3ff0d2171
2009-11-06 22:57:12 +01:00
Dão Gottwald
63b775fcca Bug 525834 - Replace Search-glass.png with gtk-find stock icon. r=ventnor 2009-11-03 09:32:00 +01:00
Phil Ringnalda
f480bed6e0 Bug 526145 - Fix Pinstripe gradients after bug 513395 landing, r=gavin 2009-11-02 19:35:24 -08:00
Robert O'Callahan ext:(%2C%20Ms2ger%20%3Cms2ger%40gmail.com%3E)
3ad4c03640 Bug 513395: Implement revised CSS gradient notation (2/2): rendering
--HG--
rename : layout/reftests/css-gradients/radial-ref.html => layout/reftests/css-gradients/radial-1-ref.html
rename : layout/reftests/css-gradients/radial.html => layout/reftests/css-gradients/radial-1a.html
rename : layout/reftests/css-gradients/twostops-ref.html => layout/reftests/css-gradients/twostops-1-ref.html
rename : layout/reftests/css-gradients/twostops.html => layout/reftests/css-gradients/twostops-1a.html
2009-11-02 11:36:43 -08:00
Dão Gottwald
e500b9b19c sort jar.mn alphabetically (no bug) 2009-11-01 10:35:16 +01:00
Justin Dolske
ec3d60d652 Bug 520614 - Fix usage of vbox in videocontrols.xml. r=enndeakin 2009-10-30 16:13:41 -07:00
Dão Gottwald
d2c20e7beb Bug 523047 - Slow selectors in browser css. r=rflint 2009-10-23 17:28:14 +02:00
Dão Gottwald
4dcd43a644 Bug 522944 - chrome://mozapps/skin/extensions/blocklist.css doesn't exist on Windows Vista and 7. r=dtownsend 2009-10-22 22:48:27 +02:00
Dão Gottwald
9570add905 Bug 516701 - Checkboxes and radios need to be updated to lwtheme. r=rflint 2009-10-03 18:37:19 -04:00
Neil Rashbrook
35e41060f7 Bug 520371 Move dlgtype="help" rules from dialog.css to button.css which is where they really belong r=dao 2009-10-03 19:56:07 +01:00
Blair McBride
9cdc2ead10 Bug 514327 - Detect outdated plugins and offer upgrade path. ui-r=beltzner, r=dtownsend,josh 2009-10-02 13:26:04 +02:00
Neil Rashbrook
17b9b7b0ab Bug 512173 Make message-icon class work on all platforms again r=dao 2009-10-02 11:51:34 +01:00
Nochum Sossonko
33de430128 Bug 513461 - Implement pseudo classes for lightweight theme handling. r=dao,dbaron 2009-10-02 08:22:18 +02:00
Jae-Seong Lee
6c52026fb9 Bug 483419 - Rename the left-arrow and right-arrow class names in the print preview toolbar to previous-arrow and next-arrow. r=dao 2009-10-02 08:21:38 +02:00
Dão Gottwald
4863e688bc Bug 518859 - Lightweight theme not applied to titlebar. r=enn 2009-10-01 20:57:37 +02:00
Markus Stange
6e81a3956b Bug 514745 - RTL support for -moz-appearance: resizer. r=josh
--HG--
extra : rebase_source : f85af58c3b0205f16720fd80b0117fed6beb0d37
2009-09-28 10:58:58 +13:00
Markus Stange
ae8787f414 Bug 511785 - Replace toolbarbutton background images in the Places window with some CSS magic (borders, gradient backgrounds, box shadows). r=dao
--HG--
extra : rebase_source : 6e2a128c69aea89302243f60ad889c5e3f6380d3
2009-09-28 10:01:22 +13:00
stefanh@inbox.com
3ddc139121 Bug 516469 - Reference to non-existing twisty-clsd.gif and twisty-open.gif in pinstripe's tree.css. r=Mano. 2009-09-23 18:35:33 +02:00
Phil Ringnalda
e62c83fdc6 Bug 495228 - Remove checks for mac MOZ_WIDGET_TOOLKIT, r=ted 2009-09-18 19:59:53 -07:00
Dave Townsend
491c668f88 Bug 510909: Integrate most recently used lightweight themes into the themes list in the add-ons manager. r=robstrong, r=dao 2009-09-17 10:03:33 +01:00
stefanh@inbox.com
335e7650ca Bug 514963 - Reference to non-existing background-image in pinstripes listbox.css. r=Mano. 2009-09-10 20:29:24 +02:00
Neil Rashbrook
1f2285ecee Bug 501095 Clean up appPicker.xul r=Mano 2009-09-09 23:18:35 +01:00
Neil Rashbrook
261c16f3b6 Bug 514883 Font preference menulist is incorrectly bold in gnomestripe r=dao 2009-09-06 17:44:48 +01:00
Jesse Ruderman
82fc88ad9e Bug 514782 - Extra comma in pinstripe/global/global.css. r=dao 2009-09-05 11:42:41 +02:00
Benjamin Smedberg
008e309c7f Bug 513032 - remove empty conditionals in our makefiles, r=ted 2009-08-27 10:48:18 -07:00
stefanh@inbox.com
4eb218898c Bug 514509 - Disabled filefield icon should look disabled. r=dao. 2009-09-04 19:29:49 +02:00
Dave Townsend
9946367547 Bug 513392: Use styles on the normal icon rather than a separate hardcoded image for plugin icons. r=robstrong 2009-09-02 14:10:11 +01:00
Dão Gottwald
6e963b2cec Bug 511107 - Need a centralized way to assign lightweight themes to XUL windows. r=enn,mconnor,rflint 2009-09-04 12:58:18 +02:00
Markus Stange
0aeb055536 Bug 505699 - Add UI for full screen mode on the Mac. ui-r=faaborg, r=dao
--HG--
extra : rebase_source : b4819e769990532fcb913df8185b6d3911e7efe2
2009-09-04 09:36:32 +12:00
Ryan Flint
3b2c860721 Back out bug 511107 (e75c771c6ab8) due to browser-chrome test failures.
--HG--
extra : rebase_source : 1a85c6929ee9d57873c6866297431022fe8a86c8
2009-09-03 22:12:28 -04:00
Dão Gottwald
d645ae10a6 Bug 511107 - Need a centralized way to assign lightweight themes to XUL windows. r=enn,mconnor,rflint 2009-09-03 22:19:50 +02:00
Neil Rashbrook
8cb673faa5 Bug 512702 Fix incorrect <button type="menu"> dropmarker size on Windows r=Enn 2009-09-03 20:09:04 +01:00
Ian Neal
eb5adbff74 Bug 385252 - "grippy" mouseover effects inconsistent in Suiterunner
r=dao/neil
2009-09-02 21:15:43 +01:00
Markus Stange
401ca9822f Bug 508940 - Use build time preprocessing in order to share colors and other common CSS declarations in the theme. r=dao 2009-08-31 12:26:43 +12:00
Markus Stange
a2030dada0 Bug 508728 - Restyle the Places window scope bar. r=dao 2009-08-31 12:25:08 +12:00
Markus Stange
bd2d1053e7 Bug 510426 - Decrease the height of the notificationbar again. r=dao 2009-08-31 12:23:29 +12:00
Neil Deakin
808de8ae84 Bug 510333, native resizer theming for Cocoa, r=mstange 2009-08-20 10:19:18 -04:00
Markus Stange
363a29e71a Bug 507962 - Pinstripe widget margin cleanup. r=dao
--HG--
extra : rebase_source : e8b5bab4b2ba45f6f64a4d20cb5336f69d965c00
2009-08-18 14:34:20 +12:00
Taras Glek
17420ddd67 Bug 468011 - Combine all chrome into browser+toolkit jars. r=bsmedberg 2009-08-14 09:32:40 -07:00
Dão Gottwald
f565aca8d2 Bug 509187 - Use mirror transformations for rtl toolbarbutton icons. r=rflint 2009-08-11 10:27:20 +02:00
Markus Stange
20fc2cc39e Bug 508739 - Replace many gradient images with CSS gradients. r=dao
--HG--
extra : rebase_source : ceca5dc9c2191901bf7c0fdaa4cbb5d28e7bd96b
2009-08-11 09:25:56 +12:00
Markus Stange
09e2599221 Bug 508724 - Native theming for button[type=menu], CSS part. r=dao
--HG--
extra : rebase_source : 07706d26b90faec7697dd80daaae5abcd8a447e6
2009-08-11 09:24:57 +12:00
Dão Gottwald
e83d976f70 Bug 507369 - optimize some rtl style rules. r=rflint 2009-08-07 10:42:16 +02:00
Taras Glek
e593954d50 Backed out changeset e6d6596ef49a 2009-08-06 17:20:44 -07:00
Taras Glek
fb539a5d1e Bug 468011: Combine all chrome into a single jar file r=bsmedberg 2009-08-06 11:47:58 -07:00
Markus Stange
1c4d2bc0df Bug 468860 - class=plain should turn off -moz-appearance too, r=Neil 2009-08-04 10:14:02 +12:00
Neil Deakin
5303f25260 Bug 478416, replace chromedir attribute with :moz-locale-dir pseudoclass, r=neil,dao,dbaron,sr=dbaron 2009-07-29 14:33:53 -04:00
Paul O'Shannessy
68203c9dbb Bug 504486 - Disabled menuitems not using disabled-state icons on Windows CE, r=vlad 2009-07-27 15:32:54 -07:00
Dão Gottwald
d7c449ffa9 Bug 426917 - Add padding to Downloads window item list for Classic Windows themes. r=rflint 2009-07-27 18:55:39 +02:00
Justin Dolske
ccb681093e Followup to bug 502511, fix preprocessing of aero toolbar.css in jar.mn 2009-07-26 14:59:14 -07:00
Justin Dolske
34f7f644ff Bug 502511 - menu font/size/spacing off on Windows CE. r=vladimir 2009-07-23 17:35:49 -07:00
Justin Dolske
c952f24155 Bug 504238 - <menupopup>s on Windows CE are confusing window size and content size.. r=vladimir 2009-07-23 17:35:49 -07:00
Neil Rashbrook
cf7b4f42e8 Bug 483537 Move -moz-appearance styles from content into skin where they belong r=dao,mstange 2009-07-22 20:58:34 +01:00
Markus Stange
f2547b0821 Bug 486476 - Some findbar polish. ui-r=faaborg, r=dao 2009-07-21 14:36:48 +02:00
Markus Stange
ad0ba55583 Bug 501957 - Make the size of XUL radio buttons and checkboxes dependent on the font size. r=dao 2009-07-18 15:51:54 +02:00
Dão Gottwald
a2dd011f85 Bug 303491 - Groupbox caption styling cleanup. r=mstange, ui-r=faaborg 2009-07-21 12:12:01 +02:00
Markus Stange
aa719766c4 Merge backout of bug 501957 (changeset 29fb65d31455) 2009-07-18 18:09:35 +02:00
Markus Stange
3d4f3c06cf Backed out bug 501957 (changeset 29fb65d31455) because it caused test_contextmenu_list.xul failures. 2009-07-18 18:08:18 +02:00
Markus Stange
ba0dac95da Bug 504300 - Preferences window styles should live in toolkit, not browser. r=dao
--HG--
rename : browser/themes/pinstripe/browser/preferences/panebutton-active.png => toolkit/themes/pinstripe/global/icons/panebutton-active.png
rename : browser/themes/pinstripe/browser/preferences/panebutton-inactive.png => toolkit/themes/pinstripe/global/icons/panebutton-inactive.png
2009-07-18 15:52:14 +02:00
Markus Stange
906626bec8 Bug 501957 - Make the size of XUL radio buttons and checkboxes dependent on the font size. r=dao 2009-07-18 15:51:54 +02:00
Ehsan Akhgari
51f18a5be7 Bug 176244 - Fix column resize and reorder issues when direction is rtl; r=roc,enndeakin sr=roc 2009-07-15 11:52:42 +04:30
Paul O’Shannessy
d3e8a6ef96 Bug 500494 - Faststripe theme doesn't show arrows & checkboxes in menus, r=vlad
--HG--
extra : rebase_source : b5ed4eb4b32ac71ef201d3c67aad046703e13f32
2009-07-09 13:06:56 -07:00
Michael Ventnor
c665d04b4e Bug 501112. Set default panel text color to MenuText to ensure sufficient contrast with background. r=dao 2009-07-04 22:02:16 +12:00
Dão Gottwald
6dff30a966 whitespace cleanup (no bug) 2009-06-29 19:03:45 +02:00
Markus Stange
190d0f25f2 Bug 497723 - Arrow images in menus shouldn't inherit -moz-image-region. r=dao 2009-06-29 18:20:04 +02:00
Gavin Sharp
7ccc2d9d90 Bug 491636 - -moz-user-focus:normal for selected tabs should be set consistently and in the content stylesheet. r=enn 2009-06-15 15:43:34 +02:00
gekacheka@yahoo.com
c4678cd291 Bug 491218 - toolbarbutton type="menu" vertical orient dropmarker is too tall. r=dao 2009-06-15 12:00:07 +02:00
Michael Ventnor
a29617d23b Bug 496454. Introduce menubar text system color, and use it with GTK. r=roc
--HG--
extra : rebase_source : d79b39d1bfdecbc75785ab49add6ade07ff8c822
2009-06-15 09:58:14 +12:00
Markus Stange
3f78cec4f4 Bug 482681 - Make Mac button size dependent on their font size. r=mano on the patch, r=dao sr=roc on the test 2009-06-14 12:46:41 +02:00
Dão Gottwald
9b4afaef58 Bug 497829 - Remove remaining workarounds for bug 458231. r=neil 2009-06-12 20:46:55 +02:00
Neil Rashbrook
9805c029f6 Bug 458231 Frame overflow plays havoc with size of <label> or <description> r+sr=roc r=dao for backout of workaround for bug 69710 2009-06-12 08:33:51 +01:00
Dão Gottwald
abe3c49334 Bug 496161 - removing sRGB profiles and gAMA chunks 2009-06-11 21:57:54 +02:00
Dão Gottwald
8bbea4aeca Bug 418003 - remove obsolete images 2009-06-11 15:06:15 +02:00
Markus Stange
4ad050fab7 Merge backout of bug 482681 2009-06-11 13:14:41 +02:00
Markus Stange
bc3b88c0b5 Backed out changeset 04f5a3303ebf, bug 482681 due to test failures 2009-06-11 13:14:13 +02:00
Markus Stange
9d02a47048 Bug 458199 - Polish the download manager on Mac OS X, r=sdwilsh 2009-06-11 11:24:45 +02:00
Markus Stange
6dcf72b416 Bug 482681 - Make Mac button size dependent on their font size. r=mano 2009-06-11 11:21:48 +02:00
Dão Gottwald
cc4ef82539 Bug 496161 - Bookmarks toolbar icon/text backgrounds don't match 2009-06-11 00:55:44 +02:00
Dão Gottwald
e2e9523ddf Bug 433154 - Notification bar close button is too big, description isn't vertically centered. r=ventnor 2009-06-11 00:54:22 +02:00
Neil Deakin
79321ef1f8 Bug 178324, refactor focus by moving all focus handling into one place and simplifying it, add many tests, fixes many other bugs too numerous to mention in this small checkin comment, r=josh,smichaud,ere,dbaron,marco,neil,gavin,smaug,sr=smaug (CLOSED TREE) 2009-06-10 14:00:39 -04:00
Dão Gottwald
8cd0dce2ef Bug 462967 - Update full screen window controls on windows theme. r=rflint 2009-06-03 18:01:26 +02:00
Dão Gottwald
b75e0de556 Removing harmful padding from notification icons added in bug 494657 2009-06-02 15:54:26 +02:00
Dão Gottwald
4d206b4173 Bug 495903 - Notification bar x is truncated on the bottom. r=rflint 2009-06-02 09:00:32 +02:00
Markus Stange
e04ff2a947 Backing out bug 458199 (gradients in the download manager) because it caused bug 495686. a=beltzner 2009-05-31 16:23:21 +02:00
Markus Stange
d73a058e2d Bug 458199 - Use gradients on selected items in the download manager on Mac OS X. ui-r=faaborg, r=dao, a191=beltzner 2009-05-31 10:39:39 +02:00
Ehsan Akhgari
a2fd65bb76 Bug 462969 - Update print preview toolbar icons on windows theme; r=dao 2009-05-31 09:11:57 +04:30
Ehsan Akhgari
48c4e6a933 Bug 495595 - Sort arrows are reversed; r=dao 2009-05-30 16:57:17 +04:30
Ehsan Akhgari
e666178954 Bug 494657 - Refresh generic notification bar icons on OS X; r=dao 2009-05-29 10:20:12 +04:30
Ehsan Akhgari
6df53efd7a Bug 467844 - Use native sort arrows for different OS themes; r=dao 2009-05-28 22:06:35 +04:30
Ehsan Akhgari
4e2b98225c Bug 494655 - Refresh flexible space icon on OS X; r=dao 2009-05-28 11:30:19 +04:30
Dão Gottwald
16820213cd Bug 494834 - Refresh close tabs buttons on OS X 2009-05-28 08:40:53 +02:00
Dão Gottwald
4698018147 Bug 494822 - Add support for the selected state profile manager icon. r=mstange 2009-05-27 09:04:50 +02:00
Markus Stange
f04c9515c0 Bug 494725 - Live title selection doesn't work inside Library. r=dao 2009-05-27 07:41:40 +02:00
Dão Gottwald
ee0ca434ae Bug 486653 - chrome links should never be red. r=gavin 2009-05-26 06:16:17 +02:00
Alex Faaborg
96e33e4eed Bug 494650 - Refresh icons for plugin disabled and blocked; r=gavin 2009-05-25 07:58:36 +04:30
Alex Faaborg
5dc289600b Bug 494654 - Refresh profile icon for OS X 2009-05-24 11:25:04 +02:00
Dão Gottwald
47667942d1 Bug 418003 - Remove obsolete and unused images (in preparation for new icon drop) 2009-05-24 10:44:19 +02:00