summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Revert 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...rsimha@chromium.org2011-09-162-2/+28
* Moved code not relating to GPU scheduling out of GpuScheduler and into GpuCom...apatrick@chromium.org2011-09-162-28/+2
* Make gfx::GLSurfaceOSMesa usable in the component build.danakj@chromium.org2011-09-161-1/+1
* Adds some features to the shell:ben@chromium.org2011-09-1628-18/+374
* Add myself to OWNERS.backer@chromium.org2011-09-151-0/+1
* Fix build breakage.sky@chromium.org2011-09-151-2/+2
* Fix component build. None of this stuff is necessary.ben@chromium.org2011-09-151-8/+0
* Adds some debugging code for a crash. I'm curious to see if the itemssky@chromium.org2011-09-151-11/+43
* Add DEPS file to fix checkdeps.ben@chromium.org2011-09-151-0/+10
* Adds code for a new Aura shell.ben@chromium.org2011-09-1512-0/+322
* Fix the spelling of the comment in ImeInput::IsCtrlShiftPressed.ehsan.akhgari@gmail.com2011-09-151-1/+1
* wstring: remove wstrings from all tooltip-related codeevan@chromium.org2011-09-152-6/+4
* This broke lots of layout tests on OSX.levin@chromium.org2011-09-155-90/+21
* Updated *.pak file format to support both UTF8 and UTF16adriansc@chromium.org2011-09-155-21/+90
* Updated Wayland API in Chromiumdnicoara@chromium.org2011-09-158-53/+17
* Fix Checkdeps.ben@chromium.org2011-09-142-6/+6
* Move Aura to UI subdir.ben@chromium.org2011-09-1430-1/+2392
* Fix for SetExternalTexture.backer@chromium.org2011-09-142-5/+16
* Removes debugging code as crash mysteriously stopped happening.sky@chromium.org2011-09-141-18/+0
* optimize DownsampleByTwo, as it was a hot-spot in acid3reed@google.com2011-09-141-18/+22
* A second attempt at CL 7488045: Adding BidiChecker tests with fake bidi.jeremy@chromium.org2011-09-143-9/+25
* The Compositor should own drawing the root layer.ben@chromium.org2011-09-146-85/+84
* Revert 100973 - Updated *.pak file format to support both UTF8 and UTF16dhollowa@chromium.org2011-09-145-90/+21
* Annotate all of the functions in content that need to be exported, in prepara...dpranke@chromium.org2011-09-131-2/+4
* Updated *.pak file format to support both UTF8 and UTF16adriansc@chromium.org2011-09-135-21/+90
* Rework View Layer Draw() to use the Layer::DrawTree() method and the LayerDel...ben@chromium.org2011-09-136-36/+144
* Force clear when root view is animating.vollick@chromium.org2011-09-135-14/+23
* Coverity: Initialize member variables.jhawkins@chromium.org2011-09-121-1/+1
* Check return value of XGetWindowAttributes.reveman@google.com2011-09-124-9/+29
* Make the NaCl windows 64 bit binaries not depend on chrome targets. These tar...jam@chromium.org2011-09-123-95/+0
* Adjust RenderTextWin ScriptShape loop and error handling.msw@chromium.org2011-09-121-10/+22
* Keep track of the current per-thread context and surface. Addkbr@google.com2011-09-0913-6/+150
* Merged duplicate functions from tools/data_pack into the grit/format/data_pac...adriansc@chromium.org2011-09-091-1/+1
* Check return value of SkBitmap::readyToDraw before calling SkBitmap::getAddr32.reveman@google.com2011-09-091-0/+4
* Move TestEventUtils from chrome to ui.avi@chromium.org2011-09-094-3/+139
* Adds some debugging to help identify the id of the menu that is crasing.sky@chromium.org2011-09-091-0/+18
* * Truncate file name longer than MAX_PATH(260).yosin@chromium.org2011-09-091-15/+16
* Move BaseView from chrome to content.avi@chromium.org2011-09-087-1/+616
* Fix windows classic scrollbar buttons.scottbyer@chromium.org2011-09-081-1/+16
* Remove EventType, EventFlags, MouseEventFlags enum re-definitions.msw@chromium.org2011-09-083-39/+3
* Move compositor ctor and dtor to .cc file.vollick@chromium.org2011-09-082-4/+10
* With this CL animated rotations can be triggered by visiting URLs like about:...vollick@chromium.org2011-09-0811-32/+314
* Since cursor width is 0, need to offset cursor_bounds_.x and display_offst_.x...xji@google.com2011-09-071-2/+2
* Implement Pango RenderText for Linux.xji@google.com2011-09-078-176/+954
* Remove some static initializers caused by colors in gtk_hig_constants.h.tony@chromium.org2011-09-073-26/+8
* Fix linux-chromeos-clang builder.sadrul@chromium.org2011-09-071-1/+1
* Fix win shared builder.sadrul@chromium.org2011-09-071-1/+3
* aura-views: Make views_aura_desktop compile and run on linux.sadrul@chromium.org2011-09-072-2/+2
* gfx::Compositor: SchedulePaint.sadrul@chromium.org2011-09-075-27/+37
* aura: A few changes to have aura_demo compile and run on linux.sadrul@chromium.org2011-09-078-122/+186