summaryrefslogtreecommitdiffstats
path: root/ui/base/clipboard
Commit message (Expand)AuthorAgeFilesLines
* mac: Remove 9 exit time destructors.thakis@chromium.org2011-11-041-21/+9
* Adjust fragment indices appropriately when pasting HTML on Windows.dcheng@chromium.org2011-11-012-3/+35
* Implement clipboard for aura and re-enable clipboard_unittests.varunjain@chromium.org2011-10-274-182/+448
* Remove deprecated WebClipboard::readHTML method.dcheng@chromium.org2011-10-141-11/+16
* Simple clipboard support for auraoshima@chromium.org2011-10-071-4/+35
* Fix aura buildoshima@chromium.org2011-10-071-2/+2
* Context-based HTML paste plumbingdcheng@chromium.org2011-10-067-73/+131
* Allow CanvasSkia to bind to an existing SkCanvas.piman@chromium.org2011-10-053-4/+5
* Add heuristic for fixing the alpha channel when reading clipboard images on W...dcheng@chromium.org2011-09-221-9/+36
* aura: Make 'ui' buildable without gtk.sadrul@chromium.org2011-09-214-2/+152
* Aura under Linux is enabled with:saintlou@chromium.org2011-09-181-0/+2
* Fix missing null check in Clipboard::ReadImage.dcheng@chromium.org2011-08-261-1/+3
* Fix flipped loop termination condition for width/height.dcheng@chromium.org2011-08-131-4/+4
* Rename UI_API to UI_EXPORT.darin@chromium.org2011-08-063-6/+6
* Always call the class methods to save/restore contexts.avi@chromium.org2011-08-051-1/+2
* Properly scope ScopedPlatformPaint so that the native drawing layer and Skia ...dcheng@chromium.org2011-08-053-32/+63
* Revert 95611 - Always call the class methods to save/restore contexts.yzshen@chromium.org2011-08-051-2/+1
* Always call the class methods to save/restore contexts.avi@chromium.org2011-08-051-1/+2
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Introduce ui.dll / libui.so for the component build.darin@chromium.org2011-07-173-3/+7
* Add Clipboard GetSequenceNumber interface which allows us to version the data...cdn@chromium.org2011-06-274-0/+21
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-263-6/+6
* Made the OS_LINUX ifdefs in ui/ and webkit/ directories more cross-platform, ...chromium@hybridsource.org2011-05-251-3/+3
* Revert 86625 - This change implements a first pass in the effort to remove th...vandebo@chromium.org2011-05-253-6/+6
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-253-6/+6
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-121-2/+6
* Implement Clipboard::ReadImage on Linux.dcheng@chromium.org2011-04-201-3/+16
* Change Clipboard::ReadImage to return a bitmap.dcheng@chromium.org2011-04-195-81/+41
* Implement Clipboard::ReadAvailableTypes for Linux.dcheng@chromium.org2011-04-151-17/+18
* Implement Clipboard::ReadImage for Windows.dcheng@chromium.org2011-04-132-0/+75
* Implement Clipboard::ReadAvailableTypes for Windows.dcheng@chromium.org2011-04-091-1/+6
* Implement Clipboard::ReadAvailableTypes for Mac.dcheng@chromium.org2011-04-083-1/+15
* Move some files from base to base/memory.levin@chromium.org2011-03-285-5/+5
* Add an exception wrapper to the WindowProc functions sorvargas@google.com2011-03-171-1/+2
* Fix glue for ClipboardHostMsg_ReadAvailableTypes.dcheng@chromium.org2011-03-164-0/+43
* Implement Clipboard::ReadImage for OS X.dcheng@chromium.org2011-03-151-0/+14
* Add stubs and glue for routing a request for an image from the clipboard.dcheng@chromium.org2011-03-154-0/+29
* Revert r78134+r78136dcheng@chromium.org2011-03-154-29/+0
* Add stubs and glue for routing a request for an image from the clipboard.dcheng@chromium.org2011-03-154-0/+29
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-056-7/+7
* Move clipboard from app/ to ui/baseben@chromium.org2011-01-1010-0/+3090