1. 1023d01 Switch to standard integer types in content/renderer/. by avi · 10 years ago
  2. 779a08f8 Vector-of-structs (instead of struct-of-vectors) in "savable resources" IPC. by lukasza · 10 years ago
  3. 87f4e2ab OOPIFs: Use original frame URL as a key for local path map. by lukasza · 10 years ago
  4. f05b1f75 Single referrer for all savable resources from a given frame. by lukasza · 10 years ago
  5. fe911df Testing that actual = expected, not just actual ⊆ expected. by lukasza · 10 years ago
  6. 6af746b7 OOPIFs: Transitioning Get/Send...SavableResourceLinks away from RenderViewHost. by lukasza · 10 years ago
  7. 99fcc586 Added check for link element containing attribute rel="stylesheet" by samahto · 10 years ago
  8. 83883c8 Make callers of CommandLine use it via the base:: namespace. by avi · 11 years ago
  9. 6d18e40 Standardize usage of virtual/override/final in content/renderer/ by dcheng · 11 years ago
  10. ee0b42a Replace FINAL and OVERRIDE with their C++11 counterparts in content/renderer by mohan.reddy · 11 years ago
  11. 7af65ca Remove --disable-accelerated-compositing by [email protected] · 11 years ago
  12. d96cf75 Add net/base/filename_util.h. by [email protected] · 11 years ago
  13. 9d9221f06 Revert 262487 "Add net/base/filename_util.h." by [email protected] · 11 years ago
  14. 3e565e77 Add net/base/filename_util.h. by [email protected] · 11 years ago
  15. 6e9def1 Move ContentBrowserTest class to content/public, since it's used by components_browsertests for browser tests which use Content Shell. by [email protected] · 11 years ago
  16. 0c2c0d1 Clean up some ifdefs around Win Aura. by [email protected] · 12 years ago
  17. 180ef24 Rename WebKit namespace to blink (part 3) by [email protected] · 12 years ago
  18. de7d61ff [content shell] move browser process stuff into browser/ subdir by [email protected] · 12 years ago
  19. 12a936d Move dom_operations.{h,cc} to content/renderer/savable_resources.{h,cc}. by [email protected] · 12 years ago[Renamed (87%) from content/renderer/dom_operations_browsertest.cc]
  20. 4209190 Warn on missing OVERRIDE/virtual everywhere, not just in header files. by [email protected] · 12 years ago
  21. 413d34e Enable the tests that use --single-process on Mac with fix to message loop. by [email protected] · 12 years ago
  22. cfe91774 Disable the new tests I added on Mac since they're flaky on mac release bots until I track this down. BUG=126514 by [email protected] · 12 years ago
  23. 5d97f76 Renable the tests I disabled in r195725 on Win Aura. They were failing a debug assert. Fix it by disabling accelerated compositing for win aura when running these tests so that the GPU process doesn't attempt to get started. by [email protected] · 12 years ago
  24. c1978abe Convert the remaining test_shell_tests to content_browsertests. by [email protected] · 12 years ago