1. f214f879 Remove base/platform_thread.h stub and fix up all callers to use the new location and namespace. by [email protected] · 15 years ago
  2. b3ae5db chromeos: Replace copy-and-pasted code with macros. by [email protected] · 15 years ago
  3. a4a38c1 Extend the TTS extension API to allow an extension to register itself as by [email protected] · 15 years ago
  4. e25f12b92 Update CrOS time formatting APIs too. by [email protected] · 15 years ago
  5. 583dca28 Remove CrOS hack from ppapi.gyp that made the include directories work. This by [email protected] · 15 years ago
  6. c82aec1 Fix crash when disabling 3g. by [email protected] · 15 years ago
  7. 8416136 Fix for http://crosbug.com/8870 + remembered network code cleanup. by [email protected] · 15 years ago
  8. 625332e0 Make members of Singleton<T> private and only visible to the singleton type. This enforces that the Singleton<T> pattern can only be used within classes which want singleton-ness. by [email protected] · 15 years ago
  9. f68fbd1b Cleanup: Remove unneeded browser_thread.h usage. by [email protected] · 15 years ago
  10. 90fd2a4 chromeos: Show onscreen bubble when brightness changes. by [email protected] · 15 years ago
  11. d99bcaa Remove unneeded browser_process.h includes. by [email protected] · 15 years ago
  12. 0868ee7 Remove check of service->favorite for remembered networks. by [email protected] · 15 years ago
  13. d1dae8a5 Revert 67369 - Forget newly connected networks when not owner. by [email protected] · 15 years ago
  14. 6043ad6 Implement wifi scanning state properly by [email protected] · 15 years ago
  15. 37eec14 Simplify netowork library mock expectations by [email protected] · 15 years ago
  16. 0a7e0e6 Move ScopedStubCrosEnabler to cros_library.h and use it in Chrome OS tests. by [email protected] · 15 years ago
  17. e7bbbb6 Reduce CPU usage for input method switching. by [email protected] · 15 years ago
  18. 62cb994 Notify the CrOS Enterprise Daemon if an Enterprise Extension has been installed by [email protected] · 15 years ago
  19. 62f11b4c Land for [email protected]: by [email protected] · 15 years ago
  20. 2c608174 Disable auto shutdown of ibus-daemon on the screenlocker by [email protected] · 15 years ago
  21. 169a4e9c Make cellular icons show red badge when we need new plan. by [email protected] · 15 years ago
  22. 4e9197c Fix bug where data plan info gets wiped out after a network refresh. by [email protected] · 15 years ago
  23. 76a6320b Update default timezone name to match CL3432015 (r65850) by [email protected] · 15 years ago
  24. 2da92aa Forget newly connected networks when not owner. by [email protected] · 15 years ago
  25. fe3a0509 Add error message for immediate failure on short passwords. by [email protected] · 15 years ago
  26. 8a46242 Use TimeFormat::TimeRemaining for CellularDataPlan::GetUsageInfo. by [email protected] · 15 years ago
  27. e2e3227 Fix tests. by [email protected] · 15 years ago
  28. 04699ba0 Build break for compile warning. by [email protected] · 15 years ago
  29. 353e0dd8 Submitting on behalf of [email protected], the original CL at http://codereview.chromium.org/5217004/: by [email protected] · 15 years ago
  30. 633e5c0 Fix 3g data plan notification and menu color. by [email protected] · 15 years ago
  31. 110b064 Clear passphrase when canceling a failed connection attempt. by [email protected] · 15 years ago
  32. d3f9b88 Add wifi 'searching' to netowkr menu for chromium-os:4982 by [email protected] · 15 years ago
  33. 23ff150b Fix tests by [email protected] · 15 years ago
  34. 9e32029 Workaround bug in flimflam to fix active_network not being reported propertly causing ethernet icon to get stuck. by [email protected] · 15 years ago
  35. d698ca1 Fix Google-A certificate getting accidently cleared. by [email protected] · 15 years ago
  36. 0aadb27 Fix favorite and auto_connect property usage (again) by [email protected] · 15 years ago
  37. 2ad4a90 Cleanup: Include browser.h -> ui/browser.h [Part 4]. by [email protected] · 15 years ago
  38. ca9f670 Don't allow connection to networks that are not connected. by [email protected] · 15 years ago
  39. 233a79a Revert "Fix favorite and auto_connect property usage." by [email protected] · 15 years ago
  40. 590aac5 Fix favorite and auto_connect property usage. by [email protected] · 15 years ago
  41. f005394 Notification fix for case when there is no mobile plan. Fixed network menu to properly by [email protected] · 15 years ago
  42. eee10d19 Disables full sync option for the owner when password is changed. by [email protected] · 15 years ago
  43. bee4104e Fixed issues with network menu list: by [email protected] · 15 years ago
  44. 5af7608 Do not send many requests to flimflam when network chagned. by [email protected] · 15 years ago
  45. e027da19 Better support for failed network connection attempts (chromiumos:8594). by [email protected] · 15 years ago
  46. a3e2afa Fixed crash related to cellular network payment plan retreival. by [email protected] · 15 years ago
  47. 460c3f1 Re-insert IP address in Network Menu. by [email protected] · 15 years ago
  48. dd0ab86 Fix for crash (chromium-os:8733) by [email protected] · 15 years ago
  49. ceaf8f1 Landing change for [email protected]: http://codereview.chromium.org/4134012/show by [email protected] · 15 years ago
  50. 05f06df Submitting http://codereview.chromium.org/4116010 on behalf of [email protected]: by [email protected] · 15 years ago
  51. 7c3cc8a3 Revert 64888 - Push for ers: by [email protected] · 15 years ago
  52. 6b26224 Push for ers: by [email protected] · 15 years ago
  53. 0673a28 Add support for different type of encyrption when adding a network. by [email protected] · 15 years ago
  54. 0c23428a [cros] migrate to safe ownership API by [email protected] · 15 years ago
  55. 6ec3fe1 For add network, if password is empty, we search for a hidden network with no security. by [email protected] · 15 years ago
  56. 45066d5 Rewritten parts of NetworkLibrary to work around memory corruption that prevented proper dbus functioning for 3G actrivation. by [email protected] · 15 years ago
  57. 8df038b Make network menu button tooltip be more descriptive for the connecting states. by [email protected] · 15 years ago
  58. ad4cfdc Fixed a warning that didn't get caught by the linux_chromeos trybot. by [email protected] · 15 years ago
  59. ff610035 Revert 64191 - Add 3G Activation to the network menu. by [email protected] · 15 years ago
  60. 15441050 Add 3G Activation to the network menu. by [email protected] · 15 years ago
  61. 63fa4b8 Implement the TTS completion callback in a generic way so that the callback by [email protected] · 15 years ago
  62. 4e63fc4e Fix OptionsUITest for Chrome OS. by [email protected] · 15 years ago
  63. d03e2fd3 Fix the Chrome OS build. by [email protected] · 15 years ago
  64. ac89f5e Implement release channel switching in the about page. by [email protected] · 15 years ago
  65. 1bbba239 Changes to pass a context flag to RequestSysLogs. by [email protected] · 15 years ago
  66. eed92588 Adds "OK" button to apply changes for wifi details. by [email protected] · 15 years ago
  67. 0ac63c18 Don't use IO thread to talk to dbus. by [email protected] · 15 years ago
  68. 666c1468 Remove failure_count_ to simplify the code. by [email protected] · 15 years ago
  69. 28bfeb51 Change the way to change the current input method in FlushImeConfig() so that the flush function does not call chromeos::ChangeInputMethod() too often. by [email protected] · 15 years ago
  70. 8a70f23 Convert LOG(INFO) to VLOG(1) - chrome/browser/chromeos/cros/. by [email protected] · 15 years ago
  71. 3c1139f Wired cellular data plan activation logic with the rest of the DOM UI on both chrome:settings/internet and chrome:mobilesetup pages. by [email protected] · 15 years ago
  72. 45e9e90 Fix for error in chromium-os tests from changes for chromium-os:7864. by [email protected] · 15 years ago
  73. 3dd5198 Additional debugging for chromium-os:7864 by [email protected] · 15 years ago
  74. be79eecc Add RequestRestart and RequestShutdown in power_library by [email protected] · 15 years ago
  75. ea21f9c Show MAC address in the internet options page on Chrome OS. by [email protected] · 15 years ago
  76. aded1a7 Fixed remove_if in ForgetWirelessNetworks by [email protected] · 15 years ago
  77. d55864e Adds spinner to the Tpm-password screen password. by [email protected] · 15 years ago
  78. 543a79a Checkin again with compile fix. by [email protected] · 15 years ago
  79. 051b74fd Revert 63135 - Update icons to show lowdata and very lowdata for 3G data. by [email protected] · 15 years ago
  80. 706e8fa Update icons to show lowdata and very lowdata for 3G data. by [email protected] · 15 years ago
  81. 21e74460 chromium-os:5494 Networks with identical names not handled properly. by [email protected] · 15 years ago
  82. c1ee006 Implement action interface in network_menu.js for 'connect'. by [email protected] · 15 years ago
  83. 3801761 Implemented cellular plan details in DOM UI. by [email protected] · 15 years ago
  84. 5147ba5 [Chrome OS] Make LoginLibrary robust to extraneous signals by [email protected] · 15 years ago
  85. 89ccd24 Add network_menu_ui.cc and network_menu.js by [email protected] · 15 years ago
  86. caf063d Added cellular device details to settings page. by [email protected] · 15 years ago
  87. 2bb2fd5 Rename ChromeThread to BrowserThread Part17: by [email protected] · 15 years ago
  88. 47273474 [Chrome OS] Attempt offline and online login simultaneously by [email protected] · 15 years ago
  89. 5b50389 Add a combobox (menu button) which allow users to switch the current keyboard layout to the OOBE network selection screen. by [email protected] · 15 years ago
  90. 8bac235 Rename ChromeThread to BrowserThread Part13: by [email protected] · 15 years ago
  91. 432867b Split the LanguageMenuButton class into 2 classes so that OOBE screen could easily reuse the drop-down menu (but not the "US" button). by [email protected] · 15 years ago
  92. 900fc62 Prepared code for system logs split in ChromeOS feedback reports. We are still missing sever-side changes, so by [email protected] · 15 years ago
  93. 9a24152e Finished mobile activation UI. Notification logic need to be tested. by [email protected] · 15 years ago
  94. cca169b5 Rename ChromeThread to BrowserThread Part7: by [email protected] · 15 years ago
  95. 7b947813da chromium-os:7127, part 2: Add new cellular network data to network_library. by [email protected] · 15 years ago
  96. 4ccc05e Add a pref checkbox to enable/disable screen lock for ChromeOs. by [email protected] · 15 years ago
  97. 158b0b7 Eliminate compiler warnings when updating libcros by [email protected] · 15 years ago
  98. 07efbd2 [Chrome OS] Log and handle cryptohomed callbacks for calls we didn't initiate by [email protected] · 15 years ago
  99. 85aef0f2 [CHrome OS] Upgrade support classes for parallel login by [email protected] · 15 years ago
  100. 17f12b5 Low data notifications by [email protected] · 15 years ago