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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up WindowEventDispatcher some more.
ben@chromium.org
2014-03-07
2
-12
/
+12
*
Fix Linux Aura drag-and-drop cancellation.
msw@chromium.org
2014-03-06
1
-2
/
+3
*
aura: Remove client::UserActionClient.
sadrul@chromium.org
2014-03-06
1
-47
/
+1
*
Revert 255091 "linux_aura: Fix all instances of LabelButton sizing."
erg@chromium.org
2014-03-06
2
-1
/
+2
*
Revert 255368 "Clean up WindowEventDispatcher some more."
ben@chromium.org
2014-03-06
2
-13
/
+15
*
Revert 255385 "aura: Remove client::UserActionClient."
ben@chromium.org
2014-03-06
1
-1
/
+46
*
aura: Remove client::UserActionClient.
sadrul@chromium.org
2014-03-06
1
-46
/
+1
*
Removes specifying transient at the aura level for top levels
sky@chromium.org
2014-03-06
1
-7
/
+0
*
Clean up WindowEventDispatcher some more.
ben@chromium.org
2014-03-06
2
-15
/
+13
*
Clip Views textfield drag images to selected text.
msw@chromium.org
2014-03-06
1
-26
/
+36
*
rAc - fix off-by-small-number error in grid layout
estade@chromium.org
2014-03-06
2
-1
/
+29
*
x11: Simplify some more event-rewrite code.
sadrul@chromium.org
2014-03-06
1
-1
/
+0
*
Add use_allocator instead of linux_use_tcmalloc to switch the allocator.
dmikurube@chromium.org
2014-03-05
1
-1
/
+2
*
Rename RootWindowObserver -> WindowTreeHostObserver.
ben@chromium.org
2014-03-05
5
-34
/
+29
*
Remove Views dependency from window_animations.cc
ben@chromium.org
2014-03-05
3
-46
/
+19
*
Remove useless views::TextButton::has_text_shadow_
pkotwicz@chromium.org
2014-03-05
2
-45
/
+2
*
linux_aura: Fix all instances of LabelButton sizing.
erg@chromium.org
2014-03-05
2
-2
/
+1
*
Purge unused code once associated with NativeWidgetWin.
tapted@chromium.org
2014-03-05
13
-289
/
+4
*
Reposition notifications when the primary display changes as a result of unpl...
pkotwicz@chromium.org
2014-03-05
1
-16
/
+18
*
Fix some minor issues in x11_whole_screen_move_loop.cc.
jbroman@chromium.org
2014-03-05
1
-4
/
+3
*
Remove |disable_drawing| flag from GLSurface::InitializeOneOffForTests.
danakj@chromium.org
2014-03-04
1
-1
/
+1
*
win: Remove a few non-aura files that are unused now that aura is always on.
thakis@chromium.org
2014-03-04
9
-1162
/
+0
*
Fixes possible crash in HWNDMessageHandler
sky@chromium.org
2014-03-04
1
-0
/
+3
*
Fix inconsistencies in left/top of app window bounds for non-native windows
tmdiep@chromium.org
2014-03-04
1
-2
/
+2
*
Window ownership -> WindowTreeHost
ben@chromium.org
2014-03-04
26
-102
/
+104
*
Limit alt-codes to Windows; fix Linux Aura Alt+Left/Right.
msw@chromium.org
2014-03-04
1
-12
/
+3
*
Tooltips on Windows high DPI machines need to be displayed using pixel locati...
ananta@chromium.org
2014-03-03
1
-0
/
+6
*
Move TrimWhitespace to the base namespace.
brettw@chromium.org
2014-03-03
2
-5
/
+9
*
aura: The fallback aura tooltip should left align its label text.
erg@chromium.org
2014-03-03
1
-0
/
+1
*
linux_aura: Fix panel stickiness on GNOME 3.
erg@chromium.org
2014-03-03
3
-0
/
+6
*
Skia is disassociating information about the state of the clip from the clip ...
robertphillips@google.com
2014-03-03
1
-1
/
+2
*
Cancel Linux Aura dragging on escape key press.
msw@chromium.org
2014-03-01
2
-13
/
+33
*
Prevents user from getting stuck in fullscreen mode with the cinnamon window ...
pkotwicz@chromium.org
2014-02-28
1
-0
/
+7
*
Fixes bug in ImageView caching of pixels
sky@chromium.org
2014-02-28
1
-4
/
+14
*
Revert 254089 "Use the default dispatcher where possible for nes..."
sadrul@chromium.org
2014-02-28
3
-26
/
+8
*
Use the default dispatcher where possible for nested message loops.
sadrul@chromium.org
2014-02-28
3
-8
/
+26
*
Invert the ownership relationship between WindowEventDispatcher and WindowTre...
ben@chromium.org
2014-02-28
9
-111
/
+122
*
linux_aura: Don't create a drag window when given a transparent image.
erg@chromium.org
2014-02-28
2
-4
/
+38
*
Add a window parameter to WindowDelegate's OnWindowDestroying/Destroyed methods.
ben@chromium.org
2014-02-28
5
-9
/
+9
*
Fix crash which occurs when a widget destroys itself as a result of ET_GESTUR...
pkotwicz@chromium.org
2014-02-27
3
-116
/
+143
*
Disable accelerators while a menu is open on Linux Aura. This behavior is con...
pkotwicz@chromium.org
2014-02-27
1
-16
/
+15
*
Disable Linux Aura offscreen bubble adjustments.
msw@chromium.org
2014-02-27
1
-0
/
+3
*
Revert of Use the default dispatcher where possible for nested message loops....
scottmg@chromium.org
2014-02-27
3
-26
/
+8
*
Use the default dispatcher where possible for nested message loops.
sadrul@chromium.org
2014-02-27
3
-8
/
+26
*
Fixes DesktopScreenX11::GetWindowAtScreenPoint() so that NULL is returned if ...
pkotwicz@chromium.org
2014-02-26
3
-20
/
+115
*
linux_aura: Respond to system "style-set" signals.
erg@chromium.org
2014-02-26
3
-0
/
+31
*
Combobox: Have the first item not rendered for an action combobox
hajimehoshi@chromium.org
2014-02-26
1
-2
/
+10
*
Makes some of the tests in views/corewm extend AuraTestBase
sky@chromium.org
2014-02-26
5
-62
/
+60
*
Clamp keyboard context menu locations to visible ancestor areas.
msw@chromium.org
2014-02-26
1
-12
/
+10
*
Add ELIDE_AT_BEGINNING to views::Label
vandebo@chromium.org
2014-02-26
2
-5
/
+11
[next]