Bug 129280 - Add WebViewGroup
Summary: Add WebViewGroup
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-24 17:24 PST by Anders Carlsson
Modified: 2014-02-24 17:36 PST (History)
0 users

See Also:


Attachments
Patch (14.90 KB, patch)
2014-02-24 17:27 PST, Anders Carlsson
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>