Bug 98568 - Provide a way to run WebKit1
Summary: Provide a way to run WebKit1
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-05 15:42 PDT by Rik Cabanier
Modified: 2012-10-08 12:12 PDT (History)
5 users (show)

See Also:


Attachments
Patch (97.62 KB, patch)
2012-10-05 17:48 PDT, Simon Fraser (smfr)
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rik Cabanier 2012-10-05 15:42:58 PDT
There is currently no way to run WebKit using the WebKit1 path.
Safari was changed so it only supports WebKit2 and there is no simple web browser to calls into the webKit1 code patch.

Please create a small tool to enable this
Comment 1 Simon Fraser (smfr) 2012-10-05 17:48:15 PDT
Created attachment 167427 [details]
Patch
Comment 2 Tim Horton 2012-10-05 17:59:45 PDT
Comment on attachment 167427 [details]
Patch

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

Neat!

> Tools/MiniBrowser/mac/BrowserWindowController.m:38
> +        // Initialization code here.

Don't think we need this comment.

> Tools/MiniBrowser/mac/BrowserWindowController.m:48
> +    // Implement this method to handle any initialization after your window controller's window has been loaded from its nib file.

Or this one.
Comment 3 Simon Fraser (smfr) 2012-10-05 18:09:07 PDT
http://trac.webkit.org/changeset/130571