1. 8075105 base::Bind: Low-hanging fruit conversions of NewRunnableFunction. by [email protected] · 14 years ago
  2. 631bb74 Move BrowserThread to content namespace. by [email protected] · 14 years ago
  3. c38831a1 Split BrowserThread into public API and private implementation, step 1. by [email protected] · 14 years ago
  4. 105303e Move plugin messages to content. by [email protected] · 14 years ago
  5. a042173 Move the rest of the core files in chrome\browser to content\browser. by [email protected] · 14 years ago[Renamed (97%) from chrome/browser/plugin_process_host_mac.cc]
  6. 08397d5 Change includes of gfx/* to ui/gfx/* by [email protected] · 14 years ago
  7. 0378bf4 Move base/mac_util.h to base/mac and use the base::mac namespace. by [email protected] · 14 years ago
  8. 017a7a11 Rename ChromeThread to BrowserThread Part21: by [email protected] · 15 years ago
  9. f8b3ef8 Rename ChromeThread to BrowserThread Part15: by [email protected] · 15 years ago
  10. 67908205 Start trimming headers included in the slowest to compile files. by [email protected] · 15 years ago
  11. 7d3c02c Update Mac plugins for SetFocus changes, and remove old workaround messages by [email protected] · 15 years ago
  12. ce04f0c [Mac] When in fullscreen mode, ties the menubar shown state to the overlay shown state. by [email protected] · 15 years ago
  13. 18db4618 Hide/show cursor according to NSCursor requests. by [email protected] · 15 years ago
  14. 1289b98a Add Cocoa window interposing for plugin process by [email protected] · 16 years ago
  15. 27f5a6c8 Mac: Simulate the OS-level focus handling that windows and linux plugins by [email protected] · 16 years ago
  16. a3d46f7 Only request full-screen once per plugin window by [email protected] · 16 years ago
  17. a96ec6a Don't allow the browser to stay above a modal plugin window (Mac) by [email protected] · 16 years ago
  18. d85cf07 Simplify threading in browser thread by making only ChromeThread deal with different thread lifetimes.The rest of the code doesn't get MessageLoop pointers since they're not thread-safe and instead just call PostTask on ChromeThread. If the target thread is not alive, then the task is simply deleted.In a followup change, I'll remove any remaining MessageLoop* caching. With this change, there's little to be gained by caching since no locks are involved if the target MessageLoop is guaranteed to outlive the current thread (inferred automatically by the order of the chrome_threads_ array).BUG=25354 by [email protected] · 16 years ago
  19. b44dbd1 Change Mac fullscreen mode to be a stack, not a flag. This fixes crashes and by [email protected] · 16 years ago
  20. d5c8e13 Fix a crash when a plugin file picker window is dismissed. This is a by [email protected] · 16 years ago
  21. 1d5ac66 Fix several issues around fullscreen Mac plugins: by [email protected] · 16 years ago