mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
parent
1ef84eb532
commit
0429ca95e0
15 changed files with 0 additions and 854 deletions
|
|
@ -65,19 +65,6 @@ static LazyLogModule gStandardURLLog("nsStandardURL");
|
|||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
#ifdef MOZ_RUST_URLPARSE
|
||||
extern "C" int32_t c_fn_set_size(void * container, size_t size)
|
||||
{
|
||||
((nsACString *) container)->SetLength(size);
|
||||
return 0;
|
||||
}
|
||||
|
||||
extern "C" char * c_fn_get_buffer(void * container)
|
||||
{
|
||||
return ((nsACString *) container)->BeginWriting();
|
||||
}
|
||||
#endif
|
||||
|
||||
static nsresult
|
||||
EncodeString(nsIUnicodeEncoder *encoder, const nsAFlatString &str, nsACString &result)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue