gecko-dev/layout/style
bzbarsky%mit.edu e0d76e033b Make sure to clear out content when we have it specified as none or initial,
even if we're ending up computing the difference from a cached struct.  Bug
273719, r+sr=dbaron
2005-01-13 03:49:20 +00:00
..
xbl-marquee Bug 272151: reorganize files within layout, r+sr=roc: add new Makefiles. 2004-12-07 18:09:28 +00:00
.cvsignore Bug 272151: reorganize files within layout, r+sr=roc: add new Makefiles. 2004-12-07 18:09:28 +00:00
arrow.gif
arrowd.gif
forms.css Use preprocessor instead of separate files for platform-specific parts of forms.css. b=272151 r+sr=bryner 2004-11-30 06:04:04 +00:00
html.css Improve handling of 'display' property for <noscript>. b=236450 r+sr=bzbarsky 2005-01-03 19:37:54 +00:00
Makefile.in Remove nsIHTMLContent interface (bug 276959). r+sr=jst. 2005-01-12 19:45:38 +00:00
nsComputedDOMStyle.cpp Don't pass null frames to nsHTMLReflowState::GetContainingBlockFor. Bug 2005-01-04 20:17:25 +00:00
nsComputedDOMStyle.h Add a utility method for finding the containing block to nsHTMLReflowState, and 2004-11-25 02:43:28 +00:00
nsCSSAnonBoxes.cpp
nsCSSAnonBoxes.h
nsCSSAnonBoxList.h Bug 251162. Landing experimental implementation of CSS3 columns. r+sr=dbaron 2004-10-08 12:17:10 +00:00
nsCSSDataBlock.cpp 38447 layout,content,dom and xpwidget part: Implement Handling of URI Values on 2004-12-30 21:56:11 +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 Bug 238050 - implement SVG markers. r=scooter, moz common files sr=dbaron 2004-12-09 03:16:15 +00:00
nsCSSDeclaration.h Bug 238050 - implement SVG markers. r=scooter, moz common files sr=dbaron 2004-12-09 03:16:15 +00:00
nsCSSKeywordList.h Bug 216559 - CSS3 currentColor. Patch by scootermorris@comcast.net. 2004-12-09 23:51:25 +00:00
nsCSSKeywords.cpp
nsCSSKeywords.h
nsCSSLoader.cpp Use nsContentUtils for error-reporting for <area> parsing. Bug 269697, 2004-11-23 17:45:37 +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 Bug 238050 - implement SVG markers. r=scooter, moz common files sr=dbaron 2004-12-09 03:16:15 +00:00
nsCSSProperty.h Remove unused iscoord parameter from CSS_PROP_* macros. b=205790 r+sr=bzbarsky 2004-11-30 19:24:34 +00:00
nsCSSPropList.h Bug 238050 - implement SVG markers. r=scooter, moz common files sr=dbaron 2004-12-09 03:16:15 +00:00
nsCSSProps.cpp Bug 216559 - CSS3 currentColor. Patch by scootermorris@comcast.net. 2004-12-09 23:51:25 +00:00
nsCSSProps.h Make window.setCursor() use CSS 'cursor' property values. b=260272 r+sr=dbaron 2004-10-01 17:15:15 +00:00
nsCSSPseudoClasses.cpp
nsCSSPseudoClasses.h
nsCSSPseudoClassList.h :empty should not match nodes that have whitespace children. Introduce a 2004-12-03 04:25:21 +00:00
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 fixes bug 263360 "Make CallCreateInstance use NS_GetComponentManager instead of nonfrozen/deprecated nsComponentManager symbols" r=bsmedberg sr=dbaron 2004-11-23 20:53:38 +00:00
nsCSSScanner.h Don't create new nsCSSScanners all the time. Just make nsCSSScanner a 2004-10-14 03:30:55 +00:00
nsCSSStruct.cpp Fix initializer-reordering warning. 2005-01-03 19:29:09 +00:00
nsCSSStruct.h Bug 238050 - implement SVG markers. r=scooter, moz common files sr=dbaron 2004-12-09 03:16:15 +00:00
nsCSSStyleRule.cpp Remove nsIStyleRule::GetStyleSheet (and move it to nsICSSRule). b=266991 r+sr=bzbarsky 2004-10-31 17:33:50 +00:00
nsCSSStyleSheet.cpp Fix HTML nodes to not claim to be in the XHTML namespace (unless they are, of 2005-01-12 02:41:36 +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 Fix DOM round-tripping of -moz-initial. b=219903 r+sr=bzbarsky 2004-12-04 22:10:07 +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
nsDOMCSSAttrDeclaration.cpp DeCOMTaminate some methods on nsIStyledContent. Bug 244258, patch by jpl24 2004-10-24 17:10:32 +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 Remove unused iscoord parameter from CSS_PROP_* macros. b=205790 r+sr=bzbarsky 2004-11-30 19:24:34 +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
nsDOMCSSRect.cpp
nsDOMCSSRect.h
nsDOMCSSRGBColor.cpp
nsDOMCSSRGBColor.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 Remove nsIHTMLContent interface (bug 276959). r+sr=jst. 2005-01-12 19:45:38 +00:00
nsHTMLStyleSheet.cpp Remove nsIStyleRule::GetStyleSheet (and move it to nsICSSRule). b=266991 r+sr=bzbarsky 2004-10-31 17:33:50 +00:00
nsHTMLStyleSheet.h Remove nsIStyleRule::GetStyleSheet (and move it to nsICSSRule). b=266991 r+sr=bzbarsky 2004-10-31 17:33:50 +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
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 Remove nsIStyleRule::GetStyleSheet (and move it to nsICSSRule). b=266991 r+sr=bzbarsky 2004-10-31 17:33:50 +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
nsIHTMLCSSStyleSheet.h
nsIInspectorCSSUtils.h
nsIMediaList.h
nsInspectorCSSUtils.cpp Remove refcounting version of nsIPresShell::GetPresContext. Bug 253889, r+sr=roc. 2004-08-20 20:34:37 +00:00
nsInspectorCSSUtils.h
nsIStyleRule.h Remove nsIStyleRule::GetStyleSheet (and move it to nsICSSRule). b=266991 r+sr=bzbarsky 2004-10-31 17:33:50 +00:00
nsIStyleRuleProcessor.h deCOMify nsIStyledContent::GetID (make it return we a weak pointer to the ID 2004-11-23 17:21:37 +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
nsLayoutStylesheetCache.cpp Use preprocessor instead of separate files for platform-specific parts of forms.css. b=272151 r+sr=bryner 2004-11-30 06:04:04 +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 Make sure to clear out content when we have it specified as none or initial, 2005-01-13 03:49:20 +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 38447 layout,content,dom and xpwidget part: Implement Handling of URI Values on 2004-12-30 21:56:11 +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 38447 layout,content,dom and xpwidget part: Implement Handling of URI Values on 2004-12-30 21:56:11 +00:00
nsStyleStruct.h 38447 layout,content,dom and xpwidget part: Implement Handling of URI Values on 2004-12-30 21:56:11 +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 :empty should not match nodes that have whitespace children. Introduce a 2004-12-03 04:25:21 +00:00
ua.css Make form controls, scroll boxes and columns inherit "unicode-bidi" correctly. Also force file inputs to have left-to-right directionality. Bug 267459, r=dbaron, sr=bzbarsky. 2004-11-23 09:42:23 +00:00
viewsource.css bug 263083: view-source now shows tokenizer-level errors, I forgot to check this in earlier. r=rbs sr=dmose 2004-10-25 23:54:04 +00:00