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
*
Lands http://codereview.chromium.org/193032 for Charlie:
sky@chromium.org
2009-09-15
1
-1
/
+3
*
Removes some dead NOTIMPLEMENTEDs and enables some code that no longer
sky@chromium.org
2009-09-14
1
-1
/
+0
*
This CL makes the focus remembered across tab switches for Chrome Linux with ...
jcampan@chromium.org
2009-09-14
4
-5
/
+41
*
Reverts linux font change again. Slow down isn't as bad as before. But
sky@chromium.org
2009-09-14
2
-2
/
+6
*
Lands http://codereview.chromium.org/200102 for Oshima:
sky@chromium.org
2009-09-14
7
-27
/
+166
*
Attempt 2 at converting font from Skia to Pango. The slow down appears to be ...
sky@chromium.org
2009-09-14
2
-6
/
+2
*
Reverts r26015. It caused a startup regression:(
sky@chromium.org
2009-09-11
2
-2
/
+6
*
Nukes font_skia and converts font_gtk to use pango. This was
sky@chromium.org
2009-09-11
2
-6
/
+2
*
Removes an extraneous NOTIMPLEMENTED in native_control_gtk.
sky@chromium.org
2009-09-10
1
-1
/
+0
*
Lands http://codereview.chromium.org/194014 for Oshima:
sky@chromium.org
2009-09-10
3
-8
/
+64
*
Use Scoped[Bstr,ComPtr,Variant] instead of their ATL equivalents to reduce de...
jhawkins@chromium.org
2009-09-10
2
-7
/
+12
*
First cut at implementation of FindBar for views / gtk
davemoore@chromium.org
2009-09-09
4
-48
/
+114
*
Use base::WindowImpl instead of CWindowImpl to remove a dependency on ATL.
jhawkins@chromium.org
2009-09-09
1
-14
/
+9
*
Use base::WindowImpl instead of CWindowImpl to remove a dependency on ATL.
jhawkins@chromium.org
2009-09-09
1
-62
/
+38
*
Use gfx::Point instead of GET_X/Y_LPARAM to reduce a dependency on ATL.
jhawkins@chromium.org
2009-09-09
1
-6
/
+4
*
Use RECT instead of CRect to reduce dependencies on ATL.
jhawkins@chromium.org
2009-09-09
1
-20
/
+22
*
Lands http://codereview.chromium.org/198010 for Oshima:
sky@chromium.org
2009-09-09
2
-5
/
+14
*
Wires up drag and drop for bookmark menus and cleans up a couple of
sky@chromium.org
2009-09-09
8
-27
/
+67
*
Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e...
japhet@chromium.org
2009-09-08
1
-2
/
+3
*
Fix some gcc 4.4 issues when compiling with toolkit_views.
craig.schlenter@chromium.org
2009-09-07
1
-2
/
+2
*
Removing ATL dependencies from two files.
finnur@chromium.org
2009-09-03
2
-12
/
+7
*
Fix 9867: Activating the previous/next buttons with the keyboard in the find ...
finnur@chromium.org
2009-09-03
6
-21
/
+76
*
Uses POINT instead of CPoint to reduce the dependency in ATL.
scherkus@chromium.org
2009-09-03
7
-14
/
+10
*
Fix the Back and Forwards button broken in 23101
idanan@chromium.org
2009-09-03
1
-4
/
+4
*
Lands http://codereview.chromium.org/185003 for Oshima:
sky@chromium.org
2009-09-02
2
-0
/
+235
*
Lands http://codereview.chromium.org/172098 for Oshima:
sky@chromium.org
2009-09-02
2
-5
/
+8
*
The FocusManager stores/restores focus when the top window becomes inactive/a...
jcampan@chromium.org
2009-09-01
3
-0
/
+31
*
Porting textfield to toolkit_views Gtk.
jcampan@chromium.org
2009-09-01
8
-52
/
+84
*
Make native button wrapper construction return the new wrapper rather than
brettw@chromium.org
2009-09-01
6
-19
/
+30
*
Lands 176025 from Oshima:
sky@chromium.org
2009-08-31
5
-15
/
+86
*
Make the views bookmark bubble work on GTK.
brettw@chromium.org
2009-08-28
4
-7
/
+75
*
Adds support for initiating drags from bookmark menus.
sky@chromium.org
2009-08-28
3
-25
/
+6
*
Revert "Fix a ton of compiler warnings."
tony@chromium.org
2009-08-28
1
-3
/
+0
*
Fix a ton of compiler warnings.
estade@chromium.org
2009-08-28
1
-0
/
+3
*
Reafactor Textfield to bring the native widget handling more in line with what
brettw@chromium.org
2009-08-28
4
-20
/
+48
*
Attempt 2 at landing bookmark menus.
sky@chromium.org
2009-08-26
11
-61
/
+222
*
Reverts menu patch.
sky@chromium.org
2009-08-26
11
-222
/
+61
*
Gets bookmark menu working on linux. There are just a handful of
sky@chromium.org
2009-08-26
11
-61
/
+222
*
Further refactoring of menus for GTK. I've now separated out
sky@chromium.org
2009-08-24
23
-4403
/
+1086
*
Adds support and exposure of additional accessibility roles. Includes naming ...
klink@chromium.org
2009-08-22
2
-1
/
+19
*
Splits the menu classes into individual files in anticipation of
sky@chromium.org
2009-08-20
9
-0
/
+3954
*
Reverting 23645.
jhawkins@chromium.org
2009-08-18
1
-22
/
+29
*
Make NativeControl inherit from base::WindowImpl instead of CWindowImpl to re...
jhawkins@chromium.org
2009-08-18
1
-29
/
+22
*
Factor out views::Combobox::Model so that it can be used cross-platform.
mattm@chromium.org
2009-08-18
3
-16
/
+11
*
Refactors OSExchangeData for easier portability.
sky@chromium.org
2009-08-12
1
-4
/
+7
*
Lands http://codereview.chromium.org/159838 for Pierre-Antoine. From him:
sky@chromium.org
2009-08-11
4
-11
/
+41
*
Lands http://codereview.chromium.org/165271 for tedoc. From tedoc:
sky@chromium.org
2009-08-11
1
-1
/
+1
*
Fixing a compilation error in toolkit_views.
jcampan@chromium.org
2009-08-04
1
-3
/
+5
*
Committing pierre.lafayette patch, see:
jcampan@chromium.org
2009-08-04
2
-0
/
+32
*
Fix leak of GtkWidgets in NativeViewHost, and in doing so fix a crash on shut...
ben@chromium.org
2009-08-01
2
-19
/
+18
[next]