.. |
xbl-marquee
|
Bug 260282 <marquee> with invalid direction attribute should scroll left p=gautherie@noos.fr r=doron sr=me
|
2004-09-26 22:37:50 +00:00 |
arrow.gif
|
…
|
|
arrowd.gif
|
…
|
|
forms.css
|
Allow styling of SELECT border. b=244370 r+sr=bzbarsky
|
2004-09-15 21:17:37 +00:00 |
html.css
|
Bug 133165. Draw the outline outside the frame's normal overflow area. r+sr=dbaron. Also, correct some trivial misuses of nsChangeHint, r+sr=mozbot
|
2004-08-26 00:07:56 +00:00 |
nsCSSAnonBoxList.h
|
…
|
|
nsCSSAnonBoxes.cpp
|
…
|
|
nsCSSAnonBoxes.h
|
…
|
|
nsCSSDataBlock.cpp
|
Add nsCSSValuePair type and use it for storage of some properties. Bug 208729,
|
2004-09-10 03:26:58 +00:00 |
nsCSSDataBlock.h
|
Bug 245297. Add basic style system support for columns. r+sr=dbaron
|
2004-06-17 11:57:37 +00:00 |
nsCSSDeclaration.cpp
|
Fix build bustage.
|
2004-09-10 03:52:48 +00:00 |
nsCSSDeclaration.h
|
Land bug 72747 in pieces: Implement overflow-x and overflow-y. b=72747 r+sr=roc
|
2004-09-05 00:04:04 +00:00 |
nsCSSKeywordList.h
|
Remove -moz-count-* and (unused) eCursor_arrow_* cursors. b=259639 r+sr=dbaron
|
2004-09-19 19:49:29 +00:00 |
nsCSSKeywords.cpp
|
…
|
|
nsCSSKeywords.h
|
…
|
|
nsCSSLoader.cpp
|
Add function to nsContentUtils to report a localized error message to the error console, and use it from the three places that were doing pretty much the same thing. b=187007 r+sr=bzbarsky
|
2004-09-14 17:26:35 +00:00 |
nsCSSLoader.h
|
Pass line number information for style elements through to the CSS parser so we can give correct line numbers in error reports. b=240420 r+sr=bzbarsky
|
2004-09-09 17:32:35 +00:00 |
nsCSSOMFactory.cpp
|
…
|
|
nsCSSOMFactory.h
|
…
|
|
nsCSSParser.cpp
|
Fix bustage when CSS error reporting disabled. b=187007
|
2004-09-20 20:08:20 +00:00 |
nsCSSPropList.h
|
Add nsCSSValuePair type and use it for storage of some properties. Bug 208729,
|
2004-09-10 03:26:58 +00:00 |
nsCSSProperty.h
|
Add nsCSSValuePair type and use it for storage of some properties. Bug 208729,
|
2004-09-10 03:26:58 +00:00 |
nsCSSProps.cpp
|
Remove -moz-count-* and (unused) eCursor_arrow_* cursors. b=259639 r+sr=dbaron
|
2004-09-19 19:49:29 +00:00 |
nsCSSProps.h
|
Land bug 72747 in pieces: Implement overflow-x and overflow-y. b=72747 r+sr=roc
|
2004-09-05 00:04:04 +00:00 |
nsCSSPseudoClassList.h
|
…
|
|
nsCSSPseudoClasses.cpp
|
…
|
|
nsCSSPseudoClasses.h
|
…
|
|
nsCSSPseudoElementList.h
|
…
|
|
nsCSSPseudoElements.cpp
|
…
|
|
nsCSSPseudoElements.h
|
…
|
|
nsCSSRule.cpp
|
Implement @-moz-document at-rule for site-specific rules, particularly in user stylesheets. b=238099 r+sr=bzbarsky
|
2004-08-05 18:26:14 +00:00 |
nsCSSRule.h
|
Fix Windows bustage by making these virtual again, at least for now (the only cost of which should be bloating some vtables). b=238099
|
2004-08-05 19:10:16 +00:00 |
nsCSSRuleProcessor.h
|
Implement @-moz-document at-rule for site-specific rules, particularly in user stylesheets. b=238099 r+sr=bzbarsky
|
2004-08-05 18:26:14 +00:00 |
nsCSSRules.cpp
|
fixing win32 debug bustage
|
2004-08-06 19:48:04 +00:00 |
nsCSSRules.h
|
fixing win32 debug bustage; we really need a debug tinderbox!!
|
2004-08-06 19:42:47 +00:00 |
nsCSSScanner.cpp
|
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 |
nsCSSScanner.h
|
Turn on CSS error reporting. b=65469 r+sr=bzbarsky
|
2004-09-21 04:41:42 +00:00 |
nsCSSStruct.cpp
|
Add nsCSSValuePair type and use it for storage of some properties. Bug 208729,
|
2004-09-10 03:26:58 +00:00 |
nsCSSStruct.h
|
Add nsCSSValuePair type and use it for storage of some properties. Bug 208729,
|
2004-09-10 03:26:58 +00:00 |
nsCSSStyleRule.cpp
|
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 |
nsCSSStyleSheet.cpp
|
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 |
nsCSSStyleSheet.h
|
Separate concept of stylesheet URI into base URI (for resolving relative links) and sheet URI (for everything else), since they can differ for style elements (and inline style and style set from script, but that's for the next patch). Some other things (relating to external stylesheets, where it doesn't make a difference) that probably should use the sheet URL are left as the base URL for now because I didn't want to change too much at once. b=255538 r+sr=bzbarsky
|
2004-09-10 06:45:59 +00:00 |
nsCSSValue.cpp
|
Load list-style-image in the style system rather than from frames. b=236889 r+sr=bzbarsky
|
2004-08-04 03:23:37 +00:00 |
nsCSSValue.h
|
Make nsCSSValue constructors explicit and fix obscure regression from rule tree landing. b=256270 r+sr=bzbarsky
|
2004-08-20 20:55:17 +00:00 |
nsComputedDOMStyle.cpp
|
Add nsCSSValuePair type and use it for storage of some properties. Bug 208729,
|
2004-09-10 03:26:58 +00:00 |
nsComputedDOMStyle.h
|
Land bug 72747 in pieces: Implement overflow-x and overflow-y. b=72747 r+sr=roc
|
2004-09-05 00:04:04 +00:00 |
nsDOMCSSAttrDeclaration.cpp
|
Null-check document to fix crash, and a little other cleanup. b=258843 r+sr=bzbarsky
|
2004-09-17 20:50:22 +00:00 |
nsDOMCSSAttrDeclaration.h
|
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 |
nsDOMCSSDeclaration.cpp
|
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 |
nsDOMCSSDeclaration.h
|
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 |
nsDOMCSSRGBColor.cpp
|
…
|
|
nsDOMCSSRGBColor.h
|
…
|
|
nsDOMCSSRect.cpp
|
…
|
|
nsDOMCSSRect.h
|
…
|
|
nsDOMCSSValueList.cpp
|
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
|
2004-06-17 00:13:25 +00:00 |
nsDOMCSSValueList.h
|
…
|
|
nsHTMLCSSStyleSheet.cpp
|
Separate concept of stylesheet URI into base URI (for resolving relative links) and sheet URI (for everything else), since they can differ for style elements (and inline style and style set from script, but that's for the next patch). Some other things (relating to external stylesheets, where it doesn't make a difference) that probably should use the sheet URL are left as the base URL for now because I didn't want to change too much at once. b=255538 r+sr=bzbarsky
|
2004-09-10 06:45:59 +00:00 |
nsHTMLStyleSheet.cpp
|
Separate concept of stylesheet URI into base URI (for resolving relative links) and sheet URI (for everything else), since they can differ for style elements (and inline style and style set from script, but that's for the next patch). Some other things (relating to external stylesheets, where it doesn't make a difference) that probably should use the sheet URL are left as the base URL for now because I didn't want to change too much at once. b=255538 r+sr=bzbarsky
|
2004-09-10 06:45:59 +00:00 |
nsHTMLStyleSheet.h
|
Separate concept of stylesheet URI into base URI (for resolving relative links) and sheet URI (for everything else), since they can differ for style elements (and inline style and style set from script, but that's for the next patch). Some other things (relating to external stylesheets, where it doesn't make a difference) that probably should use the sheet URL are left as the base URL for now because I didn't want to change too much at once. b=255538 r+sr=bzbarsky
|
2004-09-10 06:45:59 +00:00 |
nsICSSDeclaration.h
|
Use property ids from the property list, as long as we're using preprocessing
|
2004-06-08 01:32:29 +00:00 |
nsICSSGroupRule.h
|
Implement @-moz-document at-rule for site-specific rules, particularly in user stylesheets. b=238099 r+sr=bzbarsky
|
2004-08-05 18:26:14 +00:00 |
nsICSSImportRule.h
|
…
|
|
nsICSSLoader.h
|
Pass line number information for style elements through to the CSS parser so we can give correct line numbers in error reports. b=240420 r+sr=bzbarsky
|
2004-09-09 17:32:35 +00:00 |
nsICSSLoaderObserver.h
|
…
|
|
nsICSSNameSpaceRule.h
|
…
|
|
nsICSSOMFactory.h
|
…
|
|
nsICSSParser.h
|
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 |
nsICSSPseudoComparator.h
|
…
|
|
nsICSSRule.h
|
Implement @-moz-document at-rule for site-specific rules, particularly in user stylesheets. b=238099 r+sr=bzbarsky
|
2004-08-05 18:26:14 +00:00 |
nsICSSStyleRule.h
|
…
|
|
nsICSSStyleRuleDOMWrapper.h
|
…
|
|
nsICSSStyleSheet.h
|
Separate concept of stylesheet URI into base URI (for resolving relative links) and sheet URI (for everything else), since they can differ for style elements (and inline style and style set from script, but that's for the next patch). Some other things (relating to external stylesheets, where it doesn't make a difference) that probably should use the sheet URL are left as the base URL for now because I didn't want to change too much at once. b=255538 r+sr=bzbarsky
|
2004-09-10 06:45:59 +00:00 |
nsIComputedDOMStyle.h
|
Use property ids from the property list, as long as we're using preprocessing
|
2004-06-08 01:32:29 +00:00 |
nsIHTMLCSSStyleSheet.h
|
…
|
|
nsIInspectorCSSUtils.h
|
…
|
|
nsIMediaList.h
|
…
|
|
nsIStyleRule.h
|
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
|
2004-07-31 23:15:21 +00:00 |
nsIStyleRuleProcessor.h
|
Implement @-moz-document at-rule for site-specific rules, particularly in user stylesheets. b=238099 r+sr=bzbarsky
|
2004-08-05 18:26:14 +00:00 |
nsIStyleRuleSupplier.h
|
Combine WalkRules and UseDocumentRules into one function. Bug 244252,
|
2004-09-10 04:57:30 +00:00 |
nsIStyleSheet.h
|
Separate concept of stylesheet URI into base URI (for resolving relative links) and sheet URI (for everything else), since they can differ for style elements (and inline style and style set from script, but that's for the next patch). Some other things (relating to external stylesheets, where it doesn't make a difference) that probably should use the sheet URL are left as the base URL for now because I didn't want to change too much at once. b=255538 r+sr=bzbarsky
|
2004-09-10 06:45:59 +00:00 |
nsInspectorCSSUtils.cpp
|
Remove refcounting version of nsIPresShell::GetPresContext. Bug 253889, r+sr=roc.
|
2004-08-20 20:34:37 +00:00 |
nsInspectorCSSUtils.h
|
…
|
|
nsLayoutStylesheetCache.cpp
|
Bug 239925 - fix static initializers in DOM/widget/libpr0n so that we can restart XPCOM safely r=jst sr=darin
|
2004-06-09 18:36:25 +00:00 |
nsLayoutStylesheetCache.h
|
…
|
|
nsROCSSPrimitiveValue.cpp
|
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
|
2004-06-17 00:13:25 +00:00 |
nsROCSSPrimitiveValue.h
|
…
|
|
nsRuleData.h
|
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
|
2004-07-31 23:15:21 +00:00 |
nsRuleNode.cpp
|
Add nsCSSValuePair type and use it for storage of some properties. Bug 208729,
|
2004-09-10 03:26:58 +00:00 |
nsRuleNode.h
|
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
|
2004-07-31 23:15:21 +00:00 |
nsRuleWalker.h
|
…
|
|
nsStyleContext.cpp
|
changing the border-collapse mode needs to cause a reframe as we have two different types of cellframes depending on the mode, bug 254053 idea=bz, r/sr=dbaron
|
2004-09-11 06:13:47 +00:00 |
nsStyleContext.h
|
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
|
2004-07-31 23:15:21 +00:00 |
nsStyleCoord.cpp
|
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
|
2004-06-17 00:13:25 +00:00 |
nsStyleCoord.h
|
…
|
|
nsStyleSet.cpp
|
Combine WalkRules and UseDocumentRules into one function. Bug 244252,
|
2004-09-10 04:57:30 +00:00 |
nsStyleSet.h
|
Bug 32372 should be possible to completely disable CSS p=fantasai@inkedblade.net r=me (xpfe) r/sr=dbaron
|
2004-08-05 11:38:42 +00:00 |
nsStyleStruct.cpp
|
Fix VC7 bustage. b=258793
|
2004-09-13 20:40:46 +00:00 |
nsStyleStruct.h
|
Fix VC7 bustage. b=258793
|
2004-09-13 20:40:46 +00:00 |
nsStyleStructList.h
|
Bug 245297. Add basic style system support for columns. r+sr=dbaron
|
2004-06-17 11:57:37 +00:00 |
nsStyleUtil.cpp
|
Bug 216563 - implement <svg:switch>.
|
2004-08-23 21:10:39 +00:00 |
nsStyleUtil.h
|
Bug 216563 - implement <svg:switch>.
|
2004-08-23 21:10:39 +00:00 |
quirk.css
|
Bug 251614. Get rid of black squares on input type=submit buttons and return focus appearance to normal. r+sr=roc
|
2004-08-02 14:15:51 +00:00 |
ua.css
|
Bug 140611: When a block element is first in RTL <LI>, bullet moves left. patch by Lina Kemmel lkemmel@il.ibm.com, r=smontagu, sr=dbaron.
|
2004-06-20 09:51:10 +00:00 |
viewsource.css
|
…
|
|