Commit Graph

158 Commits

Author SHA1 Message Date
Blair McBride
6754ee4523 Bug 581361 - Pause and Cancel button of download progress widget not functional. r=dtownsend, a=blocking-final 2011-01-12 14:05:55 +13:00
Blair McBride
e4dfbbdfa9 Bug 623739 - CPU usage spikes because of animated hidden images. r=dtownsend, a=blocking-final 2011-01-12 14:05:55 +13:00
Blair McBride
bef69aac9c Bug 593535 - Failure to download extension causes about:addons to list the addon with no way to restart the download; frontend; f=dtownsend r=dtownsend,robert.bugzilla a=blocking2.0 2011-01-10 15:58:10 +13:00
Blair McBride
6137ed3ea4 Bug 602059: Large screenshots not handled well, and/or no scroll bars on details page. r=dtownsend, a=blocks-final 2011-01-07 09:19:53 -08:00
Dave Townsend
cb55764ec0 Bug 601143: Add loading and error states to the get add-ons view. r=Unfocused, a=blocks-betaN
try: -b do -p linux,linux64,macosx,macosx64,win32 -u xpcshell,mochitest-o -t none
2010-12-21 10:06:40 -08:00
Dão Gottwald
0d51752143 Bug 614838 - remove bogus borders. r=unfocused 2010-12-09 09:51:56 +01:00
Blair McBride
d6bf52357d Bug 614865 - Addon about window does not handle overflow very well. r=dtownsend, a=blocking-final 2010-12-07 13:32:08 +13:00
Blair McBride
b46237ceb3 Bug 492271 - "All Add-ons have been disabled in safe mode" is misleading in safe mode. r=dtownsend, a=blocking-final 2010-12-07 13:31:32 +13:00
Blair McBride
2161882ac2 Bug 616641 - Start/end caps of the download-progress binding broken on Windows/OSX with undetermined mode. r=dtownsend, a=blocking-final 2010-12-07 13:28:49 +13:00
Robert Strong
d03a495738 Bug 614767 - dos line ending in extensions-aero.css. r=dtownsend, a=dtownsend 2010-12-02 19:56:47 -08:00
Dave Townsend
1497e79bc3 Bug 615980: 64x64 icons shouldn't be squished down to 48x48. r=Unfocused, a=blocks-final 2010-12-02 09:32:28 -08:00
Dão Gottwald
b0f473e6ba Bug 614824 - Fix typo. r=unfocused
--HG--
extra : rebase_source : 8d0e0b98c4d5cede4e62d54e6341732db3922649
2010-12-01 07:44:57 +01:00
Blair McBride
c7aa0bfed7 Bug 601022 - Add final visual style and graphics to add-ons manager. r=dtownsend,dao a=blocking 2010-10-07 13:20:06 +13:00
Dave Townsend
013bbe38d4 Bug 602895: When the window gets too small for the deck we need to show a horizontal scrollbar. r=Unfocused, a=blocks-final 2010-11-16 11:30:26 -08: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
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
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
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
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
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
Dave Townsend
6d35b5b2bf Bug 562902: Implement the final detail view mockups. r=Unfocused, a=blocking-b6 2010-09-01 09:57:48 -07: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
Dave Townsend
b9ae142740 Bustage fix, landing missing file from bug 562797 2010-08-27 18:52:13 -07: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
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
Dave Townsend
5d764ee024 Bug 585960: Implement the overall theme changes. r=Unfocused, a=blocking-beta5 2010-08-23 10:46:30 -07:00
Dave Townsend
0ec1659dfa Bug 585950: Implement the new list view mockups. r=Unfocused, a=blocking-beta5 2010-08-23 10:46:05 -07: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
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
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
Dave Townsend
d463543d87 Bug 572043: Update add-on manager icons for beta 1. r=robstrong 2010-06-18 14:10:13 -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
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
Dão Gottwald
d2c20e7beb Bug 523047 - Slow selectors in browser css. r=rflint 2009-10-23 17:28:14 +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
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
Dave Townsend
04f468e6a2 Bug 490195: Search field in "Get Add-ons" panel is badly aligned. r=dao 2009-05-14 13:13:11 +01: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
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
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
Dave Townsend
d13a725406 Bug 455906: Support severities for blocklist entries. r=robstrong, r=jst
--HG--
rename : toolkit/mozapps/extensions/content/list.xul => toolkit/mozapps/extensions/content/blocklist.xul
rename : toolkit/mozapps/extensions/public/nsIBlocklistService.idl => xpcom/system/nsIBlocklistService.idl
2008-11-02 12:13:48 +00:00
Dave Townsend
d81de86f28 Backed out changeset bbccbf2c7456 2008-11-02 03:27:18 +00:00
Dave Townsend
f6b515d08c Bug 455906: Support severities for blocklist entries. r=robstrong, r=jst
--HG--
rename : toolkit/mozapps/extensions/content/list.xul => toolkit/mozapps/extensions/content/blocklist.xul
rename : toolkit/mozapps/extensions/public/nsIBlocklistService.idl => xpcom/system/nsIBlocklistService.idl
2008-11-02 01:34:45 +00:00
Natch
dd515511f2 Bug 423469: Theme preview splitter can be moved too far to the left and right. r=mossop 2008-09-05 11:36:22 +01:00
Dão Gottwald
190db00476 Bug 449317 – Use the new search textbox binding in the Add-ons manager. r=mossop 2008-08-07 23:16:01 +02:00
Ehsan Akhgari
f7de2171cb Bug 431887 – Search icon on "Get add-ons" window doesn't change if I hover it with mouse. r=dao 2008-07-12 09:15:16 +02:00
Ehsan Akhgari
f0f6546ae1 Bug 431002 – Search fields should use search-close instead of the close button for tabs. r=dao 2008-07-12 00:54:52 +02:00
gavin@gavinsharp.com
f72b7a26fb Bug 431305: Panes different height in the Add-ons Manager, patch by Dão Gottwald <dao@mozilla.com>, r=mossop, a=damon 2008-05-05 13:49:38 -07:00
reed@reedloden.com
510c1bfe4f Bug 430759 - "new windows icons 2008-04-25" [p=Iconfactory ui-r=faaborg a1.9=mconnor] 2008-04-26 02:27:25 -07:00
gavin@gavinsharp.com
afa301c41f Bug 426745: Increase padding for prefpane icons (options, page info, addon manager), patch by Mike Beltzner <beltzner@mozilla.com>, r+a=mconnor 2008-04-23 15:30:00 -07:00
reed@reedloden.com
792227aff7 Bug 429689 - "Land new windows icons (20080418)" [p=Iconfactory ui-r=faaborg a1.9=beltzner] 2008-04-19 03:27:41 -07:00
dolske@mozilla.com
9255f35c65 Bug 428764 - CSS and packaging changes (/toolkit) for APNG throbber. r/ui-r/a1.9=beltzner 2008-04-18 00:40:53 -07:00
reed@reedloden.com
723429d9ca Bug 429282 - "Land new windows icons (20080416)" [p=Iconfactory ui-r=faaborg a1.9+b1.9=beltzner] 2008-04-16 13:36:57 -07:00
gavin@gavinsharp.com
86f3ab1e5a Bug 427689: Don't switch to a hand cursor on search and search close in the add-ons manager, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, r=mossop, a=schrep 2008-04-13 18:04:59 -07:00
dtownsend@oxymoronical.com
3085943672 Bug 414567 and 414472: Fix search buttons to use transparent images matching the rest of the app. r=robstrong 2008-03-27 13:12:03 -07:00
reed@reedloden.com
b0bf225825 Bug 425217 - "Use 32bpp (instead of 64bpp) for theme icon PNGs" [p=faaborg@mozilla.com (Alex Faaborg) a=blocking-firefox3+] 2008-03-26 13:50:44 -07:00
reed@reedloden.com
3b754f9ae5 Bug 424415 - "Revert languages icon (Replace UN icon)" [p=beltzner@mozilla.com (Mike Beltzner) a1.9b5=beltzner] 2008-03-25 16:18:26 -07:00
reed@reedloden.com
e62f64410a Bug 424028 - "beta 5 theme update for windows (xp and vista)" (Fix tab close icon and get add-ons search bar) [p=reed pending-r=gavin pending-a1.9b5=] 2008-03-21 01:41:27 -07:00
reed@reedloden.com
ba155ed3b2 Bug 423977 - "Add-ons rating stars now a grid of 11x11 icons" [p=reed r=gavin a1.9b5=mconnor] 2008-03-20 22:51:53 -07:00
reed@reedloden.com
95bba3831e Bug 424028 - "beta 5 theme update for windows (xp and vista)" [p=Iconfactory ui-r=faaborg a1.9b5=mconnor] 2008-03-20 21:23:33 -07:00
rflint@ryanflint.com
a4c43d239b Bug 420674 - Large icons from extensions and themes are stretched in Addons manager. r=dtownsend a1.9b5=beltzner 2008-03-20 14:43:46 -07:00
dtownsend@oxymoronical.com
2bebda4e8f Bug 423137: Switch to use 0-5 for add-on ratings. r=robstrong 2008-03-18 12:44:59 -07:00
reed@reedloden.com
232b3cc43f Bug 421635 - "[EM] post restart notification should specify foreground color" [p=taken.spc@gmail.com (KUROSAWA, Takeshi) r=rob_strong a1.9=damons] 2008-03-11 01:13:07 -07:00
dtownsend@oxymoronical.com
5d6b77f364 Bug 408115: Add post-restart notification of new add-on installs. r=gavin.sharp, r=robstrong, a=beltzner 2008-03-07 16:16:38 -08:00
dtownsend@oxymoronical.com
7bd95d0403 Bug 414481: Get Add-ons Tab: make EULA text selectable. r=robstrong, a=beltzner 2008-03-06 17:56:20 -08:00
dtownsend@oxymoronical.com
f26217a9b2 Bug 414472: Remove puzzle piece from search bar. r=gavin.sharp. 2008-03-04 13:00:49 -08:00
reed@reedloden.com
382ada8ba7 Bug 420569 - "Remove all button icons from the Add-ons Manager in gnomestripe and winstripe" [p=ispence@gmail.com (Ian Spence) r=Mano a=blocking-firefox3+] 2008-03-04 03:28:55 -08:00
reed@reedloden.com
2ea77c7083 Bug 414389 - "M3 Windows icons" (Fix RSS icon, AMO ratings, menu-(back|forward), and livemark items) [p=reed r=gavin a1.9b4=shaver a=blocking-firefox3+] 2008-03-01 20:37:58 -08:00
reed@reedloden.com
fb02d9cf06 Bug 414389 - "M3 Windows icons" [p=Iconfactory ui-r=faaborg a1.9b4=beltzner a=blocking-firefox3+] 2008-02-29 19:52:24 -08:00
reed@reedloden.com
2d77c3c22b Bug 419835 - "Removal of "Find Updates" icon" (regression fix #2) [p=reed r=Mano (bustage fix)] 2008-02-29 09:32:02 -08:00
reed@reedloden.com
ef39884546 Bug 419835 - "Removal of "Find Updates" icon" (regression fix) [p=reed r=Mano a1.9b4-pending (bustage fix)] 2008-02-29 02:31:22 -08:00
reed@reedloden.com
ec339e2498 Bug 419835 - "Removal of "Find Updates" icon" [p=reed r=Mano a1.9b4=beltzner] 2008-02-29 00:21:27 -08:00
dtownsend@oxymoronical.com
dba52012a5 Bug 414603: Tweak No Preview text in AMO pane. r=robstrong, a=schrep 2008-02-13 01:27:21 -08:00
dtownsend@oxymoronical.com
d174adab6d Bug 414716: Change color of "Learn More" links on the "Get Add-ons" pane. p=dão, r=robstring, a=schrep 2008-02-08 04:56:02 -08:00
dtownsend@oxymoronical.com
808b7dc614 Bug 414609: Display appropriate message when there are no compatible search results (and other string cleanups). r=robstrong, a=beltzner 2008-01-29 16:03:09 -08:00
dtownsend@oxymoronical.com
fa7cd5130c Bug 404024: Add AMO integration pane. r=robstrong 2008-01-28 09:11:48 -08:00
reed@reedloden.com
bb0d7cecf5 Bug 412719 - "use -moz-cellhighlight* system color for selected items in non focused lists" [p=twanno@lycos.nl (Teune van Steeg) r=Enn a1.9=beltzner] 2008-01-23 23:37:50 -08:00
reed@reedloden.com
cf2b7bd12b Bug 381545 - ""Find Updates" button is not clickable on 100% of its surface" [p=dao r=Mano a=blocking-firefox3+] 2007-11-08 18:26:33 -08:00
dtownsend@oxymoronical.com
880c3a2a2a Bug 391670: Replace plugins icon. ui-r=beltzner, r=robstrong 2007-10-02 15:39:07 -07:00
reed@reedloden.com
abc2b401e4 Bug 381874 - "class name "indent" is a poor choice for the about.xul" [p=mkaply r=rob_strong] 2007-09-05 22:28:13 -07:00
dtownsend@oxymoronical.com
dede52e42c Bug 297903: Extension updates should link to further information. r=robstrong 2007-09-05 18:20:11 -07:00
rob_strong@exchangecode.com
f7cccfe78a Bug 394828 - clean up extensions.css. r=dtownsend 2007-09-04 14:36:37 -07:00