Created attachment 48264[details]
Rename autocomplete* to suggestions* to prepare for the refactoring of AutocompletePopupMenuClient [try2]
Forgot an occurrence of autocompletePopupDidHide.
Created attachment 48265[details]
Rename autocomplete* to suggestions* to prepare for the refactoring of AutocompletePopupMenuClient [try3]
Forgot to update the Changelog.
Created attachment 48266[details]
Rename autocomplete* to suggestions* to prepare for the refactoring of AutocompletePopupMenuClient [try4]
Add back suggestionsPopupDidHide.
Created attachment 48267[details]
Rename autocomplete* to suggestions* to prepare for the refactoring of AutocompletePopupMenuClient [try5]
More build fixes...yikes.
Comment on attachment 48268[details]
Rename autocomplete* to suggestions* to prepare for the refactoring of AutocompletePopupMenuClient [try6]
> Index: WebKit/chromium/public/WebView.h> - // Hides the autofill popup if any are showing.
> - virtual void hideAutofillPopup() = 0;
> + // Hides the suggestions popup if any are showing.
> + virtual void hideSuggestionsPopup() = 0;
Please preserve the old API, and add a comment marking it DEPRECATED.
You can just make your code call both functions for now. Then, once
Chromium is updated to use the new function, you can come back and
delete the deprecated one.
Otherwise, LGTM.
Created attachment 48274[details]
Rename autocomplete* to suggestions* to prepare for the refactoring of AutocompletePopupMenuClient [try7]
Adds back a deprecated hideAutofillPopup.
2010-02-05 14:52 PST, James Hawkins
2010-02-05 14:59 PST, James Hawkins
2010-02-05 15:02 PST, James Hawkins
2010-02-05 15:10 PST, James Hawkins
2010-02-05 15:23 PST, James Hawkins
2010-02-05 15:34 PST, James Hawkins
2010-02-05 16:12 PST, James Hawkins