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
*
Sets notifier's image at construction.
mukai@chromium.org
2013-07-17
1
-0
/
+2
*
Fix a race condition which could allow an accelerated surface to be read from...
zturner@chromium.org
2013-07-17
2
-0
/
+19
*
linux_aura: Change the mouse cursor during drag operations.
erg@chromium.org
2013-07-17
8
-34
/
+93
*
Settings: Do not focus on buttons by right-press.
tkent@chromium.org
2013-07-17
1
-2
/
+0
*
Add UMA/Telemetry stats for end-to-end scroll latency
miletus@chromium.org
2013-07-17
1
-8
/
+9
*
Progress bars for app install in the OSX App Launcher grid.
tapted@chromium.org
2013-07-17
6
-55
/
+235
*
[Cleanup] Remove an API that's never called.
groby@chromium.org
2013-07-17
3
-12
/
+0
*
Revert 211928 "Ignore reordered notifications in the NTP for ins..."
tapted@chromium.org
2013-07-17
7
-217
/
+59
*
Crash fix (divide by zero) for ComputeLetterboxRegion() and extra sanity checks.
miu@chromium.org
2013-07-17
1
-0
/
+2
*
Use the wider Bold/Normal font in LabelButton::GetPreferredSize.
msw@chromium.org
2013-07-17
1
-4
/
+11
*
Ignore reordered notifications in the NTP for installing apps.
tapted@chromium.org
2013-07-17
7
-59
/
+217
*
Add reset button for each preference in gesture config UI
mohsen@chromium.org
2013-07-17
1
-0
/
+2
*
Enable pop-up menus in OSX App Launcher for search results.
tapted@chromium.org
2013-07-17
4
-9
/
+96
*
Prevent popup windows from showing in the taskbar in Linux
sidharthms@chromium.org
2013-07-17
1
-0
/
+18
*
Reverse the direction of the slash on notifications DnD mode.
dewittj@chromium.org
2013-07-16
6
-0
/
+0
*
Fix webui keyboard regression
bshe@chromium.org
2013-07-16
5
-87
/
+127
*
Make views::MenuItemView respect menu sublabels.
estade@chromium.org
2013-07-16
7
-57
/
+80
*
views: Fixed a leak in a test introduced in r211693.
sadrul@chromium.org
2013-07-16
1
-2
/
+4
*
mac: Fix linker warnings.
thakis@chromium.org
2013-07-15
2
-6
/
+4
*
linux_aura: Keep track of restored bounds to fix tab dragging.
erg@chromium.org
2013-07-15
2
-7
/
+40
*
views: Make sure the mouse-button is still down before setting the capture.
sadrul@chromium.org
2013-07-15
2
-1
/
+99
*
Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...
brettw@chromium.org
2013-07-15
3
-3
/
+3
*
This caused failures in ui_unittests FontListTest.Fonts_GetHeight_GetBaseline
mark@chromium.org
2013-07-15
5
-85
/
+11
*
Shows Japanese and English mixed queries correctly.
yukishiino@chromium.org
2013-07-15
5
-11
/
+85
*
Dismiss context menus in app list on scroll.
koz@chromium.org
2013-07-15
11
-0
/
+44
*
Migrate from googleurl/ includes to url/ ones in the remaining top-level dire...
tfarina@chromium.org
2013-07-13
1
-1
/
+1
*
Settings: Deletable list item should not get focus on "X" button click.
tkent@chromium.org
2013-07-13
1
-1
/
+1
*
Create some platform independent code for the Autofill dialog post-submit bub...
dbeam@chromium.org
2013-07-13
4
-2
/
+11
*
[Android] Convert more test targets to use isolate.
frankf@chromium.org
2013-07-13
2
-0
/
+19
*
Use Windows native textfields and old dialogs on Win8 Metro.
msw@chromium.org
2013-07-13
2
-1
/
+11
*
[OSX] Cleanup - Use NSZeroPoint if possible.
groby@chromium.org
2013-07-13
2
-2
/
+2
*
Minor fix to logic that selects whether two selection handles or one is shown.
varunjain@chromium.org
2013-07-13
2
-53
/
+101
*
Remove WebGraphicsContext::readBackFramebuffer implementation.
jbauman@chromium.org
2013-07-13
2
-14
/
+0
*
This CL did the following two things:
bshe@chromium.org
2013-07-12
8
-78
/
+207
*
Fix ui compositor context calls on multiple threads
boliu@chromium.org
2013-07-12
1
-17
/
+5
*
Colors in views::StyledLabel.
fdoray@chromium.org
2013-07-12
5
-34
/
+117
*
Get the views_unittests to pass for ozone=1
rjkroege@chromium.org
2013-07-12
1
-1
/
+2
*
Revert "[cros/aura] Prevent white splash on boot for OOBE WebUI."
nkostylev@chromium.org
2013-07-12
2
-9
/
+1
*
Fix the ozone build for 210717
rjkroege@chromium.org
2013-07-12
1
-2
/
+0
*
Add GL_EXT_multisampled_render_to_texture support to command buffer.
bsalomon@google.com
2013-07-12
3
-0
/
+36
*
Properly change the app list signin page when signing in/out.
tapted@chromium.org
2013-07-12
2
-1
/
+1
*
Releases created Notifier instances.
mukai@chromium.org
2013-07-12
2
-5
/
+5
*
Complete the basic vowel accents on the WebUI keyboard.
stevet@chromium.org
2013-07-12
2
-50
/
+132
*
Fix for gesture_recognizer crash
bokan@chromium.org
2013-07-12
1
-4
/
+1
*
Add support for Dvorak on the virtual keyboard.
kevers@chromium.org
2013-07-12
12
-33
/
+226
*
Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO..."
nick@chromium.org
2013-07-12
1
-1
/
+0
*
Settings: Home page url remains even after deleting the url.
tkent@chromium.org
2013-07-11
1
-0
/
+2
*
linux_aura: Tell the window manager about certain types of windows.
erg@chromium.org
2013-07-11
1
-3
/
+25
*
Improve scrolling performance in Files.app.
mtomasz@chromium.org
2013-07-11
1
-51
/
+24
*
Give the WebUI keyboard the v1 style.
stevet@chromium.org
2013-07-11
2
-11
/
+50
[next]