WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
158221
Audit RenderObject casts and fix problems and style issues found
https://bugs.webkit.org/show_bug.cgi?id=158221
Summary
Audit RenderObject casts and fix problems and style issues found
Darin Adler
Reported
2016-05-31 00:07:54 PDT
Audit RenderObject casts and fix problems and style issues found
Attachments
Patch
(135.32 KB, patch)
2016-05-31 01:12 PDT
,
Darin Adler
no flags
Details
Formatted Diff
Diff
Archive of layout-test-results from ews102 for mac-yosemite
(1007.85 KB, application/zip)
2016-05-31 01:59 PDT
,
Build Bot
no flags
Details
Archive of layout-test-results from ews106 for mac-yosemite-wk2
(959.98 KB, application/zip)
2016-05-31 02:03 PDT
,
Build Bot
no flags
Details
Archive of layout-test-results from ews113 for mac-yosemite
(1.54 MB, application/zip)
2016-05-31 02:11 PDT
,
Build Bot
no flags
Details
Patch
(135.33 KB, patch)
2016-05-31 09:17 PDT
,
Darin Adler
no flags
Details
Formatted Diff
Diff
Patch
(136.76 KB, patch)
2016-05-31 09:44 PDT
,
Darin Adler
cdumez
: review+
Details
Formatted Diff
Diff
Show Obsolete
(5)
View All
Add attachment
proposed patch, testcase, etc.
Darin Adler
Comment 1
2016-05-31 01:12:11 PDT
Created
attachment 280123
[details]
Patch
Build Bot
Comment 2
2016-05-31 01:59:36 PDT
Comment on
attachment 280123
[details]
Patch
Attachment 280123
[details]
did not pass mac-ews (mac): Output:
http://webkit-queues.webkit.org/results/1411374
New failing tests: printing/page-break-display-none.html printing/break-display-none.html
Build Bot
Comment 3
2016-05-31 01:59:40 PDT
Created
attachment 280127
[details]
Archive of layout-test-results from ews102 for mac-yosemite The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: ews102 Port: mac-yosemite Platform: Mac OS X 10.10.5
Build Bot
Comment 4
2016-05-31 02:02:58 PDT
Comment on
attachment 280123
[details]
Patch
Attachment 280123
[details]
did not pass mac-wk2-ews (mac-wk2): Output:
http://webkit-queues.webkit.org/results/1411385
New failing tests: printing/page-break-display-none.html printing/break-display-none.html
Build Bot
Comment 5
2016-05-31 02:03:02 PDT
Created
attachment 280128
[details]
Archive of layout-test-results from ews106 for mac-yosemite-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: ews106 Port: mac-yosemite-wk2 Platform: Mac OS X 10.10.5
Build Bot
Comment 6
2016-05-31 02:11:43 PDT
Comment on
attachment 280123
[details]
Patch
Attachment 280123
[details]
did not pass mac-debug-ews (mac): Output:
http://webkit-queues.webkit.org/results/1411388
New failing tests: printing/page-break-display-none.html printing/break-display-none.html
Build Bot
Comment 7
2016-05-31 02:11:47 PDT
Created
attachment 280129
[details]
Archive of layout-test-results from ews113 for mac-yosemite The attached test failures were seen while running run-webkit-tests on the mac-debug-ews. Bot: ews113 Port: mac-yosemite Platform: Mac OS X 10.10.5
Darin Adler
Comment 8
2016-05-31 09:17:05 PDT
Created
attachment 280148
[details]
Patch
Darin Adler
Comment 9
2016-05-31 09:17:32 PDT
Oops, got a null check wrong. Fixed now.
Darin Adler
Comment 10
2016-05-31 09:44:17 PDT
Created
attachment 280153
[details]
Patch
Chris Dumez
Comment 11
2016-05-31 16:43:41 PDT
Comment on
attachment 280153
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=280153&action=review
R=me
> Source/WebCore/html/HTMLFieldSetElement.h:75 > + bool m_isInDocumentDisabledCount { false };
The naming is confusing considering this is a boolean and not an Integer. How about "hasDisabledAttribute" ?
> Source/WebKit2/Shared/WebRenderObject.cpp:116 > + for (RenderObject* coreChild = renderer->firstChildSlow(); coreChild; coreChild = coreChild->nextSibling())
auto* ?
Darin Adler
Comment 12
2016-06-01 21:00:18 PDT
Committed
r201588
: <
http://trac.webkit.org/changeset/201588
>
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