Dão Gottwald
d551e35e9d
bug 610123 bustage fix
2010-11-06 17:05:55 +01:00
Henrik Skupin
f79b3a195d
Bug 599771: Update buttons in the Add-ons Manager to use a consistent id/anonid naming scheme. r+a=dtownsend
2010-10-15 10:00:03 -07:00
Markus Stange
6a4c9d83fd
Bug 594484 - Don't override cursor and color styles for the number box text input because it breaks disabled="true" styling. r=dao a=gavin
...
--HG--
extra : rebase_source : 2aab724e58b26ae4f46f960e6dc0da63528f1808
2010-10-15 12:23:11 +02:00
Neil Deakin
71674132a2
Bug 554937 - Implement arrow panels and use them for some notifications, r=gavin, a=betaN+
2010-10-13 15:41:37 -04:00
Dave Townsend
1f39aacf71
Bug 595656: Add-ons view rounded border corners sometimes cut off by content. r=Unfocused, a=blocks-final
2010-10-08 10:12:09 -07:00
Roland Warmerdam
270bb81e04
Bug 592708: Hide the bottom border of the details grid. r=Unfocused, a=dtownsend
2010-10-07 10:28:04 -07:00
Dave Townsend
c5edc2d312
Backing out bug 597178 due to a change of plans. a=backout
2010-10-07 15:11:35 -07:00
Dave Townsend
cd60b15799
Bug 597178: Remove redundant back and forward buttons. r=Unfocused, a=blocks-final
2010-09-30 12:39:15 -07:00
Dave Townsend
c4aa76ef1f
Bug 566605: Download progress widget doesn't update its progress meter on OSX. r=Unfocused, a=blocks-final
2010-09-30 12:42:50 -07:00
Dave Townsend
8932993425
Backed out changeset 3019bcf3e9ab which should not have landed. a=backout
2010-10-04 15:39:20 -07:00
Dave Townsend
052261d1e6
Bug 601143: Add loading and error states to the get add-ons view. r=robstrong, a=strings
2010-10-04 15:36:07 -07:00
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
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
Joe Walker
0f8cb96362
Bug 588014 - Format clickable output to look like being clickable, r+a=dietrich
2010-09-07 23:37:47 +01: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
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
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
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
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
Patrick Walton
9f57b40628
Bug 586514 - Web Console should be 100% XUL, r+a=dietrich
2010-08-13 14:36:05 -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
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
Neil Deakin
87921c3c7d
Bug 552982, Part 5: support for titlebars on panels, r=mats,sr=roc
2010-07-27 09:38:03 -04: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
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
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
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
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
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
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
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
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
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
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
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
1644b161c4
Bug 539365 - Lightweight themes text-shadow exists on print-preview screen. r=gavin
2010-01-15 09:20:08 +01: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
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
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
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
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
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
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
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
Jesse Ruderman
82fc88ad9e
Bug 514782 - Extra comma in pinstripe/global/global.css. r=dao
2009-09-05 11:42:41 +02: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
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
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
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
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
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
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
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
e666178954
Bug 494657 - Refresh generic notification bar icons on OS X; r=dao
2009-05-29 10:20:12 +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
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
Justin Dolske
2f96cb2b54
Bug 489902 - video controls should prefer a specific font name. r=ryan, a192=beltzner
2009-05-20 22:27:00 -07:00
Justin Dolske
a07fb6f686
Bug 493130 - Update video scrubber icons. ui-r=boriss, a192=beltzner
2009-05-20 22:27:00 -07:00
Dão Gottwald
d95335d8cf
remove obsolete images
2009-05-18 13:04:58 +02:00
Dão Gottwald
d24ef01513
remove obsolete images
2009-05-18 12:43:31 +02:00
Dave Townsend
31119eee7e
Bug 415297: Content styles should control display behaviours, not the theme. r=robstrong
2009-05-12 09:21:15 +01:00
Neil
04547712e1
bug 481914 - dialogs shouldn't be larger than available screen space r=blassey
2009-05-05 15:03:27 -04:00
Serge Gautherie
ab1fa47cef
Backed out changeset: d9bd4e76e241
...
1 of 3 changesets causing lots of test failures
2009-05-06 01:57:46 +02:00
Neil
6fe9bbd35c
bug 481914 - dialogs shouldn't be larger than available screen space r=blassey
2009-05-05 15:03:27 -04:00
Aronnax
3aafdfba2e
Bug 491329 - Tweak the view button colors a little, r=dao
2009-05-05 17:10:38 +02:00
Doug Turner
72fdc51bce
Bug 488884. Blue Learn More link is really hard to read on the mac. r=gavin
2009-04-30 22:04:16 -07:00
stefanh@inbox.com
1525bbceb8
Bug 485235 - Remove the mac-specific wizard-label-box in wizard.xml. r=gavin.
2009-04-30 12:24:05 +02:00
Dão Gottwald
d58008b5eb
Bug 487250 - 'empty' attribute for textboxes with emptytext conflicts with xul templates. r=enn
2009-04-24 13:20:03 +02:00
Markus Stange
234627d86b
Bug 477827 - Use inset box shadows instead of border images for the toolbar buttons in the Add-ons Manager, Page Info dialog and Error Console. r=dao, r=Enn, r=dtownsend
2009-04-24 12:01:21 +02:00
Dão Gottwald
42e3ba910b
merge
2009-04-23 11:47:40 +02:00
Dão Gottwald
448c7ca718
Backed out changeset 69f84bd26700 (bug 487250) to fix browser_privatebrowsing_searchbar.js failure
2009-04-23 11:47:12 +02:00
Dão Gottwald
1896e31769
Bug 487250 - 'empty' attribute for textboxes with emptytext conflicts with xul templates. r=enn
2009-04-23 08:57:38 +02:00
Justin Dolske
0648c8d320
Bug 488083 - video scrubber thumb can overlap play/pause button and duration. ui-r=boriss, r=ryan
2009-04-23 00:33:35 -07:00
Justin Dolske
e1c911e3a8
Bug 475317 - Need UI for volume control on <video>. r=enn, ui-r=boriss
2009-04-23 00:33:35 -07:00
Justin Dolske
c515807e69
Bug 475318 - video controls should display numeric position and duration. r=enn, ui-r=boriss
2009-04-23 00:33:35 -07:00
Markus Stange
b8b7b195f7
Bug 477590 - Use a horizontal mirror transform when drawing native searchfields and dropdown buttons for RTL frames on OS X. Also fixes bug 477592. r=dao, r=josh, sr=roc
2009-04-17 10:12:12 +02:00
Dão Gottwald
3132e13d68
Bug 487518 - Search widget on OS X shouldn't start search when clicking on non-existent search icon. r=enn
2009-04-13 19:41:23 +02:00
Dão Gottwald
88eef4436f
Bug 488006 - cocoa-size="small" should be a platform-independent class instead. r=enn
2009-04-13 19:40:00 +02:00
Justin Dolske
5a83dbd158
Backed out changeset 1e38c7369a3d (bug 475318)
2009-04-13 01:29:57 -07:00
Justin Dolske
29fa8ab2f5
Bug 475318 - video controls should display numeric position and duration. r=enn, ui-r=boriss
2009-04-12 23:09:22 -07:00
Dão Gottwald
ed55c2a670
Bug 429857 - Don't show entry divisor for last entry in location bar autocomplete. r=gavin
2009-03-26 13:52:31 +01:00
Justin Dolske
6071c27986
Bug 481040 - video controls should indicate when an error occurs. r=enn
2009-03-23 16:40:39 -07:00
Dão Gottwald
458326766b
Bug 483378 - findbar-textbox should be a proper textbox rather than faking the appearance on find-field-container. r=gavin
2009-03-14 20:53:12 +01:00
Dão Gottwald
7a8c71cfe1
Bug 422203 - Find bar focus ring color doesn't respect OS setting. r=enn
2009-03-14 09:11:06 +01:00
Dão Gottwald
1c3b26deb8
Bug 476370 - buttons on the information bar do not show a focus ring. r=enn
2009-03-14 09:10:08 +01:00
Dão Gottwald
4d901e2d18
Bug 481397 - Incorrect tab order of findbar buttons on Linux. r=enn
2009-03-11 16:10:52 +01:00
Dão Gottwald
bca8c5db80
Bug 479899 - Remove id selector usage from toolkit themes. r=enn
2009-03-08 20:05:53 +01:00
Markus Stange
1330d5fa26
Bug 471325 - Focus ring on native-styled tab is cut off at right, r=dao
2009-03-05 16:05:57 +01:00
Dão Gottwald
2ab299db55
Bug 481427 - findbar-textbox binding incorrectly assigned in theme files. r=enn
2009-03-05 13:39:39 +01:00
Justin Dolske
0ffc0e6eb8
Bug 470983 - Video controls should ...buffering... indicate when ...buffering... playback is stalled. r=enn, ui-r=boriss
2009-02-25 23:40:38 -08:00
Dão Gottwald
c4850d0d07
Bug 404229 - remove inclusion of global/skin/toolbar.css from browser.xul. r=gavin
2009-02-22 10:13:59 +01:00
Markus Stange
50115a956d
Bug 477732 - Toolbar buttons (in Error Console, Add-ons Manager, Page Info Dialog) are not laying out correctly on Mac, border image endcaps are squashed; css fix. r=dao
2009-02-21 17:35:56 +01:00
Ehsan Akhgari
49edf7e991
Bug 348233 - FTP and Gopher index pages are LTR always; r+sr=bzbarsky
2009-02-15 10:51:04 +03:30
Markus Stange
e523a92545
Bug 469631 - Cocoa needs a correct combobox/editable menulist widget, r=dao r=josh sr=roc
2009-02-11 16:54:10 +01:00
Dão Gottwald
e1e13d8e43
Bug 476360 - some inner button margins ignore the chrome direction. r=enndeakin
2009-02-09 21:06:41 +01:00
Dão Gottwald
826a83d5db
Bug 476364 - disabled button and menulist color is hardcoded, should use native color. r=enndeakin
2009-02-09 21:05:58 +01:00
Robert Strong
a57a076ad2
Bug 374820 - [Mac] vertical scrollbars showing in the major update / EULA part of the software update UI. r=dtownsend
2009-02-02 10:07:33 -08:00
Markus Stange
90bdf75818
Bug 399030 - Draw dropdowns with NSPopupButtonCell, r=josh sr=roc
2009-01-31 17:49:29 +01:00
Ehsan Akhgari
33c4758fba
Bug 474693 - cursor (pointer) over scrollcorner is the wrong one (ugly nwse-resize instead of good se-resize); r=dao
2009-01-30 11:43:16 +03:30
Justin Dolske
d1bac89ccf
Bug 462113 - Implement progress bar / scrubber for video controls. r=enn, ui-r=boriss
2009-01-24 21:21:32 -08:00
Daniel Holbert
2a7d88e05a
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
2009-01-21 22:55:08 -08:00
stefanh@inbox.com
f11dc3af7e
Bug 414893 - Don't hardcode height of .toolbarpaletteitem-box when on toolbar. r=Mano.
2009-01-18 15:12:30 +01:00
Kai Liu
4b0b5e5530
Bug 240536 - resizer direction is to the right, when interface is RTL; r=roc,mano sr=roc
2009-01-18 13:58:19 +03:30
Ehsan Akhgari
330cfddac1
Bug 436175 - chevron in bookmarks toolbar is reversed in RTL locales; r=dao
2009-01-15 11:24:16 +03:30
Jennifer Boriss
138f1b4153
Bug 460155 - update <video> control icons. ui-r=faaborg, p=dolske
2009-01-12 16:26:48 -08:00
Dão Gottwald
3b27428c91
Bug 471921 - use proper CSS instead of first-tab, last-tab and afterselected attributes. r=gavin
2009-01-09 10:57:57 +01:00
Markus Stange
79fb704974
Bug 449442 - Use -moz-appearance: statusbar in the Mac theme, r=dao
2009-01-06 16:47:14 +01:00
Markus Stange
6bf2a8ee9f
Correcting mistake in license header from bug 456214, comment only change
2009-01-06 16:45:46 +01:00
Justin Dolske
7edfadf65b
Bug 464371 - <video> fires multiple load events, controls should be <button>s. r=enn
2008-12-22 13:05:29 -08:00
Atsushi Sakai
a38e8e25a5
Bug 355822 - User profile selection window cropped; r=gavin.sharp
2008-12-21 18:24:16 +01:00
Justin Dolske
61c315c483
Bug 469030 - video control binding shouldn't use ID attribute. r=enn
2008-12-20 14:57:34 -08:00
Justin Dolske
8b750632b1
Bug 461680 - Improve video control fade in/out animation. r=enn
2008-12-19 17:33:20 -08:00
Markus Stange
56400f4e34
Bug 469134 - Content XUL menubars shouldn't look like chrome toolbars, r=dao
2008-12-15 14:43:57 +01:00
Markus Stange
0337d4b64b
Bug 460899 - Use -moz-appearance: toolbar in the CSS for toolbars. r=dao
2008-12-11 15:48:23 +01:00
Justin Dolske
346d856ebc
Backout bug 461680 and bustage fixes due to still failing on Linux and possible leaks.
2008-12-10 23:30:54 -08:00