gecko-dev/dom/payments
Emilio Cobos Álvarez d2ed260822 Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug
Summary: Really sorry for the size of the patch. It's mostly automatic
s/nsIDocument/Document/ but I had to fix up in a bunch of places manually to
add the right namespacing and such.

Overall it's not a very interesting patch I think.

nsDocument.cpp turns into Document.cpp, nsIDocument.h into Document.h and
nsIDocumentInlines.h into DocumentInlines.h.

I also changed a bunch of nsCOMPtr usage to RefPtr, but not all of it.

While fixing up some of the bits I also removed some unneeded OwnerDoc() null
checks and such, but I didn't do anything riskier than that.
2019-01-03 17:48:33 +01:00
..
ipc Backed out 2 changesets (bug 1498310) for failing at browser_address_edit.js on a CLOSED TREE 2018-12-17 18:05:03 +02:00
test Merge inbound to mozilla-central. a=merge 2018-12-20 23:56:42 +02:00
BasicCardPayment.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
BasicCardPayment.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
MerchantValidationEvent.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
MerchantValidationEvent.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
PaymentActionResponse.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
PaymentActionResponse.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
PaymentAddress.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
PaymentAddress.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
PaymentMethodChangeEvent.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
PaymentMethodChangeEvent.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
PaymentRequest.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
PaymentRequest.h Bug 1497219 - Rejecting PaymentRequest::API calls when the PaymentRequest is not in fully active document. r=baku 2018-12-05 15:01:45 -05:00
PaymentRequestData.cpp Backed out 2 changesets (bug 1494917) for bc failures in browser/components/payments/test/browser/browser_address_edit.js CLOSED TREE 2018-12-20 15:58:09 +02:00
PaymentRequestData.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
PaymentRequestManager.cpp Backed out 2 changesets (bug 1498310) for failing at browser_address_edit.js on a CLOSED TREE 2018-12-17 18:05:03 +02:00
PaymentRequestManager.h Backed out 2 changesets (bug 1498310) for failing at browser_address_edit.js on a CLOSED TREE 2018-12-17 18:05:03 +02:00
PaymentRequestModule.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
PaymentRequestService.cpp Backed out 2 changesets (bug 1509320) for mochitest failures on test_closePayment.html. 2018-12-20 21:32:40 +02:00
PaymentRequestService.h Backed out 2 changesets (bug 1498310) for failing at browser_address_edit.js on a CLOSED TREE 2018-12-17 18:05:03 +02:00
PaymentRequestUpdateEvent.cpp Bug 1497219 - Rejecting PaymentRequest::API calls when the PaymentRequest is not in fully active document. r=baku 2018-12-05 15:01:45 -05:00
PaymentRequestUpdateEvent.h Backed out 2 changesets (bug 1498310) for failing at browser_address_edit.js on a CLOSED TREE 2018-12-17 18:05:03 +02:00
PaymentRequestUtils.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
PaymentRequestUtils.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
PaymentResponse.cpp Backed out 2 changesets (bug 1494917) for bc failures in browser/components/payments/test/browser/browser_address_edit.js CLOSED TREE 2018-12-20 15:58:09 +02:00
PaymentResponse.h Backed out 2 changesets (bug 1494917) for bc failures in browser/components/payments/test/browser/browser_address_edit.js CLOSED TREE 2018-12-20 15:58:09 +02:00
moz.build Bug 1474499 - Add support for onmerchantvalidation and MerchantValidationEvent. r=edenchuang,baku 2018-09-12 22:56:00 +03:00