summaryrefslogtreecommitdiffstats
path: root/chrome/browser/debugger/devtools_window.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the TabContentsDelegate::ToolbarSizeChanged() method as no one was usi...pkasting@chromium.org2011-04-151-1/+0
* Added support for opening urls from devtools window.vsevik@chromium.org2011-04-151-1/+1
* DevTools: fix exception in console during DevTools startupyurys@chromium.org2011-04-071-1/+1
* Moves instant related methods off TabContents and to where they are used.sky@chromium.org2011-03-251-1/+1
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-081-2/+2
* Update more includes that were pointing to the old locations.jam@chromium.org2011-03-021-1/+1
* Remove wstring from RVH's run Javascript command.avi@chromium.org2011-02-091-1/+1
* Revert 74118 - Remove wstring from RVH's run Javascript command.avi@chromium.org2011-02-081-1/+1
* Remove wstring from RVH's run Javascript command.avi@chromium.org2011-02-081-1/+1
* Move bookmark star from TabContents to TabContentsWrapper.avi@chromium.org2011-02-041-1/+0
* Submitting http://codereview.chromium.org/6383011/ on behalf of serya@ :zelidrag@chromium.org2011-02-031-1/+2
* TabContents::OnStartDownload crash.pfeldman@chromium.org2011-02-011-1/+1
* Makes devtools handle tab replaced notification. Thissky@chromium.org2011-01-311-1/+1
* Bring back 'navigated' notification for --remote-shell-port protocolyurys@chromium.org2011-01-251-0/+2
* Cleanup: Remove unneeded includes of notification_service.h in other headers.thestig@chromium.org2010-12-151-2/+1
* Even more virtual method deinlining.erg@google.com2010-12-131-1/+1
* Make pink's TabContentsWrapper change compile on Windows.ben@chromium.org2010-11-181-3/+3
* Switch to inspected page tab when opening DevTools in docked mode.caseq@google.com2010-10-091-0/+1
* Relanding a previous CL (I fixed the ChromeOS build):jcivelli@chromium.org2010-08-231-0/+1
* Revert 57094 - Making window.focus()/blur() work only when there is a user ge...jcivelli@chromium.org2010-08-231-1/+0
* Making window.focus()/blur() work only when there is a user gesture.jcivelli@chromium.org2010-08-231-0/+1
* FBTF: Header cleanup in chrome/common part 2. The majority of the changed filesjhawkins@chromium.org2010-08-201-0/+1
* Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}.viettrungluu@chromium.org2010-08-191-2/+1
* Push DevTools extensions data to the client when the DevTools client page is ...loislo@chromium.org2010-08-111-1/+4
* Make prefs use std::string for keys rather than wstrings.viettrungluu@chromium.org2010-08-111-1/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Make IsPopup a const function per brett.xiyuan@chromium.org2010-07-261-1/+0
* Add "Inspect Element" shortcut to browser tabs.apavlov@chromium.org2010-07-161-4/+5
* Fix files with svn:executable permissions.thestig@chromium.org2010-06-231-0/+0
* DevTools: inspector tabs are initially drawn in the undocked style even for d...pfeldman@chromium.org2010-05-061-0/+1
* Remove svn:executable property from more files that don't need it.thestig@chromium.org2010-04-271-0/+0
* DevTools: support themes.pfeldman@chromium.org2010-04-261-0/+1
* Dev Tools: show console when inspector is opened in docked mode.pfeldman@chromium.org2010-04-071-1/+2
* Fix docking behaviour for devtools windows that don't have an associated brow...mnissler@chromium.org2010-04-061-0/+1
* DevTools crash: DevToolsWindow::SetDocked(bool)pfeldman@chromium.org2010-01-131-1/+0
* Fix issue: 32015: Keyboard shortcuts doesn't work when Devtool is dockedsuzhe@chromium.org2010-01-131-0/+3
* Forbid reloading the Inspector window.apavlov@chromium.org2009-12-251-0/+2
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-8/+8
* DevTools: Wire Ctrl+Shift+C to "Show JavaScript console".pfeldman@chromium.org2009-11-061-1/+5
* DevTools: Preserve devtools window contents on dock/undock.pfeldman@chromium.org2009-07-071-24/+49
* DevTools: preserve focus on activating dev tools window.pfeldman@chromium.org2009-07-061-0/+1
* DevTools: Add docked pane into the browser view.pfeldman@chromium.org2009-07-011-0/+3
* DevTools: Introduce docked version of DevTools.pfeldman@chromium.org2009-07-011-19/+27
* DevTools: restore sanity test suite.pfeldman@chromium.org2009-06-091-1/+4
* DevTools: Display main resource url as devtools window title.pfeldman@chromium.org2009-05-211-1/+0
* DevTools: Get rid of views in DevTools.pfeldman@chromium.org2009-05-201-9/+27
* DevTools: init devtools with proper profile.pfeldman@chromium.org2009-05-181-1/+2
* DevTools: Sanity ui test.pfeldman@chromium.org2009-05-121-1/+1
* Currently we have two types of devtools UI: Chrome built in developer tools w...yurys@google.com2009-03-231-15/+12
* Initial unit tests implementation.yurys@google.com2009-03-171-0/+9