| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Convert a few methods in NavigationController to return a content::Navigation... | jam@chromium.org | 2011-12-28 | 6 | -25/+36 |
* | Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ... | jam@chromium.org | 2011-12-27 | 3 | -41/+43 |
* | Remove temporary redirect header and DEPS exception for cancelable_request.h | joi@chromium.org | 2011-12-27 | 2 | -2/+2 |
* | Convert a bunch of WebContentsObservers to use web_contents() instead of tab_... | jam@chromium.org | 2011-12-25 | 1 | -9/+11 |
* | Create a Content API around NavigationEntry that's in content/public/browser.... | jam@chromium.org | 2011-12-25 | 2 | -10/+11 |
* | Move TabContentsObserver to content/public, rename it to WebContentsObserver,... | jam@chromium.org | 2011-12-22 | 2 | -5/+4 |
* | 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 | 2 | -7/+13 |
* | Revert 115346. The change didn't break anything, the test was faulty. Will di... | jam@chromium.org | 2011-12-21 | 1 | -5/+5 |