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
/
views
/
tabs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Relanding focus manager refactoring with build fix, see:http://codereview.chr...
jcampan@chromium.org
2009-06-20
4
-5
/
+4
*
Reverting 18872.
jcampan@chromium.org
2009-06-19
4
-4
/
+5
*
Removed the last Windows specific part out of the focus manager. HWNDs are no...
jcampan@chromium.org
2009-06-19
4
-5
/
+4
*
Adds SendMessage to TransitionTypes.
sky@chromium.org
2009-06-18
2
-0
/
+30
*
Improved tab overview animations with better animation and wiring to
sky@chromium.org
2009-06-16
11
-56
/
+342
*
Implement the default tab opening behavior. Fix some linux build issues by ad...
brettw@chromium.org
2009-06-15
2
-0
/
+2
*
This CL fixes issue 6223 (comment #10 and #15).
xji@chromium.org
2009-06-15
1
-10
/
+54
*
Synchronizes message types.
sky@chromium.org
2009-06-15
1
-12
/
+42
*
Remove the Menu object, converting all the remaining callers to use Menu2. I'...
ben@chromium.org
2009-06-12
2
-2
/
+0
*
Adds wiring for tab overview.
sky@chromium.org
2009-06-12
2
-0
/
+310
*
Refactors tab overview and gets the rest of the chunks working. I've
sky@chromium.org
2009-06-10
10
-308
/
+903
*
Issue 8838: Close box not highlighted
idanan@chromium.org
2009-06-10
1
-0
/
+1
*
Fix compile bustage by using macro
ben@chromium.org
2009-06-10
1
-1
/
+2
*
Remove Menu2Delegate interface and fold methods onto Menu2Model instead.
ben@chromium.org
2009-06-09
2
-98
/
+64
*
First part of tab overview. It isn't wired up, nor is it complete, but
sky@chromium.org
2009-06-08
10
-0
/
+1054
*
Forbid tab drops on application windows.
ben@chromium.org
2009-06-04
1
-1
/
+2
*
Make the inactive tab background line up with the parent without using magic ...
glen@chromium.org
2009-06-04
4
-8
/
+27
*
Make tab resize relayout on mouse out work.
ben@chromium.org
2009-06-04
2
-18
/
+35
*
Move download shelf from per-tab to per-window. Also disable auto-hiding of
thakis@chromium.org
2009-06-04
2
-40
/
+7
*
Fixes a couple of related bugs:
sky@chromium.org
2009-06-01
1
-1
/
+1
*
Use the right frame type on startup, do proper swapping of frames when themes...
glen@chromium.org
2009-05-31
1
-1
/
+1
*
This CL fixes issue 6223 - Drag and drop a new tab from RTL Chrome: the docke...
xji@chromium.org
2009-05-29
1
-1
/
+4
*
More views on gtk work: NativeViewPhotoboothGtk, adds a missing method
sky@chromium.org
2009-05-29
2
-0
/
+63
*
Remove some dead code.
pkasting@chromium.org
2009-05-28
1
-5
/
+0
*
Clean up some code to make it more comprehensible. No functional change.
pkasting@chromium.org
2009-05-28
1
-16
/
+29
*
Removes ifdef around include of tooltip_manager now that it's been
sky@chromium.org
2009-05-28
1
-2
/
+0
*
Make automation proxy objects to ref_counted. That allows to process async no...
stoyan@chromium.org
2009-05-28
1
-33
/
+33
*
Splits TooltipManager so that it can be ported and stubs out the GTK
sky@chromium.org
2009-05-28
1
-2
/
+0
*
Turn BrowserView::GetBrowserViewForNativeView() into GetBrowserViewForNativeW...
davemoore@chromium.org
2009-05-28
1
-1
/
+2
*
Fix erroneous sign when drawing path for right endcap of tabs, causing them t...
pkasting@chromium.org
2009-05-27
1
-1
/
+1
*
Removes WidgetWin dependency from StatusBubbleViews so that it can compile on...
ben@chromium.org
2009-05-26
2
-4
/
+4
*
Renames BrowserView::GetBrowserViewForHWND to
sky@chromium.org
2009-05-26
1
-1
/
+1
*
Issue 12160: Crash
idanan@chromium.org
2009-05-22
1
-0
/
+24
*
Make views/ depend only on images from app/resources.
ben@chromium.org
2009-05-21
1
-0
/
+1
*
Revert 16567.
ben@chromium.org
2009-05-21
1
-1
/
+0
*
views/ should use resources from app/resources. Move dependent images to this...
ben@chromium.org
2009-05-21
1
-0
/
+1
*
Adds DidProcessEvent to MessagePumpGLib.
sky@chromium.org
2009-05-19
4
-1
/
+9
*
Fixes merge error.
sky@chromium.org
2009-05-19
1
-6
/
+0
*
Makes dragged_tab_controller compiler on linux. I'm not adding this to
sky@chromium.org
2009-05-19
2
-41
/
+65
*
Gets dragged_tab_view to compile on linux.
sky@chromium.org
2009-05-19
4
-5
/
+51
*
Factor out a BrowserFrame interface, and move the existing Windows-based code
brettw@chromium.org
2009-05-19
1
-0
/
+1
*
Refactors HWNDPhotobooth into NativeViewPhotobooth and
sky@chromium.org
2009-05-18
7
-40
/
+86
*
Makes it so tab_strip can compile on linux. Most differences are due
sky@chromium.org
2009-05-18
2
-19
/
+64
*
Land 12007 for yusukes. Original patch here: http://codereview.chromium.org/...
sky@chromium.org
2009-05-18
1
-4
/
+6
*
Makes chrome_menu able to compile of Linux (the header that is). I'm
sky@chromium.org
2009-05-18
2
-17
/
+3
*
Handful of changes to get views building again. The tab.cc ifdefs are
sky@chromium.org
2009-05-15
3
-6
/
+22
*
ChromeCanvas->gfx::Canvas
ben@chromium.org
2009-05-15
10
-35
/
+37
*
Refactors DockInfo so that it can be used on Linux. I haven't done the
sky@chromium.org
2009-05-15
2
-24
/
+38
*
ChromeFont->gfx::Font
beng@google.com
2009-05-15
2
-4
/
+4
*
Remove even more ATL dependencies.
maruel@chromium.org
2009-05-14
3
-7
/
+7
[next]