Commits on Sep 28, 2012

  1. [testHelper] Add baseUrl parameter to $.testHelper.asyncLoad() to all…

    …ow overriding the default hardcoded value
    Gabriel Schulhof committed Sep 28, 2012
  2. [sequence tests] Move open-dialog-close-dialog test to form the basis…

    … for the nav sequence tests
    Gabriel Schulhof committed Sep 28, 2012
  3. [sequence tests] Add redirections to sequence-tests.html such that th…

    …e initial URL contains not only the dialog hash key but also a path.
    
    I haven't figured out how to do start sequence-tests.html with an initial URL of the form http://domain/path/to/page1.html#/path/to/page2.html&ui-state=dialog. That's why I intentionally clobbered the filename of the redirect.
    Gabriel Schulhof committed Sep 28, 2012
  4. [sequence tests] Add push-state-disabled versions of the tests

    Gabriel Schulhof committed Sep 28, 2012
  5. [sequence tests] Moved dialog to an external file

    Gabriel Schulhof committed Sep 28, 2012
  6. [sequence tests] Enabled path1-path2 initial URL test

    Gabriel Schulhof committed Sep 28, 2012
  7. [hashchange functional test] Add pushState disabling code, and commen…

    …t it out. This way, we can quickly test pushState-disabled interaction.
    Gabriel Schulhof committed Sep 28, 2012
  8. [sequence tests] Moving to detailedEventSequence

    Gabriel Schulhof committed Sep 28, 2012
  9. [sequence tests] Adding open-popup-close-popup sequence

    Gabriel Schulhof committed Sep 28, 2012
  10. [sequence tests] Removing same-path pushState-disabled initial URL te…

    …st, because of a query param bug - see #5100
    Gabriel Schulhof committed Sep 28, 2012
  11. [sequence tests] Documenting and making more succinct the initial has…

    …hchange listener, and listening for 'navigate' instead of 'hashchange'
    Gabriel Schulhof committed Sep 28, 2012
  12. [sequence tests] Being more specific about the (X) Close link in the …

    …dialog
    Gabriel Schulhof committed Sep 28, 2012
  13. [sequence tests] Adding page1 -> dialog -> page2 test

    Gabriel Schulhof committed Sep 28, 2012
  14. [sequence tests] Adding page1 -> popup -> page2 test

    Gabriel Schulhof committed Sep 28, 2012
  15. [sequence tests] Forgot to add expect()s for two of the tests

    Gabriel Schulhof committed Sep 28, 2012

Commits on Oct 1, 2012

  1. [testHelper] Documenting the fact that detailedEventCascade also acce…

    …pts event sources in the form of functions returning jQuery objects rather than just jQuery objects
    Gabriel Schulhof committed Oct 1, 2012
  2. [sequence tests] Evaluate selectors used as event sources at the time…

    … when events are expected - not earlier, because the selectors might evaluate to nothing, as the page where the corresponding elements are defined is not yet AJAX-ed in
    Gabriel Schulhof committed Oct 1, 2012
  3. [sequence tests] Forgot to add another-page.html

    Gabriel Schulhof committed Oct 1, 2012
  4. [sequence tests] Test page1 -> dialog <- back -> page2

    Gabriel Schulhof committed Oct 1, 2012
  5. [testHelper] Setting warning timeout for detailedEventCascade to a la…

    …rger value to help ensure tests work even if the CPU becomes bogged down
    Gabriel Schulhof committed Oct 1, 2012
  6. [sequence tests] Test page1 -> popup <- back -> page2

    Gabriel Schulhof committed Oct 1, 2012
  7. [sequence tests] Speed up tests by only waiting for initial page if n…

    …ot present
    Gabriel Schulhof committed Oct 1, 2012

Commits on Oct 2, 2012

  1. [hashchange functional test] Adding links to study #5118

    Gabriel Schulhof committed Oct 2, 2012
  2. [sequence tests] Skipping test pending the fix for #5118

    Gabriel Schulhof committed Oct 2, 2012
  3. Revert "[sequence tests] Skipping test pending the fix for #5118"

    This reverts commit 7ba98d1.
    Gabriel Schulhof committed Oct 2, 2012
  4. Merge branch 'sequence-tests'

    Gabriel Schulhof committed Oct 2, 2012
  5. Merge branch 'master' of github.com:jquery/jquery-mobile

    Gabriel Schulhof committed Oct 2, 2012