.. |
crashtests
|
Bug 1167782: Null-check pseudo element in nsHTMLCSSStyleSheet::RulesMatching(). r=dbaron
|
2015-05-26 16:44:52 -07:00 |
test
|
Bug 1170000 - Add -moz-os-version: windows-win10 to test_media_queries.html. r=jimm
|
2015-06-09 13:23:00 -04:00 |
xbl-marquee
|
Bug 1050049 - Whitelist bindings that we actually expect to use in content. r=smaug
|
2014-08-11 20:06:55 -07:00 |
AnimationCommon.cpp
|
Bug 1161049 patch 1 - Back out changeset 962e15b81684 (part of bug 947753) in order to fix the bug a different way. r=mstange
|
2015-05-08 15:56:36 +02:00 |
AnimationCommon.h
|
Bug 1161049 patch 2 - Add comments reflecting what CanPerformOnCompositorThread doesn't check. r=birtles
|
2015-05-08 15:56:36 +02:00 |
CSS.cpp
|
Bug 1087801. Don't assume the global is a Window in the DOM CSS object. r=bholley
|
2014-10-29 17:00:48 -04:00 |
CSS.h
|
Bug 1118486 - Part 1: Use `= delete` instead of MOZ_DELETE directly; r=Waldo
|
2015-01-08 23:19:05 -05:00 |
CSSCalc.h
|
Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo.
|
2015-02-09 14:34:50 -08:00 |
CSSLexer.cpp
|
Bug 1152033 - Expose CSS lexer to js. r=heycam, r=bz
|
2015-05-04 10:28:00 -04:00 |
CSSLexer.h
|
Bug 1152033 - Expose CSS lexer to js. r=heycam, r=bz
|
2015-05-04 10:28:00 -04:00 |
CSSRuleList.cpp
|
Bug 1117172 part 3. Change the wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv
|
2015-03-19 10:13:33 -04:00 |
CSSRuleList.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
CSSStyleSheet.cpp
|
Bug 1167189: Cleanup NS_RUNTIMEABORT("OOM") in layout/. r=dbaron
|
2015-05-26 17:04:24 -04:00 |
CSSStyleSheet.h
|
Bug 861449 - Incremental css::Rule destroyer. r=dbaron
|
2015-06-15 12:34:23 -07:00 |
CSSUnprefixingService.js
|
Bug 1160281 - Add support for -webkit-transform-origin via CSS Unprefixing Service. r=dholbert
|
2015-05-08 12:28:00 +02:00 |
CSSUnprefixingService.manifest
|
Backed out 4 changesets (bug 1107378) as a last grasped straw to figure out the m-dt bustage on a CLOSED TREE
|
2015-02-26 23:35:25 -08:00 |
CSSValue.h
|
Bug 1156632 - Remove unused forward class declarations - patch 5 - rdf, parser, layout and something else, r=ehsan
|
2015-04-22 08:29:22 +02:00 |
CSSVariableDeclarations.cpp
|
…
|
|
CSSVariableDeclarations.h
|
…
|
|
CSSVariableResolver.cpp
|
Bug 1060985 - Fix more bad implicit constructors in layout; r=roc
|
2014-08-31 23:36:37 -04:00 |
CSSVariableResolver.h
|
Bug 1060985 - Fix more bad implicit constructors in layout; r=roc
|
2014-08-31 23:36:37 -04:00 |
CSSVariableValues.cpp
|
…
|
|
CSSVariableValues.h
|
…
|
|
CounterStyleManager.cpp
|
Bug 1154149 - Remove nsPresContext arguments from a bunch of nsStyleSet methods. r=dbaron
|
2015-04-17 11:09:59 +10:00 |
CounterStyleManager.h
|
Bug 1156632 - Remove unused forward class declarations - patch 5 - rdf, parser, layout and something else, r=ehsan
|
2015-04-22 08:29:22 +02:00 |
Declaration.cpp
|
Bug 1164953 - Update CSS grid <line-names> to use brackets instead of parens. r=dholbert
|
2015-05-19 15:20:00 -04:00 |
Declaration.h
|
Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo.
|
2015-02-09 14:34:50 -08:00 |
ErrorReporter.cpp
|
Bug 1171970. Handle super-long lines in CSS files a bit more gracefully if they cause OOM when creating CSS error messages. r=heycam
|
2015-06-05 23:19:11 -04:00 |
ErrorReporter.h
|
…
|
|
FontFace.cpp
|
Bug 1163446 - Drop reference to FontFace once a FontFaceBufferSource is loaded. r=jdaggett
|
2015-05-11 11:24:49 +10:00 |
FontFace.h
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
FontFaceSet.cpp
|
Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj
|
2015-06-03 15:25:57 -07:00 |
FontFaceSet.h
|
Bug 1162850 - Don't stop looking for style sheet load finishes after the FontFaceSet gets a DOMContentLoaded. r=jdaggett
|
2015-05-13 15:06:52 +10:00 |
FontFaceSetIterator.cpp
|
Bug 1072101 - Part 2: Implement FontFaceSet.{entries,values}. r=peterv
|
2015-03-31 14:05:33 +11:00 |
FontFaceSetIterator.h
|
Bug 1072101 - Part 2: Implement FontFaceSet.{entries,values}. r=peterv
|
2015-03-31 14:05:33 +11:00 |
GroupRule.h
|
Bug 861449 - Incremental css::Rule destroyer. r=dbaron
|
2015-06-15 12:34:23 -07:00 |
ImageDocument.css
|
…
|
|
ImageLoader.cpp
|
Bug 1167189: Cleanup NS_RUNTIMEABORT("OOM") in layout/. r=dbaron
|
2015-05-26 17:04:24 -04:00 |
ImageLoader.h
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
ImportRule.h
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
IncrementalClearCOMRuleArray.cpp
|
Bug 861449 - Incremental css::Rule destroyer. r=dbaron
|
2015-06-15 12:34:23 -07:00 |
IncrementalClearCOMRuleArray.h
|
Bug 861449 - Incremental css::Rule destroyer. r=dbaron
|
2015-06-15 12:34:23 -07:00 |
Loader.cpp
|
Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj
|
2015-06-03 15:25:57 -07:00 |
Loader.h
|
Bug 1167665 - Mark css::Loader::mDocument as MOZ_NON_OWNING_REF. r=dbaron
|
2015-06-16 08:10:00 -04:00 |
Makefile.in
|
Bug 1135075 - move generation of nsStyleStructList.h to GENERATED_FILES; r=mshal
|
2015-02-20 09:51:28 -05:00 |
MediaQueryList.cpp
|
Bug 968520 - Add mozilla::fallible to FallibleTArray::AppendElement calls. r=froydnj
|
2015-05-28 11:07:44 -07:00 |
MediaQueryList.h
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
NameSpaceRule.h
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
Rule.h
|
Bug 1167588 - Mark Rule::mParentRule as MOZ_NON_OWNING_REF. r=dbaron
|
2015-05-22 07:00:00 +02:00 |
SVGAttrAnimationRuleProcessor.cpp
|
Bug 1134280 - Get rid of Tag() - patch 1 - Is{HTML,XUL,MathML,SVG}Element and IsAnyOf{HTML,XUL,MathML,SVG}Elements, r=smaug
|
2015-03-03 11:08:59 +00:00 |
SVGAttrAnimationRuleProcessor.h
|
Bug 1156632 - Remove unused forward class declarations - patch 5 - rdf, parser, layout and something else, r=ehsan
|
2015-04-22 08:29:22 +02:00 |
StyleAnimationValue.cpp
|
Bug 1176270: Handle self-assignment in StyleAnimationValue::operator=. r=dbaron
|
2015-06-19 15:56:12 -07:00 |
StyleAnimationValue.h
|
Bug 1113419: Make eUnit_Filter ordering more consistent, in switch statements & enum definition in StyleAnimationValue.h,cpp r=krit
|
2014-12-19 10:12:29 -08:00 |
StyleRule.cpp
|
Bug 1134923 - Remove NS_Alloc/NS_Realloc/NS_Free. r=nfroyd
|
2015-05-01 09:40:30 +09:00 |
StyleRule.h
|
Bug 1134923 - Remove NS_Alloc/NS_Realloc/NS_Free. r=nfroyd
|
2015-05-01 09:40:30 +09:00 |
TopLevelImageDocument.css
|
…
|
|
TopLevelVideoDocument.css
|
Bug 1166969 - Video element in the video document shouldn't be selected. r=roc
|
2015-05-24 22:50:00 +02:00 |
arrow.gif
|
…
|
|
arrowd.gif
|
…
|
|
contenteditable.css
|
Bug 1097242 - Make sure contenteditable -moz-user-select styles can be overridden by web pages; r=dbaron
|
2015-03-05 09:55:37 -05:00 |
counterstyles.css
|
Bug 1137889 part 2 - Move around definitions in counterstyles.css to match the order in spec for clarity. r=jfkthame
|
2015-03-03 08:32:58 +11:00 |
designmode.css
|
…
|
|
forms.css
|
Bug 1123299 - Allow <input type=number> to be displayed in vertical writing mode; but keep the spinner arrows arranged as for horizontal writing mode. r=dholbert
|
2015-06-16 11:07:22 +01:00 |
full-screen-override.css
|
Bug 1062468 - Reset transform-style when entering fullscreen mode. r=bz
|
2014-10-06 02:46:00 +02:00 |
generate-stylestructlist.py
|
Bug 1171842 - Use jump table instead of nested if statements for peeking compute function of style struct. r=dbaron
|
2015-06-12 14:32:46 +12:00 |
html.css
|
Bug 645642: use text-align: match-parent in list items, options and file inputs, r=dbaron
|
2015-04-28 22:56:22 -07:00 |
jar.mn
|
Bug 1169514 - Part 2: Move noframes rules from the preferences style sheet to a cached UA style sheet. r=jwatt
|
2015-06-16 11:34:47 +10:00 |
moz.build
|
Bug 861449 - Incremental css::Rule destroyer. r=dbaron
|
2015-06-15 12:34:23 -07:00 |
noframes.css
|
Bug 1169514 - Part 2: Move noframes rules from the preferences style sheet to a cached UA style sheet. r=jwatt
|
2015-06-16 11:34:47 +10:00 |
noscript.css
|
Bug 1169514 - Part 1: Move noscript rule from the preference style sheet to a cached UA style sheet. r=jwatt
|
2015-06-16 11:34:47 +10:00 |
nsAnimationManager.cpp
|
Bug 1164813 - Make nsAnimationManager update cached in-effect status even when there is no frame; r=dbaron
|
2015-05-22 13:46:26 +09:00 |
nsAnimationManager.h
|
Bug 1166164 part 6 - Make pausing from idle set the current time; r=jwatt, r=smaug
|
2015-05-19 14:55:26 +09:00 |
nsCSSAnonBoxList.h
|
Bug 1021952 - Generate anonymous boxes to preserve proper ruby structure r=bz
|
2014-07-22 19:08:08 -07:00 |
nsCSSAnonBoxes.cpp
|
…
|
|
nsCSSAnonBoxes.h
|
…
|
|
nsCSSCounterDescList.h
|
…
|
|
nsCSSDataBlock.cpp
|
Bug 1120300 - Export WritingModes.h as mozilla/WritingModes.h. r=jfkthame
|
2015-03-26 18:29:31 +11:00 |
nsCSSDataBlock.h
|
Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo.
|
2015-02-09 14:34:50 -08:00 |
nsCSSFontDescList.h
|
Bug 975744 - remove font features pref and enable features by default. r=dbaron
|
2014-08-20 16:54:35 +09:00 |
nsCSSKeywordList.h
|
Bug 1170173 - Parse CSS 'contain' property. r=dholbert
|
2015-06-04 16:38:00 +02:00 |
nsCSSKeywords.cpp
|
Bug 1166598 (part 6) - Clean up nsStaticCaseInsensitiveNameTable. r=froydnj.
|
2015-05-05 21:13:53 -07:00 |
nsCSSKeywords.h
|
…
|
|
nsCSSParser.cpp
|
Bug 1170173 - Parse CSS 'contain' property. r=dholbert
|
2015-06-04 16:38:00 +02:00 |
nsCSSParser.h
|
Bug 1148711 - Remove nsresult return values from nsCSSParser::Parse{Property,Variable}. r=dholbert
|
2015-03-29 22:57:04 +11:00 |
nsCSSPropAliasList.h
|
Bug 1097922 - Remove temporary aliases for -moz-text-decoration-*. r=dbaron
|
2015-04-03 17:47:38 +09:00 |
nsCSSPropList.h
|
Bug 1170173 - Parse CSS 'contain' property. r=dholbert
|
2015-06-04 16:38:00 +02:00 |
nsCSSPropLogicalGroupList.h
|
Bug 1120283 - Part 1: Implement the offset-{block,inline}-{start,end} logical properties. r=dbaron
|
2015-01-17 15:53:27 +11:00 |
nsCSSProperty.h
|
Bug 1120284 - Part 5: Support logical axis properties. r=dbaron
|
2015-01-17 15:43:20 +11:00 |
nsCSSPropertySet.h
|
…
|
|
nsCSSProps.cpp
|
Bug 1170173 - Parse CSS 'contain' property. r=dholbert
|
2015-06-04 16:38:00 +02:00 |
nsCSSProps.h
|
Bug 1170173 - Parse CSS 'contain' property. r=dholbert
|
2015-06-04 16:38:00 +02:00 |
nsCSSPseudoClassList.h
|
Bug 1111633 - Unresolved pseudo class. r=bz
|
2015-01-13 19:58:06 +01:00 |
nsCSSPseudoClasses.cpp
|
Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo.
|
2015-02-09 14:34:50 -08:00 |
nsCSSPseudoClasses.h
|
Bug 1082899 patch 3 - Add flag for marking pseudo-classes as UA-sheet only. r=birtles
|
2014-10-23 12:57:28 -04:00 |
nsCSSPseudoElementList.h
|
Bug 1082899 patch 4 - Rename existing flag for pseudo-elements to better match what it is (UA sheets, not chrome sheets, although EditorOverride is included). r=birtles
|
2014-10-23 12:57:28 -04:00 |
nsCSSPseudoElements.cpp
|
Bug 1082899 patch 2 - Add flags storage and accessors for nsCSSPseudoClasses. r=birtles
|
2014-10-23 12:57:27 -04:00 |
nsCSSPseudoElements.h
|
Bug 1082899 patch 4 - Rename existing flag for pseudo-elements to better match what it is (UA sheets, not chrome sheets, although EditorOverride is included). r=birtles
|
2014-10-23 12:57:28 -04:00 |
nsCSSRuleProcessor.cpp
|
Bug 1174631 (part 2) - Replace nsCSSRuleProcessor's uses of PL_DHashTableEnumerate() with PLDHashTable::Iterator. r=dholbert.
|
2015-06-10 21:28:14 -07:00 |
nsCSSRuleProcessor.h
|
Bug 1156632 - Remove unused forward class declarations - patch 5 - rdf, parser, layout and something else, r=ehsan
|
2015-04-22 08:29:22 +02:00 |
nsCSSRules.cpp
|
Bug 1148694 patch 2 - Remove interface and implementation of CSSCharsetRule. r=dbaron
|
2015-04-21 00:08:36 -07:00 |
nsCSSRules.h
|
Bug 1167663 - Mark nsCSSKeyframeStyleDeclaration/nsCSSPageStyleDeclaration::mRule as MOZ_NON_OWNING_REF. r=dbaron
|
2015-06-16 08:12:00 -04:00 |
nsCSSScanner.cpp
|
Bug 1164918 - Allow multiple '.' per cell in grid-template-areas. r=dholbert
|
2015-05-21 15:28:00 -04:00 |
nsCSSScanner.h
|
Bug 1152033 - Expose CSS lexer to js. r=heycam, r=bz
|
2015-05-04 10:28:00 -04:00 |
nsCSSValue.cpp
|
Bug 1170173 - Parse CSS 'contain' property. r=dholbert
|
2015-06-04 16:38:00 +02:00 |
nsCSSValue.h
|
Bug 1168154 - Mark refcounted members of nsCSSValue::mValue as MOZ_OWNING_REF. r=heycam
|
2015-05-25 10:47:00 -04:00 |
nsComputedDOMStyle.cpp
|
Bug 1175800 - Remove typedefs from nsComputedDOMStyle.cpp as they interfere with others under unified compilation. r=bzbarsky
|
2015-06-18 16:52:49 +10:00 |
nsComputedDOMStyle.h
|
Bug 1170173 - Parse CSS 'contain' property. r=dholbert
|
2015-06-04 16:38:00 +02:00 |
nsComputedDOMStylePropertyList.h
|
Bug 1170173 - Parse CSS 'contain' property. r=dholbert
|
2015-06-04 16:38:00 +02:00 |
nsDOMCSSAttrDeclaration.cpp
|
Bug 1149042 - Call AttributeWillChange before a style="" attribute gets created when touching element.style. r=smaug
|
2015-04-10 10:41:35 +10:00 |
nsDOMCSSAttrDeclaration.h
|
Bug 1149042 - Call AttributeWillChange before a style="" attribute gets created when touching element.style. r=smaug
|
2015-04-10 10:41:35 +10:00 |
nsDOMCSSDeclaration.cpp
|
Bug 1095098 - move do_QueryObject templates into their own header; r=froydnj
|
2015-04-15 12:47:03 -04:00 |
nsDOMCSSDeclaration.h
|
Bug 1167589 - Mark the members of CSSParsingEnvironment as MOZ_UNSAFE_REF. r=dbaron
|
2015-06-16 08:23:00 -04:00 |
nsDOMCSSRGBColor.cpp
|
Bug 1117172 part 3. Change the wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv
|
2015-03-19 10:13:33 -04:00 |
nsDOMCSSRGBColor.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsDOMCSSRect.cpp
|
Bug 1117172 part 3. Change the wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv
|
2015-03-19 10:13:33 -04:00 |
nsDOMCSSRect.h
|
bug 1146027 - more final r=froydnj
|
2015-03-24 17:51:43 -04:00 |
nsDOMCSSValueList.cpp
|
Bug 1117172 part 3. Change the wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv
|
2015-03-19 10:13:33 -04:00 |
nsDOMCSSValueList.h
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
nsFontFaceLoader.cpp
|
Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj
|
2015-06-03 15:25:57 -07:00 |
nsFontFaceLoader.h
|
Bug 1156632 - Remove unused forward class declarations - patch 5 - rdf, parser, layout and something else, r=ehsan
|
2015-04-22 08:29:22 +02:00 |
nsFontFaceUtils.cpp
|
Bug 935862 p5 - handle SVGTextFrame reflow correctly. r=jdaggett
|
2015-03-06 17:44:32 +09:00 |
nsFontFaceUtils.h
|
Bug 935862 p3 - implement selective reflow for downloadable fonts. r=heycam
|
2015-03-06 17:44:23 +09:00 |
nsHTMLCSSStyleSheet.cpp
|
Bug 1167782: Null-check pseudo element in nsHTMLCSSStyleSheet::RulesMatching(). r=dbaron
|
2015-05-26 16:44:52 -07:00 |
nsHTMLCSSStyleSheet.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
nsHTMLStyleSheet.cpp
|
Bug 1168007 (part 4) - Use PLDHashTable2 in nsHTMLStyleSheet. r=froydnj.
|
2015-05-18 20:43:18 -07:00 |
nsHTMLStyleSheet.h
|
Bug 1170416 (part 3) - Remove the PLDHashTable2 typedef. r=froydnj.
|
2015-05-19 16:46:17 -07:00 |
nsICSSDeclaration.h
|
Bug 1157898 part 1. Make code of the form "return rv.ErrorCode();" where rv is an ErrorResult use StealNSResult instead. r=peterv
|
2015-04-27 09:18:51 -04:00 |
nsICSSLoaderObserver.h
|
…
|
|
nsICSSPseudoComparator.h
|
Bug 1156632 - Remove unused forward class declarations - patch 5 - rdf, parser, layout and something else, r=ehsan
|
2015-04-22 08:29:22 +02:00 |
nsICSSStyleRuleDOMWrapper.h
|
…
|
|
nsICSSUnprefixingService.idl
|
Bug 1132748 part 1: Add CSSUnprefixingService API for handling prefixed gradient expressions, with stub JS implementation. r=dbaron
|
2015-05-07 09:04:42 -07:00 |
nsIMediaList.h
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
nsIStyleRule.h
|
…
|
|
nsIStyleRuleProcessor.h
|
Bug 1156632 - Remove unused forward class declarations - patch 5 - rdf, parser, layout and something else, r=ehsan
|
2015-04-22 08:29:22 +02:00 |
nsIStyleSheet.h
|
…
|
|
nsLayoutStylesheetCache.cpp
|
Bug 1171342 - Store contenteditable.css and designmode.css in the style sheet cache. r=jwatt
|
2015-06-16 11:34:48 +10:00 |
nsLayoutStylesheetCache.h
|
Bug 1171342 - Store contenteditable.css and designmode.css in the style sheet cache. r=jwatt
|
2015-06-16 11:34:48 +10:00 |
nsMediaFeatures.cpp
|
Bug 418986 - Resist fingerprinting by preventing exposure of screen and system info. r=mrbkap, r=heycam
|
2015-06-07 09:02:00 -04:00 |
nsMediaFeatures.h
|
…
|
|
nsNthIndexCache.cpp
|
…
|
|
nsNthIndexCache.h
|
Bug 1033442 - Remove non-pod calloc from MallocProvider and AllocPolicy; r=jonco
|
2014-08-05 14:06:35 -07:00 |
nsROCSSPrimitiveValue.cpp
|
Bug 1157898 part 1. Make code of the form "return rv.ErrorCode();" where rv is an ErrorResult use StealNSResult instead. r=peterv
|
2015-04-27 09:18:51 -04:00 |
nsROCSSPrimitiveValue.h
|
Bug 1156104 follow-up: forgot to actually include mURI
|
2015-04-19 15:05:57 -04:00 |
nsRuleData.cpp
|
Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo.
|
2015-02-09 14:34:50 -08:00 |
nsRuleData.h
|
Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo.
|
2015-02-09 14:34:50 -08:00 |
nsRuleNode.cpp
|
Bug 1174631 (part 1) - Replace nsRuleNode's uses of PL_DHashTableEnumerate() with PLDHashTable::{,Removing}Iterator. r=dholbert.
|
2015-06-10 19:13:15 -07:00 |
nsRuleNode.h
|
Bug 1171282 - Avoid some unnecessary |operator new| null-checks in layout/. r=dholbert.
|
2015-06-03 23:45:11 -07:00 |
nsRuleProcessorData.h
|
Bug 1156632 - Remove unused forward class declarations - patch 5 - rdf, parser, layout and something else, r=ehsan
|
2015-04-22 08:29:22 +02:00 |
nsRuleWalker.h
|
Bug 1095098 - move do_QueryObject templates into their own header; r=froydnj
|
2015-04-15 12:47:03 -04:00 |
nsStyleConsts.h
|
Bug 1170173 - Parse CSS 'contain' property. r=dholbert
|
2015-06-04 16:38:00 +02:00 |
nsStyleContext.cpp
|
Bug 1169440 patch 2 - Rename style struct MaxDifferenceNeverInherited to DifferenceAlwaysHandledForDescendants. r=heycam
|
2015-06-20 21:54:15 -07:00 |
nsStyleContext.h
|
Bug 1149009 - Suppress line break inside text frame if it is directly contained by ruby content box. r=dbaron
|
2015-05-04 09:52:53 +12:00 |
nsStyleCoord.cpp
|
Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo.
|
2015-02-09 14:34:50 -08:00 |
nsStyleCoord.h
|
Bug 1159305 - patch 1 - Provide logical accessors for nsStylePosition and nsStyleSides fields. r=dbaron
|
2015-05-11 11:35:47 +01:00 |
nsStyleSet.cpp
|
Bug 1171282 - Avoid some unnecessary |operator new| null-checks in layout/. r=dholbert.
|
2015-06-03 23:45:11 -07:00 |
nsStyleSet.h
|
Bug 997709 part 2 - Prevent the nsComboboxDisplayFrame from being blockified if the parent context has display:flex/grid. r=heycam
|
2015-05-27 22:18:36 +00:00 |
nsStyleStruct.cpp
|
Bug 1169440 patch 5 - Adjust hints in CalcDifference methods to emit new nsChangeHint_ReflowChangesSizeOrPosition hint. r=heycam
|
2015-06-20 21:54:15 -07:00 |
nsStyleStruct.h
|
Bug 1169440 patch 5 - Adjust hints in CalcDifference methods to emit new nsChangeHint_ReflowChangesSizeOrPosition hint. r=heycam
|
2015-06-20 21:54:15 -07:00 |
nsStyleStructFwd.h
|
Bug 1122781 part 4 - Add runtime dependency check of style structs. r=dbaron
|
2015-02-07 13:25:21 +11:00 |
nsStyleStructInlines.h
|
Bug 1149009 - Suppress line break inside text frame if it is directly contained by ruby content box. r=dbaron
|
2015-05-04 09:52:53 +12:00 |
nsStyleTransformMatrix.cpp
|
Bug 1168664 - Stop mistakenly using the transform reference box's width to calculate the Z component in ProcessMatrix3D. r=mattwoodrow
|
2015-05-25 11:13:42 +01:00 |
nsStyleTransformMatrix.h
|
Bug 923193, part 4 - Implement support for the 'transform-origin' property in SVG. r=heycam
|
2015-05-24 22:40:37 +01:00 |
nsStyleUtil.cpp
|
Bug 1157279. Escaping CSS identifiers should use lowercase letters for hex digits, not uppercase ones. r=dbaron
|
2015-04-22 20:30:10 -04:00 |
nsStyleUtil.h
|
Bug 1093316 part 1: Backout changeset aece7f9f944c (i.e. backout bug 1032922 part 2), to reflect CSSWG removing "flex-basis: main-size" from the flexbox spec.
|
2014-11-25 11:28:15 -08:00 |
nsTransitionManager.cpp
|
Bug 1166164 part 5 - Make play() throw when it should seek to the end of an infinite effect; r=jwatt, r=smaug
|
2015-05-19 14:00:48 +09:00 |
nsTransitionManager.h
|
Bug 1166164 part 5 - Make play() throw when it should seek to the end of an infinite effect; r=jwatt, r=smaug
|
2015-05-19 14:00:48 +09:00 |
number-control.css
|
Bug 1123299 - Allow <input type=number> to be displayed in vertical writing mode; but keep the spinner arrows arranged as for horizontal writing mode. r=dholbert
|
2015-06-16 11:07:22 +01:00 |
plaintext.css
|
…
|
|
quirk.css
|
Bug 1119475 - pt 3 - Replace physical with logical properties in quirk.css. r=heycam
|
2015-02-16 11:59:31 +00:00 |
ua.css
|
Bug 1161392 - Enlarge touch area for AccessibleCaret. r=roc
|
2015-05-27 16:37:28 +08:00 |
viewsource.css
|
Bug 1169901 - View source menu covers full height. r=heycam
|
2015-06-02 18:09:46 -05:00 |