Add mention of Safari Debug menu and finding out the WebProcess that corresponds to a tab
Created attachment 229543 [details] Patch
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.
Sam, since you told me about this option, I figured I'd let you review the docs patch. :-)
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 > 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".
(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 > 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.
Created attachment 229679 [details] Patch for landing
Comment on attachment 229679 [details] Patch for landing Clearing flags on attachment: 229679 Committed r167513: <http://trac.webkit.org/changeset/167513>
All reviewed patches have been landed. Closing bug.