summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* FTP: split the directory listing parser test and re-enable it on TSan botsphajdan.jr@chromium.org2011-05-063-41/+3
* Thanks to piman, added necessary glFlush to the IOSurface code path onkbr@google.com2011-05-051-0/+3
* Split CGL implementations of *GLContext into GLContextCGL and *GLSurfaceCGL.apatrick@chromium.org2011-05-056-148/+317
* Fix incorrect function table order in gl_bindings_skia_in_process.ccbsalomon@google.com2011-05-051-1/+1
* Roll skia to r1241.bsalomon@google.com2011-05-041-125/+198
* Made apatrick and amarinichev owners of the ui/gfx/gl directory.apatrick@chromium.org2011-05-041-0/+2
* Split GLX implementations of *GLContext into GLContextGLX and *GLSurfaceGLX.apatrick@chromium.org2011-05-0415-588/+639
* Use gfx::Image in BrowserThemePacksail@chromium.org2011-05-042-22/+23
* Should be isEqual: not isEqualTo:thomasvl@chromium.org2011-05-031-1/+1
* Cleanup: Remove the chrome.gyp dependency in ui.gyp.thestig@chromium.org2011-05-031-1/+0
* Eliminate wstring from base/utf_offset_string_conversions.h, net/base/escape....pkasting@chromium.org2011-05-031-4/+2
* Only enable vsync if a compositing window manager is not in use. Thiskbr@chromium.org2011-05-031-1/+20
* Move some win specific code to resource_bundle_win.cc.tony@chromium.org2011-05-022-8/+6
* Fix crash due to using secondary X11 connection on main thread.dcheng@chromium.org2011-05-021-1/+1
* Remove +x on png files.evan@chromium.org2011-05-0212-0/+0
* Implement new gray mock.davemoore@chromium.org2011-05-0212-0/+0
* Compiz's interaction with top-level windows confuses GTK.amarinichev@chromium.org2011-05-011-1/+2
* Fix crash in RenderViewContextMenuViews::RunMenuAt. As part of fixingsky@chromium.org2011-04-282-18/+32
* Rename ui/gfx/scoped_cg_context_state_mac.h -> scoped_cg_context_save_gstate_...rsesek@chromium.org2011-04-282-5/+5
* Fix clang compilation issues following r83248. This might be necessary to mer...apatrick@chromium.org2011-04-272-1/+6
* Removed "compositor" child window that was created by the GPU process.Removed...apatrick@chromium.org2011-04-275-2/+45
* Use large icon resource paksail@chromium.org2011-04-2710-88/+312
* Step 5 in native theme refactoringrogerta@chromium.org2011-04-277-148/+348
* Add and use gfx::ScopedNSGraphicsContextState (ui/gfx/scoped_ns_graphics_cont...rsesek@chromium.org2011-04-273-0/+54
* Scrap WNDCLASSEX.hCursor, update GetCursorForPoint.msw@chromium.org2011-04-271-13/+16
* Fix glitchy drawing in faded tab titlessail@chromium.org2011-04-263-23/+22
* Updating XTBs based on .GRDs from branch 742kerz@chromium.org2011-04-2611-16/+16
* Use IntersectsClipRectInt() more, in hopes of saving some work. Original ide...pkasting@chromium.org2011-04-252-4/+4
* Revert 82838 - Temporary change to test perf regression (full)This change tes...sail@chromium.org2011-04-257-114/+88
* Revert 82841 - Adding missing files from r82838sail@chromium.org2011-04-253-198/+0
* Adding missing files from r82838sail@chromium.org2011-04-253-0/+198
* Temporary change to test perf regression (full)sail@chromium.org2011-04-257-88/+114
* Reland 81998.The bug in webkit\gpu\webgraphicscontext3d_in_process_impl.cc th...apatrick@chromium.org2011-04-229-210/+240
* Revert due to NSImageRepToSkBitmap failure on MACamit@chromium.org2011-04-229-261/+37
* Use large icon resource paksail@chromium.org2011-04-229-37/+261
* Move the internals of gfx::Image into a ref-counted storage class.rsesek@chromium.org2011-04-223-49/+124
* Load large icon resource paksail@chromium.org2011-04-215-0/+44
* Set the events mask when creating a window.backer@chromium.org2011-04-211-0/+3
* Revert high res icon changessail@chromium.org2011-04-2013-306/+35
* Disable loading high res icons on Macsail@chromium.org2011-04-201-1/+1
* Fixed longstanding bug on Linux where vsync was disabled becausekbr@chromium.org2011-04-201-1/+1
* step 4 of native theme refactoringrogerta@chromium.org2011-04-203-237/+384
* Implement Clipboard::ReadImage on Linux.dcheng@chromium.org2011-04-201-3/+16
* Add support for multi resolution iconssail@chromium.org2011-04-1913-35/+306
* Progress towards fixing 77536backer@chromium.org2011-04-193-2/+27
* Change Clipboard::ReadImage to return a bitmap.dcheng@chromium.org2011-04-195-81/+41
* Centralizes checking for non-null return from CreateWindow.sky@chromium.org2011-04-193-17/+25
* Fix a crash that happens if we fail to mmap resources.pak.tony@chromium.org2011-04-195-4/+51
* Fix osmesa lib path regression in Linux introduced in r82008.zmo@google.com2011-04-191-4/+9
* Revert 81998 - Split OSMesa implementations of *GLContext into GLContextOSMes...apatrick@chromium.org2011-04-189-240/+210