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 unit tests for ibus-daemon connection and component extension ime initial...
nona@chromium.org
2013-05-10
1
-71
/
+47
*
Fix LabelButton animation jank and focus-border presence.
msw@chromium.org
2013-05-10
2
-16
/
+17
*
Fix segfault when trying to change border color on a textfield that is not in...
dbeam@chromium.org
2013-05-10
1
-13
/
+4
*
Add --disable-new-dialog-style flag; use DialogDelegate::UseNewStyle(); etc.
msw@chromium.org
2013-05-09
6
-7
/
+20
*
GPU: Move some GPU process specific code from ui/gl to gpu/command_buffer/ser...
backer@chromium.org
2013-05-09
17
-2140
/
+0
*
keyboard: Allow the proxy to customize the way the keyboard window is shown/h...
sadrul@chromium.org
2013-05-09
4
-8
/
+20
*
Implement ItemsRemoved and ItemMoved in the OSX App Launcher Model Observer.
tapted@chromium.org
2013-05-09
4
-15
/
+89
*
Magnifier: Prevent the cursor jumping on HiDPI display.
yoshiki@chromium.org
2013-05-09
2
-9
/
+9
*
Trigger immersive fullscreen more easily at top of screen
jamescook@chromium.org
2013-05-09
2
-0
/
+29
*
ui: Make it possible to know whether an animation ended because it was comple...
sadrul@chromium.org
2013-05-09
3
-0
/
+125
*
Customize drawing of the NSSegmentedControl used for the OSX App List pager.
tapted@chromium.org
2013-05-09
12
-32
/
+293
*
Added 'startDragSelection' funciton to cr.list.
hirono@chromium.org
2013-05-09
2
-0
/
+41
*
views: Convert View::GetClassName() to return const char*.
tfarina@chromium.org
2013-05-09
68
-119
/
+117
*
Save and restore State for ShellWindows, including panels
stevenjb@chromium.org
2013-05-09
3
-1
/
+9
*
linux_aura: Fix several issues related to menu colors.
erg@chromium.org
2013-05-09
3
-4
/
+19
*
GPU: Rely on GL state rather than decoder state for state restoration.
backer@chromium.org
2013-05-09
12
-39
/
+99
*
Pass caret bound to SchedulePaintInRect in local coordinate
Yukawa@chromium.org
2013-05-09
1
-1
/
+1
*
Fixes bugs of spoken feedback in notification components.
mukai@chromium.org
2013-05-09
4
-0
/
+25
*
gfx::BlendDecomposedTransforms should interpolate rotations along the shortes...
ajuma@chromium.org
2013-05-09
2
-1
/
+51
*
Update JS dialog widget creation; simplify CreateDialogWidget
msw@chromium.org
2013-05-09
3
-35
/
+23
*
Remove inside_chromium_build gyp variable
jamesr@chromium.org
2013-05-08
1
-10
/
+1
*
Fixes a crash bug happening with --disable-rich-notifications
mukai@chromium.org
2013-05-08
1
-2
/
+0
*
Revert 198975 "Add unit tests for ibus-daemon connection and com..."
sky@chromium.org
2013-05-08
1
-47
/
+71
*
Compositor method renames
boliu@chromium.org
2013-05-08
2
-2
/
+2
*
Stops ongoing animation for deleted views.
mukai@chromium.org
2013-05-08
1
-2
/
+5
*
This is the first of two patches to drag and drop items from the app list to ...
skuhne@chromium.org
2013-05-08
11
-15
/
+160
*
Set app id on Windows Aura browser windows
calamity@chromium.org
2013-05-08
3
-12
/
+12
*
Change use of GetShellWindow() to GetDesktopWindow(), since GetShellWindow() ...
zturner@chromium.org
2013-05-08
2
-2
/
+3
*
Add unit tests for ibus-daemon connection and component extension ime initial...
nona@chromium.org
2013-05-08
1
-71
/
+47
*
Update the new button style hover assets.
msw@chromium.org
2013-05-08
36
-0
/
+0
*
Revert 198918 "Save and restore State for ShellWindows, includin..."
csharp@chromium.org
2013-05-08
3
-9
/
+1
*
Save and restore State for ShellWindows, including panels
stevenjb@chromium.org
2013-05-08
3
-1
/
+9
*
Support --enable-delegated-renderer on Android.
aelias@chromium.org
2013-05-08
1
-1
/
+1
*
Simplify the NO_SHADOW_OPAQUE_BORDER path with addRoundRect.
msw@chromium.org
2013-05-08
1
-30
/
+8
*
Changes the order of widget Close() and DecrementDeferCounter().
mukai@chromium.org
2013-05-07
1
-3
/
+7
*
[Aura] Ignore selection changes when a menu is closing.
bauerb@chromium.org
2013-05-07
1
-0
/
+4
*
Standardize warning color for requestAutocomplete
estade@chromium.org
2013-05-07
4
-2
/
+7
*
[content shell] move code common to several processes to a common dir
jochen@chromium.org
2013-05-07
1
-1
/
+1
*
Simplify parseHtmlSubset to use an inert document.
arv@chromium.org
2013-05-07
1
-16
/
+12
*
Revert "Revert "Revert 198403 "Move WrappedTexImage functionality to ui/gl"""
caseq@google.com
2013-05-07
2
-111
/
+0
*
Make Win Aura respect SetWindowIcon
calamity@chromium.org
2013-05-07
1
-0
/
+1
*
Remove unused native_widget_test_utils*.*
pkotwicz@chromium.org
2013-05-07
3
-95
/
+0
*
Call ExtendSelectionAndDelete instead of Backspace forwarding.
nona@chromium.org
2013-05-07
2
-0
/
+10
*
accelerated_surface_transformer_win: Improve readback and scaling performance
nick@chromium.org
2013-05-07
6
-112
/
+188
*
Support IMR_QUERYCHARPOSITION for Aura Windows.
Yukawa@chromium.org
2013-05-07
2
-2
/
+27
*
Enable Clang warnings in .cc files for Linux+[Aura/ChromeOS]
rsleevi@chromium.org
2013-05-07
1
-1
/
+1
*
Render opaque border with no shadow for web contents modal dialogs under View...
wittman@chromium.org
2013-05-07
5
-3
/
+70
*
Revert "Revert 198403 "Move WrappedTexImage functionality to ui/gl""
gman@chromium.org
2013-05-07
2
-0
/
+111
*
[Mac][MC] Implement notification updates and relayouts.
rsesek@chromium.org
2013-05-07
7
-68
/
+263
*
Turn off touch editing and touch drag and drop by default.
varunjain@chromium.org
2013-05-07
1
-10
/
+0
[next]