Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ace "next" (1.2 beta) - Electron and Puppeteer Axe runners, NPM package updates #314

Merged
merged 195 commits into from
Apr 8, 2021

Commits on May 5, 2019

  1. Fresh Yarn install (rm -rf node_modules && yarn) which basically cons…

    …ists in yarn upgrade (semantic versioning minor updates)
    danielweck committed May 5, 2019
    Configuration menu
    Copy the full SHA
    3d70cbc View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. Yarn update

    danielweck committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    4057d97 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Configuration menu
    Copy the full SHA
    74b7a3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44a65d2 View commit details
    Browse the repository at this point in the history
  3. Yarn lock refreshed, yarn cache clean && rm -rf packages/*/lib && rm …

    …-rf node_modules && rm -rf packages/*/node_modules && rm yarn.lock && yarn install && yarn build && yarn test
    danielweck committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    5fe2e4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    207a86b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e77aff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae44265 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a1193a8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d7b6945 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. Configuration menu
    Copy the full SHA
    e9bec87 View commit details
    Browse the repository at this point in the history
  2. correct NPM versions

    danielweck committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    a9b4078 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d62aca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75e694d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a333d76 View commit details
    Browse the repository at this point in the history
  6. updated Jest to latest version, unit test runner now for the Axe Elec…

    …tron and Puppeteer implementations
    danielweck committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    7982134 View commit details
    Browse the repository at this point in the history
  7. NPM package updates

    danielweck committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    cce9d7b View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. Configuration menu
    Copy the full SHA
    09f32f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52a4ccc View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Configuration menu
    Copy the full SHA
    3984d82 View commit details
    Browse the repository at this point in the history
  2. Yarn update

    danielweck committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    e58a570 View commit details
    Browse the repository at this point in the history
  3. NPM updates (including major semver) to align with Ace GUI / avoid bu…

    …ndling packages with different versions
    danielweck committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    0b38b6b View commit details
    Browse the repository at this point in the history
  4. Yarn update

    danielweck committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    636525d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. Configuration menu
    Copy the full SHA
    708bb7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    056ee93 View commit details
    Browse the repository at this point in the history
  3. Electron is a dev NPM dep

    danielweck committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    0f520ff View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Configuration menu
    Copy the full SHA
    f38f87d View commit details
    Browse the repository at this point in the history
  2. Yarn refresh

    danielweck committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    f611228 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Configuration menu
    Copy the full SHA
    1f30fd3 View commit details
    Browse the repository at this point in the history
  2. Yarn NPM update

    danielweck committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    a9cbd7f View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Configuration menu
    Copy the full SHA
    536b56b View commit details
    Browse the repository at this point in the history
  2. NPM updates

    danielweck committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    532d7ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c98284 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Configuration menu
    Copy the full SHA
    8cc3afa View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. Configuration menu
    Copy the full SHA
    66e1839 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. Configuration menu
    Copy the full SHA
    d5ae404 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a9d96a View commit details
    Browse the repository at this point in the history
  3. fix: Electron Axe Runner had an aggressive timeout fallback, resultin…

    …g in false negatives (document check failure) with large XHTML files or when many image, etc. to analyze by Axe (Fixes #263)
    danielweck committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    64e34b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Configuration menu
    Copy the full SHA
    1292e80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0599f08 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. NPM package update

    danielweck committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    6d12394 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. fix: proper correct fix for the timeout mechanism to detect stalled E…

    …lectron browser windows, or Axe taking too long, etc. (Fixes #263)
    danielweck committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    368f8c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0ca208 View commit details
    Browse the repository at this point in the history
  3. fix: Electron Axe runner does not need to rename non- XHTML/HTML file…

    …s (e.g. EPUB2 XML), which is a bogus approach anyway as this breaks relative paths for images, CSS, etc.
    danielweck committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    765790a View commit details
    Browse the repository at this point in the history
  4. fix: Electron Axe runner was timing-out in random edge-case for some …

    …EPUBs, due to the window not finishing loading its contents. This is now fixed by reloading the document to give the BrowserWindow another chance
    danielweck committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    dc71e4c View commit details
    Browse the repository at this point in the history
  5. fix: Electron CLI unit test passes the .xml vs. html/xhtml test (unli…

    …ke Puppeteer Axe runner which requires moving/renaming the spine items)
    danielweck committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    446d3e5 View commit details
    Browse the repository at this point in the history
  6. feat: minor NPM updates

    danielweck committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    b015fbe View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. NPM dependency management made simpler: ncu script to scan each monor…

    …epo package. Also took the opportunity to update Yarn lockfile
    danielweck committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    a441ca5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9f04cc View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2019

  1. feat(internal): Winston logger can be initialized with different file…

    …name than default (useful for Ace App / ace-gui)
    danielweck committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    134e011 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffc4088 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. NPM updates

    danielweck committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    449df93 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. Configuration menu
    Copy the full SHA
    08140d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Yarn / NPM package dependency updates (excluding uuidv4 and conf whic…

    …h may introduce breaking changes to Ace, for no immediate benefit)
    danielweck committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    822212d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da36c87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72047a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. NPM package updates

    danielweck committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    77c0e16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30c0627 View commit details
    Browse the repository at this point in the history
  3. each Ace NodeJS process instance (CLI or HTTP or programmatic like th…

    …e unit tests) creates its own log file with UTC date and UUID, and scans the log folder to delete files older than 5mn (configurable initLogger params, unit tests actually use 1mn). If file deletion fails / throws, we ignore the error (could be concurrent access to the file, maybe still open in read/write mode by another process). The previous behaviour was to delete immediately before writing into a fresh log file, which obviously could create issues on some filesystems, and notably due to concurrent Ace execution.
    danielweck committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    bbfc03a View commit details
    Browse the repository at this point in the history
  4. fixed typo

    danielweck committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    7ab88cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e2f8b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2019

  1. Configuration menu
    Copy the full SHA
    7171f8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60b530e View commit details
    Browse the repository at this point in the history
  3. version bumps

    danielweck committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    b8e0341 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4cd99df View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Configuration menu
    Copy the full SHA
    7a37525 View commit details
    Browse the repository at this point in the history
  2. version bumps

    danielweck committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    097a97a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c061bb7 View commit details
    Browse the repository at this point in the history
  4. added code comments to explain why we're not migrating from i18next v…

    …17.3.1 to v18.0.0 (async changeLanguage() okay for UI re-render, but would break sync CLI workflow)
    danielweck committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    b94fcd3 View commit details
    Browse the repository at this point in the history
  5. semver major NPM package upgrade Puppeteer 2.0.0 (drop support for No…

    …deJS v6, v8 minimum ... just like Ace :)
    danielweck committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    1699a24 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b39d6c4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d5e25f View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2019

  1. Configuration menu
    Copy the full SHA
    ee1a35d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d143bb View commit details
    Browse the repository at this point in the history
  3. added shell script to execute Puppeteer and Electron Axe runners in v…

    …ersbose mode, whilst comparing performance timing and JSON ouput diff
    danielweck committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    86c1d18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    009142f View commit details
    Browse the repository at this point in the history
  5. version bump 1.2.0-beta.5

    danielweck committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    5d272be View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Configuration menu
    Copy the full SHA
    12acadb View commit details
    Browse the repository at this point in the history
  2. renamed test files in order to eliminate the possibility of Unicode c…

    …har discrepancy from MacOS to another platform
    danielweck committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    33658c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    674351f View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2019

  1. Configuration menu
    Copy the full SHA
    4583624 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Configuration menu
    Copy the full SHA
    20cd2dc View commit details
    Browse the repository at this point in the history
  2. NPM package updates

    danielweck committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    d93283f View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2019

  1. Configuration menu
    Copy the full SHA
    9e6722e View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Yarn lockfile refresh

    danielweck committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    093ab64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba5b379 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    274f35d View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Configuration menu
    Copy the full SHA
    0d04a32 View commit details
    Browse the repository at this point in the history
  2. version bump 1.2.0-beta.6

    danielweck committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    a3387d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. added ability to unzip EPUB into a particular folder, rather than TMP…

    … with arbitrary garbage collection (this is needed for Ace App/GUI metadata editor)
    danielweck committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    f030251 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Configuration menu
    Copy the full SHA
    af2b662 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4cadb7 View commit details
    Browse the repository at this point in the history
  3. TravisCI NodeJS matrix LTS(12) + latest(13) + v10 (v8 not compatible …

    …with mkdirp, well ... "Drop support for outdated Node.js versions. (Technically still works on Node.js v8, but only 10 and above are officially supported.)" see https://github.com/isaacs/node-mkdirp/blob/master/CHANGELOG.md )
    danielweck committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    4af13c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    872ebef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    247eba3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff665fd View commit details
    Browse the repository at this point in the history
  7. fixes: metadata link was parsing rel attribute, not property attribut…

    …e + EPUB2 metadata name/content pairs were not parsed + added certifierReport in addition to conformsTo (special metadata/link case) + added missing description fields to HTML report (otherwise violations are reported with insufficient information to remediate) + added missing a11y:certifierCredential reporting
    danielweck committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    0d7379a View commit details
    Browse the repository at this point in the history
  8. avoid using XPath expressions starting with // (XML grammar is strict…

    …, so let's optimize the path queries)
    danielweck committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    325f75b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    121e9a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. added missing Schema.org allowed values for a11y metadata (to be veri…

    …fied / cross-checked with the DAISY Knowledge Base 's recommended values)
    danielweck committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    35cb269 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95407e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. npm package updates

    danielweck committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    3e735a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ecfac2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16dd7c0 View commit details
    Browse the repository at this point in the history
  4. Electron app.allowRendererProcessReuse console message removal (depre…

    …cation notice) in both unit tests CLI and regular
    danielweck committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    84e90bc View commit details
    Browse the repository at this point in the history
  5. updated XMLDOM NPM package

    danielweck committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    f6e204b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e8ff5a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b962f18 View commit details
    Browse the repository at this point in the history
  8. Removed obsolete Snyk file

    danielweck committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    98490fe View commit details
    Browse the repository at this point in the history
  9. script to check package dependencies versions (discrepancies between …

    …top and sub-level node_modules)
    danielweck committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    ac07e48 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Configuration menu
    Copy the full SHA
    7346620 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    700de03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9dcfc9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72c8ded View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa910e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1af01c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc85eb1 View commit details
    Browse the repository at this point in the history
  8. Yarn update

    danielweck committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    00b2622 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3e1c695 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    afc7e11 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    33d9189 View commit details
    Browse the repository at this point in the history
  12. build script updates

    danielweck committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    c5c2954 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. NPM package updates, added Axe rules HTML dump, moved utility package…

    …/publish scripts into dedicated folder
    danielweck committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    99aae8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41b122b View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Configuration menu
    Copy the full SHA
    0e4cfb6 View commit details
    Browse the repository at this point in the history
  2. when Ace processing fails somewhere in the chain of promises, the err…

    …or is forwarded to the root call (was returning empty report, considered a non-failure)
    danielweck committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    3750ab6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4570f4 View commit details
    Browse the repository at this point in the history
  4. Axe timeout now even more generous: 8 minutes (this is for the Electr…

    …on runner, Puppeteer seems to have no time limit).
    danielweck committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    40d0a40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc295f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. fixed checker for accessibility metadata, especially accessModeSuffic…

    …ient which accepts comma-separated values (added unit tests to match checking rules)
    danielweck committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    158d59b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    912caa2 View commit details
    Browse the repository at this point in the history
  3. moved utility scripts

    danielweck committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    c04fa5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1789b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d985b46 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    caccfa7 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Configuration menu
    Copy the full SHA
    6c0bb02 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Configuration menu
    Copy the full SHA
    26ca3e0 View commit details
    Browse the repository at this point in the history
  2. NPM package update (conf)

    danielweck committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    7ac64f7 View commit details
    Browse the repository at this point in the history
  3. added unit test for accessibilityFeature MathML vs mathML case sensit…

    …ivity (applies to all key/values combinations, just using MathML as an example)
    danielweck committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    7ffe98d View commit details
    Browse the repository at this point in the history
  4. fixes metadata value formatting (multiple values separated by pipe ch…

    …aracter + handling of URL links as values)
    danielweck committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    46db320 View commit details
    Browse the repository at this point in the history
  5. displayTransformability and highContrastAudio accessibility metadata …

    …can take extensions, here we hard-code a few as per the W3C Web Schema example/typical values, but will need to be flexible, even in autocomplete Ace App GUI
    danielweck committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    f7bd65f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9551530 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Configuration menu
    Copy the full SHA
    6d4871b View commit details
    Browse the repository at this point in the history
  2. version bump 1.2.0-beta.9

    danielweck committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    1484266 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. chore(NPM): Yarn package updates, Jest Electron Jasmine runner tempor…

    …ary patched until a fix is officially released. Notably: Puppeteer upgrade!
    danielweck committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    1d0e34b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea1dd50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e147bb8 View commit details
    Browse the repository at this point in the history
  4. version bump 1.2.0-beta.10

    danielweck committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    eccacd1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d720c2e View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Configuration menu
    Copy the full SHA
    e6ec006 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4400e2e View commit details
    Browse the repository at this point in the history
  3. NPM package updates

    danielweck committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    464c1a5 View commit details
    Browse the repository at this point in the history
  4. version bump 1.2.0 beta 11

    danielweck committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    b26a52d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ed3004 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f6bad2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b872de0 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Configuration menu
    Copy the full SHA
    1c214bd View commit details
    Browse the repository at this point in the history
  2. NPM package updates

    danielweck committed May 8, 2020
    Configuration menu
    Copy the full SHA
    fe1fdea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cf1296 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b81cb0c View commit details
    Browse the repository at this point in the history
  5. debugging TravisCI #322

    danielweck committed May 8, 2020
    Configuration menu
    Copy the full SHA
    ba7ee87 View commit details
    Browse the repository at this point in the history
  6. fixed typo (Travis test)

    danielweck committed May 8, 2020
    Configuration menu
    Copy the full SHA
    a076b6d View commit details
    Browse the repository at this point in the history
  7. another Travis attempt

    danielweck committed May 8, 2020
    Configuration menu
    Copy the full SHA
    78d7288 View commit details
    Browse the repository at this point in the history
  8. TravisCI checks

    danielweck committed May 8, 2020
    Configuration menu
    Copy the full SHA
    34306a0 View commit details
    Browse the repository at this point in the history
  9. Travis patch experiment

    danielweck committed May 8, 2020
    Configuration menu
    Copy the full SHA
    abb853b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e6d39b6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5178504 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a6fbed4 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. Configuration menu
    Copy the full SHA
    cf89618 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. NPM package updates, Axe Core 4.1.1 (updated rules) + in-progress DAI…

    …SY fork in order to patch more reliably (listitem roles, doc-biblio, etc.)
    danielweck committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    4db8715 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Configuration menu
    Copy the full SHA
    b089999 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    396f83d View commit details
    Browse the repository at this point in the history
  2. Electron runner now leverages code ERR_BLOCKED_BY_CLIENT -20 via brow…

    …serWindow.webContents.session.webRequest.onBeforeRequest to reject external webpages, such as iframes that attempt to load login forms, etc.
    danielweck committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    c1cb9db View commit details
    Browse the repository at this point in the history
  3. Puppeteer runner now reject external webpages, such as iframes that a…

    …ttempt to load login forms, etc.
    danielweck committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    64439a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c89708e View commit details
    Browse the repository at this point in the history
  5. NPM package updates

    danielweck committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    9283b9b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e71930 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. NPM package updates

    danielweck committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    2eb8d7a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Configuration menu
    Copy the full SHA
    e462ebc View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Configuration menu
    Copy the full SHA
    5be72b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1a10d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    152a2dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae06fa5 View commit details
    Browse the repository at this point in the history
  5. NPM package updates

    danielweck committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    fe9c924 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05ad3db View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Configuration menu
    Copy the full SHA
    d20ef64 View commit details
    Browse the repository at this point in the history
  2. DAISY-Axe NPM dependency

    danielweck committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    33ba4f7 View commit details
    Browse the repository at this point in the history
  3. correct DAISY-Axe require

    danielweck committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    5bf855c View commit details
    Browse the repository at this point in the history
  4. PR #323

    danielweck committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    9cbff51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11c5d2c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b58118 View commit details
    Browse the repository at this point in the history
  7. Axe update

    danielweck committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    a06d729 View commit details
    Browse the repository at this point in the history
  8. DAISY-Axe landmark unique

    danielweck committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    358a668 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Configuration menu
    Copy the full SHA
    e6b5fa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64cc6ae View commit details
    Browse the repository at this point in the history