gecko-dev/layout/printing
Jonathan Watt db9b9ed1af Bug 1593793. Move and rename nsPrintData::mBrandName to nsPrintJob::mFallbackDocTitle. r=bobowen
nsPrintData::mBrandName never changes over the lifetime of a Firefox instance.
It is wasteful to have nsPrintData obtain and store it, since we can replace
an nsPrintJob's nsPrintData object multiple times over the lifetime of the
nsPrintJob and nsPrintJob is the only consumer.

Differential Revision: https://phabricator.services.mozilla.com/D51689

--HG--
extra : moz-landing-system : lando
2019-11-04 20:02:03 +00:00
..
crashtests Bug 1521640 - Update android crashtest assertion ranges; r=geckoview-reviewers,snorp 2019-10-15 19:40:24 +00:00
ipc Bug 1537586 - Address build failure with --disable-printing r=bobowen,froydnj 2019-06-05 01:25:36 +00:00
DrawEventRecorder.cpp Bug 1529677 - Move writing of Event type from RecordEvent() into RecordToStream(). r=bobowen 2019-02-21 11:23:00 +00:00
DrawEventRecorder.h Bug 1570358: Check validity of enums before playing back Moz2D RecordedEvents. r=jrmuizel 2019-08-05 13:08:30 +00:00
moz.build Bug 1551882. Refactor the print preview listener code to make its purpose clear. r=bobowen 2019-05-16 23:16:11 +01:00
nsIPrintProgress.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
nsIPrintProgressParams.idl
nsPagePrintTimer.cpp
nsPagePrintTimer.h
nsPrintData.cpp Bug 1593793. Move and rename nsPrintData::mBrandName to nsPrintJob::mFallbackDocTitle. r=bobowen 2019-11-04 20:02:03 +00:00
nsPrintData.h Bug 1593793. Move and rename nsPrintData::mBrandName to nsPrintJob::mFallbackDocTitle. r=bobowen 2019-11-04 20:02:03 +00:00
nsPrintJob.cpp Bug 1593793. Move and rename nsPrintData::mBrandName to nsPrintJob::mFallbackDocTitle. r=bobowen 2019-11-04 20:02:03 +00:00
nsPrintJob.h Bug 1593793. Move and rename nsPrintData::mBrandName to nsPrintJob::mFallbackDocTitle. r=bobowen 2019-11-04 20:02:03 +00:00
nsPrintObject.cpp Bug 1577711 - Part 1: Revert calling SetDocument earlier during clone from 1568055, r=smaug 2019-09-05 14:55:11 +00:00
nsPrintObject.h Bug 1557434. Remove nsPrintObject::mPrintPreview. r=bobowen 2019-05-28 15:26:59 +01:00
PrintPreviewUserEventSuppressor.cpp Bug 1585156 - Remove useless inclusions of nsIDOMWindow.h and nsIDOMWindowUtils.h r=smaug 2019-09-30 22:06:47 +00:00
PrintPreviewUserEventSuppressor.h Bug 1551882. Refactor the print preview listener code to make its purpose clear. r=bobowen 2019-05-16 23:16:11 +01:00
PrintTranslator.cpp Bug 1464032 Part 2: Remove LoadEvent and replace with DoWithEvent. r=jrmuizel 2018-12-02 14:13:56 +00:00
PrintTranslator.h