index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
debugger
/
devtools_window.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add null check - extension_service apparently does not exist in chromeos chro...
achuith@chromium.org
2010-12-22
1
-0
/
+3
*
Cleanup: Remove unneeded includes of notification_service.h in other headers.
thestig@chromium.org
2010-12-15
1
-0
/
+1
*
Rename ExtensionsService to ExtensionService.
tfarina@chromium.org
2010-12-14
1
-3
/
+3
*
Even more virtual method deinlining.
erg@google.com
2010-12-13
1
-0
/
+4
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Make pink's TabContentsWrapper change compile on Windows.
ben@chromium.org
2010-11-18
1
-7
/
+12
*
Cleanup: Include browser.h -> ui/browser.h [Part 3].
jhawkins@chromium.org
2010-11-16
1
-1
/
+1
*
Switch to inspected page tab when opening DevTools in docked mode.
caseq@google.com
2010-10-09
1
-11
/
+25
*
Pass inspected tab id to DevTools front-end
caseq@google.com
2010-10-06
1
-0
/
+4
*
Fix SessionStorage
jorlow@chromium.org
2010-09-14
1
-1
/
+2
*
Move prefs-related files under chrome/browser/ into a prefs/ subdir.
evan@chromium.org
2010-08-26
1
-1
/
+1
*
Move theme files in chrome/browser/ into a themes/ subdir.
evan@chromium.org
2010-08-25
1
-1
/
+1
*
Remove all wstrings from the IPC logging subsystem.
erg@google.com
2010-08-18
1
-0
/
+1
*
Remove remaining deprecated wstring methods from base/values.{cc,h}.
viettrungluu@chromium.org
2010-08-17
1
-8
/
+8
*
Push DevTools extensions data to the client when the DevTools client page is ...
loislo@chromium.org
2010-08-11
1
-1
/
+34
*
Make prefs use std::string for keys rather than wstrings.
viettrungluu@chromium.org
2010-08-11
1
-3
/
+3
*
Convert more callers of the integer/string functions to using
brettw@chromium.org
2010-07-31
1
-1
/
+2
*
Show DevTools window when the Inspect shortcut is hit for the first time
apavlov@chromium.org
2010-07-30
1
-3
/
+4
*
Cleanup: Remove unneeded headers from app/
thestig@chromium.org
2010-07-29
1
-1
/
+0
*
Add "Inspect Element" shortcut to browser tabs.
apavlov@chromium.org
2010-07-16
1
-21
/
+37
*
Attempt 2 at Moving Browser::AddTypes to TabStripModel. The first
sky@chromium.org
2010-06-28
1
-1
/
+2
*
Revert 50752 - Moves Browser::AddTypes to TabStripModel. This patch is primarily
sky@chromium.org
2010-06-24
1
-2
/
+1
*
Moves Browser::AddTypes to TabStripModel. This patch is primarily
sky@chromium.org
2010-06-24
1
-1
/
+2
*
Fix files with svn:executable permissions.
thestig@chromium.org
2010-06-23
1
-0
/
+0
*
DevTools: keep manual docked state update until corresponding webkit change l...
pfeldman@chromium.org
2010-05-06
1
-0
/
+2
*
DevTools: inspector tabs are initially drawn in the undocked style even for d...
pfeldman@chromium.org
2010-05-06
1
-4
/
+19
*
DevTools: focus devtools on breakpoint while docked (Linux & Mac fix).
pfeldman@chromium.org
2010-05-03
1
-1
/
+1
*
DevTools: always use theme data for devtools looks.
pfeldman@chromium.org
2010-04-27
1
-14
/
+9
*
DevTools: Respect theme in undocked mode.
pfeldman@chromium.org
2010-04-27
1
-2
/
+1
*
Remove svn:executable property from more files that don't need it.
thestig@chromium.org
2010-04-27
1
-0
/
+0
*
GTK: Support themes in the devtools window in GTK mode too.
erg@chromium.org
2010-04-26
1
-2
/
+2
*
DevTools: support themes.
pfeldman@chromium.org
2010-04-26
1
-3
/
+37
*
Dev Tools: show console when inspector is opened in docked mode.
pfeldman@chromium.org
2010-04-07
1
-9
/
+13
*
Fix docking behaviour for devtools windows that don't have an associated brow...
mnissler@chromium.org
2010-04-06
1
-4
/
+15
*
Move pref_{member,service} and important_file_writer from chrome/common
phajdan.jr@chromium.org
2010-02-19
1
-1
/
+1
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2010-02-09
1
-0
/
+1
*
DevTools crash: DevToolsWindow::SetDocked(bool)
pfeldman@chromium.org
2010-01-13
1
-13
/
+25
*
Fix issue: 32015: Keyboard shortcuts doesn't work when Devtool is docked
suzhe@chromium.org
2010-01-13
1
-0
/
+14
*
Mac: Make devtools window dockable.
thakis@chromium.org
2010-01-05
1
-0
/
+4
*
Forbid reloading the Inspector window.
apavlov@chromium.org
2009-12-25
1
-2
/
+3
*
DevTools: Follow up to r31226. Fixed one of the toggledevtools calls.
pfeldman@chromium.org
2009-11-06
1
-1
/
+3
*
DevTools: Wire Ctrl+Shift+C to "Show JavaScript console".
pfeldman@chromium.org
2009-11-06
1
-5
/
+22
*
Fix deadlock when plugin puts an alert and right afterwards the browser proce...
jam@chromium.org
2009-09-28
1
-2
/
+1
*
Allow the initial size of TabContentViews to be based on the
tony@chromium.org
2009-09-25
1
-1
/
+2
*
DevTools: Focus docked DevTools window on breakpoint.
pfeldman@chromium.org
2009-07-14
1
-2
/
+6
*
DevTools: remove extensions-related workaround from the docked devtools windo...
pfeldman@chromium.org
2009-07-08
1
-6
/
+1
*
DevTools: Preserve devtools window contents on dock/undock.
pfeldman@chromium.org
2009-07-07
1
-177
/
+128
*
DevTools: preserve focus on activating dev tools window.
pfeldman@chromium.org
2009-07-06
1
-0
/
+8
*
DevTools: Add docked pane into the browser view.
pfeldman@chromium.org
2009-07-01
1
-13
/
+48
[next]