Title: [105477] trunk/Websites/webkit.org
- Revision
- 105477
- Author
- [email protected]
- Date
- 2012-01-19 19:36:43 -0800 (Thu, 19 Jan 2012)
Log Message
Remove "Safari 5.1 shipped" text from debugging instructions; move misplaced </ol>
Rubber-stamped by Sam Weinig.
* building/debug.html:
Modified Paths
Diff
Modified: trunk/Websites/webkit.org/ChangeLog (105476 => 105477)
--- trunk/Websites/webkit.org/ChangeLog 2012-01-20 03:22:39 UTC (rev 105476)
+++ trunk/Websites/webkit.org/ChangeLog 2012-01-20 03:36:43 UTC (rev 105477)
@@ -1,5 +1,13 @@
2012-01-19 Daniel Bates <[email protected]>
+ Remove "Safari 5.1 shipped" text from debugging instructions; move misplaced </ol>
+
+ Rubber-stamped by Sam Weinig.
+
+ * building/debug.html:
+
+2012-01-19 Daniel Bates <[email protected]>
+
Update Debugging on Mac OS X instructions for Safari 5.1/WebKit 2
https://bugs.webkit.org/show_bug.cgi?id=67102
Modified: trunk/Websites/webkit.org/building/debug.html (105476 => 105477)
--- trunk/Websites/webkit.org/building/debug.html 2012-01-20 03:22:39 UTC (rev 105476)
+++ trunk/Websites/webkit.org/building/debug.html 2012-01-20 03:36:43 UTC (rev 105477)
@@ -5,7 +5,6 @@
<div class="mac-instructions">
<h2>Debugging on Mac OS X</h2>
-<p>Safari 5.1 shipped
<p>Each WebKit component -- _javascript_Core, WebCore, and WebKit2 -- contains its own Xcode project that depends on the build location specified in the project itself. In Xcode 4, choose Xcode > Preferences > Locations, click Locations, click the Advanced button, and ensure that the build location is Locations Specified by Targets.</p>
<h3>Debugging UIProcess</h3>
<p>Follow the instructions on the <a href="" UIProcess</a> page.</p>
@@ -17,12 +16,12 @@
<li><p>Open a project</p>
<p>Open the Xcode project belonging to the component -- WebCore or _javascript_Core -- you want to debug.</p>
</li>
-</ol>
<li><p>Attach to WebProcess</p>
<p>Choose Product > Attach to Process > WebProcess.</p>
</li>
<li><p>See the <a href="" Debugging Guide</a> for more information on using Xcode to debug software on Mac OS X.</p>
</li>
+</ol>
</div>
<div class="windows-instructions">
<h2>Debugging on Windows</h2>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes