Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Check for extensions updates #7330

Merged
merged 2 commits into from
Apr 22, 2014
Merged

Check for extensions updates #7330

merged 2 commits into from
Apr 22, 2014

Commits on Apr 22, 2014

  1. Check for extensions updates

    Updated design
    
    Check registry at most once a day
    
    Remove updated and uninstalled extensions from update list
    
    Use new icon sprite
    
    Calculate when an actual update should be launched
    
    Calculate updateCompatible for extensions
    
    toggle icon even when registry are downloaded through extension manager
    
    checkForUpdate is now called directly on the startup as it was before
    
    combine the functions
    
    download only if there're no updates available
    
    delete icon that is no longer user
    
    This sorts installed extensions by updateAvailable (#6634)
    
    align = in exports
    
    add an empty line
    
    use localeCompare instead of ifs
    
    use Array instead of array for preferences
    
    do not convert new preferences
    
    move event listener to the bottom of the file
    
    move function to the bottom to make JSLint happy
    
    count only compatible updates for notification icon
    
    add comments
    
    fix tests that were failing after changes to the model.notifyCount
    
    fix issue when update button is disabled but newer compatible version (not latest) exists
    
    add tests for ExtensionManager.getAvailableUpdates() method
    
    add tests for ExtensionManager.cleanAvailableUpdates() method
    
    move new tests
    zaggino committed Apr 22, 2014
    Configuration menu
    Copy the full SHA
    4729958 View commit details
    Browse the repository at this point in the history
  2. changes after review

    zaggino committed Apr 22, 2014
    Configuration menu
    Copy the full SHA
    5560bc2 View commit details
    Browse the repository at this point in the history