Skip to content
Snippets Groups Projects
  1. Nov 03, 2010
    • stevenjb@chromium.org's avatar
      Crash fix. · 19de90f0
      stevenjb@chromium.org authored
      BUG=http://code.google.com/p/chromium-os/issues/detail?id=8641
      TEST=Disable cellular; enable cellular; activate cellular network. Verify no crash.
      
      Review URL: http://codereview.chromium.org/4374003
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64962 0039d316-1c4b-4281-b951-d872f2087c98
      19de90f0
    • dilmah@chromium.org's avatar
    • chocobo@chromium.org's avatar
      Revert 64888 - Push for ers: · 7c3cc8a3
      chocobo@chromium.org authored
      Added handling of network ("service" in flimflam parlance) property changes. 
      NetworkLibrary updates its Network objects in response to property changes, 
      then calls any NetworkObservers that have registered for the given network. 
      
      Use the is_active member of Network in various places to ensure that we are 
      dealing with the correct network. 
      
      Created separate observer classes for NetworkManager, Network, and 
      CellularDataPlan, so that monitors can be established independently for each 
      of them. Changed the callback method names to prepend "On", i.e., 
      OnNetworkManagerChanged, OnNetworkChanged, OnCellularDataPlanChanged. 
      
      Wired up signal strength update and network technology update in the status 
      bar, network dropdown menu, and internet settings page. 
      
      Added new icon badges for 1xRTT radio technology. These are used when EVDO 
      coverage switches to 1xRTT. Just as is the case for the 3G icons, there are 
      three 1x icons: normal, warn, and error. Please consider these icons to be 
      placeholders if the UI folks think they need to be redesigned. 
      
      Centralized choosing of the network technology badge in 
      NetworkMenu::BadgeForNetworkTechnology. 
      
      BUG=chromium-os:5612:chromium-os:7619,chromium-os:5917,chromium-os:4674 
      TEST=Extensive manual testing with different combinations of wi-fi and 
      cellular networks connected and disconnected. Used a modified version 
      of flimflam that randomly changes reported signal strength, network 
      technology, and roaming state, and verified that the UI correctly reflected 
      current values for the active network (roaming is not handled in the UI 
      at this time).
      Review URL: http://codereview.chromium.org/4235005
      
      TBR=chocobo@chromium.org
      Review URL: http://codereview.chromium.org/4229006
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64889 0039d316-1c4b-4281-b951-d872f2087c98
      7c3cc8a3
    • chocobo@chromium.org's avatar
      Push for ers: · 6b26224c
      chocobo@chromium.org authored
      Added handling of network ("service" in flimflam parlance) property changes. 
      NetworkLibrary updates its Network objects in response to property changes, 
      then calls any NetworkObservers that have registered for the given network. 
      
      Use the is_active member of Network in various places to ensure that we are 
      dealing with the correct network. 
      
      Created separate observer classes for NetworkManager, Network, and 
      CellularDataPlan, so that monitors can be established independently for each 
      of them. Changed the callback method names to prepend "On", i.e., 
      OnNetworkManagerChanged, OnNetworkChanged, OnCellularDataPlanChanged. 
      
      Wired up signal strength update and network technology update in the status 
      bar, network dropdown menu, and internet settings page. 
      
      Added new icon badges for 1xRTT radio technology. These are used when EVDO 
      coverage switches to 1xRTT. Just as is the case for the 3G icons, there are 
      three 1x icons: normal, warn, and error. Please consider these icons to be 
      placeholders if the UI folks think they need to be redesigned. 
      
      Centralized choosing of the network technology badge in 
      NetworkMenu::BadgeForNetworkTechnology. 
      
      BUG=chromium-os:5612:chromium-os:7619,chromium-os:5917,chromium-os:4674 
      TEST=Extensive manual testing with different combinations of wi-fi and 
      cellular networks connected and disconnected. Used a modified version 
      of flimflam that randomly changes reported signal strength, network 
      technology, and roaming state, and verified that the UI correctly reflected 
      current values for the active network (roaming is not handled in the UI 
      at this time).
      Review URL: http://codereview.chromium.org/4235005
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64888 0039d316-1c4b-4281-b951-d872f2087c98
      6b26224c
  2. Nov 02, 2010
  3. Oct 29, 2010
  4. Oct 28, 2010
  5. Oct 27, 2010
  6. Oct 26, 2010
  7. Oct 20, 2010
  8. Oct 19, 2010
  9. Oct 16, 2010
  10. Oct 15, 2010
  11. Oct 14, 2010
  12. Oct 12, 2010
  13. Oct 07, 2010
  14. Oct 01, 2010
  15. Sep 29, 2010
  16. Sep 14, 2010
  17. Sep 03, 2010
  18. Aug 24, 2010
  19. Aug 12, 2010
  20. Aug 09, 2010
  21. Aug 03, 2010
  22. Jul 21, 2010
    • chocobo@chromium.org's avatar
      Land for njw: · 0e0910c8
      chocobo@chromium.org authored
      Make NetworkLibrary::UpdateSystemInfo() externally usable, and invoke 
      it before retrieving/displaying network information, so that we 
      successfully display data that the user has just changed via another 
      mechanism. 
      BUG=chromium-os:3972 
      TEST=Configure certificates via entd and log out. Log back in and select the 
      network menu, then (immediately) the relevant SSID. Check for the proper 
      certificate information, rather than unset fields.
      Review URL: http://codereview.chromium.org/3019015
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53227 0039d316-1c4b-4281-b951-d872f2087c98
      0e0910c8
  23. Jul 12, 2010
  24. Jun 30, 2010
  25. Jun 28, 2010
  26. Jun 25, 2010
    • ben@chromium.org's avatar
      Canvas refactoring part 3. · 74db48eb
      ben@chromium.org authored
      - Replace Canvas instance users with CanvasSkia users.
      - Rename Canvas2 to Canvas.
      - Delete Canvas subclass of CanvasSkia.
      
      This has created some ugliness around the fact that people that used SkCanvas methods on Canvas now have to go through AsCanvasSkia first. This is temporary ugliness that will be eradicated as I incrementally build out the new Canvas API.
      
      BUG=none
      TEST=none
      
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50854 0039d316-1c4b-4281-b951-d872f2087c98
      74db48eb
  27. Jun 24, 2010
  28. May 13, 2010
  29. May 06, 2010
  30. May 05, 2010
  31. Apr 21, 2010
Loading