| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't allow saving of devtools or print preview. | avi@chromium.org | 2012-06-14 | 1 | -4/+0 |
* | TabContentsWrapper -> TabContents, part 43. | avi@chromium.org | 2012-06-12 | 1 | -3/+2 |
* | TabContentsWrapper -> TabContents, part 10. | avi@chromium.org | 2012-06-07 | 1 | -13/+12 |
* | DevTools window should use original OpenURLParams when opening a link | apavlov@chromium.org | 2012-05-30 | 1 | -6/+2 |
* | Get rid of the last RenderViewHostDelegate usage in chrome. | jam@chromium.org | 2012-05-23 | 1 | -1/+1 |
* | Move NativeWebKeyboardEvent to the content namespace. | jam@chromium.org | 2012-05-18 | 1 | -0/+1 |
* | Fix new -Wnull-conversion violations detected by a newer clang. | thakis@chromium.org | 2012-05-16 | 1 | -1/+1 |
* | browser: Rename Browser::tabstrip_model to Browser::tab_strip_model. | tfarina@chromium.org | 2012-05-12 | 1 | -6/+6 |
* | browser: Move the tabs directory into ui. | tfarina@chromium.org | 2012-05-11 | 1 | -1/+1 |
* | DevTools: AppendFile implementation. | loislo@chromium.org | 2012-05-02 | 1 | -1/+11 |
* | TabContents -> WebContentsImpl, part 18. | avi@chromium.org | 2012-04-17 | 1 | -1/+1 |
* | Move notifications used only in chrome/ out of content/. | avi@chromium.org | 2012-04-16 | 1 | -2/+2 |
* | TabContents -> WebContentsImpl, part 8. | avi@chromium.org | 2012-04-13 | 1 | -4/+4 |
* | DevTools: migrate devtools window to the InspectorFrontendAPI. | pfeldman@chromium.org | 2012-04-05 | 1 | -5/+5 |
* | Honor window size for chrome.windows.create when parent window is maximized. | aa@chromium.org | 2012-04-04 | 1 | -1/+2 |
* | DevTools: make Save As dialog optional for the paths that have already been s... | pfeldman@chromium.org | 2012-04-04 | 1 | -28/+27 |
* | JSONWriter cleanup: integrate pretty print into write options. | ericdingle@chromium.org | 2012-03-16 | 1 | -1/+1 |
* | Move LoadNotificationDetails to content/public/browser and put it in the cont... | tfarina@chromium.org | 2012-03-11 | 1 | -1/+1 |
* | Move Render(View|Widget)Host and associated classes to content namespace. | joi@chromium.org | 2012-03-07 | 1 | -0/+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 |
* | DevTools: make inspect mode shortcut force opening devtools. | pfeldman@chromium.org | 2012-02-29 | 1 | -1/+3 |
* | Add an API around SessionStorageNamespace. This is just an empty API, what ma... | jam@chromium.org | 2012-02-24 | 1 | -1/+0 |
* | Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leaky | fischman@chromium.org | 2012-01-26 | 1 | -2/+1 |
* | DevTools: open resources in the front-end's browser, not the agent's browser. | pfeldman@chromium.org | 2012-01-23 | 1 | -0/+20 |
* | Rename TabContentsView to WebContentsView and move to content/public. | joi@chromium.org | 2012-01-18 | 1 | -1/+1 |
* | Hide BrowsingInstance from all but SiteInstance, as intended by design. | joi@chromium.org | 2012-01-18 | 1 | -1/+0 |
* | Cleanup extension permissions module. | jstritar@chromium.org | 2012-01-06 | 1 | -1/+2 |
* | Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc... | jam@chromium.org | 2012-01-06 | 1 | -21/+21 |
* | Get rid of a bunch of tab_contents.h includes from chrome. These are all triv... | jam@chromium.org | 2012-01-04 | 1 | -2/+2 |
* | Get rid of content::NavigationController in cc file and use "using" instead. | jam@chromium.org | 2012-01-04 | 1 | -4/+5 |
* | Convert WebContents to return a content::NavigationController instead of the ... | jam@chromium.org | 2012-01-04 | 1 | -2/+2 |
* | Convert all the notifications which use NavigationController to content::Navi... | jam@chromium.org | 2012-01-03 | 1 | -6/+6 |
* | Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect... | jam@chromium.org | 2012-01-03 | 1 | -1/+1 |
* | DevTools: make dock side type a part of the devtools location url. | pfeldman@chromium.org | 2011-12-29 | 1 | -2/+7 |
* | TBR=jam | pfeldman@chromium.org | 2011-12-29 | 1 | -0/+23 |
* | Convert all of the WebContentsDelegate to use WebContents instead of TabConte... | jam@chromium.org | 2011-12-28 | 1 | -3/+3 |
* | Rename NavigationController to NavigationControllerImpl and put it into the c... | jam@chromium.org | 2011-12-28 | 1 | -1/+2 |
* | Convert a few methods in NavigationController to return a content::Navigation... | jam@chromium.org | 2011-12-28 | 1 | -2/+3 |
* | Move the PageNavigator interface and GlobalRequestID struct to content\public... | jam@chromium.org | 2011-12-28 | 1 | -1/+3 |
* | Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ... | jam@chromium.org | 2011-12-27 | 1 | -2/+2 |
* | Added command line flag for enabling DevTools experiments. | vsevik@chromium.org | 2011-12-27 | 1 | -2/+8 |
* | Revert 115346. The change didn't break anything, the test was faulty. Will di... | jam@chromium.org | 2011-12-21 | 1 | -6/+6 |
* | Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests | thakis@chromium.org | 2011-12-21 | 1 | -6/+6 |
* | Take chrome.devtools out of experimental. | caseq@google.com | 2011-12-21 | 1 | -0/+4 |
* | Rename TabContents::view() to GetView() and put it in the WebContents interface. | jam@chromium.org | 2011-12-21 | 1 | -3/+3 |
* | Rename TabContents::controller() to GetController and put it into the WebCont... | jam@chromium.org | 2011-12-21 | 1 | -6/+6 |
* | Move TabContentsDelegate to content/public/browser and put it in the content ... | tfarina@chromium.org | 2011-12-20 | 1 | -2/+2 |
* | Rename TabContents::render_view_host() to GetRenderViewHost and put it into t... | jam@chromium.org | 2011-12-20 | 1 | -10/+10 |
* | Start creating the content::WebPage interface around TabContents. This is jus... | jam@chromium.org | 2011-12-20 | 1 | -4/+4 |