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
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
Emilio Cobos Álvarez
80a071ae83
Bug 1408308: Integrate Servo SourceSizeList in ResponsiveImageSelector. r=Manishearth
...
MozReview-Commit-ID: DMVfE56DyYm
2017-11-13 13:39:30 +01:00
Margareta Eliza Balazs
945a81c9a0
Backed out 1 changesets (bug 1408308) for bustage in [toolkit/library/target] r=backout on a CLOSED TREE
...
Backed out changeset b59ffea83e0a (bug 1408308)
2017-11-13 07:23:52 +02:00
Emilio Cobos Álvarez
3d7e848428
Bug 1408308: Integrate Servo SourceSizeList in ResponsiveImageSelector. r=Manishearth
...
This needs to dumb down the parsing in order to match what we do in Gecko and
pass more tests.
The remaining tests are just because of calc() in media queries and "or" media
expressions.
MozReview-Commit-ID: CXGdYVbojBL
2017-11-13 05:18:36 +01:00
Kris Maglione
ce86c492cd
Bug 1406278: Part 2c - Use subject principal as triggering principal in <img> "srcset" attribute. r=bz
...
MozReview-Commit-ID: 784EsgwBcS1
2017-10-02 21:30:34 -07:00
Jonathan Watt
9c5b8de022
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
2016-06-07 21:10:18 +01:00
Edgar Chen
3e1bddbbe2
Bug 1257742 - Part 3: Support using floating point in sizes descriptor; r=jdm
...
MozReview-Commit-ID: ESTk2x2VqnD
2016-03-23 18:46:36 +08:00
Edgar Chen
8a5f12ea4a
Bug 1257742 - Part 1: Follow the update-source-set rule to append default source into source set; r=jdm
...
MozReview-Commit-ID: 735EWjSArr2
2016-03-30 12:39:05 +08:00
Andrew McCreight
92010d3e4c
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
2015-05-03 15:32:37 -04:00
John Schoenick
96f84bfdfe
Bug 1067345 - Part 1.4 - Allow ResponsiveImageSelector to take a nsIDocument as well as a specific nsIContent
2014-12-10 18:53:00 -05:00
John Schoenick
0bff235275
Bug 1067345 - Part 1.3 - ResponsiveImageSelector should resolve the URL at selection time, store unresolved strings for candidates
2014-12-10 18:53:00 -05:00
John Schoenick
a95cfcdc12
Bug 1067345 - Part 1.2 - ResponsiveImageSelector: Rename best candidate -> selected candidate, add clear function
2014-12-10 18:53:00 -05:00
John Schoenick
365ecef903
Bug 1023514 - [NEEDS TESTS] New srcset parser
2014-12-10 18:50:00 -05:00
Birunthan Mohanathas
e9068bbc4f
Bug 946065 - Part 12: Move content/base/ to dom/ and flatten subdirectories. r=peterv
2014-10-25 20:25:22 +03:00