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
*
Rename Container->Widget
ben@chromium.org
2008-11-21
40
-506
/
+477
*
Fixes bug where tooltips would get stuck. This was happening because
sky@google.com
2008-11-20
4
-1
/
+10
*
Fixes crash when showing modal dialog from context menu. With this
sky@google.com
2008-11-19
2
-38
/
+47
*
Fixes trees on Hebrew locales. The current code was problematic
sky@google.com
2008-11-19
1
-2
/
+26
*
Fix erase method usage on STL containers in Chrome. Invoking erase on the ite...
ananta@chromium.org
2008-11-15
1
-1
/
+2
*
Fix broken size restoration for bookmark manager. Initializing a rect incorre...
ben@chromium.org
2008-11-14
3
-3
/
+16
*
Review URL: http://codereview.chromium.org/10958
mbelshe@google.com
2008-11-14
1
-4
/
+0
*
Make the bookmark manager blue.
glen@chromium.org
2008-11-14
2
-9
/
+7
*
Change to integrate SystemMonitor changes into chrome.
mbelshe@google.com
2008-11-14
1
-0
/
+4
*
Port some files in chrome/browser/
agl@chromium.org
2008-11-14
4
-76
/
+102
*
Make border and background setting and getting non-virtual and use the correc...
brettw@google.com
2008-11-14
9
-80
/
+51
*
Re-do the way browser windows are shown:
ben@chromium.org
2008-11-14
4
-114
/
+134
*
Three menu bugs:
sky@google.com
2008-11-13
2
-6
/
+8
*
Puts chrome menus on a slimfast diet: they are no longer chubby. I
sky@google.com
2008-11-13
2
-14
/
+64
*
Some speculative fixes for UI test flakiness.
beng@google.com
2008-11-13
2
-5
/
+8
*
Remove the 0x0 canvas used for computing text sizes. Creating this is not nec...
brettw@google.com
2008-11-13
1
-2
/
+1
*
Fixes text field background when disabled/read-only to better match
sky@google.com
2008-11-12
2
-23
/
+44
*
Fixes bug in showing context menu for buttons. In particular because
sky@google.com
2008-11-12
4
-15
/
+25
*
Fixes two menu bugs:
sky@google.com
2008-11-12
1
-1
/
+20
*
Uncomment out these two lines I commented out a few weeks ago so that the tru...
ben@chromium.org
2008-11-12
1
-4
/
+0
*
Changes TableView to have its own mouse handling code so that we can
sky@google.com
2008-11-12
4
-8
/
+154
*
Changes tree/table to pass in an appropriate location when the context
sky@google.com
2008-11-10
8
-47
/
+95
*
Minor layout changes that make the bookmark manager and popup blocker look be...
glen@chromium.org
2008-11-10
1
-1
/
+1
*
Fixes Issue 3096 in chromium "[Find in page] responds each IME composition, m...
hbono@chromium.org
2008-11-10
1
-3
/
+74
*
In dialogs, when the focus moves to a button, that button should become the d...
jcampan@chromium.org
2008-11-08
12
-13
/
+241
*
Turns back on tree's double buffering when RTL. For some reason a
sky@google.com
2008-11-07
1
-14
/
+11
*
Adds cut/copy/paste support to the bookmark manager tree/table and
sky@google.com
2008-11-07
2
-0
/
+11
*
Adds import/export of bookmarks to bookmarks.html file.
sky@google.com
2008-11-07
2
-16
/
+16
*
Disable the double buffering in TreeView when the locale is RTL. This means t...
idana@google.com
2008-11-06
1
-0
/
+16
*
Add a function for eliding filenames to a set pixel width while preserving th...
glen@chromium.org
2008-11-06
2
-2
/
+2
*
A reported crasher seems to indicate the ViewStorage can be NULL. I don't see...
jcampan@chromium.org
2008-11-06
1
-1
/
+17
*
Fix bug where we failed to paint infobars and other fast-moving items correctly.
glen@chromium.org
2008-11-05
1
-1
/
+1
*
This is r4523, with a few changes to make things work under Vista.
erg@google.com
2008-11-05
1
-2
/
+1
*
Add to SCons build:
sgk@google.com
2008-11-05
1
-0
/
+1
*
Rewrote the clipboard API to be more concurrent. Added a helper class to make...
estade@chromium.org
2008-11-05
1
-4
/
+3
*
Fixes possible crash in menu code. If after dropping you quickly right
sky@google.com
2008-11-04
1
-0
/
+7
*
My last fix breaks an interative ui test. I'm going to back out until I figur...
sky@google.com
2008-11-04
1
-7
/
+0
*
Fixes possible crash in menu code. If after dropping you quickly right
sky@google.com
2008-11-04
1
-0
/
+7
*
Adds support for autoscrolling on drag to bookmark tree/table.
sky@google.com
2008-11-04
5
-11
/
+49
*
Adds support for models to provide addition icons to the tree. Updates
sky@google.com
2008-11-04
2
-41
/
+79
*
Revert change r4523 because Vista doesn't like it.
erg@google.com
2008-11-04
1
-1
/
+2
*
Redo how we block popups. Rip out the old constrained popup window cruft (whi...
erg@google.com
2008-11-04
1
-2
/
+1
*
Add chrome\views\single_split_view.cc to the SCons build.
sgk@google.com
2008-11-03
1
-0
/
+1
*
Make multiline labels respect the inset.
levin@chromium.org
2008-11-01
3
-27
/
+479
*
Some code in MessageBoxView was focusing the first focusable element in the v...
jcampan@chromium.org
2008-10-31
4
-23
/
+26
*
Adds support for keyboard-triggered (through VK_APPS and SHIFT+VK_F10) right-...
klink@chromium.org
2008-10-31
6
-0
/
+51
*
Accumulated SCons changes for Windows chrome build, round II:
sgk@google.com
2008-10-30
1
-0
/
+2
*
Fix Issue 2918 in chromium: Chrome dialog displayed in large size with Meiryo...
hbono@chromium.org
2008-10-30
2
-2
/
+2
*
Revert r4205 to track down buildbot unit_tests failure.
sgk@google.com
2008-10-30
1
-2
/
+0
*
Accumulated SCons changes for Windows chrome build and other
sgk@google.com
2008-10-30
1
-0
/
+2
[next]