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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
MacViews: Fix widget activation.
tapted
2015-01-15
2
-0
/
+51
*
MacViews: Remove redundant virtuals in NativeWidgetMac and co.
tapted
2015-01-14
2
-28
/
+23
*
MacViews: Fix child window z-order and SetBounds
tapted
2015-01-09
3
-0
/
+67
*
ui/views: Cleanup usage of scoped_ptr.
tfarina
2015-01-08
1
-1
/
+1
*
MacViews: Implement capture using NSEvent local+global monitors
tapted
2014-12-18
1
-0
/
+7
*
Fix icon on Windows XP taskbar
tmoniuszko
2014-12-15
1
-0
/
+3
*
MacViews: Implement event monitoring for a specific window (Reland)
andresantoso
2014-12-12
1
-21
/
+24
*
Revert "MacViews: Implement event monitoring for a specific window"
John Abd-El-Malek
2014-12-11
1
-24
/
+21
*
MacViews: Implement event monitoring for a specific window
andresantoso
2014-12-11
1
-21
/
+24
*
Revert of Fix icon on Windows XP taskbar (patchset #2 id:20001 of https://cod...
sky
2014-12-04
1
-3
/
+0
*
Fix icon on Windows XP taskbar
tmoniuszko
2014-12-02
1
-0
/
+3
*
Move DefaultScreenPositionClient setup to ViewsTestHelperAura
tapted
2014-12-01
2
-1
/
+18
*
MacViews: Support ViewsDelegate::ContextFactory without Aura
tapted
2014-11-11
4
-5
/
+26
*
aura: Remove WindowTreeHost::PostNativeEvent().
Sadrul Habib Chowdhury
2014-11-07
1
-7
/
+8
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-27
11
-76
/
+68
*
replace OVERRIDE and FINAL with override and final in ui/
mostynb
2014-10-09
12
-51
/
+51
*
Add ScopedObjCClassSwizzler in base/mac, absorbs objc_method_swizzle and Scop...
tapted@chromium.org
2014-08-12
1
-3
/
+3
*
Fix events_test_support layering violation, missing dependencies
tapted@chromium.org
2014-08-11
3
-18
/
+59
*
MacViews: Get widget_interactive_uitest compiling on Mac
tapted@chromium.org
2014-08-07
2
-0
/
+249
*
MacViews: Enhance aura's EventGenerator to abstract platform-specific event g...
tapted@chromium.org
2014-07-17
1
-0
/
+341
*
Change the type of InitParams.context from gfx::NativeView to
andresantoso@chromium.org
2014-07-15
6
-6
/
+6
*
MacViews: Disable animations when running views_unittests.
andresantoso@chromium.org
2014-07-10
3
-8
/
+56
*
Add cross axis alignment for BoxLayout.
calamity@chromium.org
2014-06-25
2
-1
/
+14
*
MacViews: Implement toolkit-views style NSWindow ownership.
tapted@chromium.org
2014-06-25
2
-3
/
+8
*
Revert of Add cross axis alignment for BoxLayout. (https://codereview.chromiu...
thakis@chromium.org
2014-06-24
2
-13
/
+0
*
Add cross axis alignment for BoxLayout.
calamity@chromium.org
2014-06-24
2
-0
/
+13
*
MacViews: Encapsulate some Aura specifics in widget_unittest.cc
tapted@chromium.org
2014-06-19
4
-2
/
+97
*
Fixes TooltipControllerTest to create a toplevel tooltip window on Linux.
pkotwicz@chromium.org
2014-06-19
1
-2
/
+4
*
Add unittests for X11TopmostWindowFinder
pkotwicz@chromium.org
2014-06-13
2
-0
/
+148
*
Updated Slider to raise drag started and ended events for touch gestures.
bruthig@chromium.org
2014-06-13
2
-0
/
+61
*
MacViews: Gets views_examples_with_content_exe compiling on Mac
tapted@chromium.org
2014-06-04
2
-1
/
+33
*
MacViews: Minimal to get views_unittests to compile.
tapted@chromium.org
2014-05-29
4
-294
/
+37
*
Makes Env contain a ContextFactory
sky@chromium.org
2014-05-22
7
-29
/
+22
*
views: Make view::Views::GetPreferredSize() const.
erg@chromium.org
2014-05-20
3
-6
/
+6
*
Adds ViewsDelegate::GetContextFactory
sky@chromium.org
2014-05-19
2
-1
/
+24
*
Honor can_activate flag in ShowWindowWithState
mohsen@chromium.org
2014-05-16
2
-6
/
+21
*
Refactor ViewsTestBase to isolate aura dependency.
andresantoso@chromium.org
2014-05-15
8
-44
/
+177
*
Reduce creation of ViewsDelegate
sky@chromium.org
2014-05-14
1
-1
/
+2
*
Revert 270290 "Reduce creation of ViewsDelegate"
raymes@google.com
2014-05-14
1
-2
/
+1
*
Reduce creation of ViewsDelegate
sky@chromium.org
2014-05-14
1
-1
/
+2
*
Move DefaultActivationClient to wm/core
ben@chromium.org
2014-04-30
1
-0
/
+2
*
Revert of Move DefaultActivationClient to wm/core (https://codereview.chromiu...
robliao@chromium.org
2014-04-30
1
-2
/
+0
*
Move DefaultActivationClient to wm/core
ben@chromium.org
2014-04-29
1
-0
/
+2
*
Revert 266616 "Move DefaultActivationClient to wm/core"
ben@chromium.org
2014-04-28
1
-2
/
+0
*
Move DefaultActivationClient to wm/core
ben@chromium.org
2014-04-28
1
-0
/
+2
*
aura: Remove WindowTreeHost::QueryMouseLocation().
sadrul@chromium.org
2014-04-28
1
-2
/
+3
*
Simplify ViewsDelegate subclasses by defining "base" versions of functions in
pkasting@chromium.org
2014-04-21
2
-95
/
+4
*
x11: Remove X11 message-pump.
sadrul@chromium.org
2014-04-15
1
-2
/
+4
*
Revert 263726 "x11: Remove X11 message-pump."
fischman@chromium.org
2014-04-14
1
-4
/
+2
*
x11: Remove X11 message-pump.
sadrul@chromium.org
2014-04-14
1
-2
/
+4
[next]