.. |
crashtests
|
Bug 1324663 - stylo: More crashtest annotation adjustments. r=me
|
2017-01-18 15:09:00 +08:00 |
res
|
Merge m-i to m-c, a=merge
|
2017-01-03 18:40:26 -08:00 |
test
|
Bug 1331903 part 3 - Force a recreation of the display subtree after testing each property in test_*_computation.html. r=heycam
|
2017-01-19 16:49:49 +11:00 |
xbl-marquee
|
Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws.
|
2017-01-17 11:50:25 +01:00 |
AnimationCollection.cpp
|
Bug 1249219 - Part 3: Replace Pair<Element*, CSSPseudoElementType> with NonOwningAnimationTarget. r=birtles
|
2016-03-21 16:49:50 +08:00 |
AnimationCollection.h
|
Bug 1239945 part 8 - Add GetOrCreateAnimationCollection; r=dholbert
|
2016-03-09 12:55:39 +09:00 |
AnimationCommon.cpp
|
Bug 1300045 part 2 - Split KeyframeEffect.cpp into KeyframeEffect{ReadOnly}.cpp r=hiro,smaug
|
2016-09-04 16:34:21 +09:00 |
AnimationCommon.h
|
Bug 1223658 - Part 1: Drop ExtractComputedValueForTransition. r=birtles,dholbert
|
2016-05-10 18:39:37 +09:00 |
CSS.cpp
|
Bug 1331316 - stylo: support 1-arg CSS.supports(); r=heycam
|
2017-01-15 23:09:42 -08:00 |
CSS.h
|
…
|
|
CSSCalc.h
|
Bug 1293743 - Part 3: Add ReduceIntegerCalcOps, analogous to ReduceNumberCalcOps but for pure-integer calc()s. r=dholbert
|
2016-10-17 20:49:19 -04:00 |
CSSEnabledState.h
|
Bug 1269975 part 1 - Move nsCSSProps::EnabledState to a top level enum class mozilla::CSSEnabledState. r=heycam
|
2016-05-10 18:44:05 +10:00 |
CSSLexer.cpp
|
…
|
|
CSSLexer.h
|
Bug 1321495 part 1: Add needed includes/namepsaces to headers within layout/style, to preemptively fix unified-build bustage. r=TYLin
|
2016-12-01 10:37:43 -08:00 |
CSSRuleList.cpp
|
…
|
|
CSSRuleList.h
|
Backed out changeset b975a988fb33 (bug 851892)
|
2017-01-20 19:30:28 +01:00 |
CSSStyleSheet.cpp
|
Backed out changeset 9ef39356f62c (bug 851892)
|
2017-01-20 19:30:32 +01:00 |
CSSStyleSheet.h
|
Backed out changeset b975a988fb33 (bug 851892)
|
2017-01-20 19:30:28 +01:00 |
CSSUnprefixingService.js
|
…
|
|
CSSUnprefixingService.manifest
|
…
|
|
CSSValue.h
|
…
|
|
CSSVariableDeclarations.cpp
|
…
|
|
CSSVariableDeclarations.h
|
…
|
|
CSSVariableImageTable.h
|
Bug 1293739 - Part 1: Rename nsCSSProperty to nsCSSPropertyID. r=dholbert
|
2016-08-16 18:37:48 -07:00 |
CSSVariableResolver.cpp
|
…
|
|
CSSVariableResolver.h
|
…
|
|
CSSVariableValues.cpp
|
…
|
|
CSSVariableValues.h
|
…
|
|
CounterStyleManager.cpp
|
Bug 1298588 part 16. Remove StyleStructContext. r=bholley
|
2017-01-04 14:52:27 -05:00 |
CounterStyleManager.h
|
Bug 1277775 - Replace MOZ_CONSTEXPR{_VAR,_TMPL} with constexpr. r=froydnj
|
2016-07-08 14:39:53 -07:00 |
Declaration.cpp
|
Bug 1311270 - Part 3. Replace {bg|mask}-origin/{bg|mask}-clip constants by StyleGeometryBox.
|
2016-11-22 15:30:01 +08:00 |
Declaration.h
|
Bug 851892 part 1. Make all CSS rules cycle-collected. r=heycam,smaug
|
2016-11-30 18:18:14 -05:00 |
DeclarationBlock.h
|
Bug 1294299 part 11 - Implement getting and removing property. r=SimonSapin,heycam
|
2016-11-03 14:41:02 +11:00 |
DeclarationBlockInlines.h
|
Bug 1294299 part 11 - Implement getting and removing property. r=SimonSapin,heycam
|
2016-11-03 14:41:02 +11:00 |
DocumentStyleRootIterator.cpp
|
Bug 1326574: Add some needed includes/forward-declarations in layout/style, to preemptively fix unified bustage. r=xidorn
|
2016-12-31 16:10:45 -08:00 |
DocumentStyleRootIterator.h
|
Bug 1326574: Add some needed includes/forward-declarations in layout/style, to preemptively fix unified bustage. r=xidorn
|
2016-12-31 16:10:45 -08:00 |
ErrorReporter.cpp
|
Bug 1304302 part 8 - Change include of {CSS,Servo}StyleSheet.h to StyleSheetInlines.h. r=heycam
|
2016-09-26 22:03:25 +10:00 |
ErrorReporter.h
|
…
|
|
FontFace.cpp
|
Bug 1326507, remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTS, r=mccr8
|
2017-01-03 21:47:55 +02:00 |
FontFace.h
|
Bug 1309867 - Part 2: Lazily create FontFace::mLoaded; r=heycam
|
2016-10-18 16:19:01 -07:00 |
FontFaceSet.cpp
|
Bug 1323042 - forbid MOZ_COUNT_{CTOR,DTOR} for nsISupports classes; r=froydnj
|
2016-12-12 09:27:58 -05:00 |
FontFaceSet.h
|
Bug 1309867 - Part 1: Create FontFaceSet's ready promise lazily; r=heycam
|
2016-10-18 16:19:00 -07:00 |
FontFaceSetIterator.cpp
|
…
|
|
FontFaceSetIterator.h
|
Bug 1285365 - Part 2: Add missing includes and namespace qualifiers. r=dholbert
|
2016-07-07 14:05:28 -07:00 |
GenerateCSSPropsGenerated.py
|
Bug 1299919 - Set CPP/CXXCPP from python configure. r=chmanchester
|
2016-09-13 13:25:18 +09:00 |
GroupRule.h
|
Backed out changeset 9ef39356f62c (bug 851892)
|
2017-01-20 19:30:32 +01:00 |
HandleRefPtr.h
|
Bug 1304302 part 11 - Remove StyleSheetHandle as well as other places reference it. r=heycam
|
2016-09-26 22:03:25 +10:00 |
ImageDocument.css
|
Backed out changeset 93f722efcdec (bug 1145903) for causing bug 1251796.
|
2016-02-27 12:53:28 -06:00 |
ImageLoader.cpp
|
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
|
2016-06-07 21:10:18 +01:00 |
ImageLoader.h
|
…
|
|
ImportRule.h
|
Backed out changeset 9ef39356f62c (bug 851892)
|
2017-01-20 19:30:32 +01:00 |
IncrementalClearCOMRuleArray.cpp
|
Bug 1239945 part 3 - Move AnimationCollection to a separate file; r=dholbert
|
2016-02-24 16:08:20 +09:00 |
IncrementalClearCOMRuleArray.h
|
…
|
|
LayerAnimationInfo.cpp
|
Bug 1293739 - Part 1: Rename nsCSSProperty to nsCSSPropertyID. r=dholbert
|
2016-08-16 18:37:48 -07:00 |
LayerAnimationInfo.h
|
Bug 1293739 - Part 1: Rename nsCSSProperty to nsCSSPropertyID. r=dholbert
|
2016-08-16 18:37:48 -07:00 |
Loader.cpp
|
Bug 1332353. Make it clearer when a stylesheet is really owned by its mDocument. r=heycam
|
2017-01-19 23:49:44 -05:00 |
Loader.h
|
Bug 1290209 - Part 7: Rename an argument. r=xidorn
|
2017-01-06 15:05:24 +08:00 |
Makefile.in
|
Bug 1272488 - Move GenerateCSSPropsGenerated.py invocation to moz.build; r=ted
|
2016-05-10 17:35:56 -04:00 |
MediaQueryList.cpp
|
Bug 1328832 - Part 2: Rename mozFlushType to mozilla::FlushType and make it an enum class. r=bzbarsky
|
2017-01-05 15:31:56 +08:00 |
MediaQueryList.h
|
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
|
2016-06-07 21:10:18 +01:00 |
NameSpaceRule.h
|
Backed out changeset 9ef39356f62c (bug 851892)
|
2017-01-20 19:30:32 +01:00 |
PreloadedStyleSheet.cpp
|
Bug 1328546 - stylo: Support ServoStyleSheets in nsIStyleSheetService::PreloadSheet and nsIDOMWindowUtils::AddSheet. r=bholley
|
2017-01-05 15:32:22 +08:00 |
PreloadedStyleSheet.h
|
Bug 1328546 - stylo: Support ServoStyleSheets in nsIStyleSheetService::PreloadSheet and nsIDOMWindowUtils::AddSheet. r=bholley
|
2017-01-05 15:32:22 +08:00 |
PythonCSSProps.h
|
…
|
|
Rule.h
|
Backed out changeset 9ef39356f62c (bug 851892)
|
2017-01-20 19:30:32 +01:00 |
RuleNodeCacheConditions.cpp
|
…
|
|
RuleNodeCacheConditions.h
|
RuleNodeCacheConditions comment fix; no bug. (DONTBUILD)
|
2016-08-06 01:02:06 +10:00 |
RuleProcessorCache.cpp
|
Bug 1299489 - Change nsTArray to use a custom iterator based on index instead of pointers to improve iterator invalidation safety of ranged for loops, r=froydnj
|
2016-12-08 15:54:45 -10:00 |
RuleProcessorCache.h
|
Bug 1323919 - Rename nsIMediaList.h to nsMediaList.h. r=heycam
|
2016-12-16 14:50:36 +11:00 |
SVGAttrAnimationRuleProcessor.cpp
|
…
|
|
SVGAttrAnimationRuleProcessor.h
|
…
|
|
ServoArcTypeList.h
|
Bug 1304792: stylo: Implement @import. r=heycam
|
2016-12-30 16:30:41 +01:00 |
ServoBindingList.h
|
Bug 1331213: Bootstrap a Gecko-side Device, and track it's dirtiness manually in the per-doc data. r=heycam
|
2017-01-17 14:20:03 +01:00 |
ServoBindingTypes.h
|
Bug 1331213: Bootstrap a Gecko-side Device, and track it's dirtiness manually in the per-doc data. r=heycam
|
2017-01-17 14:20:03 +01:00 |
ServoBindings.cpp
|
Bug 1331213: Add an API to drop a nsCSSValue in the stack. r=heycam
|
2017-01-17 14:20:08 +01:00 |
ServoBindings.h
|
Bug 1331213: Add an API to drop a nsCSSValue in the stack. r=heycam
|
2017-01-17 14:20:08 +01:00 |
ServoCSSRuleList.cpp
|
Backed out changeset 9ef39356f62c (bug 851892)
|
2017-01-20 19:30:32 +01:00 |
ServoCSSRuleList.h
|
Backed out changeset b975a988fb33 (bug 851892)
|
2017-01-20 19:30:28 +01:00 |
ServoDeclarationBlock.cpp
|
Bug 1323147 part 1 - Pass string and nsCSSPropertyID for property names across FFI. r=heycam,SimonSapin
|
2016-12-16 10:02:48 +11:00 |
ServoDeclarationBlock.h
|
Bug 1307357 part 6 - Implement CSSStyleRule.style. r=heycam
|
2016-11-23 10:26:20 +11:00 |
ServoElementSnapshot.cpp
|
Bug 1317016 - Basic infrastructure for RestyleHint-driven traversal. r=emilio
|
2016-11-25 10:06:39 -08:00 |
ServoElementSnapshot.h
|
Bug 1317016 - Basic infrastructure for RestyleHint-driven traversal. r=emilio
|
2016-11-25 10:06:39 -08:00 |
ServoPropPrefList.h
|
Bug 1297322: stylo: Expose property-pref mappings; r=heycam
|
2017-01-09 16:05:18 -08:00 |
ServoStyleRule.cpp
|
Backed out changeset 31103a03f2c2 (bug 851892)
|
2017-01-20 19:30:14 +01:00 |
ServoStyleRule.h
|
Backed out changeset 9ef39356f62c (bug 851892)
|
2017-01-20 19:30:32 +01:00 |
ServoStyleSet.cpp
|
Bug 1331213: Bootstrap a Gecko-side Device, and track it's dirtiness manually in the per-doc data. r=heycam
|
2017-01-17 14:20:03 +01:00 |
ServoStyleSet.h
|
Bug 1331213: Bootstrap a Gecko-side Device, and track it's dirtiness manually in the per-doc data. r=heycam
|
2017-01-17 14:20:03 +01:00 |
ServoStyleSheet.cpp
|
Backed out changeset b975a988fb33 (bug 851892)
|
2017-01-20 19:30:28 +01:00 |
ServoStyleSheet.h
|
Backed out changeset b975a988fb33 (bug 851892)
|
2017-01-20 19:30:28 +01:00 |
ServoTypes.h
|
Bug 1325734 - Simplify ElementData and eliminate the concept of consuming styles. r=emilio
|
2017-01-09 11:50:16 -08:00 |
ServoUtils.h
|
Bug 1309202 - Factor out stylo branch dispatch utilities. r=heycam
|
2016-10-13 23:45:03 +11:00 |
SheetParsingMode.h
|
Bug 1244074 - Part 1: Move SheetParsingMode to a separate file. r=dholbert
|
2016-02-24 18:01:11 +11:00 |
SheetType.h
|
Bug 1285365 - Part 2: Add missing includes and namespace qualifiers. r=dholbert
|
2016-07-07 14:05:28 -07:00 |
StyleAnimationValue.cpp
|
Bug 1330513- Check that mCSSValueList is null in case of filter and shadow in StyleAnimationValue::Add(). r=boris
|
2017-01-12 19:42:14 +09:00 |
StyleAnimationValue.h
|
Bug 1326125 - Rename enum version of SetIntValue to SetEnumValue. r=heycam
|
2016-12-29 10:22:49 +11:00 |
StyleBackendType.h
|
Bug 1309109 part 1 - Change underlying type of StyleBackendType to uint8_t. r=heycam
|
2016-10-18 15:29:03 +11:00 |
StyleComplexColor.h
|
Backed out changeset 5bc2005e01a6 (bug 1063162) for failing own test caret-color-01.html at least on OSX and Windows 8 x64. r=backout
|
2016-12-22 17:44:43 +01:00 |
StyleContextSource.h
|
Bug 1311598 part 4 - Split binding types from ServoBindings.h into ServoBindingTypes, and merge ServoBindingHelpers into it. r=heycam
|
2016-10-24 20:16:46 +11:00 |
StyleRule.cpp
|
Backed out changeset 9ef39356f62c (bug 851892)
|
2017-01-20 19:30:32 +01:00 |
StyleRule.h
|
Backed out changeset 9ef39356f62c (bug 851892)
|
2017-01-20 19:30:32 +01:00 |
StyleSetHandle.h
|
Bug 1325734 - Simplify ElementData and eliminate the concept of consuming styles. r=emilio
|
2017-01-09 11:50:16 -08:00 |
StyleSetHandleInlines.h
|
Bug 1325734 - Simplify ElementData and eliminate the concept of consuming styles. r=emilio
|
2017-01-09 11:50:16 -08:00 |
StyleSheet.cpp
|
Bug 1332353. Make it clearer when a stylesheet is really owned by its mDocument. r=heycam
|
2017-01-19 23:49:44 -05:00 |
StyleSheet.h
|
Backed out changeset b975a988fb33 (bug 851892)
|
2017-01-20 19:30:28 +01:00 |
StyleSheetInfo.h
|
Bug 1306212 part 3 - Move the only constructor of StyleSheetInfo to StyleSheet.cpp. r=heycam
|
2016-09-29 16:19:06 +10:00 |
StyleSheetInlines.h
|
Bug 1332353. Make it clearer when a stylesheet is really owned by its mDocument. r=heycam
|
2017-01-19 23:49:44 -05:00 |
TopLevelImageDocument.css
|
Bug 812899 part 2. Change the centering code in nsImageDocument to only try vertically centering via auto margins when we're not overflowing in the vertical direction, because if we _are_ overflowing that should cut off part of the image per spec. r=khuey
|
2016-02-05 23:31:19 -05:00 |
TopLevelVideoDocument.css
|
…
|
|
contenteditable.css
|
Bug 843579 - Unprefix -moz-any-link. r=bz
|
2016-07-19 23:13:13 -04:00 |
designmode.css
|
…
|
|
generate-stylestructlist.py
|
Bug 1261754 - Part 8: Move box-shadow from nsStyleBorder to a new nsStyleEffects struct. r=dholbert
|
2016-04-12 15:52:42 +10:00 |
jar.mn
|
Bug 418833 - Move default checkbox/radio drawing to images. Allow overriding checkbox/radio styling. r=tnikkel
|
2016-11-03 16:54:49 -04:00 |
moz.build
|
Backed out changeset 31103a03f2c2 (bug 851892)
|
2017-01-20 19:30:14 +01:00 |
nsAnimationManager.cpp
|
Bug 1330190 - Part 2: Add a new function named ResolveStyleWithoutAnimation. r=heycam
|
2017-01-16 16:57:13 +09:00 |
nsAnimationManager.h
|
Bug 1202333 part 2 - Update the CSSTransition::QueueEvents to specification. r=birtles
|
2016-12-20 15:57:20 +09:00 |
nsCSSAnonBoxList.h
|
Bug 1277131 : Part 4 - rename -moz-table-outer to -moz-table-wrapper. r=heycam
|
2016-06-16 13:35:54 +01:00 |
nsCSSAnonBoxes.cpp
|
…
|
|
nsCSSAnonBoxes.h
|
Bug 1097499 part 3 - Add a separate anonbox for text nodes. r=heycam
|
2016-04-22 09:18:41 +10:00 |
nsCSSCounterDescList.h
|
…
|
|
nsCSSDataBlock.cpp
|
Bug 1317588 Part 3 - Remove #define NS_SIDE_TOP/RIGHT/BOTTOM/LEFT. r=mats
|
2016-11-18 18:12:25 +08:00 |
nsCSSDataBlock.h
|
Bug 1293739 - Part 2: Rename nsCSSPropertySet to nsCSSPropertyIDSet. r=dholbert
|
2016-08-16 18:46:58 -07:00 |
nsCSSFontDescList.h
|
…
|
|
nsCSSKeywordList.h
|
Bug 1322191 part 1 - [css-display] Add style system support for display:flow-root. Enable it by default. r=dholbert
|
2016-12-23 19:11:03 +01:00 |
nsCSSKeywords.cpp
|
…
|
|
nsCSSKeywords.h
|
…
|
|
nsCSSParser.cpp
|
Bug 1331296 : Part 4 - Remove CSS parser support of -moz-calc(). r=heycam
|
2017-01-18 10:50:31 +08:00 |
nsCSSParser.h
|
Bug 1029867: Remove useless nsCSSParser::mHTMLMediaMode. r=heycam
|
2016-12-13 11:39:32 +01:00 |
nsCSSPropAliasList.h
|
Bug 1311870 - Change property id of moz-prefixed properties to match their name. r=heycam
|
2016-12-21 18:16:50 +11:00 |
nsCSSPropList.h
|
Bug 1326209 part 2 - Change background-color to use complex color. r=dholbert
|
2016-12-30 02:03:29 +11:00 |
nsCSSPropLogicalGroupList.h
|
Bug 1262049 part 1: Back out bug 1208344 in its entirety, and mark -webkit-box-orient:vertical reftests as failing (for now). (no review)
|
2016-04-20 16:43:24 -07:00 |
nsCSSPropertyID.h
|
Bug 1243846 - Implement Intersection Observer API. r=mrbkap, r=mstange
|
2016-10-28 10:24:00 -04:00 |
nsCSSPropertyIDSet.h
|
Bug 1318697 - Part 1: Skip composing styles for properties depending on cascade level. r=birtles
|
2016-11-29 15:04:17 +09:00 |
nsCSSProps.cpp
|
Bug 1328540 - trim trailing whitespaces. r=jeremychen
|
2017-01-04 23:55:16 +08:00 |
nsCSSProps.h
|
Bug 1323147 part 2 - Remove static atoms of CSS properties. r=heycam
|
2016-12-16 10:02:48 +11:00 |
nsCSSPropsGenerated.inc.in
|
…
|
|
nsCSSPseudoClassList.h
|
Bug 1270406 - Remove :-moz-dir support. r=xidorn
|
2016-11-22 23:05:18 +08:00 |
nsCSSPseudoClasses.cpp
|
Bug 1329076 followup - Fix bustage.
|
2017-01-06 22:10:08 +11:00 |
nsCSSPseudoClasses.h
|
Bug 1329076 part 2 - Move some pseudo-classes which depend on only the element to an independent function. r=heycam
|
2017-01-06 21:12:08 +11:00 |
nsCSSPseudoElementList.h
|
Bug 1069012 - Unprefix ::placeholder pseudo-element. r=bz
|
2016-09-07 19:38:38 -04:00 |
nsCSSPseudoElements.cpp
|
Bug 1069012 - Unprefix ::placeholder pseudo-element. r=bz
|
2016-09-07 19:38:38 -04:00 |
nsCSSPseudoElements.h
|
Bug 1273048 - Add __attribute__((noinline)) to work around compiler bug on Android/x86. r=xidorn
|
2016-06-04 17:51:30 -07:00 |
nsCSSRuleProcessor.cpp
|
Bug 1329076 part 2 - Move some pseudo-classes which depend on only the element to an independent function. r=heycam
|
2017-01-06 21:12:08 +11:00 |
nsCSSRuleProcessor.h
|
Bug 1323919 - Rename nsIMediaList.h to nsMediaList.h. r=heycam
|
2016-12-16 14:50:36 +11:00 |
nsCSSRules.cpp
|
Backed out changeset 9ef39356f62c (bug 851892)
|
2017-01-20 19:30:32 +01:00 |
nsCSSRules.h
|
Backed out changeset 9ef39356f62c (bug 851892)
|
2017-01-20 19:30:32 +01:00 |
nsCSSScanner.cpp
|
Bug 1321495 part 2: Add needed "using namespace" declarations to several .cpp files in layout/style, to preemptively fix unified-build bustage. r=TYLin
|
2016-12-01 10:37:44 -08:00 |
nsCSSScanner.h
|
Bug 1315368. Back out changeset bf190e326bfd (bug 790997) because what it implements doesn't actually follow the CSS syntax editor's draft and breaks some sites in the process. r=dbaron
|
2016-11-05 00:23:16 -04:00 |
nsCSSValue.cpp
|
Bug 1320014 Part 6 - Remove #define NS_CORNER_[TOP_LEFT/TOP_RIGHT/BOTTOM_RIGHT/BOTTOM_LEFT] r=mats
|
2017-01-04 18:15:30 +08:00 |
nsCSSValue.h
|
Bug 1326125 - Rename enum version of SetIntValue to SetEnumValue. r=heycam
|
2016-12-29 10:22:49 +11:00 |
nsCSSVisitedDependentPropList.h
|
Bug 1303241 part 1 - Move visited-dependent style fields into a list file. r=dbaron
|
2017-01-05 11:22:36 +11:00 |
nsComputedDOMStyle.cpp
|
Bug 1330190 - Part 4: Resolve styles without animations in case of GetStyleContextForElementWithoutAnimation(). r=heycam
|
2017-01-16 17:41:20 +09:00 |
nsComputedDOMStyle.h
|
Bug 1330190 - Part 1: Add nsComputedDOMStyle::GetStyleContextForElementWithoutAnimation. r=heycam
|
2017-01-16 16:57:09 +09:00 |
nsComputedDOMStylePropertyList.h
|
Backed out changeset 148e65bd3f3b (bug 1063162)
|
2016-12-22 17:43:34 +01:00 |
nsDOMCSSAttrDeclaration.cpp
|
Bug 1323042 - forbid MOZ_COUNT_{CTOR,DTOR} for nsISupports classes; r=froydnj
|
2016-12-12 09:27:58 -05:00 |
nsDOMCSSAttrDeclaration.h
|
Bug 1294299 part 1 - Make nsDOMCSSDeclaration use DeclarationBlock. r=heycam
|
2016-11-03 14:41:02 +11:00 |
nsDOMCSSDeclaration.cpp
|
Bug 1332353. Make it clearer when a stylesheet is really owned by its mDocument. r=heycam
|
2017-01-19 23:49:44 -05:00 |
nsDOMCSSDeclaration.h
|
Bug 1294299 part 8 - Refactor interface provided by css::Declaration. r=heycam
|
2016-11-03 14:41:02 +11:00 |
nsDOMCSSRGBColor.cpp
|
…
|
|
nsDOMCSSRGBColor.h
|
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
|
2016-06-07 21:10:18 +01:00 |
nsDOMCSSRect.cpp
|
…
|
|
nsDOMCSSRect.h
|
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
|
2016-06-07 21:10:18 +01:00 |
nsDOMCSSValueList.cpp
|
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
|
2016-06-07 21:10:18 +01:00 |
nsDOMCSSValueList.h
|
…
|
|
nsFontFaceLoader.cpp
|
Bug 1297961 (part 1) - Introduce nsURI::GetSpecOrDefault(). r=hurley.
|
2016-08-26 16:02:31 +10:00 |
nsFontFaceLoader.h
|
Bug 1195172 - Use channel->ascynOpen2 layout/style/FontFaceSet.cpp (r=bz,cam)
|
2016-03-01 13:06:13 -08:00 |
nsFontFaceUtils.cpp
|
Bug 1257121 part 4 - Use return value rather than out param to return font metrics. r=jfkthame
|
2016-03-17 13:55:48 +08:00 |
nsFontFaceUtils.h
|
…
|
|
nsHTMLCSSStyleSheet.cpp
|
Bug 1294299 part 2 - Use DeclarationBlock for SMIL override style. r=heycam
|
2016-11-03 14:41:02 +11:00 |
nsHTMLCSSStyleSheet.h
|
Bug 1244049 - Part 2: Replace nsCSSPseudoElements::Type with CSSPseudoElementType. r=dbaron
|
2016-02-17 21:37:00 +01:00 |
nsHTMLStyleSheet.cpp
|
Bug 1295192 - part 4 - use a non-null-checked placement new operator in layout code; r=dholbert
|
2016-08-17 15:28:45 -04:00 |
nsHTMLStyleSheet.h
|
Bug 1293739 - Part 1: Rename nsCSSProperty to nsCSSPropertyID. r=dholbert
|
2016-08-16 18:37:48 -07:00 |
nsICSSDeclaration.h
|
Bug 1293739 - Part 1: Rename nsCSSProperty to nsCSSPropertyID. r=dholbert
|
2016-08-16 18:37:48 -07:00 |
nsICSSLoaderObserver.h
|
Bug 1304302 part 10 - Replace all uses of StyleSheetHandle. r=heycam
|
2016-09-26 22:03:25 +10:00 |
nsICSSPseudoComparator.h
|
…
|
|
nsICSSStyleRuleDOMWrapper.h
|
Backed out changeset 31103a03f2c2 (bug 851892)
|
2017-01-20 19:30:14 +01:00 |
nsICSSUnprefixingService.idl
|
…
|
|
nsIStyleRule.h
|
Bug 1293739 - Part 1: Rename nsCSSProperty to nsCSSPropertyID. r=dholbert
|
2016-08-16 18:37:48 -07:00 |
nsIStyleRuleProcessor.h
|
…
|
|
nsLayoutStylesheetCache.cpp
|
Bug 1304623 - Create a pref to control the default referrer policy - part 3. r=bkelly
|
2017-01-05 11:29:56 +08:00 |
nsLayoutStylesheetCache.h
|
Bug 1320651 - Only crash for real builtin sheet error. r=bz
|
2016-12-06 18:25:00 +01:00 |
nsMediaFeatures.cpp
|
Bug 1331581: Clean up nsMediaFeatureValueGetter. r=heycam
|
2017-01-19 12:55:18 +01:00 |
nsMediaFeatures.h
|
Bug 1331581: Clean up nsMediaFeatureValueGetter. r=heycam
|
2017-01-19 12:55:18 +01:00 |
nsMediaList.cpp
|
Bug 1332353. Make it clearer when a stylesheet is really owned by its mDocument. r=heycam
|
2017-01-19 23:49:44 -05:00 |
nsMediaList.h
|
Bug 1290209 - Part 5: Change nsMediaList's style sheet pointer from a CSSStyleSheet to a StyleSheet. r=xidorn
|
2017-01-06 15:05:24 +08:00 |
nsNthIndexCache.cpp
|
Bug 1300374: child index selectors should match without a parent element. r=heycam
|
2016-09-03 00:11:27 -07:00 |
nsNthIndexCache.h
|
…
|
|
nsROCSSPrimitiveValue.cpp
|
Bug 1326507, remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTS, r=mccr8
|
2017-01-03 21:47:55 +02:00 |
nsROCSSPrimitiveValue.h
|
…
|
|
nsRuleData.cpp
|
…
|
|
nsRuleData.h
|
Bug 1293739 - Part 1: Rename nsCSSProperty to nsCSSPropertyID. r=dholbert
|
2016-08-16 18:37:48 -07:00 |
nsRuleNode.cpp
|
Bug 1320014 Part 11 - Convert NS_FULL_TO_HALF_CORNER to a constexpr function. r=mats
|
2017-01-05 14:59:17 +08:00 |
nsRuleNode.h
|
Bug 1321022 pt 4.2 - Fix up some nits in existing font-feature-settings code as per review comments on the new font-variation-settings code. r=dholbert
|
2016-12-03 12:18:39 +00:00 |
nsRuleProcessorData.h
|
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
|
2016-06-07 21:10:18 +01:00 |
nsRuleWalker.h
|
…
|
|
nsStyleConsts.h
|
Bug 1331850 - Swap ClosestSide and FarthestSide in StyleShapeRadius. r=heycam
|
2017-01-18 12:01:57 +08:00 |
nsStyleContext.cpp
|
Bug 1330874: Preserve neutral style changes for stylo. r=heycam
|
2017-01-15 16:10:01 +01:00 |
nsStyleContext.h
|
Bug 1330874: Preserve neutral style changes for stylo. r=heycam
|
2017-01-15 16:10:01 +01:00 |
nsStyleCoord.cpp
|
Bug 1320014 Part 14 - Convert NS_SIDE_TO_HALF_CORNER to a constexpr function. r=mats
|
2017-01-05 16:23:16 +08:00 |
nsStyleCoord.h
|
Bug 1320014 Part 2 - Rename Corner to LogicalCorner, and move it to nsStyleCoord.h. r=mats
|
2017-01-04 16:52:12 +08:00 |
nsStyleSet.cpp
|
Bug 1330190 - Part 3: Add ResolvePseudoElementStyleWithoutAnimation. ?heycam r=heycam
|
2017-01-16 16:57:16 +09:00 |
nsStyleSet.h
|
Bug 1330190 - Part 3: Add ResolvePseudoElementStyleWithoutAnimation. ?heycam r=heycam
|
2017-01-16 16:57:16 +09:00 |
nsStyleStruct.cpp
|
merge mozilla-inbound to mozilla-central a=merge
|
2017-01-19 16:05:22 +01:00 |
nsStyleStruct.h
|
Bug 1332193 - Fix several properties to return NeutralChange hint. r=heycam
|
2017-01-19 19:13:02 +11:00 |
nsStyleStructFwd.h
|
…
|
|
nsStyleStructInlines.h
|
Bug 1300337 - Replace None_ variants from nsStyleConsts.h with None; r=heycam,TYLin
|
2016-09-04 00:16:58 +05:30 |
nsStyleTransformMatrix.cpp
|
Bug 1319072 - Don't assert even if coefficient is out of range [0, 1]. r=boris
|
2016-11-22 08:11:42 +09:00 |
nsStyleTransformMatrix.h
|
Bug 1304886 - Part 8: Add Accumulate operator. r=boris,derf
|
2016-11-16 20:32:33 +09:00 |
nsStyleUtil.cpp
|
Bug 1326457: Remove redundant check for eCSSKeyword_UNKNOWN at callsites to nsCSSProps::FindKeyword(). r=xidorn
|
2016-12-30 12:03:08 -08:00 |
nsStyleUtil.h
|
Bug 1321022 pt 4 - Implement CSS parsing of the font-variations-setting property, storing the value into nsFont. r=dholbert
|
2016-12-03 12:18:36 +00:00 |
nsTransitionManager.cpp
|
Bug 1330190 - Part 2: Add a new function named ResolveStyleWithoutAnimation. r=heycam
|
2017-01-16 16:57:13 +09:00 |
nsTransitionManager.h
|
Bug 1264125 part 6 - Queue CSS related event when setting null target effect. r=birtles
|
2016-12-20 16:03:29 +09:00 |