mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
b6e35bb4b4
Most of this patch (with the exception of dom/bindings/Codegen.py) was generated by the following bash script: #!/bin/bash function convert() { echo "Converting $1 to $2..." find . ! -wholename "*nsprpub*" \ ! -wholename "*security/nss*" \ ! -wholename "*/.hg*" \ ! -wholename "*/.git*" \ ! -wholename "obj-*" \ -type f \ \( -iname "*.cpp" \ -o -iname "*.h" \ -o -iname "*.cc" \ -o -iname "*.idl" \ -o -iname "*.ipdl" \ -o -iname "*.ipdlh" \ -o -iname "*.mm" \) | \ xargs -n 1 sed -i -e "s/\b$1\b/$2/g" } convert MOZ_DELETE '= delete' |
||
---|---|---|
.. | ||
test | ||
ChromeWorkerScope.cpp | ||
ChromeWorkerScope.h | ||
DataStore.cpp | ||
DataStore.h | ||
DataStoreCursor.cpp | ||
DataStoreCursor.h | ||
FileReaderSync.cpp | ||
FileReaderSync.h | ||
Location.cpp | ||
Location.h | ||
MessagePort.cpp | ||
MessagePort.h | ||
moz.build | ||
Navigator.cpp | ||
Navigator.h | ||
nsIWorkerDebugger.idl | ||
nsIWorkerDebuggerManager.idl | ||
Performance.cpp | ||
Performance.h | ||
Principal.cpp | ||
Principal.h | ||
Queue.h | ||
RegisterBindings.cpp | ||
RuntimeService.cpp | ||
RuntimeService.h | ||
ScriptLoader.cpp | ||
ScriptLoader.h | ||
ServiceWorker.cpp | ||
ServiceWorker.h | ||
ServiceWorkerClient.cpp | ||
ServiceWorkerClient.h | ||
ServiceWorkerClients.cpp | ||
ServiceWorkerClients.h | ||
ServiceWorkerCommon.h | ||
ServiceWorkerContainer.cpp | ||
ServiceWorkerContainer.h | ||
ServiceWorkerEvents.cpp | ||
ServiceWorkerEvents.h | ||
ServiceWorkerManager.cpp | ||
ServiceWorkerManager.h | ||
ServiceWorkerRegistration.cpp | ||
ServiceWorkerRegistration.h | ||
SharedWorker.cpp | ||
SharedWorker.h | ||
URL.cpp | ||
URL.h | ||
WorkerDebuggerManager.cpp | ||
WorkerDebuggerManager.h | ||
WorkerFeature.h | ||
WorkerInlines.h | ||
WorkerPrivate.cpp | ||
WorkerPrivate.h | ||
WorkerRunnable.cpp | ||
WorkerRunnable.h | ||
Workers.h | ||
WorkerScope.cpp | ||
WorkerScope.h | ||
WorkerThread.cpp | ||
WorkerThread.h | ||
XMLHttpRequest.cpp | ||
XMLHttpRequest.h | ||
XMLHttpRequestUpload.cpp | ||
XMLHttpRequestUpload.h |