Diff
Modified: trunk/Websites/webkit.org/ChangeLog (173029 => 173030)
--- trunk/Websites/webkit.org/ChangeLog 2014-08-27 23:00:55 UTC (rev 173029)
+++ trunk/Websites/webkit.org/ChangeLog 2014-08-27 23:01:30 UTC (rev 173030)
@@ -1,3 +1,25 @@
+2014-08-27 Conrad Shultz <[email protected]>
+
+ webkit.org is inconsistent in uses of "OS X" vs. "Mac OS X"
+ https://bugs.webkit.org/show_bug.cgi?id=136315
+
+ Reviewed by Mark Rowe.
+
+ * building/checkout.html:
+ * building/debug-mac-uiprocess.html:
+ * building/debug.html:
+ * building/run.html:
+ * building/tools.html:
+ * contact.html:
+ * index.html:
+ * projects/_javascript_/index.html:
+ * projects/svg/index.html:
+ * quality/bugwriting.html:
+ * quality/crashlogs.html:
+ * quality/leakhunting.html:
+ * quality/lifecycle.html:
+ * quality/testing.html:
+
2014-08-27 László Langó <[email protected]>
http://webkit.org/coding/coding-style.html should mention check-webkit-style.
Modified: trunk/Websites/webkit.org/building/checkout.html (173029 => 173030)
--- trunk/Websites/webkit.org/building/checkout.html 2014-08-27 23:00:55 UTC (rev 173029)
+++ trunk/Websites/webkit.org/building/checkout.html 2014-08-27 23:01:30 UTC (rev 173030)
@@ -13,7 +13,7 @@
See <a href="" Developer Tools</a> for information on how
to install Subversion.</p>
<div class="unix-instructions">
-<h4>Mac OS X or Linux</h4>
+<h4>OS X or Linux</h4>
<ol>
<li>
<p>Open a shell.</p>
Modified: trunk/Websites/webkit.org/building/debug-mac-uiprocess.html (173029 => 173030)
--- trunk/Websites/webkit.org/building/debug-mac-uiprocess.html 2014-08-27 23:00:55 UTC (rev 173029)
+++ trunk/Websites/webkit.org/building/debug-mac-uiprocess.html 2014-08-27 23:01:30 UTC (rev 173030)
@@ -1,10 +1,10 @@
<?php
- $title = "Debugging UIProcess on Mac OS X";
+ $title = "Debugging UIProcess on OS X";
include("../header.inc");
?>
<div class="mac-instructions">
-<h2>Debugging UIProcess on Mac OS X</h2>
+<h2>Debugging UIProcess on OS X</h2>
<ol>
<li><p>Open the WebKit2 Xcode project</p></li>
</ol>
@@ -26,7 +26,7 @@
<p>In the workspace window, click the Run button.</p>
<img src="" alt="Run button">
</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><p>See the <a href="" Debugging Guide</a> for more information on using Xcode to debug software on OS X.</p>
</li>
</ol>
</div>
Modified: trunk/Websites/webkit.org/building/debug.html (173029 => 173030)
--- trunk/Websites/webkit.org/building/debug.html 2014-08-27 23:00:55 UTC (rev 173029)
+++ trunk/Websites/webkit.org/building/debug.html 2014-08-27 23:01:30 UTC (rev 173030)
@@ -4,7 +4,7 @@
?>
<div class="mac-instructions">
-<h2>Debugging on Mac OS X</h2>
+<h2>Debugging on OS X</h2>
<p>To debug from within Xcode, you can use the WebKit workspace. Ensure that the Products and Intermediates locations for the workspace match those used by <code>build-webkit</code> by choosing File > Workspace Settings and clicking the Advanced button, selecting Custom, Relative to Workspace, and entering WebKitBuild both for Products and for Intermediates. Note that if you have specified a custom build location in Xcode preferences, then you don’t need to do this.</p>
<h3>Internal Debug Menu</h3>
There is a Debug menu that can be enabled in Safari, and it supplies many useful options to help with debugging. To enable it, run the following in your terminal:
Modified: trunk/Websites/webkit.org/building/run.html (173029 => 173030)
--- trunk/Websites/webkit.org/building/run.html 2014-08-27 23:00:55 UTC (rev 173029)
+++ trunk/Websites/webkit.org/building/run.html 2014-08-27 23:01:30 UTC (rev 173030)
@@ -13,7 +13,7 @@
</ol>
<div class="mac-instructions">
-<h4>Mac OS X</h4>
+<h4>OS X</h4>
<p>The <code>run-safari</code> script sets the <code>DYLD_FRAMEWORK_PATH</code> environment variable to point to your build products,
and then launches /Applications/Safari.app. <code>DYLD_FRAMEWORK_PATH</code> tells the system loader to prefer your build products over the frameworks installed in /System/Library/Frameworks.</p>
</div>
Modified: trunk/Websites/webkit.org/building/tools.html (173029 => 173030)
--- trunk/Websites/webkit.org/building/tools.html 2014-08-27 23:00:55 UTC (rev 173029)
+++ trunk/Websites/webkit.org/building/tools.html 2014-08-27 23:01:30 UTC (rev 173030)
@@ -4,7 +4,7 @@
?>
<h2>Installing the Developer Tools</h2>
<div class="mac-instructions">
-<h4>Mac OS X</h4>
+<h4>OS X</h4>
<ol>
<li><p>Install Xcode</p>
<p>Get Xcode from <a target="installtools" href="" Xcode 5.0 or later is required to build.</p>
Modified: trunk/Websites/webkit.org/contact.html (173029 => 173030)
--- trunk/Websites/webkit.org/contact.html 2014-08-27 23:00:55 UTC (rev 173029)
+++ trunk/Websites/webkit.org/contact.html 2014-08-27 23:01:30 UTC (rev 173030)
@@ -36,7 +36,7 @@
<li>New bugs are assigned to the <a href="" mailing list by default, which is notified of the new bugs, as well as their updates and changes.</li>
-<li>If you would like to discuss development of applications using WebKit on Mac OS X, the right list is one hosted on an Apple list server: <a href=""
+<li>If you would like to discuss development of applications using WebKit on OS X, the right list is one hosted on an Apple list server: <a href=""
</ul>
<h3>IRC</h3>
Modified: trunk/Websites/webkit.org/index.html (173029 => 173030)
--- trunk/Websites/webkit.org/index.html 2014-08-27 23:00:55 UTC (rev 173029)
+++ trunk/Websites/webkit.org/index.html 2014-08-27 23:01:30 UTC (rev 173030)
@@ -9,7 +9,7 @@
<h2>Welcome to the website for the WebKit Open Source Project!</h2>
<p>WebKit is an open source web browser engine.
-WebKit is also the name of the Mac OS X system framework version of the engine that's used by <a href="" Dashboard, Mail, and many other OS X applications.
+WebKit is also the name of the OS X system framework version of the engine that's used by <a href="" Dashboard, Mail, and many other OS X applications.
WebKit's HTML and _javascript_ code began as a branch of the <a href="" and KJS libraries from <a href=""
</p>
Modified: trunk/Websites/webkit.org/projects/_javascript_/index.html (173029 => 173030)
--- trunk/Websites/webkit.org/projects/_javascript_/index.html 2014-08-27 23:00:55 UTC (rev 173029)
+++ trunk/Websites/webkit.org/projects/_javascript_/index.html 2014-08-27 23:01:30 UTC (rev 173030)
@@ -11,7 +11,7 @@
it's a safe, dynamic language that's arguably one of the most well-known programming languages in the world.
There's a <a href="" standard</a>, created by ECMA.
WebKit's _javascript_ engine, _javascript_Core, based on KJS, is a framework separate from WebCore and WebKit, and is used
-on Mac OS X for applications other than web page _javascript_.</p>
+on OS X for applications other than web page _javascript_.</p>
<h3>Get Involved!</h3>
Modified: trunk/Websites/webkit.org/projects/svg/index.html (173029 => 173030)
--- trunk/Websites/webkit.org/projects/svg/index.html 2014-08-27 23:00:55 UTC (rev 173029)
+++ trunk/Websites/webkit.org/projects/svg/index.html 2014-08-27 23:01:30 UTC (rev 173030)
@@ -12,7 +12,7 @@
At this time there is an experimental SVG implementation in WebKit.
We imported KDE's excellent <a href="" implementation and have tweaked it to integrate seamlessly with the rest of WebCore.
There is still much work to be done to finish off some advanced SVG features such as animation and SVG fonts.
-With your help we look forward to many great uses of SVG throughout the web and Mac OS X!
+With your help we look forward to many great uses of SVG throughout the web and OS X!
</p>
<h3>Get Involved!</h3>
Modified: trunk/Websites/webkit.org/quality/bugwriting.html (173029 => 173030)
--- trunk/Websites/webkit.org/quality/bugwriting.html 2014-08-27 23:00:55 UTC (rev 173029)
+++ trunk/Websites/webkit.org/quality/bugwriting.html 2014-08-27 23:01:30 UTC (rev 173030)
@@ -43,7 +43,7 @@
<li>
<b>Platform and OS</b>
- <p>Please select the platform and the OS version that your bug occurred on. If you're running on Mac OS X this would often be platform
+ <p>Please select the platform and the OS version that your bug occurred on. If you're running on OS X this would often be platform
<code>Macintosh</code> and OS <code>Mac OS X 10.5</code> (Leopard). If you're running on Windows or Linux, please select <code>PC</code> for platform
and the appropriate entry from the OS field. If your exact system is not listed, please select the closest entry and provide further
details in the description of the bug report.
Modified: trunk/Websites/webkit.org/quality/crashlogs.html (173029 => 173030)
--- trunk/Websites/webkit.org/quality/crashlogs.html 2014-08-27 23:00:55 UTC (rev 173029)
+++ trunk/Websites/webkit.org/quality/crashlogs.html 2014-08-27 23:01:30 UTC (rev 173030)
@@ -6,18 +6,18 @@
<p>Crash logs are incredibly useful when trying to track down a bug, especially if it's not immediately reproducible.</p>
<div class="mac-instructions" id="mac">
- <h4>Mac OS X</h4>
- <p>Obtaining a crash log on Mac OS X is incredibly easy since it automatically creates easily accessible crash logs for you.</p>
+ <h4>OS X</h4>
+ <p>Obtaining a crash log on OS X is incredibly easy since it automatically creates easily accessible crash logs for you.</p>
<ol>
<li>
<p>If WebKit has just crashed or you can easily reproduce the crash, press the Report button on the CrashReporter dialog box
to view the crash information.</p>
- <img src="" alt="Mac OS X Crash report box">
+ <img src="" alt="OS X Crash report box">
</li>
<li>
<p>Copy and paste the entire contents of the top portion of the CrashReporter window into your favorite text editor and
upload it as an attachment in Bugzilla.</p>
- <img src="" alt="Mac OS X Crash log">
+ <img src="" alt="OS X Crash log">
</li>
<li>
<p>If the crash report dialog does not appear or the crash is hard to reproduce, crash logs can be retrieved from the <code>~/Library/Logs/CrashReporter</code> folder.</p>
Modified: trunk/Websites/webkit.org/quality/leakhunting.html (173029 => 173030)
--- trunk/Websites/webkit.org/quality/leakhunting.html 2014-08-27 23:00:55 UTC (rev 173029)
+++ trunk/Websites/webkit.org/quality/leakhunting.html 2014-08-27 23:01:30 UTC (rev 173030)
@@ -9,7 +9,7 @@
<p>
Memory leaks are one of our main areas of interest. Since the average user will only notice them by growing memory
usage, we don't see as many bug reports on them as we'd like. This is some information about how to hunt down those leaks.
- The Mac OS X Developer Tools include a very useful program for leak detection. Here's how you can use it:
+ The OS X Developer Tools include a very useful program for leak detection. Here's how you can use it:
</p>
<ol>
<li>
Modified: trunk/Websites/webkit.org/quality/lifecycle.html (173029 => 173030)
--- trunk/Websites/webkit.org/quality/lifecycle.html 2014-08-27 23:00:55 UTC (rev 173029)
+++ trunk/Websites/webkit.org/quality/lifecycle.html 2014-08-27 23:01:30 UTC (rev 173030)
@@ -29,7 +29,7 @@
<li>Resolution changed to <code>WONTFIX</code> in the rare case that the bug seems valid but there's a specific reason why it
should not be fixed in WebKit (usually this would be a cross-browser compatibility issue).</li>
<li>Comments/questions added if the bug does not have enough information to move forward.</li>
-<li>Status changed to <code>NEW</code> if the bug is reproducible with the latest sources on Mac OS X or otherwise has enough information to move forward.
+<li>Status changed to <code>NEW</code> if the bug is reproducible with the latest sources on OS X or otherwise has enough information to move forward.
If the bug is not reproducible with the latest sources, but appears to occur only on the platform stated in the platform field,
the <code>PlatformOnly</code> keyword is added as well as setting the status to <code>NEW</code>.
Along with changing the status, the component should also be set to an appropriate one more specific than <code>New Bugs</code> if necessary.</li>
Modified: trunk/Websites/webkit.org/quality/testing.html (173029 => 173030)
--- trunk/Websites/webkit.org/quality/testing.html 2014-08-27 23:00:55 UTC (rev 173029)
+++ trunk/Websites/webkit.org/quality/testing.html 2014-08-27 23:01:30 UTC (rev 173030)
@@ -14,7 +14,7 @@
differences are found, then the patch has passed the tests. If any tests fail, then the patch cannot be committed until the
discrepancies in the tests are resolved.</p>
-<p>Regression tests must be run on the latest released version of Mac OS X, since that is were the expected results are generated.</p>
+<p>Regression tests must be run on the latest released version of OS X, since that is were the expected results are generated.</p>
<h3>The _javascript_Core Tests</h3>