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
/
views
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Review URL: http://codereview.chromium.org/20405
yurys@google.com
2009-02-16
1
-1
/
+1
*
Make system menus show up at the right place for all frames, whether they're ...
pkasting@chromium.org
2009-02-13
7
-28
/
+42
*
Don't focus unfocusable things.
pkasting@chromium.org
2009-02-13
4
-8
/
+4
*
A patch from external contributor Yong Shin (already in AUTHORS list). I also...
finnur@google.com
2009-02-13
1
-18
/
+18
*
Fix an issue with HWNDView visibility where invisible (i.e. SetVisible(false)...
pkasting@chromium.org
2009-02-13
2
-5
/
+3
*
Fix some focus traversal issues:
pkasting@chromium.org
2009-02-13
1
-11
/
+9
*
Add ability to set a flag in the Label view class that tells it to
munjal@chromium.org
2009-02-13
3
-0
/
+22
*
Second try of landing chrome_resources project. Changes from last time:
tc@google.com
2009-02-12
8
-7
/
+7
*
This is an attempt at finding the reason for the page_cycler slowness caused by
mad@chromium.org
2009-02-12
3
-69
/
+0
*
Revert "Create a chrome_resources.vcproj that holds grd files that hold"
tc@google.com
2009-02-12
7
-6
/
+7
*
Create a chrome_resources.vcproj that holds grd files that hold
tc@google.com
2009-02-12
7
-7
/
+6
*
Text fields were not getting focused.
jcampan@chromium.org
2009-02-11
1
-0
/
+1
*
Reverting 9493.
kuchhal@chromium.org
2009-02-10
3
-0
/
+69
*
Relanding of http://codereview.chromium.org/16488.
mad@chromium.org
2009-02-10
3
-69
/
+0
*
Fix UI test regression, there's a better way to refactor this anyway.
pkasting@chromium.org
2009-02-10
1
-5
/
+2
*
Make aero glass code look more like other nonclient views in hopes of easing ...
pkasting@chromium.org
2009-02-09
3
-25
/
+21
*
Reverting 9408.
brettw@chromium.org
2009-02-09
3
-0
/
+69
*
Add a new resizer corner.
mad@chromium.org
2009-02-09
3
-69
/
+0
*
Support custom border widths. Allow user to resize the window (instead of do...
pkasting@chromium.org
2009-02-06
1
-26
/
+27
*
Cleanup forward declared classes that are not needed in chrome/renderer, chro...
thestig@chromium.org
2009-02-06
9
-36
/
+17
*
Add debugging info to hopefully catch what's causing 6316
erg@google.com
2009-02-05
1
-0
/
+2
*
Fix the dependency checker tool. Rules for a directory did modify their direc...
stoyan@chromium.org
2009-02-05
1
-0
/
+9
*
Paper over a crash that I think is due to the way we shut down the view hiera...
ben@chromium.org
2009-02-04
1
-0
/
+7
*
This CL adds macro used to track the creation and destruction
jcampan@chromium.org
2009-02-04
3
-9
/
+31
*
Reverting 9109.
ojan@google.com
2009-02-03
3
-31
/
+9
*
This CL adds macro used to track the creation and destruction
jcampan@chromium.org
2009-02-03
3
-9
/
+31
*
Bail saving window placement if the function is called after WM_DESTROY (wind...
ben@chromium.org
2009-02-03
1
-0
/
+7
*
Porting unit tests.
phajdan.jr@chromium.org
2009-02-03
1
-3
/
+3
*
This CL fix issue 7253 -- tooltip of pure English tab title has wrong directi...
xji@chromium.org
2009-02-03
1
-0
/
+3
*
More bustage fixes
brettw@chromium.org
2009-02-01
1
-0
/
+2
*
Remove most header file dependencies on the notification type list. It is
brettw@chromium.org
2009-02-01
10
-32
/
+45
*
Fix Aero Basic (i.e. non-glass) maximized mode drawing. This old hack was in...
pkasting@chromium.org
2009-01-31
1
-46
/
+0
*
Lands fix for 6878 from Yong Shin.
sky@google.com
2009-01-30
1
-1
/
+5
*
Fix various problems with constrained windows and/or custom frame windows:
pkasting@chromium.org
2009-01-30
1
-77
/
+183
*
Reorganize DefaultNonClientView and ConstrainedWindowNonClientView to match c...
pkasting@chromium.org
2009-01-29
1
-164
/
+117
*
Per Glen, remove the bottom border of maximized windows. I went ahead and al...
pkasting@chromium.org
2009-01-29
3
-10
/
+8
*
Move kClientEdgeThickness from BrowserView to NonClientView (which makes more...
pkasting@chromium.org
2009-01-29
2
-0
/
+6
*
Fixes crash in adding a menu item. As far as I can tell
sky@google.com
2009-01-28
1
-0
/
+9
*
Add NOTREACHED() in switch default part which should never be reached.
phajdan.jr@chromium.org
2009-01-27
1
-0
/
+1
*
Fix linux build breakage.
maruel@chromium.org
2009-01-27
1
-0
/
+3
*
Porting in chrome/views/
phajdan.jr@chromium.org
2009-01-27
7
-47
/
+39
*
This change should have few user-visible effects. I think I slightly modifie...
pkasting@chromium.org
2009-01-26
3
-27
/
+25
*
Some cleanups I've had sitting around for a while that are getting in my way ...
pkasting@chromium.org
2009-01-26
1
-139
/
+93
*
Two of the three places that set a window mask had it wrong. Fix it.
pkasting@chromium.org
2009-01-26
1
-1
/
+4
*
Fix warning which breaks compile with gcc 4.3.x
maruel@chromium.org
2009-01-26
1
-2
/
+2
*
Small porting in chrome/
phajdan.jr@chromium.org
2009-01-26
2
-2
/
+12
*
Create a dialog box for the about:network view and kill the tab type.
brettw@chromium.org
2009-01-24
2
-1
/
+18
*
===================================================
xji@chromium.org
2009-01-23
3
-1
/
+18
*
Revert r8560 due to broken interactive_ui_tests
mark@chromium.org
2009-01-23
2
-12
/
+2
*
Porting in chrome/
phajdan.jr@chromium.org
2009-01-23
2
-2
/
+12
[prev]
[next]