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
*
Skips disabled menu items when selection is changed
varkha
2015-05-21
3
-17
/
+124
*
Make StyledLabel wrap long words
tbarzic
2015-05-20
2
-5
/
+42
*
Revert "Correctly release the touch events on Lenovo Horizon device."
lanwei
2015-05-20
4
-340
/
+55
*
Revert of Fix a crash when views::HWNDMessageHandler::HandleTouchMessage (pat...
lanwei
2015-05-20
1
-12
/
+6
*
Fix a crash when views::HWNDMessageHandler::HandleTouchMessage.
lanwei
2015-05-20
1
-6
/
+12
*
Removes the redundant IMB::OnFocus call in DNWA::HandleNativeFocus().
shuchen
2015-05-20
1
-6
/
+0
*
[MacViews] Fix behavior of non-resizable windows in fullscreen.
jackhou
2015-05-20
5
-99
/
+37
*
Fixed unclickable X button in App Info dialog in RTL languages.
mgiuca
2015-05-20
2
-3
/
+3
*
[Views] Allow dialog delegates to use a custom padding for the extra view
rdevlin.cronin
2015-05-19
4
-2
/
+42
*
Support the full-screen state when showing a chrome window
joone.hur
2015-05-19
1
-0
/
+4
*
Subject .mm files to the header sorting presubmit
tapted
2015-05-19
2
-3
/
+3
*
MacViews: Implement Tooltips
tapted
2015-05-19
10
-70
/
+263
*
Suppress -Wpartial-availability warnings that arise from NSWindowDelegate.
erikchen
2015-05-19
2
-1
/
+10
*
Use true instead of TRUE for boolean value
joone.hur
2015-05-14
1
-1
/
+1
*
Fixes possible crash in TableView
sky
2015-05-14
2
-0
/
+27
*
Correctly release the touch events on Lenovo Horizon device.
lanwei
2015-05-14
4
-55
/
+340
*
Support MINIMIZED, MAXIMIZED, FULLSCREEN state when showing a chrome window.
joone.hur
2015-05-14
1
-3
/
+15
*
Only update icon if the new one is not null on x11, no-op for null icon (foll...
xiaolingbao
2015-05-13
1
-3
/
+1
*
Remove layered window painting support from HWNDMessageHandler
jbauman
2015-05-13
3
-117
/
+0
*
[MacViews] Implement AlwaysOnTop and VisibleOnAllWorkspaces.
jackhou
2015-05-13
2
-4
/
+19
*
stop using (deprecated) SkScalarDiv
reed
2015-05-12
2
-19
/
+10
*
ui: Eliminate allocating gfx::Canvas on the heap for every view.
danakj
2015-05-12
1
-0
/
+1
*
Deflake WidgetInputMethodInteractiveTest.TwoTopWindows on Linux
tapted
2015-05-11
1
-4
/
+6
*
Simplify accelerated paint and remove windows CanvasSkiaPaint
jbauman
2015-05-11
7
-91
/
+8
*
Rename ui/events/keycodes/dom[34]/ into .../dom/
kpschoedel
2015-05-11
1
-1
/
+1
*
Make the ChromeOS app list button trigger on mouse press.
calamity
2015-05-11
3
-67
/
+137
*
MacViews: Allow views::Widgets to be parented off NSWindows
tapted
2015-05-11
8
-46
/
+317
*
Revert of Simplify accelerated paint and remove windows CanvasSkiaPaint (patc...
jbauman
2015-05-08
7
-8
/
+91
*
Simplify accelerated paint and remove windows CanvasSkiaPaint
jbauman
2015-05-08
7
-91
/
+8
*
Add a missing "override".
thakis
2015-05-07
1
-1
/
+1
*
views: Avoid allocing a new SkPictureRecorder for each view.
danakj
2015-05-07
2
-3
/
+3
*
views: Avoid a malloc for every view being painted.
danakj
2015-05-07
1
-5
/
+3
*
Move HwndMessageHandler WeakPtrs Back to the End
robliao
2015-05-07
1
-4
/
+7
*
Disabling flaky new test WidgetInputMethodInteractiveTest.TwoTopWindows
piman
2015-05-05
1
-1
/
+2
*
Replace Direct WTS Registration Calls with the Windows Session Change Observer
robliao
2015-05-05
5
-21
/
+170
*
Make the GN Windows component build work.
brettw
2015-05-05
1
-0
/
+1
*
[Docking] Persists docked state for chrome app and extension windows on Chrom...
varkha
2015-05-05
1
-0
/
+1
*
Gets InputMethodFocus tests added in r327286 working on Mac
tapted
2015-05-05
2
-145
/
+148
*
Linux - support system theme colorizing for progress text and spinner
estade
2015-05-04
1
-4
/
+2
*
Pass gfx structs by const ref (gfx::Vector2d/F)
a.berwal
2015-05-04
1
-1
/
+1
*
Material throbber: use in tabstrip
estade
2015-05-03
3
-235
/
+53
*
win: Move WeakPtrFactory towards the end of a class.
thakis
2015-05-01
2
-4
/
+5
*
win: Work on reducing number of style plugin warnings.
thakis
2015-05-01
2
-1
/
+7
*
vs2015: fix narrowing warning in hwnd_message_handler
scottmg
2015-04-30
1
-3
/
+6
*
win: Move HWNDMessageHandler's WeakPtrFactory member to the end.
thakis
2015-04-28
2
-9
/
+10
*
Add tests for input method focusing to Widget interactive ui tests.
shuchen
2015-04-28
1
-40
/
+275
*
Pass a TaskRunner through ViewsDelegate to put AX init on FILE thread
dmazzoni
2015-04-27
3
-0
/
+22
*
material throbber, take 2
estade
2015-04-27
2
-10
/
+72
*
Clean up Throbber.
estade
2015-04-27
2
-46
/
+26
*
ui: Cache the output of View::OnPaint when the View isn't invalid.
danakj
2015-04-25
2
-5
/
+12
[next]