0
Files
src/extensions
Camillo Bruni e5440c7690 [v8] Update v8::String::NewFromUtf8 users
- Avoid v8::NewStringType::kNormal where possible
- Use v8::NewStringType::kInternalized for object properties

Bug: v8:10884
Change-Id: Ic7ec1e8dbdc1c56a72ed651da361b920c8145e7d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2398544
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#805700}
2020-09-10 11:53:35 +00:00
..
2020-05-20 20:24:50 +00:00

This will become a reusable extensions module. It implements the core parts of Chrome's extension system, and can be used with any host of the content module.

Some extensions code that is not Chrome-specific still lives in //chrome/browser/extensions and will be moved here.

Technical Documentation: