Bug 136915 - Make it possible to make Modern WebKit API tests with injected bundles
Summary: Make it possible to make Modern WebKit API tests with injected bundles
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Horton
URL:
Keywords:
Depends on: 136910
Blocks:
  Show dependency treegraph
 
Reported: 2014-09-18 02:14 PDT by Tim Horton
Modified: 2017-04-21 10:42 PDT (History)
3 users (show)

See Also:


Attachments
useless wip patch (121.30 KB, patch)
2014-09-18 02:21 PDT, Tim Horton
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2014-09-18 02:14:59 PDT
Things that seem to be missing:

1. Ability to have one bundle for both APIs (there's a patch in bug 136910).
2. An InjectedBundle/InjectedBundleController/InjectedBundleTest for the modern API (and move the old ones to Legacy* or some such). I've started hacking this up.
Comment 1 Tim Horton 2014-09-18 02:17:54 PDT
3. Some non-deprecated way to set the Injected Bundle initialization userdata (we have http://trac.webkit.org/changeset/148376/trunk/Source/WebKit2/UIProcess/API/mac/WKProcessGroup.h but I guess WKProcessGroup is deprecated?).
Comment 2 Tim Horton 2014-09-18 02:21:08 PDT
Created attachment 238299 [details]
useless wip patch

attaching a useless WIP, because I'm not sure what to do about #3.
Comment 3 mitz 2017-04-21 10:22:12 PDT
Hasn’t this been done?