Bug 94910 - Should copy entire webkit2 python module in to WebKit2.framework to allow removal of relative imports
Summary: Should copy entire webkit2 python module in to WebKit2.framework to allow rem...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac Unspecified
: P2 Normal
Assignee: Mark Rowe (bdash)
URL:
Keywords:
Depends on:
Blocks: 94814
  Show dependency treegraph
 
Reported: 2012-08-24 00:18 PDT by Mark Rowe (bdash)
Modified: 2012-08-24 00:38 PDT (History)
2 users (show)

See Also:


Attachments
Patch (12.59 KB, patch)
2012-08-24 00:22 PDT, Mark Rowe (bdash)
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Rowe (bdash) 2012-08-24 00:18:43 PDT
In bug 94814 they want to remove the use of relative imports from the WebKit2 python code. This currently breaks code that depends on the scripts copied in to WebKit2.framework. We should fix things to allow the changes in bug 94814 to work!
Comment 1 Mark Rowe (bdash) 2012-08-24 00:22:49 PDT
Created attachment 160352 [details]
Patch
Comment 2 Mark Rowe (bdash) 2012-08-24 00:38:41 PDT
Landed in r126549.