Add a gulp task for releasing pdf.js in the Firefox git tree - #21777
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #21777 +/- ##
==========================================
+ Coverage 90.15% 90.17% +0.01%
==========================================
Files 264 264
Lines 67253 67253
==========================================
+ Hits 60632 60645 +13
+ Misses 6621 6608 -13
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Are the following (old) gulp tasks still used, or can they be removed now? Lines 3127 to 3206 in b96d745 |
Yep they're completely outdated so it doesn't make sense to keep them. |
38ca552 to
58e4184
Compare
Snuffleupagus
left a comment
There was a problem hiding this comment.
I'm assuming that you've successfully tested this locally.
r=me, with one suggestion and one question.
The output directory is either the env var GECKO_PATH or the argument of --path/-p option. With the -w option the task keeps watching the source files and releases again on every change. The mozcentralbaseline and mozcentraldiff tasks are removed since they're superseded by this one: the diff they generate uses the old browser/extensions/pdfjs paths, which no longer exist in mozilla-central, hence it cannot be applied there anymore.
58e4184 to
4c553c2
Compare
Add a gulp task for releasing pdf.js in the Firefox git tree
The output directory is either the env var GECKO_PATH or the argument of --path/-p option.
With the -w option the task keeps watching the source files and releases again on every change.
The mozcentralbaseline and mozcentraldiff tasks are removed since they're superseded by this one: the diff they generate uses the old browser/extensions/pdfjs paths, which no longer exist in mozilla-central, hence it cannot be applied there anymore.