Bug 108547 - Add support for parsing of -webkit-background-blend-mode
Summary: Add support for parsing of -webkit-background-blend-mode
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Rik Cabanier
URL:
Keywords:
Depends on:
Blocks: 108546 108549 108550 108551
  Show dependency treegraph
 
Reported: 2013-01-31 16:32 PST by Rik Cabanier
Modified: 2013-02-07 13:15 PST (History)
11 users (show)

See Also:


Attachments
Patch (31.89 KB, patch)
2013-01-31 16:43 PST, Rik Cabanier
no flags Details | Formatted Diff | Diff
Patch (46.91 KB, patch)
2013-01-31 20:47 PST, Rik Cabanier
no flags Details | Formatted Diff | Diff
Patch (46.86 KB, text/plain)
2013-02-04 16:10 PST, Rik Cabanier
no flags Details
Patch (47.45 KB, text/plain)
2013-02-04 16:37 PST, Rik Cabanier
webkit-ews: commit-queue-
Details
Patch (47.53 KB, patch)
2013-02-04 17:07 PST, Rik Cabanier
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rik Cabanier 2013-01-31 16:32:17 PST
This patch will add support for the parsing of -webkit-background-blend-mode
Comment 1 Rik Cabanier 2013-01-31 16:43:39 PST
Created attachment 185894 [details]
Patch
Comment 2 WebKit Review Bot 2013-01-31 18:31:57 PST
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
Comment 3 Rik Cabanier 2013-01-31 20:47:50 PST
Created attachment 185923 [details]
Patch
Comment 4 Rik Cabanier 2013-02-04 13:10:55 PST
(In reply to comment #3)
> Created an attachment (id=185923) [details]
> Patch

dhyatt reviewed and spotted bug in cssparser.cpp
Comment 5 Rik Cabanier 2013-02-04 16:10:47 PST
Created attachment 186489 [details]
Patch
Comment 6 Rik Cabanier 2013-02-04 16:37:29 PST
Created attachment 186494 [details]
Patch
Comment 7 Early Warning System Bot 2013-02-04 16:49:03 PST
Comment on attachment 186494 [details]
Patch

Attachment 186494 [details] did not pass qt-ews (qt):
Output: http://queues.webkit.org/results/16367473
Comment 8 Early Warning System Bot 2013-02-04 16:53:22 PST
Comment on attachment 186494 [details]
Patch

Attachment 186494 [details] did not pass qt-wk2-ews (qt):
Output: http://queues.webkit.org/results/16371488
Comment 9 Build Bot 2013-02-04 16:59:30 PST
Comment on attachment 186494 [details]
Patch

Attachment 186494 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://queues.webkit.org/results/16370436
Comment 10 Rik Cabanier 2013-02-04 17:07:49 PST
Created attachment 186503 [details]
Patch
Comment 11 Dave Hyatt 2013-02-07 12:44:26 PST
Comment on attachment 186503 [details]
Patch

r=me, might consider pulling the property names check into a little static helper though.
Comment 12 WebKit Review Bot 2013-02-07 13:15:09 PST
Comment on attachment 186503 [details]
Patch

Clearing flags on attachment: 186503

Committed r142168: <http://trac.webkit.org/changeset/142168>
Comment 13 WebKit Review Bot 2013-02-07 13:15:13 PST
All reviewed patches have been landed.  Closing bug.