gecko/dom/bindings/test
Ehsan Akhgari b6e35bb4b4 Bug 1118486 - Part 1: Use = delete instead of MOZ_DELETE directly; r=Waldo
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'
2015-01-08 23:19:05 -05:00
..
chrome.ini
file_bug707564.html
file_bug775543.html
file_document_location_set_via_xray.html
file_dom_xrays.html
file_InstanceOf.html
file_proxies_via_xray.html
forOf_iframe.html
Makefile.in
mochitest.ini Bug 1107592 part 2. Allow chrome JS to directly throw content DOMExceptions that will propagate out to the web script. r=peterv 2015-01-02 17:08:33 -05:00
moz.build
test_barewordGetsWindow.html
test_bug560072.html
test_bug707564-chrome.html
test_bug707564.html
test_bug742191.html
test_bug759621.html
test_bug773326.html
test_bug775543.html
test_bug788369.html
test_bug852846.html
test_bug862092.html
test_bug963382.html
test_bug1036214.html
test_bug1041646.html
test_ByteString.html
test_callback_default_thisval.html
test_cloneAndImportNode.html
test_defineProperty.html
test_document_location_set_via_xray.html
test_document_location_via_xray_cached.html
test_dom_xrays.html
test_enums.html
test_exception_messages.html Bug 1092737 part 1. Update TextEncoder to various spec changes. r=emk 2014-11-21 14:58:45 -05:00
test_exception_options_from_jsimplemented.html Bug 1107592 part 2. Allow chrome JS to directly throw content DOMExceptions that will propagate out to the web script. r=peterv 2015-01-02 17:08:33 -05:00
test_exceptions_from_jsimplemented.html Bug 1091898 - update test of exceptions from jsimplemented. r=jesup 2014-12-08 10:18:38 -06:00
test_exceptionThrowing.html
test_forOf.html
test_InstanceOf.html
test_integers.html
test_interfaceName.html Bug 1084001. Set the .name of DOM interface objects to the name of the interface. r=peterv 2014-10-25 00:50:28 -04:00
test_interfaceToString.html
test_lenientThis.html
test_lookupGetter.html
test_named_getter_enumerability.html
test_namedNoIndexed.html
test_Object.prototype_props.html
test_proxies_via_xray.html
test_queryInterface.html
test_returnUnion.html
test_sequence_detection.html Bug 918828, part 1 - Change iteration code to call iterable[Symbol.iterator]() rather than iterable["@@iterator"](). r=Waldo with earlier review work by nbp. 2014-07-01 21:01:21 -05:00
test_sequence_wrapping.html
test_setWithNamedGetterNoNamedSetter.html
test_throwing_method_noDCE.html
test_traceProtos.html
test_treat_non_object_as_null.html
test_usvstring.html Bug 1077393 - Rename ScalarValueString to USVString. r=smaug 2014-11-20 12:58:00 +01:00
TestBindingHeader.h Bug 1118486 - Part 1: Use = delete instead of MOZ_DELETE directly; r=Waldo 2015-01-08 23:19:05 -05:00
TestCImplementedInterface.h Bug 1117167. Make the generated implementation classes for JS-implemented bindings store an nsIGlobalObject, not an nsPIDOMWindow, so we can use them in sandboxes. r=peterv 2015-01-08 11:57:19 -05:00
TestCodeGen.webidl Bug 1077393 - Rename ScalarValueString to USVString. r=smaug 2014-11-20 12:58:00 +01:00
TestDictionary.webidl
TestExampleGen.webidl Bug 1077393 - Rename ScalarValueString to USVString. r=smaug 2014-11-20 12:58:00 +01:00
TestInterfaceJS.js Bug 1107592 part 2. Allow chrome JS to directly throw content DOMExceptions that will propagate out to the web script. r=peterv 2015-01-02 17:08:33 -05:00
TestInterfaceJS.manifest
TestJSImplGen.webidl Bug 1117131. Output the JS hooks for our cache-clearing stuff for [Pure] properties on JS-implemented objects even if we have no interface object, since these live on instances. r=mccr8 2015-01-02 17:08:33 -05:00
TestJSImplInheritanceGen.webidl
TestTypedef.webidl