Changeset 65822 in webkit


Ignore:
Timestamp:
Aug 23, 2010 12:10:26 PM (14 years ago)
Author:
ddkilzer@apple.com
Message:

Clean up some HTML typos in crashlogs.html

Rubber-stamped by Maciej Stachowiak.

  • quality/crashlogs.html: Fixed "</code>>" typos added in

r56300. Changed "<tt>" tag with style attribute to "<code>"
that was missed in r56300.

Location:
trunk/WebKitSite
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitSite/ChangeLog

    r65576 r65822  
     12010-08-23  David Kilzer  <ddkilzer@apple.com>
     2
     3        Clean up some HTML typos in crashlogs.html
     4
     5        Rubber-stamped by Maciej Stachowiak.
     6
     7        * quality/crashlogs.html: Fixed "</code>>" typos added in
     8        r56300.  Changed "<tt>" tag with style attribute to "<code>"
     9        that was missed in r56300.
     10
    1112010-08-17  Beth Dakin  <bdakin@apple.com>
    212
  • trunk/WebKitSite/quality/crashlogs.html

    r56300 r65822  
    2121        </li>
    2222        <li>
    23             <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>
     23            <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>
    2424            <p>On Leopard (Mac OS X 10.5), crash logs are stored as individually dated and time stamped files. Despite having a &ldquo;.crash&rdquo;
    2525                extension, they are plain text files and can be attached directly to a bug report.</p>
    26             <p>On Tiger (Mac OS X 10.4), all crashes are logged to <code>Safari.crash.log</code>>. This is a plain text file and can
     26            <p>On Tiger (Mac OS X 10.4), all crashes are logged to <code>Safari.crash.log</code>. This is a plain text file and can
    2727                be viewed in the default Console.app or your favorite text editor. <strong>All</strong> of Safari's crashes are logged
    2828                to this file so please only attach the last crash in it. Crashes are separated by a series of asterisks
     
    3838    <ol>
    3939        <li>
    40             <p>In the Start menu's Run box or from a DOS or Cygwin prompt, enter the command <code>drwtsn32 -i</code>>.</p>
     40            <p>In the Start menu's Run box or from a DOS or Cygwin prompt, enter the command <code>drwtsn32 -i</code>.</p>
    4141            <img src="win_installwatson.jpg" alt="Dr Watson install command">
    4242        </li>
     
    4646        </li>
    4747        <li>
    48             <p>Crash information will now be logged to the <code>user.dmp</code>> file in
    49             <code>C:\Documents and Settings\All Users\Application Data\Microsoft\Dr Watson\</code>>.</p>
     48            <p>Crash information will now be logged to the <code>user.dmp</code> file in
     49            <code>C:\Documents and Settings\All Users\Application Data\Microsoft\Dr Watson\</code>.</p>
    5050
    51             <p>Dr. Watson will create a <code>user.dmp</code>> file that records what WebKit was doing when it crashed.
     51            <p>Dr. Watson will create a <code>user.dmp</code> file that records what WebKit was doing when it crashed.
    5252                Be careful as it is overwritten with every crash.</p>
    5353
    54             <p>When reporting a WebKit bug, please upload the <code>user.dmp</code>> file if possible.</p>
     54            <p>When reporting a WebKit bug, please upload the <code>user.dmp</code> file if possible.</p>
    5555        </li>
    5656        <li>
    57             <p>Running <code>drwtsn32</code>> without any options or switches will bring up a window that allows you to change various
     57            <p>Running <code>drwtsn32</code> without any options or switches will bring up a window that allows you to change various
    5858                setting such as moving the log folder to a more easily accessible location or throwing a visual alert letting
    5959                you know it caught the crash.</p>
     
    6666    <ol>
    6767        <li>
    68             <p>Save the following text to a file named <code>wer.reg</code>>:</p><tt style="white-space:pre">Windows Registry Editor Version 5.00
     68            <p>Save the following text to a file named <code>wer.reg</code>:</p><code style="white-space:pre;">Windows Registry Editor Version 5.00
    6969
    7070[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting]
    7171"ForceQueue"=dword:00000001
    72 </code>>
     72</code>
    7373        </li>
    7474        <li><p>Double-click the file from Windows Explorer and respond affirmatively to any prompts.</p></li>
     
    7676    </ol>
    7777    <p>
    78         The next time Safari (or any other application) crashes, the crash information will be written into a folder located inside <code>%LOCALAPPDATA%\Microsoft\Windows\WER\ReportQueue</code>>.
     78        The next time Safari (or any other application) crashes, the crash information will be written into a folder located inside <code>%LOCALAPPDATA%\Microsoft\Windows\WER\ReportQueue</code>.
    7979        Check the modification date to make sure you are using the correct file.
    8080    </p>
    8181    <p>Be sure to include the following files in your bug report:</p>
    8282    <dl style="margin-left:2em">
    83         <dt><code>WER<em>xxxx</em>.tmp.mdmp</code>></dt>
     83        <dt><code>WER<em>xxxx</em>.tmp.mdmp</code></dt>
    8484        <dd>This is the most important file. It contains the crash dump that can be opened inside Visual Studio or other Windows debuggers.</dd>
    85         <dt><code>WER<em>xxxx</em>.tmp.version.txt</code>></dt>
     85        <dt><code>WER<em>xxxx</em>.tmp.version.txt</code></dt>
    8686        <dd>Contains the operating system version and other hardware information.</dd>
    87         <dt><code>WER<em>xxxx</em>.tmp.appcompat.txt</code>></dt>
     87        <dt><code>WER<em>xxxx</em>.tmp.appcompat.txt</code></dt>
    8888        <dd>Lists all of the DLLs loaded at the time of the crash with their version information.</dd>
    8989    </dl>
Note: See TracChangeset for help on using the changeset viewer.