| Commit message (Expand) | Author | Age | Files | Lines |
* | Removing usage of profile_->GetHistory() from the codebase in order to remove... | rlp@chromium.org | 2012-07-18 | 2 | -10/+20 |
* | Coverity: Fix a pass-by-value. | jhawkins@chromium.org | 2012-07-17 | 2 | -2/+2 |
* | Added FaviconTabHelper::GetNextFaviconDownloadRequestId() such that the id us... | pkotwicz@chromium.org | 2012-07-12 | 7 | -13/+61 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 4 | -4/+0 |
* | When adding a no-visit-history item for a bookmark URL, also give that histor... | benm@chromium.org | 2012-06-26 | 1 | -1/+1 |
* | Reverting since this apparently caused Mac perf to suffer. Will break it down... | rlp@chromium.org | 2012-06-25 | 2 | -22/+10 |
* | Reverting since this did not fix so I can revert the original change in the h... | rlp@chromium.org | 2012-06-25 | 2 | -18/+12 |
* | Fixing the way HistoryServiceFactory access the history service and updated a... | rlp@chromium.org | 2012-06-22 | 2 | -12/+18 |
* | Removing usage of profile_->GetHistory() from the codebase in order to remove... | rlp@chromium.org | 2012-06-19 | 2 | -10/+22 |
* | Get rid of Image::Image(SkBitmap*) | pkotwicz@chromium.org | 2012-05-15 | 1 | -1/+1 |
* | Revert 137075 - Get rid of Image::Image(SkBitmap*) | pkotwicz@chromium.org | 2012-05-15 | 1 | -1/+1 |
* | Get rid of Image::Image(SkBitmap*) | pkotwicz@chromium.org | 2012-05-15 | 1 | -1/+1 |
* | Revert 137068 - Revert 136812 - Get rid of Image::Image(SkBitmap*) | pkotwicz@chromium.org | 2012-05-15 | 1 | -1/+1 |
* | Revert 136812 - Get rid of Image::Image(SkBitmap*) | pkotwicz@chromium.org | 2012-05-15 | 1 | -1/+1 |
* | Revert 136823 - Get rid of Image::Image(SkBitmap*); because of win build failure | toyoshim@chromium.org | 2012-05-14 | 1 | -1/+1 |
* | Get rid of Image::Image(SkBitmap*) | pkotwicz@chromium.org | 2012-05-14 | 1 | -1/+1 |
* | Revert 136812 - Get rid of Image::Image(SkBitmap*) | pkotwicz@chromium.org | 2012-05-14 | 1 | -1/+1 |
* | Get rid of Image::Image(SkBitmap*) | pkotwicz@chromium.org | 2012-05-14 | 1 | -1/+1 |
* | Move RefCountedMemory Class to Base namespace | simon.hong81@gmail.com | 2012-05-02 | 2 | -3/+6 |
* | Move RefCountedBytes Class to base namespace. | simon.hong81@gmail.com | 2012-04-20 | 2 | -8/+7 |
* | TabContents -> WebContentsImpl, part 18. | avi@chromium.org | 2012-04-17 | 2 | -3/+3 |
* | Added the method to get favicon by ID. | michaelbai@chromium.org | 2012-04-05 | 2 | -4/+27 |
* | ui/gfx: Remove the deprecated "operator const SkBitmap&" from Image API. | tfarina@chromium.org | 2012-03-27 | 1 | -2/+2 |
* | Fix favicon exact match logic and add test. | stevenjb@chromium.org | 2012-03-26 | 3 | -23/+98 |
* | Clear image_urls_ in FaviconHandler::FetchFavicon | stevenjb@chromium.org | 2012-03-24 | 1 | -0/+1 |
* | Add abstractions that let embedders drive tests of WebContents, without expos... | joi@chromium.org | 2012-03-22 | 2 | -4/+4 |
* | Prioritize smaller favicons over larger ones for tabs, etc. (Take 3) | stevenjb@google.com | 2012-03-21 | 3 | -129/+289 |
* | Revert 128003 - Prioritize smaller favicons over larger ones for tabs, etc. (... | wez@chromium.org | 2012-03-21 | 3 | -288/+129 |
* | Prioritize smaller favicons over larger ones for tabs, etc. (Take 2) | stevenjb@chromium.org | 2012-03-21 | 3 | -129/+288 |
* | Revert 127737 - Prioritize smaller favicons over larger ones for tabs, etc. | zmo@google.com | 2012-03-20 | 3 | -289/+130 |
* | Prioritize smaller favicons over larger ones for tabs, etc. | stevenjb@chromium.org | 2012-03-20 | 3 | -130/+289 |
* | Remove all |gfx::Image(new SkBitmap(...))| antipatterns. | rsesek@chromium.org | 2012-03-15 | 1 | -4/+3 |
* | Add FaviconBitmapHandler, request large icons for the launcher. | stevenjb@chromium.org | 2012-03-13 | 2 | -2/+2 |
* | Move Render(View|Widget)Host and associated classes to content namespace. | joi@chromium.org | 2012-03-07 | 1 | -1/+1 |
* | Move RenderWidgetHost and RenderViewHost interfaces to their own files. | joi@chromium.org | 2012-03-06 | 1 | -1/+1 |
* | Extract minimal RenderViewHost interface for embedders, leaving | joi@chromium.org | 2012-03-05 | 1 | -2/+2 |
* | Make chrome/browser/favicon build for Android. | yfriedman@chromium.org | 2012-02-09 | 1 | -2/+2 |
* | Rename WebUIFactory to WebUIControllerFactory since that's what it creates now. | jam@chromium.org | 2012-01-27 | 1 | -2/+2 |
* | Switch chrome code to use content::WebUI interface instead of WebUI concrete ... | jam@chromium.org | 2012-01-18 | 1 | -2/+2 |
* | Make WebUI objects not derive from WebUI. WebUI objects own the controller. T... | jam@chromium.org | 2012-01-17 | 1 | -1/+1 |
* | Remove task.h and finish base::Bind() migration. | ajwong@chromium.org | 2012-01-06 | 1 | -1/+0 |
* | Remove a few trivial tab_contents.h includes in chrome that I missed earlier. | jam@chromium.org | 2012-01-06 | 1 | -1/+1 |
* | Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc... | jam@chromium.org | 2012-01-06 | 2 | -2/+4 |
* | Get rid of a bunch of tab_contents.h includes from chrome. These are all triv... | jam@chromium.org | 2012-01-04 | 2 | -4/+4 |
* | Get rid of content::NavigationController in cc file and use "using" instead. | jam@chromium.org | 2012-01-04 | 1 | -8/+6 |
* | Rename NavigationController to NavigationControllerImpl. I'll get rid of cont... | jam@chromium.org | 2012-01-04 | 1 | -1/+1 |
* | Convert WebContents to return a content::NavigationController instead of the ... | jam@chromium.org | 2012-01-04 | 1 | -4/+7 |
* | Create a Content API interface around NavigationController, and move all the ... | jam@chromium.org | 2011-12-29 | 2 | -2/+2 |
* | Rename NavigationController to NavigationControllerImpl and put it into the c... | jam@chromium.org | 2011-12-28 | 5 | -19/+21 |
* | Remove the remaining usages of NavigationEntry in chrome by converting a few ... | jam@chromium.org | 2011-12-28 | 1 | -2/+3 |