Bug 26112 - Single-view WebKit -- make events work
Summary: Single-view WebKit -- make events work
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on: 26113
Blocks:
  Show dependency treegraph
 
Reported: 2009-05-31 21:53 PDT by Darin Adler
Modified: 2010-05-25 15:12 PDT (History)
0 users

See Also:


Attachments
patch (1.08 MB, patch)
2009-05-31 22:55 PDT, Darin Adler
no flags Details | Formatted Diff | Diff
newer work in progress (1.10 MB, patch)
2009-06-01 00:11 PDT, Darin Adler
no flags Details | Formatted Diff | Diff
patch (153.03 KB, patch)
2009-06-01 02:11 PDT, Darin Adler
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2009-05-31 21:53:11 PDT
I'm using this bug to track some work on viewless WebKit. The patch (or patches) attached here will be related primarily to events and view coordinates.
Comment 1 Darin Adler 2009-05-31 22:55:06 PDT
Created attachment 30825 [details]
patch
Comment 2 Darin Adler 2009-05-31 22:56:27 PDT
Note: The enormous size of this patch is mainly due to the 3 or 4 copies of WebHTMLView.mm that appear because I used "svn copy" to extract a class from that file. Perhaps I should separate that into a distinct check-in to make reviewing more sane. Or depending on the reviewer it might not faze you.
Comment 3 Darin Adler 2009-05-31 23:24:56 PDT
Comment on attachment 30825 [details]
patch

Clearing review flag for now.
Comment 4 Darin Adler 2009-06-01 00:11:15 PDT
Created attachment 30826 [details]
newer work in progress
Comment 5 Darin Adler 2009-06-01 02:11:00 PDT
Created attachment 30829 [details]
patch
Comment 6 Dave Hyatt 2009-06-01 10:11:16 PDT
Comment on attachment 30829 [details]
patch

r=me
Comment 7 Darin Adler 2009-06-05 16:38:30 PDT
Comment on attachment 30829 [details]
patch

Clearing review flag since I landed this as <http://trac.webkit.org/changeset/44379>.
Comment 8 Darin Adler 2010-05-25 15:12:22 PDT
We’re not going to do single-view WebKit any more. We have a better approach.