WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
126368
Remove public attachRenderTree
https://bugs.webkit.org/show_bug.cgi?id=126368
Summary
Remove public attachRenderTree
Antti Koivisto
Reported
2014-01-01 17:51:38 PST
Remove the remaining explicit render tree construction.
Attachments
patch
(10.16 KB, patch)
2014-01-01 17:57 PST
,
Antti Koivisto
kling
: review+
eflews.bot
: commit-queue-
Details
Formatted Diff
Diff
another
(10.16 KB, patch)
2014-01-01 23:52 PST
,
Antti Koivisto
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Antti Koivisto
Comment 1
2014-01-01 17:57:27 PST
Created
attachment 220198
[details]
patch
Andreas Kling
Comment 2
2014-01-01 18:03:25 PST
Comment on
attachment 220198
[details]
patch View in context:
https://bugs.webkit.org/attachment.cgi?id=220198&action=review
r=me
> Source/WebCore/html/shadow/InsertionPoint.h:100 > +inline InsertionPoint& toInsertionPoint(Node& node) > +{ > + ASSERT_WITH_SECURITY_IMPLICATION(node.isInsertionPoint()); > + return static_cast<InsertionPoint&>(node); > +} > + > +inline const InsertionPoint& toInsertionPoint(const Node& node) > +{ > + ASSERT_WITH_SECURITY_IMPLICATION(node.isInsertionPoint()); > + return static_cast<const InsertionPoint&>(node); > +}
Could we replace this gunk with NODE_TYPE_CASTS(InsertionPoint) instead?
EFL EWS Bot
Comment 3
2014-01-01 19:45:29 PST
Comment on
attachment 220198
[details]
patch
Attachment 220198
[details]
did not pass efl-wk2-ews (efl-wk2): Output:
http://webkit-queues.appspot.com/results/5956219843903488
Antti Koivisto
Comment 4
2014-01-01 23:52:53 PST
Created
attachment 220207
[details]
another
Antti Koivisto
Comment 5
2014-01-02 01:46:43 PST
https://trac.webkit.org/r161205
(with fixes)
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