1. 714ce65 Remove disable-pnacl flag. by [email protected] · 11 years ago
  2. e6e30ac Move the guts of user_metrics to a new static lib in //base/metrics. by [email protected] · 12 years ago
  3. ab6df3b1 Update some uses of UTF conversions in chrome/browser to use the base:: namespace. by [email protected] · 12 years ago
  4. 2c95d10 Update some uses of Value in chrome/browser to use the base:: namespace. by [email protected] · 12 years ago
  5. e9273e19 Replace some string16's with base namespace in chrome/browser by [email protected] · 12 years ago
  6. 945d91f [Build Fix] Add missing #include by [email protected] · 12 years ago
  7. f5bb764 Use base::PostTaskAndReplyWithResults() in more places. by [email protected] · 12 years ago
  8. 07f0f2cf Fix WeakPtrFactory ordering problems in ui by [email protected] · 12 years ago
  9. 83c8526 Enable PNaCl by default (revert disabling CL) by [email protected] · 12 years ago
  10. bafd739 disable pnacl by default by [email protected] · 12 years ago
  11. eb38e63 Read pnacl version from common .json file instead of using dirname. by [email protected] · 12 years ago
  12. bbabe18d Simplify about:nacl code by using BrowserThread::PostBlockingPoolTaskAndReply by [email protected] · 12 years ago
  13. 0603207 Clean up chrome://nacl UI a bit by [email protected] · 12 years ago
  14. df401535 Enable pnacl by default by [email protected] · 12 years ago
  15. d7bd3e5 Move webplugininfo.h to content/public. by [email protected] · 12 years ago
  16. 756748414 Move PathExists to base namespace. by [email protected] · 12 years ago
  17. ebcffa7 about:nacl WebUI: Force revalidation of PNaCl path on each request. by [email protected] · 12 years ago
  18. 0dfa1a6 Switch the AppID for PNaCl from 3 separate ones to a single multi-CRX. by [email protected] · 12 years ago
  19. cadac62 Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" by [email protected] · 12 years ago
  20. e338085 Use a direct include of strings headers in chrome/browser/ui/webui/, part 1. by [email protected] · 12 years ago
  21. 774cc3c Use a direct include of utf_string_conversions.h in chrome/browser/ui/, part 2. by [email protected] · 12 years ago
  22. 39790b7f Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by [email protected] · 12 years ago
  23. 98cef86 Fix style issues in NaClDomHandlerProxy. by [email protected] · 12 years ago
  24. 0d4d412c chrome://nacl asserts by [email protected] · 12 years ago
  25. d4b2d23 chrome/browser/ui: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. by [email protected] · 12 years ago
  26. 650b2d5 Merge branch 'master' into file_path_browser by [email protected] · 13 years ago
  27. 3ea1b18 Rename FilePath to base::FilePath and use new location of string_number_conversions in some chrome subdirectories. by [email protected] · 13 years ago
  28. 3846feb Check that path exists before saying pnacl is installed in about:nacl. by [email protected] · 13 years ago
  29. 24ea7a1 Stop using content's internal URLDataManager methods from chrome. by [email protected] · 13 years ago
  30. 3dbd64d Switch users of ChromeWebUIDataSource to use the content::WebUIDataSource instead. This is in anticipation of moving the implementation inside content. by [email protected] · 13 years ago
  31. 90d9f1e Simplify WebUI data sources. Currently WebUI data sources implement a URLDataSourceDelegate interface, and have a URLDataSource interface just for sending the response. Remove the need to have the URLDataSource interface at all, and instead pass a callback to a data source's StartDataRequest method. That also allows us to hide the request_id parameter, which is an internal detail, and makes testing simpler. by [email protected] · 13 years ago
  32. cb8dc8e [webui] whittle down a few more uses of old-style templateData by [email protected] · 13 years ago
  33. 0f5e57f5 Move chrome/browser/plugin_* to chrome/browser/plugins/ by [email protected] · 13 years ago
  34. f19a9fa Add a chrome://nacl page to show if NaCl is enabled and if PNaCl is installed. by [email protected] · 13 years ago