Changeset 70430 in webkit


Ignore:
Timestamp:
Oct 24, 2010 7:18:31 PM (14 years ago)
Author:
yuzo@google.com
Message:

2010-10-24 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r70361.
http://trac.webkit.org/changeset/70361
https://bugs.webkit.org/show_bug.cgi?id=48217

Chromium tests NoInitialAutocompleteForReadOnly and
InitialAutocomplete don't complete (Requested by yuzo on
#webkit).

  • public/WebDocument.h:
Location:
trunk/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/chromium/ChangeLog

    r70361 r70430  
     12010-10-24  Sheriff Bot  <webkit.review.bot@gmail.com>
     2
     3        Unreviewed, rolling out r70361.
     4        http://trac.webkit.org/changeset/70361
     5        https://bugs.webkit.org/show_bug.cgi?id=48217
     6
     7        Chromium tests NoInitialAutocompleteForReadOnly and
     8        InitialAutocomplete don't complete (Requested by yuzo on
     9        #webkit).
     10
     11        * public/WebDocument.h:
     12
    1132010-10-22  Jay Civelli  <jcivelli@chromium.org>
    214
  • trunk/WebKit/chromium/public/WebDocument.h

    r70361 r70430  
    3333
    3434#include "WebNode.h"
    35 
    36 // Turning on Chromium side Autocomplete code.
    37 // FIXME: remove this once the Chromium autocomplete code has been cleaned-up.
    38 #define WEBKIT_BUG_41283_IS_FIXED
    3935
    4036#if WEBKIT_IMPLEMENTATION
Note: See TracChangeset for help on using the changeset viewer.