summaryrefslogtreecommitdiffstats
path: root/chrome/browser/debugger/devtools_window.cc
Commit message (Expand)AuthorAgeFilesLines
* Add null check - extension_service apparently does not exist in chromeos chro...achuith@chromium.org2010-12-221-0/+3
* Cleanup: Remove unneeded includes of notification_service.h in other headers.thestig@chromium.org2010-12-151-0/+1
* Rename ExtensionsService to ExtensionService.tfarina@chromium.org2010-12-141-3/+3
* Even more virtual method deinlining.erg@google.com2010-12-131-0/+4
* Move:ben@chromium.org2010-12-021-1/+1
* Move:ben@chromium.org2010-12-021-1/+1
* Make pink's TabContentsWrapper change compile on Windows.ben@chromium.org2010-11-181-7/+12
* Cleanup: Include browser.h -> ui/browser.h [Part 3].jhawkins@chromium.org2010-11-161-1/+1
* Switch to inspected page tab when opening DevTools in docked mode.caseq@google.com2010-10-091-11/+25
* Pass inspected tab id to DevTools front-endcaseq@google.com2010-10-061-0/+4
* Fix SessionStoragejorlow@chromium.org2010-09-141-1/+2
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Move theme files in chrome/browser/ into a themes/ subdir.evan@chromium.org2010-08-251-1/+1
* Remove all wstrings from the IPC logging subsystem.erg@google.com2010-08-181-0/+1
* Remove remaining deprecated wstring methods from base/values.{cc,h}.viettrungluu@chromium.org2010-08-171-8/+8
* Push DevTools extensions data to the client when the DevTools client page is ...loislo@chromium.org2010-08-111-1/+34
* Make prefs use std::string for keys rather than wstrings.viettrungluu@chromium.org2010-08-111-3/+3
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-1/+2
* Show DevTools window when the Inspect shortcut is hit for the first timeapavlov@chromium.org2010-07-301-3/+4
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-291-1/+0
* Add "Inspect Element" shortcut to browser tabs.apavlov@chromium.org2010-07-161-21/+37
* Attempt 2 at Moving Browser::AddTypes to TabStripModel. The firstsky@chromium.org2010-06-281-1/+2
* Revert 50752 - Moves Browser::AddTypes to TabStripModel. This patch is primarilysky@chromium.org2010-06-241-2/+1
* Moves Browser::AddTypes to TabStripModel. This patch is primarilysky@chromium.org2010-06-241-1/+2
* Fix files with svn:executable permissions.thestig@chromium.org2010-06-231-0/+0
* DevTools: keep manual docked state update until corresponding webkit change l...pfeldman@chromium.org2010-05-061-0/+2
* DevTools: inspector tabs are initially drawn in the undocked style even for d...pfeldman@chromium.org2010-05-061-4/+19
* DevTools: focus devtools on breakpoint while docked (Linux & Mac fix).pfeldman@chromium.org2010-05-031-1/+1
* DevTools: always use theme data for devtools looks.pfeldman@chromium.org2010-04-271-14/+9
* DevTools: Respect theme in undocked mode.pfeldman@chromium.org2010-04-271-2/+1
* Remove svn:executable property from more files that don't need it.thestig@chromium.org2010-04-271-0/+0
* GTK: Support themes in the devtools window in GTK mode too.erg@chromium.org2010-04-261-2/+2
* DevTools: support themes.pfeldman@chromium.org2010-04-261-3/+37
* Dev Tools: show console when inspector is opened in docked mode.pfeldman@chromium.org2010-04-071-9/+13
* Fix docking behaviour for devtools windows that don't have an associated brow...mnissler@chromium.org2010-04-061-4/+15
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2010-02-091-0/+1
* DevTools crash: DevToolsWindow::SetDocked(bool)pfeldman@chromium.org2010-01-131-13/+25
* Fix issue: 32015: Keyboard shortcuts doesn't work when Devtool is dockedsuzhe@chromium.org2010-01-131-0/+14
* Mac: Make devtools window dockable.thakis@chromium.org2010-01-051-0/+4
* Forbid reloading the Inspector window.apavlov@chromium.org2009-12-251-2/+3
* DevTools: Follow up to r31226. Fixed one of the toggledevtools calls.pfeldman@chromium.org2009-11-061-1/+3
* DevTools: Wire Ctrl+Shift+C to "Show JavaScript console".pfeldman@chromium.org2009-11-061-5/+22
* Fix deadlock when plugin puts an alert and right afterwards the browser proce...jam@chromium.org2009-09-281-2/+1
* Allow the initial size of TabContentViews to be based on thetony@chromium.org2009-09-251-1/+2
* DevTools: Focus docked DevTools window on breakpoint.pfeldman@chromium.org2009-07-141-2/+6
* DevTools: remove extensions-related workaround from the docked devtools windo...pfeldman@chromium.org2009-07-081-6/+1
* DevTools: Preserve devtools window contents on dock/undock.pfeldman@chromium.org2009-07-071-177/+128
* DevTools: preserve focus on activating dev tools window.pfeldman@chromium.org2009-07-061-0/+8
* DevTools: Add docked pane into the browser view.pfeldman@chromium.org2009-07-011-13/+48