gecko-dev/layout/style
2007-03-14 01:42:42 +00:00
..
test add mochitest for bug 373293 ("Style attribute is "transparent;" (missing property name)") 2007-03-12 05:59:13 +00:00
xbl-marquee Change margin-right to -moz-margin-end to fix RTL vertical marquees. bug=370757 r+sr=dbaron 2007-02-17 20:08:06 +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 fix chrome button heights, fix some native button rendering issues, clean up some CSS. b=371080 r=mano sr=vlad 2007-02-27 21:54:52 +00:00
html.css Move gray-ness of table borders to quirks mode and restore our prior standards-mode behavior. b=84307 r=fantasai sr=bzbarsky 2007-02-02 06:11:56 +00:00
Makefile.in decomtaminate nsIXULPrototypeCache (bug 364329) 2007-03-12 05:53:33 +00:00
nsComputedDOMStyle.cpp Round the alpha component in computed style as well. b=372782 r+sr=bzbarsky 2007-03-08 18:44:45 +00:00
nsComputedDOMStyle.h Refactor some repetitive computed style code. Bug 365932, r+sr=dbaron 2007-02-20 18:43:16 +00:00
nsCSSAnonBoxes.cpp File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsCSSAnonBoxes.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsCSSAnonBoxList.h Implement CSS display types inline-block and inline-table. b=9458, 18217 r+sr=bzbarsky 2007-01-27 18:36:57 +00:00
nsCSSDataBlock.cpp Bug 338122, Crash [@ nsIMEStateManager::IsActive] when window gets removed on mousedown at button, r+sr=roc 2006-05-19 10:26:44 +00:00
nsCSSDataBlock.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsCSSDeclaration.cpp Fix bug 373293, Style attribute is "transparent;" (missing property name). r+sr=dbaron 2007-03-09 09:43:55 +00:00
nsCSSDeclaration.h Make static some nsCSSDeclaration methods that don't need their this. b=336322 r+sr=bzbarsky 2006-05-02 23:36:17 +00:00
nsCSSKeywordList.h Make default table and hr border colors be gray rather than special values that depend on the background color, and remove the special values that depend on the background. b=84307 Patch by fantasai <fantasai.bugs@inkedblade.net>. r=bzbarsky sr=dbaron 2007-02-01 02:45:55 +00:00
nsCSSKeywords.cpp File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsCSSKeywords.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsCSSLoader.cpp decomtaminate nsIXULPrototypeCache (bug 364329) 2007-03-12 05:53:33 +00:00
nsCSSLoader.h Simplify the posted events setup now that they're owned through dispatch by the 2007-02-05 18:09:26 +00:00
nsCSSOMFactory.cpp File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsCSSOMFactory.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsCSSParser.cpp Bug 336682. Fix online/offline events to target and bubble propertly, and so that <body ononline= onoffline=> works. Patch by Chris Double, r+sr=jst,r=dbaron 2007-03-14 01:42:42 +00:00
nsCSSProperty.h One-line descriptions of files, partly because they show up in LXR. 2006-03-30 06:20:34 +00:00
nsCSSPropList.h Bug 307708 � filters should operate in linearRGB color space by default r=dbaron,r=tor,sr=roc 2007-01-30 13:19:55 +00:00
nsCSSProps.cpp Make default table and hr border colors be gray rather than special values that depend on the background color, and remove the special values that depend on the background. b=84307 Patch by fantasai <fantasai.bugs@inkedblade.net>. r=bzbarsky sr=dbaron 2007-02-01 02:45:55 +00:00
nsCSSProps.h Bug 307708 � filters should operate in linearRGB color space by default r=dbaron,r=tor,sr=roc 2007-01-30 13:19:55 +00:00
nsCSSPseudoClasses.cpp File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsCSSPseudoClasses.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsCSSPseudoClassList.h Fix bug 349695 by taking a different approach to setting display:none on HTML 2006-08-25 22:33:17 +00:00
nsCSSPseudoElementList.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsCSSPseudoElements.cpp File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsCSSPseudoElements.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsCSSRule.cpp File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsCSSRule.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsCSSRuleProcessor.cpp Fixing bug 334587. Unify event handling for links and fix various XLink bugs. r=olli.pettay@gmail.com, r=dbaron@mozilla.com, sr=bugmail@sicking.cc 2007-01-04 10:53:59 +00:00
nsCSSRuleProcessor.h Make stylesheet service sheets apply dynamically. Bug 335689, r+sr=dbaron 2006-06-08 14:32:20 +00:00
nsCSSRules.cpp Bug 177805: Fix the use of units in Gecko. r+sr=roc 2007-02-07 07:46:44 +00:00
nsCSSRules.h Add obviously-needed null check. b=337889 r+sr=bzbarsky 2006-10-06 05:29:44 +00:00
nsCSSScanner.cpp Correct punctuation in CSS error reports. b=315250 r+sr=bzbarsky. 2007-01-23 22:49:49 +00:00
nsCSSScanner.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsCSSStruct.cpp Bug 326143 - Implement feFlood and feTurbulence filter elements. 2007-01-08 16:48:56 +00:00
nsCSSStruct.h Bug 307708 � filters should operate in linearRGB color space by default r=dbaron,r=tor,sr=roc 2007-01-30 13:19:55 +00:00
nsCSSStyleRule.cpp Kill remainders of ns(XBL|HTML|XUL|Layout)Atoms. r/sr=jst b=368128 2007-01-30 00:06:41 +00:00
nsCSSStyleSheet.cpp Kill remainders of ns(XBL|HTML|XUL|Layout)Atoms. r/sr=jst b=368128 2007-01-30 00:06:41 +00:00
nsCSSStyleSheet.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsCSSValue.cpp Bug 177805: Fix the use of units in Gecko. r+sr=roc 2007-02-07 07:46:44 +00:00
nsCSSValue.h Bug 368703 � Some methods in layout/style could be const r+sr=dbaron 2007-01-31 13:59:26 +00:00
nsDOMCSSAttrDeclaration.cpp Kill remainders of ns(XBL|HTML|XUL|Layout)Atoms. r/sr=jst b=368128 2007-01-30 00:06:41 +00:00
nsDOMCSSAttrDeclaration.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsDOMCSSDeclaration.cpp File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsDOMCSSDeclaration.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsDOMCSSRect.cpp File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsDOMCSSRect.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsDOMCSSRGBColor.cpp Make computed style output the a part of rgba/hsla colors, and also implement the 'transparent' keyword from css3-color. b=347912 r+sr=bzbarsky 2007-01-25 02:03:02 +00:00
nsDOMCSSRGBColor.h Make computed style output the a part of rgba/hsla colors, and also implement the 'transparent' keyword from css3-color. b=347912 r+sr=bzbarsky 2007-01-25 02:03:02 +00:00
nsDOMCSSValueList.cpp File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsDOMCSSValueList.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsHTMLCSSStyleSheet.cpp File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsHTMLStyleSheet.cpp Bug 177805: Fix the use of units in Gecko. r+sr=roc 2007-02-07 07:46:44 +00:00
nsHTMLStyleSheet.h Fix col border drawing for cols that are explicitly in the source. Bug 350444, 2006-11-13 15:46:52 +00:00
nsIComputedDOMStyle.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsICSSDeclaration.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsICSSGroupRule.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsICSSImportRule.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsICSSLoader.h Rev nsICSSLoader IID too. Bug 319654. 2006-11-11 22:28:09 +00:00
nsICSSLoaderObserver.h Create DOM nodes for processing instructions in XUL, take 2. Still bug 319654, patch by 2006-11-11 22:27:00 +00:00
nsICSSNameSpaceRule.h Put comment where LXR likes it. (At least I only messed up one file.) 2006-03-25 07:14:13 +00:00
nsICSSOMFactory.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsICSSParser.h Bug 331883. Restrict anonymous box selectors to agent/user style sheets. r+sr=dbaron/bzbarsky 2006-06-15 03:20:19 +00:00
nsICSSPseudoComparator.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsICSSRule.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsICSSStyleRule.h Fix leak when cloning negations caused by previous patch. b=333634 r+sr=bzbarsky 2006-04-28 18:02:53 +00:00
nsICSSStyleRuleDOMWrapper.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsICSSStyleSheet.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsIHTMLCSSStyleSheet.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsIInspectorCSSUtils.h Bug 370642: remove use of views in layout/inspector. r+sr=dbaron. 2007-02-18 04:44:21 +00:00
nsIMediaList.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsInspectorCSSUtils.cpp Bug 370642: remove use of views in layout/inspector. r+sr=dbaron. 2007-02-18 04:44:21 +00:00
nsInspectorCSSUtils.h Bug 370642: remove use of views in layout/inspector. r+sr=dbaron. 2007-02-18 04:44:21 +00:00
nsIStyleRule.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsIStyleRuleProcessor.h Fixing bug 334587. Unify event handling for links and fix various XLink bugs. r=olli.pettay@gmail.com, r=dbaron@mozilla.com, sr=bugmail@sicking.cc 2007-01-04 10:53:59 +00:00
nsIStyleSheet.h Implement the proposed Web Apps 1.0 API for changing the selected style sheet 2007-01-11 19:32:31 +00:00
nsLayoutStylesheetCache.cpp Bug 331883. Restrict anonymous box selectors to agent/user style sheets. r+sr=dbaron/bzbarsky 2006-06-15 03:20:19 +00:00
nsLayoutStylesheetCache.h Bug 331883. Restrict anonymous box selectors to agent/user style sheets. r+sr=dbaron/bzbarsky 2006-06-15 03:20:19 +00:00
nsROCSSPrimitiveValue.cpp Bug 177805: Fix the use of units in Gecko. r+sr=roc 2007-02-07 07:46:44 +00:00
nsROCSSPrimitiveValue.h Bug 177805: Fix the use of units in Gecko. r+sr=roc 2007-02-07 07:46:44 +00:00
nsRuleData.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsRuleNode.cpp Bug 177805: Fix the use of units in Gecko. r+sr=roc 2007-02-07 07:46:44 +00:00
nsRuleNode.h Make the GetStyle* getters not go through GetStyleData() so they can be 2006-12-12 17:44:45 +00:00
nsRuleWalker.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsStyleContext.cpp Bug 307708 � filters should operate in linearRGB color space by default r=dbaron,r=tor,sr=roc 2007-01-30 13:19:55 +00:00
nsStyleContext.h Eliminate nsStyleBorderPadding and add margin/padding/content rect APIs to nsIFrame. b=332922 r+sr=roc 2006-12-20 01:23:45 +00:00
nsStyleCoord.cpp File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsStyleCoord.h File comments that show up in LXR and provide a quick summary of what's in each file. 2006-03-25 05:47:31 +00:00
nsStyleSet.cpp Bug 370332: Kill nsIBindingManager and nsIStyleRuleSupplier. r=dbaron for the layout/style parts, r/sr=jst for the rest. 2007-02-16 23:02:08 +00:00
nsStyleSet.h Bug 370332: Kill nsIBindingManager and nsIStyleRuleSupplier. r=dbaron for the layout/style parts, r/sr=jst for the rest. 2007-02-16 23:02:08 +00:00
nsStyleStruct.cpp Bug 371991: Stop requiring a reframe for fixed backgrounds. r+sr=roc. 2007-02-27 22:03:26 +00:00
nsStyleStruct.h Bug 366043 The negative outline-offset is broken by bug 287624 r+sr=dbaron 2007-02-08 21:04:54 +00:00
nsStyleStructList.h Bug 287624 ? round CSS border widths to nearest pixel r+sr=dbaron 2006-12-27 14:21:43 +00:00
nsStyleUtil.cpp Round the alpha component in computed style as well. b=372782 r+sr=bzbarsky 2007-03-08 18:44:45 +00:00
nsStyleUtil.h Round the alpha component in computed style as well. b=372782 r+sr=bzbarsky 2007-03-08 18:44:45 +00:00
quirk.css Move gray-ness of table borders to quirks mode and restore our prior standards-mode behavior. b=84307 r=fantasai sr=bzbarsky 2007-02-02 06:11:56 +00:00
ua.css Implement CSS display types inline-block and inline-table. b=9458, 18217 r+sr=bzbarsky 2007-01-27 18:36:57 +00:00
viewsource.css Bug 299184 Should set background-color property for prettyprint 2005-07-11 22:22:47 +00:00