Bug 126706
| Summary: | Web Inspector: New Reason for Layers: CompositingReasonBlending | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> |
| Component: | Web Inspector | Assignee: | Joseph Pecoraro <joepeck> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | graouts, joepeck, timothy, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Joseph Pecoraro
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/15783387>
Joseph Pecoraro
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
Radar WebKit Bug Importer
<rdar://problem/15783536>
Timothy Hatcher
*** This bug has been marked as a duplicate of bug 126159 ***