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

Implement speculative prerendering #13616

Draft
wants to merge 44 commits into
base: main
Choose a base branch
from

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    7d3ccaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fbdbe7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b11a77a View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Remove the Admin namespace

    Swanand01 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    99052d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25db67a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b652865 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54990f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ace9622 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Use elseif instead of if

    Swanand01 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    68a6acf View commit details
    Browse the repository at this point in the history
  2. Add test for load_rules

    Swanand01 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    7c9ba61 View commit details
    Browse the repository at this point in the history
  3. Fix: Update priority to 10

    Swanand01 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d6f2216 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1967e6c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7342b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    737b6f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d13e6a View commit details
    Browse the repository at this point in the history
  8. Revert: Make print_rules and get_rules private

    Also remove URLs for archive page
    Swanand01 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    afd008c View commit details
    Browse the repository at this point in the history
  9. Add tests for get_rules

    Swanand01 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    289baa4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d77c251 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

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

Commits on Apr 22, 2024

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

Commits on Apr 30, 2024

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

Commits on May 2, 2024

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

Commits on May 9, 2024

  1. Update Speculation_Rules.php

    - Remove the Dashboard injection
    - Hook print_rules into admin_footer and wp_footer.
    - Remove generate_matches, get_matches_for_page and load_rules
    - In get_rules() add an apply_filters() call
    Swanand01 committed May 9, 2024
    Configuration menu
    Copy the full SHA
    f4c9750 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e85b4dc View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Update test for get_rules

    Swanand01 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8ac8d38 View commit details
    Browse the repository at this point in the history
  2. Add test for print_rules

    Swanand01 committed May 10, 2024
    Configuration menu
    Copy the full SHA
    cbe2537 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Fix indentation

    Swanand01 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    7e09c83 View commit details
    Browse the repository at this point in the history
  2. Add the since tag

    Swanand01 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    354e306 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    118cc79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d65d2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5e54c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55ca62f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b558a6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b948dc1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    566a73f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7d1c4ff View commit details
    Browse the repository at this point in the history
  11. SImplify rules in test

    Swanand01 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0af6756 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Skip flaky test

    Swanand01 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    56f19cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18199a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33b5c38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30361eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    422dd67 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

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

Commits on Jun 17, 2024

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