| Commit message (Expand) | Author | Age | Files | Lines |
* | Move RefCountedMemory Class to Base namespace | simon.hong81@gmail.com | 2012-05-02 | 1 | -1/+2 |
* | RefCounted types should not have public destructors, chrome/browser/ part 1 | rsleevi@chromium.org | 2012-04-27 | 1 | -0/+2 |
* | Move RefCountedBytes Class to base namespace. | simon.hong81@gmail.com | 2012-04-20 | 1 | -9/+9 |
* | Single URL Expires Were Not Being Deleted. | mrossetti@chromium.org | 2012-04-17 | 1 | -4/+4 |
* | Revert 132268 - Single URL Expires Were Not Being Deleted. | mrossetti@chromium.org | 2012-04-13 | 1 | -4/+4 |
* | Single URL Expires Were Not Being Deleted. | mrossetti@chromium.org | 2012-04-13 | 1 | -4/+4 |
* | Removes pinning code from TopSites as we no longer need it. | sky@chromium.org | 2012-04-11 | 1 | -151/+6 |
* | Changes TopSites to access blacklist from prefs when necessary. I'm | sky@chromium.org | 2012-04-09 | 1 | -10/+11 |
* | Adds some debugging code to verify the dictionaries are non-null at | sky@chromium.org | 2012-04-05 | 1 | -2/+2 |
* | [Clean up] Rename NTP -> Ntp for readability / convention. | dbeam@chromium.org | 2012-02-02 | 1 | -11/+11 |
* | Get rid of content::NavigationController in cc file and use "using" instead. | jam@chromium.org | 2012-01-04 | 1 | -2/+3 |
* | Convert WebContents to return a content::NavigationController instead of the ... | jam@chromium.org | 2012-01-04 | 1 | -1/+1 |
* | Convert all the notifications which use NavigationController to content::Navi... | jam@chromium.org | 2012-01-03 | 1 | -2/+2 |
* | Convert chrome users of NavigationController::tab_contents() to use GetWebCon... | jam@chromium.org | 2012-01-02 | 1 | -2/+2 |
* | Convert a few methods in NavigationController to return a content::Navigation... | jam@chromium.org | 2011-12-28 | 1 | -1/+1 |
* | Create a Content API around NavigationEntry that's in content/public/browser.... | jam@chromium.org | 2011-12-25 | 1 | -1/+1 |
* | Move navigation_details.h to content/public/browser. | jam@chromium.org | 2011-12-22 | 1 | -1/+1 |
* | Rename TabContents::browser_context() to GetBrowserContext and put it into th... | jam@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | fix default most visited tile title | estade@chromium.org | 2011-11-30 | 1 | -1/+1 |
* | [ntp4] Use highest quality jpeg compression for thumbnail images. | csilv@chromium.org | 2011-11-28 | 1 | -1/+5 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | top sites: allow TopSites to return all 20 cached sites | estade@chromium.org | 2011-11-01 | 1 | -3/+3 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -1/+1 |
* | ntp: refactor favicon / thumbnail fetching for prepopulated pages | estade@chromium.org | 2011-10-26 | 1 | -27/+32 |
* | Most Visited: remove over-eager optimization that causes a lot of blank thumb... | estade@chromium.org | 2011-10-20 | 1 | -1/+0 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -9/+10 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -11/+11 |
* | Makes TopSites ignore navigations from a different profile. | sky@chromium.org | 2011-10-12 | 1 | -1/+9 |
* | base::Bind: Complete cleanup of history/. | jhawkins@chromium.org | 2011-10-08 | 1 | -3/+8 |
* | Revert 104597 - base::Bind: Complete cleanup of history/. | acolwell@chromium.org | 2011-10-07 | 1 | -8/+3 |
* | base::Bind: Complete cleanup of history/. | jhawkins@chromium.org | 2011-10-07 | 1 | -3/+8 |
* | base::Bind: Convert a few more instances. | jhawkins@chromium.org | 2011-10-05 | 1 | -3/+3 |
* | Makes TopSites not DCHECK if HistoryLoaded or MigrateFromHistory is | sky@chromium.org | 2011-09-23 | 1 | -2/+6 |
* | B0;136;0cRe-enable TopSites in PrerenderManager, this time duplicating the in... | tburkard@chromium.org | 2011-09-06 | 1 | -0/+2 |
* | Update base/timer.h code to pass through Location from call sites. (reland) o... | jbates@chromium.org | 2011-09-02 | 1 | -1/+1 |
* | Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, | mattm@chromium.org | 2011-09-02 | 1 | -1/+1 |
* | Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th... | jbates@chromium.org | 2011-09-02 | 1 | -1/+1 |
* | [ntp4] Bookmarks page implementation, first-pass. | csilv@chromium.org | 2011-08-16 | 1 | -1/+1 |
* | ntp4: make default | estade@chromium.org | 2011-08-10 | 1 | -4/+2 |
* | ntp: use web store as default mv tile instead of themes gallery | estade@chromium.org | 2011-08-09 | 1 | -3/+3 |
* | Change TopSites and History to use gfx::Image instead of SkBitmap in their | pinkerton@chromium.org | 2011-08-02 | 1 | -12/+7 |
* | Re-land r93365 - add RefCountedString | joth@chromium.org | 2011-07-22 | 1 | -2/+3 |
* | Revert 93365 - it broke on Chrome OS | joth@chromium.org | 2011-07-21 | 1 | -3/+2 |
* | Added RefCountedString, as this is what many RefCountedMemory users seem to want | joth@chromium.org | 2011-07-21 | 1 | -2/+3 |
* | base: Put md5.* into base namespace. | tfarina@chromium.org | 2011-07-18 | 1 | -1/+1 |
* | Resource cleanup and de-duping | estade@chromium.org | 2011-07-12 | 1 | -4/+11 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -8/+9 |
* | Added debug checks to CancelableRequestConsumer to ensure proper thread usage. | atwilson@chromium.org | 2011-06-14 | 1 | -5/+6 |
* | Factor load notification detail structs out of NavigationController and into | pinkerton@chromium.org | 2011-05-31 | 1 | -3/+3 |
* | GTK: Query TopSites for the Most Visited pages and populate fill in the globa... | erg@google.com | 2011-04-29 | 1 | -10/+13 |