| Commit message (Expand) | Author | Age | Files | Lines |
* | Add pyauto hook for getting and manipulating the data underneath the NTP. | kkania@chromium.org | 2010-11-19 | 1 | -0/+10 |
* | Attempt 2 at landing top sites refactor: | sky@chromium.org | 2010-10-27 | 1 | -10/+18 |
* | Coverity: Fix several pass-by-values. | jhawkins@chromium.org | 2010-10-26 | 1 | -1/+1 |
* | Revert 63687 - Refactors TopSites so that it's hopefully easier to maintain and | sky@chromium.org | 2010-10-24 | 1 | -18/+10 |
* | Refactors TopSites so that it's hopefully easier to maintain and | sky@chromium.org | 2010-10-24 | 1 | -10/+18 |
* | Rename ChromeThread to BrowserThread Part18: | tfarina@chromium.org | 2010-10-11 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part9: | tfarina@chromium.org | 2010-10-09 | 1 | -4/+4 |
* | Revert 61826 - Revert "Make sure TopSites is only created if enabled. TopSite... | sky@chromium.org | 2010-10-07 | 1 | -3/+7 |
* | Revert "Make sure TopSites is only created if enabled. TopSites was getting" | agl@chromium.org | 2010-10-07 | 1 | -7/+3 |
* | Make sure TopSites is only created if enabled. TopSites was getting | sky@chromium.org | 2010-10-07 | 1 | -3/+7 |
* | Disables top sites until we get it in a better shape. | sky@chromium.org | 2010-09-21 | 1 | -7/+7 |
* | Updates to NTP per UI review: | aa@chromium.org | 2010-09-14 | 1 | -1/+5 |
* | FBTF: Move more ctors/dtors from headers to implementation. | erg@google.com | 2010-09-01 | 1 | -0/+3 |
* | Move prefs-related files under chrome/browser/ into a prefs/ subdir. | evan@chromium.org | 2010-08-26 | 1 | -1/+1 |
* | Fix broken thumbnails for sites with redirects. | nshkrob@chromium.org | 2010-08-23 | 1 | -11/+0 |
* | DOM UI: Change DOMMessageHandler callback arg type to ListValue. | estade@chromium.org | 2010-08-19 | 1 | -50/+17 |
* | Remove web store icon from most visited per Glen. | aa@chromium.org | 2010-08-19 | 1 | -67/+0 |
* | Add TopSites::ProcessPendingCallbacks and call it after ReadDatabase. | nshkrob@chromium.org | 2010-08-13 | 1 | -1/+1 |
* | Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default. | nshkrob@chromium.org | 2010-08-10 | 1 | -7/+7 |
* | Convert browser/dom_ui/[g-m]*.cc to not use wstrings/wchar_t*s. | viettrungluu@chromium.org | 2010-08-07 | 1 | -45/+45 |
* | Revert "Replace --top-sites flag with --no-top-sites flag. TopSites becomes t... | phajdan.jr@chromium.org | 2010-08-06 | 1 | -7/+7 |
* | Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default. | nshkrob@chromium.org | 2010-08-06 | 1 | -7/+7 |
* | enable apps by default | erikkay@chromium.org | 2010-08-02 | 1 | -1/+1 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -1/+2 |
* | Speculative fix for crash in DOMUIThumbnailSource. | erg@google.com | 2010-07-28 | 1 | -10/+22 |
* | NTP: Only show the chrome web store when apps are enabled. | arv@chromium.org | 2010-07-23 | 1 | -1/+3 |
* | Move blacklisting and pinned URLs from MostVisitedURLs to TopSites. | nshkrob@chromium.org | 2010-07-23 | 1 | -15/+75 |
* | Reverting 53376 | bradnelson@google.com | 2010-07-22 | 1 | -75/+15 |
* | Move blacklisting and pinned URLs from MostVisitedURLs to TopSites. | nshkrob@chromium.org | 2010-07-22 | 1 | -15/+75 |
* | NTP: Use the store as the last thumbnail in case we have no apps installed. | arv@chromium.org | 2010-07-20 | 1 | -0/+56 |
* | Use same logic to set NTP pages as without the top-sites flag. | nshkrob@chromium.org | 2010-07-02 | 1 | -16/+25 |
* | Rename chrome://theme/resource to chrome://theme/IDR_RESOURCE | arv@chromium.org | 2010-07-01 | 1 | -4/+4 |
* | Fix the race condition on TopSites initialization. | nshkrob@chromium.org | 2010-06-28 | 1 | -13/+23 |
* | Add command line flag --top-sites to replace the thumbnail store flag. | brettw@chromium.org | 2010-05-19 | 1 | -0/+33 |
* | Adds support to collect UMA data for the mostvisited feature | jochen@chromium.org | 2010-04-20 | 1 | -0/+6 |
* | chrome 5: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 1 | -3/+6 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 1 | -0/+1 |
* | linux: build with -Wextra | evan@chromium.org | 2010-02-05 | 1 | -3/+3 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-11-30 | 1 | -0/+1 |
* | Revert 33301 and 33305 due to unit_tests breakage. | maruel@chromium.org | 2009-11-30 | 1 | -1/+0 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-11-30 | 1 | -0/+1 |
* | Many changes to DictionaryValues: | pkasting@chromium.org | 2009-11-25 | 1 | -9/+5 |
* | Forces T*s to scoped_refptr<T> when PostTask()ing to a function expecting sco... | jamesr@chromium.org | 2009-11-20 | 1 | -12/+6 |
* | Coverity: Fix unnecessary Singleton object instantiation. | mattm@chromium.org | 2009-11-05 | 1 | -2/+2 |
* | Convert chrome_url_data_manager (previously a global) into a Singleton. This | tony@chromium.org | 2009-10-30 | 1 | -2/+3 |
* | Revert "Convert chrome_url_data_manager (previously a global) into a" | tony@chromium.org | 2009-10-30 | 1 | -3/+2 |
* | Convert chrome_url_data_manager (previously a global) into a | tony@chromium.org | 2009-10-30 | 1 | -2/+3 |
* | Fix unit test memory leak introduced by my ChromeThread change. | jam@chromium.org | 2009-10-29 | 1 | -6/+16 |
* | First of several patches to get rid of MessageLoop caching now that we have C... | jam@chromium.org | 2009-10-28 | 1 | -14/+12 |