dbaron%dbaron.org
|
2afd699c4e
|
Separate sheet URI and base URI for style attributes and for CSS parsing from DOM APIs. b=258707 r+sr=bzbarsky
|
2004-09-10 23:31:48 +00:00 |
|
gerv%gerv.net
|
9d2ee4928c
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-17 21:52:36 +00:00 |
|
dbaron%dbaron.org
|
ec0bfea4ea
|
Implement element.style for XUL elements. Fully fault XUL attributes when style attribute is modified, and ensure that string and style rule versions of style attribute stay in sync. (HTML elements only store the latter.) b=7639 r+sr=bzbarsky
|
2003-10-30 01:40:33 +00:00 |
|
bzbarsky%mit.edu
|
622947d710
|
Make DOM CSS declarations smaller by mRefCnt, since they are refcounted
together with their DOM rules (except for inline style). Bug 215735,
r+sr=dbaron
|
2003-09-24 03:34:27 +00:00 |
|
dbaron%dbaron.org
|
1ce98378e3
|
Fix windows bustage. b=188803
|
2003-06-24 06:20:18 +00:00 |
|
dbaron%dbaron.org
|
06bb24f863
|
Implement the DOM interfaces for CSS style rules on a wrapper object which allows the immutable rule object to be swapped out underneath. b=188803 r+sr=bzbarsky
|
2003-06-24 05:40:37 +00:00 |
|
dbaron%dbaron.org
|
fe7914e2c9
|
Make CSSStyleRuleImpl immutable by changing mutation code (including some merging of code between nsDOMCSSAttributeDeclaration and DOMCSSDeclarationImpl) so that it creates a new rule for the modified declaration. Change StyleRuleChanged notification signatures, and change pres shell's handling of style rule change, addition, and removal to just do reresolution. Remove fine-grained ways of clearing style data. Change PeekStyleData so it doesn't do more work than it needs to, and can be relied on not to access rules that no longer match any content. b=188803 r+sr=bzbarsky
|
2003-06-18 01:59:57 +00:00 |
|
bzbarsky%mit.edu
|
c9fb653ad8
|
Avoid possible double-delete of CSS declaration. Bug 196271, r+sr=dbaron
|
2003-03-17 03:46:17 +00:00 |
|
dbaron%dbaron.org
|
636a18962f
|
Handle inline style changes by creating new style rules to wrap the modified nsCSSDeclarations, thus moving towards style rule immutability and away from property-based change hints. Patch from Boris Zbarsky <bzbarsky@mit.edu>. r=dbaron sr=roc b=171830
|
2003-03-06 19:07:22 +00:00 |
|
dbaron%fas.harvard.edu
|
a68d8f9629
|
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
|
2002-03-23 22:56:05 +00:00 |
|
blythe%netscape.com
|
65cd19adda
|
Fix bug 107270
Reduce nsCSSDeclaration footprint
r=dbaron, sr=hyatt
|
2002-01-15 22:43:37 +00:00 |
|
dbaron%fas.harvard.edu
|
8e721c4e39
|
Move nsDOMCSSAttributeDeclaration into its own file to progress towards moving all of the style system code back into the layout library. r=jst sr=hyatt b=108750
|
2001-11-07 07:06:31 +00:00 |
|