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

Add web worker offloading plugin #1247

Open
wants to merge 76 commits into
base: trunk
Choose a base branch
from
Open

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    6156b4a View commit details
    Browse the repository at this point in the history
  2. Add partytown scripts

    thelovekesh committed May 31, 2024
    Configuration menu
    Copy the full SHA
    6eb93f3 View commit details
    Browse the repository at this point in the history
  3. Add web worker module under javascript scope

    * Web Worker module allows to run scripts within a worker thread with the help of Partytown library.
    thelovekesh committed May 31, 2024
    Configuration menu
    Copy the full SHA
    ee95fda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b21107 View commit details
    Browse the repository at this point in the history
  5. Update tests

    * Replace output buffering with get_echo() function
    * Update creation of expected string of script tag with type="text/partytown"
    thelovekesh committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d3c18b0 View commit details
    Browse the repository at this point in the history
  6. Update tests for Web Worker Module

    * Removed scripts from done items in global $wp_scripts
    thelovekesh committed May 31, 2024
    Configuration menu
    Copy the full SHA
    c73faae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    96ff132 View commit details
    Browse the repository at this point in the history
  8. Fix package-lock file

    thelovekesh committed May 31, 2024
    Configuration menu
    Copy the full SHA
    9fc418b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    90205c3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f5f7738 View commit details
    Browse the repository at this point in the history
  11. Fix grammar

    thelovekesh committed May 31, 2024
    Configuration menu
    Copy the full SHA
    b62deaf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    868c538 View commit details
    Browse the repository at this point in the history
  13. Update module name

    thelovekesh committed May 31, 2024
    Configuration menu
    Copy the full SHA
    f7a7c66 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    45c6dea View commit details
    Browse the repository at this point in the history
  15. Remove partytown files

    - Include partytown library files at plugin release.
    thelovekesh committed May 31, 2024
    Configuration menu
    Copy the full SHA
    716f5e3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5bc2abd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2202bc5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    59fcc25 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    30e77d5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8ef2483 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3c6cf8e View commit details
    Browse the repository at this point in the history
  22. Add method visibility

    thelovekesh committed May 31, 2024
    Configuration menu
    Copy the full SHA
    6610d79 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    419cd93 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a561c59 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b4e2fe3 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f1fc10c View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    87583a7 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    7950cb3 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    4ab5f9d View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    6642c06 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    372abbe View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    636fb16 View commit details
    Browse the repository at this point in the history
  33. Add .eslintignore

    thelovekesh committed May 31, 2024
    Configuration menu
    Copy the full SHA
    59d817b View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    d67aaa8 View commit details
    Browse the repository at this point in the history
  35. Update module description

    thelovekesh committed May 31, 2024
    Configuration menu
    Copy the full SHA
    624b850 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    06f1030 View commit details
    Browse the repository at this point in the history
  37. Add copy-webpack-plugin

    thelovekesh committed May 31, 2024
    Configuration menu
    Copy the full SHA
    a39f626 View commit details
    Browse the repository at this point in the history
  38. Bump @babel/traverse

    thelovekesh committed May 31, 2024
    Configuration menu
    Copy the full SHA
    45a8113 View commit details
    Browse the repository at this point in the history
  39. Update build command

    thelovekesh committed May 31, 2024
    Configuration menu
    Copy the full SHA
    287cf99 View commit details
    Browse the repository at this point in the history
  40. Update package-lock.json

    thelovekesh committed May 31, 2024
    Configuration menu
    Copy the full SHA
    ed95176 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    4e7b66b View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    64bf672 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    c15ac74 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    10aadf6 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    b8c11bb View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    c3ab8fe View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    94b34e5 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    33393bc View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    d956227 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    0796e6b View commit details
    Browse the repository at this point in the history
  51. Add web-worker-offloading

    thelovekesh committed May 31, 2024
    Configuration menu
    Copy the full SHA
    b3dd573 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    41eab36 View commit details
    Browse the repository at this point in the history
  53. Add phpcs.xml.dist

    thelovekesh committed May 31, 2024
    Configuration menu
    Copy the full SHA
    2068a6c View commit details
    Browse the repository at this point in the history
  54. Add web-worker-offloading

    thelovekesh committed May 31, 2024
    Configuration menu
    Copy the full SHA
    7f441a6 View commit details
    Browse the repository at this point in the history
  55. Fix PHPStan errors

    thelovekesh committed May 31, 2024
    Configuration menu
    Copy the full SHA
    fb29731 View commit details
    Browse the repository at this point in the history
  56. Add readme.txt

    thelovekesh committed May 31, 2024
    Configuration menu
    Copy the full SHA
    f932add View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    4d93d0a View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    8f8a8e3 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    447d13a View commit details
    Browse the repository at this point in the history
  60. Remove module test cases

    thelovekesh committed May 31, 2024
    Configuration menu
    Copy the full SHA
    5e0bd31 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    2f82946 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    69dba1d View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    d9ca229 View commit details
    Browse the repository at this point in the history
  64. Revert empty line at EOF

    thelovekesh committed May 31, 2024
    Configuration menu
    Copy the full SHA
    b8e1a2c View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    3ca2c4f View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    68f5d3a View commit details
    Browse the repository at this point in the history
  67. Fix merge conflicts

    thelovekesh committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d8efc7e View commit details
    Browse the repository at this point in the history
  68. Update package-lock.json

    thelovekesh committed May 31, 2024
    Configuration menu
    Copy the full SHA
    a1218f8 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    29bcd58 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    edaa305 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    6208f18 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    0705dd7 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    782455e View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    ff7d759 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

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

Commits on Jul 8, 2024

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