| Commit message (Expand) | Author | Age | Files | Lines |
* | Adds OVERRIDE to instant related classes and separates definitions and | sky@chromium.org | 2011-02-23 | 3 | -249/+394 |
* | Add autocomplete provider for "about:" URLs. | pkasting@chromium.org | 2011-02-23 | 1 | -27/+29 |
* | Fixes crash in instant. The crash would occur if a malware was showing | sky@chromium.org | 2011-02-15 | 1 | -1/+1 |
* | Disable SearchServerDoesntSupportInstant on Linux. | csilv@chromium.org | 2011-02-15 | 1 | -2/+2 |
* | Fixes regression where the wrong url was getting added for instant | sky@chromium.org | 2011-02-09 | 4 | -2/+25 |
* | Don't update the instant results on the page due to omnibox popup changes | estade@chromium.org | 2011-02-08 | 1 | -0/+4 |
* | Commit instant at the end of a render view drag. | estade@chromium.org | 2011-02-05 | 1 | -0/+6 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 4 | -5/+5 |
* | Move bookmark star from TabContents to TabContentsWrapper. | avi@chromium.org | 2011-02-04 | 2 | -3/+1 |
* | Makes it so the hung renderer dialog isn't shown if the page that is | sky@chromium.org | 2011-02-03 | 1 | -0/+7 |
* | Makes sure we don't copy over the default suggest text if | sky@chromium.org | 2011-02-01 | 1 | -1/+0 |
* | Makes instant suggest commit immediately. If folks like this, I can | sky@chromium.org | 2011-01-28 | 2 | -51/+26 |
* | Hitting Tab should always move cursor to end of omnibox text. | suzhe@google.com | 2011-01-28 | 1 | -9/+3 |
* | Removes different instant behaviors that are no longer used. | sky@chromium.org | 2011-01-26 | 3 | -124/+31 |
* | Disable SearchServerDoesntSupportInstant on mac. | lzheng@chromium.org | 2011-01-26 | 1 | -1/+10 |
* | Disable NonSearchToSearchDoesntSupportInstant because it crashes and causes t... | lzheng@chromium.org | 2011-01-25 | 1 | -1/+1 |
* | Marking NonSearchToSearchDoesntSupportInstant as flaky on Mac/Linux. | thomasvl@chromium.org | 2011-01-25 | 1 | -1/+11 |
* | Remove wstring from autocomplete. | avi@chromium.org | 2011-01-25 | 1 | -9/+9 |
* | Revert 72380 - Remove wstring from autocomplete. | avi@chromium.org | 2011-01-24 | 1 | -9/+9 |
* | Remove wstring from autocomplete. | avi@chromium.org | 2011-01-24 | 1 | -9/+9 |
* | Move l10n_util to ui/base | ben@chromium.org | 2011-01-21 | 2 | -2/+2 |
* | Remove wstring from TemplateURL and friends. | avi@chromium.org | 2011-01-19 | 2 | -5/+5 |
* | Makes chrome pass down the length of text as the end of the | sky@chromium.org | 2011-01-14 | 2 | -12/+28 |
* | Revert 71485 - Remove wstring from TemplateURL and friends. | avi@chromium.org | 2011-01-14 | 2 | -5/+5 |
* | Remove wstring from TemplateURL and friends. | avi@chromium.org | 2011-01-14 | 2 | -5/+5 |
* | Support specified JSON as argument to setSuggestions(). | tonyg@chromium.org | 2011-01-14 | 2 | -4/+105 |
* | Move app/key* to ui/base/keycodes/* | ben@chromium.org | 2011-01-13 | 1 | -4/+4 |
* | Refactor RenderWidgetHost::set_paint_observer() | davemoore@chromium.org | 2011-01-12 | 1 | -82/+51 |
* | Makes instant not supress infobars. As part of this I'm removing | sky@chromium.org | 2011-01-07 | 1 | -53/+0 |
* | Makes instant add the url to history that we can parse and identify as | sky@chromium.org | 2011-01-06 | 1 | -6/+40 |
* | Make searchBox.value and searchBox.verbatim available during initial page load. | tonyg@chromium.org | 2011-01-05 | 2 | -26/+54 |
* | Fixes bug where instant fade would get stuck when pressing | sky@chromium.org | 2011-01-05 | 1 | -1/+2 |
* | Revert 69343 - Makes instant not suggest string that look like urls. | pkasting@chromium.org | 2010-12-18 | 5 | -52/+0 |
* | Accepts current instant preview with Tab key. | suzhe@google.com | 2010-12-18 | 3 | -68/+140 |
* | Cleanup: Remove unneeded includes of notification_service.h. | thestig@chromium.org | 2010-12-17 | 1 | -1/+4 |
* | Makes instant not suggest string that look like urls. | sky@chromium.org | 2010-12-15 | 5 | -0/+52 |
* | Changes heuristics for when the page is told the bounds of the | sky@chromium.org | 2010-12-15 | 1 | -9/+14 |
* | Fixes bug in instant that resulted in flickery fade. The problem would | sky@chromium.org | 2010-12-15 | 4 | -38/+229 |
* | Fixes bug in instant where we wouldn't initially tell the page the | sky@chromium.org | 2010-12-13 | 4 | -16/+58 |
* | Mark InstantTest.NonSearchToSearchDoesntSupportInstant as flaky. | phajdan.jr@chromium.org | 2010-12-11 | 1 | -1/+3 |
* | Fixes bug where we would show an instant preview when we thought the | sky@chromium.org | 2010-12-10 | 7 | -61/+86 |
* | Makes instant run before unload listeners. | sky@chromium.org | 2010-12-08 | 3 | -1/+183 |
* | Fixes bug where tab/right-arrow to commit results wouldn't always | sky@chromium.org | 2010-12-08 | 2 | -1/+20 |
* | Makes instant not access sites that return a 403 status code. | sky@chromium.org | 2010-12-08 | 7 | -10/+132 |
* | Disables instant preview for search engines that don't support the | sky@chromium.org | 2010-12-07 | 2 | -15/+25 |
* | Re-load instant results when user text has whitespace changes. | estade@chromium.org | 2010-12-07 | 1 | -2/+6 |
* | Localize instant string. | estade@chromium.org | 2010-12-06 | 2 | -3/+8 |
* | [gtk] Add fade-commit to instant suggestion for predictive instant. | estade@chromium.org | 2010-12-06 | 1 | -0/+6 |
* | Stops javascript alerts and unload dialogs from showing during | sky@chromium.org | 2010-12-06 | 1 | -0/+4 |
* | Remove unneeded browser_process.h includes. | thestig@chromium.org | 2010-12-05 | 1 | -1/+0 |