-
Notifications
You must be signed in to change notification settings - Fork 5
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
upstream: Merge upstream commits up to 609b7fac79a552f746dc880a28927dee382cd082 #220
upstream: Merge upstream commits up to 609b7fac79a552f746dc880a28927dee382cd082 #220
Commits on May 22, 2024
-
Version Packages (alpha) (rrweb-io#1453)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 81c54ab - Browse repository at this point
Copy the full SHA 81c54abView commit details
Commits on May 23, 2024
-
inlineImages: Setting of
image.crossOrigin
is not always necessary (r……rweb-io#1468) Setting of the `crossorigin` attribute is not necessary for same-origin images, and causes an immediate image reload (albeit from cache) necessitating the use of a load event listener which subsequently mutates the snapshot. This change allows us to avoid the mutation of the snapshot for the same-origin case. * Modify inlineImages test to remove delay and show that we can inline images without mutation * Add an explicit test for when the `image.crossOrigin = 'anonymous';` method is necessary. Uses a combination of about:blank and our test server to simulate a cross-origin context * Other test changes: there were some spurious rrweb mutations being generated by the addition of the crossorigin attribute that are now elimnated from the rrweb/__snapshots__/integration.test.ts.snap after this PR - this is good
Configuration menu - View commit details
-
Copy full SHA for 4014305 - Browse repository at this point
Copy the full SHA 4014305View commit details
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d7cf8dd - Browse repository at this point
Copy the full SHA d7cf8ddView commit details
Commits on Jun 4, 2024
-
Removing global document references (rrweb-io#1482)
fix for options `recordCanvas: true`: * replace document.createElement with doc.createElement in rrweb-snapshot code * Eoghan: add a regression test to prevent future accidental use of `document` instead of `doc`. This test can be excised if a new feature can only be run in the browser and not in the jsdom environment
Configuration menu - View commit details
-
Copy full SHA for f3cf092 - Browse repository at this point
Copy the full SHA f3cf092View commit details
Commits on Jun 5, 2024
-
No neg lookbehind (rrweb-io#1493)
* Older versions of Safari 16 don't support lookbehind assertions - https://caniuse.com/js-regexp-lookbehind * Refactor to show the similarity between these two regexes * Apply formatting changes * Create no-neg-lookbehind.md --------- Co-authored-by: eoghanmurray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82f6fec - Browse repository at this point
Copy the full SHA 82f6fecView commit details -
Refactor to preclude the need for a continuous raf loop (rrweb-io#1328)
* Refactor to preclude the need for a continuous raf loop * Apply formatting changes * Create shadow-dom-unbusify.md --------- Co-authored-by: eoghanmurray <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d38893f - Browse repository at this point
Copy the full SHA d38893fView commit details -
perf(mutation): refactor parent removed detection to iterative proced…
…ure (rrweb-io#1489) * perf(mutation): add deep tree benchmark * perf(mutation): use iterative procedure * perf(mutation): run formatter * perf(mutation): add changeset
Configuration menu - View commit details
-
Copy full SHA for 609b7fa - Browse repository at this point
Copy the full SHA 609b7faView commit details
Commits on Sep 18, 2024
-
Merge commit '81c54abab2c786a8c58d3394d0a008571a5f9f07' into develop-…
…merge-609b7fac79a552f746dc880a28927dee382cd082
Configuration menu - View commit details
-
Copy full SHA for 674c486 - Browse repository at this point
Copy the full SHA 674c486View commit details -
Merge commit '40143059446cee5c042c007b1c2e976f36e172f5' into develop-…
…merge-609b7fac79a552f746dc880a28927dee382cd082
Configuration menu - View commit details
-
Copy full SHA for b6f586a - Browse repository at this point
Copy the full SHA b6f586aView commit details -
Merge commit 'd7cf8dd07547f6fb22ef82e341a88357c4053bd3' into develop-…
…merge-609b7fac79a552f746dc880a28927dee382cd082
Configuration menu - View commit details
-
Copy full SHA for 35be41e - Browse repository at this point
Copy the full SHA 35be41eView commit details -
Merge commit 'f3cf0928df30d5ed5c0d573c524be6e744c0f8d3' into develop-…
…merge-609b7fac79a552f746dc880a28927dee382cd082
Configuration menu - View commit details
-
Copy full SHA for fb97970 - Browse repository at this point
Copy the full SHA fb97970View commit details -
Merge commit '82f6fecf36413ecbc994a510144487f1de20d1d5' into develop-…
…merge-609b7fac79a552f746dc880a28927dee382cd082
Configuration menu - View commit details
-
Copy full SHA for 6ff1d39 - Browse repository at this point
Copy the full SHA 6ff1d39View commit details -
Merge commit 'd38893f6338facf331fd1f6e63c121120b81177d' into develop-…
…merge-609b7fac79a552f746dc880a28927dee382cd082
Configuration menu - View commit details
-
Copy full SHA for 567d281 - Browse repository at this point
Copy the full SHA 567d281View commit details -
Merge commit '609b7fac79a552f746dc880a28927dee382cd082' into develop-…
…merge-609b7fac79a552f746dc880a28927dee382cd082
Configuration menu - View commit details
-
Copy full SHA for 2aeb348 - Browse repository at this point
Copy the full SHA 2aeb348View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48c44e5 - Browse repository at this point
Copy the full SHA 48c44e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8862588 - Browse repository at this point
Copy the full SHA 8862588View commit details -
Configuration menu - View commit details
-
Copy full SHA for febd76e - Browse repository at this point
Copy the full SHA febd76eView commit details -
Merge commit 'febd76ed13932cf68871d5adb63c1acbdc11afa1' into sentry-v…
…2-update-to-609b7fac79a552f746dc880a28927dee382cd082
Configuration menu - View commit details
-
Copy full SHA for a5d24b4 - Browse repository at this point
Copy the full SHA a5d24b4View commit details