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
/
views
/
controls
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix radio items in views::Menu2 for Linux.
satorux@chromium.org
2009-12-16
1
-0
/
+10
*
Fixes two related bugs:
sky@chromium.org
2009-12-15
1
-2
/
+6
*
Spruce up the notification UI to much more closely match the mocks, including...
johnnyg@chromium.org
2009-12-05
2
-11
/
+67
*
Fixes bug in textfield on views/gtk where we weren't properly
sky@chromium.org
2009-12-04
2
-21
/
+23
*
Refactor the menu model to live outside views/ so it can be shared
pinkerton@chromium.org
2009-12-04
13
-415
/
+54
*
Implement keyboard access between bookmarks and main toolbar.
mhm@chromium.org
2009-12-04
2
-0
/
+15
*
Makes views not draw focus for native controls on Gtk. As Gtk renders
sky@chromium.org
2009-12-03
14
-12
/
+63
*
Lands http://codereview.chromium.org/449003/show for Thiago:
sky@chromium.org
2009-12-01
7
-18
/
+20
*
Porting the table view to Linux toolkit views.
jcampan@chromium.org
2009-12-01
6
-30
/
+458
*
Adds link to bookmark bar that when clicked imports bookmarks. I also
sky@chromium.org
2009-11-30
2
-1
/
+8
*
Makes sure gtk menus fit on screen before showing them.
sky@chromium.org
2009-11-30
1
-4
/
+12
*
Avoid double freeing image list in TableView.
mal@chromium.org
2009-11-25
2
-13
/
+0
*
Fixes two bugs in tree view:
sky@chromium.org
2009-11-25
1
-4
/
+9
*
Group Menu2Model::TYPE_RADIO menu items correctly. Currently an implementatio...
yusukes@google.com
2009-11-24
2
-9
/
+26
*
views: remove some unnecessary static_cast<int>.
maruel@chromium.org
2009-11-23
2
-6
/
+5
*
Fixes two issues from valgrind, and some cleanup:
sky@chromium.org
2009-11-20
2
-5
/
+8
*
Add an option to tree_view for whether to show lines from the root node
ian@chromium.org
2009-11-18
2
-3
/
+33
*
Make the char encoding indicator visible again on Windows
jshin@chromium.org
2009-11-16
1
-1
/
+2
*
Revert 32012-32017
mhm@chromium.org
2009-11-15
2
-15
/
+0
*
rebase
mhm@chromium.org
2009-11-15
2
-0
/
+15
*
Fixing a bug where the textfield would paint outside of its bounds
jcampan@chromium.org
2009-11-13
1
-1
/
+2
*
Fixes possible crash in treeview. The code for removing a node was not
sky@chromium.org
2009-11-12
1
-2
/
+3
*
Refactoring of the TableView so it uses NativeViewControl.
jcampan@chromium.org
2009-11-12
7
-3
/
+1889
*
Fix for issue 27210, show bookmarks bar menu is out of sync with the browser'...
oshima@chromium.org
2009-11-11
2
-24
/
+38
*
Fixes possible crash in showing bookmark menu. The problem occurred
sky@chromium.org
2009-11-10
2
-21
/
+21
*
Fix style issues in View class.
maruel@chromium.org
2009-11-07
2
-3
/
+3
*
Fix a crash when GetOleInterface returns NULL. The replaced class, CComQIPtr...
jhawkins@chromium.org
2009-11-06
1
-2
/
+4
*
Converting the Cookies options page from a TableView to a TreeView
ian@chromium.org
2009-11-06
1
-1
/
+20
*
Fixes bug in removing nodes from tree. Specifically if the root is not
sky@chromium.org
2009-11-04
1
-4
/
+14
*
While changing the label class I added a DCHECK to
finnur@chromium.org
2009-11-04
1
-1
/
+6
*
Fullscreen Exit Bubble should not elide its label.
finnur@chromium.org
2009-11-03
1
-1
/
+7
*
Fixes regression introduced in fixing 19597. This change effectively
sky@chromium.org
2009-10-30
1
-2
/
+6
*
Fixed view example. It was failing because some of view classes requires Widg...
oshima@chromium.org
2009-10-30
1
-1
/
+2
*
Lands http://codereview.chromium.org/291006 for Pierre:
sky@chromium.org
2009-10-27
2
-3
/
+7
*
Assertion failure fix
oshima@chromium.org
2009-10-26
1
-3
/
+5
*
Makes it so that when a folder is open on the bookmark bar and the
sky@chromium.org
2009-10-26
11
-84
/
+180
*
Previous change to label caused incorrect layout in Windows.
davemoore@chromium.org
2009-10-24
1
-6
/
+1
*
Get the About panel to align its links correctly,
davemoore@chromium.org
2009-10-23
1
-1
/
+6
*
The TableViewObserver::OnKeyDown method signature was changed recently and
jcampan@chromium.org
2009-10-23
3
-2
/
+5
*
Make gtk menu block on call to RunMenuAt.
chocobo@google.com
2009-10-21
4
-6
/
+35
*
Implement dragging icon for dragging bookmarks in views/gtk.
skrul@google.com
2009-10-21
1
-0
/
+8
*
Change expectations for linux views multiline label tests to expect NO_ELLIPSIS.
davemoore@chromium.org
2009-10-19
1
-0
/
+35
*
Do work necessary to make Views About panel work on Chrome OS. This is to be ...
davemoore@chromium.org
2009-10-19
1
-0
/
+8
*
Fix flickering checkboxes
cpu@chromium.org
2009-10-16
1
-1
/
+1
*
Fixes regression in menu button. I converted a call from GetWidget to
sky@chromium.org
2009-10-14
1
-2
/
+2
*
Take 2 of getting blocked popups to work on views/gtk. My first attempt was n...
sky@chromium.org
2009-10-13
1
-1
/
+3
*
Revert 28716 - Gets blocked popups to work on views/gtk. I had to fix a coupl...
nsylvain@chromium.org
2009-10-13
1
-3
/
+1
*
Converts some uses of native_view to native_window. This is necessitated
sky@chromium.org
2009-10-12
11
-41
/
+34
*
AppendText was appending twice due to bad merge happened in the past.
oshima@chromium.org
2009-10-12
1
-4
/
+1
*
Gets blocked popups to work on views/gtk. I had to fix a couple of
sky@chromium.org
2009-10-12
1
-1
/
+3
[next]