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