1. 14ccb93f favor DCHECK_CURRENTLY_ON for better logs in left out chrome/browser/chromeos/ by anujk.sharma · 10 years ago
  2. 6e2d1def favor DCHECK_CURRENTLY_ON for better logs in chrome/browser/chromeos/ by mostynb · 10 years ago
  3. ada74bf6 Use ManagednetworkConfigurationHandler where possible, add 'Shill' to NCH methods by stevenjb · 11 years ago
  4. c97a028 Update {virtual,override,final} to follow C++11 style in chrome/browser/chromeos. by dcheng · 11 years ago
  5. f979ea9 Add NetworkConfigurationObserver class to notify observers when the following events occur: by stevenjb · 11 years ago
  6. d050230 Move network_connect code to ui/chromeos/network (Take 2) by stevenjb · 11 years ago
  7. 2ff670a Revert "Move network_connect code to ui/chromeos/network" by Chris Sharp · 11 years ago
  8. c49ac404 Move network_connect code to ui/chromeos/network by stevenjb · 11 years ago
  9. 6d99f5f Create a NetworkConnect class and Delegate by stevenjb · 11 years ago
  10. 9108efb9 replace OVERRIDE and FINAL with override and final in chrome/browser/chromeos/ by mostynb · 11 years ago
  11. 03f26fb Elim parent_window parameter from network_connect by stevenjb · 11 years ago
  12. 29fe338 Part 3: Merged FakedDBusThreadManager with DBusThreadManager. by zelidrag · 11 years ago
  13. 18dfb7a5 Change base/file_utils.h includes to base/files/file_utils.h in chrome/ by thestig · 11 years ago
  14. 8bb063b Enable Verizon OTA activation. by [email protected] · 11 years ago
  15. fa0336f Merge FavoriteState into NetworkState by [email protected] · 11 years ago
  16. f2949e6 Move NetworkTypePattern to its own file by [email protected] · 11 years ago
  17. 9e1685a Cleanup: Remove unneeded browser_thread.h includes. by [email protected] · 12 years ago
  18. 5bcdd99d Update some uses of Value in chrome/browser to use the base:: namespace. by [email protected] · 12 years ago
  19. cbca4c5 Handle when service no longer exists during mobile activation. by [email protected] · 12 years ago
  20. 01c6274 Replace LOG(INFO) with VLOG(1) in MobileActivator. by [email protected] · 12 years ago
  21. 7be0abb Refactor access to the ONC policy for a network. by [email protected] · 12 years ago
  22. f1c65a51 Migrate DBus service constants from flimflam namespace to shill namespace. by [email protected] · 12 years ago
  23. c121371 Crash fix during shutdown. by [email protected] · 12 years ago
  24. 184bd2d Cleanup network type matching. by [email protected] · 12 years ago
  25. bc1cd95 Clean up NetworkState members by [email protected] · 12 years ago
  26. 82f84b9 Move ReadFileToString to the base namespace. by [email protected] · 12 years ago
  27. 7799df3 Switch over MobileActivator to use Network*Handler by [email protected] · 12 years ago
  28. b4003ac Convert all connect code to use NetworkHandler instead of NetworkLibrary by [email protected] · 12 years ago
  29. 3d762e5f Use a direct include of the message_loop header in chrome/browser/, part 3. by [email protected] · 12 years ago
  30. 7a89745 cros_library: Remove CrosLibrary by [email protected] · 12 years ago
  31. 756748414 Move PathExists to base namespace. by [email protected] · 12 years ago
  32. f248ebe0 Use a direct include of time headers in chrome/browser/, part 2. by [email protected] · 12 years ago
  33. 5c07332 Use a direct include of strings headers in chrome/browser/chromeos/. by [email protected] · 12 years ago
  34. 135cb80 Use a direct include of utf_string_conversions.h in chrome/browser/, part 1. by [email protected] · 12 years ago
  35. f7b653e Convert NetworkMenu to use NetworkStateHandler by [email protected] · 12 years ago
  36. 4570a25 chrome: Update the include paths of base/string_piece.h to its new location. by [email protected] · 12 years ago
  37. 3f318f01 Update activation flow for lte devices not to show 3G loading page. by [email protected] · 12 years ago
  38. d0b2623 Replacing DictionaryValue::key_iterator by DictionaryValue::Iterator in chrome/browser/{chromeos,web_resource}. by [email protected] · 12 years ago
  39. 5799981 Move file_path.h to base/files. by [email protected] · 13 years ago
  40. 4cd3819 Change the modem reset command on cellular activation completion. by [email protected] · 13 years ago
  41. 3853a4c Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/. by [email protected] · 13 years ago
  42. 650b2d5 Merge branch 'master' into file_path_browser by [email protected] · 13 years ago
  43. 6f2f1c1 Add ResetModem method and call it once non_cellular activation is done. by [email protected] · 13 years ago
  44. 3620c703 chromeos: Simplify MobileActivator state machine by [email protected] · 13 years ago
  45. 276c8b6c Fix state transition in Chrome OS mobile activator. by [email protected] · 13 years ago
  46. 434157c Implement Chrome OS mobile activation over non-cellular network. by [email protected] · 13 years ago
  47. 8b83b260 Find matching cellular device by either MEID or ICCID. by [email protected] · 13 years ago
  48. 04a4ad3 chromeos: Add more logging to mobile activation logic by [email protected] · 13 years ago
  49. 63b90b0 chromeos: Fix eternal cellular activation spinner by [email protected] · 13 years ago
  50. 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
  51. 886d372 RefCounted types should not have public destructors, chromeos edition by [email protected] · 13 years ago
  52. 86852f6ffe Fix crash on logout after using 3g activation. by [email protected] · 13 years ago
  53. 13631c0 Enable activation over non-cellular networks. by [email protected] · 13 years ago
  54. e4dbbab Fix crash in mobile activation. by [email protected] · 13 years ago
  55. b2e87ad Refactored mobile activation engine outside of WebUI handler in order to expose its state to other layer of UI (i.e. dialog, background activation process...). by [email protected] · 13 years ago