Summary: | Menu button shows wrong content in Chromium | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Evan Stade <estade> | ||||||
Component: | DOM | Assignee: | Nobody <webkit-unassigned> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | abarth, commit-queue | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | All | ||||||||
OS: | All | ||||||||
Attachments: |
|
Description
Evan Stade
2009-11-12 16:45:37 PST
Created attachment 43116 [details]
patch
Checking style for patch 43116 from bug 31448. Running check-webkit-style WebKit/chromium/src/WebViewImpl.cpp:605: One line control clauses should not use braces. [whitespace/braces] [4] Done processing WebKit/chromium/src/WebViewImpl.cpp Total errors found: 1 I think that linter error is a false positive. The style guide doesn't really say but I assume that if one part of a block of if-elses uses curlies then they all should. Comment on attachment 43116 [details] patch > Index: WebKit/chromium/src/WebViewImpl.cpp > + } else if (focusedNode) { > + location = focusedNode->getRect().bottomLeft(); > + } else { nit: no brackets around single line statements. otherwise, LGTM Created attachment 43320 [details]
same, minus lint error
Comment on attachment 43320 [details] same, minus lint error Clearing flags on attachment: 43320 Committed r51142: <http://trac.webkit.org/changeset/51142> All reviewed patches have been landed. Closing bug. |