- 75a7cdf Move the base/sys_info* files to base/system/ by Sebastien Marchand · 7 years ago
- 38ccb26 Use static_cast instead of reinterpret_cast for memory() calls. by Lei Zhang · 7 years ago
- bd5877f Clean up the posix source files in ui/ by Fabrice de Gans-Riberi · 7 years ago
- 90e67d6 [jumbo] Support jumbo builds in more of ui/ by Eric Willigers · 8 years ago
- 00c23f0 Removing dead TransportDIB member sequence_num_ by Daniel Bratell · 8 years ago
- 71402068 Remove jbauman@ from OWNERS files by Corentin Wallez · 8 years ago
- c80508b8 Remove TransportDIB::Create by Hajime Hoshi · 8 years ago
- 9d6afd71 Add a size parameter to SharedMemoryHandle. by erikchen · 8 years ago
- a40775d0 Get rid of base::SharedMemory::NULLHandle(); by erikchen · 8 years ago
- 3ba450ad Moving LatencyInfo into a separate component. by mfomitchev · 8 years ago
- 5f69b52 [DirectoryOwnership] Add TEAM/COMPONENT into OWNERS files. by ymzhang · 9 years ago
- 47bc98a clean-up and clarify CreatePlatformCanvas methods by reed · 9 years ago
- e27fa89 Revert "Revert "Change call-sites now that SkCanvas is not ref-counted"" by reed · 9 years ago
- c5afa23 Revert "Change call-sites now that SkCanvas is not ref-counted" by reed · 9 years ago
- 60c148e Change call-sites now that SkCanvas is not ref-counted by reed · 9 years ago
- a6e3f11 Nukes the gyp/gypi files in ui by sky · 9 years ago
- 5b9dec1 Split //ui/gl into //ui/gl + //ui/gi/init. by kylechar · 9 years ago
- 25c52c3 Replace scoped_ptr with std::unique_ptr in //ui by danakj · 9 years ago
- 5a0d86f Mac: Remove dead IOSurface code by ccameron · 9 years ago
- 8e9d9e1f Remove myself from most OWNERS files by stuartmorgan · 9 years ago
- ed673beb skia::PlatformCanvas is an alias for SkCanvas; this is unhelpful. It's quite common for functions to be declared as returning SkCanvas* but defined as returning skia::PlatformCanvas*, so it's also not future-proof. by tomhudson · 10 years ago
- 51ba3e69 Clean up header files. by avi · 10 years ago
- 9c81217b Switch to standard integer types in ui/. by avi · 10 years ago
- 4a207e61 SkDevice shouldn't be accessed outside of Skia; it will soon be by tomhudson · 10 years ago
- 342e9a9 base: Minor improvement to interface of base::SharedMemory. by erikchen · 10 years ago
- 5ea2ab7 Make SharedMemoryHandle a class on windows. by erikchen · 10 years ago
- 961aa9d mac: Include <IOSurface/IOSurface.h> instead of <IOSurface/IOSurfaceAPI.h> by dongseong.hwang · 10 years ago
- 8d09c74 Remove base::SharedMemory::SharedMemoryId and TransportDIB::Id. by erikchen · 10 years ago
- 739bae47 Change transport dib API to not make copies of SharedMemoryHandle. by erikchen · 10 years ago
- 38aef4f4 Extract some logic from transport_dib into shared_memory. by erikchen · 10 years ago
- 2bd42fd Reland: Fix errors found in Mac gn component builds by jiangj · 10 years ago
- fe4be3da Revert of Fix errors found in Mac gn component builds (patchset #10 id:180001 of https://codereview.chromium.org/1087873003/) by maniscalco · 10 years ago
- ae8297d Fix errors found in Mac gn component builds by jiangj · 10 years ago
- 542f753 Work on Windows GN component build. by brettw · 10 years ago
- 59639a8 Revert of Work on Windows GN component build. (patchset #8 id:140001 of https://codereview.chromium.org/1053203003/) by pkotwicz · 10 years ago
- b3c7880dc Work on Windows GN component build. by brettw · 10 years ago
- 129da84 Sort GYP files under ui by satorux · 11 years ago
- ebe974f0 Cleanup: Update the path to gfx size headers. by tfarina · 11 years ago
- 3b0452d Cleanup: Update the path to gfx rect headers. by tfarina · 11 years ago
- c3a6b4a Remove IOSurfaceSupport by [email protected] · 11 years ago
- 52140d88 Add GN buildfiles for ui/compositor and snapshot. by [email protected] · 11 years ago
- 75e8026 ui/surface: Remove media/base from DEPS by [email protected] · 11 years ago
- 0311d4c Add GN build file for surface. by [email protected] · 11 years ago
- f15f422 Clean up the list of dependencies for surface target. by [email protected] · 11 years ago
- 893124a2 More removal of GTK code. by [email protected] · 11 years ago
- dcc29777 Delete the GTK+ port of Chrome. by [email protected] · 11 years ago
- 7260ef2 GTK: Adds #error statements to GTK code to root out unknown bots. by [email protected] · 11 years ago
- ed8fd915 Move ui.gyp into ui/base/ directory. by [email protected] · 11 years ago
- c02ab38 Remove Tabpose feature on mac, and supporting infrastructure (PaintAtSize) by [email protected] · 12 years ago
- 9338904 Don't initialize GL again in AcceleratedSurface::Initialize() by [email protected] · 12 years ago
- 33ed5f8e9 Remove Windows accelerated surface support. by [email protected] · 12 years ago
- cf869b11 Don't termniate LatencyInfo in AcceleratedPresenter::DoPresentAndAcknowledge by [email protected] · 12 years ago
- 230f1e8 Port r152639 and r177025 to tracing_ and devtools_resources.gyp. by [email protected] · 12 years ago
- 030d4c5 Remove gpu side LatencyInfo merging by [email protected] · 12 years ago
- fb47416 Properly report fxc.exe errors. by [email protected] · 12 years ago
- b5e2d78 Move geometric types to a separate, more lightweight target. by [email protected] · 12 years ago
- 426d1c9 Move directory creation functions to base namespace. by [email protected] · 12 years ago
- d89eec8 Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. by [email protected] · 12 years ago
- 114efae Restructure the events target into two components: by [email protected] · 12 years ago
- 3b8dedf4 Remove apatrick@ from OWNERS by [email protected] · 12 years ago
- de2cf8c cc: Use HighResNow as timebase if it is fast and reliable by [email protected] · 12 years ago
- a476d6bc replace setIsOpaque (deprecated) with explicit SkAlphaType by [email protected] · 12 years ago
- 70a03cc2 Report LatencyInfo through trace buffer by [email protected] · 12 years ago
- e2bc92bf Histogram display refresh rate on windows by [email protected] · 12 years ago
- 522b0c8 events: Create a separate events component out of ui. by [email protected] · 12 years ago
- 529a3cf gfx: Create a separate gfx component out of ui. by [email protected] · 12 years ago
- 7df6fff Revert 225857 "gfx: Create a separate gfx component out of ui." by [email protected] · 12 years ago
- 89063721 gfx: Create a separate gfx component out of ui. by [email protected] · 12 years ago
- 11ce76c Tighten DEPS rules further. by [email protected] · 12 years ago
- 521f7e31 Tighten up DEPS rules in src/ui: prevent components from including from each other, and drop a bunch of DEPS files in to make checkdeps happy. by [email protected] · 12 years ago
- 197e7f6 Revert 225020 "Tighten up DEPS rules in src/ui: prevent componen..." by [email protected] · 12 years ago
- 46ebad9 Tighten up DEPS rules in src/ui: prevent components from including from each other, and drop a bunch of DEPS files in to make checkdeps happy. by [email protected] · 12 years ago
- f40d3a0 Revert "Revert 224496 "Move ui/base/latency_info* to ui/events"" by [email protected] · 12 years ago
- d1ec3f7 Revert 224496 "Move ui/base/latency_info* to ui/events" by [email protected] · 12 years ago
- 1c603da Move ui/base/latency_info* to ui/events by [email protected] · 12 years ago
- c4eb2947 Move XID, XDisplay, GetXDisplay and a few other types to ui/gfx/x/x11_types.h by [email protected] · 12 years ago
- bde885b Move a bunch of windows stuff from ui/base/win to ui/gfx/win by [email protected] · 12 years ago
- 5981e2d Move ui/base/win/dpi.h to ui/gfx/dpi_win.h by [email protected] · 12 years ago
- 8b5345a7 Remove using the Shell desktop Window when we don't have an acceleated widget. by [email protected] · 12 years ago
- 1c232c2 Move ScopedClosureRunner to callback_helpers, add Reset. by [email protected] · 12 years ago
- 34d0298 Get dialogs to paint again in AURA windows. by [email protected] · 12 years ago
- ee5860f5 don't hack client area, fix last pixel rendering on aura by [email protected] · 12 years ago
- 466af5e Remove backer from WATCHLISTS and OWNERS by [email protected] · 12 years ago
- 4f09916 Fix a race condition which could allow an accelerated surface to be read from before it had been presented to. by [email protected] · 12 years ago
- 6ba2c685 Crash fix (divide by zero) for ComputeLetterboxRegion() and extra sanity checks. by [email protected] · 12 years ago
- 5b6838b Remove old GPU latency test. by [email protected] · 12 years ago
- e1f5f28 Use a direct include of time headers in ui/. by [email protected] · 12 years ago
- 3df79f4 mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. by [email protected] · 12 years ago
- 423e644f Move io_surface_support_mac to ui/gl. by [email protected] · 12 years ago
- ddc2971 Tear out ENABLED_HIDPI (use --high-dpi-support=1 instead) by [email protected] · 12 years ago
- 658f03f Delete usage and support for EGL_ANGLE_software_display extension. by [email protected] · 12 years ago
- 3b3a3064 Use a direct include of strings headers in ui/, part 2. by [email protected] · 12 years ago
- 0f19365 Pass LatencyInfo struct through win AcceleratedSurface. by [email protected] · 12 years ago
- 9e715412 Use base::MessageLoop in more files. by [email protected] · 12 years ago
- 14b45ec Streamline SIMD targets in media.gyp by [email protected] · 12 years ago
- fd00eee5 Windows: Synchronize browser process D3D adapters with GPU process D3D adapters. by [email protected] · 12 years ago
- 1dfb8bef Switch Linux Aura ports over to POSIX SHM instead of legacy SYSV SHM. by [email protected] · 12 years ago
- c60e3d8 Rationalize dependency on khronos EGL headers in place of angle. by [email protected] · 12 years ago
- d6272fe Change use of GetShellWindow() to GetDesktopWindow(), since GetShellWindow() returns NULL with an empty shell. This can cause painting problems in certain cases when no shell is running. by [email protected] · 12 years ago
- 7929b6c accelerated_surface_transformer_win: Improve readback and scaling performance by [email protected] · 12 years ago