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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Makes NativeWidgetAura and DesktopNWA set user_data using same type
sky@chromium.org
2013-08-22
3
-2
/
+18
*
Remove useless assigment.
etienneb@chromium.org
2013-08-22
1
-1
/
+0
*
Removes Widget::GetChildViewParent, it's not needed anymore.
sky@chromium.org
2013-08-22
2
-10
/
+0
*
Introduce facade for interaction with Android SurfaceTexture.
yfriedman@chromium.org
2013-08-22
8
-110
/
+105
*
Add OWNERS for ui/gfx/codec/.
erg@chromium.org
2013-08-22
1
-0
/
+2
*
Refactors CaptureController so that both views and ash can use it.
sky@chromium.org
2013-08-22
17
-390
/
+556
*
Adds gfx::FontList version of APIs to views::Label.
yukishiino@chromium.org
2013-08-22
3
-44
/
+54
*
Remove SigninDelegateObserver.
calamity@chromium.org
2013-08-22
4
-49
/
+0
*
Revert 218956 "Remove chrome.pak references, build resources int..."
vabr@chromium.org
2013-08-22
5
-0
/
+10
*
Fix crash when Notification Center is closed while "dismiss all" animation is...
dimich@chromium.org
2013-08-22
1
-0
/
+3
*
Remove chrome.pak references, build resources into resources.pak (try 2)
jamesr@chromium.org
2013-08-22
5
-10
/
+0
*
[WIN] Remove "Pin this program to taskbar" of panel window.
zhchbin@gmail.com
2013-08-22
2
-0
/
+21
*
Makes aura NativeWidget implementations no-op if NativeView destroyed.
sky@chromium.org
2013-08-22
5
-70
/
+265
*
Supports gfx::FontList in gfx::Canvas and ui::ElideText family.
yukishiino@chromium.org
2013-08-22
14
-323
/
+646
*
Move webui_resources_test.js to ui/webui/resources/js/.
scherkus@chromium.org
2013-08-22
2
-0
/
+206
*
linux_aura: Implement copying images to the clipboard.
erg@chromium.org
2013-08-22
4
-20
/
+61
*
views: Implement Ozone screen for desktop aura
tiago.vignatti@intel.com
2013-08-21
4
-4
/
+29
*
Use XEvent's event_x/y as the location for ui::Event
miletus@chromium.org
2013-08-21
1
-48
/
+2
*
ozone: Make sure the event coords are within the bounds of the screen.
sadrul@chromium.org
2013-08-21
2
-2
/
+15
*
Remove unnecessary [AppsGridViewItem onInitialModelBuilt] from OSX App List.
tapted@chromium.org
2013-08-21
4
-60
/
+0
*
Remove unused variable declaration.
etienneb@chromium.org
2013-08-21
1
-1
/
+0
*
Add UMA for first app list paint on Windows.
koz@chromium.org
2013-08-21
2
-0
/
+21
*
Move web contents modal dialog widget creation to ui/views
wittman@chromium.org
2013-08-21
2
-0
/
+33
*
Notifications clear-all button should show disabled state.
dewittj@chromium.org
2013-08-21
3
-1
/
+6
*
Fixes the accessibility read for notification update.
mukai@chromium.org
2013-08-21
1
-1
/
+3
*
Add logging to diagnose cursor visibility issues on Pixel
tdanderson@chromium.org
2013-08-21
6
-2
/
+26
*
Notifications: resources for disabled clear-all button.
dewittj@chromium.org
2013-08-21
2
-0
/
+0
*
Invoke the inactive frame rendering code in WM_WINDOWPOSCHANGING instead of W...
ananta@chromium.org
2013-08-20
16
-31
/
+68
*
ui_unittests does not build on Ubuntu 13.04
sanne.wouda@gmail.com
2013-08-20
1
-1
/
+3
*
Move ibus related interface to chromeos/ime
nona@chromium.org
2013-08-20
1
-0
/
+1
*
[content shell] move browser process stuff into browser/ subdir
jochen@chromium.org
2013-08-20
1
-1
/
+1
*
Remove NOT_IMPLEMENTED for Textfield::set_placeholder_text.
benwells@chromium.org
2013-08-20
1
-3
/
+0
*
Switch to using '-t ios' for grit
stuartmorgan@chromium.org
2013-08-20
10
-20
/
+20
*
fix the long press swipe selection trigger bug
zyaozhujun@chromium.org
2013-08-19
1
-2
/
+2
*
Move signin status and current user information into AppListModel.
calamity@chromium.org
2013-08-19
22
-122
/
+176
*
Append TextInputMode argument to ui::tsf_inputscope::CreateInputScope()
yoichio@chromium.org
2013-08-19
5
-28
/
+175
*
ui/base/accelerators: Use base::string16 now that string16 was moved into bas...
tfarina@chromium.org
2013-08-19
3
-6
/
+6
*
Remove ViewActivationChanged() from AppListControllerDelegate.
koz@chromium.org
2013-08-19
4
-6
/
+22
*
app_list: Minor trivial cleanup while I'm here.
tfarina@chromium.org
2013-08-19
11
-40
/
+36
*
cc: return resources via a ReturnedResource struct rather than TransferableRe...
piman@chromium.org
2013-08-19
2
-4
/
+4
*
Autoclosing of tray bubbles when the mouse is over the bubble but not moved b...
skuhne@chromium.org
2013-08-17
2
-4
/
+81
*
Reland https://codereview.chromium.org/22267012
rkc@chromium.org
2013-08-17
3
-0
/
+240
*
Fixes NativeTextfieldViewsTest::GetTextfieldBaseline_FontFallbackTest.
yukishiino@chromium.org
2013-08-16
1
-8
/
+6
*
Add support for modal dialogs in desktop aura.
ananta@chromium.org
2013-08-16
1
-5
/
+3
*
gpu: Refactor GpuMemoryBuffer framework for multi-process support.
reveman@chromium.org
2013-08-16
8
-17
/
+53
*
Remove base::Callback from ContextProvider creation.
danakj@chromium.org
2013-08-16
2
-23
/
+13
*
Adding a detour for GetMonitorInfo which appears to be broken under split scr...
shrikant@chromium.org
2013-08-16
5
-12
/
+18
*
Disable flaky test on Windows
hclam@chromium.org
2013-08-16
1
-2
/
+18
*
ContextProvider in OutputSurface
danakj@chromium.org
2013-08-16
2
-13
/
+29
*
Fix MouseDragFlipPage flake.
xiyuan@chromium.org
2013-08-16
1
-17
/
+13
[next]