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
*
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
*
Fixes possible crash in bookmark menus. Specifically if you had a menu
sky@chromium.org
2009-07-31
2
-3
/
+10
*
Fix for an error reported by Coverity.
jcampan@chromium.org
2009-07-24
2
-8
/
+10
*
Make the bookmark buttons follow theme changes correctly.
glen@chromium.org
2009-07-24
1
-9
/
+0
*
Make the Clear Browsing Data dialog box look a little nicer.
ben@chromium.org
2009-07-24
7
-12
/
+42
*
Adds MSAA information to various (previously uncovered) bits of the UI, inclu...
klink@chromium.org
2009-07-23
1
-1
/
+1
*
Fix bug introduced by my clipping changes - when you switched tabs the tab ar...
ben@chromium.org
2009-07-23
1
-0
/
+1
*
Fix NativeViewHostGtk clipping.
ben@chromium.org
2009-07-23
6
-68
/
+147
*
Fix two crashers with TOOLKIT_VIEWS build:
ben@chromium.org
2009-07-21
1
-2
/
+7
*
Refactoring of tabbed-pane component so it can be ported to Linux toolkit_view.
jcampan@chromium.org
2009-07-21
5
-114
/
+374
*
SingleSplitView: survive minimize / restore when resize changes leading bounds.
pfeldman@chromium.org
2009-07-16
1
-8
/
+18
*
Attempt fixing a crash. Looks like NativeMenuWin was getting leaked by Menu2....
ben@chromium.org
2009-07-15
1
-2
/
+3
*
Make native_menu_win be 'owner_drawn' when the UI font/size is overriden for ...
jshin@chromium.org
2009-07-14
1
-2
/
+2
*
Add 'resize_leading_on_bounds_change' property into the SingleSplitView.
pfeldman@chromium.org
2009-07-09
2
-1
/
+28
*
Remove svn:executable property from files that don't need it.
thestig@chromium.org
2009-07-08
1
-0
/
+0
*
Use different cursors for horizontal and vertical splits. (cursor was static ...
pfeldman@chromium.org
2009-07-08
1
-3
/
+3
*
Fix memory leak in ImageButton exposed by r20028.
mirandac@chromium.org
2009-07-08
2
-6
/
+6
*
Fix the current remaining Views-GTK compile and linker errors.
brettw@chromium.org
2009-07-06
1
-0
/
+2
*
Convert menu strings to UTF16, fix some views-GTK build errors.
brettw@chromium.org
2009-07-02
4
-22
/
+22
*
Add layout support for invisible SingleSplitView children.
pfeldman@chromium.org
2009-07-01
1
-12
/
+25
*
Fix the Views combobox on GTK by adding a new function.
brettw@chromium.org
2009-06-30
2
-1
/
+6
*
This CL removes the last (major) Windows specific part out of the focus manag...
jcampan@chromium.org
2009-06-30
6
-11
/
+6
*
Review URL: http://codereview.chromium.org/150051
jcampan@chromium.org
2009-06-30
11
-55
/
+29
*
Rework a loop in the native menu code to iterate over the vector of items we ...
ben@chromium.org
2009-06-29
1
-4
/
+5
*
Fix a menu crash.
ben@chromium.org
2009-06-26
1
-0
/
+1
*
Update Skia transfer modes to match changes in Skia as of r239
amanda@chromium.org
2009-06-25
4
-5
/
+5
*
Add support for vertical split into SingleSplitView.
pfeldman@chromium.org
2009-06-24
2
-40
/
+91
*
Add Linux support for getting the thumbnail and wire into the switcher.
brettw@chromium.org
2009-06-23
1
-1
/
+3
*
Revert :
nsylvain@chromium.org
2009-06-22
6
-6
/
+11
*
Relanding focus manager refactoring with build fix, see:http://codereview.chr...
jcampan@chromium.org
2009-06-20
6
-11
/
+6
*
Reverting 18872.
jcampan@chromium.org
2009-06-19
6
-6
/
+11
*
Removed the last Windows specific part out of the focus manager. HWNDs are no...
jcampan@chromium.org
2009-06-19
6
-11
/
+6
*
Lands http://codereview.chromium.org/131064 for tedoc2000.
sky@chromium.org
2009-06-18
1
-0
/
+4
[next]