2025-12-22
요약 (AI 작성)
chrome-remote-devtools에서 스토리지 도메인 관련 작업이 집중적으로 이루어진 날. DOMStorage 도메인의 중복 이벤트 제거 및 타입 안전성 개선, 스토리지 도메인 폴더 재구성, 로컬 스토리지 감지 활성화를 위한 v8only 파라미터 제거 등이 진행되었다. 또한 E2E 테스트에서 iframe 예제 테스트가 추가되고, CI 설정에서 테스트 결과 PR 코멘트 기능과 권한 설정이 개선되었다. leegeunhyeok/craby에서는 ArrayBuffer to Vec<u8> 변환 시 Vec 길이 버그가 수정되었다. PR 1건(스토리지 도메인 리팩토링)이 머지되었다.
커밋
ohah/chrome-remote-devtools
- test(integration): fix storage event test by adding event filter
- test(integration): add storage domain e2e tests
- refactor(client): remove unused Runtime domain methods and eslint comments
- fix(inspector): use stable WebSocket ID instead of Date.now()
- fix(client): remove duplicate events and improve type safety in DOMStorage
- refactor(client): reorganize storage domains into storage folder
- fix(inspector): remove v8only parameter to enable local storage detection
- style(e2e): format waitForResponse callback to single line
- refactor(e2e): apply Copilot review suggestions for iframe tests
- fix(config): change report_suite_logs to any value
- feat(config): add detailed test reporting options
- fix(config): add permissions for PR comments and check runs
- fix(config): disable check run to avoid 403 permission error
- fix(config): correct comment_mode value for test result action
- feat(config): add PR comment for e2e test results
- fix(config): separate webServer config for integration and e2e tests
- test(e2e): add iframe example e2e tests