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: modernweb-dev/web
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @web/dev-server@0.3.3
Choose a base ref
...
head repository: modernweb-dev/web
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @web/dev-server@0.3.4
Choose a head ref
  • 12 commits
  • 28 files changed
  • 4 contributors

Commits on Aug 29, 2023

  1. fix (test-runner-chrome): return inner timer result

    Since we patched these timer methods, we forgot to return the actual
    timer result (e.g. `requestIdleCallback` returns a number).
    
    This breaks all sorts of code right now which depends on a number being
    returned (e.g. for debouncers and what not).
    43081j committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    3dadabb View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. feat: raise-up the maxSessionMemory of the http2 server from 10 to 20

    - avoid the ERR_HTTP2_PROTOCOL_ERROR when a large amount of files are served
    GabrielDelepine committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    7f0f431 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    dba426c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    186e58f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2464 from GabrielDelepine/feat/http2_max_session_…

    …memory
    
    Avoid network errors when a large number of files are served with http2 ERR_HTTP2_PROTOCOL_ERROR
    koddsson authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    a363710 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2483 from koddsson/skip-flaky-test-in-windows

    Increase timeout for serialise/deserialise tests
    koddsson authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    d0959dc View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    58974e2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2430 from 43081j/patch-patch

    fix (test-runner-chrome): return inner timer result
    koddsson authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    5ce3b3f View commit details
    Browse the repository at this point in the history
  3. add missing changeset

    koddsson committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    165c813 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2487 from koddsson/add-missing-changeset

    Add missing changeset
    koddsson authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    a643655 View commit details
    Browse the repository at this point in the history
  5. Version Packages

    github-actions[bot] committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    b7da719 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78a16ff View commit details
    Browse the repository at this point in the history
Loading