2f1e782f62
Frame identifiers have changed from int64_t to string type. This is due to https://crbug.com/1502660 which removes access to frame routing IDs in the renderer process. New cross-process frame identifiers are 160-bit values (32-bit child process ID + 128-bit local frame token) and most easily represented as strings. All other frame-related expectations and behaviors remain the same. |
||
---|---|---|
.. | ||
api | ||
chrome_generated_schemas.cc | ||
chrome_generated_schemas.h | ||
extensions_api_provider.cc | ||
extensions_api_provider.h | ||
extensions_client.cc | ||
extensions_client.h | ||
extensions_util.cc | ||
extensions_util.h |