WebKit Bugzilla
Attachment 346284 Details for
Bug 188227
: Use iPhone SE as the default simulated device
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-188227-20180801115400.patch (text/plain), 1.09 KB, created by
Jonathan Bedard
on 2018-08-01 11:53:45 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Jonathan Bedard
Created:
2018-08-01 11:53:45 PDT
Size:
1.09 KB
patch
obsolete
>Index: Tools/ChangeLog >=================================================================== >--- Tools/ChangeLog (revision 234465) >+++ Tools/ChangeLog (working copy) >@@ -1,3 +1,13 @@ >+2018-08-01 Jonathan Bedard <jbedard@apple.com> >+ >+ Use iPhone SE as the default simulated device >+ https://bugs.webkit.org/show_bug.cgi?id=188227 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Scripts/webkitpy/port/ios_simulator.py: >+ (IOSSimulatorPort): >+ > 2018-08-01 Commit Queue <commit-queue@webkit.org> > > Unreviewed, rolling out r234443 and r234445. >Index: Tools/Scripts/webkitpy/port/ios_simulator.py >=================================================================== >--- Tools/Scripts/webkitpy/port/ios_simulator.py (revision 234458) >+++ Tools/Scripts/webkitpy/port/ios_simulator.py (working copy) >@@ -39,7 +39,7 @@ class IOSSimulatorPort(IOSPort): > ARCHITECTURES = ['x86_64', 'x86'] > DEFAULT_ARCHITECTURE = 'x86_64' > >- DEFAULT_DEVICE_CLASS = 'iPhone 5s' >+ DEFAULT_DEVICE_CLASS = 'iPhone SE' > CUSTOM_DEVICE_CLASSES = ['iPad', 'iPhone 7'] > SDK = 'iphonesimulator' >
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 188227
: 346284