Craig Topper
|
8bbf26beb9
|
Bug 577976 - Part 5: Remove AddRef from GetStyleSheet, r=bzbarsky
|
2010-08-07 22:33:15 -07:00 |
|
Craig Topper
|
de9bd6698d
|
Bug 577974 - Part 4: DeCOM and de-virtualize methods in GroupRule, r=bzbarsky
|
2010-08-07 22:29:28 -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 |
|
timeless@mozdev.org
|
d1aead5bd7
|
Bug 577914 mark DEBUG only variables as ifdef DEBUG in layout
r=dbaron
|
2010-07-11 15:47:45 +03:00 |
|
Craig Topper
|
cc19a1ceb0
|
Bug 577002 Part 3: Make various ImportRule functions non-virtual and cleanup some return types. r=bzbarsky
|
2011-03-17 13:41:52 -04:00 |
|
Craig Topper
|
f73d0bfb43
|
Bug 577002 Part 2: Remove nsICSSImportRule. r=bzbarsky
--HG--
rename : layout/style/nsICSSImportRule.h => layout/style/ImportRule.h
|
2011-03-17 13:41:52 -04:00 |
|
Craig Topper
|
5046fee8c2
|
Bug 576877 Part 3: De-virtualize methods in NameSpaceRule. r=bzbarsky
|
2011-03-17 13:41:52 -04:00 |
|
Craig Topper
|
5fd4236789
|
Bug 576877 Part 2: Remove nsICSSNameSpaceRule. r=bzbarsky
--HG--
rename : layout/style/nsICSSNameSpaceRule.h => layout/style/NameSpaceRule.h
|
2011-03-17 13:41:52 -04:00 |
|
L. David Baron
|
dd702c0785
|
Correctly fix up the parentage of child sheets when removing the primary nsCSSStyleSheet from an nsCSSStyleSheetInner. (Bug 623351) r=bzbarsky a2.0=blocking
|
2011-01-14 19:57:53 -08:00 |
|
Mihai Sucan
|
743a3b1798
|
Bug 606498 - Make sure the new nsIScriptError2 is used in all possible places- part 3; r=bzbarsky,dbaron,mrbkap sr=jst a=blocking2.0
|
2010-12-20 12:21:59 -04:00 |
|
Boris Zbarsky
|
dab4af6147
|
Bug 608914 part 2. Get rid of some temporary strings now that we can AppendFloat to an nsAString. r=dbaron
|
2010-11-30 13:18:15 -05:00 |
|
Dave Townsend
|
f322fea87c
|
Backing out bug 614058, bug 609272, bug 478445, bug 499628, bug 605296, bug 608914 and bug 614724 due to potentially causing bug 615736 CLOSED TREE. a=backout
|
2010-12-01 11:01:56 -08:00 |
|
Boris Zbarsky
|
3fe2b9b4bb
|
Bug 608914 part 2. Get rid of some temporary strings now that we can AppendFloat to an nsAString. r=dbaron
|
2010-11-30 13:18:15 -05:00 |
|
Jim Mathies
|
55b9f24b32
|
Bug 543910 - Layout support for -moz-windows-theme. r=dbaron, a=final.
|
2010-10-09 15:53:45 -05:00 |
|
Josh Matthews
|
cbd5e1317d
|
Bug 474356 - Add -moz-device-pixel-ratio media query. r=dbaron a=approval2.0
--HG--
extra : rebase_source : 3a477fe6eab09f693538008aafa9c8bf880597b1
|
2010-09-10 16:27:52 -04:00 |
|
Josh Matthews
|
dcd679e6db
|
Backed out changeset ec2ffd935bd9 a=test-bustage
|
2010-09-11 21:04:09 -04:00 |
|
Josh Matthews
|
03f3add9c1
|
Bug 474356 - Add -moz-device-pixel-ratio media query. r=dbaron a=approval2.0
--HG--
extra : rebase_source : 1455dfbf13b66ac58cd2a66514c88adc76ff1a6c
|
2010-09-11 19:21:48 -04:00 |
|
Ms2ger
|
e48ff47578
|
Make nsICSSRule::Clone return the cloned value directly. (Bug 585137) r=bzbarsky a2.0=dbaron
|
2010-08-15 11:19:34 -04:00 |
|
Zack Weinberg
|
b0de4806b7
|
Bug 569719 part 6: Move Declaration::AppendCSSValueToString into nsCSSValue. r=dbaron
|
2010-07-23 11:00:27 -07:00 |
|
Zack Weinberg
|
2f4426c2f1
|
Bug 569719 part 2: Move headers for the former nsCSSLoader and nsCSSDeclaration into mozilla/css/. r=dbaron
--HG--
rename : layout/style/nsCSSDeclaration.cpp => layout/style/Declaration.cpp
rename : layout/style/nsCSSDeclaration.h => layout/style/Declaration.h
rename : layout/style/nsCSSLoader.cpp => layout/style/Loader.cpp
rename : layout/style/nsCSSLoader.h => layout/style/Loader.h
|
2010-06-28 15:49:35 -07:00 |
|
Zack Weinberg
|
d60d9e623f
|
Bug 569719 part 1: Rename nsCSSDeclaration to mozilla::css::Declaration. r=dbaron
|
2010-06-28 15:49:35 -07:00 |
|
Craig Topper
|
e6dc443652
|
Bug 575900 - Remove unneeded QIs from CSS Rule classes. r=bz
|
2010-07-18 22:23:12 +02:00 |
|
Craig Topper
|
9855496f0b
|
Bug 571946 - Let nsICSSRule::GetType return the type as a PRInt32 type instead of taking an outparam for that. r=bz
|
2010-07-18 16:39:20 +02:00 |
|
Craig Topper
|
ef96f55ca1
|
Convert some callers of methods that changed from returning already_AddRefed<T> to returning T* away from using unneeded nsCOMPtrs. (Bug 239008) r=dbaron
|
2010-05-17 21:00:40 -07:00 |
|
Craig Topper
|
94829365f8
|
Change some nsIStyleSheet methods from returning AddRef-ed to un-AddRef-ed pointers, and some other cleanup. (Bug 239008) r=dbaron
|
2010-05-17 21:00:39 -07:00 |
|
Craig Topper
|
29a342cd5f
|
Rename nsIStyleSheet::GetApplicable to IsApplicable and GetComplete to IsComplete. (Bug 239008) r=dbaron
|
2010-05-14 12:05:14 -07:00 |
|
Craig Topper
|
bd3c6ba927
|
DeCOMtaminate nsIStyleSheet method signatures. (Bug 239008) r=dbaron
|
2010-05-12 13:18:47 -07:00 |
|
Craig Topper
|
0a75cd11cd
|
Make most of the methods in nsCSSStyleSheet non-virtual. (Bug 239008) r=dbaron
|
2010-05-11 13:41:48 -07:00 |
|
Craig Topper
|
0712e1b438
|
Inline a few methods in nsCSSStyleSheet. (Bug 239008) r=dbaron
|
2010-05-11 13:41:47 -07:00 |
|
Craig Topper
|
b08d6c5ef5
|
Remove nsICSSStyleSheet and replace all uses with nsCSSStyleSheet. (Bug 239008) r=dbaron
|
2010-05-11 13:41:47 -07:00 |
|
Craig Topper
|
55e9fbfa98
|
DeCOMtaminate CSSStyleSheet method signatures. (Bug 239008) r=dbaron
|
2010-05-11 13:41:47 -07:00 |
|
Peter Van der Beken
|
85c9e641b0
|
Fix for bug 533637 (Speed up unwrapping a node in quickstubs that use nsINode (dromaeo)). Pair every DOMCI to a specific C++ class. r=jst.
--HG--
extra : rebase_source : 9a7823b365cfca04bb08c5be94eab29d218f1e61
|
2010-01-12 14:08:43 +01:00 |
|
Peter Van der Beken
|
e1c6294f66
|
Fix for bug 552716 (Remove NS_INTERFACE_MAP_ENTRY_CONTENT_CLASSINFO). r=jst.
--HG--
extra : rebase_source : 8e03b54ff6117dcac27188b296c59dcafbb6db78
|
2010-03-17 16:09:05 +01:00 |
|
Jonas Sicking
|
0e6d5d8188
|
Bug 534136 Part 3: Optimize atom-using code for the fact that atoms store 16bit strings. Also take advantage of new nsAtomString API. r=bz
|
2010-03-08 07:45:00 -08:00 |
|
Zack Weinberg
|
6ce13b76a5
|
Bug 544112 part 2: DeCOMtaminate and devirtualize nsCSSLoader. r=bzbarsky sr=dbaron
--HG--
rename : layout/style/nsICSSLoader.h => layout/style/nsCSSLoader.h
|
2010-03-02 13:00:53 -08:00 |
|
Zack Weinberg
|
1fdb0388ba
|
Bug 523496: DeCOMtaminate nsCSSParser. r=bzbarsky sr=dbaron
--HG--
rename : layout/style/nsICSSParser.h => layout/style/nsCSSParser.h
|
2010-03-02 12:59:32 -08:00 |
|
L. David Baron
|
305a488187
|
Add method to nsStyleSet to call EnsureUniqueInner on all CSS sheets. (Bug 536379) r=bzbarsky
|
2009-12-31 10:56:33 -05:00 |
|
L. David Baron
|
6eb5acc201
|
ClearRuleCascades when ensuring a stylesheet has a unique inner so that matched rules point back to the new rules. (Bug 536379) r=bzbarsky
|
2009-12-31 10:56:33 -05:00 |
|
L. David Baron
|
8c712015ad
|
Make EnsureUniqueInner return a tri-state result that says whether it needed to do any cloning. (Bug 536379) r=bzbarsky
|
2009-12-31 10:56:33 -05:00 |
|
Boris Zbarsky
|
2bfc0f34a2
|
Bug 520563. Shouldn't predefine xml and xmlns prefixes for CSS selectors. r=dbaron,sicking
|
2009-10-29 21:47:48 -04:00 |
|
L. David Baron
|
8365dc9f5c
|
Pass the media feature to media feature value getters. (Bug 522149) r=bzbarsky
|
2009-10-15 17:23:18 -07:00 |
|
L. David Baron
|
f48aeb5191
|
Make nsMediaFeature::mKeywordTable an mData union. (Bug 522149) r=bzbarsky
|
2009-10-15 17:23:18 -07:00 |
|
Boris Zbarsky
|
3e8397c185
|
Bug 504032. Make sure to copy mIsEmpty when cloning media lists. r=dbaron
|
2009-07-17 23:47:38 -04:00 |
|
Boris Zbarsky
|
d2c3684946
|
Bug 495269. Fix our detection of @import rules when cloning sheets. r+sr=dbaron
|
2009-05-28 18:16:31 -04:00 |
|
Boris Zbarsky
|
7a86e57c99
|
Bug 493968. Correctly keep track of all the kids of a cloned sheet, not just the last one. r=roc, r+sr=dbaron pending.
|
2009-05-26 15:40:49 -04:00 |
|
Karl Tomlinson
|
3bbadcfb42
|
b=481751 block-height line-height for text input and strut baseline for textarea r=bz,sr=dbaron
--HG--
extra : rebase_source : 1241360066ea9387d15c71936da9468399240640
|
2009-05-19 10:13:12 +12:00 |
|
Boris Zbarsky
|
35c251622a
|
Bug 480065. Make chrome registry not mess with inline stylesheets. r=bsmedberg, sr=dbaron
|
2009-03-10 09:52:23 -04:00 |
|
Neil Rashbrook
|
e904b3d6e8
|
VC7.1 bustage fix for bug 183348 r+sr=bz
|
2009-02-05 09:38:51 +00:00 |
|
Arpad Borsos
|
c0f2dadc80
|
Bug 474369 - get rid of nsVoidArray; layout part; r+sr=roc
|
2009-02-03 15:42:18 +01:00 |
|
L. David Baron
|
04005c945f
|
Fix assertion about being too late to set quirks style sheet. (Bug 450191) r+sr=bzbarsky a=blocking1.9.1+
|
2008-11-25 13:27:54 -08:00 |
|