WebKit Bugzilla
Attachment 370638 Details for
Bug 198249
: MobileMiniBrowser: Add iPad support, and allow insecure loads
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-198249-20190525112713.patch (text/plain), 2.25 KB, created by
Simon Fraser (smfr)
on 2019-05-25 11:27:13 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Simon Fraser (smfr)
Created:
2019-05-25 11:27:13 PDT
Size:
2.25 KB
patch
obsolete
>Subversion Revision: 245772 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index 01011fd55370e4eef3c60ca174919a4dd65d8c06..36c6fa5ff559e95b252a453d6299d8482592a962 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,15 @@ >+2019-05-25 Simon Fraser <simon.fraser@apple.com> >+ >+ MobileMiniBrowser: Add iPad support, and allow insecure loads >+ https://bugs.webkit.org/show_bug.cgi?id=198249 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Add iPad support to MobileMiniBrowser, and allow insecure loads. >+ >+ * MobileMiniBrowser/MobileMiniBrowser.xcodeproj/project.pbxproj: >+ * MobileMiniBrowser/MobileMiniBrowser/Info.plist: >+ > 2019-05-24 Yusuke Suzuki <ysuzuki@apple.com> > > Make display-profiler-output work with newer HighLine >diff --git a/Tools/MobileMiniBrowser/MobileMiniBrowser.xcodeproj/project.pbxproj b/Tools/MobileMiniBrowser/MobileMiniBrowser.xcodeproj/project.pbxproj >index dc4c6fd7533bfec79120b8eb5baa036f925281d7..387f06f5218ebe1e965753841939d81ca3be577c 100644 >--- a/Tools/MobileMiniBrowser/MobileMiniBrowser.xcodeproj/project.pbxproj >+++ b/Tools/MobileMiniBrowser/MobileMiniBrowser.xcodeproj/project.pbxproj >@@ -441,6 +441,7 @@ > LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; > PRODUCT_BUNDLE_IDENTIFIER = org.webkit.MobileMiniBrowser; > PRODUCT_NAME = MobileMiniBrowser; >+ TARGETED_DEVICE_FAMILY = "1,2"; > }; > name = Debug; > }; >@@ -453,6 +454,7 @@ > LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; > PRODUCT_BUNDLE_IDENTIFIER = org.webkit.MobileMiniBrowser; > PRODUCT_NAME = MobileMiniBrowser; >+ TARGETED_DEVICE_FAMILY = "1,2"; > }; > name = Release; > }; >diff --git a/Tools/MobileMiniBrowser/MobileMiniBrowser/Info.plist b/Tools/MobileMiniBrowser/MobileMiniBrowser/Info.plist >index 3461bf682f89e590766461b32266409e557a24dd..7f9d120d631007253f6129c7c180b49ccfa075c2 100644 >--- a/Tools/MobileMiniBrowser/MobileMiniBrowser/Info.plist >+++ b/Tools/MobileMiniBrowser/MobileMiniBrowser/Info.plist >@@ -49,5 +49,10 @@ > <string>UIInterfaceOrientationLandscapeLeft</string> > <string>UIInterfaceOrientationLandscapeRight</string> > </array> >+ <key>NSAppTransportSecurity</key> >+ <dict> >+ <key>NSAllowsArbitraryLoads</key> >+ <true/> >+ </dict> > </dict> > </plist>
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:
thorton
:
review+
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 198249
: 370638