gecko-dev/layout/style
2005-10-01 01:35:56 +00:00
..
xbl-marquee Fix perf bug 277208. Patch by Martijn Wargers <martijn.martijn@gmail.com>, 2005-09-09 18:50:23 +00:00
.cvsignore
arrow.gif
arrowd.gif
forms.css Bug 258875. Make a file upload control's textbox be read-only and take it out of the tab order. Clicking on the textbox will open the filepicker. r+sr=dbaron 2005-09-30 22:01:54 +00:00
html.css Backing out bug 288064 because of the Tp hit. 2005-10-01 01:35:56 +00:00
Makefile.in Bug 305767 - Allow a different marker character for preprocessing CSS files - r=hixie+mconnor 2005-08-26 12:49:37 +00:00
nsComputedDOMStyle.cpp bug 287837 r+sr=bz 2005-09-19 15:47:26 +00:00
nsComputedDOMStyle.h Fix crashes when computed style is used on a dead presentation. Bug 291183, 2005-06-03 01:51:15 +00:00
nsCSSAnonBoxes.cpp
nsCSSAnonBoxes.h
nsCSSAnonBoxList.h Bug 290752. Don't create unnecessary level of style contexts for scrolled frames. r+sr=bzbarsky,a=asa 2005-04-28 22:14:16 +00:00
nsCSSDataBlock.cpp bug 308409 convert ParseTextShadow to nsCSSValue::Array and nsCSSValueList 2005-09-20 12:04:45 +00:00
nsCSSDataBlock.h Don't call ValueAppended on every single inline style mutation. Should be a 2005-04-28 20:19:24 +00:00
nsCSSDeclaration.cpp bug 308409 convert ParseTextShadow to nsCSSValue::Array and nsCSSValueList 2005-09-20 12:04:45 +00:00
nsCSSDeclaration.h Don't call ValueAppended on every single inline style mutation. Should be a 2005-04-28 20:19:24 +00:00
nsCSSKeywordList.h Implement :-moz-broken, :-moz-user-disabled, and :-moz-suppressed 2005-09-18 18:05:40 +00:00
nsCSSKeywords.cpp
nsCSSKeywords.h
nsCSSLoader.cpp Make sure not to access members of deleted SheetLoadDatas. Bug 308766, r+sr=jst 2005-09-16 15:38:04 +00:00
nsCSSLoader.h Improve the CSSLoader API: make it clear which methods return results 2005-09-12 18:41:15 +00:00
nsCSSOMFactory.cpp
nsCSSOMFactory.h
nsCSSParser.cpp bug 308409 convert ParseTextShadow to nsCSSValue::Array and nsCSSValueList 2005-09-20 12:04:45 +00:00
nsCSSProperty.h bug 308409 convert ParseTextShadow to nsCSSValue::Array and nsCSSValueList 2005-09-20 12:04:45 +00:00
nsCSSPropList.h bug 308409 convert ParseTextShadow to nsCSSValue::Array and nsCSSValueList 2005-09-20 12:04:45 +00:00
nsCSSProps.cpp Implement :-moz-broken, :-moz-user-disabled, and :-moz-suppressed 2005-09-18 18:05:40 +00:00
nsCSSProps.h Fix a few -moz-outline* problems and drop the prefix. 2005-03-27 11:36:08 +00:00
nsCSSPseudoClasses.cpp
nsCSSPseudoClasses.h
nsCSSPseudoClassList.h Backing out bug 288064 because of the Tp hit. 2005-10-01 01:35:56 +00:00
nsCSSPseudoElementList.h
nsCSSPseudoElements.cpp
nsCSSPseudoElements.h
nsCSSRule.cpp
nsCSSRule.h
nsCSSRuleProcessor.h
nsCSSRules.cpp Consolidate and deCOMtaminate parsing and storage of media lists. b=156716 r+sr=bzbarsky 2005-03-30 00:36:57 +00:00
nsCSSRules.h Consolidate and deCOMtaminate parsing and storage of media lists. b=156716 r+sr=bzbarsky 2005-03-30 00:36:57 +00:00
nsCSSScanner.cpp Only accept a decimal point as part of a number when there are digits after it. Remove unused IS_ALPHA. b=306504 r+sr=bzbarsky 2005-08-31 16:15:58 +00:00
nsCSSScanner.h Only accept a decimal point as part of a number when there are digits after it. Remove unused IS_ALPHA. b=306504 r+sr=bzbarsky 2005-08-31 16:15:58 +00:00
nsCSSStruct.cpp bug 308409 convert ParseTextShadow to nsCSSValue::Array and nsCSSValueList 2005-09-20 12:04:45 +00:00
nsCSSStruct.h bug 308409 convert ParseTextShadow to nsCSSValue::Array and nsCSSValueList 2005-09-20 12:04:45 +00:00
nsCSSStyleRule.cpp Create CSSLoaders when the document object is created and deCOMify the getter. 2005-04-19 01:27:11 +00:00
nsCSSStyleSheet.cpp Backing out bug 288064 because of the Tp hit. 2005-10-01 01:35:56 +00:00
nsCSSStyleSheet.h Improve the CSSLoader API: make it clear which methods return results 2005-09-12 18:41:15 +00:00
nsCSSValue.cpp check a pref to determine whether CSS background images should block onload 2005-07-15 21:19:04 +00:00
nsCSSValue.h Implement CSS2 counters. b=3247 r+sr=bzbarsky 2005-04-01 23:07:00 +00:00
nsDOMCSSAttrDeclaration.cpp Create CSSLoaders when the document object is created and deCOMify the getter. 2005-04-19 01:27:11 +00:00
nsDOMCSSAttrDeclaration.h
nsDOMCSSDeclaration.cpp Fix a few -moz-outline* problems and drop the prefix. 2005-03-27 11:36:08 +00:00
nsDOMCSSDeclaration.h
nsDOMCSSRect.cpp
nsDOMCSSRect.h
nsDOMCSSRGBColor.cpp
nsDOMCSSRGBColor.h
nsDOMCSSValueList.cpp
nsDOMCSSValueList.h bug 286899 Follow CSS 2.1, rather than css3-ui, for the computed style for the 2005-03-20 13:35:31 +00:00
nsHTMLCSSStyleSheet.cpp Implement CSS2 counters. b=3247 r+sr=bzbarsky 2005-04-01 23:07:00 +00:00
nsHTMLStyleSheet.cpp Make nsIPresShell::GetPrimaryFrameFor return nsIFrame* instead of using an out 2005-08-22 22:24:29 +00:00
nsHTMLStyleSheet.h Consolidate and deCOMtaminate parsing and storage of media lists. b=156716 r+sr=bzbarsky 2005-03-30 00:36:57 +00:00
nsIComputedDOMStyle.h
nsICSSDeclaration.h
nsICSSGroupRule.h
nsICSSImportRule.h Consolidate and deCOMtaminate parsing and storage of media lists. b=156716 r+sr=bzbarsky 2005-03-30 00:36:57 +00:00
nsICSSLoader.h Improve the CSSLoader API: make it clear which methods return results 2005-09-12 18:41:15 +00:00
nsICSSLoaderObserver.h Improve the CSSLoader API: make it clear which methods return results 2005-09-12 18:41:15 +00:00
nsICSSNameSpaceRule.h
nsICSSOMFactory.h
nsICSSParser.h b=288796, add public ParseColorString method to CSSParser, r+sr=dbaron,a=asa 2005-04-18 02:51:40 +00:00
nsICSSPseudoComparator.h
nsICSSRule.h
nsICSSStyleRule.h
nsICSSStyleRuleDOMWrapper.h
nsICSSStyleSheet.h Consolidate and deCOMtaminate parsing and storage of media lists. b=156716 r+sr=bzbarsky 2005-03-30 00:36:57 +00:00
nsIHTMLCSSStyleSheet.h
nsIInspectorCSSUtils.h
nsIMediaList.h Use protected instead of private so VC6 gets less confused when nsDerivedSafe is involved. Hopefully fixing bustage. b=156716 2005-03-30 01:42:06 +00:00
nsInspectorCSSUtils.cpp Make nsIPresShell::GetPrimaryFrameFor return nsIFrame* instead of using an out 2005-08-22 22:24:29 +00:00
nsInspectorCSSUtils.h
nsIStyleRule.h
nsIStyleRuleProcessor.h Improve comments. r=bzbarsky a=comment changes only 2005-07-26 02:28:02 +00:00
nsIStyleRuleSupplier.h
nsIStyleSheet.h Consolidate and deCOMtaminate parsing and storage of media lists. b=156716 r+sr=bzbarsky 2005-03-30 00:36:57 +00:00
nsLayoutStylesheetCache.cpp Improve the CSSLoader API: make it clear which methods return results 2005-09-12 18:41:15 +00:00
nsLayoutStylesheetCache.h
nsROCSSPrimitiveValue.cpp
nsROCSSPrimitiveValue.h
nsRuleData.h
nsRuleNode.cpp Bug 255411 "Use my colors" preference makes popup/hover frames have transparent background 2005-09-23 08:08:09 +00:00
nsRuleNode.h
nsRuleWalker.h
nsStyleContext.cpp Bug 301234 - implement subset of SVG filters. r=scooter 2005-09-06 22:30:40 +00:00
nsStyleContext.h
nsStyleCoord.cpp
nsStyleCoord.h
nsStyleSet.cpp Weaken assertions I added yesterday to fix orange on balsa. b=307939 2005-09-12 15:37:30 +00:00
nsStyleSet.h Fix typo stephend pointed out. 2005-09-12 04:28:16 +00:00
nsStyleStruct.cpp Fix crashes on restyling of a node with a broken URI in content:. Bug 308890, 2005-09-20 02:02:21 +00:00
nsStyleStruct.h I missed some comment corrections in bug 205790. r+sr=bzbarsky 2005-09-26 01:58:48 +00:00
nsStyleStructList.h
nsStyleUtil.cpp Bug 78510. Maintain a per-document hashmap from URI-spec-hash to set of pointers to content elements that are links to those URIs whose state has been queried by the style system. Use this map to efficiently mark visited any links to URIs which get visited. r+sr=dbaron, with input from bryner and bzbarsky, a=jesup with support from dbaron. May impact Tp and other metrics, be careful out there. 2005-08-10 20:21:44 +00:00
nsStyleUtil.h
quirk.css
ua.css Bug 290752. Don't create unnecessary level of style contexts for scrolled frames. r+sr=bzbarsky,a=asa 2005-04-28 22:14:16 +00:00
viewsource.css Bug 299184 Should set background-color property for prettyprint 2005-07-11 22:22:47 +00:00