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
/
frame
/
browser_view.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rejiggers the keyword editor so that the UI is independent of the model rathe...
ben@chromium.org
2009-06-23
1
-0
/
+2
*
Reorganize the way the task manager is constructed.
ben@chromium.org
2009-06-22
1
-0
/
+1
*
Fix a crash when closing an incognito window with a download
paul@chromium.org
2009-06-16
1
-1
/
+1
*
Reduce header dependencies in browser/
phajdan.jr@chromium.org
2009-06-13
1
-0
/
+1
*
Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...
jcampan@chromium.org
2009-06-12
1
-6
/
+2
*
Remove Menu2Delegate interface and fold methods onto Menu2Model instead.
ben@chromium.org
2009-06-09
1
-4
/
+1
*
Convert toolbar page and app menus over to use the new system.
ben@chromium.org
2009-06-08
1
-13
/
+37
*
Rename BrowserToolbarView->ToolbarView to match file name.
ben@chromium.org
2009-06-06
1
-2
/
+2
*
Move download shelf from per-tab to per-window. Also disable auto-hiding of
thakis@chromium.org
2009-06-04
1
-7
/
+7
*
Revert the Omnibox when changing tabs while its contents have been deleted.
pkasting@chromium.org
2009-05-29
1
-0
/
+1
*
Turn BrowserView::GetBrowserViewForNativeView() into GetBrowserViewForNativeW...
davemoore@chromium.org
2009-05-28
1
-1
/
+1
*
Renames BrowserView::GetBrowserViewForHWND to
sky@chromium.org
2009-05-26
1
-5
/
+4
*
Refactors TabContentsContainerView into TabContentsContainer and associated p...
ben@chromium.org
2009-05-22
1
-2
/
+8
*
Move a bunch of dialog creation routines to browser_dialogs.h to break the
brettw@chromium.org
2009-05-22
1
-1
/
+1
*
Theme the find bar.
glen@chromium.org
2009-05-21
1
-0
/
+4
*
Try to make TextField::Controller implementors cross-platform by abstracting
brettw@chromium.org
2009-05-21
1
-0
/
+1
*
Add a skeleton browser_frame implementation for GTK, make browser_view (which
brettw@chromium.org
2009-05-19
1
-7
/
+12
*
Factor out a BrowserFrame interface, and move the existing Windows-based code
brettw@chromium.org
2009-05-19
1
-0
/
+1
*
An attempt to abstract the logic of the various layered windows we're using t...
erikkay@google.com
2009-05-18
1
-1
/
+11
*
Linux: Take download shelf and infobar close animations into account during r...
estade@chromium.org
2009-05-15
1
-0
/
+1
*
Remove a trailing slash in BrowserView. gcc doesn't like these.
sky@chromium.org
2009-05-14
1
-1
/
+1
*
Move Always On Top setting out of Window/WindowDelegate and into task manager...
beng@google.com
2009-05-14
1
-2
/
+1
*
Refactors menus so that I can create a MenuGtk implementation, and moves it into
sky@chromium.org
2009-05-14
1
-3
/
+6
*
This is the first pass at themes.
glen@chromium.org
2009-05-09
1
-0
/
+1
*
Add PreferredSizeChanged() to View to allow subviews to notify their parents ...
erikkay@google.com
2009-05-08
1
-0
/
+2
*
Move src/chrome/views to src/views. RS=darin http://crbug.com/11387
ben@chromium.org
2009-05-08
1
-2
/
+2
*
Create a separate UI surface for extensions (bottom shelf) and remove them fr...
erikkay@google.com
2009-05-06
1
-2
/
+8
*
Remove the unwanted code snippet that was removed by Tim, but
munjal@chromium.org
2009-04-27
1
-12
/
+0
*
Don't allow the browser window to be resized so small that layout starts brea...
pkasting@chromium.org
2009-04-27
1
-0
/
+13
*
Remove unused bits and pieces of #ifdefed code that isn't used.
tim@chromium.org
2009-04-24
1
-21
/
+0
*
Reverting r14276 (http://codereview.chromium.org/88069) which causes unit tes...
robertshield@google.com
2009-04-23
1
-1
/
+0
*
Don't allow the browser window to be resized so small that layout starts brea...
pkasting@chromium.org
2009-04-23
1
-0
/
+1
*
Reorganize fullscreen mode handling. Now nearly everything is in WindowWin. ...
pkasting@chromium.org
2009-04-17
1
-20
/
+0
*
Fix regression I introduced where Stop/Go button would toggle state instantly...
pkasting@chromium.org
2009-04-15
1
-1
/
+1
*
This CL adds a confirmation box when closing the browser with in-progress dow...
jcampan@chromium.org
2009-04-09
1
-0
/
+1
*
Distributor logo and " - App Name" shouldn't be shown on app frame windows.
ben@chromium.org
2009-04-08
1
-0
/
+6
*
Moving the Find bar ownership to the Browser object for portability and testa...
finnur@chromium.org
2009-04-05
1
-9
/
+1
*
Move HTML dialogs out of their own tab contents type. Moved functions to new
brettw@chromium.org
2009-04-03
1
-1
/
+2
*
Remove BrowserWindow::Init().
estade@chromium.org
2009-03-18
1
-1
/
+3
*
Move controls into their own dir under chrome/views/controls
ben@chromium.org
2009-03-17
1
-2
/
+2
*
Move windowing related objects into chrome/views/window subdir.
ben@chromium.org
2009-03-17
1
-2
/
+2
*
Linux accelerators cleanup:
estade@chromium.org
2009-03-16
1
-1
/
+1
*
Makes drops above the tabstrip work again. This stopped working
sky@google.com
2009-03-13
1
-34
/
+0
*
Make toggling fullscreen mode on/off significantly less janky-looking by mean...
pkasting@chromium.org
2009-03-12
1
-0
/
+4
*
Some work in refactoring FindBarWin/FindBarView so
tc@google.com
2009-03-12
1
-2
/
+2
*
Fixes crash in ResizeCorner. ResizeCorner was caching the BrowserView
sky@google.com
2009-03-09
1
-0
/
+2
*
Test to see if we can reduce some crashes by deferring delegate destruction u...
ben@chromium.org
2009-03-06
1
-1
/
+0
*
Take 2 at moving SupportsWindowFeature from BrowserView
tc@google.com
2009-03-04
1
-15
/
+0
*
Revert "Use grit to generate locale rc files and remove the old locale rc fil...
tc@google.com
2009-03-03
1
-0
/
+15
*
Move SupportsWindowFeature from BrowserView to Browser so
tc@google.com
2009-03-03
1
-15
/
+0
[next]