Bug 43577 - Add script world API for injected bundles
Summary: Add script world API for injected bundles
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-05 14:22 PDT by Sam Weinig
Modified: 2010-08-05 14:32 PDT (History)
1 user (show)

See Also:


Attachments
Patch (23.29 KB, patch)
2010-08-05 14:27 PDT, Sam Weinig
barraclough: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2010-08-05 14:22:17 PDT
Add script world API for injected bundles
Comment 1 Sam Weinig 2010-08-05 14:27:07 PDT
Created attachment 63636 [details]
Patch
Comment 2 WebKit Review Bot 2010-08-05 14:28:29 PDT
Attachment 63636 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1
WebKit2/WebProcess/InjectedBundle/API/c/WKBundleScriptWorld.cpp:26:  Found header this file implements before WebCore config.h. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
WebKit2/WebProcess/InjectedBundle/InjectedBundleScriptWorld.cpp:26:  Found header this file implements before WebCore config.h. Should be: config.h, primary header, blank line, and then alphabetically sorted.  [build/include_order] [4]
WebKit2/WebProcess/InjectedBundle/API/c/WKBundleAPICast.h:53:  More than one command on the same line  [whitespace/newline] [4]
WebKit2/WebProcess/InjectedBundle/API/c/WKBundleAPICast.h:61:  More than one command on the same line  [whitespace/newline] [4]
WebKit2/WebProcess/InjectedBundle/InjectedBundleScriptWorld.h:34:  Code inside a namespace should not be indented.  [whitespace/indent] [4]
Total errors found: 5 in 11 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Sam Weinig 2010-08-05 14:32:26 PDT
Landed in r64788.