mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
50b622a067
The only manual changes here are to BindingUtils.h, Codegen.py, and StructuredClone.cpp. The rest of this diff was generated by running the following commands: find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/WrapObject\((JSContext *\* *(?:aCx|cx)),(\s*)(JS::MutableHandle<JSObject\*> aReflector)/WrapObject(\1,\2JS::Handle<JSObject*> aGivenProto,\2\3/g' find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(Binding(?:_workers)?::Wrap\((?:aCx|cx)), this, aReflector/\1, this, aGivenProto, aReflector/' |
||
---|---|---|
.. | ||
test | ||
domainsfallbacks.properties | ||
encodingsgroups.properties | ||
EncodingUtils.cpp | ||
EncodingUtils.h | ||
FallbackEncoding.cpp | ||
FallbackEncoding.h | ||
labelsencodings.properties | ||
localesfallbacks.properties | ||
moz.build | ||
nonparticipatingdomains.properties | ||
TextDecoder.cpp | ||
TextDecoder.h | ||
TextEncoder.cpp | ||
TextEncoder.h |