Skip to content
Snippets Groups Projects
  1. Dec 19, 2019
  2. Dec 03, 2019
  3. Jul 10, 2019
  4. Jul 05, 2019
  5. May 24, 2019
  6. Jan 17, 2019
  7. Feb 28, 2019
  8. Oct 19, 2018
  9. Oct 16, 2018
  10. Apr 04, 2018
  11. Mar 21, 2018
    • Sebastian Hengst's avatar
      Backed out 5 changesets (bug 1446676) for timeouts in talos-chrome-profiling on OS X. a=backout · 65d6e8f7
      Sebastian Hengst authored
      Backed out changeset 5d3eb0526d8b (bug 1446676)
      Backed out changeset d6bda91c66d6 (bug 1446676)
      Backed out changeset 71d65d6b6499 (bug 1446676)
      Backed out changeset aabfc0197692 (bug 1446676)
      Backed out changeset ad8214a6cf04 (bug 1446676)
      
      --HG--
      rename : services/sync/tps/extensions/tps/bootstrap.js => services/sync/tps/extensions/tps/components/tps-cmdline.js
      rename : testing/talos/talos/pageloader/bootstrap.js => testing/talos/talos/pageloader/components/tp-cmdline.js
      rename : testing/talos/talos/startup_test/sessionrestore/addon/bootstrap.js => testing/talos/talos/startup_test/sessionrestore/addon/SessionRestoreTalosTest.js
      rename : testing/talos/talos/talos-powers/bootstrap.js => testing/talos/talos/talos-powers/components/TalosPowersService.js
      rename : tools/quitter/bootstrap.js => tools/quitter/QuitterObserver.js
      65d6e8f7
  12. Mar 17, 2018
    • Kris Maglione's avatar
      Bug 1446676: Part 2 - Update non-overlay automation extensions to be bootstrapped. r=Mossop · 946e1ef0
      Kris Maglione authored
      In order to remove support for non-bootstrapped extensions, the remaining test
      automation extensions need to be migrated to bootstrapped extensions. These
      extensions all work by loading a single component, either with a
      profile-after-change or command line handler. This is a straightforward
      conversion of those components to bootstrap.js scripts.
      
      MozReview-Commit-ID: 5uyNSqRPIVR
      
      --HG--
      rename : services/sync/tps/extensions/tps/components/tps-cmdline.js => services/sync/tps/extensions/tps/bootstrap.js
      rename : testing/talos/talos/pageloader/components/tp-cmdline.js => testing/talos/talos/pageloader/bootstrap.js
      rename : testing/talos/talos/startup_test/sessionrestore/addon/SessionRestoreTalosTest.js => testing/talos/talos/startup_test/sessionrestore/addon/bootstrap.js
      rename : testing/talos/talos/talos-powers/components/TalosPowersService.js => testing/talos/talos/talos-powers/bootstrap.js
      rename : tools/quitter/QuitterObserver.js => tools/quitter/bootstrap.js
      extra : rebase_source : 738264d0ec8701aa5cf93c6dac958d88756c1e55
      extra : source : 71d65d6b64997bc608a1cb3c924be35bbd460b39
      946e1ef0
  13. Mar 01, 2018
  14. Mar 17, 2018
    • Kris Maglione's avatar
      Bug 1446676: Part 2 - Update non-overlay automation extensions to be bootstrapped. r=Mossop · c69ba360
      Kris Maglione authored
      In order to remove support for non-bootstrapped extensions, the remaining test
      automation extensions need to be migrated to bootstrapped extensions. These
      extensions all work by loading a single component, either with a
      profile-after-change or command line handler. This is a straightforward
      conversion of those components to bootstrap.js scripts.
      
      MozReview-Commit-ID: 5uyNSqRPIVR
      
      --HG--
      rename : services/sync/tps/extensions/tps/components/tps-cmdline.js => services/sync/tps/extensions/tps/bootstrap.js
      rename : testing/talos/talos/pageloader/components/tp-cmdline.js => testing/talos/talos/pageloader/bootstrap.js
      rename : testing/talos/talos/startup_test/sessionrestore/addon/SessionRestoreTalosTest.js => testing/talos/talos/startup_test/sessionrestore/addon/bootstrap.js
      rename : testing/talos/talos/talos-powers/components/TalosPowersService.js => testing/talos/talos/talos-powers/bootstrap.js
      rename : tools/quitter/QuitterObserver.js => tools/quitter/bootstrap.js
      extra : rebase_source : 2df7dce1afe4e9e4054d12adfc1553e5f5d417e2
      c69ba360
  15. Mar 26, 2018
  16. Mar 01, 2018
    • Sebastian Hengst's avatar
      Backed out 6 changesets (bug 888600) for beta simulation failures: build... · 3a106440
      Sebastian Hengst authored
      Backed out 6 changesets (bug 888600) for beta simulation failures: build bustage on Linux and Windows opt (bug 1442036) and devtools failure browser_net_view-source-debugger.js (bug 1441961). a=backout
      
      Backed out changeset 83c87140dc3d (bug 888600)
      Backed out changeset 2efb9b1753f6 (bug 888600)
      Backed out changeset af5303781961 (bug 888600)
      Backed out changeset 79ef59047e63 (bug 888600)
      Backed out changeset 30d568d628dd (bug 888600)
      Backed out changeset c7bd4c6c9741 (bug 888600)
      
      --HG--
      extra : histedit_source : 791b22f6770f4fead2f909478a93d65d85829fe0%2Cbb387309e90f53e1dde45dcf8cf4ebedcc6e5c5e
      3a106440
  17. Feb 22, 2018
  18. Feb 06, 2018
    • Andrew McCreight's avatar
      Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian · 5dec0e0b
      Andrew McCreight authored
      This patch was autogenerated by my decomponents.py
      
      It covers almost every file with the extension js, jsm, html, py,
      xhtml, or xul.
      
      It removes blank lines after removed lines, when the removed lines are
      preceded by either blank lines or the start of a new block. The "start
      of a new block" is defined fairly hackily: either the line starts with
      //, ends with */, ends with {, <![CDATA[, """ or '''. The first two
      cover comments, the third one covers JS, the fourth covers JS embedded
      in XUL, and the final two cover JS embedded in Python. This also
      applies if the removed line was the first line of the file.
      
      It covers the pattern matching cases like "var {classes: Cc,
      interfaces: Ci, utils: Cu, results: Cr} = Components;". It'll remove
      the entire thing if they are all either Ci, Cr, Cc or Cu, or it will
      remove the appropriate ones and leave the residue behind. If there's
      only one behind, then it will turn it into a normal, non-pattern
      matching variable definition. (For instance, "const { classes: Cc,
      Constructor: CC, interfaces: Ci, utils: Cu } = Components" becomes
      "const CC = Components.Constructor".)
      
      MozReview-Commit-ID: DeSHcClQ7cG
      
      --HG--
      extra : rebase_source : d9c41878036c1ef7766ef5e91a7005025bc1d72b
      5dec0e0b
  19. Feb 07, 2018
  20. Jan 29, 2018
  21. Jan 30, 2018
  22. Jan 29, 2018
  23. Jan 30, 2018
  24. Jan 29, 2018
  25. Jan 25, 2018
  26. Jan 24, 2018
  27. Nov 23, 2017
  28. Nov 30, 2017
  29. May 01, 2017
  30. Aug 25, 2017
  31. Jan 11, 2017
  32. Apr 14, 2017
  33. Jul 14, 2016
    • Tom Tromey's avatar
      Bug 1286877 - do not set c-basic-offset for python-mode; r=gps · 5538d692
      Tom Tromey authored
      This removes the unnecessary setting of c-basic-offset from all
      python-mode files.
      
      This was automatically generated using
      
          perl -pi -e 's/; *c-basic-offset: *[0-9]+//'
      
      ... on the affected files.
      
      The bulk of these files are moz.build files but there a few others as
      well.
      
      MozReview-Commit-ID: 2pPf3DEiZqx
      
      --HG--
      extra : rebase_source : 0a7dcac80b924174a2c429b093791148ea6ac204
      5538d692
Loading