Summary: | Add support for parsing of -webkit-background-blend-mode | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Rik Cabanier <cabanier> | ||||||||||||
Component: | CSS | Assignee: | Rik Cabanier <cabanier> | ||||||||||||
Status: | RESOLVED FIXED | ||||||||||||||
Severity: | Normal | CC: | buildbot, cmarcelo, dglazkov, eric, krit, macpherson, menard, ojan.autocc, rniwa, webkit-ews, webkit.review.bot | ||||||||||||
Priority: | P2 | ||||||||||||||
Version: | 528+ (Nightly build) | ||||||||||||||
Hardware: | Unspecified | ||||||||||||||
OS: | Unspecified | ||||||||||||||
Bug Depends on: | |||||||||||||||
Bug Blocks: | 108546, 108549, 108550, 108551 | ||||||||||||||
Attachments: |
|
Description
Rik Cabanier
2013-01-31 16:32:17 PST
Created attachment 185894 [details]
Patch
Comment on attachment 185894 [details] Patch Attachment 185894 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/16301170 New failing tests: css3/compositing/background-blend-mode-property-parsing.html css3/compositing/background-blend-mode-property.html Created attachment 185923 [details]
Patch
(In reply to comment #3) > Created an attachment (id=185923) [details] > Patch dhyatt reviewed and spotted bug in cssparser.cpp Created attachment 186489 [details]
Patch
Created attachment 186494 [details]
Patch
Comment on attachment 186494 [details] Patch Attachment 186494 [details] did not pass qt-ews (qt): Output: http://queues.webkit.org/results/16367473 Comment on attachment 186494 [details] Patch Attachment 186494 [details] did not pass qt-wk2-ews (qt): Output: http://queues.webkit.org/results/16371488 Comment on attachment 186494 [details] Patch Attachment 186494 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://queues.webkit.org/results/16370436 Created attachment 186503 [details]
Patch
Comment on attachment 186503 [details]
Patch
r=me, might consider pulling the property names check into a little static helper though.
Comment on attachment 186503 [details] Patch Clearing flags on attachment: 186503 Committed r142168: <http://trac.webkit.org/changeset/142168> All reviewed patches have been landed. Closing bug. |