1. d7429aa2 Minor cleanup to webcursors: by bsep · 9 years ago
  2. 516f03b Rename gfx::Display/Screen to display::Display/Screen in content/ by oshima · 9 years ago
  3. 114a1ef mac: Remove IsOSLion(). by thakis · 9 years ago
  4. 8bac698 ozone: Propagate maximum cursor size information from HW by robert.bradford · 9 years ago
  5. 14069e9 Fix image error with custom cursors on windows. Creating the bitmap for scaling was not copying over the bitmap encoding format, which caused the image to look corrupt. by bsep · 10 years ago
  6. 99ded2f Zero out the bitmap used in WebCursor scaling test so that memory tools won't complain that it's uninitialized. by bsep · 10 years ago
  7. 5405e9a The fuzzer found a crash where you can hit a DCHECK if you try to create a cursor from an empty bitmap, so I'm changing it to an early return, which is the normal error handling for this crash. by bsep · 10 years ago
  8. a9aa7a8 Switch to standard integer types in content/common/. by avi · 10 years ago
  9. 280746c Eliminate HICON leaks caused by creating icons from bitmap image. by anpol · 10 years ago
  10. 83201c2 clang/win: Fix build after https://codereview.chromium.org/1525263004/ by Nico Weber · 10 years ago
  11. 027fb1e hidpi support for custom cursors in windows by bsep · 10 years ago
  12. 66142aeb Use proper namespace in skia/ext by scroggo · 10 years ago
  13. 9230c1d clang/win: Let some chromium_code targets build with -Wextra. by thakis · 10 years ago
  14. 4daf403 Fix an overflow in WebCursor. by oshima · 10 years ago
  15. 089746f gfx: Make conversions from gfx::Point to PointF explicit. by danakj · 10 years ago
  16. 579c26f9 Fix custom cursor transparency compositing on MacOS by junov · 10 years ago
  17. ddaec91 gfx: Make conversions from Size to SizeF be explicit. by danakj · 10 years ago
  18. 2977ebf Aura on Android: Expanding the empty webcursor implementation. by mfomitchev · 10 years ago
  19. cd0a8ae Fix alpha pre-multiplication error with custom cursor images by junov · 10 years ago
  20. bd4d711 Change most uses of Pickle to base::Pickle by brettw · 10 years ago
  21. 05cfd8ddb Move Pickle to base namespace. by brettw · 10 years ago
  22. 9b58038 content: ozone: Limit web cursor size to 64x64 by spang · 10 years ago
  23. 04ad0b20 content: ozone: Fix caching in GetPlatformCursor by spang · 10 years ago
  24. 4bab1c8 ozone: Fix scaling for 2x cursors by spang · 11 years ago
  25. ebe974f0 Cleanup: Update the path to gfx size headers. by tfarina · 11 years ago
  26. 655f81d Cleanup: Update the path to insets and point headers. by tfarina · 11 years ago
  27. 4c2d33a gn/linux: warnings as errors, turn on Wextra by scottmg · 11 years ago
  28. 272c8d7 Use qualified path for three more grit headers from ui. by tfarina · 11 years ago
  29. 2247b151d tryAllocPixels returns bool, allocPixels requires success by reed · 11 years ago
  30. a9ca8d5 Move webkit resources over to content. by [email protected] · 11 years ago
  31. 95539f00 Don't rotate WebCursor based on display rotation in X11 Aura. by [email protected] · 11 years ago
  32. 343d27a6 setConfig is deprecated, use setInfo or allocPixels instead by [email protected] · 11 years ago
  33. 0e37fc20 ozone: Move the factory interfaces into a common target. by [email protected] · 11 years ago
  34. 2f30167 Consolidate SDK forwards in sdk_forward_declarations.h. by [email protected] · 11 years ago
  35. a7fe5d75 Cleanup: Remove unused webcursor_win.cc. WinAura has a separate version. by [email protected] · 11 years ago
  36. c997bc4 Remove a bunch of TOOLKIT_GTK in content/ and gpu/, as well as NPAPI plugins on linux by [email protected] · 11 years ago
  37. dcc29777 Delete the GTK+ port of Chrome. by [email protected] · 11 years ago
  38. b52be4b Implement WebCursor for Ozone by [email protected] · 11 years ago
  39. c2809346d Move webcursors code from webkit/ to content. by [email protected] · 11 years ago