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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix crashes in EnterpriseEnrollmentScreenTest.TestCancel. This is independent...
ben@chromium.org
2011-07-07
3
-5
/
+8
*
Fixing signed/unsigned char bug on ARM for TouchFactory
miletus@chromium.org
2011-07-07
1
-1
/
+1
*
Revert 91710 - Fix flicker on tab switch on chromeos.
johnme@google.com
2011-07-07
2
-67
/
+48
*
Revert 91716 - Temporarily disable these tests while I repro the crashes.
ben@chromium.org
2011-07-07
1
-4
/
+4
*
Temporarily disable these tests while I repro the crashes.
ben@chromium.org
2011-07-07
1
-4
/
+4
*
Fix flicker on tab switch on chromeos.
davemoore@chromium.org
2011-07-07
2
-48
/
+67
*
Change the meaning of "Widget::GetTopLevelWidget()" to mean the logical top l...
ben@chromium.org
2011-07-07
12
-9
/
+436
*
Rename app_strings to ui_strings.
tfarina@chromium.org
2011-07-07
11
-11
/
+11
*
Add a test to verify that the data in gtkimcontextsimpleseqs.h is correctly o...
hashimoto@chromium.org
2011-07-07
1
-0
/
+47
*
Changes menu button to not show the menu on alt-space. alt-space
sky@chromium.org
2011-07-06
1
-0
/
+3
*
Simplify views/views.gyp
thakis@chromium.org
2011-07-06
1
-18
/
+0
*
Push (not pull) window geometry for the compositor.
backer@chromium.org
2011-07-06
3
-5
/
+23
*
Fixed issue with layers being deleted upon SetVisible with an argument of true
backer@chromium.org
2011-07-06
2
-2
/
+25
*
Fix to make data in gtkimcontextsimpleseqs.h correctly ordered
hashimoto@chromium.org
2011-07-06
1
-1
/
+1
*
views: Override Label::HitTest with the default View::HitTest for Link.
sadrul@chromium.org
2011-07-04
2
-0
/
+7
*
Labels don't need to respond to mouse clicks and doing so can interfere with ...
finnur@chromium.org
2011-07-02
2
-0
/
+7
*
Remove unnecessary includes of menu_2.h.
rhashimoto@chromium.org
2011-07-01
1
-1
/
+0
*
Set has_border = true for NativeTextButton.
xiyuan@chromium.org
2011-07-01
2
-0
/
+10
*
Fixes bug where transform wasn't reset on layer correctly.
sky@chromium.org
2011-07-01
2
-0
/
+21
*
Gets compositor working for embedded widgets.
sky@chromium.org
2011-07-01
19
-172
/
+401
*
Fix to pure view test on touch.
saintlou@chromium.org
2011-06-30
1
-1
/
+3
*
Reverted 7285007 now that r91197 has landed
saintlou@chromium.org
2011-06-30
1
-2
/
+4
*
Makes NativeTextButton take focus.
motek@chromium.org
2011-06-30
1
-0
/
+1
*
Handle fake GTK events gracefully.
oshima@google.com
2011-06-30
1
-1
/
+6
*
Fixed for touch build
saintlou@chromium.org
2011-06-30
1
-4
/
+2
*
As per oshima:
saintlou@chromium.org
2011-06-30
1
-0
/
+4
*
Initialize InputMethodBase after initializing the platforms.
sadrul@chromium.org
2011-06-30
3
-6
/
+6
*
views: Remove app from DEPS file.
tfarina@chromium.org
2011-06-30
1
-1
/
+0
*
views: Fix comment pointing to app/gfx/ instead of ui/gfx.
tfarina@chromium.org
2011-06-30
1
-3
/
+3
*
Views views_unittests Views and NativeTextFields tests leak
dhollowa@chromium.org
2011-06-30
2
-26
/
+28
*
Switch FocusManager to using ObserverList instead of keeping its listeners in...
pkasting@chromium.org
2011-06-29
2
-52
/
+16
*
Move app/resources/* to ui/resources/ directory.
tfarina@chromium.org
2011-06-29
13
-30
/
+30
*
Fix bug where NativeWidgetViews wasn't setting bounds of
sky@chromium.org
2011-06-29
1
-0
/
+1
*
Rename DesktopWindow to DesktopWindowView.
ben@chromium.org
2011-06-29
7
-56
/
+60
*
Make cursor a bit more visible a bit more often
saintlou@chromium.org
2011-06-29
1
-2
/
+3
*
Views views_unittests native widget tests leak
dhollowa@chromium.org
2011-06-29
4
-36
/
+38
*
Removed a couple of #ifdef TOUCH_UI and replaced with Widget::IsPureViews()
saintlou@chromium.org
2011-06-29
14
-73
/
+14
*
Convert the rect to the widget's coordinates correctly.
sadrul@chromium.org
2011-06-29
5
-20
/
+66
*
Corrects setting default text colors on Windows.
motek@chromium.org
2011-06-28
1
-0
/
+8
*
Implement SetTooltipText in RWHVV
varunjain@chromium.org
2011-06-28
2
-0
/
+10
*
Menus in the views desktop. Adds MenuHostViews. This is buggy due to renderin...
ben@chromium.org
2011-06-28
13
-34
/
+119
*
views: Allocate View on the stack in the OnBoundsChanged unittest.
tfarina@chromium.org
2011-06-28
1
-27
/
+18
*
Fix arm bot for real this time.
sadrul@chromium.org
2011-06-28
1
-2
/
+2
*
Fix clang bot.
sadrul@chromium.org
2011-06-28
2
-2
/
+6
*
Remove ifdef's for touchui stuff from events code.
sadrul@chromium.org
2011-06-28
16
-216
/
+102
*
Makes it so that if the size of a view with a layer changes or on creating
sky@chromium.org
2011-06-28
4
-3
/
+47
*
Always show keyboard when an editable element is touched.
mazda@chromium.org
2011-06-28
1
-0
/
+6
*
views: Add unittests for View::GetViewByID() method.
tfarina@chromium.org
2011-06-27
1
-0
/
+38
*
A views only implementation of tooltips. In the views world, tooltips are drawn
varunjain@chromium.org
2011-06-27
6
-4
/
+303
*
Fix checkbox in windows uninstaller.
rogerta@chromium.org
2011-06-27
3
-7
/
+15
[next]