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
*
Landing a patch for Adam. See http://codereview.chromium.org/3136 for details.
finnur@google.com
2008-09-19
2
-7
/
+5
*
Changes the bookmark model to allow more than one bookmark to
sky@google.com
2008-09-19
7
-200
/
+205
*
Add some padding between the right edge of the new tab button and the left ed...
ben@chromium.org
2008-09-18
1
-2
/
+7
*
Make sure window controls in maximized browser windows can be hit-tested as t...
ben@chromium.org
2008-09-18
1
-2
/
+8
*
Rename legacy methods that were in CamelCase to unix_hacker.
erg@google.com
2008-09-17
48
-656
/
+628
*
Don't load the font for the window title if we're not going to be painting a ...
beng@google.com
2008-09-17
7
-131
/
+66
*
Re-land this fix from earlier. Since I was making the tab icon view optional,...
beng@google.com
2008-09-17
2
-20
/
+28
*
According to reports in the field, some XP machines have a registry flag that...
finnur@google.com
2008-09-17
1
-0
/
+1
*
Roll back this fix until I can figure out why it;s crashing the ui tests
beng@google.com
2008-09-17
2
-28
/
+20
*
Don't initialize the TabIconView if we don't need to. It's expensive to create.
beng@google.com
2008-09-17
2
-20
/
+28
*
Revert this earlier fix since it didn't do any good.
beng@google.com
2008-09-17
2
-33
/
+28
*
Fixed bookmark bubble bug. If you changed the title, then clicked edit
sky@google.com
2008-09-16
1
-0
/
+3
*
Attempt to reduce startup regression by deferring load of inactive window bit...
beng@google.com
2008-09-16
2
-28
/
+33
*
Added code for personalization to the new frame class
jhaas@chromium.org
2008-09-16
2
-1
/
+48
*
Allow Views to support an optional hit-test mask. Make hittest use this.
beng@google.com
2008-09-16
3
-15
/
+12
*
Fix bug where bookmark bar wouldn't animate away but would rather snap closed...
beng@google.com
2008-09-16
1
-3
/
+5
*
Add preferences for the clear browsing data dialog so that
tc@google.com
2008-09-15
1
-5
/
+28
*
Hit test zone for the new tab button should follow its visible shape.
beng@google.com
2008-09-14
1
-1
/
+57
*
A couple of tweaks to the AeroGlassNonClientView:
beng@google.com
2008-09-14
1
-2
/
+2
*
Include the area to the right of the tabstrip underneath the window controls ...
beng@google.com
2008-09-14
1
-3
/
+11
*
Fix interactive UI tests...
beng@google.com
2008-09-14
2
-6
/
+15
*
Get the new frames to pass the accessibility UI tests.
beng@google.com
2008-09-14
2
-1
/
+43
*
Move more UI stuff into browser/views
beng@google.com
2008-09-13
46
-37
/
+1645
*
Move the download code to new directories:
paulg@google.com
2008-09-13
7
-7
/
+1440
*
Back r2151 since it causes ui tests failures.
maruel@google.com
2008-09-13
1
-39
/
+23
*
Move XPFrame, VistaFrame to views/old_frames
beng@google.com
2008-09-13
14
-1
/
+6358
*
Forgot to commit these two files.
beng@google.com
2008-09-13
2
-2
/
+2
*
Move importer files into an importer subdirectory.
beng@google.com
2008-09-13
4
-4
/
+5
*
Added routines to MetricsService to parse the server response and respond to ...
petersont@google.com
2008-09-13
1
-23
/
+39
*
Revert the change that fixed the encoding when viewing source in subframes.
brettw@google.com
2008-09-12
7
-28
/
+16
*
forgot these files, fixing clobber build
beng@google.com
2008-09-12
5
-5
/
+5
*
Move View components of the Browser's tab strip into the browser_views projec...
beng@google.com
2008-09-12
14
-0
/
+5355
*
Removing static initializers.
jcampan@chromium.org
2008-09-12
1
-13
/
+13
*
Actually fix the javascript alert crasher in a way that
erg@google.com
2008-09-12
2
-1
/
+16
*
Reverting constrained window change. Seems to break tests on TOT.
erg@google.com
2008-09-11
2
-13
/
+1
*
Fix crasher and possible security vulnerability in popup
erg@google.com
2008-09-11
2
-1
/
+13
*
Renames BoomarkBarModel to BookmarkModel.
sky@google.com
2008-09-11
9
-260
/
+245
*
Make sure the tabstrip doesn't have the chin above it in maximized view in aero.
beng@google.com
2008-09-11
1
-1
/
+2
*
First pass at splitting the AutocompleteEdit into Model and View. This was n...
pkasting@chromium.org
2008-09-10
2
-16
/
+16
*
The About box was needlessly blocking Chrome on Vista SP1 (with UAC disabled)...
finnur@google.com
2008-09-10
1
-3
/
+8
*
Fix grab bag of AeroGlassFrame issues:
beng@google.com
2008-09-10
5
-21
/
+22
*
Fix bug with resizeBy in Gears dialogs.
mpcomplete@google.com
2008-09-09
1
-11
/
+1
*
Moves bookmark related classes into bookmarks directory. There are no
sky@google.com
2008-09-09
6
-7
/
+7
*
Patch from Szymon Piechowicz <szymonpiechowicz@o2.pl>
beng@google.com
2008-09-09
1
-6
/
+6
*
A couple of quick TODO and other cleanups.
beng@google.com
2008-09-08
4
-13
/
+1
*
Support WM_APPCOMMAND on Window. Make it just pass through to WindowDelegate:...
beng@google.com
2008-09-08
2
-0
/
+47
*
This patch is from Andrew Brampton <me@bramp.net>.
sky@google.com
2008-09-08
1
-1
/
+2
*
Make sure the browser is destroyed during DestroyBrowser because EndSession h...
beng@google.com
2008-09-08
1
-1
/
+9
*
Fix SSL state in the URL bar being incorrect. Going to an EV site like https:...
brettw@google.com
2008-09-07
1
-3
/
+0
*
Don't reinvent the wheel - base::wclscpy does this work in one line of code.
beng@google.com
2008-09-07
1
-6
/
+2
[next]