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
*
Add profile selector menu to app list.
calamity@chromium.org
2013-09-20
20
-327
/
+194
*
Record when the settings dialog becomes visible on Mac.
dewittj@chromium.org
2013-09-20
4
-8
/
+20
*
Check Pango and Cairo object creation in RenderTextLinux.
msw@chromium.org
2013-09-20
1
-0
/
+5
*
Don't PostProcessActivateMessage when it's not for our HWND
scottmg@chromium.org
2013-09-20
1
-1
/
+3
*
Stop flipping |InputMethodIMM32::active_| based on WM_IME_SET_CONTEXT
yukawa@chromium.org
2013-09-20
1
-2
/
+1
*
Re-instate client size hack on Aura and compensate
scottmg@chromium.org
2013-09-20
1
-7
/
+7
*
Update the nine patch layer to use UI resources
powei@chromium.org
2013-09-20
2
-28
/
+20
*
Disable DesktopCaptureControllerTest.TransferOnCapture, which is failing on W...
tkent@chromium.org
2013-09-20
1
-3
/
+3
*
Disable DesktopCaptureControllerTest.TransferOnCapture, which is failing on W...
tkent@chromium.org
2013-09-20
1
-0
/
+6
*
Add assets for app list profile selector.
calamity@chromium.org
2013-09-20
2
-0
/
+0
*
linux_aura: Convert one more gdk_error_trap_push() instance.
erg@chromium.org
2013-09-19
1
-1
/
+2
*
Fixed rendering of the webui list.
mtomasz@chromium.org
2013-09-19
1
-1
/
+6
*
Moves the shift key capitalization logic from the keyboard into the shift key...
rsadam@chromium.org
2013-09-19
12
-75
/
+196
*
ui: [Android] use physical memory / 64 for GPU memory limit for low end devices
kaanb@chromium.org
2013-09-19
1
-2
/
+2
*
ui/compositor: use an IO message loop on posix instead of DEFAULT
piman@chromium.org
2013-09-18
1
-0
/
+11
*
Remove explicit namespace resolution from code in gfx namespace
ckocagil@chromium.org
2013-09-18
14
-175
/
+171
*
Change the layout key to hide the keyboard.
stevet@chromium.org
2013-09-18
3
-9
/
+21
*
Moves ui/base/events to ui/events
sky@chromium.org
2013-09-18
153
-249
/
+249
*
Fix animation header guards.
sky@chromium.org
2013-09-18
11
-32
/
+32
*
Remove mac code from aura/ash/views
oshima@chromium.org
2013-09-18
18
-414
/
+2
*
Add memory manager for software compositor frontbuffers.
jbauman@chromium.org
2013-09-18
1
-0
/
+1
*
[Notifications] Fix regression in queueing updates.
dewittj@chromium.org
2013-09-18
6
-23
/
+165
*
Removes dependency from ui/gfx/platform_font_pango.cc on l10n_util
sky@chromium.org
2013-09-18
4
-27
/
+77
*
Reland 223621: x11: Prefer using ui::GetXDisplay() to getting the Display fro...
sadrul@chromium.org
2013-09-18
8
-27
/
+20
*
Remove SendFakeProcessKeyEvent.
nona@chromium.org
2013-09-18
2
-14
/
+0
*
Moves most files from ui/base/keycodes to ui/events/keycodes
sky@chromium.org
2013-09-17
80
-129
/
+129
*
Add an enable D3D11 flag and blacklist specific intel drivers and windows vis...
geofflang@chromium.org
2013-09-17
3
-1
/
+7
*
Embed Flash Fullscreen widget within browser window.
miu@chromium.org
2013-09-17
2
-60
/
+133
*
Prevent crashes in OnMouseRange when the event destroyed the window.
mad@chromium.org
2013-09-17
1
-1
/
+7
*
x11: Add a non-GDK way to get non-fatal X11 errors.
sadrul@chromium.org
2013-09-17
5
-24
/
+116
*
[InfoBar] Upstram basic infobar flow for Android.
miguelg@chromium.org
2013-09-17
1
-1
/
+17
*
use a black brush instead of a null brush for window background
scottmg@chromium.org
2013-09-17
1
-1
/
+1
*
Fix Views blue button's blurry text on Aura.
msw@chromium.org
2013-09-17
4
-12
/
+15
*
Revert 223621 "x11: Prefer using ui::GetXDisplay() over getting ..."
nasko@chromium.org
2013-09-17
8
-20
/
+27
*
x11: Prefer using ui::GetXDisplay() over getting the Display from the X11 mes...
sadrul@chromium.org
2013-09-17
8
-27
/
+20
*
Profile Reset dialog: the new section with detailed feedback information.
vasilii@chromium.org
2013-09-17
2
-0
/
+2
*
ui: Fix removing a number from the SequentialIDGenerator.
sadrul@chromium.org
2013-09-17
3
-7
/
+36
*
cc: Move TextureMailbox::ReleaseCallback to SingleReleaseCallback.
danakj@chromium.org
2013-09-17
2
-11
/
+18
*
Create the Tooltip widget in Aura as needed instead of just creating it in th...
ananta@chromium.org
2013-09-17
1
-1
/
+6
*
Disable GPU memory usage workaround unconditionally.
ccameron@chromium.org
2013-09-17
1
-0
/
+4
*
Layout transitions now triggered on key-down instead of key-up.
rsadam@chromium.org
2013-09-16
5
-64
/
+99
*
Makes native_widget_types forward declare ui::Cursor.
sky@chromium.org
2013-09-16
11
-3
/
+31
*
Disable RenderTextTest.Multiline_NormalWidth on XP
ckocagil@chromium.org
2013-09-16
1
-0
/
+6
*
Minor CSS fix.
rkc@chromium.org
2013-09-16
1
-1
/
+1
*
Use IAccessible2 to detect screen reader in Win Aura.
dmazzoni@chromium.org
2013-09-16
1
-1
/
+49
*
Windows implementation of multiline RenderText
ckocagil@chromium.org
2013-09-16
11
-134
/
+742
*
Views: Fix keyboard input in linux_aura.
erg@chromium.org
2013-09-16
3
-18
/
+8
*
Android: Remove JNIEnv::NewStringUTF call.
bulach@chromium.org
2013-09-16
1
-1
/
+3
*
Clean-up: Replaces Font with FontList in ui/message_center.
yukishiino@chromium.org
2013-09-16
4
-22
/
+28
*
Implement virtual keyboard hiding.
stevet@chromium.org
2013-09-16
6
-13
/
+40
[next]