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
/
view.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Optimize View::UpdateRootBounds
sky
2014-09-15
1
-1
/
+15
*
Fix touch selection for Athena home card
mohsen
2014-09-05
1
-4
/
+4
*
Stop painting when receiving delegated frame
enne
2014-08-23
1
-0
/
+4
*
Give up focus if the focused view becomes unfocusable
mohsen@chromium.org
2014-08-11
1
-0
/
+17
*
Do not call into EventTargeter methods from ViewTargeter
tdanderson@chromium.org
2014-08-05
1
-8
/
+9
*
Move views event targeting into ViewTargeterDelegate::TargetForRect()
tdanderson@chromium.org
2014-07-19
1
-83
/
+11
*
Snap layers in views to physical pixel
oshima@chromium.org
2014-07-17
1
-0
/
+19
*
Remove remaining overrides of View::HitTestRect()
tdanderson@chromium.org
2014-07-16
1
-2
/
+0
*
Remove hit test mask methods from views::View
tdanderson@chromium.org
2014-07-12
1
-32
/
+1
*
Call into ViewTargeter from View::HitTestRect()
tdanderson@chromium.org
2014-07-03
1
-14
/
+25
*
Introduce ViewTargeterDelegate and MaskedTargeterDelegate
tdanderson@chromium.org
2014-07-01
1
-2
/
+3
*
View should store a ViewTargeter instead of an EventTargeter
tdanderson@chromium.org
2014-06-28
1
-3
/
+3
*
Remove MaskedViewTargeter and its derived classes
tdanderson@chromium.org
2014-06-25
1
-4
/
+0
*
Repairs crash in RTreeBase::Node::LeastAreaEnlargement
luken@chromium.org
2014-06-19
1
-7
/
+8
*
Revert 276827 "readability review for luken"
cpu@chromium.org
2014-06-16
1
-8
/
+7
*
Views which cannot process events cannot be tooltip targets
tdanderson@chromium.org
2014-06-13
1
-4
/
+1
*
readability review for luken
luken@chromium.org
2014-06-12
1
-7
/
+8
*
Introduce View::CanProcessEventsWithinSubtree()
tdanderson@chromium.org
2014-05-31
1
-0
/
+10
*
Introduce the MicButtonTargeter class
tdanderson@chromium.org
2014-05-30
1
-0
/
+4
*
Make Views fire an accessible hover event on mouse enter.
dmazzoni@chromium.org
2014-05-29
1
-0
/
+2
*
Make PostEventDispatchHandler::OnGestureEvent() only show the
pkotwicz@chromium.org
2014-05-27
1
-51
/
+0
*
fix view culling for RTL languages
luken@chromium.org
2014-05-22
1
-1
/
+1
*
views: Also const-ify GetMaximumSize().
erg@chromium.org
2014-05-21
1
-1
/
+1
*
views: Make view::Views::GetPreferredSize() const.
erg@chromium.org
2014-05-20
1
-3
/
+3
*
patch from issue 218843002
luken@chromium.org
2014-05-12
1
-28
/
+169
*
Dispatch scroll events in views using EventProcessor and EventTargeter
tdanderson@google.com
2014-05-09
1
-0
/
+5
*
Revert 268630 "View code, before this patch, used simple hierarc..."
dalecurtis@google.com
2014-05-06
1
-169
/
+28
*
View code, before this patch, used simple hierarchical bounding boxes to cull...
luken@chromium.org
2014-05-06
1
-28
/
+169
*
retry r266622:
estade@chromium.org
2014-04-30
1
-5
/
+9
*
Revert of retry r266042: (https://codereview.chromium.org/251703002/)
thakis@chromium.org
2014-04-28
1
-9
/
+5
*
retry r266042:
estade@chromium.org
2014-04-28
1
-5
/
+9
*
Update Windows UI on system color changes.
msw@chromium.org
2014-04-25
1
-1
/
+1
*
Revert 266042 "Automatically call OnNativeThemeChanged when a wi..."
rmsousa@chromium.org
2014-04-25
1
-10
/
+5
*
Automatically call OnNativeThemeChanged when a widget is added to a hierarchy
estade@chromium.org
2014-04-24
1
-5
/
+10
*
MacViews: Aura-related cleanups around ui/views
tapted@chromium.org
2014-04-24
1
-0
/
+20
*
Revert 265815 "MacViews: Aura-related cleanups around ui/views"
yosin@chromium.org
2014-04-24
1
-20
/
+0
*
MacViews: Aura-related cleanups around ui/views
tapted@chromium.org
2014-04-24
1
-0
/
+20
*
Adds code to isolate crash
sky@chromium.org
2014-04-17
1
-0
/
+11
*
Reland r256396 Add views implementation for AXTreeSource.
dtseng@chromium.org
2014-04-12
1
-0
/
+1
*
Make ReflectorImpl use mailboxes
piman@chromium.org
2014-04-09
1
-1
/
+1
*
Handle key events in views using EventProcessor and ViewTargeter
tdanderson@chromium.org
2014-04-04
1
-1
/
+8
*
Remove all handling of touch events from views
tdanderson@chromium.org
2014-04-01
1
-0
/
+1
*
Makes ~View explicitly update ViewStorage
sky@chromium.org
2014-03-27
1
-0
/
+3
*
Move layer recreation logic entirely into LayerOwner::RecreateLayer().
ben@chromium.org
2014-03-26
1
-5
/
+0
*
retry r258394
estade@chromium.org
2014-03-21
1
-2
/
+7
*
Revert 258394 "requestAutocomplete -- accept arbitrarily long st..."
estade@chromium.org
2014-03-20
1
-7
/
+2
*
requestAutocomplete -- accept arbitrarily long street addresses
estade@chromium.org
2014-03-20
1
-2
/
+7
*
Makes View::RecreateLayer() and Window::RecreateLayer() the same
sky@chromium.org
2014-03-19
1
-7
/
+2
*
Removes dependency of window_util on views
sky@chromium.org
2014-03-11
1
-4
/
+4
*
Nuke use_acceleration_when_possible
sky@chromium.org
2014-03-11
1
-40
/
+15
[next]