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
*
Make the browser talk to the status bubble through an abstract interface to r...
ben@chromium.org
2009-01-22
2
-4
/
+4
*
Move automation specific accessors to their own interface to make their purpo...
ben@chromium.org
2009-01-22
2
-14
/
+25
*
Fix p13n build break due to a change in CommandLine class.
munjal@chromium.org
2009-01-21
1
-1
/
+2
*
Correct icon/title sizing/placement for varying titlebar font sizes. This ma...
pkasting@chromium.org
2009-01-21
1
-23
/
+78
*
Make CommandLine into a normal object, with some statics for getting at the c...
evan@chromium.org
2009-01-21
1
-1
/
+3
*
Rework the command updater to not be dependent on views::Button (needed for p...
ben@chromium.org
2009-01-20
1
-10
/
+11
*
Revert "revert r8217 until memory tests are fixed." This re-applies r8217.
tc@google.com
2009-01-20
2
-1
/
+3
*
revert r8217 until memory tests are fixed.
ben@chromium.org
2009-01-17
2
-3
/
+1
*
Pull app modal dialog handling out of the BrowserList to remove the ChromeVie...
ben@chromium.org
2009-01-16
1
-1
/
+1
*
window.cc should not include browser_list.h ... dependent (non-browser) windo...
ben@chromium.org
2009-01-16
2
-1
/
+3
*
Render maximized mode better when using nonstandard border widths.
pkasting@chromium.org
2009-01-15
2
-69
/
+68
*
Fix status bubble positioning with custom border widths by positioning the bu...
pkasting@chromium.org
2009-01-15
1
-9
/
+12
*
Move a bunch of TabContents related files into a tab_contents subdir
ben@chromium.org
2009-01-15
2
-4
/
+4
*
Provides the infrastructure for Browser unit tests that create a
sky@google.com
2009-01-14
1
-0
/
+3
*
After playing around with a modified image from Glen, I concluded that a comm...
pkasting@chromium.org
2009-01-14
1
-4
/
+2
*
Pixel perfection on tabstrip for non-Aero frame. This gets both ends of the ...
pkasting@chromium.org
2009-01-13
5
-36
/
+42
*
Pixel perfection on OTR icon. The tabstrip is still positioned/sized wrong r...
pkasting@chromium.org
2009-01-13
2
-40
/
+63
*
No user-visible change. Minor code cleanup I split out from the OTR fixes I'...
pkasting@chromium.org
2009-01-12
2
-117
/
+89
*
Enables restoring of keyboard focus to the the toolbar button that last had f...
klink@chromium.org
2009-01-06
1
-0
/
+3
*
Make Maximized Mode Not Suck, part 1 (checkpoint).
pkasting@chromium.org
2008-12-22
1
-170
/
+182
*
After staring at this line of code I realized it was saying something much si...
pkasting@chromium.org
2008-12-19
1
-3
/
+1
*
This CL fixes issue 4224: Window Management controls don't work with maximize...
xji@chromium.org
2008-12-18
1
-1
/
+2
*
Mostly cleanup.
pkasting@chromium.org
2008-12-17
1
-1
/
+5
*
Reduce the amount of space between the location bar and the bookmark bar by a...
glen@chromium.org
2008-12-12
1
-2
/
+9
*
Cleanup part 2.
pkasting@chromium.org
2008-12-08
1
-30
/
+20
*
Cleanup, part 1.
pkasting@chromium.org
2008-12-08
1
-18
/
+18
*
Roll back this change.
ben@chromium.org
2008-12-03
1
-4
/
+10
*
RootView should be destroyed in WM_NCDESTROY not after it.
ben@chromium.org
2008-12-03
1
-10
/
+4
*
Tear out all the old infobar code.
ben@chromium.org
2008-12-03
1
-19
/
+4
*
Relanding docus manager crasher work-around.
jcampan@chromium.org
2008-11-26
1
-2
/
+7
*
Reverting my previous commit, it seems to be breaking the UI tests in debug m...
jcampan@chromium.org
2008-11-26
1
-7
/
+2
*
Some crashes reported from the field seems to indicate that when
jcampan@chromium.org
2008-11-25
1
-2
/
+7
*
Re-land 5929 (r5882) with crash fix and also this change:
ben@chromium.org
2008-11-25
1
-0
/
+1
*
Beginnings of a new InfoBar system.
ben@chromium.org
2008-11-21
2
-9
/
+30
*
Rename Container->Widget
ben@chromium.org
2008-11-21
7
-19
/
+19
*
Land this change again now I've fixed the crash.
ben@chromium.org
2008-11-19
7
-22
/
+41
*
put back this change now chromebot has had a chance to run
ben@chromium.org
2008-11-19
1
-2
/
+1
*
Make sure the browser window is visible, even if the startup info says that i...
ben@chromium.org
2008-11-19
1
-1
/
+3
*
Revert change 5596 because it broke the build
nsylvain@chromium.org
2008-11-18
7
-37
/
+22
*
Last couple of bits of new-frame related cleanup:
ben@chromium.org
2008-11-18
7
-22
/
+37
*
Quick test to locate position of crash on qemu. Will remove after one batch o...
ben@chromium.org
2008-11-16
1
-1
/
+2
*
Make the Browser restore saved last size/position using the WindowDelegate co...
ben@chromium.org
2008-11-15
2
-1
/
+9
*
Rewire the throbber so that the timer for updating lives on BrowserView, not ...
ben@chromium.org
2008-11-14
2
-5
/
+36
*
Rid most of the Browser object of HWND dependencies.
ben@chromium.org
2008-11-14
2
-0
/
+112
*
Fixes the interactive ui tests by correctly initializing the specified popup ...
ben@chromium.org
2008-11-14
1
-2
/
+1
*
Re-do the way browser windows are shown:
ben@chromium.org
2008-11-14
9
-59
/
+100
*
Reorder functions in browser.h
ben@chromium.org
2008-11-12
1
-4
/
+3
*
Move the hang monitor to the BrowserView, since it's highly Windows/HWND spec...
ben@chromium.org
2008-11-11
2
-2
/
+64
*
More cleanup in Browser:
ben@chromium.org
2008-11-11
1
-6
/
+5
*
Cleanup and rearrange methods on BrowserWindow interface.
beng@google.com
2008-11-11
2
-46
/
+18
[next]