WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
119923
RenderNamedFlowThread should not create NodeRenderingContext objects
https://bugs.webkit.org/show_bug.cgi?id=119923
Summary
RenderNamedFlowThread should not create NodeRenderingContext objects
Ryosuke Niwa
Reported
2013-08-16 20:02:38 PDT
Consider merging
https://chromium.googlesource.com/chromium/blink/+/949d7d7e7b8685454742a55cf0ca912bb9a7b177
RenderNamedFlowThread is using NodeRenderingContext to get the original parent renderer, but should just be using NodeRenderingTraversal::parent instead (which is what NodeRenderingContext does internally anyway).
Attachments
Patch
(2.67 KB, patch)
2013-08-22 05:10 PDT
,
Andrei Bucur
no flags
Details
Formatted Diff
Diff
Patch
(2.60 KB, patch)
2013-08-22 06:16 PDT
,
Andrei Bucur
no flags
Details
Formatted Diff
Diff
Patch
(2.77 KB, patch)
2013-08-22 07:07 PDT
,
Andrei Bucur
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Andrei Bucur
Comment 1
2013-08-22 05:10:10 PDT
Created
attachment 209350
[details]
Patch
Build Bot
Comment 2
2013-08-22 05:14:23 PDT
Comment on
attachment 209350
[details]
Patch
Attachment 209350
[details]
did not pass mac-ews (mac): Output:
http://webkit-queues.appspot.com/results/1545097
Antti Koivisto
Comment 3
2013-08-22 05:14:58 PDT
Comment on
attachment 209350
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=209350&action=review
> Source/WebCore/rendering/RenderNamedFlowThread.cpp:486 > + NodeRenderingTraversal::ParentDetails parentDetails;
I killed ParentDetails so this is not going to work. The equivalent code is likely to be simple though.
Antti Koivisto
Comment 4
2013-08-22 05:16:52 PDT
Or you can just leave this to be for now. I'm going to remove NodeRenderingContext.
Andrei Bucur
Comment 5
2013-08-22 06:16:03 PDT
Created
attachment 209358
[details]
Patch
Early Warning System Bot
Comment 6
2013-08-22 06:29:23 PDT
Comment on
attachment 209358
[details]
Patch
Attachment 209358
[details]
did not pass qt-ews (qt): Output:
http://webkit-queues.appspot.com/results/1525634
EFL EWS Bot
Comment 7
2013-08-22 06:34:34 PDT
Comment on
attachment 209358
[details]
Patch
Attachment 209358
[details]
did not pass efl-wk2-ews (efl-wk2): Output:
http://webkit-queues.appspot.com/results/1384980
Early Warning System Bot
Comment 8
2013-08-22 06:34:43 PDT
Comment on
attachment 209358
[details]
Patch
Attachment 209358
[details]
did not pass qt-wk2-ews (qt-wk2): Output:
http://webkit-queues.appspot.com/results/1426086
kov's GTK+ EWS bot
Comment 9
2013-08-22 06:41:29 PDT
Comment on
attachment 209358
[details]
Patch
Attachment 209358
[details]
did not pass gtk-ews (gtk): Output:
http://webkit-queues.appspot.com/results/1538089
Build Bot
Comment 10
2013-08-22 06:45:29 PDT
Comment on
attachment 209358
[details]
Patch
Attachment 209358
[details]
did not pass mac-wk2-ews (mac-wk2): Output:
http://webkit-queues.appspot.com/results/1549088
EFL EWS Bot
Comment 11
2013-08-22 06:52:22 PDT
Comment on
attachment 209358
[details]
Patch
Attachment 209358
[details]
did not pass efl-ews (efl): Output:
http://webkit-queues.appspot.com/results/1380555
Build Bot
Comment 12
2013-08-22 06:58:35 PDT
Comment on
attachment 209358
[details]
Patch
Attachment 209358
[details]
did not pass mac-ews (mac): Output:
http://webkit-queues.appspot.com/results/1538091
Andrei Bucur
Comment 13
2013-08-22 07:07:50 PDT
Created
attachment 209362
[details]
Patch
Antti Koivisto
Comment 14
2013-08-22 08:01:16 PDT
Comment on
attachment 209362
[details]
Patch r=me
WebKit Commit Bot
Comment 15
2013-08-22 08:27:30 PDT
Comment on
attachment 209362
[details]
Patch Clearing flags on attachment: 209362 Committed
r154447
: <
http://trac.webkit.org/changeset/154447
>
WebKit Commit Bot
Comment 16
2013-08-22 08:27:34 PDT
All reviewed patches have been landed. Closing bug.
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