| Summary: | [iOS WK2] Assert in ScrollingTreeOverflowScrollingNodeIOS::updateAfterChildren() on tab switching | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> | ||||||||
| Component: | New Bugs | Assignee: | Simon Fraser (smfr) <simon.fraser> | ||||||||
| Status: | RESOLVED FIXED | ||||||||||
| Severity: | Normal | CC: | dino, simon.fraser, thorton | ||||||||
| Priority: | P2 | Keywords: | InRadar | ||||||||
| Version: | 528+ (Nightly build) | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Simon Fraser (smfr)
2015-02-03 17:24:00 PST
Created attachment 245995 [details]
Patch
This patch will almost certainly break on non-Apple platforms. Will fix before submitting. Comment on attachment 245995 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=245995&action=review > Source/WebCore/platform/graphics/GraphicsLayer.h:198 > + enum class LayerType { should this just be "Type"? So that its name is WebCore::GraphicsLayer::Type instead of WebCore::GraphicsLayer::LayerType? > Source/WebCore/platform/graphics/GraphicsLayer.h:317 > + no. > Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp:3183 > // move over animations Get rid of this comment? Created attachment 246010 [details]
EWS testing
Created attachment 246020 [details]
More EWSing
Comment on attachment 246020 [details]
More EWSing
Carrying Tim's r+ forward
|