Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(158)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: chrome/browser/ui/panels/bottom_bar_cocoa.mm
Issue
7646003
:
Support auto-hide taskbar for panels on Windows. (Closed)
Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: ''
Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
chrome/browser/ui/panels/bottom_bar.h
chrome/browser/ui/panels/bottom_bar_cocoa.mm
chrome/browser/ui/panels/bottom_bar_linux.cc
chrome/browser/ui/panels/bottom_bar_win.cc
chrome/browser/ui/panels/panel_browser_view.cc
chrome/browser/ui/panels/panel_browser_view_browsertest.cc
chrome/browser/ui/panels/panel_browsertest.cc
chrome/browser/ui/panels/panel_manager.h
chrome/browser/ui/panels/panel_manager.cc
chrome/browser/ui/panels/panel_mouse_watcher_win.cc
chrome/chrome_browser.gypi
views/widget/monitor_win.h
views/widget/monitor_win.cc
views/widget/native_widget_win.cc
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« chrome/browser/ui/panels/bottom_bar.h
('K') |
« chrome/browser/ui/panels/bottom_bar.h
('k') |
chrome/browser/ui/panels/bottom_bar_linux.cc »
('j') |
chrome/browser/ui/panels/bottom_bar_linux.cc »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
Property Changes:
Added: svn:eol-style
+ LF
OLD
NEW
(Empty)
1
// Copyright (c) 2011 The Chromium Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#include "chrome/browser/ui/panels/bottom_bar.h"
6
7
bool IsBottomBarInAutoHideMode() {
Dmitry Titov
2011/08/17 22:56:38
Lets add NOTIMPLEMENTED to those?
Lets add NOTIMPLEMENTED to those?
jianli
2011/08/22 20:44:42
Done.
Show quoted text
On 2011/08/17 22:56:38, Dmitry Titov wrote: > Lets add NOTIMPLEMENTED to those?
Done.
8
return false;
9
}
10
11
int GetBottomBarHeight() {
12
return 0;
13
}
14
15
bool IsBottomBarFullyVisible() {
16
return true;
17
}
18
19
bool IsBottomBarHidden() {
20
return false;
21
}
OLD
NEW
« chrome/browser/ui/panels/bottom_bar.h
('K') |
« chrome/browser/ui/panels/bottom_bar.h
('k') |
chrome/browser/ui/panels/bottom_bar_linux.cc »
('j') |
chrome/browser/ui/panels/bottom_bar_linux.cc »
('J')
Issue 7646003: Support auto-hide taskbar for panels on Windows. (Closed)
Created 9 years, 4 months ago by jianli
Modified 9 years, 3 months ago
Reviewers: Dmitry Titov, jennb, Peter Kasting
Base URL: svn://chrome-svn/chrome/trunk/src/
Comments: 141
This is Rietveld
408576698