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
*
linux_aura: Make chrome windows drag sources on X11.
erg@chromium.org
2013-06-19
22
-293
/
+960
*
Use "always focused" model in InputMethodIMM32.
Yukawa@chromium.org
2013-06-19
2
-61
/
+90
*
Invert the dialog background color for Windows high contrast.
msw@chromium.org
2013-06-19
1
-0
/
+3
*
Clear composition state in the hosted input method when focus is out.
Yukawa@chromium.org
2013-06-19
1
-3
/
+7
*
mac: Use CTFont instead of ATS in font_loader.mm.
thakis@chromium.org
2013-06-19
1
-2
/
+1
*
Fix OmniboxViewViews paste code.
msw@chromium.org
2013-06-19
7
-12
/
+12
*
Move io_surface_support_mac to ui/gl.
danakj@chromium.org
2013-06-19
5
-9
/
+9
*
Let ui::TouchEvent carry LatencyInfo
miletus@chromium.org
2013-06-18
3
-2
/
+29
*
Reland 206804.
apatrick@chromium.org
2013-06-18
1
-2
/
+2
*
Hover effects in views should not be invoked when mouse events are disabled
tdanderson@chromium.org
2013-06-18
15
-17
/
+144
*
Allow scrolling of ColorPicker content.
paulnavin@google.com
2013-06-18
2
-51
/
+68
*
Move message_pump to base/message_loop.
brettw@chromium.org
2013-06-18
22
-30
/
+30
*
[Mac][MC] Notify the MCPopupCollection when a popup is swiped away.
rsesek@chromium.org
2013-06-18
1
-1
/
+3
*
Changing ColorPicker's dialog title.
paulnavin@google.com
2013-06-18
1
-0
/
+1
*
Add ContextMenuSourceType to views::ContextMenuController::ShowContextMenuFor...
varunjain@chromium.org
2013-06-18
37
-70
/
+168
*
Implement InputMethodTSF.
Yukawa@chromium.org
2013-06-18
2
-13
/
+60
*
[Mac][MC] Tweak the shadow properties to make it more visible.
rsesek@chromium.org
2013-06-18
1
-3
/
+2
*
Link cc, cc_unittests, and compositor against blink_minimal
jamesr@chromium.org
2013-06-18
1
-1
/
+1
*
Support shared input method for Win non-Aura environment.
Yukawa@chromium.org
2013-06-18
4
-1
/
+36
*
content_shell: Force a DSF of 1.0 for layout tests, and disable Text Autosizi...
peter@chromium.org
2013-06-18
1
-1
/
+2
*
Calculate colors for avatar label from frame color.
akuegel@chromium.org
2013-06-18
2
-0
/
+13
*
Notification shadow and flicker removed
sidharthms@chromium.org
2013-06-18
8
-16
/
+56
*
Receive const pointer in TSFBridge::OnTextInputTypeChanged.
Yukawa@chromium.org
2013-06-18
4
-5
/
+5
*
Context menu on a webpage should be positioned differently when invoked from
varunjain@chromium.org
2013-06-18
3
-3
/
+3
*
Refine DialogClientView button code and unit tests.
msw@chromium.org
2013-06-18
4
-303
/
+248
*
Use 1/8 of heap size as TotalGpuMemory for low end devices.
kaanb@chromium.org
2013-06-18
1
-3
/
+7
*
Menu for the OSX app launcher, HoverImageMenuButton in src/ui/base/cocoa/cont...
tapted@chromium.org
2013-06-18
16
-5
/
+649
*
Use setXfermodeMode instead of leaking in a couple places.
msw@chromium.org
2013-06-18
1
-1
/
+1
*
New assets for touch selection handles.
varunjain@chromium.org
2013-06-17
3
-1
/
+1
*
Tear out ENABLED_HIDPI (use --high-dpi-support=1 instead)
girard@chromium.org
2013-06-17
4
-36
/
+30
*
Make notification close button not animate when being hovered over
jianli@chromium.org
2013-06-17
1
-0
/
+2
*
Remove KeyboardCodeFromGdkEventKey.
raphael.kubo.da.costa@intel.com
2013-06-17
2
-13
/
+0
*
Delete usage and support for EGL_ANGLE_software_display extension.
apatrick@chromium.org
2013-06-17
7
-104
/
+19
*
Remove unused includes of base/chromeos/chromeos_version.h
tfarina@chromium.org
2013-06-17
2
-5
/
+0
*
Split InputMethodWin into InputMethodIMM32 and InputMethodTSF.
Yukawa@chromium.org
2013-06-17
8
-316
/
+533
*
Fix window positioning when detaching tab with touch after two-finger tap
mohsen@chromium.org
2013-06-17
3
-10
/
+123
*
Do not repeat the background on throbber image.
sergiu@chromium.org
2013-06-17
1
-1
/
+1
*
Merge CMTEventData and ValuatorTracker
sheckylin@chromium.org
2013-06-17
8
-757
/
+757
*
views/examples: Update the include of string16.h to point to its new location.
tfarina@chromium.org
2013-06-17
1
-1
/
+1
*
ui/app_list: Use base::string16 now that string16 was moved into base namespace.
tfarina@chromium.org
2013-06-16
19
-51
/
+52
*
ui/keyboard: Use base::string16 now that string16 was moved into base namespace.
tfarina@chromium.org
2013-06-16
1
-3
/
+3
*
Make close button of notification ignore subsequent clicks
jianli@chromium.org
2013-06-16
1
-0
/
+1
*
Turn off the tip for the sytem tray menu and the app list (ChromeOS).
skuhne@chromium.org
2013-06-16
2
-0
/
+9
*
Make sure skia doesn't try to scale images with less than 32 bits per pixel.
hubbe@chromium.org
2013-06-15
1
-5
/
+3
*
Remove unnecessary cast in ui::Layer::SetColorImmediately
ajuma@chromium.org
2013-06-15
1
-2
/
+1
*
Change notification center background color to 0xee.
dewittj@chromium.org
2013-06-15
1
-1
/
+1
*
Fix a couple of problems with bold text in the omnibox dropdown.
pkasting@chromium.org
2013-06-14
2
-0
/
+9
*
Autofill dialog splash page on Views
estade@chromium.org
2013-06-14
5
-1
/
+38
*
Animate clearing all notifications for Mac.
jianli@chromium.org
2013-06-14
6
-23
/
+276
*
Revert 206507 "Move message_pump to base/message_loop."
brettw@chromium.org
2013-06-14
21
-29
/
+29
[next]