WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
130763
Add a new type of scrolling tree node for overflow scrolling
https://bugs.webkit.org/show_bug.cgi?id=130763
Summary
Add a new type of scrolling tree node for overflow scrolling
Simon Fraser (smfr)
Reported
2014-03-25 19:44:39 PDT
Add a new type of scrolling tree node for overflow scrolling
Attachments
Patch
(44.53 KB, patch)
2014-03-25 20:38 PDT
,
Simon Fraser (smfr)
thorton
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2014-03-25 20:38:13 PDT
Created
attachment 227827
[details]
Patch
Tim Horton
Comment 2
2014-03-25 22:20:40 PDT
Comment on
attachment 227827
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=227827&action=review
> Source/WebCore/page/scrolling/ScrollingStateNode.h:155 > + bool isFixedNode() const { return nodeType() == FixedNode; }
why do these use nodeType() instead of m_nodeType? (not that it matters)
> Source/WebCore/page/scrolling/mac/ScrollingCoordinatorMac.mm:151 > + case OverflowScrollingNode: // Not yet created on Mac.
Maybe this could be better documented with an ASSERT_NOT_REACHED() and return null? That will be easier to find when we implement scrolling-tree-overflow-scroll on Mac.
Simon Fraser (smfr)
Comment 3
2014-03-26 08:11:41 PDT
http://trac.webkit.org/changeset/166293
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