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
/
ui
/
panels
Commit message (
Expand
)
Author
Age
Files
Lines
*
Increase the minimum panel height to be a bit more than titlebar height.
jianli@chromium.org
2013-03-30
3
-12
/
+33
*
Fix the problem that docked panel flickers when Chrome just enters fullscreen...
jianli@chromium.org
2013-03-27
2
-4
/
+28
*
Fix the problem that stacked panels do not adjust correctly on display change
jianli@chromium.org
2013-03-27
2
-4
/
+6
*
Fix a crash in PanelManager::panels
jianli@chromium.org
2013-03-21
1
-1
/
+1
*
Update panel titlebar per latest UI guidelines for all 3 platforms
jianli@chromium.org
2013-03-20
1
-1
/
+20
*
Add Muffin to the list of detected window managers.
dcheng@chromium.org
2013-03-18
1
-0
/
+1
*
Chromium style checker cleanup
rsleevi@chromium.org
2013-03-15
1
-2
/
+4
*
When Chrome enters the fullscreen mode:
jianli@chromium.org
2013-03-15
5
-12
/
+8
*
Remove left-over panel code.
jianli@chromium.org
2013-03-15
1
-4
/
+0
*
Remove PanelAndDesktopNotificationTest test file
jianli@chromium.org
2013-03-14
1
-415
/
+0
*
New panel should not stack with other panel or stack that is minimized by the...
jianli@chromium.org
2013-03-14
6
-1
/
+85
*
Allow link-related context menu items in panels.
dcheng@chromium.org
2013-03-13
1
-33
/
+78
*
Revert 187796 "New panel should not stack with other panel or st..."
falken@chromium.org
2013-03-13
6
-85
/
+1
*
New panel should not stack with other panel or stack that is minimized by the...
jianli@chromium.org
2013-03-13
6
-1
/
+85
*
Delete items of the launcher jump list upon pressing Shift click
skuhne@chromium.org
2013-03-13
1
-1
/
+1
*
Add the check for whether top/bottom edge to be stacked to is exterior edge
jianli@chromium.org
2013-03-09
2
-7
/
+83
*
Enable panel stacking support by default for Windows
jianli@chromium.org
2013-03-07
2
-3
/
+1
*
Explicitly focusing a collapsed panel in a stack should restore it
jianli@chromium.org
2013-03-07
3
-2
/
+37
*
Make sure that the resizing does not shrink a panel lower in the stack to ver...
jianli@chromium.org
2013-03-05
2
-1
/
+17
*
Show system minimize button for detached panels
jianli@chromium.org
2013-03-05
6
-8
/
+18
*
Disable PanelBrowserTest.TightAutosizeAroundSingleLine
bartfab@chromium.org
2013-03-04
1
-1
/
+3
*
Activate last active stacked panel when the user uses ALT-TAB to switch to th...
jianli@chromium.org
2013-03-02
1
-0
/
+4
*
Refactor DisplaySettingsProvider:
jianli@chromium.org
2013-03-02
25
-428
/
+727
*
For panel titlebar, remove Chrome theme and use consistent draw-attention color
jianli@chromium.org
2013-03-02
2
-4
/
+0
*
Stacked panel should set full size when its bounds is changed due to resizing
jianli@chromium.org
2013-03-01
2
-0
/
+48
*
New panels should only stack with panels of the same profile and extension
jianli@chromium.org
2013-03-01
5
-5
/
+175
*
Disable tests failing intermitently on try bots.
mad@chromium.org
2013-03-01
2
-2
/
+12
*
Expand the collapsed topmost panel when all other panels in a stack are closed.
jianli@chromium.org
2013-03-01
2
-1
/
+38
*
Move the focus to next panel in the stack when a panel in a stack is closed
jianli@chromium.org
2013-03-01
2
-0
/
+33
*
For user-resizing, panel should update its bounds before calling OnPanelResiz...
jianli@chromium.org
2013-02-28
4
-10
/
+9
*
Draw system attention for the stack when any panel in the stack is drawing at...
jianli@chromium.org
2013-02-28
2
-0
/
+6
*
Remove kDefaultHostDesktopType from browser_finder.cc.
gab@chromium.org
2013-02-28
1
-4
/
+12
*
Move Icons out of Extension class
rdevlin.cronin@chromium.org
2013-02-27
1
-2
/
+5
*
Disabling PanelAndDesktopNotificationTest.AddAndClosePanel which failed a few...
mad@chromium.org
2013-02-26
1
-1
/
+3
*
Enable browser_tests on linux_aura.
erg@chromium.org
2013-02-23
1
-1
/
+8
*
Disable failing trybot panel tests.
ccameron@chromium.org
2013-02-23
1
-5
/
+47
*
Make sure all panels could fit within the screen when expanding a panel or al...
jianli@chromium.org
2013-02-21
4
-24
/
+249
*
Disable repeatedly failing trybot panel tests.
ccameron@chromium.org
2013-02-20
1
-1
/
+7
*
Fix mac filtering to use OS_MACOSX not OS_MAC
ccameron@chromium.org
2013-02-20
3
-14
/
+26
*
browser: Move the rest of application_lifetime.h into chrome namespace.
tfarina@chromium.org
2013-02-18
1
-1
/
+1
*
Make panels support win-aura and reenable some tests.
jianli@chromium.org
2013-02-16
2
-10
/
+3
*
Disable the test that fails on win-aura for further investigation.
jianli@chromium.org
2013-02-15
1
-0
/
+2
*
Revert 182790
isherman@chromium.org
2013-02-15
2
-3
/
+10
*
Make panels support win-aura and reenable some tests.
jianli@chromium.org
2013-02-15
2
-10
/
+3
*
Add ShellWindowContents and AppWindow/Panel implementations.
stevenjb@chromium.org
2013-02-15
1
-23
/
+38
*
Fix panel.cc to match method ordering in panel.h.
scheib@chromium.org
2013-02-15
2
-400
/
+400
*
Support resizing stacked panels by mouse.
jianli@chromium.org
2013-02-15
10
-30
/
+361
*
Revert 182559
isherman@chromium.org
2013-02-15
1
-38
/
+23
*
Add ShellWindowContents and AppWindow/Panel implementations.
stevenjb@chromium.org
2013-02-14
1
-23
/
+38
*
Disable repeatedly failing trybot panel tests.
rdsmith@chromium.org
2013-02-13
3
-13
/
+86
[next]