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: ampproject/worker-dom
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.33.0
Choose a base ref
...
head repository: ampproject/worker-dom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.34.0
Choose a head ref
  • 4 commits
  • 13 files changed
  • 4 contributors

Commits on Feb 17, 2022

  1. Update all (#1131)

    Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
    renovate[bot] and renovate[bot] authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    9cff888 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Storage: fix clear and removeItem (#1136)

    * Storage: fix clear and removeItem
    
    The mutations array usually contains an index into StringContext for
    value of key/value in the operation. Historically, "delete" was
    modeled as 0th index into the array. Unfortunately, this didn't make
    sense if the first SET op was genuinely referring to the 0th string
    value (See #1035).
    
    While this fixed the first get/set operation, it also meant that deletes
    were no longer possible! This PR now models the delete operation as a -1
    in the unsigned mutation array, corresponding to 2^16-1.
    
    * dont rely on overflow
    
    * switch to special casing 0-value
    
    * clean up test
    
    * switch to isolating change within LocalStorage processor
    
    * jridgewell found fix
    samouri authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    a6bcd6f View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Update all (#1135)

    Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
    renovate[bot] and renovate[bot] authored Mar 3, 2022
    Configuration menu
    Copy the full SHA
    d27b429 View commit details
    Browse the repository at this point in the history
  2. 0.34.0

    samouri committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    928c0fd View commit details
    Browse the repository at this point in the history
Loading