gecko-dev/layout/printing
Kris Maglione 64c062d570 Bug 1570773: Move browsingContext getter to nsIDocShellTreeItem and add notxpcom variant. r=nika
This also renames the existing infallible nsDocShell:GetBrowsingContext()
getter to BrowsingContextRef(), and changes the return type, since several
callers rely on it returning a raw pointer rather than an already_AddRefed.

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

--HG--
extra : moz-landing-system : lando
2019-08-07 16:59:30 +00:00
..
crashtests
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 1557687. Remove nsPrintData::mDocWasToBeDestroyed. r=bobowen 2019-05-29 10:42:14 +01:00
nsPrintData.h Bug 1557687. Remove nsPrintData::mDocWasToBeDestroyed. r=bobowen 2019-05-29 10:42:14 +01:00
nsPrintJob.cpp Bug 1570773: Move browsingContext getter to nsIDocShellTreeItem and add notxpcom variant. r=nika 2019-08-07 16:59:30 +00:00
nsPrintJob.h Bug 1558210. Make various nsPrintJob methods private. r=bobowen 2019-06-04 17:03:35 +01:00
nsPrintObject.cpp Bug 1568055 - Part 1: SetDocument earlier in the clone operation for print, r=farre 2019-07-23 12:26:31 +00:00
nsPrintObject.h Bug 1557434. Remove nsPrintObject::mPrintPreview. r=bobowen 2019-05-28 15:26:59 +01:00
PrintPreviewUserEventSuppressor.cpp Bug 1559414 - Rename unaudited pre-fission methods with SameProcess for future audit burndown. r=nika 2019-07-26 16:48:31 +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