1. 6656a45 Add UMA metric to track the time saved on making events passive during fling. by lanwei · 9 years ago
  2. afb8f54 Articulate the cancel behavior in the WebTouchEvent. by dtapuska · 9 years ago
  3. 4661692 Change the non-blocking event queue to the main thread event queue. by dtapuska · 9 years ago
  4. 0bd451a Plumb firing passive event listeners. by dtapuska · 10 years ago
  5. e8326c74 Chrome in Mus: Main thread input events work! by fsamuel · 10 years ago
  6. 1023d01 Switch to standard integer types in content/renderer/. by avi · 10 years ago
  7. 0cf1e66 Embed keyboard shortcut bit in WebKeyboardEvent by jdduke · 10 years ago
  8. 35d31c11 Initialize CompositorDependencies in RenderWidget's constructor. by dcheng · 10 years ago
  9. c05612b Bundle main thread overscroll data with event ack messages by jdduke · 10 years ago
  10. d5ca2bc Move Tuple to base namespace. by brettw · 10 years ago
  11. 3b0452d Cleanup: Update the path to gfx rect headers. by tfarina · 11 years ago
  12. 95c2a1b7 Update legacy Tuple-using code. by Avi Drissman · 11 years ago
  13. f576215 Standardize usage of virtual/override/final specifiers. by dcheng · 11 years ago
  14. 6d18e40 Standardize usage of virtual/override/final in content/renderer/ by dcheng · 11 years ago
  15. ee0b42a Replace FINAL and OVERRIDE with their C++11 counterparts in content/renderer by mohan.reddy · 11 years ago
  16. 8e431f203 Bundle DidOverscrollParams with the input event ack by [email protected] · 11 years ago
  17. 5636d90 Add support for passing an arbitrary parameter to an IPC message handler. The motivation is for WebContentsObserver to pass RenderFrameHost* to message handlers easily. by [email protected] · 11 years ago
  18. 7912e82 Stop disabling force_compositing_mode for background RenderViews. by [email protected] · 11 years ago
  19. f8ed472 touch: Fix touch-event hit-testing for multiple touch points. by [email protected] · 12 years ago
  20. 9966325b Remove the last Chrome dependencies from renderer, and enforce no more includes through DEPS. I also added DEPS checking for gpu/plugin/worker directories as well. I moved the Chrome specific browser tests to the chrome directory, and removed render_widget_unittest since it didn't seem to be testing much (there are tests that test it much more fully). I had to move bindings_policy.h, which ideally would be split into separate pieces so that the content layer only has to know about the content bindings. Given that it's basically an enum, I moved the whole file now since it's used in a lot of places, and the value of turning on DEPS checking is really high. by [email protected] · 14 years ago
  21. 10e6ab57 Move RenderThread to content\renderer. by [email protected] · 14 years ago
  22. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  23. 2cff005 Move render_widget files to content. by [email protected] · 14 years ago[Renamed (97%) from chrome/renderer/render_widget_unittest.cc]
  24. 8bd0fe6 Roll WebKit DEPS past WebKit move. Update gyp files and include paths to reflect the move. Consolidate how we DEPS in WebKit source files. Cross fingers. by [email protected] · 15 years ago
  25. 3e2b375b Adding the new WebPopupType to the RenderWidget creation. by [email protected] · 15 years ago
  26. 00c3961 Make the pepper 2D flush callback actually function as advertised. It will now by [email protected] · 15 years ago
  27. 503b157 Revert 40490 - Make the pepper 2D flush callback actually function as advertised. It will now by [email protected] · 15 years ago
  28. 396c3a46 Make the pepper 2D flush callback actually function as advertised. It will now by [email protected] · 15 years ago
  29. 8bae513 Free unit tests for Mac: BookmarkHTMLWriterTest, BookmarkUtilsTest, by [email protected] · 16 years ago
  30. 8930d47 Refactor code from RenderThread and PluginThread and move it to ChildThread. ChildProcess now owns the ChildThread, which removes duplicate code and simplifies things. by [email protected] · 17 years ago
  31. ea51de3 Reverting 10080. by [email protected] · 17 years ago
  32. 514e711 Refactor code from RenderThread and PluginThread and move it to ChildThread. ChildProcess now owns the ChildThread, which removes duplicate code and simplifies things. by [email protected] · 17 years ago
  33. 81a3441 Refactor the render widget unittest so it can be reused to create a render view by [email protected] · 17 years ago
  34. 0ebf387 Landing this again as I cannot reproduce the perf regression locally. by [email protected] · 17 years ago
  35. e8775666 Reverting the autofill popu CL as it creates perf regression. by [email protected] · 17 years ago
  36. 89ac46c9 This CL adds the autofill UI in forms. by [email protected] · 17 years ago
  37. ad0b30a Modify renderwidget unittest to make purify happy by [email protected] · 17 years ago
  38. 922e389 Disable tests because it is leaking memory by [email protected] · 17 years ago
  39. 8085dbc8 Factor out a RenderThread interface by [email protected] · 17 years ago