Changeset 30968 in webkit


Ignore:
Timestamp:
Mar 11, 2008 2:43:43 PM (16 years ago)
Author:
mrowe@apple.com
Message:

2008-03-11 Robert Blaut <webkit@blaut.biz>

Reviewed by Darin Adler.

Fix bug http://bugs.webkit.org/show_bug.cgi?id=17280
Patch deletes an obsolete hitlist.html page and other references to it

  • nav.inc: removed menu link to hitlist.html
  • projects/compat/hitlist.html: Removed.
  • projects/compat/index.html: removed reference to hitlist.html
Location:
trunk/WebKitSite
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitSite/ChangeLog

    r30839 r30968  
     12008-03-11  Robert Blaut  <webkit@blaut.biz>
     2
     3        Reviewed by Darin Adler.
     4
     5        Fix bug http://bugs.webkit.org/show_bug.cgi?id=17280
     6        Patch deletes an obsolete hitlist.html page and other references to it
     7
     8        * nav.inc: removed menu link to hitlist.html
     9        * projects/compat/hitlist.html: Removed.
     10        * projects/compat/index.html: removed reference to hitlist.html
     11
    1122008-03-06  Timothy Hatcher  <timothy@apple.com>
    213
  • trunk/WebKitSite/nav.inc

    r28390 r30968  
    3636        <li class="subtitle">Bugs</li>
    3737
    38         <li><a href="/projects/compat/hitlist.html">Compatibility Hit List</a></li>
    3938        <li><a href="/quality/reporting.html">Reporting Bugs</a></li>
    4039        <li><a href="/quality/bugwriting.html">Bug Report Guidelines</a></li>
  • trunk/WebKitSite/projects/compat/index.html

    r16492 r30968  
    3939can track the issue and screen the bug.</dd>
    4040<dt>Reduce Bugs</dt>
    41 <dd>Scan the bugs in the <a href="hitlist.html">Compatibility Hit List</a> and the <tt>New Bugs</tt> component and help attach reductions and minimal failing test cases.  Only when bugs are
     41<dd>Scan the bugs in the <tt>New Bugs</tt> component and help attach reductions and minimal failing test cases.  Only when bugs are
    4242screened properly will a developer be able to determine the root cause of the problem and move it into the appropriate component.
    4343<i>This is one of the most important ways you can help improve WebKit.</i>
Note: See TracChangeset for help on using the changeset viewer.