diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-05 23:20:30 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-05 23:20:30 +0000 |
commit | d284a5fd91186becd0091b35219710735b9cbf74 (patch) | |
tree | 1c7f029d16e5d1c6b0dce45b133d64763a5f3929 /ipc | |
parent | e39bc5e7891b2b2bb4bc6f08e4579da4b1d11fb8 (diff) | |
download | chromium_src-d284a5fd91186becd0091b35219710735b9cbf74.zip chromium_src-d284a5fd91186becd0091b35219710735b9cbf74.tar.gz chromium_src-d284a5fd91186becd0091b35219710735b9cbf74.tar.bz2 |
Mac: Make devtools window dockable.
xib change: Deleted NSBox, added NSSplitView instead (with a thin divider and without any child views).
I added the devtools tabcontents to TabContentsController; windows and linux instead add it to the browser window and switch it on every tab change. What I've done makes more sense to me and might work better with a) dragging a tab with docked devtools into a new window and b) toggling fullscreen.
BUG=17368
TEST=
* Inspect element, click the "attach" item in the lower left corner. Devtools should attach to the tab. Click it again, should detach. Re-attach, switch tabs. Should only be in the tab it was attached to. Open another devtools window in another tab, should be attached there. Drag tab with attached devtools into a new window, should work.
* Inspect element with docked devtools, close devtools, inspect another element. devtools should open with the same size it had when it was closed, and should still be docked.
* Hover link with docked devtools. Status bubble should not overlap devtools.
* Go to http://www.pagetutor.com/keeper/http_authentication/index.html and make sure the http auth sheet still shows up
Review URL: http://codereview.chromium.org/526001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35576 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/ipc_message.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_message.cc b/ipc/ipc_message.cc index a532a8d..703588d0 100644 --- a/ipc/ipc_message.cc +++ b/ipc/ipc_message.cc @@ -123,4 +123,4 @@ void Message::EnsureFileDescriptorSet() { #endif -} // namespace IPC
\ No newline at end of file +} // namespace IPC |