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
*
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
*
Turns on the focus traversal unit-tests and fixed some focus traversal problem:
jcampan@chromium.org
2009-10-07
3
-10
/
+6
*
Gets preferred size of views textfields on gtk to work. Also made
sky@chromium.org
2009-10-06
7
-19
/
+66
*
Reverting the NativeViewHostWin focus refactoring.
jcampan@chromium.org
2009-10-05
11
-139
/
+95
*
Move the clipboard stuff out of base and into app/clipboard. I renamed
brettw@chromium.org
2009-10-03
2
-5
/
+5
*
Add simple popup support to browser actions. This will create a popup HTML w...
erikkay@chromium.org
2009-10-02
1
-1
/
+1
*
When installing/uninstalling the clip on native buttons they would not be pai...
jcampan@chromium.org
2009-10-02
1
-2
/
+2
*
Relanding focus traversal on Linux toolkit views.
jcampan@chromium.org
2009-10-01
6
-1
/
+34
*
Relanding the NativeViewHost refactoring (it was breaking the ChromeOS build).
jcampan@chromium.org
2009-09-29
11
-95
/
+139
*
style fix. the header for .cc has to be the 1st include.
oshima@chromium.org
2009-09-29
1
-2
/
+2
*
Fixed the header file not found issue of 222030. (The file has been renamed a...
oshima@chromium.org
2009-09-29
3
-2
/
+295
*
Reverting 27504, it breaks the interactive ui tests on Windows.
jcampan@chromium.org
2009-09-29
5
-23
/
+3
*
See original review at
jcampan@chromium.org
2009-09-29
5
-3
/
+23
*
Relanding keyboard code refactoring:
jcampan@chromium.org
2009-09-29
21
-78
/
+81
*
Reverting 27412 it breaks the toolkit views Linux build.
jcampan@chromium.org
2009-09-28
20
-79
/
+77
*
Changing the KeyboardEvent to use a KeyboardCode instead of a w_char. Led to ...
jcampan@chromium.org
2009-09-28
20
-77
/
+79
*
Revert "gtk implemenation of Scrollbar."
agl@chromium.org
2009-09-28
3
-294
/
+2
*
Make the invisible items in the system menu of a few Indian language versions...
jshin@chromium.org
2009-09-28
1
-1
/
+2
*
gtk implemenation of Scrollbar.
oshima@chromium.org
2009-09-28
3
-2
/
+294
*
Native button cleanup:
sky@chromium.org
2009-09-25
4
-35
/
+22
*
[Relanding erg's change with fix for toolkit_views shortcuts and
jcampan@chromium.org
2009-09-25
1
-1
/
+1
*
Fixed a few bugs in view/gtk framework
oshima@chromium.org
2009-09-25
2
-11
/
+22
*
fix Linux views build.
pkasting@chromium.org
2009-09-25
1
-2
/
+2
*
Use the system WINDOWTEXT color for labels, instead of black. Also use the s...
pkasting@chromium.org
2009-09-25
11
-16
/
+141
*
Set background to tabbed pane's content.
oshima@chromium.org
2009-09-25
1
-0
/
+10
*
Clean up a few bits of files that I'm about to modify. The only visible chan...
pkasting@chromium.org
2009-09-25
4
-75
/
+62
*
Fix hottracking on button views.The hottracking on the toolbar was broken, th...
mhm@chromium.org
2009-09-24
2
-0
/
+17
*
Reverting 27113, it breaks the ChomeOS build.
jcampan@chromium.org
2009-09-24
11
-139
/
+95
[next]