Skip to content
Snippets Groups Projects
  1. Aug 30, 2012
  2. Aug 29, 2012
  3. Aug 27, 2012
    • Dan Callahan's avatar
      Add note-to-ourselves re: onready's deprecation · 231a58bc
      Dan Callahan authored
      onready is in a weird state of limbo: we know we're going to deprecate it, we
      know what we're going to replace it with, and we know we want to discourage its
      use for the moment, but we haven't actually planned, implemented, or announced
      its replacement.
      
      We haven't announced its deprecation, either.
      
      Adding two small comments in-code to ensure that we don't inadvertantly remove
      this without giving RPs proper notice. After all, if onready stops firing, we
      seriously break sites that rely on it.
      
      See GH-2017 for more info.
      231a58bc
  4. Aug 24, 2012
  5. Aug 23, 2012
  6. Aug 22, 2012
  7. Aug 21, 2012
  8. Aug 20, 2012
    • Sean McArthur's avatar
      fix calling id.watch() from the head · f94a3b40
      Sean McArthur authored
      stores loggedInUser into a local variable, and notifies
      the Channel whenever it finally builds
      
      fixes #2252
      f94a3b40
    • jared hirsch's avatar
      Merge pull request #2365 from klrmn/bidpom_credentials · 1c40039e
      jared hirsch authored
      remove need for --email and --password in bidpom tests
      1c40039e
    • jared hirsch's avatar
      Merge pull request #2366 from mozilla/klrmn_runpy_enhancements · 7a75c598
      jared hirsch authored
      run.py updates,rebased (was pull request 2338)
      7a75c598
    • Leah Klearman's avatar
      many updates to run.py · 724576ba
      Leah Klearman authored
          * comment that i think it will work with python 2.6
          * write out a credentials.yaml file if it doesn't exist
          * save results to different folders so you end up with all of them
          rather than just the most recently finished
      
          put in missing comma
      
          it was causing a file "-.html" to be created
      
          pull out sauce and globalize no proxy
      
          no more StaleElementException, hopefully
      
          rework --everywhere
      
          since it probably maxes out at 3 browsers, removed the limitation about
          doing --all and --everywhere at the same time
      
          changed python version limitation to 2.6
      
          update README to warn people about python on windows
      
          append .exe to program names so they can be found on windows
      
          run.py now runs well on windows and -e calls both FF and Chrome
      
          IEDriver does not provide a clean environment, tests will Error from
          the second run
          Opera does not have a local WebDriver implementation.
      724576ba
    • Leah Klearman's avatar
      remove need for --email and --password in bidpom tests · d305b26f
      Leah Klearman authored
      all tests can be run by travis now
      d305b26f
Loading