Jonathan Watt
|
44d37e68d5
|
Bug 1449321 - Remove the IsServo and IsGecko methods from the style system code. r=emilio
|
2018-03-23 16:01:34 +00:00 |
|
Emilio Cobos Álvarez
|
b1a35fbef7
|
Bug 1447358: Unifdef the old style system code. r=jwatt
Summary:
This has been automatically generated using:
http://dotat.at/prog/unifdef/
And:
find $OBJDIR -type f -name '*.h' |
while read FILE; do
echo "$FILE"
unifdef -m -DMOZ_STYLO -UMOZ_OLD_STYLE "$FILE";
done
find $OBJDIR -type f -name '*.cpp' |
while read FILE; do
echo "$FILE"
unifdef -m -DMOZ_STYLO -UMOZ_OLD_STYLE "$FILE";
done
MozReview-Commit-ID: I4NdKqbMXzJ
Reviewers: jwatt
Bug #: 1447358
Differential Revision: https://phabricator.services.mozilla.com/D779
|
2018-03-21 10:20:34 +01:00 |
|
Xidorn Quan
|
3ebb0c69a4
|
Bug 1435139 - Don't call SetCSSDeclaration when removing non-existing property. r=bz
MozReview-Commit-ID: 8jt1D5RULEy
|
2018-02-05 16:07:44 +11:00 |
|
Cameron McCormack
|
34288f7f48
|
Bug 1430014 - Part 5: Stop building old style system classes when MOZ_OLD_STYLE is not defined. r=xidorn
MozReview-Commit-ID: CIHyPdF7Exl
|
2018-02-01 15:04:04 +11:00 |
|
Cameron McCormack
|
02c617875f
|
Bug 1430014 - Part 4: #ifdef out unnecessary code when the old style system is not built. r=xidorn
MozReview-Commit-ID: 1FZ9VzjcPzN
|
2018-02-01 15:04:04 +11:00 |
|
Cameron McCormack
|
9319356eb6
|
Bug 1408311 - Part 1: Make Declaration::RemovePropertyByID return whether it did remove a property. r=xidorn
MozReview-Commit-ID: F44KrwNgYLo
|
2017-10-19 15:51:12 +08:00 |
|
Boris Zbarsky
|
ec484bcf8d
|
Bug 1402218. Make sure to clone our CSSDeclaration as needed when removing properties. r=emilio
MozReview-Commit-ID: 6LRjLU3QQok
|
2017-09-28 22:04:34 -04:00 |
|
Brad Werth
|
2934811adc
|
Bug 1302513 Part 3: Remove declarations and implementations of getAuthoredPropertyValue. r=dholbert
MozReview-Commit-ID: LxlUfhPJUaa
|
2017-07-21 14:18:45 -07:00 |
|
Xidorn Quan
|
318503405b
|
Bug 1294299 part 11 - Implement getting and removing property. r=SimonSapin,heycam
MozReview-Commit-ID: 4xvfXR8mkfN
|
2016-11-03 14:41:02 +11:00 |
|
Xidorn Quan
|
cb21569555
|
Bug 1294299 part 10 - Implement DeclarationBlock.EnsureMutable. r=heycam
MozReview-Commit-ID: KpaypyY5moC
|
2016-11-03 14:41:02 +11:00 |
|
Xidorn Quan
|
513ef91f62
|
Bug 1294299 part 9 - Implement Clone for ServoDeclarationBlock. r=heycam
MozReview-Commit-ID: 5y2h26j87Sz
|
2016-11-03 14:41:02 +11:00 |
|
Xidorn Quan
|
c2da6da9bf
|
Bug 1294299 part 5 - Implement getter and setter of cssText. r=heycam
MozReview-Commit-ID: Bho5PKtrT1I
|
2016-11-03 14:41:02 +11:00 |
|
Xidorn Quan
|
4ea430014e
|
Bug 1294299 part 4 - Implement length and item getter. r=SimonSapin,heycam
MozReview-Commit-ID: IQs8Wjdsi1r
|
2016-11-03 14:41:02 +11:00 |
|
Xidorn Quan
|
dc71df1088
|
Bug 1309109 part 4 - Add ServoDeclarationBlock class. r=heycam
MozReview-Commit-ID: 8I9sbt0oMhx
|
2016-10-18 15:29:03 +11:00 |
|