Commit Graph

6 Commits

Author SHA1 Message Date
Zack Weinberg
7709b2d370 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
c8be6a95e9 Bug 572957 - about:memory is missing TD elements around ABBR elements. r=vlad 2010-06-18 12:14:39 -07:00
Phil Ringnalda
6c40c594f5 Bug 547480 - Clean up color values in aboutMemory.css, r=dao 2010-02-21 10:44:49 -08:00
Phil Ringnalda
ab8785d306 Remove DOS line endings in about:memory files 2010-02-20 13:23:25 -08:00
Phil Ringnalda
89451e5d98 Bug 520364 - Make about:memory themeable, r=dao 2010-02-15 21:26:42 -08:00
Vladimir Vukicevic
a086bcab33 b=515354; Implement "about:memory"; r=mconnor 2009-10-03 00:21:34 -07:00