Commit Graph

6 Commits

Author SHA1 Message Date
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
Jesse Ruderman
a4f5376a50 Bug 572957 - about:memory is missing TD elements around ABBR elements. r=vlad 2010-06-18 12:14:39 -07:00
Phil Ringnalda
5149fb71c6 Bug 547480 - Clean up color values in aboutMemory.css, r=dao
--HG--
extra : rebase_source : 8ab9f17bbebc9de0d882f79eb123169e432c8b5e
2010-02-21 10:44:49 -08:00
Phil Ringnalda
ecfb527ad3 Remove DOS line endings in about:memory files 2010-02-20 13:23:25 -08:00
Phil Ringnalda
fe5e7b0bbb Bug 520364 - Make about:memory themeable, r=dao 2010-02-15 21:26:42 -08:00
Vladimir Vukicevic
6912d252f4 b=515354; Implement "about:memory"; r=mconnor 2009-10-03 00:21:34 -07:00