summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Fix up PathProvider on the Mac for FILE_MODULE.dmaclach@chromium.org2011-05-251-0/+4
* Revert 86625 - This change implements a first pass in the effort to remove th...vandebo@chromium.org2011-05-2510-95/+87
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-2510-87/+95
* Updating XTBs based on .GRDs from branch 742kerz@chromium.org2011-05-251-1/+1
* Prototype compositor to render views to a texture using d3d 10. Thissky@chromium.org2011-05-244-0/+656
* Changes to reflect context/surface refactoring for new compositor (COMPOSITOR...wjmaclean@chromium.org2011-05-241-5/+5
* Check for no pixels after calling lockPixels(). If so, we return rather thanreed@google.com2011-05-241-0/+6
* Fixes rounding bug in transform. This is needed to avoid roundingsky@chromium.org2011-05-241-2/+6
* Adding support for loading custom locale resources using a command line flag.ofri@google.com2011-05-241-1/+11
* Fix glitch in title fading codesail@chromium.org2011-05-241-1/+1
* GLContext no longer holds a pointer to a GLSurface.apatrick@chromium.org2011-05-2329-424/+298
* Revert 86258 - Add a unit test for Motion JPEG frames.hbono@chromium.org2011-05-231-39/+0
* Add a unit test for Motion JPEG frames.hbono@chromium.org2011-05-231-0/+39
* Remove override on thread IO restrictions.wjmaclean@chromium.org2011-05-211-5/+0
* Roll skia r1385:1395thakis@chromium.org2011-05-201-0/+1
* Update translations using strings from launchpad.net r216fta@sofaraway.org2011-05-202-0/+14
* Rename internal gfx::Image members to be less confusing with Cocoa types.rsesek@chromium.org2011-05-205-73/+73
* ui/base/models: Convert GetKeyCode() to unit_hacker() style (key_code()).tfarina@chromium.org2011-05-202-21/+13
* Contains/Intersects methods for ui::Rangeoshima@google.com2011-05-203-0/+87
* Compositor GL + basic views support.wjmaclean@chromium.org2011-05-192-5/+200
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-1/+1
* Globally replace <(library) with static_libraryevan@chromium.org2011-05-196-6/+6
* Fix transform concatenation order in GetTransformRelativeTo, improve/add tests.wjmaclean@chromium.org2011-05-192-9/+5
* Make use of the new cross-platform POSIX defines toolkit_uses_gtk, os_posix, ...tony@chromium.org2011-05-199-25/+29
* Store the GLX window ID as a property of the X window. Put off deleting GLX ...amarinichev@chromium.org2011-05-191-6/+71
* Fix bustage... these files were ommited from the CL.ben@chromium.org2011-05-193-4/+4
* Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.ben@chromium.org2011-05-191-1/+1
* Fix bug 79905: Drag and drop of "DownloadURL" type ignores specified filename...jianli@chromium.org2011-05-181-1/+1
* Fix a Chrome browser crash which occurs when running the browser as part of C...ananta@chromium.org2011-05-181-0/+5
* Move SystemMonitor to base/.willchan@chromium.org2011-05-181-1/+1
* Revert 85732 (broke build) - Move SystemMonitor to base/.willchan@chromium.org2011-05-181-1/+1
* Move SystemMonitor to base/.willchan@chromium.org2011-05-187-474/+1
* Makes Transform concrete. Fixes bug in coordinate conversion and makes all co...sky@chromium.org2011-05-176-192/+142
* base/i18n: Put break_iterator* into namespace i18n.tfarina@chromium.org2011-05-161-2/+4
* Add some missing header files and fix a template parameter to fix compiler wa...mdm@chromium.org2011-05-161-1/+2
* linux: glx_window_ is an XID, so it can't be NULLedevan@chromium.org2011-05-131-2/+2
* Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-1219-607/+850
* Partially fix WGL backend on windows.apatrick@chromium.org2011-05-122-17/+72
* Linux: include zlib headers to avoid a breakage with libpng-1.5phajdan.jr@chromium.org2011-05-121-0/+6
* Revert "Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Crea...antonm@chromium.org2011-05-1218-818/+595
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-122-3/+9
* Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-1218-595/+818
* Revert 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-1115-798/+593
* Split GLContext::Create*GLContext into GLSurface::Create*GLSurface plus a sur...apatrick@chromium.org2011-05-1115-593/+798
* iwyu: Include callback_old.h where appropriate, final.jhawkins@chromium.org2011-05-111-1/+1
* Update cros scrollbar imagesdavemoore@chromium.org2011-05-1012-0/+0
* Tweaks Compositor API. To make it possible to land this I've ifdef'dsky@chromium.org2011-05-103-7/+125
* linux: Remove ResourceBundle::GetPixbufNamed().tfarina@chromium.org2011-05-102-7/+1
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-1/+1
* Adds assignment operator like function to Transform.sky@chromium.org2011-05-103-0/+8