mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +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
|
|
@ -45,7 +45,7 @@ protected:
|
|||
const uint32_t& loadFlags,
|
||||
const IPC::SerializedLoadContext& loadContext,
|
||||
const PBrowserOrId &parent) override;
|
||||
virtual bool RecvWriteToCacheEntry(const nsString& data) override;
|
||||
virtual bool RecvWriteToCacheEntry(const nsDependentSubstring& data) override;
|
||||
virtual bool RecvCloseCacheEntry(const nsresult& reason) override;
|
||||
virtual bool RecvSetCharsetAndSource(const int32_t& source,
|
||||
const nsCString& charset) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue