-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deps: update cssstyle to parse more named colors, CSS4 colors #7283
Conversation
this adds 2.6 KB to the bundle (.8 KB after gzip), almost entirely due to the newly added named colors |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! LGTM outside the test issue
@@ -455,4 +455,99 @@ describe('Manifest Parser', function() { | |||
assert.equal(url0, undefined); | |||
}); | |||
}); | |||
|
|||
describe.only('background_color, theme_color', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove .only
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
d'oh, they should have a test test for that :)
LGTY but needs approval :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTY, LGTM, LGTA! 🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM looks good! 💜
90% of this is tests :)
(
manifest-parser.js
had no existing tests for its color parsing)(edit: unit tests. It does have integration tests through
themed-omnibox
,splash-screen
, et al.)fixes #7139