| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don't send queries when URL is like: | darin@chromium.org | 2008-09-10 | 4 | -16/+52 |
* | Moves bookmark related classes into bookmarks directory. There are no | sky@google.com | 2008-09-09 | 4 | -4/+4 |
* | Change the external protocol handler to look at the | nsylvain@google.com | 2008-09-08 | 1 | -3/+3 |
* | Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v... | darin@google.com | 2008-09-03 | 4 | -28/+22 |
* | Makes the HistoryContentsProvider query bookmark titles. I nuked a | sky@google.com | 2008-08-29 | 3 | -63/+127 |
* | Split the AutocompletePopup into model and view classes, step 1. | pkasting@google.com | 2008-08-28 | 5 | -821/+791 |
* | Fix header guard | nsylvain@google.com | 2008-08-27 | 1 | -3/+3 |
* | Fix header guard | nsylvain@google.com | 2008-08-27 | 1 | -3/+3 |
* | Makes deleting history no longer delete starred urls. Thiseffectively reenabl... | sky@google.com | 2008-08-27 | 2 | -2/+2 |
* | Chrome changes corresponding to my message_loop_type CL. | darin@google.com | 2008-08-26 | 3 | -0/+4 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 20 | -562/+80 |
* | Fixes up the autocomplete providers to correctly update starred | sky@google.com | 2008-08-21 | 6 | -85/+38 |
* | Moves bookmarks out of history into its own file (JSON). | sky@google.com | 2008-08-21 | 4 | -37/+28 |
* | Large patch set (159 files total) to cleanup the includes. | maruel@google.com | 2008-08-15 | 2 | -13/+26 |
* | Makes the toolbar/location bar look nice in popup windows. | beng@google.com | 2008-08-13 | 1 | -2/+3 |
* | Allow trailing commas in JSON responses from suggestion services. Various re... | pkasting@google.com | 2008-08-01 | 1 | -0/+1 |
* | Move more net classes into the net namespace. Also remove the net_util names... | darin@google.com | 2008-07-31 | 1 | -2/+2 |
* | Add chrome to the repository. | initial.commit | 2008-07-26 | 20 | -0/+10677 |