| Auto-Submit | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
lgtm with nits
- `src/parsing/`: The parser and scanner implementation.qTypo?
// dealing with potential endiannes issues.Please fix this WARNING reported by Spellchecker: "endiannes" is a possible misspelling of "endianness".
To bypass Spellchecker, ...
"endiannes" is a possible misspelling of "endianness".
To bypass Spellchecker, add a footer with DISABLE_SPELLCHECKER
V8_DEPRECATED("Use GetEmbedderDataV2 instead")Igor SheludkoWe are breaking the Api change process here. This should be V8_DEPRECATE_SOON for a release, then V8_DEPRECATED for a release and then we can remove it.
Igor SheludkoIn order to keep on testing the old Api until we remove it you can use this approach: https://source.chromium.org/chromium/chromium/src/+/main:v8/test/cctest/test-heap-profiler.cc;l=2195?q=START_ALLOW_USE_DEPRECATED()&ss=chromium
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
| Commit-Queue | +1 |
- `src/parsing/`: The parser and scanner implementation.qLeszek SwirskiTypo?
Done
Please fix this WARNING reported by Spellchecker: "endiannes" is a possible misspelling of "endianness".
To bypass Spellchecker, ...
"endiannes" is a possible misspelling of "endianness".
To bypass Spellchecker, add a footer with DISABLE_SPELLCHECKER
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[api] Change EmbedderData to v8::Data
Context::Get/SetEmbedderData allows any V8 object, not just JS-visible
types. This means it should get/set a v8::Data, not a v8::Value.
Introduce Get/SetEmbedderDataV2 with the updated type, and deprecate the
old ones.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |