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

Initial resource timing integration. #1185

Merged
merged 30 commits into from
Mar 25, 2021

Commits on Mar 24, 2021

  1. Initial resource timing integration.

    Created a "fetch timing info" struct to hold the bookkeeping
    necessary for resource timing.
    
    Populated it with some of the required values, leaving some of
    them for later patches as this is a big undertaking.
    
    See w3c/resource-timing#252
    noamr committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    eab35fc View commit details
    Browse the repository at this point in the history
  2. Update fetch.bs

    Co-authored-by: Anne van Kesteren <annevk@annevk.nl>
    noamr and annevk committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    10e38a6 View commit details
    Browse the repository at this point in the history
  3. Export record-connection-info

    noamr committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    eef448c View commit details
    Browse the repository at this point in the history
  4. Use 'process response done'

    noamr committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    5443e33 View commit details
    Browse the repository at this point in the history
  5. Inline 'retrieve'

    noamr committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    b3596b6 View commit details
    Browse the repository at this point in the history
  6. nits

    noamr committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    ce450d1 View commit details
    Browse the repository at this point in the history
  7. More PR nits

    noamr committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    d5e66be View commit details
    Browse the repository at this point in the history
  8. Queue

    noamr committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    afd13c8 View commit details
    Browse the repository at this point in the history
  9. Decapitalize

    noamr committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    37a8823 View commit details
    Browse the repository at this point in the history
  10. Attempt to fix build

    noamr committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    262fe00 View commit details
    Browse the repository at this point in the history
  11. Attempt to fix build

    noamr committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    aafbb76 View commit details
    Browse the repository at this point in the history
  12. Attempt to fix build

    noamr committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    3ea8d88 View commit details
    Browse the repository at this point in the history
  13. Fix nit

    noamr committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    c6a5173 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ffdc894 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    00a20e0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    69ee50c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d0c2d56 View commit details
    Browse the repository at this point in the history
  18. Fix typo

    noamr committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    1e82d9f View commit details
    Browse the repository at this point in the history
  19. Fix nit

    noamr committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    cb1fb7c View commit details
    Browse the repository at this point in the history
  20. Added a note about 10x

    noamr committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    699875f View commit details
    Browse the repository at this point in the history
  21. nits + TODOs

    annevk authored and noamr committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    dddf4e0 View commit details
    Browse the repository at this point in the history
  22. address CI issues

    annevk authored and noamr committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    470e9cf View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b111631 View commit details
    Browse the repository at this point in the history
  24. coarsen times early

    annevk authored and noamr committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    21e258c View commit details
    Browse the repository at this point in the history
  25. put connection timings under Connections

    annevk authored and noamr committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    8fddbb6 View commit details
    Browse the repository at this point in the history
  26. Simplify redirects

    noamr committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    b37ef51 View commit details
    Browse the repository at this point in the history
  27. Update fetch.bs

    Co-authored-by: Anne van Kesteren <annevk@annevk.nl>
    noamr and annevk authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    ce317dc View commit details
    Browse the repository at this point in the history
  28. trigger GitHub actions

    noamr committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    2b6e0cc View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Address remaining issues

    annevk committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    52fd63b View commit details
    Browse the repository at this point in the history
  2. nits

    annevk committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    66772da View commit details
    Browse the repository at this point in the history