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
*
Add full support for filesystem URLs.
ericu@google.com
2012-04-02
1
-2
/
+2
*
ui/base: Clean up our AcceleratorGtk class.
tfarina@chromium.org
2012-04-02
4
-36
/
+66
*
OWNERS file for ui/base/cocoa
sail@chromium.org
2012-04-02
1
-0
/
+3
*
Added RTF support to the clipboard.
raymes@chromium.org
2012-04-02
12
-29
/
+194
*
Attempted fix for crash. We're crashing because CreateWindow is
sky@chromium.org
2012-03-31
1
-0
/
+3
*
Move ui/view/touchui/touch_mode_support.* to ui/base and make it platform
varunjain@chromium.org
2012-03-29
2
-0
/
+37
*
Windows: Don't try to center a popup over a parent window when the popup is b...
thestig@chromium.org
2012-03-28
1
-5
/
+13
*
ui/base/models: Make ComboboxModel::GetItemCount() a constant function.
tfarina@chromium.org
2012-03-27
1
-1
/
+1
*
Revert 128961 - ui/base/models: Make ComboboxModel::GetItemCount() a constant...
alokp@chromium.org
2012-03-26
1
-1
/
+1
*
ui/base/models: Make ComboboxModel::GetItemCount() a constant function.
tfarina@chromium.org
2012-03-26
1
-1
/
+1
*
Cleanup: Remove unneeded forward declaration of NSImage from resource_bundle.h
tfarina@chromium.org
2012-03-26
1
-8
/
+0
*
Revert 128753 - Add full support for filesystem URLs.
ericu@google.com
2012-03-24
1
-2
/
+2
*
Add full support for filesystem URLs.
ericu@google.com
2012-03-24
1
-2
/
+2
*
Support for natural scrolling.
achuith@chromium.org
2012-03-24
3
-24
/
+65
*
Closes uber tray when clicking outside tray
pkotwicz@chromium.org
2012-03-24
1
-1
/
+6
*
aura: Add support for html5 file drag and drop.
varunjain@chromium.org
2012-03-23
6
-5
/
+50
*
ui/gfx: Remove the deprecated "operator const GdkPixbuf*" from Image API.
tfarina@chromium.org
2012-03-23
1
-1
/
+1
*
ui/base/models: Add protected virtual destructor to ComboboxModel.
tfarina@chromium.org
2012-03-22
1
-6
/
+7
*
x11: Drop mouse wheel release events.
derat@chromium.org
2012-03-22
2
-6
/
+27
*
ui/gfx: Remove the deprecated "operator const SkBitmap*" from Image API.
tfarina@chromium.org
2012-03-21
1
-2
/
+1
*
Implement hexadecimal unicode sequence character composition
hashimoto@chromium.org
2012-03-21
4
-59
/
+359
*
Windows: Center popups on the monitor when we can't determine the parent wind...
thestig@chromium.org
2012-03-21
1
-3
/
+5
*
Add drag and drop support for custom and html data types on Aura
rbyers@chromium.org
2012-03-21
5
-39
/
+82
*
Don't clobber the clipboard when doing DnD on Aura
rbyers@chromium.org
2012-03-20
2
-19
/
+0
*
Revert 127706 - Add drag and drop support for custom and html data types on Aura
rbyers@chromium.org
2012-03-20
5
-81
/
+39
*
Add drag and drop support for custom and html data types on Aura
rbyers@chromium.org
2012-03-20
5
-39
/
+81
*
Send GestureFlingStart and GestureFlingCancel when cmt sends them
davemoore@chromium.org
2012-03-20
3
-20
/
+126
*
Revert 127606 - Send GestureFlingStart and GestureFlingCancel when cmt sends ...
davemoore@chromium.org
2012-03-20
2
-116
/
+20
*
Send GestureFlingStart and GestureFlingCancel when cmt sends them
davemoore@chromium.org
2012-03-20
2
-20
/
+116
*
Elide long emails in the wrench and profile menus.
gab@chromium.org
2012-03-16
3
-12
/
+159
*
Original CL (http://codereview.chromium.org/9390038/) somehow got screwed and...
oshima@chromium.org
2012-03-16
3
-28
/
+68
*
ui/gfx: Rename almost all entries from gfx::CanvasSkia to gfx::Canvas.
tfarina@chromium.org
2012-03-15
3
-7
/
+5
*
Move scoped_ole_initializer.h to ui/base/win and clean up ole initialization/...
tfarina@chromium.org
2012-03-14
2
-0
/
+47
*
ui/gfx: Update includes to point to canvas.h instead of canvas_skia.h
tfarina@chromium.org
2012-03-14
4
-5
/
+5
*
Revert 126445 - Elide long emails in the wrench and profile menus.
shess@chromium.org
2012-03-13
3
-159
/
+12
*
Elide long emails in the wrench and profile menus.
gab@chromium.org
2012-03-13
3
-12
/
+159
*
Simplify handling of BiDi cursor movement
benrg@chromium.org
2012-03-13
1
-2
/
+3
*
Make views Slider accessible on Chrome OS
dmazzoni@chromium.org
2012-03-12
1
-1
/
+2
*
Avoid using Pickle::WriteSize(), which writes an architecture-dependent amount
mdm@chromium.org
2012-03-12
2
-16
/
+16
*
ui/base: Remove unused include that were left out from a previous change.
tfarina@chromium.org
2012-03-12
1
-1
/
+0
*
ui/gfx: Move BGRAToRGBA() function to its unique caller (clipboard_gtk.cc).
tfarina@chromium.org
2012-03-12
1
-2
/
+25
*
ui/base: Move message_box_win.{h,cc} to ui/base/win.
tfarina@chromium.org
2012-03-12
4
-11
/
+13
*
Add ui/base/accelerators/accelerator_manager_unittest.cc.
yusukes@chromium.org
2012-03-10
1
-0
/
+183
*
ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia.
tfarina@chromium.org
2012-03-09
1
-5
/
+5
*
Move FindPasteboard to ui/base/clipboard since it's used by two modules (cont...
jam@chromium.org
2012-03-08
2
-0
/
+141
*
Refactor Pickle Read methods to use higher performance PickleIterator.
jbates@chromium.org
2012-03-07
4
-19
/
+15
*
gtk: Move ScopedGObject into ui/base/gtk/scoped_gobject.h
tfarina@chromium.org
2012-03-07
4
-6
/
+41
*
gtk: Move ScopedRegion into scoped_region.{h,cc}.
tfarina@chromium.org
2012-03-06
3
-55
/
+82
*
Revert 125155 (compile failure on Linux Builder (dbg)(shared)) - gtk: Move Sc...
finnur@chromium.org
2012-03-06
3
-81
/
+55
*
gtk: Move ScopedRegion into scoped_region.{h,cc}.
tfarina@chromium.org
2012-03-06
3
-55
/
+81
[next]