Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Issue 10824089: Make F12 close an undocked DevTools window rather than open another DevTools window for this one. (Closed)

Created:
8 years, 4 months ago by apavlov
Modified:
8 years, 4 months ago
Reviewers:
brettw, Nico, yurys, pfeldman
CC:
chromium-reviews, tfarina, mazda+watch_chromium.org, yusukes+watch_chromium.org, derat+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Make F12 close an undocked DevTools window rather than open another DevTools window for this one. BUG=139581 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=149396

Patch Set 1 #

Patch Set 2 : Add --debug-devtools cmdline switch that forces "Inspect Element" in devtools window context menu. … #

Total comments: 2

Patch Set 3 : Fixed code for RenderViewHost-less inspectees #

Total comments: 1

Patch Set 4 : Fixed argument name #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -10 lines) Patch
M chrome/browser/debugger/devtools_window.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/debugger/devtools_window.cc View 1 2 3 3 chunks +22 lines, -9 lines 0 comments Download
M chrome/browser/tab_contents/render_view_context_menu.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
apavlov
Folks, Please have a look at the patch. I'm not sure if this is the ...
8 years, 4 months ago (2012-07-30 18:10:27 UTC) #1
yurys
https://chromiumcodereview.appspot.com/10824089/diff/20/chrome/browser/debugger/devtools_window.cc File chrome/browser/debugger/devtools_window.cc (right): https://chromiumcodereview.appspot.com/10824089/diff/20/chrome/browser/debugger/devtools_window.cc#newcode622 chrome/browser/debugger/devtools_window.cc:622: if ((*it)->tab_contents_->web_contents()->GetRenderViewHost() == Consider extracting this code and sharing ...
8 years, 4 months ago (2012-07-31 14:10:21 UTC) #2
apavlov
On 2012/07/31 14:10:21, Yury Semikhatsky wrote: > https://chromiumcodereview.appspot.com/10824089/diff/20/chrome/browser/debugger/devtools_window.cc > File chrome/browser/debugger/devtools_window.cc (right): > > https://chromiumcodereview.appspot.com/10824089/diff/20/chrome/browser/debugger/devtools_window.cc#newcode622 ...
8 years, 4 months ago (2012-07-31 14:38:03 UTC) #3
yurys
lgtm https://chromiumcodereview.appspot.com/10824089/diff/5001/chrome/browser/debugger/devtools_window.cc File chrome/browser/debugger/devtools_window.cc (right): https://chromiumcodereview.appspot.com/10824089/diff/5001/chrome/browser/debugger/devtools_window.cc#newcode662 chrome/browser/debugger/devtools_window.cc:662: DevToolsWindow* DevToolsWindow::AsDevToolsWindow(RenderViewHost* window_rvh) { window_rvh -> rvh as ...
8 years, 4 months ago (2012-07-31 15:16:31 UTC) #4
Nico
Should the kDebugDevToolsFrontend be renamed to kLoadDevToolsFromDisk? It looks partially redundant with the new flag ...
8 years, 4 months ago (2012-07-31 17:33:48 UTC) #5
Nico
lgtm apavlov exmplained to me why this makes sense as is over gtalk. I hope ...
8 years, 4 months ago (2012-07-31 17:46:53 UTC) #6
apavlov
On 2012/07/31 17:46:53, Nico wrote: > lgtm > > apavlov exmplained to me why this ...
8 years, 4 months ago (2012-08-01 10:19:20 UTC) #7
commit-bot: I haz the power
8 years, 4 months ago (2012-08-01 10:19:37 UTC) #8

Powered by Google App Engine
This is Rietveld 408576698