Bug 53639

Summary: Add ChromeClient function to paint custom overhang areas
Product: WebKit Reporter: Sam Weinig <sam>
Component: FramesAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Patch bdakin: review+

Sam Weinig
Reported 2011-02-02 16:16:32 PST
Add ChromeClient function to paint custom overhang areas for the main frame.
Attachments
Patch (40.28 KB, patch)
2011-02-02 16:19 PST, Sam Weinig
bdakin: review+
Sam Weinig
Comment 1 2011-02-02 16:19:29 PST
WebKit Review Bot
Comment 2 2011-02-02 16:22:27 PST
Attachment 81000 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1 Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageUIClient.h:35: Code inside a namespace should not be indented. [whitespace/indent] [4] Source/WebKit2/Shared/API/c/cg/WKGraphicsContextCG.h:36: The parameter name "graphicsContext" adds no information, so it should be removed. [readability/parameter_name] [5] Total errors found: 2 in 29 files If any of these errors are false positives, please file a bug against check-webkit-style.
Sam Weinig
Comment 3 2011-02-02 16:44:46 PST
Landed in r77432.
WebKit Review Bot
Comment 4 2011-02-02 17:01:26 PST
http://trac.webkit.org/changeset/77432 might have broken SnowLeopard Intel Release (Build)
Daniel Bates
Comment 5 2011-02-02 21:30:26 PST
Comment on attachment 81000 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=81000&action=review I know this patch was already committed, but while briefly looking through it I noticed some minor issues. > Source/WebKit2/Shared/WebGraphicsContext.cpp:8 > +/* > + * WebGraphicsContext.cpp > + * WebKit2 > + * > + * Created by Sam Weinig on 2/1/11. > + * Copyright 2011 Apple Inc. All rights reserved. > + * > + */ This copyright comment follows from the standard Xcode copyright template. We should be using the Apple BSD license for this file. > Source/WebKit2/Shared/API/c/WKGraphicsContext.cpp:2 > + * Copyright (C) 2010 Apple Inc. All rights reserved. Nit: 2010 => 2011. > Source/WebKit2/Shared/API/c/WKGraphicsContext.h:2 > + * Copyright (C) 2010 Apple Inc. All rights reserved. Ditto. > Source/WebKit2/Shared/API/c/cg/WKGraphicsContextCG.cpp:2 > + * Copyright (C) 2010 Apple Inc. All rights reserved. Ditto.
Note You need to log in before you can comment on or make changes to this bug.