Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

fix($parse): fix CSP nested property evaluation, and issue that prevente... #5592

Closed
wants to merge 7 commits into from
Closed

Commits on Jan 1, 2014

  1. fix($parse): fix CSP nested property evaluation, and issue that preve…

    …nted its tests from failing
    
    cspSafeGetterFn incorrectly returned undefined if any of its key parameters were undefined. This
    wasn't caught by the $parse unit tests because of a timing problem where $ParseProvider was reading the CSP flag before the tests manually set it, so the CSP property evaluation tests never ran. Add
    test that verifies evaluation of nested properties of multiple lengths.
    
    Fixes <a href="https://github.com/angular/angular.js/issues/5591">#5591</a>
    dozingcat committed Jan 1, 2014
    Configuration menu
    Copy the full SHA
    339fc96 View commit details
    Browse the repository at this point in the history
  2. fix($parse): fix CSP nested property evaluation, and issue that preve…

    …nted its tests from failing
    
    cspSafeGetterFn incorrectly returned undefined if any of its key parameters were undefined. This
    wasn't caught by the $parse unit tests because of a timing problem where $ParseProvider was reading the CSP flag before the tests manually set it, so the CSP property evaluation tests never ran. Add
    test that verifies evaluation of nested properties of multiple lengths.
    
    Fixes <a href="https://github.com/angular/angular.js/issues/5591">#5591</a>
    dozingcat committed Jan 1, 2014
    Configuration menu
    Copy the full SHA
    5177a62 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2014

  1. fix($parse): fix CSP nested property evaluation, and issue that preve…

    …nted its tests from failing
    
    cspSafeGetterFn incorrectly returned undefined if any of its key parameters were undefined. This
    wasn't caught by the $parse unit tests because of a timing problem where $ParseProvider was reading the CSP flag before the tests manually set it, so the CSP property evaluation tests never ran. Add
    test that verifies evaluation of nested properties of multiple lengths.
    
    Fixes <a href="https://github.com/angular/angular.js/issues/5591">#5591</a>
    dozingcat committed Jan 2, 2014
    Configuration menu
    Copy the full SHA
    e1d7a5f View commit details
    Browse the repository at this point in the history
  2. fix($parse): fix CSP nested property evaluation, and issue that preve…

    …nted its tests from failing
    
    cspSafeGetterFn incorrectly returned undefined if any of its key parameters were undefined. This
    wasn't caught by the $parse unit tests because of a timing problem where $ParseProvider was reading the CSP flag before the tests manually set it, so the CSP property evaluation tests never ran. Add
    test that verifies evaluation of nested properties of multiple lengths.
    
    Fixes <a href="https://github.com/angular/angular.js/issues/5591">#5591</a>
    dozingcat committed Jan 2, 2014
    Configuration menu
    Copy the full SHA
    3a126a9 View commit details
    Browse the repository at this point in the history
  3. fix($parse): fix CSP nested property evaluation, and issue that preve…

    …nted its tests from failing
    
    cspSafeGetterFn incorrectly returned undefined if any of its key parameters were undefined. This
    wasn't caught by the $parse unit tests because of a timing problem where $ParseProvider was reading the CSP flag before the tests manually set it, so the CSP property evaluation tests never ran. Add
    test that verifies evaluation of nested properties of multiple lengths.
    
    Fixes <a href="https://github.com/angular/angular.js/issues/5591">#5591</a>
    dozingcat committed Jan 2, 2014
    Configuration menu
    Copy the full SHA
    6f991b7 View commit details
    Browse the repository at this point in the history
  4. tests

    dozingcat committed Jan 2, 2014
    Configuration menu
    Copy the full SHA
    c4fd978 View commit details
    Browse the repository at this point in the history
  5. fix($parse): fix CSP nested property evaluation, and issue that preve…

    …nted its tests from failing
    
    cspSafeGetterFn incorrectly returned undefined if any of its key parameters were undefined. This
    wasn't caught by the $parse unit tests because of a timing problem where $ParseProvider was reading the CSP flag before the tests manually set it, so the CSP property evaluation tests never ran. Add
    test that verifies evaluation of nested properties of multiple lengths.
    
    Fixes <a href="https://github.com/angular/angular.js/issues/5591">#5591</a>
    dozingcat committed Jan 2, 2014
    Configuration menu
    Copy the full SHA
    ba7fce5 View commit details
    Browse the repository at this point in the history