RESOLVED FIXED 131791
Add mention of Safari Debug menu and finding out the WebProcess that corresponds to a tab
https://bugs.webkit.org/show_bug.cgi?id=131791
Summary Add mention of Safari Debug menu and finding out the WebProcess that correspo...
Bem Jones-Bey
Reported 2014-04-17 07:40:04 PDT
Add mention of Safari Debug menu and finding out the WebProcess that corresponds to a tab
Attachments
Patch (2.49 KB, patch)
2014-04-17 07:41 PDT, Bem Jones-Bey
no flags
Patch (2.46 KB, patch)
2014-04-17 07:45 PDT, Bem Jones-Bey
no flags
Patch for landing (2.46 KB, patch)
2014-04-18 15:18 PDT, Bem Jones-Bey
no flags
Bem Jones-Bey
Comment 1 2014-04-17 07:41:59 PDT
Bem Jones-Bey
Comment 2 2014-04-17 07:45:55 PDT
Created attachment 229545 [details] Patch I realized that I wasn't consistent with the Xcode section in how I mentioned menu items, so I changed it to be consistent.
Bem Jones-Bey
Comment 3 2014-04-17 09:18:49 PDT
Sam, since you told me about this option, I figured I'd let you review the docs patch. :-)
Sam Weinig
Comment 4 2014-04-18 13:38:47 PDT
Comment on attachment 229545 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=229545&action=review > Websites/webkit.org/building/debug.html:15 > +<p>Current versions of Safari are very multiprocess, so it is easy to end up with a new WebProcess and have to reattach. If you enable the Internal Debug Menu as outlined above, you can have Safari display the Process ID of the WebProcess for each tab. Simply go to Debug &gt; Miscellaneous Flags and select Show Web Process IDs In Page Titles. You should now see something like <code>[WP 60737]</code> in the title of every web page you navigate to, and 60737 is the Process ID of the WebProcess backing that tab.</p> I'm not a huge fan of "very multiprocess". How about something like, "Current versions of Safari us a process for each tab".
Bem Jones-Bey
Comment 5 2014-04-18 15:08:27 PDT
(In reply to comment #4) > (From update of attachment 229545 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=229545&action=review > > > Websites/webkit.org/building/debug.html:15 > > +<p>Current versions of Safari are very multiprocess, so it is easy to end up with a new WebProcess and have to reattach. If you enable the Internal Debug Menu as outlined above, you can have Safari display the Process ID of the WebProcess for each tab. Simply go to Debug &gt; Miscellaneous Flags and select Show Web Process IDs In Page Titles. You should now see something like <code>[WP 60737]</code> in the title of every web page you navigate to, and 60737 is the Process ID of the WebProcess backing that tab.</p> > > I'm not a huge fan of "very multiprocess". How about something like, "Current versions of Safari us a process for each tab". Sure.
Bem Jones-Bey
Comment 6 2014-04-18 15:18:41 PDT
Created attachment 229679 [details] Patch for landing
WebKit Commit Bot
Comment 7 2014-04-18 15:56:32 PDT
Comment on attachment 229679 [details] Patch for landing Clearing flags on attachment: 229679 Committed r167513: <http://trac.webkit.org/changeset/167513>
WebKit Commit Bot
Comment 8 2014-04-18 15:56:34 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.