| Commit message (Expand) | Author | Age | Files | Lines |
* | Factoring-out reference to TabIterator in ExtensionWebUI. | jcivelli@chromium.org | 2012-07-14 | 1 | -17/+22 |
* | TabContentsWrapper -> TabContents, part 12. | avi@chromium.org | 2012-06-12 | 1 | -3/+2 |
* | browser: Factor out TabContentsIterator into its own module. | tfarina@chromium.org | 2012-05-27 | 1 | -2/+2 |
* | Move Extension into extensions namespace | aa@chromium.org | 2012-05-21 | 1 | -0/+1 |
* | Move RefCountedMemory Class to Base namespace | simon.hong81@gmail.com | 2012-05-02 | 1 | -1/+1 |
* | Move RefCountedBytes Class to base namespace. | simon.hong81@gmail.com | 2012-04-20 | 1 | -1/+1 |
* | Add support for multiple icon sizes for Mac platform apps | sail@chromium.org | 2012-03-03 | 1 | -4/+6 |
* | Support for 512px and 256px icons in extensions | mtytel@chromium.org | 2012-02-24 | 1 | -2/+2 |
* | Improved usb insert-eject behavior. | zvorygin@chromium.org | 2012-02-17 | 1 | -0/+3 |
* | Rename WebUIFactory to WebUIControllerFactory since that's what it creates now. | jam@chromium.org | 2012-01-27 | 1 | -1/+1 |
* | Switch chrome code to use content::WebUI interface instead of WebUI concrete ... | jam@chromium.org | 2012-01-18 | 1 | -6/+5 |
* | Make WebUI objects not derive from WebUI. WebUI objects own the controller. T... | jam@chromium.org | 2012-01-17 | 1 | -12/+18 |
* | Start splitting out WebUI into an implementation class and an interface that ... | jam@chromium.org | 2012-01-13 | 1 | -1/+1 |
* | Get rid of the ChromeWebUI class and just make all the classes in chrome deri... | jam@chromium.org | 2012-01-06 | 1 | -1/+1 |
* | Convert WebContents to return a content::NavigationController instead of the ... | jam@chromium.org | 2012-01-04 | 1 | -1/+1 |
* | Replace WebUI::tab_contents() with web_contents() and switch all users to use... | jam@chromium.org | 2011-12-30 | 1 | -7/+10 |
* | Rename TabContents::browser_context() to GetBrowserContext and put it into th... | jam@chromium.org | 2011-12-21 | 1 | -2/+2 |
* | Revert 115346. The change didn't break anything, the test was faulty. Will di... | jam@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests | thakis@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Rename TabContents::controller() to GetController and put it into the WebCont... | jam@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Make hosted apps launched via chrome.tabs.create with an URL redirect have th... | mihaip@chromium.org | 2011-12-16 | 1 | -2/+3 |
* | Move/replace/rename URL-based extension getters from ExtensionService to/in E... | yoz@chromium.org | 2011-12-13 | 1 | -5/+5 |
* | Change NavigationController::LoadURL to take a Referrer class instead of a GU... | jochen@chromium.org | 2011-12-05 | 1 | -2/+3 |
* | bookmarks: Rename ExtensionBookmarkManagerEventRouter. | tfarina@chromium.org | 2011-10-31 | 1 | -5/+5 |
* | Move bookmarks extension api implementation to bookmarks dir. | aa@chromium.org | 2011-10-25 | 1 | -1/+1 |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 1 | -3/+3 |
* | Move BindingsPolicy enum to content\public\common and put it in the content n... | jam@chromium.org | 2011-10-11 | 1 | -2/+2 |
* | base::Bind: Complete cleanup of history/. | jhawkins@chromium.org | 2011-10-08 | 1 | -3/+1 |
* | Revert 104597 - base::Bind: Complete cleanup of history/. | acolwell@chromium.org | 2011-10-07 | 1 | -1/+3 |
* | base::Bind: Complete cleanup of history/. | jhawkins@chromium.org | 2011-10-07 | 1 | -3/+1 |
* | ui/gfx: Refactor favicon_size.h | tfarina@chromium.org | 2011-09-26 | 1 | -1/+1 |
* | Remove redundant LoadURLWithHeaders method. | rogerta@chromium.org | 2011-09-10 | 1 | -1/+2 |
* | base: Fix the TODO in ListValue::Remove(). | tfarina@chromium.org | 2011-08-13 | 1 | -3/+6 |
* | Removal of Profile from content part 1. | avi@chromium.org | 2011-07-27 | 1 | -6/+13 |
* | Move the RenderViewHostDelegate::BookmarkDrag interface to Chrome as the feat... | ananta@chromium.org | 2011-07-01 | 1 | -1/+4 |
* | Removes force_bookmark_bar_visible_ from WebUI and puts it in | sky@chromium.org | 2011-06-06 | 1 | -1/+1 |
* | Re-land r84928: Move EFD to ExtensionTabHelper. | aa@chromium.org | 2011-05-13 | 1 | -69/+7 |
* | Revert "Re-land r84928: Move ExtensionFunctionDispatcher to" | aa@chromium.org | 2011-05-12 | 1 | -3/+69 |
* | Re-land r84928: Move ExtensionFunctionDispatcher to | aa@chromium.org | 2011-05-11 | 1 | -69/+3 |
* | Revert "Revert "Looks like this introduced leaks in sync ui tests. Sigh."" | aa@chromium.org | 2011-05-11 | 1 | -3/+69 |
* | Revert "Looks like this introduced leaks in sync ui tests. Sigh." | aa@chromium.org | 2011-05-11 | 1 | -69/+3 |
* | Looks like this introduced leaks in sync ui tests. Sigh. | aa@chromium.org | 2011-05-11 | 1 | -3/+69 |
* | Move ExtensionFunctionDispatcher to ExtensionTabHelper. This | aa@chromium.org | 2011-05-11 | 1 | -69/+3 |
* | Refactor preference syncing. | zea@chromium.org | 2011-05-09 | 1 | -1/+2 |
* | Fix "chrome://bookmarks" URL not displaying in omnibox. | asvitkine@chromium.org | 2011-05-06 | 1 | -3/+43 |
* | Revert "Revert 83168 - Revert "Revert 83100 - Remove weird dependency on exte... | aa@chromium.org | 2011-04-27 | 1 | -3/+6 |
* | Revert 83168 - Revert "Revert 83100 - Remove weird dependency on extensions f... | acolwell@chromium.org | 2011-04-27 | 1 | -6/+3 |
* | Revert "Revert 83100 - Remove weird dependency on extensions from webui.Re-pl... | aa@chromium.org | 2011-04-27 | 1 | -3/+6 |
* | Revert 83100 - Remove weird dependency on extensions from webui.Re-plumb exte... | aa@chromium.org | 2011-04-26 | 1 | -6/+3 |
* | Remove weird dependency on extensions from webui. | aa@chromium.org | 2011-04-26 | 1 | -3/+6 |