2025-12-26

요약 (AI 작성)

chrome-remote-devtools에서 세션 리플레이 내보내기/오프라인 재생 기능이 대규모로 추가된 날. 파일 기반 CDP 이벤트 리플레이 모드 구현, 쿠키/스토리지/DOM 트리를 포함한 내보내기 파일 포맷 확장, 리플레이 기능 모듈 분리 및 단위 테스트 추가가 이루어졌다. Inspector에서는 설정 가능한 서버 URL(zustand persist 사용), Tauri 데스크톱 앱용 프레임리스 윈도우와 커스텀 타이틀바, 클라이언트 리스트 UI 및 파일 업로드 개선이 진행되었다. 문서 사이트에서는 플레이그라운드 테스트 버튼 추가, devtools-frontend 빌드 파일 빈 파일 문제 수정 등이 이루어졌다. devtools-frontend에서 devtools message 관련 PR이 머지되었다. 총 PR 7건 모두 머지.

커밋

ohah/chrome-remote-devtools

PR (해당일 생성/머지)

repo#상태제목
ohah/chrome-remote-devtools#28mergedfeat: Add Configurable Server URL and Tauri Desktop App Support
ohah/chrome-remote-devtools#27mergeddocs: update logo configuration and hero images
ohah/chrome-remote-devtools#26mergedfix(docs): fix empty devtools-frontend files after rspress build
ohah/chrome-remote-devtools#25mergedfeat(docs): add playground test buttons and improve replay mode isolation
ohah/chrome-remote-devtools#24mergedfeat: Add unit tests for replay functionality and enhance export file format
ohah/chrome-remote-devtools#23mergedfeat(inspector): add session replay export and offline replay functionality
ohah/devtools-frontend#6mergedfeat: devtools message add