Bug 131824 - [CSS Blending] Remove support for non-separable blend modes from mix-blend-mode
Summary: [CSS Blending] Remove support for non-separable blend modes from mix-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: 95614
  Show dependency treegraph
 
Reported: 2014-04-17 15:29 PDT by Rik Cabanier
Modified: 2014-04-21 13:44 PDT (History)
8 users (show)

See Also:


Attachments
Patch (17.85 KB, patch)
2014-04-17 16:52 PDT, Rik Cabanier
no flags Details | Formatted Diff | Diff
Patch (18.77 KB, patch)
2014-04-21 10:56 PDT, Rik Cabanier
no flags Details | Formatted Diff | Diff
Patch for landing (18.72 KB, patch)
2014-04-21 13:09 PDT, 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 2014-04-17 15:29:25 PDT
OSX and iOS don't support the non-separable blend modes (hue, saturation, color and luminosity) in composited mode.
The spec (http://dev.w3.org/fxtf/compositing-1/#mix-blend-mode) is currently in CR but will be updated.
Comment 1 Rik Cabanier 2014-04-17 16:52:17 PDT
Created attachment 229598 [details]
Patch
Comment 2 Dean Jackson 2014-04-18 09:04:52 PDT
Comment on attachment 229598 [details]
Patch

r=me but I suggest you remove the backend code as well. The stuff in BlahFiltersBlah that is empty code with a comment saying they are not implemented.
Comment 3 Rik Cabanier 2014-04-21 10:56:49 PDT
Created attachment 229808 [details]
Patch
Comment 4 WebKit Commit Bot 2014-04-21 12:04:48 PDT
Comment on attachment 229808 [details]
Patch

Rejecting attachment 229808 [details] from review queue.

cabanier@adobe.com does not have reviewer permissions according to http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/contributors.json.

- If you do not have reviewer rights please read http://webkit.org/coding/contributing.html for instructions on how to use bugzilla flags.

- If you have reviewer rights please correct the error in Tools/Scripts/webkitpy/common/config/contributors.json by adding yourself to the file (no review needed).  The commit-queue restarts itself every 2 hours.  After restart the commit-queue will correctly respect your reviewer rights.
Comment 5 Simon Fraser (smfr) 2014-04-21 12:28:51 PDT
Comment on attachment 229808 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=229808&action=review

> Source/WebCore/ChangeLog:8
> +        Removed support for non-sep blend modes from the CSS parser.

Please don't abbreviate non-seperable.
Comment 6 Rik Cabanier 2014-04-21 13:09:03 PDT
Created attachment 229824 [details]
Patch for landing
Comment 7 WebKit Commit Bot 2014-04-21 13:44:32 PDT
Comment on attachment 229824 [details]
Patch for landing

Clearing flags on attachment: 229824

Committed r167620: <http://trac.webkit.org/changeset/167620>
Comment 8 WebKit Commit Bot 2014-04-21 13:44:36 PDT
All reviewed patches have been landed.  Closing bug.