Changeset 70361 in webkit


Ignore:
Timestamp:
Oct 22, 2010 4:06:36 PM (13 years ago)
Author:
jcivelli@chromium.org
Message:

2010-10-22 Jay Civelli <jcivelli@chromium.org>

Reviewed by David Levin.

Turning on the Autocomplete implementation on the Chromium side.
https://bugs.webkit.org/show_bug.cgi?id=41283

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

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/chromium/ChangeLog

    r70333 r70361  
     12010-10-22  Jay Civelli  <jcivelli@chromium.org>
     2
     3        Reviewed by David Levin.
     4
     5        Turning on the Autocomplete implementation on the Chromium side.
     6        https://bugs.webkit.org/show_bug.cgi?id=41283
     7
     8        * public/WebDocument.h:
     9
    1102010-10-22  Sam Weinig  <sam@webkit.org>
    211
  • trunk/WebKit/chromium/public/WebDocument.h

    r64092 r70361  
    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
    3539
    3640#if WEBKIT_IMPLEMENTATION
Note: See TracChangeset for help on using the changeset viewer.