Bug 148352

Summary: Page::renderTreeSize() does not include anonymous renderers.
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, commit-queue, esprehn+autocc, glenn, kling, kondapallykalyan, simon.fraser
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description zalan 2015-08-21 20:45:24 PDT
SSIA
Comment 1 zalan 2015-08-21 20:55:55 PDT
Created attachment 259706 [details]
Patch
Comment 2 Andreas Kling 2015-08-22 01:54:09 PDT
Comment on attachment 259706 [details]
Patch

r=me
I think this is only used for approximating if we've laid out enough content in order to have a nice-ish switch from navigation snapshot to actual rendering, right?
Nevertheless, having more accurate data for that heuristic seems like a good thing.
Comment 3 zalan 2015-08-22 05:51:01 PDT
(In reply to comment #2)
> Comment on attachment 259706 [details]
> Patch
> 
> r=me
> I think this is only used for approximating if we've laid out enough content
> in order to have a nice-ish switch from navigation snapshot to actual
> rendering, right?
> Nevertheless, having more accurate data for that heuristic seems like a good
> thing.
Indeed. The actual reason to have more accurate bookkeeping is this bug 148309.
Comment 4 WebKit Commit Bot 2015-08-22 06:38:13 PDT
Comment on attachment 259706 [details]
Patch

Clearing flags on attachment: 259706

Committed r188821: <http://trac.webkit.org/changeset/188821>
Comment 5 WebKit Commit Bot 2015-08-22 06:38:18 PDT
All reviewed patches have been landed.  Closing bug.