gecko-dev/layout/printing
Emilio Cobos Álvarez fffb25b74f Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj
This was done automatically replacing:

  s/mozilla::Move/std::move/
  s/ Move(/ std::move(/
  s/(Move(/(std::move(/

Removing the 'using mozilla::Move;' lines.

And then with a few manual fixups, see the bug for the split series..

MozReview-Commit-ID: Jxze3adipUh
2018-06-01 10:45:27 +02:00
..
crashtests Bug 1382327 - (reftest) Rename reftest-print to reftest-paged. r=dbaron 2017-07-26 22:53:46 -07:00
ipc Bug 499025 - Don't open an error pop-up if the user cancels printing. r=bobowen 2018-02-06 20:14:47 +00:00
DrawEventRecorder.cpp Bug 1431475: Make assertions guarding opening and closing print recording file streams MOZ_DIAGNOSTIC_ASSERTs. r=jwatt 2018-01-22 17:54:53 +00:00
DrawEventRecorder.h Bug 1431475: Make assertions guarding opening and closing print recording file streams MOZ_DIAGNOSTIC_ASSERTs. r=jwatt 2018-01-22 17:54:53 +00:00
PrintTranslator.cpp Bug 1319423 - Part 2 - Switch away from std::ifstream to PRFileDesc in PrintTranslator; r=jrmuizel 2017-10-03 13:23:57 -04:00
PrintTranslator.h Bug 1436263 - Part 1: Replace `final override` virtual function specifiers with just `final`. r=froydnj 2018-02-05 22:46:57 -08:00
moz.build Bug 1432203 - Remove nsIPrintStatusFeedback. r=bobowen 2018-01-15 11:42:15 +00:00
nsIPrintProgress.idl Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug 2016-01-30 09:05:36 -08:00
nsIPrintProgressParams.idl Bug 1410288 - Change nsIPrintProgressParams' attributes from wstring to AString. r=bobowen. 2017-10-19 11:32:37 +11:00
nsPagePrintTimer.cpp Bug 1430682 - Use OwningNonNull for nsPagePrintTimer::mDocViewerPrint and remove null checks. r=bobowen 2018-01-09 22:21:53 +00:00
nsPagePrintTimer.h Bug 1430682 - Use OwningNonNull for nsPagePrintTimer::mDocViewerPrint and remove null checks. r=bobowen 2018-01-09 22:21:53 +00:00
nsPrintData.cpp Bug 1430683 - Remove nsPrintData::mOrigDCScale. r=bobowen 2018-01-08 11:43:16 +00:00
nsPrintData.h Bug 1430683 - Remove nsPrintData::mOrigDCScale. r=bobowen 2018-01-08 11:43:16 +00:00
nsPrintJob.cpp Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
nsPrintJob.h Bug 1460940 - Remove nsIDOMDocument uses in layout/. r=bz 2018-05-11 19:46:15 +02:00
nsPrintObject.cpp Bug 1460940 - Remove nsIDOMDocument uses in layout/. r=bz 2018-05-11 19:46:15 +02:00
nsPrintObject.h Bug 1460940 - Remove nsIDOMDocument uses in layout/. r=bz 2018-05-11 19:46:15 +02:00
nsPrintPreviewListener.cpp Bug 1455674 part 14. Remove use of nsIDOMElement in layout. r=qdot 2018-04-26 23:37:33 -04:00
nsPrintPreviewListener.h Bug 1412346 part 5: (automated patch) Switch a bunch of C++ files in layout to use our standard mode lines. r=jfkthame 2017-10-27 10:33:53 -07:00