Bug 134110 - Begin stubbing out new session state classes
Summary: Begin stubbing out new session state classes
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-06-20 10:35 PDT by Anders Carlsson
Modified: 2014-06-20 10:58 PDT (History)
0 users

See Also:


Attachments
Patch (10.08 KB, patch)
2014-06-20 10:36 PDT, Anders Carlsson
ggaren: 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-06-20 10:35:42 PDT
Begin stubbing out new session state classes
Comment 1 Anders Carlsson 2014-06-20 10:36:37 PDT
Created attachment 233432 [details]
Patch
Comment 2 Geoffrey Garen 2014-06-20 10:56:47 PDT
Comment on attachment 233432 [details]
Patch

r=me, but I really prefer one file per class -- otherwise, the only way to find a class's file is to use Xcode's "Jump to Definition", which works only if you have the name of the class in front of you in an editor window, and even then, only if Xcode is done indexing, which is only in the late afternoon.
Comment 3 Anders Carlsson 2014-06-20 10:58:13 PDT
Committed r170191: <http://trac.webkit.org/changeset/170191>