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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Headers cleanup in chrome/browser/
phajdan.jr@chromium.org
2009-06-03
1
-0
/
+1
*
Fix the blue tab titles on GTK by hooking up the browser theme provider to the
brettw@chromium.org
2009-06-02
2
-0
/
+14
*
Makes the text of the in-progress download dialog better by special-casing th...
jcampan@chromium.org
2009-06-02
1
-5
/
+24
*
Fix opaque app mode display.
glen@chromium.org
2009-06-02
1
-8
/
+10
*
Use the right frame type on startup, do proper swapping of frames when themes...
glen@chromium.org
2009-05-31
2
-2
/
+2
*
Fix bustage by fixing defines not to include windows.
ben@chromium.org
2009-05-30
1
-1
/
+1
*
Fixes to make a browser window come up with TOOLKIT_VIEWS.
ben@chromium.org
2009-05-30
1
-0
/
+6
*
Reverting 17271.
ben@chromium.org
2009-05-30
1
-6
/
+0
*
Fixes to make a browser window come up with TOOLKIT_VIEWS.
ben@chromium.org
2009-05-30
1
-0
/
+6
*
Changed the status bar size to adapt to the size of the font,
mirandac@chromium.org
2009-05-29
1
-3
/
+3
*
Really theme the find bar. We were previously getting the DefaultThemeProvide...
glen@chromium.org
2009-05-29
2
-2
/
+2
*
Fixes a slew of random link/compile errors for views on gtk.
sky@chromium.org
2009-05-29
1
-1
/
+9
*
Revert Revision 17224
glen@chromium.org
2009-05-29
2
-2
/
+2
*
Revert the Omnibox when changing tabs while its contents have been deleted.
pkasting@chromium.org
2009-05-29
2
-6
/
+9
*
Really theme the find bar. We were previously getting the DefaultThemeProvide...
glen@chromium.org
2009-05-29
2
-2
/
+2
*
This CL is a clean-up of the app_modal_dialog_queue.cc in an attempt to fix a...
jcampan@chromium.org
2009-05-28
1
-2
/
+2
*
Turn BrowserView::GetBrowserViewForNativeView() into GetBrowserViewForNativeW...
davemoore@chromium.org
2009-05-28
2
-2
/
+3
*
Shift maximized mode tabstrip up by 1 px to avoid empty pixel at screen top.
pkasting@chromium.org
2009-05-28
2
-11
/
+15
*
Add BrowserView to the Linux build, it now compiles. This also includes a small
brettw@chromium.org
2009-05-27
1
-0
/
+1
*
Removes WidgetWin dependency from StatusBubbleViews so that it can compile on...
ben@chromium.org
2009-05-26
1
-1
/
+1
*
Fleshes out more of BrowserFrameGtk.
sky@chromium.org
2009-05-26
8
-22
/
+77
*
Remove the last bits leftover from my frame window experiment.
brettw@chromium.org
2009-05-26
1
-9
/
+0
*
Fix more compilation errors in browser_view.cc and an error I introduced in a
brettw@chromium.org
2009-05-26
1
-1
/
+1
*
Make most of browser_view compile on Linux.
brettw@chromium.org
2009-05-26
1
-5
/
+26
*
Fixes BrowserView::GetBrowserViewForNativeView on linux.
sky@chromium.org
2009-05-26
1
-2
/
+6
*
Renames BrowserView::GetBrowserViewForHWND to
sky@chromium.org
2009-05-26
2
-9
/
+21
*
Make hwnd_notification_source portable by making it use NativeWindow (and
brettw@chromium.org
2009-05-23
1
-2
/
+2
*
Refactors TabContentsContainerView into TabContentsContainer and associated p...
ben@chromium.org
2009-05-22
2
-10
/
+16
*
Fix the Windows build by adding some missing headers.
brettw@chromium.org
2009-05-22
1
-1
/
+2
*
Move more dialog showing routines to browser_dialogs.h to reduce dependencies
brettw@chromium.org
2009-05-22
1
-12
/
+7
*
Remove some dependencies on Windows-specific files in BrowserView. The usage
brettw@chromium.org
2009-05-22
1
-10
/
+7
*
Move a bunch of dialog creation routines to browser_dialogs.h to break the
brettw@chromium.org
2009-05-22
2
-29
/
+12
*
Make views/ depend only on images from app/resources.
ben@chromium.org
2009-05-21
3
-0
/
+3
*
Theme the find bar.
glen@chromium.org
2009-05-21
2
-0
/
+8
*
Remove the dependency from browser_view on the bug report dialog. I am going to
brettw@chromium.org
2009-05-21
1
-34
/
+2
*
Try to make TextField::Controller implementors cross-platform by abstracting
brettw@chromium.org
2009-05-21
1
-0
/
+1
*
Revert 16567.
ben@chromium.org
2009-05-21
3
-3
/
+0
*
views/ should use resources from app/resources. Move dependent images to this...
ben@chromium.org
2009-05-21
3
-0
/
+3
*
Draw the toolbar separator correctly, and in maximized mode.
glen@chromium.org
2009-05-19
2
-25
/
+47
*
Add a skeleton browser_frame implementation for GTK, make browser_view (which
brettw@chromium.org
2009-05-19
5
-16
/
+129
*
Ifdef out some Windows dependencies. This is the first pass trying to get
brettw@chromium.org
2009-05-19
1
-0
/
+10
*
Factor out a BrowserFrame interface, and move the existing Windows-based code
brettw@chromium.org
2009-05-19
11
-203
/
+320
*
An attempt to abstract the logic of the various layered windows we're using t...
erikkay@google.com
2009-05-18
2
-1
/
+30
*
Linux: Take download shelf and infobar close animations into account during r...
estade@chromium.org
2009-05-15
2
-2
/
+9
*
ChromeCanvas->gfx::Canvas
ben@chromium.org
2009-05-15
5
-31
/
+31
*
ChromeFont->gfx::Font
beng@google.com
2009-05-15
2
-4
/
+6
*
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
2
-5
/
+3
*
Refactors menus so that I can create a MenuGtk implementation, and moves it into
sky@chromium.org
2009-05-14
2
-8
/
+13
*
Remove even more ATL dependencies.
maruel@chromium.org
2009-05-14
1
-0
/
+1
[next]