Closed Bug 1669608 Opened 5 years ago Closed 5 years ago

Update activity-stream bundled OS specific css files

Categories

(Firefox :: Messaging System, defect)

defect

Tracking

()

RESOLVED FIXED
83 Branch
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

NI @emcminn to confirm and help fix the issue. Thanks!

Flags: needinfo?(emcminn)
Assignee: nobody → emcminn
Status: NEW → ASSIGNED

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.

Flags: needinfo?(emcminn)

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.

Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch

(In reply to Ed Lee :Mardak from comment #4)

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.

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 :)

Flags: needinfo?(edilee)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: