WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
156153
Add SPI to allow install script message handlers in isolated worlds
https://bugs.webkit.org/show_bug.cgi?id=156153
Summary
Add SPI to allow install script message handlers in isolated worlds
Sam Weinig
Reported
2016-04-03 22:17:04 PDT
Add SPI to allow install script message handlers in isolated worlds
Attachments
Patch
(66.35 KB, patch)
2016-04-03 22:37 PDT
,
Sam Weinig
andersca
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Sam Weinig
Comment 1
2016-04-03 22:37:46 PDT
Created
attachment 275530
[details]
Patch
WebKit Commit Bot
Comment 2
2016-04-03 22:39:40 PDT
Attachment 275530
[details]
did not pass style-queue: ERROR: Source/WebKit2/UIProcess/UserContent/WebScriptMessageHandler.h:40: Code inside a namespace should not be indented. [whitespace/indent] [4] ERROR: Source/WebKit2/WebProcess/UserContent/WebUserContentController.cpp:310: More than one command on the same line [whitespace/newline] [4] ERROR: Tools/TestWebKitAPI/Tests/WebKit2Cocoa/UserContentController.mm:131: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] ERROR: Tools/TestWebKitAPI/Tests/WebKit2Cocoa/UserContentController.mm:132: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] ERROR: Tools/TestWebKitAPI/Tests/WebKit2Cocoa/UserContentController.mm:133: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] ERROR: Tools/TestWebKitAPI/Tests/WebKit2Cocoa/UserContentController.mm:134: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] ERROR: Tools/TestWebKitAPI/Tests/WebKit2Cocoa/UserContentController.mm:135: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] ERROR: Tools/TestWebKitAPI/Tests/WebKit2Cocoa/UserContentController.mm:136: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] ERROR: Tools/TestWebKitAPI/Tests/WebKit2Cocoa/UserContentController.mm:137: Place brace on its own line for function definitions. [whitespace/braces] [4] ERROR: Tools/TestWebKitAPI/Tests/WebKit2Cocoa/UserContentController.mm:137: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Total errors found: 10 in 30 files If any of these errors are false positives, please file a bug against check-webkit-style.
Anders Carlsson
Comment 3
2016-04-04 09:46:11 PDT
Comment on
attachment 275530
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=275530&action=review
> Source/WebCore/page/UserMessageHandlersNamespace.cpp:53 > + decltype(m_messageHandlers) oldMap = WTFMove(m_messageHandlers);
auto oldMap =
> Source/WebKit2/UIProcess/UserContent/WebScriptMessageHandler.h:40 > + class UserContentWorld;
Don't indent this.
Sam Weinig
Comment 4
2016-04-04 14:03:21 PDT
Committed
r199020
: <
http://trac.webkit.org/changeset/199020
>
Carlos Alberto Lopez Perez
Comment 5
2016-04-04 16:40:35 PDT
(In reply to
comment #4
)
> Committed
r199020
: <
http://trac.webkit.org/changeset/199020
>
This broke the GTK+ build:
https://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20%28Build%29/builds/68074/steps/compile-webkit/logs/stdio/text
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug