2026-01-04
요약 (AI 작성)
chrome-remote-devtools에서 React Native inspector 작업이 집중되었습니다. Network.getResponseBody C++ 훅 추가, XHR 응답/헤더 수집 개선, 에러 처리 및 스레드 안전성 보강, ConsoleHook/NetworkHook 분리 등 인스펙터 안정화가 이뤄졌고, 웹·RN 클라이언트 통합 테이블과 enable/disable 훅 API, React Native 예제(탭 네비게이션·fetch/xhr 상태 분리) 및 AGENTS.MD 전략 문서 보강이 포함되었습니다.
커밋
ohah/chrome-remote-devtools
- fix(react-native-inspector): improve Network.getResponseBody error handling and prevent memory leaks
- feat(react-native-inspector): add Network.getResponseBody support via C++ hook
- refactor(react-native-inspector): remove dead code replaced by JSI hooks
- fix(inspector): address thread safety and code quality issues
- refactor(inspector): split ConsoleHook and NetworkHook into smaller files
- feat(examples): separate fetch and xhr network status in react-native example
- docs(config): add React Native remote dev strategy to AGENTS.MD
- fix(react-native-inspector): improve thread safety and error handling
- chore(react-native-example): update package.json dependencies
- fix(react-native-inspector): fix XHR response header collection and blob response handling
- chore(react-native-example): update dependencies
- refactor(react-native-example): restructure App.tsx with tab navigation
- fix(react-native-inspector): improve XHR response header collection
- fix(react-native-inspector): improve XHR response data and header collection
- fix(react-native-inspector): fix XHR hook and Android enable/disable hooks
- feat(react-native-inspector): add enable/disable hooks API and floating buttons
- refactor(react-native-inspector): remove fetch hook, use XHR hook only
- test(inspector): fix filter tests after removing title field
- refactor(inspector): separate client types and remove unused fields
- test(inspector): add React Native client test cases
- test(inspector): add type field to test mock data
- fix(inspector): address PR review feedback
- feat(inspector): unify client table for web and React Native
PR (해당일 생성/머지)
(없음)