WebKit Bugzilla
Attachment 342457 Details for
Bug 186530
: Regexp matching of sandbox rules can have performance impact.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-186530-20180611132334.patch (text/plain), 1.54 KB, created by
Per Arne Vollan
on 2018-06-11 13:23:35 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Per Arne Vollan
Created:
2018-06-11 13:23:35 PDT
Size:
1.54 KB
patch
obsolete
>Index: Source/WebKit/ChangeLog >=================================================================== >--- Source/WebKit/ChangeLog (revision 232721) >+++ Source/WebKit/ChangeLog (working copy) >@@ -1,3 +1,12 @@ >+2018-06-11 Per Arne Vollan <pvollan@apple.com> >+ >+ Regexp matching of sandbox rules can have performance impact. >+ https://bugs.webkit.org/show_bug.cgi?id=186530 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb: >+ > 2018-06-10 Carlos Garcia Campos <cgarcia@igalia.com> > > [GTK][WPE] Add API run run javascript from a WebKitWebView in an isolated world >Index: Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb >=================================================================== >--- Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb (revision 232721) >+++ Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb (working copy) >@@ -27,8 +27,6 @@ > > (deny mach-lookup (xpc-service-name-prefix "")) > >-(import "common.sb") >- > (deny lsopen) > > (deny sysctl*) >Index: Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb >=================================================================== >--- Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (revision 232721) >+++ Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (working copy) >@@ -27,8 +27,6 @@ > > (deny mach-lookup (xpc-service-name-prefix "")) > >-(import "common.sb") >- > (deny lsopen) > > ;;;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
ews-watchlist
:
commit-queue-
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 186530
:
342447
| 342457 |
342517