Loading
Commits on Source 2
-
Rob Wu authored
Depends on D164656 Differential Revision: https://phabricator.services.mozilla.com/D166108
-
Kash Shampur authored
Currently, `ReserveAndPutRaw` allocates a second span even if the data would be too big for the chunk. Here a second conditional is added to check if the block of data is too big in this scenario and silently discard the data if so. Differential Revision: https://phabricator.services.mozilla.com/D167167