WebKit Bugzilla
Attachment 340058 Details for
Bug 185500
: Drop-down Control borders missing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-185500-20180509183912.patch (text/plain), 1.27 KB, created by
Per Arne Vollan
on 2018-05-09 18:39:14 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Per Arne Vollan
Created:
2018-05-09 18:39:14 PDT
Size:
1.27 KB
patch
obsolete
>Index: Source/WebKit/ChangeLog >=================================================================== >--- Source/WebKit/ChangeLog (revision 231621) >+++ Source/WebKit/ChangeLog (working copy) >@@ -1,3 +1,15 @@ >+2018-05-09 Per Arne Vollan <pvollan@apple.com> >+ >+ Drop-down Control borders missing. >+ https://bugs.webkit.org/show_bug.cgi?id=185500 >+ <rdar://problem/40093461> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Open sandbox for reading of some files in temp folder. >+ >+ * WebProcess/com.apple.WebProcess.sb.in: >+ > 2018-05-09 Wenson Hsieh <wenson_hsieh@apple.com> > > [Extra zoom mode] fast/viewport/extrazoom/viewport-change-min-device-width.html sometimes fails >Index: Source/WebKit/WebProcess/com.apple.WebProcess.sb.in >=================================================================== >--- Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (revision 231587) >+++ Source/WebKit/WebProcess/com.apple.WebProcess.sb.in (working copy) >@@ -639,6 +639,10 @@ > (allow file-read-data (path "/private/var/db/nsurlstoraged/dafsaData.bin")) > #endif > >+#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101400 >+(allow file-read-data (path-regex #"^/private/tmp/cv")) >+#endif >+ > ;; Network Extensions / VPN helper. > (allow mach-lookup > (global-name "com.apple.nehelper"))
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
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 185500
:
340058
|
340097
|
340111