Skip to content
Snippets Groups Projects
  1. Apr 27, 2017
  2. Apr 26, 2017
  3. Apr 25, 2017
  4. Apr 24, 2017
  5. Apr 21, 2017
  6. Apr 20, 2017
  7. Apr 18, 2017
    • André Bargull's avatar
      Optimize decodeURI/encodeURI tests (#987) · 94f6003d
      André Bargull authored
      * Move decimalToHexString into harness instead of duplicating it in multiple files
      
      * Optimize decimalToHexString and support numbers greater than 65535
      
      * Replace alternative decimalToHexString function with include for decimalToHexString.js
      
      * Add decimalToHex2String to return the string representation of a two-digit hex-number
      
      * Replace decimalToHex2String with decimalToPercentHexString to return the percent hex-encoded string of a two-digit hex-number
      
      * Replace two String.fromCharCode calls with a single call
      
      * Further reduce string concatentations in decodeURI[Component] tests
      
      * Remove unnecessary Test262Error error handling in catch-clauses
      
      * Remove try/catch wrappings in decodeURI/encodeURI tests
      94f6003d
    • Mathias Bynens's avatar
    • Mike Pennisi's avatar
      Add omitted license information · a61efb51
      Mike Pennisi authored
      As the author of these files, I can verify that they were contributed in
      2015 on behalf of the V8 project.
      a61efb51
    • Mike Pennisi's avatar
      Correct typo in copyright information · 2c0c3e7f
      Mike Pennisi authored
      2c0c3e7f
    • jugglinmike's avatar
      Reference `requirements.txt` file in CI (#983) · 33350345
      jugglinmike authored
      Installing dependencies using this file increases parity between the CI
      and development environment. Because the file explicitly specifies a
      version of the package to be installed, this approach also produces more
      predictable results overall.
      33350345
  8. Apr 17, 2017
  9. Apr 15, 2017
  10. Apr 14, 2017
  11. Apr 13, 2017
Loading