| Commit message (Expand) | Author | Age | Files | Lines |
* | Improved OTR avatar and popup window rendering. Neither one precisely matche... | pkasting@chromium.org | 2009-02-04 | 1 | -1/+1 |
* | Remove most header file dependencies on the notification type list. It is | brettw@chromium.org | 2009-02-01 | 4 | -19/+30 |
* | Rework the command updater to not be dependent on views::Button (needed for p... | ben@chromium.org | 2009-01-20 | 2 | -8/+8 |
* | Move url_* to net subdir | ben@chromium.org | 2009-01-16 | 5 | -5/+5 |
* | Move metrics files into a subdir | ben@chromium.org | 2009-01-16 | 1 | -1/+1 |
* | Move search code to a subdir | ben@chromium.org | 2009-01-16 | 6 | -10/+10 |
* | Fie. | ben@chromium.org | 2009-01-15 | 6 | -10/+10 |
* | Move search engines files into subdir | ben@chromium.org | 2009-01-15 | 6 | -10/+10 |
* | Move a bunch of TabContents related files into a tab_contents subdir | ben@chromium.org | 2009-01-15 | 1 | -1/+1 |
* | Fixup and verify URLs from the server before adding them to the autocomplete ... | pkasting@chromium.org | 2009-01-08 | 1 | -3/+9 |
* | Change the signature of JSONReader::Read() and related | aa@chromium.org | 2008-12-29 | 1 | -7/+8 |
* | Omnibox metrics logging patch splitout, part 6: Log more omnibox data (client... | pkasting@chromium.org | 2008-12-16 | 2 | -2/+6 |
* | Eliminates the dependencies between views and browser, and also does some oth... | klink@chromium.org | 2008-12-16 | 3 | -1/+383 |
* | Add PropertyBag to TabContents. Convert the autocomplete state as a proof of ... | brettw@google.com | 2008-12-12 | 1 | -4/+13 |
* | Better build bustage fix: Commit the rest of the original patch. Rolls back ... | pkasting@chromium.org | 2008-12-11 | 3 | -16/+15 |
* | Blind attempt at build fix. I don't know why this should be necessary. | pkasting@chromium.org | 2008-12-11 | 1 | -0/+1 |
* | Make the autocomplete system and various other connected bits of code use GUR... | pkasting@chromium.org | 2008-12-10 | 14 | -165/+164 |
* | Moves some utility functions out of bookmark model into | sky@google.com | 2008-12-09 | 2 | -6/+7 |
* | Cleanup, part 1. | pkasting@chromium.org | 2008-12-08 | 1 | -4/+4 |
* | Add error messages to JSONReader and friends. This required a bit of refactor... | aa@chromium.org | 2008-12-05 | 1 | -1/+2 |
* | Move base/gfx/skia_util to skia/ext/skia_util_win. | brettw@google.com | 2008-12-03 | 1 | -1/+1 |
* | Revert my skia file moves because of layout test failures. | brettw@google.com | 2008-12-03 | 1 | -0/+1 |
* | Make WordIterator and Snippet::MatchPositions use size_t instead of int for o... | pkasting@chromium.org | 2008-12-03 | 1 | -1/+1 |
* | Move convolver, image_operations, and skia_utils from base/gfx to skia/ext. | brettw@google.com | 2008-12-02 | 1 | -1/+0 |
* | <esc> in the AutocompleteEdit should select all the text when reverting to th... | pkasting@chromium.org | 2008-12-01 | 2 | -27/+36 |
* | Fixes for some trivial issues (remove unneeded constants, int->size_t in a fe... | pkasting@chromium.org | 2008-12-01 | 4 | -8/+5 |
* | It's possible for GetOleInterface() to return NULL. Degrade gracefully in th... | pkasting@chromium.org | 2008-11-17 | 2 | -3/+10 |
* | Port some files in chrome/browser/ | agl@chromium.org | 2008-11-14 | 2 | -4/+5 |
* | Omnibox metrics logging patch splitout, part 5: Add additional AutocompleteMa... | pkasting@chromium.org | 2008-11-13 | 10 | -47/+58 |
* | Omnibox metrics logging patch splitout, part 5: Add TypeToString() helpers. ... | pkasting@chromium.org | 2008-11-12 | 2 | -0/+36 |
* | Omnibox metrics logging patch splitout, part 3: Pass match.type to the edit a... | pkasting@chromium.org | 2008-11-12 | 3 | -17/+13 |
* | Omnibox metrics logging patch splitout, part 2: Remove the AutocompleteMatch ... | pkasting@chromium.org | 2008-11-12 | 4 | -44/+23 |
* | Omnibox metrics logging patch splitout, part 1: Random miscellaneous small st... | pkasting@chromium.org | 2008-11-12 | 3 | -18/+21 |
* | Add a function for eliding filenames to a set pixel width while preserving th... | glen@chromium.org | 2008-11-06 | 2 | -2/+2 |
* | Rewrote the clipboard API to be more concurrent. Added a helper class to make... | estade@chromium.org | 2008-11-05 | 1 | -4/+4 |
* | A fix for Issue 3156 in chromium: "OmniBox: NavSuggest doesn't work fine when... | hbono@chromium.org | 2008-10-31 | 1 | -0/+20 |
* | Fix RTL issues in the About box (bug 3756). | finnur@google.com | 2008-10-31 | 1 | -62/+1 |
* | Fix Issue 2918 in chromium: Chrome dialog displayed in large size with Meiryo... | hbono@chromium.org | 2008-10-30 | 1 | -1/+1 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 7 | -1/+17 |
* | Change a dependency from clipboard_util.h to the more cross-platform clipboard.h | estade@chromium.org | 2008-10-22 | 1 | -2/+2 |
* | Rename ChromeViews namespace to views | ben@chromium.org | 2008-10-16 | 3 | -8/+8 |
* | Change all ConvertPointTo* methods to use gfx::Point instead of CPoint. | ben@chromium.org | 2008-10-14 | 1 | -2/+2 |
* | Replace View::GetBounds(CRect* bounds) const; with gfx::Rect bounds() const. | ben@chromium.org | 2008-10-14 | 1 | -2/+1 |
* | Move |result_| and |latest_result_| to the autocomplete controller. | pkasting@chromium.org | 2008-10-09 | 18 | -529/+517 |
* | This file was supposed to get committed during my last refactoring chunk but ... | pkasting@chromium.org | 2008-10-08 | 1 | -3/+4 |
* | Port some more of chrome/ to Linux. | deanm@google.com | 2008-10-02 | 1 | -0/+1 |
* | See if 'charset' is available in HTTP response header and use that to convert... | jungshik@google.com | 2008-09-26 | 1 | -1/+18 |
* | Stop exposing manually_selected_match_ outside the AutocompletePopupModel. T... | pkasting@chromium.org | 2008-09-19 | 11 | -362/+222 |
* | Renames BoomarkBarModel to BookmarkModel. | sky@google.com | 2008-09-11 | 6 | -25/+23 |
* | First pass at splitting the AutocompleteEdit into Model and View. This was n... | pkasting@chromium.org | 2008-09-10 | 6 | -1250/+1524 |