mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
Split aData into smaller chunks to avoid going over the IPC message size limit (1335989).
This commit is contained in:
parent
0104a9cd3c
commit
e84c7ab0c3
6 changed files with 32 additions and 4 deletions
|
|
@ -213,7 +213,7 @@ WyciwygChannelParent::RecvAsyncOpen(const URIParams& aOriginal,
|
|||
}
|
||||
|
||||
bool
|
||||
WyciwygChannelParent::RecvWriteToCacheEntry(const nsString& data)
|
||||
WyciwygChannelParent::RecvWriteToCacheEntry(const nsDependentSubstring& data)
|
||||
{
|
||||
if (!mReceivedAppData) {
|
||||
printf_stderr("WyciwygChannelParent::RecvWriteToCacheEntry: FATAL ERROR: didn't receive app data\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue