-
Notifications
You must be signed in to change notification settings - Fork 6k
[web] remove dependency on web_installers and transitively all code that used it #32852
Conversation
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat (don't just cc him here, he won't see it! He's on Discord!). If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix? Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
jmagman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As a copy and removing dependency this LGTM, changing the simctl command is optional bonus (or could be done in another PR).
c8d1853 to
0a17597
Compare
| 'available for simulators. Please use Xcode to install.'); | ||
| } | ||
|
|
||
| // Prepate device type argument. It should look like: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Prepare
| _booted = false; | ||
| } | ||
|
|
||
| /// Take the screenshot of the simulator. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Take a screenshot
|
|
||
| /// Take the screenshot of the simulator. | ||
| /// | ||
| /// This method takes screenshot of the entire simulator, not the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: takes a screenshot
|
test-exempt: if this is just moving code between repos; if there's new code though please do test it. |
0a17597 to
c2f998f
Compare
|
Gold has detected about 12 new digest(s) on patchset 2. |
c2f998f to
ab609af
Compare
ab609af to
91b8aa0
Compare
…l code that used it (flutter/engine#32852)
Remove all dead code related to iOS Simulators and the dependency on
web_installers.