🧹 [code health improvement] Refactor file architecture and replace ZIP export with HAR format#21
🧹 [code health improvement] Refactor file architecture and replace ZIP export with HAR format#21Illhm wants to merge 1 commit into
Conversation
Moves files into corresponding `html/`, `css/`, and `js/` folders, and changes the export feature from downloading a ZIP file to downloading a `.har` JSON format stringifier. Deleted leftover reproduction scripts.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
🎯 What:
html/, CSS tocss/, and JS files tojs/.reproduce_vulnerability.js,reproduce_zip_vulnerability.js,verify_fix.js).Export ZIP (Readable)functionality with anExport HARfeature that correctly maps row objects to the standard HAR 1.2 JSON specification.buildZipandcrc32.manifest.json, internal HTML tags, background script logic, and unit testing scripts.💡 Why:
✅ Verification:
bench_headers.jsunit benchmark fromtests/.PR created automatically by Jules for task 4202112023540243615 started by @Illhm