Bug 141083
| Summary: | Cannot attach Web Inspector to MobileSafari running in the simulator with built iOS WebKit | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brian Burg <burg> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED MOVED | ||
| Severity: | Normal | CC: | bburg, bfulgham, dbates, ddkilzer, joepeck, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 147066 | ||
Brian Burg
Stock Safari (8.0.2) seems unable to attach to MobileSafari when launched via Tools/Scripts/run-safari --ios-simulator. Nothing shows up underneath "Develop > iOS Simulator > [No Inspectable Applications]". I checked Safari preferences in the simulator, and Web Inspector is definitely enabled.
Repro steps:
1. Tools/Scripts/build-webkit --ios-simulator
2. Tools/Scripts/run-safari --ios-simulator
3. Verify in simulator "Web Inspector" setting is enabled through System Preferences app.
3. Open System Safari
4. Try to attach, find nothing.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Joseph Pecoraro
My guess is this is because webinspectord supports WebContentProcess if it has a private entitlement (which won't be the case in public builds). On OS X we had to fallback to a different approach, we may have to do that here.
Radar WebKit Bug Importer
<rdar://problem/19687990>
Brent Fulgham
The fix for this issue was needed outside the WebKit project, therefore this is being resolved as 'Moved'.
This should now be fixed in shipping software.