Dão Gottwald
|
067090bdd6
|
whitespace cleanup
|
2010-10-24 11:03:47 +02: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 |
|
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 |
|
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 |
|
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
|
1db3f5a1ce
|
Bug 550293 - plugin-crashed UI needs more user opt-in. r=vlad, ui-r=faaborg
|
2010-03-16 22:10:08 -07: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 |
|
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 |
|
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 |
|
Dão Gottwald
|
298848f98e
|
Bug 462965 - Land disabled plugin and blocked plugin icons. a=beltzner
|
2008-11-18 09:14:25 +01:00 |
|
Justin Dolske
|
f797fdd19e
|
Bug 455057 - some chrome images have embedded profiles. ui-r=faaborg, sr=mconnor.
|
2008-10-16 15:20:21 -07:00 |
|
Dave Townsend
|
88609aff7a
|
Bug 391728: No placeholder for disabled plugins (frontend). r=gavin
--HG--
rename : toolkit/themes/gnomestripe/mozapps/plugins/pluginGeneric-16.png => toolkit/themes/gnomestripe/mozapps/plugins/pluginBlocked-16.png
rename : toolkit/themes/gnomestripe/mozapps/plugins/pluginGeneric.png => toolkit/themes/gnomestripe/mozapps/plugins/pluginDisabled.png
rename : toolkit/themes/pinstripe/mozapps/plugins/pluginGeneric-16.png => toolkit/themes/pinstripe/mozapps/plugins/pluginBlocked-16.png
rename : toolkit/themes/pinstripe/mozapps/plugins/pluginGeneric.png => toolkit/themes/pinstripe/mozapps/plugins/pluginDisabled.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginGeneric-16-aero.png => toolkit/themes/winstripe/mozapps/plugins/pluginBlocked-16-aero.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginGeneric-16.png => toolkit/themes/winstripe/mozapps/plugins/pluginBlocked-16.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginGeneric-aero.png => toolkit/themes/winstripe/mozapps/plugins/pluginDisabled-aero.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginGeneric.png => toolkit/themes/winstripe/mozapps/plugins/pluginDisabled.png
|
2008-09-30 07:31:19 +01:00 |
|
Dave Townsend
|
8ceb68f79e
|
Bug 368972: Default width/height for plugin placeholders should be 240px/200px (pinstripe fix and mochitest). r+sr=dbaron
|
2008-09-14 12:03:56 -04:00 |
|
reed@reedloden.com
|
a6fdaeab7a
|
Bug 426453 - "Wrong plugin icon size used" [p=reed r=Mano a1.9=beltzner]
|
2008-05-07 19:10:12 -07:00 |
|
rflint@ryanflint.com
|
576a7f2b2b
|
Bug 423361 - [proto] Land Proto 0.14 changes. Patch by Kevin Gerich <kevin@kmgerich.com>, r=me a=blocking-fx3
|
2008-03-18 04:46:31 -07:00 |
|
dtownsend@oxymoronical.com
|
880c3a2a2a
|
Bug 391670: Replace plugins icon. ui-r=beltzner, r=robstrong
|
2007-10-02 15:39:07 -07:00 |
|
hg@mozilla.com
|
465265d0d4
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|