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
*
views-desktop: Fix a couple of crashes.
sadrul@chromium.org
2011-07-14
2
-4
/
+7
*
Fix typo in header file name.
oshima@google.com
2011-07-14
1
-1
/
+1
*
Make consistent about "caps lock" vs. "capslock" with former.
yoshiki@chromium.org
2011-07-14
1
-2
/
+2
*
Clean up FocusManager
oshima@google.com
2011-07-14
14
-85
/
+54
*
Move SetInitialFocus to Widget
oshima@google.com
2011-07-14
13
-73
/
+138
*
Allow different kinds of 'desktops'.
sadrul@chromium.org
2011-07-13
6
-13
/
+70
*
views: Add unittests for View::GetViewsWithGroup() method.
tfarina@chromium.org
2011-07-13
7
-22
/
+35
*
Disable compositor on non-touch build
oshima@google.com
2011-07-13
1
-1
/
+1
*
Fix segfault. OnActivation should check GetWidget() first.
oshima@google.com
2011-07-13
1
-14
/
+10
*
Add Widget::Observer for observing Widgets.
sadrul@chromium.org
2011-07-13
13
-16
/
+193
*
Skip NativeWidgetWin::LockUpdates when in aero mode to fix Gpu rendering freeze.
nduca@chromium.org
2011-07-13
1
-3
/
+13
*
Attempt 2 at:
sky@chromium.org
2011-07-13
19
-412
/
+215
*
Remove unused ContainsNativeView methods.
ben@chromium.org
2011-07-13
13
-62
/
+0
*
ClearNativeFocus: Do it from widget, with appropriate native-widget implement...
sadrul@chromium.org
2011-07-13
12
-23
/
+35
*
Revert 92252 - Gets mouse capture to work for menus with pure views. As part ...
sky@chromium.org
2011-07-12
19
-214
/
+412
*
Gets mouse capture to work for menus with pure views. As part of this
sky@chromium.org
2011-07-12
19
-412
/
+214
*
Correct issues with NativeWidgetViews ownership.
ben@chromium.org
2011-07-12
5
-46
/
+89
*
Fixes crash when dropping on a menu showing the 'emtpy' menu item.
sky@chromium.org
2011-07-12
1
-4
/
+4
*
Ensure the back/forward menus support middle click.
philippe.beaudoin@gmail.com
2011-07-12
3
-2
/
+20
*
Use input method to control visibility of virtual keyboard.
penghuang@chromium.org
2011-07-12
8
-0
/
+122
*
Relanding this with the compile fixes for Linux views
ananta@chromium.org
2011-07-11
1
-5
/
+9
*
Revert 92071 - Fix a chrome browser crash which occurs when displaying the pa...
ananta@chromium.org
2011-07-11
1
-8
/
+4
*
Fix a chrome browser crash which occurs when displaying the page info bubble ...
ananta@chromium.org
2011-07-11
1
-4
/
+8
*
Revert 92059 - Adds a test for parented synthetic widgets.
ben@chromium.org
2011-07-11
1
-32
/
+6
*
Adds a test for parented synthetic widgets.
ben@chromium.org
2011-07-11
1
-6
/
+32
*
Remove the comments setting emands and vim tab width and expansion variables.
tony@chromium.org
2011-07-11
1
-6
/
+0
*
Revert clear removal from last week. It turns out the window is green in debu...
ben@chromium.org
2011-07-11
2
-2
/
+7
*
Fix NativeWidgetViews enough to run views_examples without segfaulting.
rhashimoto@google.com
2011-07-11
4
-9
/
+20
*
Multi-Profiles: Add icon chooser to profiles menu
sail@chromium.org
2011-07-09
4
-17
/
+36
*
Minor improvements to views accessibility. Improves notification for a
dmazzoni@chromium.org
2011-07-08
3
-0
/
+14
*
views: Some views tests should use EXPECT_* rather than ASSERT_*.
tfarina@chromium.org
2011-07-08
1
-32
/
+32
*
Correct implementation of View::ConvertPointToScreen for the views-desktop en...
ben@chromium.org
2011-07-08
4
-6
/
+2
*
Fixes crash in views desktop. The problem was
sky@chromium.org
2011-07-08
5
-4
/
+14
*
Use SkMatrix44 for the underlying implementation of ui::Transform
backer@chromium.org
2011-07-08
2
-24
/
+47
*
Fix the bug of the hide key on Omnibox.
mazda@chromium.org
2011-07-08
1
-2
/
+0
*
CL for readability review
hashimoto@chromium.org
2011-07-08
4
-112
/
+198
*
Makes views menu open submenus immediately when pressing a key. We
sky@chromium.org
2011-07-08
1
-1
/
+1
*
Changes wrench menu button to show system menu on space. This matches
sky@chromium.org
2011-07-08
1
-7
/
+1
*
Try two for flicker free drawing
davemoore@chromium.org
2011-07-07
2
-50
/
+79
*
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
[next]