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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert GetPreferredSize from:
beng@google.com
2008-10-15
81
-960
/
+864
*
Insert NULL check to fix dist crash
ben@chromium.org
2008-10-15
1
-5
/
+4
*
Convert HitTest/GetViewForPoint to use gfx::Point
ben@chromium.org
2008-10-14
10
-30
/
+28
*
Fix some places I missed the renaming changes.
brettw@google.com
2008-10-14
1
-1
/
+1
*
Rename RenderWidgetHostHWND to RenderWidgetHostViewWin for consistency with o...
brettw@google.com
2008-10-14
1
-2
/
+2
*
Try and find the location of crash
ben@chromium.org
2008-10-14
1
-0
/
+2
*
Change all ConvertPointTo* methods to use gfx::Point instead of CPoint.
ben@chromium.org
2008-10-14
14
-124
/
+123
*
Replace View::GetBounds(CRect* bounds) const; with gfx::Rect bounds() const.
ben@chromium.org
2008-10-14
9
-82
/
+58
*
Move more view stuff out of WebContents. This moves context menus and info
brettw@google.com
2008-10-14
4
-9
/
+22
*
Fix crash in saving pages.
ben@chromium.org
2008-10-13
1
-0
/
+1
*
Use system title bar font for app windows, detached popups, constrained popups.
ben@chromium.org
2008-10-13
2
-5
/
+21
*
Hook up throbber animation for vista detached popup windows and app windows.
ben@chromium.org
2008-10-13
6
-10
/
+76
*
Assorted improvements to window maximization and flicker on Windows Vista wit...
ben@chromium.org
2008-10-13
1
-3
/
+3
*
Tweaks for the text on the About box (from bug 3360):
finnur@google.com
2008-10-13
1
-1
/
+2
*
Remove black line above detached poppup location bars
ben@chromium.org
2008-10-11
1
-1
/
+1
*
Add incognito icon to vista frame windows that are incognito.
ben@chromium.org
2008-10-11
2
-3
/
+48
*
Fix RTL issues with opaque frame.
ben@chromium.org
2008-10-10
2
-18
/
+12
*
Start splitting out view-related stuff from WebContents into a new class WebC...
brettw@google.com
2008-10-10
2
-0
/
+2
*
This CL adds prompting for dangerous types of files (executable) when they ar...
jcampan@chromium.org
2008-10-10
4
-78
/
+558
*
Terms of Service don't apply to Chromium. Remove the link from the About box.
finnur@google.com
2008-10-10
1
-13
/
+18
*
Forgot a .h file.
finnur@google.com
2008-10-10
1
-0
/
+2
*
Allow the translators to chose which link appears first in the About box.
finnur@google.com
2008-10-10
1
-9
/
+20
*
Make loading animations on app windows not call WM_SETICON on every frame. Ow.
ben@chromium.org
2008-10-10
6
-11
/
+18
*
Fix regression with app window titles.
ben@chromium.org
2008-10-09
1
-5
/
+2
*
Account for the distributor logo when sizing the title text bounds.
ben@chromium.org
2008-10-09
1
-1
/
+4
*
Changing the About box according to mockups. Basically, we now want to have a...
finnur@google.com
2008-10-09
2
-29
/
+265
*
Roll back changes to the client area size calculation, since this fix didn't ...
ben@chromium.org
2008-10-09
2
-32
/
+27
*
Move window_resources.h to chrome/views to remove bad dependency of chrome/vi...
ben@chromium.org
2008-10-08
5
-36
/
+4
*
Constrained window title text colors are inverted.
ben@chromium.org
2008-10-08
1
-1
/
+1
*
Always position and size the toolbar view, since it's used to position other ...
ben@chromium.org
2008-10-08
1
-17
/
+18
*
Make it so that you can resize glass windows from the bottom.
ben@chromium.org
2008-10-08
1
-1
/
+2
*
External contribution from developer0420@gmail.com. Pressing enter in
sky@google.com
2008-10-08
1
-3
/
+5
*
Attempt to fix more standard non-client painting by extending the client area...
ben@chromium.org
2008-10-08
2
-10
/
+14
*
Fix problem with popups frames when magic_browzr.
erg@google.com
2008-10-08
1
-9
/
+18
*
klockwork bug: variable delared in nested scope
cpu@google.com
2008-10-08
1
-5
/
+2
*
Enables sorting of the tables in the password editor and the URL
sky@google.com
2008-10-08
3
-66
/
+131
*
Fix crash due to lack of NULL checking in one case.
beng@google.com
2008-10-08
1
-8
/
+5
*
Reduce the amount of excessive updating done when there is no window icon to be
ben@chromium.org
2008-10-06
1
-2
/
+4
*
Port some more of chrome/ to Linux.
deanm@google.com
2008-10-02
3
-0
/
+3
*
- Add a note about a subtle requirement of the current code (bug 2994).
deanm@chromium.org
2008-10-02
1
-28
/
+20
*
Fixes a couple of bookmark bar bugs:
sky@google.com
2008-10-01
1
-19
/
+75
*
Refactoring for portability:
mark@chromium.org
2008-09-29
1
-1
/
+1
*
Enables sorting of cookie views. Also fixes in bug in deletion that
sky@google.com
2008-09-29
1
-23
/
+43
*
Catch up SCons Windows build with recent file shuffling and other changes:
sgk@google.com
2008-09-26
1
-0
/
+17
*
Make the link in the About box clickable (Issue 657)
finnur@google.com
2008-09-26
2
-13
/
+38
*
Fix for a crash in the info bubble at first run
cpu@google.com
2008-09-26
1
-3
/
+6
*
Reorganize the declarations to have some grouping and logical ordering in tab...
brettw@google.com
2008-09-26
4
-5
/
+5
*
Adds the ability to sort TableView. Contrary to what we spoke about
sky@google.com
2008-09-26
1
-9
/
+17
*
"Make Chrome your default browser" should now appear as a checkbox at the bot...
finnur@google.com
2008-09-25
6
-53
/
+78
*
This CL enables the Page info menu when right-clicking on a page/frame.
jcampan@chromium.org
2008-09-23
3
-32
/
+77
[next]