SafeJSONParser should have an isolated mode |
||
Issue descriptionSafeJSONParser is part of the data_decoder service, meaning that JSON such as payment method JSON could be parsed in the same process as images are being decoded. We should add a SHARED/ISOLATED enum to the the SafeJSONParser.Parse API. When called with ISOLATED, a separate process unique for this parsing would be used. ISOLATED should be the default. Implementation note: when using isolated, the service would be bound with a random instance name so that it gets its own process.
,
Nov 2 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Nov 2 2017