.. |
xbl-marquee
|
Fix perf bug 277208. Patch by Martijn Wargers <martijn.martijn@gmail.com>,
|
2005-09-09 18:50:23 +00:00 |
.cvsignore
|
Bug 272151: reorganize files within layout, r+sr=roc: add new Makefiles.
|
2004-12-07 18:09:28 +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 |
arrow.gif
|
…
|
|
arrowd.gif
|
…
|
|
forms.css
|
Fix bug 307256, bug 307304, bug 307924 by disabling selection for XUL elements
|
2005-09-11 19:22:57 +00:00 |
html.css
|
b=294852, canvas is too easily selected, r=vladimir,a=bsmedberg
|
2005-07-28 17:20:37 +00:00 |
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 |
nsCSSAnonBoxes.cpp
|
fix for bug 199170, convert layout to use nsStaticAtom. sr=dbaron
|
2003-04-02 04:51:07 +00:00 |
nsCSSAnonBoxes.h
|
fix for bug 199170, convert layout to use nsStaticAtom. sr=dbaron
|
2003-04-02 04:51:07 +00:00 |
nsCSSDataBlock.cpp
|
Implement css3 syntax for url() values of cursor with optional hotspot coordinates. b=286303 r=biesi sr=bzbarsky a=asa
|
2005-07-01 04:29:42 +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
|
Implement css3 syntax for url() values of cursor with optional hotspot coordinates. b=286303 r=biesi sr=bzbarsky a=asa
|
2005-07-01 04:29:42 +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
|
Fix bug 307256, bug 307304, bug 307924 by disabling selection for XUL elements
|
2005-09-11 19:22:57 +00:00 |
nsCSSKeywords.cpp
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-17 21:52:36 +00:00 |
nsCSSKeywords.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-17 21:52:36 +00:00 |
nsCSSLoader.cpp
|
Fix for bug 306363 (Clean up nsContentUtils service getters). r/sr=bz.
|
2005-09-11 10:08:43 +00:00 |
nsCSSLoader.h
|
Clean up includes a bit in CSSLoader. Bug 290107, r+sr=dbaron, a=brendan
|
2005-04-14 15:27:16 +00:00 |
nsCSSOMFactory.cpp
|
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 |
nsCSSOMFactory.h
|
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 |
nsCSSParser.cpp
|
Bug 301234 - implement subset of SVG filters. r=scooter
|
2005-09-06 22:30:40 +00:00 |
nsCSSPropList.h
|
Bug 301234 - implement subset of SVG filters. r=scooter
|
2005-09-06 22:30:40 +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 |
nsCSSProps.cpp
|
Fix bug 307256, bug 307304, bug 307924 by disabling selection for XUL elements
|
2005-09-11 19:22:57 +00:00 |
nsCSSProps.h
|
Fix a few -moz-outline* problems and drop the prefix.
|
2005-03-27 11:36:08 +00:00 |
nsCSSPseudoClassList.h
|
Add support for :valid, :invalid, :in-range, and :out-of-range pseudo-classes.
|
2005-08-30 20:56:46 +00:00 |
nsCSSPseudoClasses.cpp
|
fix for bug 199170, convert layout to use nsStaticAtom. sr=dbaron
|
2003-04-02 04:51:07 +00:00 |
nsCSSPseudoClasses.h
|
fix for bug 199170, convert layout to use nsStaticAtom. sr=dbaron
|
2003-04-02 04:51:07 +00:00 |
nsCSSPseudoElementList.h
|
Remove support for the single-':' form of -moz-* pseudo-elements. Bug 211657,
|
2003-07-25 22:44:58 +00:00 |
nsCSSPseudoElements.cpp
|
Add support for '::' notation for CSS pseudo-elements (bug 62843). Drop
|
2003-07-04 01:33:10 +00:00 |
nsCSSPseudoElements.h
|
Add support for '::' notation for CSS pseudo-elements (bug 62843). Drop
|
2003-07-04 01:33:10 +00:00 |
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
|
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 301234 - implement subset of SVG filters. r=scooter
|
2005-09-06 22:30:40 +00:00 |
nsCSSStruct.h
|
Bug 301234 - implement subset of SVG filters. r=scooter
|
2005-09-06 22:30:40 +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
|
Fix for bug 306363 (Clean up nsContentUtils service getters). r/sr=bz.
|
2005-09-11 10:08:43 +00:00 |
nsCSSStyleSheet.h
|
Consolidate and deCOMtaminate parsing and storage of media lists. b=156716 r+sr=bzbarsky
|
2005-03-30 00:36:57 +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 |
nsComputedDOMStyle.cpp
|
Make nsIPresShell::GetPrimaryFrameFor return nsIFrame* instead of using an out
|
2005-08-22 22:24:29 +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 |
nsDOMCSSAttrDeclaration.cpp
|
Create CSSLoaders when the document object is created and deCOMify the getter.
|
2005-04-19 01:27:11 +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
|
Fix a few -moz-outline* problems and drop the prefix.
|
2005-03-27 11:36:08 +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
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2005-02-01 15:28:15 +00:00 |
nsDOMCSSRGBColor.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2005-02-01 15:28:15 +00:00 |
nsDOMCSSRect.cpp
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-17 21:52:36 +00:00 |
nsDOMCSSRect.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-17 21:52:36 +00:00 |
nsDOMCSSValueList.cpp
|
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
|
2004-06-17 00:13:25 +00:00 |
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 |
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
|
Consolidate and deCOMtaminate parsing and storage of media lists. b=156716 r+sr=bzbarsky
|
2005-03-30 00:36:57 +00:00 |
nsICSSLoader.h
|
Clean up includes a bit in CSSLoader. Bug 290107, r+sr=dbaron, a=brendan
|
2005-04-14 15:27:16 +00:00 |
nsICSSLoaderObserver.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-17 21:52:36 +00:00 |
nsICSSNameSpaceRule.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-17 21:52:36 +00:00 |
nsICSSOMFactory.h
|
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 |
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
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-17 21:52:36 +00:00 |
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
|
Fix GetSelectorText to truncate the out string. Bug 142648, patch by Daniel
|
2005-02-03 18:31:24 +00:00 |
nsICSSStyleRuleDOMWrapper.h
|
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 |
nsICSSStyleSheet.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
|
Use property ids from the property list, as long as we're using preprocessing
|
2004-06-08 01:32:29 +00:00 |
nsIHTMLCSSStyleSheet.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-17 21:52:36 +00:00 |
nsIInspectorCSSUtils.h
|
Remove nsIXBLBinding (bug 194834). r+sr=bzbarsky.
|
2005-02-25 22:07:01 +00:00 |
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 |
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
|
Improve comments. r=bzbarsky a=comment changes only
|
2005-07-26 02:28:02 +00:00 |
nsIStyleRuleSupplier.h
|
Combine WalkRules and UseDocumentRules into one function. Bug 244252,
|
2004-09-10 04:57:30 +00:00 |
nsIStyleSheet.h
|
Consolidate and deCOMtaminate parsing and storage of media lists. b=156716 r+sr=bzbarsky
|
2005-03-30 00:36:57 +00:00 |
nsInspectorCSSUtils.cpp
|
Make nsIPresShell::GetPrimaryFrameFor return nsIFrame* instead of using an out
|
2005-08-22 22:24:29 +00:00 |
nsInspectorCSSUtils.h
|
Remove nsIXBLBinding (bug 194834). r+sr=bzbarsky.
|
2005-02-25 22:07:01 +00:00 |
nsLayoutStylesheetCache.cpp
|
Bug 222654: global/scrollbars.css for native scrollbars different on Mac (many Firefox themes break scrollbars on Mac). Use nativescrollbars.css and xulscrollbars.css and ship both files on all platforms. r=neil, kevin, sr=bz
|
2005-08-14 16:23:37 +00:00 |
nsLayoutStylesheetCache.h
|
Re-landing bug 237407 with crash-fix. r/sr=dbaron+brendan a=asa+mkaply
|
2004-03-23 18:26:43 +00:00 |
nsROCSSPrimitiveValue.cpp
|
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
|
2004-06-17 00:13:25 +00:00 |
nsROCSSPrimitiveValue.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-17 21:52:36 +00:00 |
nsRuleData.h
|
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
|
2004-07-31 23:15:21 +00:00 |
nsRuleNode.cpp
|
Remove unused canHaveExplicitInherit variable and fix some comments. b=308079 r+sr=bzbarsky
|
2005-09-12 04:55:36 +00:00 |
nsRuleNode.h
|
More documentation and a little cleanup. b=281113 r+sr=bzbarsky (and for the previous comment change too)
|
2005-02-05 05:24:21 +00:00 |
nsRuleWalker.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-17 21:52:36 +00:00 |
nsStyleContext.cpp
|
Bug 301234 - implement subset of SVG filters. r=scooter
|
2005-09-06 22:30:40 +00:00 |
nsStyleContext.h
|
More documentation and a little cleanup. b=281113 r+sr=bzbarsky (and for the previous comment change too)
|
2005-02-05 05:24: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
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-17 21:52:36 +00:00 |
nsStyleSet.cpp
|
Document pseudo-element code a little better and add some assertions. b=307939 r+sr=bzbarsky
|
2005-09-11 23:17:28 +00:00 |
nsStyleSet.h
|
Fix typo stephend pointed out.
|
2005-09-12 04:28:16 +00:00 |
nsStyleStruct.cpp
|
Bug 301234 - implement subset of SVG filters. r=scooter
|
2005-09-06 22:30:40 +00:00 |
nsStyleStruct.h
|
Bug 301234 - implement subset of SVG filters. r=scooter
|
2005-09-06 22:30:40 +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 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
|
Getting the selector text should properly escape and quote attribute value
|
2005-01-30 18:01:57 +00:00 |
quirk.css
|
Put the quirky 1em bottom margin on forms only in quirks mode. Bug 41806,
|
2005-02-18 06:13:28 +00:00 |
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 |