1. 631bb74 Move BrowserThread to content namespace. by [email protected] · 14 years ago
  2. c38831a1 Split BrowserThread into public API and private implementation, step 1. by [email protected] · 14 years ago
  3. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  4. 5f945a0e Update a bunch of files to the new location of browser_thread.h by [email protected] · 14 years ago
  5. d131857 Revert 70281 - Revert 70271 - Remove wstring from l10n_util. Part 3. by [email protected] · 15 years ago
  6. 1308ac96 Revert 70271 - Remove wstring from l10n_util. Part 3. by [email protected] · 15 years ago
  7. 7c8c869 Remove wstring from l10n_util. Part 3. by [email protected] · 15 years ago
  8. ccd875e7 Fix extension packer command-line code for Mac. Instead of blocking in a janky way by running the message loop, I added an option to run the extension packer job synchronously. by [email protected] · 15 years ago
  9. 8e38341 FBTF: Even more ctor/virtual deinlining. by [email protected] · 15 years ago
  10. e3671727 Rename ChromeThread to BrowserThread Part20: by [email protected] · 15 years ago
  11. ca4b5fa3 Rename ChromeThread to BrowserThread Part10: by [email protected] · 15 years ago
  12. 0349ab5d Extension package creation cleanup by [email protected] · 15 years ago
  13. 0a576a3e De-wstring/wchar_t-ify extensions DOM UI as much as currently possible. by [email protected] · 15 years ago
  14. 32b76ef `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by [email protected] · 15 years ago
  15. 46ebf064 Add undeclared virtual destructors. by [email protected] · 15 years ago
  16. 3400467 Fixes extension packing codepath that was hitting a race condition DCHECK described in http://crbug.com/27944. by [email protected] · 16 years ago
  17. 11f485728 Fixes almost all of the rest of lint errors in the chrome/ directory (minus the really hard ones which will need actual review instead of rubber-stamping.) by [email protected] · 16 years ago
  18. 8de85a6 Revert "Revert r31175 r31176 r31187" by [email protected] · 16 years ago
  19. 08ffa6b Rever r31175 r31176 r31187 by [email protected] · 16 years ago
  20. 89afcea Sixth patch in making destructors of refcounted objects private. by [email protected] · 16 years ago
  21. 95d2919 Get rid of MessageLoop* caching in extensions code. by [email protected] · 16 years ago
  22. 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
  23. 13555c12 Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support. by [email protected] · 16 years ago
  24. 3a81f8e Revert "Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support. Part 1." by [email protected] · 16 years ago
  25. 66d6d400 Reland: HTML Pack Extension Dialog / Linux & Mac Packaging Support. Part 1. by [email protected] · 16 years ago
  26. 5cbb809a This reverts: HTML Pack Extension Dialog / Linux & Mac Packaging Support. by [email protected] · 16 years ago
  27. 53a05258 HTML Pack Extension Dialog. This removes the views implementation of the ExtensionPackDialog, and implements the dialog in html in the extensions_ui DOMUI. by [email protected] · 16 years ago
  28. 13a8961 A few more fixes to chrome://extensions/. by [email protected] · 16 years ago