Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
00950f1
feat: nest CORS iframe capture with depth cap and cycle guard
aryanku-dev May 11, 2026
4d6eda1
feat: honour data-percy-ignore on cross-origin iframes
aryanku-dev May 11, 2026
538b91d
feat: add ignoreIframeSelectors option for cross-origin iframe capture
aryanku-dev May 11, 2026
534e0a8
feat: re-check iframe URL after switching into frame context
aryanku-dev May 11, 2026
2cbec3f
feat: recover partial capture on lost frame context via PercyContextL…
aryanku-dev May 11, 2026
bcc27d3
feat: expose closed shadow DOM to PercyDOM via CDP for Chromium drivers
aryanku-dev May 11, 2026
f6e435a
chore: cover nested CORS iframe and closed shadow DOM behaviours
aryanku-dev May 11, 2026
879a2cf
Null-safe responsive config, defensive snapshot cast, DOM.disable cle…
aryanku-dev May 22, 2026
9d0d1aa
fix: address CE review MAJORs in CORS iframe traversal
aryanku-dev May 24, 2026
88ef11f
test: cover NPE, clamp(0), closed-shadow-in-CORS, bad-pair paths
aryanku-dev May 24, 2026
5641a88
chore: bump @percy/cli to 1.31.14
aryanku-dev May 24, 2026
5ec65af
test: retarget removed processFrame check at processFrameTree
aryanku-dev May 24, 2026
0c33f24
Merge remote-tracking branch 'origin/master' into feat/cors-iframes-a…
aryanku-dev May 26, 2026
4b7835d
Merge remote-tracking branch 'origin/master' into feat/cors-iframes-a…
aryanku-dev May 27, 2026
c7ffcb1
fix: address PR review findings in CORS iframe + shadow DOM capture
aryanku-dev Jun 26, 2026
80fadac
fix: align iframe depth + unsupported-scheme list with canonical sdk-…
aryanku-dev Jun 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,11 @@ node_modules/
.vscode
.settings
.DS_Store

# bstack-ai-harness:begin (managed — do not edit between markers)
bstack-ai-harness.yml
.harness-docs.json
.harness-manifest.json
CLAUDE.md
.claude/
# bstack-ai-harness:end
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
},
"devDependencies": {
"@percy/cli": "^1.31.15-beta.0"
}
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
Loading
Loading