Zack Weinberg
|
f4fb4a1991
|
Bug 729142 - Convert layout/style to MOZ_STATIC_ASSERT. r=dbaron
|
2012-02-23 08:19:00 -08:00 |
Nicholas Nethercote
|
0709e1673b
|
Bug 671299 (part 3) - Add style sheet memory reporters. r=dbaron.
|
2012-01-02 18:19:14 -08:00 |
Ehsan Akhgari
|
92064e6d3f
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
Michael Wu
|
d2b70213ac
|
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 |
Masayuki Nakano
|
e848ae236f
|
Bug 669028 part.11 layout/style should use mozilla;LookAndFeel rather than nsILookAndFeel r=dbaron
|
2011-09-09 11:27:12 +09:00 |
Boris Zbarsky
|
f9a004de47
|
Bug 529750 part 4. Move GetImportantRule to css::StyleRule. r=dbaron
|
2011-05-23 16:45:44 -04:00 |
Craig Topper
|
a96af92a84
|
Bug 648925 - Part 4: DeCOMtaminate GetDOMRule and GetDOMRuleWeak. r=bzbarsky
|
2011-04-07 23:36:09 -07:00 |
Craig Topper
|
17f74aee24
|
Bug 648925 - Part 3: Factor some common method bodies into css::Rule. r=bzbarsky
|
2011-04-11 19:46:35 -07:00 |
Craig Topper
|
c3d4c659c7
|
Bug 648925 - Part 1: Change uses of nsICSSRule to css::Rule. r=bzbarsky
|
2011-04-07 18:23:46 -07:00 |
L. David Baron
|
7eaaea7cc7
|
Audit for places in style rule code that need to check for a null sheet. (Bug 634373) r=bzbarsky
|
2011-05-02 18:43:44 -07:00 |
Boris Zbarsky
|
c051e42fd5
|
Bug 649163. Stop refcounting the return values from GetCSSParsingEnvironment, where possible. r=dbaron
--HG--
extra : rebase_source : 13d75f3954dd1597d58f7741ac8cfc4de51ebe46
|
2011-04-27 16:53:49 -04:00 |
Zack Weinberg
|
8648dcc368
|
Bug 651017, part 1: minimize inclusion of ns*DeviceContext.h; move the printing error codes to nsIDeviceContextSpec.h; os2 small widget cleanup.
--HG--
extra : rebase_source : 5b7cebe68f71a760463e3522b159c7cde8a72f5e
|
2011-04-16 18:22:41 -07:00 |
Zack Weinberg
|
9f143f420f
|
Bug 174055, part 1: minimize inclusion of nsI(Thebes)FontMetrics.h.
|
2011-04-07 18:04:41 -07:00 |
L. David Baron
|
ae52e328b6
|
Share implementation of GetCSSParsingEnvironment so we can use it for both style rules' declarations and keyframe rules' declarations. (Bug 435442, patch 2) r=bzbarsky
|
2011-04-11 23:18:42 -07:00 |
Craig Topper
|
6096667acd
|
Bug 645956 - Part 1: Remove NS_NewCSSStyleRule, r=bzbarsky
|
2011-03-22 19:56:47 -07:00 |
Craig Topper
|
8bbf26beb9
|
Bug 577976 - Part 5: Remove AddRef from GetStyleSheet, r=bzbarsky
|
2010-08-07 22:33:15 -07:00 |
Craig Topper
|
d78fcbd193
|
Bug 577976 - Part 4: Move AddRef/Release back to nsCSSRule, r=bzbarsky
|
2011-03-17 22:18:08 -07:00 |
Craig Topper
|
8ef5f341e8
|
Bug 577976 - Part 3: Rename nsCSSRule and put in css namespace, r=bzbarsky
--HG--
rename : layout/style/nsCSSRule.h => layout/style/Rule.h
|
2011-03-06 19:59:03 -08:00 |
Craig Topper
|
f7b0f4c555
|
Bug 577976 - Part 2: Remove forwarding methods to nsCSSRule from Rule classes, r=bzbarsky
|
2010-08-07 22:30:57 -07:00 |
Craig Topper
|
3265d1070e
|
Bug 577974 - Part 2: Remove nsICSSGroupRule, r=bzbarsky
--HG--
rename : layout/style/nsICSSGroupRule.h => layout/style/GroupRule.h
|
2010-08-07 22:28:33 -07:00 |
Boris Zbarsky
|
bba3fb39d7
|
Bug 602341 part 7. Fix serialization of tree selectors. r=dbaron
|
2011-03-23 17:25:42 -04:00 |
Boris Zbarsky
|
7f04a7d94e
|
Bug 602341 part 4. Drop the nsIAtom arguments to AddPSeudoClass. r=dbaron
|
2011-03-23 09:52:25 -04:00 |
Boris Zbarsky
|
8cdfaea14d
|
Bug 602341 part 3. Get rid of the mAtom member of nsPseudoClassList. r=dbaron
|
2011-03-23 09:52:25 -04:00 |
Boris Zbarsky
|
d133473456
|
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 |
Craig Topper
|
c96353bbd5
|
Bug 576831 part 6. DeCOMtaminate some StyleRule method signatures. r=bzbarsky.
|
2011-03-10 21:50:20 -05:00 |
Craig Topper
|
3bf4843751
|
Bug 576831 part 5. Make some methods that used to be virtual non-virtual. r=bzbarsky
|
2011-03-10 21:50:12 -05:00 |
Craig Topper
|
678b9c7c11
|
Bug 576831 part 4. Remove nsICSSStyleRule and use mozilla::css::StyleRule instead. r=bzbarsky
--HG--
rename : layout/style/nsCSSStyleRule.cpp => layout/style/StyleRule.cpp
rename : layout/style/nsICSSStyleRule.h => layout/style/StyleRule.h
|
2011-03-10 21:48:57 -05:00 |