Jacob Holzinger
|
f326001732
|
Bug 696242 - Convert NS_RegisterStaticAtoms and nsCSSScanner::ReportUnexpectedParams to take an array-reference rather than a pointer and length, making it impossible to pass a pointer/length that are inconsistent. r=jwalden
--HG--
extra : rebase_source : 882b5b4d500b1fa242c0a3cfa3084e4171cbaa9d
|
2012-03-08 18:22:57 -08:00 |
Jeff Walden
|
1bb2d1626a
|
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
--HG--
extra : rebase_source : b4bae9a0f85abf2feb828609b50e756916b99a6f
|
2011-10-10 22:50:08 -07:00 |
Jeff Walden
|
1872189eac
|
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
|
2011-10-12 12:21:53 -07:00 |
Jeff Walden
|
37f2b96015
|
Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
--HG--
extra : rebase_source : 860a8271bf7e51cde358f2a4185c410de1fc2960
|
2011-10-10 22:50:08 -07:00 |
Michael Wu
|
ac54b41b01
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
Boris Zbarsky
|
b1ac8cde0d
|
Bug 602341 part 6. Make pseudoclass atoms private to nsCSSPseudoClasses. r=dbaron
|
2011-03-23 09:52:25 -04:00 |
Boris Zbarsky
|
524d8f7d3e
|
Bug 602341 part 3. Get rid of the mAtom member of nsPseudoClassList. r=dbaron
|
2011-03-23 09:52:25 -04:00 |
Boris Zbarsky
|
e1a460be9a
|
Bug 602341 part 1. Switch the pseudoclass Has*Arg functions from atoms to pseudoclass types. r=dbaron
|
2011-03-23 09:52:24 -04:00 |
L. David Baron
|
5772072590
|
Implement :-moz-any() selector to allow simplification of user-agent style sheets. (Bug 544834) r=bzbarsky
|
2010-04-23 19:59:47 -07:00 |
Ehren Metcalfe
|
81deb6e11f
|
Bug 556446: Remove dead code in layout. r=roc,bz
|
2010-04-03 07:36:19 -04:00 |
Jonas Sicking
|
b2f8c249b3
|
Bug 534136 Part 1: Make atoms keep a pointer to an nsStringBuffer rather than storing the data inline. r=bsmedberg
|
2010-03-08 07:44:59 -08:00 |
Boris Zbarsky
|
b22a8a241d
|
Bug 525952 part 3. Introduce an enum for pseudo-clases. r=dbaron
|
2009-12-11 02:37:41 -05:00 |
Boris Zbarsky
|
db14a0dddb
|
Backing out bug 525608 and bug 525952
|
2009-12-10 18:28:08 -08:00 |
Boris Zbarsky
|
0afcdef6b2
|
Bug 525952 part 3. Introduce an enum for pseudo-clases. r=dbaron
|
2009-12-10 14:36:07 -08:00 |
Neil Deakin
|
0781cb50a9
|
Bug 478416, replace chromedir attribute with :moz-locale-dir pseudoclass, r=neil,dao,dbaron,sr=dbaron
|
2009-07-29 14:33:53 -04:00 |
Daniel Glazman ext:(%20and%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
|
914369776a
|
Implement :nth-child(), :nth-last-child(), :nth-of-type(), :nth-last-of-type(). b=75375 r+sr=bzbarsky
|
2008-06-02 20:17:35 -07:00 |
L. David Baron
|
57ec211585
|
Make nsPseudoClassList capable of storing integer pairs for :nth-*(). b=75375 r+sr=bzbarsky
|
2008-06-02 20:17:35 -07:00 |
dbaron%dbaron.org
|
668f9730a4
|
File comments that show up in LXR and provide a quick summary of what's in each file.
|
2006-03-25 05:47:31 +00:00 |
alecf%netscape.com
|
a09a98f6d9
|
fix for bug 199170, convert layout to use nsStaticAtom. sr=dbaron
|
2003-04-02 04:51:07 +00:00 |
dbaron%dbaron.org
|
d6bc81b26f
|
Reduce code size of atom lists by storing a table of strings and pointers to fill in. b=181383 r=alecf sr=sfraser
|
2003-02-22 15:58:07 +00:00 |
dbaron%fas.harvard.edu
|
0a31e6afb5
|
Change my email address from dbaron@fas.harvard.edu to dbaron@dbaron.org. Comment changes only.
|
2003-01-01 23:53:20 +00:00 |
dbaron%fas.harvard.edu
|
b2f992acb9
|
Consolidate all CSS pseudos and split them into three atom lists to distinguish between pseudo-classes, pseudo-elements, and fake-pseudo-elements used for anonymous boxes. b=147887 r,sr=roc,bz
|
2002-11-17 15:37:56 +00:00 |