Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mhy2891/prototype
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: prototypejs/prototype
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 15 files changed
  • 4 contributors

Commits on Dec 6, 2016

  1. Configuration menu
    Copy the full SHA
    e94afda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92e36a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2017

  1. Merge pull request prototypejs#325 from sdumitriu/license-vs-compressor

    Mark the copyright header so that it isn't removed by YUI compressor
    savetheclocktower authored Apr 8, 2017
    Configuration menu
    Copy the full SHA
    6192914 View commit details
    Browse the repository at this point in the history
  2. Ensure Ajax.activeRequestCount decrements even if an exception is thr…

    …own in an `onComplete` callback. (close prototypejs#324)
    savetheclocktower committed Apr 8, 2017
    Configuration menu
    Copy the full SHA
    484287d View commit details
    Browse the repository at this point in the history
  3. Don’t set a default Content-Type on an Ajax.Request if the user spe…

    …cifies a falsy `contentType` option. (Closes prototypejs#313)
    savetheclocktower committed Apr 8, 2017
    Configuration menu
    Copy the full SHA
    f63d7f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5140d0c View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2017

  1. Default to re-throwing errors that occur inside of Ajax callbacks, ra…

    …ther than silently ignoring them. To restore the old behavior, pass in an empty function to `onException`. (Closes prototypejs#302)
    savetheclocktower committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    63a0174 View commit details
    Browse the repository at this point in the history
  2. Merge pull request prototypejs#326 from sdumitriu/XWIKI-8193

    Minor changes to prototype.js to make it more rewrite-friendly
    savetheclocktower authored Apr 9, 2017
    Configuration menu
    Copy the full SHA
    a4ceb5b View commit details
    Browse the repository at this point in the history
  3. Ensure String#extractScripts and String#evalScripts ignore `SCRIP…

    …T` tags with a `type` attribute set to a non-JavaScript MIME-type. (Closes prototypejs#304)
    savetheclocktower committed Apr 9, 2017
    Configuration menu
    Copy the full SHA
    9e78eff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b3cb4a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4494c23 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dee2f7d View commit details
    Browse the repository at this point in the history
Loading