Commit Graph

329 Commits

Author SHA1 Message Date
Dão Gottwald
328048b888 Bug 608522 - menubar shouldn't be draggable when a lightweight theme is applied (missing colon in global.css). r+a=gavin 2010-11-05 09:29:45 +01:00
Dão Gottwald
2217bacf89 whitespace cleanup 2010-10-24 11:17:06 +02:00
Dão Gottwald
067090bdd6 whitespace cleanup 2010-10-24 11:03:47 +02: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
83f51eb942 Bug 595317: Scrollbars don't appear in the details view. r=Unfocused, a=blocks-final 2010-10-06 14:58:17 -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
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
Patrick Walton
6e9e88b888 Bug 573840 - Web Console styling is broken with a Persona, r=dao, a=blocking2.0 2010-09-17 12:45:11 -03:00
Dave Townsend
fd4a0cfe7d Bug 595280: Support HTML fragments from the AMO 1.5 API. r=Unfocused, a=blocks-betaN 2010-09-14 16:56:38 -07:00
Mihai Sucan
af713695d1 Bug 587617 - Can't select text in the output of the WebConsole on linux; f=ddahl,rcampbell r=dietrich a=dietrich 2010-09-15 11:27:10 -04:00
Neil Deakin
43da4cf629 Bug 566154 - text missing from preferences font size pulldown.; f=neil r=neil a=blocking-betaN+ 2010-09-15 11:25:08 -04:00
Dão Gottwald
1fb976dff1 Bug 419298 - Dialog icons should be displayed in the native OS theme size without scaling. r=neil 2010-09-15 09:26:02 +02:00
Michael Monreal
c0d7893a85 Bug 594719 - Use GTK icons on notification bars. r=dao 2010-09-15 09:24:47 +02: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
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
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
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
David Dahl
12bb05537a Bug 583101 - Web Console input and output display should use the same font and size r=dietrich a=dietrich 2010-09-01 12:56:06 -07:00
Dave Townsend
6d35b5b2bf Bug 562902: Implement the final detail view mockups. r=Unfocused, a=blocking-b6 2010-09-01 09:57:48 -07:00
Dão Gottwald
9a5e2d14bd Bug 591310 - "Phrase not found" find bar status message is misaligned. r=mventnor
--HG--
extra : rebase_source : 50803cddfc4ac6b98cf0aa4d0ac389bd50b45067
2010-08-31 21:26:30 +02:00
L. David Baron
f51578d775 Fix uses of percentage border-radius in themes for new definition of percent. (Bug 471643) r=Mossop a2.0=blocking+ 2010-08-31 16:46:41 -04:00
Blair McBride
bd83ae935b Backed out changeset 6fe388a0fb5e (Bug 581076) due to test failures. a=bustage
--HG--
extra : rebase_source : f726613cbce0938d25fd58a9547a5a25d15c1433
2010-08-30 17:35:21 +12:00
Blair McBride
c46068002a 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-beta5 2010-08-28 14:45:11 +12:00
Julian Viereck
0f36d719e3 Bug 573103 - Implement WebConsole Network Panel, r=dietrich, a=blocking2.0 (beta5) 2010-08-28 21:31:12 -07:00
Rob Campbell
09c3eaf639 backing out bugs 587574, 588540, 573103, 568634 to clear leaks, a=#developers 2010-08-28 14:51:40 -03:00
Julian Viereck
a30a8f456b Bug 573103 - Implement WebConsole Network Panel, r=dietrich, a=blocking2.0 (beta5) 2010-08-13 12:14:01 +02:00
Dave Townsend
d7342d297f Bug 562797: Add-ons Manager needs to integrate with browser session history. r=Unfocused, r=sdwilsh, a=blocking-beta5
--HG--
extra : rebase_source : 8fe1d34d8b6f906799de9b2740f12c383a5feed0
2010-08-27 15:23:53 -07:00
Dão Gottwald
fd001ecdb0 Bug 590053 - Rename headsUpDisplay.css to webConsole.css. r=gavin
--HG--
rename : toolkit/themes/gnomestripe/global/headsUpDisplay.css => toolkit/themes/gnomestripe/global/webConsole.css
rename : toolkit/themes/pinstripe/global/headsUpDisplay.css => toolkit/themes/pinstripe/global/webConsole.css
rename : toolkit/themes/winstripe/global/headsUpDisplay.css => toolkit/themes/winstripe/global/webConsole.css
extra : rebase_source : df2660db02f2ec5ba7694731a9a30320b9aab9ba
2010-08-25 20:03:28 +02:00
Mounir Lamouri
1410b0f83d Bug 457801 (2/2) - Fix default placeholder style for XUL textboxes. r=dao a2.0=blocking 2010-08-25 06:39:55 +02:00
Mounir Lamouri
a998cdc78c Backing out unintentional push ba7b3f3d3451, b21458f2e3a2 and f69cabe709ca. a=backout 2010-08-25 02:40:47 +02:00
Mounir Lamouri
6bf2d28262 Bug 457801 (2/3) - Fix default placeholder style for XUL textboxes. r=enndeakin 2010-08-24 21:23:27 +02:00
Neil Rashbrook
4664a4e9b7 Bug 589570 Disabled splitters should use the default cursor r=dao a=gavin 2010-08-24 23:39:33 +01:00
Dave Townsend
18b43b4231 Bug 581084: List of search results doesn't visually differentiate between installed add-ons and available add-ons. r=Unfocused, a=blocking-beta5 2010-08-24 11:23:46 -07:00