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
*
views: Make View::set_border() take a scoped_ptr<>.
erg@chromium.org
2014-01-24
1
-3
/
+1
*
Tweaks to get views compiling with mojo
sky@chromium.org
2014-01-16
1
-1
/
+1
*
Reland Merge NativeTextfieldViews into views::Textfield.
msw@chromium.org
2014-01-12
1
-1
/
+1
*
Revert of https://codereview.chromium.org/120503005/
msw@chromium.org
2014-01-12
1
-1
/
+1
*
Merge NativeTextfieldViews into views::Textfield.
msw@chromium.org
2014-01-11
1
-1
/
+1
*
[View] Cleanup: Remove redundant layer()->SchedulePaint() calling
simonhong@chromium.org
2014-01-07
1
-8
/
+0
*
Make extensions icons easier to target with gestures
tdanderson@chromium.org
2013-12-19
1
-4
/
+4
*
Prefix string16 with base:: in ui/.
dbeam@chromium.org
2013-12-18
1
-1
/
+1
*
Rename View::set_focusable and View::set_accessibility_focusable
mohsen@chromium.org
2013-12-16
1
-0
/
+14
*
Use forward-declares of Border and Background in view.h
tapted@chromium.org
2013-12-11
1
-0
/
+9
*
Stop handling NULL source in views::View::ConvertPointToTarget() and views::V...
pkotwicz@chromium.org
2013-12-07
1
-25
/
+11
*
Removes FocusBorder from views
sky@chromium.org
2013-12-05
1
-15
/
+0
*
events: Introduce EventTargeter.
sadrul@chromium.org
2013-12-02
1
-0
/
+10
*
Adds ability to control whether View::Focus()/Blur() schedules paint
sky@chromium.org
2013-11-21
1
-4
/
+5
*
Removes unnecessary SchedulePaints()
sky@chromium.org
2013-11-19
1
-1
/
+0
*
events: Remove the bit to allow dispatching events to hidden targets.
sadrul@chromium.org
2013-11-09
1
-1
/
+1
*
Add support for rect-based event targeting in views
tdanderson@google.com
2013-11-05
1
-7
/
+71
*
Modify hit test masks for tabs and tab close buttons
tdanderson@chromium.org
2013-11-04
1
-2
/
+6
*
Implement rect conversion utility functions in View
tdanderson@chromium.org
2013-10-21
1
-0
/
+43
*
More tooltip related cleanup
sky@chromium.org
2013-10-02
1
-6
/
+4
*
aura: Use Layer::SetShowPaintedContent to stop showing external content
danakj@chromium.org
2013-10-02
1
-15
/
+0
*
linux_aura: Flip the close button when it is the leftmost button.
erg@chromium.org
2013-10-01
1
-26
/
+3
*
Remove mac code from aura/ash/views
oshima@chromium.org
2013-09-18
1
-4
/
+0
*
Makes native_widget_types forward declare ui::Cursor.
sky@chromium.org
2013-09-16
1
-0
/
+4
*
Refactor TransformPoint{,Reverse}.
avallee@chromium.org
2013-09-12
1
-2
/
+2
*
Fixes possible use after free when doing drag and drop.
sky@chromium.org
2013-08-26
1
-13
/
+12
*
- Remove redundant views::View::accelerator_registration_delayed_
pkotwicz@chromium.org
2013-08-23
1
-30
/
+9
*
linux_aura: Fix crash on drags from the omnibox.
erg@chromium.org
2013-08-15
1
-0
/
+11
*
Introduces the const version of GetInputMethod().
yukishiino@chromium.org
2013-07-20
1
-0
/
+5
*
Use a direct include of the message_loop header in ui/, part 2.
avi@chromium.org
2013-07-18
1
-1
/
+1
*
Hover effects in views should not be invoked when mouse events are disabled
tdanderson@chromium.org
2013-06-18
1
-0
/
+18
*
Add ContextMenuSourceType to views::ContextMenuController::ShowContextMenuFor...
varunjain@chromium.org
2013-06-18
1
-5
/
+6
*
Use a direct include of strings headers in ui/, part 3.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
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
[next]