1. ed9be3a Remove many unneeded CONTENT_EXPORT entries. by Lei Zhang · 3 years, 9 months ago
  2. fbeeb1c [content] Make ContentMainParams and MainFunctionParams move-only by Gabriel Charette · 3 years, 9 months ago
  3. d56afb57 Delete unused STL includes from content/ headers. by Lei Zhang · 4 years, 3 months ago
  4. 4090dcc Plumb pre-created service manager thread when creating BrowserMainLoop. by Xi Han · 7 years ago
  5. 6740d62 Reland "Create BrowserThread::IO thread before browser main loop to start" by Xi Han · 7 years ago
  6. 5d76e33 Revert "Create BrowserThread::IO thread before browser main loop to start" by Chris Pickel · 7 years ago
  7. fc95501f Create BrowserThread::IO thread before browser main loop to start by Xi Han · 7 years ago
  8. b734894 Switch to standard integer types in content/browser/. by avi · 10 years ago
  9. 5a551c4c Fix some extern usage in .cc files. by thestig · 10 years ago
  10. 4648832 Move remaining files in content\browser to the content namespace. by [email protected] · 13 years ago
  11. f786717 Remove #pragma once from content by [email protected] · 13 years ago
  12. 4573fbd Move content_restriction.h and main_function_params.h to content/public/common, and put them in the content namespace. by [email protected] · 14 years ago
  13. b48c918 Make GTK and Aura parts orthogonal to OS parts by [email protected] · 14 years ago
  14. 2cb3e6c Assert that new renderer processes aren't created during shutdown. by [email protected] · 14 years ago
  15. f3112a5 more content exports needed for unit_tests and browser_tests. by [email protected] · 14 years ago
  16. 03d8d3e9 Get rid of content::DidEndMainMessageLoop since it was declared in content but defined in chrome, and called by chrome. by [email protected] · 14 years ago
  17. db02135 Revert 101861 - Get rid of content::DidEndMainMessageLoop since it was declared in content but defined in chrome, and called by chrome. by [email protected] · 14 years ago
  18. 01fa11e0 Get rid of content::DidEndMainMessageLoop since it was declared in content but defined in chrome, and called by chrome. by [email protected] · 14 years ago
  19. a68ca912 Export more symbols needed for the component build of content. by [email protected] · 14 years ago
  20. 8d2f91e Revert DidEndMainMessageLoop changes from my earlier checkin since they caused issues on Mac. by [email protected] · 14 years ago
  21. b0f146f Create a very simple TabContentsView (and not fully implemented yet) and add more supporting code to be able to load a page. Right now it's not rendering, but I suspect it's something small, and the patch has gotten large so I figure it's time to send it for review. by [email protected] · 14 years ago
  22. c1702d71 Refactor some more BrowserMain code. Move the small bit of remaining code that's required by all embedders to content. by [email protected] · 14 years ago
  23. f967b72 Start moving code from BrowserMain to content, so that it can be reused by all embedders of content. I've based the refactoring on the existing BrowserMainParts. This is the first step; I didn't want to do it all at the same time because it would be too big. Remaining tasks:-rename the browser_main files in chrome to chrome_browser_main-move the OS specific implementations of BrowserMainParts that are needed for content-finish splitting the remaining BrowserMain function (now that's in TemporaryContinue())BUG=90445 by [email protected] · 14 years ago