[Webkit-unassigned] [Bug 60247] Handle the touch icon in WebKit/Chromium
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 11 13:25:46 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60247
Darin Fisher (:fishd, Google) <fishd at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #93147|review? |review-
Flag| |
--- Comment #34 from Darin Fisher (:fishd, Google) <fishd at chromium.org> 2011-05-11 13:25:46 PST ---
(From update of attachment 93147)
View in context: https://bugs.webkit.org/attachment.cgi?id=93147&action=review
> Source/WebKit/chromium/WebKit.gyp:188
> + 'public/WebIconType.h',
wrong file?
> Source/WebKit/chromium/public/WebFrame.h:138
> + // WebIconURL::Type values, sed to select from the available set of icon
"sed" -> used?
> Source/WebKit/chromium/public/WebIconURL.h:62
> + WebIconURL(const WebCore::IconURL& iconURL)
nit: we usually place any WEBKIT_IMPLEMENTATION section as the very end of the public section. take a look at other header files to familiarize yourself with conventions.
> Source/WebKit/chromium/src/WebFrameImpl.cpp:537
> + Vector<WebCore::IconURL> iconURLs = frameLoader->iconURLs(webIconTypes);
were you not able to replace all of this code with a simple "return frameLoader->iconURLs(...);"
^^^ that was the point of defining the constructor
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list