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
/
ui
/
views
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the 2-level input method system & InputMethodBridge.
shuchen
2015-07-02
56
-1590
/
+379
*
clang/win: Fix warnings to prepare for building without -Wno-reorder.
sammc
2015-07-02
1
-2
/
+2
*
Fix some clang warnings with -Wmissing-braces in ui.
dcheng
2015-07-01
1
-1
/
+1
*
Use EXPECT_NSEQ for comparing NSRect and NSPoint.
jackhou
2015-07-01
1
-3
/
+3
*
text input: Removes yukishiino@ from primary reviewers of IME support.
yukishiino
2015-07-01
1
-1
/
+1
*
[MacViews] Hide window title text depending on WidgetDelegate::ShouldShowWind...
jackhou
2015-07-01
2
-0
/
+102
*
Only dispatch cut/copy/paste accelerators to views which register for them.
pkasting
2015-06-30
2
-0
/
+12
*
x11: Make sure a Widget is not attempted to be destroyed more than once.
sadrul
2015-06-29
4
-7
/
+42
*
views: Remove the clear to transparent in View::OnPaintLayer
danakj
2015-06-24
1
-4
/
+0
*
Add more string_util functions to base namespace.
brettw
2015-06-24
1
-1
/
+1
*
ui: Remove non-slimming paint code paths.
danakj
2015-06-24
1
-5
/
+0
*
views: Move resources used by views into views_resources.
sadrul
2015-06-24
456
-0
/
+346
*
MacViews: Run focus_manager_unittests with views_unittests on Mac
tapted
2015-06-24
6
-7
/
+42
*
[MacViews] Implement AppWindowNativeWidgetMac::Maximize.
jackhou
2015-06-23
2
-0
/
+24
*
views: Remove early out if not visible in View::OnPaintLayer.
danakj
2015-06-23
1
-2
/
+0
*
Revert of Revert of Revert of [MacViews] Implement AppWindowNativeWidgetMac::...
dmazzoni
2015-06-22
2
-24
/
+0
*
Revert of Revert of [MacViews] Implement AppWindowNativeWidgetMac::Maximize. ...
schenney
2015-06-22
2
-0
/
+24
*
Revert of [MacViews] Implement AppWindowNativeWidgetMac::Maximize. (patchset ...
schenney
2015-06-22
2
-24
/
+0
*
[MacViews] Implement AppWindowNativeWidgetMac::Maximize.
jackhou
2015-06-22
2
-0
/
+24
*
Fix FocusIn/FocusOut handling: only ignore NotifyPointer events.
stapelberg
2015-06-20
1
-4
/
+3
*
MacViews: Get MenuControllerUnittest running on Mac
tapted
2015-06-19
5
-5
/
+33
*
MacViews: Run custom_button_unittest on Mac views_unittests
tapted
2015-06-19
4
-18
/
+32
*
Create the omnibox dropdown and the status bubble windows using TYPE_MENU whi...
ananta
2015-06-18
1
-0
/
+6
*
Make ViewsTestHelpers DCHECK that all Widgets are destroyed before unit test ...
tapted
2015-06-18
14
-70
/
+136
*
Revert of Revert of views: Move TOOLKIT_VIEWS definition in //ui/views/ from ...
paulmeyer
2015-06-17
2
-0
/
+10
*
Remove unnecessary message_loop_proxy.h includes
skyostil
2015-06-17
1
-1
/
+0
*
Revert of views: Move TOOLKIT_VIEWS definition in //ui/views/ from root. (pat...
phoglund
2015-06-17
2
-10
/
+0
*
Introduce ScopedViewsTestHelper to run App Info dialog unittests on Mac
tapted
2015-06-17
6
-43
/
+124
*
views: Move TOOLKIT_VIEWS definition in //ui/views/ from root.
Sadrul Habib Chowdhury
2015-06-17
2
-0
/
+10
*
Removes TextInputFocusManager.
shuchen
2015-06-15
9
-291
/
+3
*
gfx: Remove gfx::NativeRegion, and explicitly use SkRegion instead.
sadrul
2015-06-13
15
-16
/
+16
*
gfx: Remove some unused functions from gfx::Path.
sadrul
2015-06-13
1
-1
/
+4
*
Allow TableColumns to set their default sort order.
finnur
2015-06-11
1
-1
/
+2
*
Refactors away method implementations in ui::EventTargeter
varkha
2015-06-11
3
-22
/
+25
*
Refactoring the ownership of ui::InputMethod.
shuchen
2015-06-10
10
-76
/
+12
*
Refactor ViewsDelegate singleton
mohsen
2015-06-10
28
-96
/
+101
*
MacViews: Retain non-Widget parent NSWindows, as well as the anchor NSView.
tapted
2015-06-10
3
-9
/
+27
*
views: Early out of painting Views with empty bounds.
Dana Jansens
2015-06-10
2
-0
/
+37
*
mandoline: Fix loading fonts and assets for views on android.
sadrul
2015-06-09
1
-0
/
+1
*
Fix Z-order for a bubble when it appears for an inactive window.
vasilii
2015-06-09
8
-1
/
+68
*
Views: Made bubbles non-resizable.
mgiuca
2015-06-09
3
-0
/
+19
*
[MacViews] Enable dragging a window by its caption/draggable areas.
jackhou
2015-06-09
9
-1
/
+375
*
mandoline: Allow running the aura/views UI on android.
sadrul
2015-06-09
1
-1
/
+1
*
Support the show menuaccessibility action on all platforms
dtseng
2015-06-08
3
-0
/
+8
*
Remove swapped-out usage in --site-per-process.
nasko
2015-06-05
1
-4
/
+4
*
Added an ActivationReason parameter to ActivationChangeObserver::OnWindowActi...
bruthig
2015-06-05
5
-10
/
+20
*
ui: Introduce CanvasPainter, remove PaintContext(gfx::Canvas*).
danakj
2015-06-04
9
-59
/
+178
*
views: Rename menu_event_dispatcher_linux.cc file so that it can be used on a...
sadrul
2015-06-04
4
-4
/
+9
*
Ensure grouped touch events have a common timestamp on Windows
jdduke
2015-06-04
1
-6
/
+5
*
MacViews: Dialogs don't become main.
tapted
2015-06-04
2
-1
/
+28
[next]