Bug 126706 - Web Inspector: New Reason for Layers: CompositingReasonBlending
Summary: Web Inspector: New Reason for Layers: CompositingReasonBlending
Status: RESOLVED DUPLICATE of bug 126159
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-01-09 10:39 PST by Joseph Pecoraro
Modified: 2014-01-09 10:53 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2014-01-09 10:39:31 PST
There is a new Compositing Reason ("blending") added in:
<https://webkit.org/b/99200> Add support for blendmode to Core Animation layer

The Inspector should list that as a reason.
Comment 1 Radar WebKit Bug Importer 2014-01-09 10:40:32 PST
<rdar://problem/15783387>
Comment 2 Joseph Pecoraro 2014-01-09 10:50:48 PST
Note to self:
  - Source/WebCore/inspector/prototype/LayerTree.json => update CompositingReasons to include "blending"
  - Source/WebCore/inspector/InspectorLayerTreeAgent.cpp => update InspectorLayerTreeAgent::reasonsForCompositingLayer to set blending
  - Source/WebInspectorUI/UserInterface/LayerTreeSidebarPanel.js => update _populateListOfCompositingReasons to add a user readable string when blending is a reason
Comment 3 Radar WebKit Bug Importer 2014-01-09 10:51:30 PST
<rdar://problem/15783536>
Comment 4 Timothy Hatcher 2014-01-09 10:53:28 PST

*** This bug has been marked as a duplicate of bug 126159 ***