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: aadsm/JavaScript-ID3-Reader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: maxkferg/JavaScript-ID3-Reader
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.
  • 7 commits
  • 5 files changed
  • 1 contributor

Commits on Jun 18, 2014

  1. Configuration menu
    Copy the full SHA
    17d5a4b View commit details
    Browse the repository at this point in the history
  2. Remove the HEAD request

    maxkferg committed Jun 18, 2014
    Configuration menu
    Copy the full SHA
    e87d1c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2014

  1. Recompiled Source

    maxkferg committed Jun 19, 2014
    Configuration menu
    Copy the full SHA
    bb81714 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2014

  1. Add Web Worker support

    Remove all references to window and document. Where the usage of
    document is required (IE VB script shims), check that the document
    global exists before referencing it.
    maxkferg committed Jun 21, 2014
    Configuration menu
    Copy the full SHA
    607cfb0 View commit details
    Browse the repository at this point in the history
  2. Add workaround for unknown Content-Length

    After removing the HEAD request the actual content-length of the song is
    unknown. In the readAtom function, the data.getDownloadedBytes() value
    gives a reasonably good estimate for the length of the tag
    maxkferg committed Jun 21, 2014
    Configuration menu
    Copy the full SHA
    9167f04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2c3682 View commit details
    Browse the repository at this point in the history
  4. Recompiled Source

    maxkferg committed Jun 21, 2014
    Configuration menu
    Copy the full SHA
    5ad07bd View commit details
    Browse the repository at this point in the history
Loading