Mike Conley
ee684e0a3c
Bug 1146454 - Stop using CPOWs for printing. r=billm
...
We were passing around content window CPOWs before to indicate
which content to send to the printer. This was, naturally, causing
unsafe CPOW usage warnings - especially when attempting to get at
the content window of an iframe with the context menu printing
command.
This patch changes the printing mechanism to use outer window IDs
instead of CPOWs.
2015-07-03 16:06:04 -04:00
Karl Tomlinson
8e7d93aacf
bug 147419 remove ununsed plexName colorspace resolutionName and downloadFonts r=roc
...
This was only used to write to and read from otherwise unused preferences.
2015-06-11 09:34:27 +12:00
Karl Tomlinson
1af6bef0d4
bug 147419 remove ununsed nsIPrintSettings::printCommand and print_command prefs r=roc
...
These was used only to write to and read from each other.
2015-06-10 18:10:28 +12:00
Philip Chee
4eba02f63a
Bug 1142997 - Cannot Print from Composer and other <editor> elements r=mossop
2015-03-24 20:03:12 +08:00
Mike Conley
362e16502d
Bug 1090448 - Enable printing with e10s windows on Linux. r=felipe.
2015-02-06 16:03:49 -05:00
Mike Conley
c16857a8bc
Bug 1088070 - Move saving nsIPrintSettings after a print job to browser-content.js. r=Mossop.
2015-03-05 13:16:35 -05:00
Mike Conley
9b0dad6cd6
Bug 1088070 - Instantiate print settings from the content process instead of the parent. r=Mossop.
2015-03-05 13:16:48 -05:00
Carsten "Tomcat" Book
5bf92c899f
Backed out changeset 20a6d6e9c31a (bug 1088070) for bc1 test failures on a CLOSED TREE
2015-03-05 08:54:23 +01:00
Carsten "Tomcat" Book
273472cb1b
Backed out changeset d053fdf3b609 (bug 1088070)
2015-03-05 08:54:03 +01:00
Mike Conley
08a24a7aad
Bug 1088070 - Move saving nsIPrintSettings after a print job to browser-content.js. r=Mossop.
2015-02-27 14:17:33 -05:00
Mike Conley
b4f1082842
Bug 1088070 - Instantiate print settings from the content process instead of the parent. r=Mossop.
2015-02-06 14:17:43 -05:00
Mike Conley
257ea25eb1
Bug 1136855 - Send a message from the content script when printing has finished so the parent can save print settings. r=Mossop.
2015-02-25 15:45:22 -05:00
Mike Conley
3b20e67dc9
Bug 1117936 - If print preview throws in browser-content.js, make sure printUtils.js can handle the error. r=Mossop.
...
It's possible for docShell.printPreview.printPreview to throw (if we're attempting to print preview a
XUL document, for example). If it throws, this can put printUtils.js in a funny state, since it's waiting
to hear that print preview was successfully entered.
This patch makes it possible for browser-content.js to inform the parent that printPreview failed, and for
the parent to react appropriately.
2015-01-06 14:52:01 -05:00
Dão Gottwald
3ce1156660
Bug 647540 - Get rid of the toolbar-primary class. r=enn
2014-12-18 23:31:39 +01:00
Ryan VanderMeulen
03979309b7
Backed out changeset 326f890f61a5 (bug 647540) for mass test bustage.
...
CLOSED TREE
2014-12-18 15:49:07 -05:00
Dão Gottwald
d9448f72ea
Bug 647540 - Get rid of the toolbar-primary class. r=enn
2014-12-18 19:53:27 +01:00
Philip Chee
88a2dd8cf3
Bug 1092826 - Cu. and Ci. is undefined errors in PrintUtils since Bug 1082575 (regression) r=mconley
2014-11-17 14:56:55 +08:00
Mike Conley
94a2f1b5a8
Bug 1089815 - View source print preview browser does not have a message manager. r=Mossop.
...
<xul:browser>'s do not get messageManager's constructed for them unless they
have their type attribute set to "content", "content-targetable", or
"content-primary". This patch updates the view source print preview browser
with that type attribute, and also updates the PrintUtils documentation to
mention this requirement.
2014-11-04 12:10:15 -05:00
Mike Conley
04e3a9ce78
Bug 1082575 - Make PrintUtils and printPreviewBindings.xml more e10s friendly. r=Mossop.
2014-10-28 10:58:07 -04:00
Benoit Jacob
a8bec4bd62
Bug 1034321 - Officially don't try to print e10s tabs until that is supported - r=billm
2014-07-11 16:29:21 -04:00
Jim Blandy
39dc0c6097
Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
...
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):
- Never set the buffer's mode.
Years ago, Emacs did not have a good JavaScript mode, so it made sense
to use Java or C++ mode in .js files. However, Emacs has had js-mode for
years now; it's perfectly serviceable, and is available and enabled by
default in all major Emacs packagings.
Selecting a mode in the -*- file variable line -*- is almost always the
wrong thing to do anyway. It overrides Emacs's default choice, which is
(now) reasonable; and even worse, it overrides settings the user might
have made in their '.emacs' file for that file extension. It's only
useful when there's something specific about that particular file that
makes a particular mode appropriate.
- Correctly propagate settings that establish the correct indentation
level for this file: c-basic-offset and js2-basic-offset should be
js-indent-level. Whatever value they're given should be preserved;
different parts of our tree use different indentation styles.
- We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
Remove tab-width: settings, at least in files that don't contain tab
characters.
- Remove js2-mode settings that belong in the user's .emacs file, like
js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Oskar Eisemut
0f877adc75
Bug 968141 - Remove pref print.whileInPrintPreview and print.tmp.printerfeatures can_use_multiple_devicecontexts_concurrently, was default enabled since Bug 126802 anyway. r=roc
2014-02-07 12:44:00 +01:00
Masayuki Nakano
372e951c58
Bug 966612 part.1 Print preview should handle Esc key with keydown event r=enndeakin
2014-02-06 00:14:35 +09:00
Magnus Melin
754a75ac21
Bug 907338 - "Ci is undefined" error in printUtils.js - thunderbird's print preview doesn't show any preview. r=Mossop
2013-08-21 22:43:01 +03:00
Brendan Dahl
fb832fe5c6
Bug 844479 - Don't background the original window during print preview. r=Mossop
2013-07-17 15:01:43 -07:00
Peter Van der Beken
b354a31ab6
Fix for bug 830342 (Scale combobox is broken in print-preview, after selecting "Custom" and then hitting "Cancel" on its spawned dialog). r=dolske.
2013-01-17 12:16:33 +01:00
Neil Rashbrook
3f194429dd
Bug 758354 Stop unnecessarily preprocessing chrome r=dolske
2012-06-26 00:11:16 +01:00
Ed Morley
4bd90ea948
Backout ec9451e9e830 (bug 758354) for PGO linux permaorange in browser_bug422590.js and friends
2012-06-25 19:14:43 +01:00
Neil Rashbrook
d9a10be7eb
Bug 758354 Stop unnecessarily preprocessing chrome r=dolske
2012-06-25 09:24:49 +01:00
Gervase Markham
cb6a072c2a
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Oonishi Atsushi
79cf816bd5
Bug 311007 - Add aFlags arg to onLocationChange(...), to distinguish between same-document and different-document. r=smaug, sr=bzbarsky
2011-11-10 15:01:11 +01:00
Michael Kohler
61fec64afe
Bug 506041 Part 2: Correct misspellings in source code
...
r=timeless
2010-05-13 14:19:50 +02:00
Olli Pettay
352336ae8d
Bug 545330 - Crash [@ PresShell::Destroy] on exit after failed Print Preview of XUL document, r=mats
2010-02-11 13:02:38 +02:00
Olli Pettay
cb7087f56a
Bug 544018 - print preview doesn't work in view source , r=dao
2010-02-09 18:24:49 +02:00
Olli Pettay
afa76a6fe2
backout Bug 544018
2010-02-08 19:00:41 +02:00
Olli Pettay
fcad2fdbd3
Bug 544018 - print preview doesn't work in view source, r=dao
2010-02-08 18:16:57 +02:00
Olli Pettay
2e3d0c93fe
Bug 487667 - Clone documents for printing, r=roc+jst+joe+dbaron
2009-12-10 20:02:13 -08:00
Johnny Stenback
7542d4422d
Fixing bug 440486. Work around a Windows XP fax dialog bug. r=rstrong.
2009-11-05 21:14:27 -08:00
Masahiro Yamada
03a56b10a0
Bug 505060 - [Print preview]Changing scale xx% -> shrink to fit -> xx% does not work. r=gavin.sharp
2009-10-10 23:20:35 +09:00
Jae-Seong Lee
71280226a5
Bug 483419 - Rename the left-arrow and right-arrow class names in the print preview toolbar to previous-arrow and next-arrow. r=dao
2009-10-02 08:21:38 +02:00
KUROSAWA, Takeshi
be14ee7736
Bug 398388 - XUL numberboxes for the Print Preview. r=gavin
2009-09-29 21:18:20 +02:00
Neil Deakin
c1e5180e7a
Bug 503627, pass an actual window to showProgress so it doesn't try to use the active setup dialog instead, r=mconnor
2009-09-09 17:01:12 -04:00
Dão Gottwald
1d0feef902
Bug 454562 - clean up onEnterPrintPreview, onExitPrintPreview and related code. r=mano
2009-09-09 09:50:46 +02:00
Ehsan Akhgari
40cdcf83d1
Bug 487656 - zoomed in by default while entering Private Browsing; r=dao,mconnor
2009-08-02 22:23:01 +04:30
Neil Deakin
5cc1ab5ff7
Bug 478416, replace chromedir attribute with :moz-locale-dir pseudoclass, r=neil,dao,dbaron,sr=dbaron
2009-07-29 14:33:53 -04:00
MattN
b50855f818
Bug 426079 - Print Preview toolbar not shown if launched from window without toolbar. r=gavin
2009-07-10 09:01:49 +02:00
Neil Deakin
f62906b6b1
Bug 178324, refactor focus by moving all focus handling into one place and simplifying it, add many tests, fixes many other bugs too numerous to mention in this small checkin comment, r=josh,smichaud,ere,dbaron,marco,neil,gavin,smaug,sr=smaug (CLOSED TREE)
2009-06-10 14:00:39 -04:00
Vlado Valastiak
7470d91cb9
Bug 277296 - The print dialogs have no accesskeys; r=gavin, a191=beltzner
2008-11-28 22:07:51 +01:00
Daniel Holbert
8992d625af
Bug 458167 - (comments-only changes) Grammar Nazi Vol1: s/it's/its/ for the posessive version of the word, and a few other misc comment-typos, in these directories: accessible browser config profile rdf toolkit tools xpcom xpfe
2008-10-01 23:49:45 -07:00
Serge Gautherie
8a4aa00b51
Bug 445376 - In </toolkit/*>, "use a xul <stringbundle/> instead of including the strres.js code"
...
(Av1) <print*.*>
r=Enn
2008-08-20 00:27:04 -05:00