Update activity-stream bundled OS specific css files
Categories
(Firefox :: Messaging System, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox83 | --- | fixed |
People
(Reporter: pdahiya, Assigned: emcminn, NeedInfo)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Running npm run bundle --prefix browser/components/newtab in latest m-c shows changes not checked in below files.
modified: browser/components/newtab/css/activity-stream-linux.css
modified: browser/components/newtab/css/activity-stream-mac.css
modified: browser/components/newtab/css/activity-stream-windows.css
It looks like fallout of https://bugzilla.mozilla.org/show_bug.cgi?id=1668401
| Reporter | ||
Comment 1•5 years ago
|
||
NI @emcminn to confirm and help fix the issue. Thanks!
| Assignee | ||
Comment 2•5 years ago
|
||
Updated•5 years ago
|
| Assignee | ||
Comment 3•5 years ago
|
||
I see this too! The test for the bundle is in try-runner.js, so it runs in treeherder. I'm guessing because the patch was flagged testing-exception-ui those tests would not have been run.
| Assignee | ||
Updated•5 years ago
|
Comment 4•5 years ago
|
||
The automation for checkBundles doesn't include css files -- only the 2 bundle.js files:
https://searchfox.org/mozilla-central/rev/f82d5c549f046cb64ce5602bfd894b7ae807c8f8/browser/components/newtab/bin/try-runner.js#52-59
I suppose a separate bug would be to check the css files too.
Comment 6•5 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 7•5 years ago
|
||
(In reply to Ed Lee :Mardak from comment #4)
The automation for
checkBundlesdoesn't include css files -- only the 2 bundle.js files:
https://searchfox.org/mozilla-central/rev/f82d5c549f046cb64ce5602bfd894b7ae807c8f8/browser/components/newtab/bin/try-runner.js#52-59I suppose a separate bug would be to check the css files too.
That's a good idea, I can file something and add that check to try-runner. We would still have a loophole in the case of testing-exception-ui though, right? So to close it we may want to make sure try-runner runs during npm test too. I'm assuming we ask our contributors to run npm test and mach test before submitting :)
Description
•