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
*
Fix about box truncation (and truncation of probably every other box on glass...
ben@chromium.org
2009-03-07
1
-1
/
+2
*
Test to see if we can reduce some crashes by deferring delegate destruction u...
ben@chromium.org
2009-03-06
4
-10
/
+16
*
I meant to say !
ben@chromium.org
2009-03-06
1
-1
/
+1
*
Guard against a crash that can impact Dialog boxes ... this one seems to have...
ben@chromium.org
2009-03-05
1
-0
/
+5
*
Fixes CRLF and trailing white spaces.
maruel@chromium.org
2009-03-05
18
-26
/
+26
*
Revert r9953 since it caused regressions like:
ben@chromium.org
2009-03-04
6
-56
/
+20
*
Take 2 at moving SupportsWindowFeature from BrowserView
tc@google.com
2009-03-04
1
-10
/
+11
*
Fix regression where the window caption buttons weren't clickable when maximi...
ben@chromium.org
2009-03-04
2
-1
/
+37
*
Fix other release bustage. Gah
pkasting@chromium.org
2009-03-04
1
-0
/
+2
*
Make Chromium windows not hide auto-hide taskbars.
pkasting@chromium.org
2009-03-04
1
-16
/
+29
*
Nonfunctional cleanup change:
pkasting@chromium.org
2009-03-03
2
-13
/
+10
*
disable test since it doesn't compile
tc@google.com
2009-03-03
1
-2
/
+2
*
disable failing tests while I debug
tc@google.com
2009-03-03
1
-9
/
+9
*
When you launch Chrome from a desktop shortcut, the window wasn't getting act...
ben@chromium.org
2009-03-03
1
-2
/
+12
*
Fix interactive ui tests. There was a bug in the NonClientView::GetPreferredS...
ben@chromium.org
2009-03-03
2
-4
/
+3
*
Make it so that dropdown selects don't deactivate the main frame when opened ...
ben@chromium.org
2009-03-03
1
-0
/
+3
*
Support DWM switching.
ben@chromium.org
2009-03-03
18
-910
/
+639
*
Fix bookmark and menu drag images by making a halo around them. This makes
brettw@chromium.org
2009-03-02
9
-28
/
+55
*
Flatten CustomFrameWindow functionality onto Window.
ben@chromium.org
2009-02-27
8
-41
/
+509
*
Fixes bug in tree view deleting items if there was no root. The old
sky@google.com
2009-02-27
1
-4
/
+3
*
Wires up sorting of bookmarks to the 'organize menu' in the bookmark
sky@google.com
2009-02-27
2
-2
/
+8
*
All views::Window objects must have a NonClientView, regardless of whether or...
ben@chromium.org
2009-02-27
6
-85
/
+137
*
Fix 8200: Pressing Esc should cancel dialogs, not commit.
finnur@chromium.org
2009-02-27
1
-3
/
+3
*
Move DefaultNonClientView out into its own cc/h file.
ben@chromium.org
2009-02-27
4
-795
/
+839
*
Not DefProc'ing the NCActivate seems to cause the process not to be shown as ...
jcampan@chromium.org
2009-02-27
1
-1
/
+4
*
An attempt at fixing a crasher reported from the field.
jcampan@chromium.org
2009-02-27
1
-1
/
+4
*
Bringing the Task Manager to the front shouldn't cause it to lose topmost sta...
pkasting@chromium.org
2009-02-27
1
-1
/
+7
*
Non-functional cleanup:
pkasting@chromium.org
2009-02-27
2
-3
/
+3
*
Fix Linux shared build breakages due to undefined symbols.
mmoss@chromium.org
2009-02-27
1
-0
/
+20
*
Makes it so windows opened from links in Windows Live Messenger cause the win...
ben@chromium.org
2009-02-26
1
-1
/
+8
*
Adds ability for tree model to reorder its children. I'm going to use
sky@google.com
2009-02-26
3
-15
/
+68
*
Do not map virtual keycodes (VK_0 - VK_9) to characters when accelerators in ...
jungshik@google.com
2009-02-26
1
-2
/
+11
*
Handle keys like alt-f4 when focus has been cleared by making sure we don't e...
pkasting@chromium.org
2009-02-25
3
-32
/
+26
*
This CL causes the autofill popup to hide when the browser window is moved or...
jcampan@chromium.org
2009-02-25
1
-0
/
+2
*
An experimental fix for Issue 7707.
hbono@chromium.org
2009-02-25
1
-0
/
+7
*
ui test fail. revert.
ben@chromium.org
2009-02-25
2
-0
/
+29
*
AppModalDialogQueue shouldn't depend on views.
ben@chromium.org
2009-02-25
2
-29
/
+0
*
Adds ability to sort the children of a node in the bookmark model. I
sky@google.com
2009-02-25
1
-6
/
+3
*
Fix release build by including windows.h which was
tc@google.com
2009-02-25
1
-0
/
+2
*
Move windows specific functions from l10n_util.h to l10n_util_win.h.
tc@google.com
2009-02-24
6
-3
/
+6
*
Fixing 8010: Missing options from Options dlg.
finnur@google.com
2009-02-24
1
-1
/
+4
*
Use string for Histogram names since these are all ASCII anyway.
dsh@google.com
2009-02-24
1
-2
/
+1
*
Maximized popup windows couldn't be restored by double-clicking the titlebar,...
pkasting@chromium.org
2009-02-24
1
-2
/
+7
*
The find bar should be owned and managed from the BrowserView, not the WebCon...
finnur@google.com
2009-02-24
1
-4
/
+5
*
Revert "Revert "Fullscreen mode UI.""
kuchhal@chromium.org
2009-02-23
1
-0
/
+3
*
Revert "Fullscreen mode UI."
kuchhal@chromium.org
2009-02-23
1
-3
/
+0
*
Fullscreen mode UI.
pkasting@chromium.org
2009-02-23
1
-0
/
+3
*
A few minor changes to WidgetWin:
pkasting@chromium.org
2009-02-23
2
-13
/
+26
*
This CL fixes issue 6099 -- bad display of multi-line English message in pop ...
xji@chromium.org
2009-02-23
5
-12
/
+113
*
Update include paths for grit files. Go ahead and resort
tc@google.com
2009-02-22
15
-26
/
+18
[next]