Bug 148352 - Page::renderTreeSize() does not include anonymous renderers.
Summary: Page::renderTreeSize() does not include anonymous renderers.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-21 20:45 PDT by zalan
Modified: 2015-08-22 06:38 PDT (History)
7 users (show)

See Also:


Attachments
Patch (3.13 KB, patch)
2015-08-21 20:55 PDT, zalan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.