Bug 129280

Summary: Add WebViewGroup
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

Description Anders Carlsson 2014-02-24 17:24:18 PST
Add WebViewGroup
Comment 1 Anders Carlsson 2014-02-24 17:27:03 PST
Created attachment 225106 [details]
Patch
Comment 2 mitz 2014-02-24 17:30:58 PST
Comment on attachment 225106 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=225106&action=review

> Source/WebKit/mac/WebCoreSupport/WebViewGroup.h:27
> +#import <wtf/Noncopyable.h>

I don’t think this is needed anymore.

> Source/WebKit/mac/WebView/WebView.mm:308
> +using namespace WebKit;

No comment here.
Comment 3 Anders Carlsson 2014-02-24 17:36:10 PST
Committed r164618: <http://trac.webkit.org/changeset/164618>