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
/
widget
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove obsolete scale related APIs for cursor
oshima@chromium.org
2014-04-10
2
-9
/
+0
*
linux_aura: Use system configuration for middle clicking the titlebar.
erg@chromium.org
2014-04-09
2
-5
/
+32
*
Per the X11 drag and drop spec (http://www.newplanetsoftware.com/xdnd/), do n...
pkotwicz@chromium.org
2014-04-09
1
-7
/
+13
*
linux-aura: Fix cancelling a window drag.
sadrul@chromium.org
2014-04-08
2
-7
/
+13
*
Prevent Chrome from crashing if we receive an unexpected SelectionNotify
pkotwicz@chromium.org
2014-04-08
1
-1
/
+5
*
Decrease the amount of time that we wait for |DesktopDragDropClientAuraX11::s...
pkotwicz@chromium.org
2014-04-07
1
-1
/
+8
*
Reduces tab dragging lag by not updating the rounded border. This seems to im...
varkha@chromium.org
2014-04-07
3
-48
/
+3
*
linux: Make sure event-dispatcher gets removed correctly.
sadrul@chromium.org
2014-04-07
1
-6
/
+2
*
x11: Move X event handling out of the message-pump.
sadrul@chromium.org
2014-04-05
11
-72
/
+130
*
Make DesktopWindowTreeHostX11::GetWindowPlacement() consistent with DesktopWi...
pkotwicz@chromium.org
2014-04-04
1
-1
/
+1
*
Move Is*DisplaySizeBlackListed to ui/display and build it for non-X11 platfor...
dnicoara@chromium.org
2014-04-04
1
-7
/
+7
*
Handle key events in views using EventProcessor and ViewTargeter
tdanderson@chromium.org
2014-04-04
4
-69
/
+66
*
DesktopWindowTreeHostX11: Notify widgets when they are shown or hidden.
mgiuca@chromium.org
2014-04-01
1
-0
/
+2
*
Prevents crash when a menu gets closed during drag. This only gets exposed wi...
varkha@chromium.org
2014-04-01
1
-2
/
+3
*
Remove all handling of touch events from views
tdanderson@chromium.org
2014-04-01
10
-119
/
+1
*
Use a pre-target handler in RootView to open keyboard-generated context menus
tdanderson@chromium.org
2014-03-31
3
-16
/
+141
*
Dispatches mouse movement messages in posted task to improve dragging smoothness
varkha@google.com
2014-03-28
2
-2
/
+34
*
Allows menu host windows to be enumerated in DragTargetWindowFinder.
varkha@google.com
2014-03-28
2
-4
/
+39
*
Revert of Allows menu host windows to be enumerated in DragTargetWindowFinder...
calamity@chromium.org
2014-03-28
2
-35
/
+4
*
Allows menu host windows to be enumerated in DragTargetWindowFinder.
varkha@chromium.org
2014-03-28
2
-4
/
+35
*
Changes drag widgets such as bookmark bar items that are dragged to be semitr...
varkha@chromium.org
2014-03-28
1
-0
/
+3
*
Implement image drag out support for Linux Aura.
dcheng@chromium.org
2014-03-27
1
-0
/
+15
*
Revert of Move GetCursor() method from WindowDelegate to its own delegate int...
ben@chromium.org
2014-03-27
4
-29
/
+12
*
Exclude desktop_aura from chromeos
oshima@chromium.org
2014-03-27
1
-1
/
+1
*
Move GetCursor() method from WindowDelegate to its own delegate interface Cur...
ben@chromium.org
2014-03-26
4
-12
/
+29
*
Move layer recreation logic entirely into LayerOwner::RecreateLayer().
ben@chromium.org
2014-03-26
4
-11
/
+0
*
Linux Aura: Properly shut down when closing a window with native frame.
mgiuca@chromium.org
2014-03-26
1
-1
/
+1
*
Refactor EDID parsing utilities and consolidate them under ui/display/chromeos
dnicoara@chromium.org
2014-03-25
1
-2
/
+2
*
plumbing fills_bounds_completely from aura to content_layer_updater
luken@chromium.org
2014-03-25
1
-0
/
+4
*
Make drag and drop more robust on Linux Aura
pkotwicz@chromium.org
2014-03-25
2
-10
/
+71
*
linux_aura: Implement DWTHX11::FlashFrame().
erg@chromium.org
2014-03-25
2
-3
/
+32
*
Use the _NET_WM_USER_TIME property to map without focus
piman@chromium.org
2014-03-25
1
-16
/
+21
*
Fix bug where dragged and dropped text would be dropped before releasing the ...
pkotwicz@chromium.org
2014-03-22
1
-0
/
+1
*
Move some code from aura/client to wm/public
ben@chromium.org
2014-03-21
15
-24
/
+24
*
Remove window/host accessors from WindowEventDispatcher. Include-What-You-Use...
ben@chromium.org
2014-03-20
12
-18
/
+20
*
Remove PrepareForShutdown
oshima@chromium.org
2014-03-20
4
-8
/
+0
*
Revert 258077 "Remove PrepareForShutdown"
brettw@chromium.org
2014-03-19
4
-0
/
+8
*
Remove PrepareForShutdown
oshima@chromium.org
2014-03-19
4
-8
/
+0
*
linux_aura: Remove the current implementation of Deactivate().
erg@chromium.org
2014-03-19
3
-79
/
+1
*
Fix ui::IsWindowVisible() so that it returns false for minimized windows on U...
pkotwicz@chromium.org
2014-03-19
1
-2
/
+6
*
linux_aura: Fix scrolling after clicking the non client area in GNOME 3.
erg@chromium.org
2014-03-19
1
-0
/
+26
*
Fix "unreachable code" warnings (MSVC warning 4702) in ui/.
pkasting@chromium.org
2014-03-18
1
-1
/
+5
*
linux_aura: Handle the suggested atoms in XdndPosition messages.
erg@chromium.org
2014-03-18
1
-8
/
+30
*
Run ContentMain in a browser_test's browser process. This removes duplication...
jam@chromium.org
2014-03-18
1
-9
/
+39
*
linux-aura: Keep track of whether the drag-client is alive after the drag.
sadrul@chromium.org
2014-03-17
2
-8
/
+21
*
Linux Aura: Fixed browser window not starting maximized in XFCE.
mgiuca@chromium.org
2014-03-17
1
-2
/
+4
*
ash: Remove the associated-window from AcceleratorDispatcher.
sadrul@chromium.org
2014-03-15
3
-5
/
+4
*
Linux Aura: Implement middle-click title bar to lower window.
thestig@chromium.org
2014-03-15
1
-1
/
+8
*
Move wm/core to wm namespace.
ben@chromium.org
2014-03-14
11
-59
/
+60
*
Revert 256960 because it causes failures in a number of tests.
sadrul@chromium.org
2014-03-14
2
-6
/
+0
[next]