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
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
Escape omnibox URLs before pasting to clipboard as HTML.
tsepez@chromium.org
2013-09-26
3
-10
/
+14
*
Clean up a few more unused globals.
thakis@chromium.org
2013-09-25
1
-1
/
+0
*
events: Make platform specific events code into ui/events/.
sadrul@chromium.org
2013-09-25
18
-2692
/
+8
*
events: Move gestures out of ui/base/ into ui/events/.
sadrul@chromium.org
2013-09-25
18
-3272
/
+0
*
Tighten DEPS rules further.
ben@chromium.org
2013-09-24
4
-0
/
+17
*
Tighten up DEPS rules in src/ui: prevent components from including from each ...
ben@chromium.org
2013-09-24
2
-0
/
+8
*
Move some files from x11_util to gfx/x/x11_types.h so they can be used by ui/gl.
ben@chromium.org
2013-09-24
2
-163
/
+0
*
Revert 225020 "Tighten up DEPS rules in src/ui: prevent componen..."
ben@chromium.org
2013-09-24
2
-8
/
+0
*
Tighten up DEPS rules in src/ui: prevent components from including from each ...
ben@chromium.org
2013-09-24
2
-0
/
+8
*
Move DropTargetEvent back to ui/base for the time being as it depends on OSEx...
ben@chromium.org
2013-09-24
2
-0
/
+64
*
Add InputScope support into InputMethodIMM32
yukawa@chromium.org
2013-09-24
1
-2
/
+7
*
Remove dependency on ui::ScaleFactor from ui/gfx
davemoore@chromium.org
2013-09-24
15
-251
/
+247
*
When user first time logs into Chromeos, he doesn't have "language" setting f...
alemate@chromium.org
2013-09-24
2
-64
/
+73
*
Draw Mac omnibox border using bitmaps
sail@chromium.org
2013-09-23
2
-0
/
+76
*
Move SurfaceFactoryOzone to ui/gfx/ozone
ben@chromium.org
2013-09-23
3
-175
/
+0
*
Move Ozone event stuff to ui/events
ben@chromium.org
2013-09-23
11
-1184
/
+0
*
gtk: Remove a couple of functions from the API and define them where they are...
sadrul@chromium.org
2013-09-23
1
-1
/
+26
*
Revert "Revert 224496 "Move ui/base/latency_info* to ui/events""
ben@chromium.org
2013-09-23
3
-329
/
+0
*
Use ICU for string pluralization in the extension permission dialog.
sammc@chromium.org
2013-09-23
5
-36
/
+132
*
Add more support for FreeBSD
Geo.Liaskos@gmail.com
2013-09-21
1
-2
/
+2
*
Revert 224496 "Move ui/base/latency_info* to ui/events"
ben@chromium.org
2013-09-20
3
-0
/
+329
*
Revert 224473 "Remove dependency on ui::ScaleFactor from ui/gfx"
davemoore@chromium.org
2013-09-20
15
-247
/
+251
*
Move ui/base/latency_info* to ui/events
ben@chromium.org
2013-09-20
3
-329
/
+0
*
Remove dependency on ui::ScaleFactor from ui/gfx
davemoore@chromium.org
2013-09-20
15
-251
/
+247
*
Move XID, XDisplay, GetXDisplay and a few other types to ui/gfx/x/x11_types.h
ben@chromium.org
2013-09-20
12
-112
/
+100
*
Move usb keycode conversion table into separate target. This is the first ste...
garykac@chromium.org
2013-09-20
6
-307
/
+437
*
Stop flipping |InputMethodIMM32::active_| based on WM_IME_SET_CONTEXT
yukawa@chromium.org
2013-09-20
1
-2
/
+1
*
linux_aura: Convert one more gdk_error_trap_push() instance.
erg@chromium.org
2013-09-19
1
-1
/
+2
*
Moves ui/base/events to ui/events
sky@chromium.org
2013-09-18
54
-3369
/
+59
*
Removes dependency from ui/gfx/platform_font_pango.cc on l10n_util
sky@chromium.org
2013-09-18
1
-0
/
+17
*
Reland 223621: x11: Prefer using ui::GetXDisplay() to getting the Display fro...
sadrul@chromium.org
2013-09-18
1
-3
/
+1
*
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
39
-2552
/
+29
*
x11: Add a non-GDK way to get non-fatal X11 errors.
sadrul@chromium.org
2013-09-17
4
-24
/
+110
*
Revert 223621 "x11: Prefer using ui::GetXDisplay() over getting ..."
nasko@chromium.org
2013-09-17
1
-1
/
+3
*
x11: Prefer using ui::GetXDisplay() over getting the Display from the X11 mes...
sadrul@chromium.org
2013-09-17
1
-3
/
+1
*
ui: Fix removing a number from the SequentialIDGenerator.
sadrul@chromium.org
2013-09-17
3
-7
/
+36
*
Makes native_widget_types forward declare ui::Cursor.
sky@chromium.org
2013-09-16
1
-1
/
+6
*
ui/base/animation -> ui/gfx/animation
sky@chromium.org
2013-09-15
22
-1959
/
+0
*
events: Make sure click-count is set for mouse-release events too.
sadrul@chromium.org
2013-09-14
2
-3
/
+27
*
add missing #include of <algorithm>, needed on VS2013 for std::min
scottmg@chromium.org
2013-09-13
1
-0
/
+2
*
If a touchmove event which would normally begin a scroll is consumed
tdresser@chromium.org
2013-09-13
5
-23
/
+88
*
Implement fake input method key event conversion from pure Aura to Webkit.
tiago.vignatti@intel.com
2013-09-13
2
-1
/
+26
*
Add sticky focus mechanism into ui::InputMethod
Yukawa@chromium.org
2013-09-13
14
-17
/
+618
*
Android: Fix clipboard handling of non-BMP Unicode.
torne@chromium.org
2013-09-13
2
-4
/
+10
*
Use ITfThread::AssociateFocus to corp with TSF runtime
yukawa@chromium.org
2013-09-13
1
-1
/
+57
*
ui: Introduce a SequentialIDGenerator for generating IDs for touch events.
sadrul@chromium.org
2013-09-12
6
-44
/
+189
*
Fixes possible null pointer access at ui::TSFBridge.
yukishiino@chromium.org
2013-09-12
1
-2
/
+7
*
add missing #include of <algorithm>, needed on VS2013 for std::min
scottmg@chromium.org
2013-09-12
1
-0
/
+2
*
Refactor TransformPoint{,Reverse}.
avallee@chromium.org
2013-09-12
1
-1
/
+1
[next]