WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
99204
ScrollingStateNodes should keep track of their IDs
https://bugs.webkit.org/show_bug.cgi?id=99204
Summary
ScrollingStateNodes should keep track of their IDs
Beth Dakin
Reported
2012-10-12 13:36:18 PDT
There is a HashMap in ScrollingCoordinatorMac that maps ScrollingNodeIDs to ScrollingStateNodes. The nodes themselves should keep track of this ID. Then the id can be used to make sure ScrollingStateNodes remove themselves from the HashMap when they are destroyed, and it will also be useful for associating ScrollingStateNodes with ScrollingTreeNodes over on the scrolling thread.
Attachments
Patch
(7.08 KB, patch)
2012-10-12 13:40 PDT
,
Beth Dakin
no flags
Details
Formatted Diff
Diff
Patch
(7.14 KB, patch)
2012-10-12 13:46 PDT
,
Beth Dakin
simon.fraser
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Beth Dakin
Comment 1
2012-10-12 13:40:08 PDT
Created
attachment 168473
[details]
Patch
WebKit Review Bot
Comment 2
2012-10-12 13:42:32 PDT
Attachment 168473
[details]
did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1 Source/WebCore/page/scrolling/ScrollingStateNode.h:31: Alphabetical sorting problem. [build/include_order] [4] Total errors found: 1 in 6 files If any of these errors are false positives, please file a bug against check-webkit-style.
Beth Dakin
Comment 3
2012-10-12 13:46:57 PDT
Created
attachment 168474
[details]
Patch
Beth Dakin
Comment 4
2012-10-12 13:50:52 PDT
Thanks, Simon! Committed change:
http://trac.webkit.org/changeset/131221
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug