| Commit message (Expand) | Author | Age | Files | Lines |
* | Show the location bar icon (almost) all the time, and have its contents match... | pkasting@chromium.org | 2010-03-30 | 1 | -15/+21 |
* | linux: build with -Wextra | evan@chromium.org | 2010-02-05 | 1 | -5/+5 |
* | Give classes with virtual methods virtual protected d'tors instead of non-vir... | jamesr@chromium.org | 2009-12-16 | 1 | -0/+3 |
* | Added a flag to the Canvas class which allows forcing an RTL directionality | idana@chromium.org | 2009-11-11 | 1 | -1/+1 |
* | Fix various problems with inline autocomplete and URLs that change length dur... | pkasting@chromium.org | 2009-11-07 | 1 | -4/+4 |
* | Revert "Revert r31175 r31176 r31187" | hclam@chromium.org | 2009-11-06 | 1 | -2/+4 |
* | Rever r31175 r31176 r31187 | hclam@chromium.org | 2009-11-06 | 1 | -4/+2 |
* | Fifth patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-06 | 1 | -2/+4 |
* | Allow the history URL provider to handle input of type QUERY. This helps in ... | pkasting@chromium.org | 2009-10-19 | 1 | -19/+25 |
* | Add new, shiny browser test for Autocomplete (Omnibox). | phajdan.jr@chromium.org | 2009-09-23 | 1 | -0/+2 |
* | Unbreak the world. Turns out SetProfile(NULL) causes a DCHECK failure. | pkasting@chromium.org | 2009-09-01 | 1 | -0/+2 |
* | More work fixing miscellaneous issues in the autocomplete code, probably none... | pkasting@chromium.org | 2009-09-01 | 1 | -4/+4 |
* | Make AutocompleteController::done() match up with when results are actually p... | pkasting@chromium.org | 2009-08-31 | 1 | -1/+1 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 1 | -3/+1 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 1 | -1/+3 |
* | Fix compile error | pkasting@chromium.org | 2009-08-20 | 1 | -1/+1 |
* | Initialize all new booleans in unittest constructor. | pkasting@chromium.org | 2009-08-20 | 1 | -0/+2 |
* | Fix uninitialized memory read in autocomplete tests. | brettw@chromium.org | 2009-08-20 | 1 | -0/+1 |
* | Attempt to minimize omnibox flicker, without increasing lag too much. | pkasting@chromium.org | 2009-08-20 | 1 | -46/+70 |
* | Try and improve result coalescing/display in the omnibox popup. | pkasting@chromium.org | 2009-07-22 | 1 | -13/+3 |
* | Fix regression where hitting enter in the Omnibox would ignore recent editing. | pkasting@chromium.org | 2009-06-08 | 1 | -0/+4 |
* | Fix crash due to AutocompletePopup trying to draw the old results when they w... | pkasting@chromium.org | 2009-06-03 | 1 | -4/+6 |
* | Hoist TrimHttpPrefix() so we only have one copy, not one per provider. | pkasting@chromium.org | 2009-05-29 | 1 | -0/+4 |
* | The accidental search infobar was almost never appearing. Fix that regressio... | pkasting@chromium.org | 2009-04-24 | 1 | -21/+28 |
* | Trivial cleanup of a recently added function: | pkasting@chromium.org | 2009-04-20 | 1 | -5/+6 |
* | Color/emphasize correct portions of view-source: URLs. Original patch by Shi... | pkasting@chromium.org | 2009-04-14 | 1 | -0/+9 |
* | Makes the omnibox show past searches and suggestions for keywords. | sky@chromium.org | 2009-04-14 | 1 | -20/+41 |
* | Misc formatting / cleanup in the autocomplete code. | deanm@chromium.org | 2009-02-27 | 1 | -10/+9 |
* | Change some calls to gfx::ElideUrl() to using gfx::GetCleanStringFromUrl() | estade@chromium.org | 2009-02-25 | 1 | -3/+3 |
* | Omnibox metrics logging patch splitout, part 6: Log more omnibox data (client... | pkasting@chromium.org | 2008-12-16 | 1 | -0/+4 |
* | Better build bustage fix: Commit the rest of the original patch. Rolls back ... | pkasting@chromium.org | 2008-12-11 | 1 | -6/+6 |
* | Port some files in chrome/browser/ | agl@chromium.org | 2008-11-14 | 1 | -3/+3 |
* | Omnibox metrics logging patch splitout, part 5: Add additional AutocompleteMa... | pkasting@chromium.org | 2008-11-13 | 1 | -22/+16 |
* | Omnibox metrics logging patch splitout, part 5: Add TypeToString() helpers. ... | pkasting@chromium.org | 2008-11-12 | 1 | -0/+6 |
* | Omnibox metrics logging patch splitout, part 2: Remove the AutocompleteMatch ... | pkasting@chromium.org | 2008-11-12 | 1 | -6/+4 |
* | Move |result_| and |latest_result_| to the autocomplete controller. | pkasting@chromium.org | 2008-10-09 | 1 | -72/+102 |
* | Stop exposing manually_selected_match_ outside the AutocompletePopupModel. T... | pkasting@chromium.org | 2008-09-19 | 1 | -22/+20 |
* | Don't send queries when URL is like: | darin@chromium.org | 2008-09-10 | 1 | -1/+4 |
* | Split the AutocompletePopup into model and view classes, step 1. | pkasting@google.com | 2008-08-28 | 1 | -2/+2 |
* | Fix header guard | nsylvain@google.com | 2008-08-27 | 1 | -3/+3 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Fixes up the autocomplete providers to correctly update starred | sky@google.com | 2008-08-21 | 1 | -0/+4 |
* | Add chrome to the repository. | initial.commit | 2008-07-26 | 1 | -0/+800 |