зеркало из https://github.com/mozilla/gecko-dev.git
avoid EndDocument and AbortDocument + nasty dialogs during printing regression tests
bug 125053 r=karnaze,rods sr=attinasi
This commit is contained in:
Родитель
1347683650
Коммит
62b1dc6afe
|
@ -800,7 +800,7 @@ PrintData::~PrintData()
|
|||
|
||||
OnEndPrinting(NS_OK); // removes listener
|
||||
|
||||
if (mPrintDC) {
|
||||
if (mPrintDC && !mDebugFilePtr) {
|
||||
#ifdef DEBUG_PRINTING
|
||||
fprintf(mDebugFD, "****************** End Document ************************\n");
|
||||
#endif
|
||||
|
|
|
@ -800,7 +800,7 @@ PrintData::~PrintData()
|
|||
|
||||
OnEndPrinting(NS_OK); // removes listener
|
||||
|
||||
if (mPrintDC) {
|
||||
if (mPrintDC && !mDebugFilePtr) {
|
||||
#ifdef DEBUG_PRINTING
|
||||
fprintf(mDebugFD, "****************** End Document ************************\n");
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче