.. |
arrow.gif
|
|
|
arrowd.gif
|
|
|
forms.css
|
Move implementation of HTML label element entirely into the content model so that it can have any display type: implement the event-munging and accesskey support in nsHTMLLabelElement. For the latter, share some code with nsHTMLAnchorElement and remove extra parameter from nsIEventStateManager access key methods. b=96813 r=jkeiser sr=jst
|
2002-05-22 00:14:51 +00:00 |
html.css
|
Make noframes never show up. bug 134401, r=bzbarsky@mit.edu, sr=hewitt@netscape.com
|
2002-05-02 06:59:30 +00:00 |
nsComputedDOMStyle.cpp
|
make clip:inherit work. Bug 141734, r=dbaron, sr=attinasi
|
2002-05-09 20:05:25 +00:00 |
nsComputedDOMStyle.h
|
Bug 113273. Implement computed style for '-moz-appearance', '-moz-box-*', '-moz-float-edge', and '-moz-user-*'. r=bzbarsky, sr=jst
|
2002-04-20 14:30:57 +00:00 |
nsCSSDeclaration.cpp
|
fixing brad Tbox warning; b=142019, r=bzbarsky, sr=jst
|
2002-05-21 13:33:25 +00:00 |
nsCSSDeclaration.h
|
output of CSS border and background shorthand properties was buggy ; the new code implements a proposal by Hixie that tries to output the minimal number of properties.
|
2002-05-21 08:16:42 +00:00 |
nsCSSKeywordList.h
|
Rename Mozilla-extension values for real CSS properties to begin with -moz-. Remove some unused code. b=3935 r=hixie sr=waterson
|
2002-05-01 00:17:04 +00:00 |
nsCSSKeywords.cpp
|
|
|
nsCSSKeywords.h
|
|
|
nsCSSLoader.cpp
|
Make stylesheet loading recover from decoding errors. Bug 128896, r=ftang, sr=attinasi, a=asa
|
2002-04-09 00:29:03 +00:00 |
nsCSSOMFactory.cpp
|
|
|
nsCSSOMFactory.h
|
|
|
nsCSSParser.cpp
|
Fixing bug 134278. Die kNameSpaceID_HTML, die! r=sicking@bigfoot.com, sr=heikki@netscape.com
|
2002-05-20 22:47:02 +00:00 |
nsCSSPropList.h
|
Bug 3935 - mozilla-native psuedo classes and properties should be marked as such. This fixes a number of them; still a few more to do. Patch by gerv, r=dbaron, sr=jst, a=asa.
|
2002-04-19 08:07:11 +00:00 |
nsCSSProps.cpp
|
Rename Mozilla-extension values for real CSS properties to begin with -moz-. Remove some unused code. b=3935 r=hixie sr=waterson
|
2002-05-01 00:17:04 +00:00 |
nsCSSProps.h
|
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
|
2002-03-23 22:56:05 +00:00 |
nsCSSRule.cpp
|
eliminates 107 nsCRT::memset calls to use memset instead. removed nsCRT::memset() function. bug 118135 r=dp sr=brendan
|
2002-02-05 01:41:13 +00:00 |
nsCSSRule.h
|
|
|
nsCSSRules.cpp
|
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
|
2002-03-23 22:56:05 +00:00 |
nsCSSScanner.cpp
|
Add command-line tool for parsing CSS files. b=139943 sr=waterson r=attinasi
|
2002-05-01 00:03:57 +00:00 |
nsCSSScanner.h
|
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
|
2002-03-23 22:56:05 +00:00 |
nsCSSStruct.cpp
|
fixing brad Tbox warning; b=142019, r=bzbarsky, sr=jst
|
2002-05-21 13:33:25 +00:00 |
nsCSSStruct.h
|
output of CSS border and background shorthand properties was buggy ; the new code implements a proposal by Hixie that tries to output the minimal number of properties.
|
2002-05-21 08:16:42 +00:00 |
nsCSSStyleRule.cpp
|
Remove xp_core.h & xp_mem.h and all build references to them.
|
2002-03-27 06:02:39 +00:00 |
nsCSSStyleSheet.cpp
|
Limit the quirk that prevents dynamic pseudo-classes from applying to quirks mode, to :hover and :active only, and to a stricter definition of global selectors, since we no longer have to worry about performance problems. b=96984 sr=attinasi r=bzbarsky
|
2002-05-19 02:05:29 +00:00 |
nsCSSValue.cpp
|
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
|
2002-03-23 22:56:05 +00:00 |
nsCSSValue.h
|
Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756
|
2002-05-15 18:55:21 +00:00 |
nsDOMCSSAttrDeclaration.cpp
|
Initialize the hint, just in case. Bug 139968, r=jkeiser, sr=jst
|
2002-05-11 23:26:44 +00:00 |
nsDOMCSSAttrDeclaration.h
|
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
|
2002-03-23 22:56:05 +00:00 |
nsDOMCSSDeclaration.cpp
|
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
|
2002-03-23 22:56:05 +00:00 |
nsDOMCSSDeclaration.h
|
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
|
2002-03-23 22:56:05 +00:00 |
nsDOMCSSRect.cpp
|
Adding nsIDOMRect implementation to support computed clip. Not part of
|
2002-01-11 00:09:01 +00:00 |
nsDOMCSSRect.h
|
Adding nsIDOMRect implementation to support computed clip. Not part of
|
2002-01-11 00:09:01 +00:00 |
nsDOMCSSRGBColor.cpp
|
Bug 119807, Computed color values should support getRGBColorValue(). r=bzbarsky, sr=jst, a=asa
|
2002-03-22 20:18:42 +00:00 |
nsDOMCSSRGBColor.h
|
Bug 119807, Computed color values should support getRGBColorValue(). r=bzbarsky, sr=jst, a=asa
|
2002-03-22 20:18:42 +00:00 |
nsHTMLCSSStyleSheet.cpp
|
Fix up and enable hierarchical :hover and remove the hacks that made :hover work for anchors without it. Pass mask rather than pseudo-class to ContentStatesChanged notifications. Optimize event state changes in the style system by passing state mask to HasStateDependentStyle and using it in HasStateDependentStyle implementations. b=5693 r=bryner, joki sr=hyatt
|
2002-04-11 03:49:30 +00:00 |
nsHTMLStyleSheet.cpp
|
Fix up and enable hierarchical :hover and remove the hacks that made :hover work for anchors without it. Pass mask rather than pseudo-class to ContentStatesChanged notifications. Optimize event state changes in the style system by passing state mask to HasStateDependentStyle and using it in HasStateDependentStyle implementations. b=5693 r=bryner, joki sr=hyatt
|
2002-04-11 03:49:30 +00:00 |
nsIComputedDOMStyle.h
|
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
|
2002-03-23 22:56:05 +00:00 |
nsICSSGroupRule.h
|
|
|
nsICSSImportRule.h
|
|
|
nsICSSLoader.h
|
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
|
2002-03-23 22:56:05 +00:00 |
nsICSSLoaderObserver.h
|
|
|
nsICSSNameSpaceRule.h
|
|
|
nsICSSOMFactory.h
|
|
|
nsICSSParser.h
|
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
|
2002-03-23 22:56:05 +00:00 |
nsICSSPseudoComparator.h
|
|
|
nsICSSRule.h
|
|
|
nsICSSStyleRule.h
|
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
|
2002-03-23 22:56:05 +00:00 |
nsICSSStyleSheet.h
|
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
|
2002-03-23 22:56:05 +00:00 |
nsIHTMLCSSStyleSheet.h
|
|
|
nsIInspectorCSSUtils.h
|
Fix the "style rules" display for display:table elements. Bug 122557,
|
2002-04-19 22:29:24 +00:00 |
nsIMediaList.h
|
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
|
2002-03-23 22:56:05 +00:00 |
nsInspectorCSSUtils.cpp
|
Fix the "style rules" display for display:table elements. Bug 122557,
|
2002-04-19 22:29:24 +00:00 |
nsInspectorCSSUtils.h
|
Fix the "style rules" display for display:table elements. Bug 122557,
|
2002-04-19 22:29:24 +00:00 |
nsIStyleRule.h
|
|
|
nsIStyleRuleProcessor.h
|
Fix up and enable hierarchical :hover and remove the hacks that made :hover work for anchors without it. Pass mask rather than pseudo-class to ContentStatesChanged notifications. Optimize event state changes in the style system by passing state mask to HasStateDependentStyle and using it in HasStateDependentStyle implementations. b=5693 r=bryner, joki sr=hyatt
|
2002-04-11 03:49:30 +00:00 |
nsIStyleRuleSupplier.h
|
|
|
nsIStyleSheet.h
|
|
|
nsROCSSPrimitiveValue.cpp
|
Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756
|
2002-05-15 18:55:21 +00:00 |
nsROCSSPrimitiveValue.h
|
139343, zapping build warnings from computed style. r=bzbarsky,sr=jst
|
2002-04-26 18:10:14 +00:00 |
nsRuleNode.cpp
|
make clip:inherit work. Bug 141734, r=dbaron, sr=attinasi
|
2002-05-09 20:05:25 +00:00 |
nsRuleNode.h
|
Fix for 99344, inline styles not being recognized under certain DHTML circumstances. r=dbaron, sr=waterson, a=asa
|
2002-04-05 08:05:33 +00:00 |
nsRuleWalker.h
|
Fix for 99344, inline styles not being recognized under certain DHTML circumstances. r=dbaron, sr=waterson, a=asa
|
2002-04-05 08:05:33 +00:00 |
nsStyleContext.cpp
|
Remove |aForceUnique| parameter from style context resolving methods, and corresponding flag from nsStyleContext, since the only caller was ReResolveStyleContext (on the assumption that other callers used it). Allow ReResolveStyleContext to benefit from FindChildWithRules and allow it to re-resolve to the same tree even when called on the root style context. b=133821 r=attinasi sr=hyatt a=asa
|
2002-03-31 16:59:00 +00:00 |
nsStyleCoord.cpp
|
eliminates 107 nsCRT::memset calls to use memset instead. removed nsCRT::memset() function. bug 118135 r=dp sr=brendan
|
2002-02-05 01:41:13 +00:00 |
nsStyleCoord.h
|
converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp
|
2002-01-12 03:18:55 +00:00 |
nsStyleSet.cpp
|
Fix event state changes on some UI buttons by not overwriting a true result from HasStateDependentStyle with a false one. b=137067 r=bzbarsky sr=waterson
|
2002-04-15 22:28:54 +00:00 |
nsStyleStruct.cpp
|
Rename Mozilla-extension values for real CSS properties to begin with -moz-. Remove some unused code. b=3935 r=hixie sr=waterson
|
2002-05-01 00:17:04 +00:00 |
nsStyleStruct.h
|
Rename Mozilla-extension values for real CSS properties to begin with -moz-. Remove some unused code. b=3935 r=hixie sr=waterson
|
2002-05-01 00:17:04 +00:00 |
nsStyleUtil.cpp
|
|
|
nsStyleUtil.h
|
|
|
quirk.css
|
Remove "layout.forms.use_standard_or_quirks" pref and the old quirks-mode form control code that it enabled. (See bug 91602.) b=131452 r=rods sr=attinasi a=asa
|
2002-03-27 06:13:32 +00:00 |
ua.css
|
Bug 129608, moving XML parsererror into its own namespace along with the CSS rules so it won't mess up with web pages using parsererror and sourcetext tags. Clean up the content tree before parser error. Also removing dead files. r=harishd, sr=jst, a=roc+moz@cs.cmu.edu.
|
2002-03-12 22:17:18 +00:00 |
viewsource.css
|
Make view-source a lot faster on bidi pages by breaking up the page into
|
2002-03-01 00:07:48 +00:00 |