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
*
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
*
Move native_widget_types and gtk_native_view_id_manager from base/gfx to
brettw@chromium.org
2009-10-11
12
-16
/
+15
*
Partially revert r28629.
craig.schlenter@chromium.org
2009-10-10
1
-1
/
+0
*
The textfield's text was not updated when text is updated by input.
oshima@chromium.org
2009-10-09
1
-0
/
+1
*
Convert gdk keycode to match base::KeyboardCode.
oshima@chromium.org
2009-10-09
1
-1
/
+5
*
When a GtkWidget was destroyed the NVH would not be detached.
jcampan@chromium.org
2009-10-09
1
-3
/
+3
*
Fixes compile error in NativeMenuGtk when building for 64 bit.
sky@chromium.org
2009-10-09
1
-2
/
+2
*
* Password style support for gtk's textfield impl.
oshima@chromium.org
2009-10-09
1
-0
/
+7
*
Backspace should not be processed as an accelerator in textfield, so it reall...
jcampan@chromium.org
2009-10-08
1
-3
/
+3
*
Enabling the default button behavior on Linux toolkit_views.
jcampan@chromium.org
2009-10-08
2
-13
/
+8
*
Refactor cros library code into central location and have the UI elements obs...
chocobo@google.com
2009-10-08
4
-1
/
+19
*
Move classes depending on Skia out of base/gfx and into app/gfx. Rename
brettw@chromium.org
2009-10-07
12
-14
/
+16
[next]