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
*
Use a direct include of utf_string_conversions.h in ui/.
avi@chromium.org
2013-06-07
1
-1
/
+1
*
Revert 203217 "Revert 202987 "Reorder the NativeViews attached t..."
avi@chromium.org
2013-05-31
1
-10
/
+18
*
Revert 202987 "Reorder the NativeViews attached to a view via th..."
avi@chromium.org
2013-05-30
1
-18
/
+10
*
Reorder the NativeViews attached to a view via the kViewHostKey according to ...
pkotwicz@chromium.org
2013-05-29
1
-10
/
+18
*
Make RecreateLayer() order the old layer above the new layer.
pkotwicz@chromium.org
2013-05-27
1
-0
/
+6
*
views: Store only the name of the class in kViewClassName constants.
tfarina@chromium.org
2013-05-26
1
-1
/
+1
*
Renames Rename CalculateOffsetToAncestorWithLayer() to GetLayer().
pkotwicz@chromium.org
2013-05-26
1
-26
/
+21
*
modify View::ViewHierarchyChanged signature
kuan@chromium.org
2013-05-13
1
-24
/
+28
*
views: Convert View::GetClassName() to return const char*.
tfarina@chromium.org
2013-05-09
1
-4
/
+5
*
views: Separate hit testing for tooltips from hit testing for events
tbarzic@chromium.org
2013-04-27
1
-0
/
+20
*
Reland https://chromiumcodereview.appspot.com/14286004 which was reverted fue
varunjain@chromium.org
2013-04-27
1
-4
/
+2
*
Revert 196446 "Make touch drag drop and touch editing flags tri-..."
nick@chromium.org
2013-04-25
1
-2
/
+4
*
Make touch drag drop and touch editing flags tri-state and turn them on by
varunjain@chromium.org
2013-04-25
1
-4
/
+2
*
Views Textfield: Don't start drags during multiple clicks
ckocagil@chromium.org
2013-04-25
1
-7
/
+6
*
views: Add class names to views paint trace events
jamescook@chromium.org
2013-04-24
1
-3
/
+3
*
ui: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro.
tfarina@chromium.org
2013-04-24
1
-2
/
+1
*
Context menu on views must show on mouse down for non-WIN.
varunjain@chromium.org
2013-04-06
1
-3
/
+28
*
Revert 192525 "Context menu on views must show on mouse down for..."
tkent@chromium.org
2013-04-05
1
-28
/
+3
*
Context menu on views must show on mouse down for non-WIN.
varunjain@chromium.org
2013-04-05
1
-3
/
+28
*
Revert 191524 "Fixed GetContentsBounds() so GetInsets() can be o..."
dharcourt@chromium.org
2013-04-01
1
-1
/
+2
*
Allow dialog delegates to change which buttons are added by DialogClientView
estade@chromium.org
2013-03-30
1
-1
/
+0
*
Fixed GetContentsBounds() so GetInsets() can be overridden.
dharcourt@chromium.org
2013-03-30
1
-2
/
+1
*
Revert 189069 "Fix FocusManagerDtorTest for NativeTexfieldViews;..."
msw@chromium.org
2013-03-22
1
-2
/
+1
*
Fix FocusManagerDtorTest for NativeTexfieldViews; etc.
msw@chromium.org
2013-03-19
1
-1
/
+2
*
Revert 186317 "Context menu on views must show on mouse down for..."
varunjain@chromium.org
2013-03-15
1
-22
/
+2
*
Thread ui transform animations
ajuma@chromium.org
2013-03-14
1
-3
/
+2
*
Implement Windows accessibility for Aura.
dmazzoni@chromium.org
2013-03-06
1
-8
/
+32
*
Context menu on views must show on mouse down for non-WIN.
varunjain@chromium.org
2013-03-06
1
-2
/
+22
*
Revert 183171 because it breaks interactive_ui_tests on some win dbg bots.
sadrul@chromium.org
2013-02-19
1
-2
/
+7
*
views: Use EventDispatcher for dispatching mouse-move events.
sadrul@chromium.org
2013-02-19
1
-7
/
+2
*
views: Start sending mouse events using the EventDispatch interface.
sadrul@chromium.org
2013-02-18
1
-9
/
+50
*
Revert revisions 183059, 183047 and 183039.
sadrul@chromium.org
2013-02-18
1
-50
/
+9
*
views: Dispatch mouse events using EventDispatch interface too.
sadrul@chromium.org
2013-02-17
1
-9
/
+50
*
Revert 182804
isherman@chromium.org
2013-02-15
1
-50
/
+9
*
views: Dispatch mouse events using EventDispatch interface too.
sadrul@chromium.org
2013-02-15
1
-9
/
+50
*
views: Dispatch key, touch, scroll and gesture events using the EventDispatch...
sadrul@chromium.org
2013-02-15
1
-34
/
+61
*
Removes debugging code I added to find crash. Crash seems to have
sky@chromium.org
2013-01-09
1
-8
/
+2
*
Adds debugging code to help figure out a crash. It appears that after
sky@chromium.org
2012-12-18
1
-2
/
+8
*
events: Update mouse-event handlers to not return EventResult.
sadrul@chromium.org
2012-12-18
1
-2
/
+1
*
events: Update key-event handlers to not return EventResult.
sadrul@chromium.org
2012-12-14
1
-2
/
+1
*
events: Update scroll and touch handlers to not return EventResult.
sadrul@chromium.org
2012-12-14
1
-6
/
+4
*
Get some of the ash_unittests to run without crashing.
ben@chromium.org
2012-12-06
1
-2
/
+2
*
events: Change gesture-event handler in EventHandler to not return any values.
sadrul@chromium.org
2012-12-04
1
-10
/
+10
*
aura: Enable touch initiated drag and drop.
varunjain@chromium.org
2012-11-28
1
-0
/
+14
*
gfx::Transform API clean-up
vollick@chromium.org
2012-11-26
1
-37
/
+33
*
Make use of the new SkMatrix44::transpose, ::getDouble, and ::setDouble funcs
vollick@chromium.org
2012-11-17
1
-2
/
+2
*
ui: Make native_theme its own library.
tfarina@chromium.org
2012-11-16
1
-2
/
+2
*
Use gfx::Insets return type for Border::GetInsets().
wittman@chromium.org
2012-11-14
1
-9
/
+3
*
ui: Remove implicit flooring in skia rect conversion methods.
danakj@chromium.org
2012-11-14
1
-4
/
+8
*
ui: Use Vector2d in the View::CalculateOffsetToAncestorWithLayer API
danakj@chromium.org
2012-11-13
1
-26
/
+21
[next]