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
/
widget
Commit message (
Expand
)
Author
Age
Files
Lines
*
The FocusManager stores/restores focus when the top window becomes inactive/a...
jcampan@chromium.org
2009-09-01
3
-15
/
+24
*
Porting textfield to toolkit_views Gtk.
jcampan@chromium.org
2009-09-01
2
-11
/
+3
*
Fix bug where the tooltip would not be erased if it had been non-empty and th...
pkasting@chromium.org
2009-08-31
1
-4
/
+4
*
Make the views bookmark bubble work on GTK.
brettw@chromium.org
2009-08-28
1
-1
/
+1
*
Adds support for initiating drags from bookmark menus.
sky@chromium.org
2009-08-28
5
-14
/
+148
*
Attempt 2 at landing bookmark menus.
sky@chromium.org
2009-08-26
1
-1
/
+4
*
Reverts menu patch.
sky@chromium.org
2009-08-26
1
-4
/
+1
*
Gets bookmark menu working on linux. There are just a handful of
sky@chromium.org
2009-08-26
1
-1
/
+4
*
Further refactoring of menus for GTK. I've now separated out
sky@chromium.org
2009-08-24
2
-8
/
+24
*
Relands drop support:
sky@chromium.org
2009-08-19
5
-12
/
+655
*
Reverting 23645.
jhawkins@chromium.org
2009-08-18
2
-6
/
+10
*
Reverts recent patch as broke build on toolkit_views.
sky@chromium.org
2009-08-18
5
-655
/
+12
*
Adds drop support for views on gtk. As X lazily provides drop data I
sky@chromium.org
2009-08-18
5
-12
/
+655
*
Make NativeControl inherit from base::WindowImpl instead of CWindowImpl to re...
jhawkins@chromium.org
2009-08-18
2
-10
/
+6
*
Revert "Reverting 23406" as it didn't break any tests.
jhawkins@chromium.org
2009-08-14
1
-33
/
+33
*
Reverting 23406.
levin@chromium.org
2009-08-14
1
-33
/
+33
*
Change PluginInstallImpl to use base::WindowImpl instead of CWindowImpl to re...
jhawkins@chromium.org
2009-08-14
1
-33
/
+33
*
Refactors OSExchangeData for easier portability.
sky@chromium.org
2009-08-12
1
-3
/
+4
*
Implements WidgetGtk::SetOpacity.
sky@chromium.org
2009-08-12
2
-3
/
+13
*
Removes bogus comments in WidgetGtk::GetBounds.
sky@chromium.org
2009-08-11
1
-9
/
+2
*
Removes calls to RootView methods that were removed.
sky@chromium.org
2009-08-11
1
-3
/
+0
*
Refactors RootViewDropTarget into a platform independent part,
sky@chromium.org
2009-08-11
14
-239
/
+382
*
Factor out window creation into base::WindowImpl. This class will be used in...
jhawkins@chromium.org
2009-08-07
2
-238
/
+47
*
Fix a BAD_OVERRIDE defect reported by Coverity. Change the
wtc@chromium.org
2009-08-06
1
-1
/
+1
*
Make the DOMUIThemeSource load and pass through a PNG, rather than relying on...
glen@chromium.org
2009-08-05
1
-0
/
+3
*
Status bubble limping in TOOLKIT_VIEWS.
ben@chromium.org
2009-08-01
7
-108
/
+131
*
This CL adds accelerators to the Linux toolkit views.
jcampan@chromium.org
2009-07-31
4
-76
/
+23
*
Fix Omnibox cursor flicker by deleting a bunch of useless code in WindowWin.
pkasting@chromium.org
2009-07-24
1
-5
/
+0
*
Fix NativeViewHostGtk clipping.
ben@chromium.org
2009-07-23
2
-7
/
+9
*
Fix bustage.
erg@chromium.org
2009-07-19
2
-0
/
+5
*
This makes the unit-tests pass with toolkit_views on Linux.
jcampan@chromium.org
2009-07-15
1
-5
/
+5
*
Allow TabContentsDelegates to process unhandled keyboard messages coming back...
ananta@chromium.org
2009-07-14
1
-6
/
+0
*
Replace instances of LINUX2 with OS_CHROMEOS and linux2 with chromeos.
brettw@chromium.org
2009-07-08
1
-1
/
+1
*
Remove svn:executable property from files that don't need it.
thestig@chromium.org
2009-07-08
2
-0
/
+0
*
Fix the Views GTK build.
brettw@chromium.org
2009-07-07
1
-0
/
+1
*
Basics of a new TabStrip.It's very, very rough, but I wanted to check it in s...
ben@chromium.org
2009-07-07
5
-1
/
+26
*
Convert menu strings to UTF16, fix some views-GTK build errors.
brettw@chromium.org
2009-07-02
2
-6
/
+2
*
Fixes crash in ~WidgetGtk. This was caused by your change to no longer
sky@chromium.org
2009-06-30
2
-6
/
+6
*
Makes WidgetGtk specify a size before realizing the window. Without
sky@chromium.org
2009-06-30
2
-3
/
+11
*
Fixes compile bugs for views on gtk.
sky@chromium.org
2009-06-30
1
-0
/
+4
*
Fixing a breakage in the GTK toolkit build that my last check-in caused.
jcampan@chromium.org
2009-06-30
1
-1
/
+1
*
This CL removes the last (major) Windows specific part out of the focus manag...
jcampan@chromium.org
2009-06-30
5
-40
/
+53
*
Fixes bug in RootViewGtk where we we might not paint correctly if
sky@chromium.org
2009-06-26
1
-1
/
+12
*
Update Skia transfer modes to match changes in Skia as of r239
amanda@chromium.org
2009-06-25
1
-1
/
+1
*
Revert :
nsylvain@chromium.org
2009-06-22
5
-51
/
+40
*
Relanding focus manager refactoring with build fix, see:http://codereview.chr...
jcampan@chromium.org
2009-06-20
5
-40
/
+51
*
Reverting 18872.
jcampan@chromium.org
2009-06-19
5
-51
/
+40
*
Removed the last Windows specific part out of the focus manager. HWNDs are no...
jcampan@chromium.org
2009-06-19
5
-40
/
+51
*
Call Layout directly from SetContentsView. In the case where the Widget is cr...
ben@chromium.org
2009-06-18
2
-5
/
+10
*
A long standing bug in views!
ben@chromium.org
2009-06-18
2
-2
/
+0
[next]