Граф коммитов

227 Коммитов

Автор SHA1 Сообщение Дата
Olli.Pettay@helsinki.fi 3daeb9e119 Bug 301560, print() from modal dialog crashes browser [@ nsPrintEngine::ShowPrintProgress], r+sr=bz, a=blocking1.9+ 2007-11-12 04:17:23 -08:00
Olli.Pettay@helsinki.fi d610778003 Bug 398265, Crash [@ nsPrintPreviewListener::RemoveListeners()] with <frame> on print preview, r+sr=roc, a=1.9+ 2007-11-09 14:38:46 -08:00
Olli.Pettay@helsinki.fi 1cafa85963 Bug 363265, Scroll arrows, page up/page down, home, end, and space don't work in print preview, r=roc+myk,sr=roc,a=1.9+ 2007-11-09 02:19:12 -08:00
joshmoz@gmail.com d775975b5f remove XP_MAC usage. b=281889 r=cbarrett sr=roc a=roc 2007-10-01 16:20:37 -07:00
martijn.martijn@gmail.com 583933e1c8 Bug 362734 - Crash [@ nsPrintEngine::DocumentReadyForPrinting] with testcase that sets print preview, then reloads the page, patch by Andrew Smith, r=sharparrow1, sr=roc (blocking1.9 bug) 2007-09-04 14:44:42 -07:00
masayuki@d-toybox.com 5cf046b40d Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc 2007-08-22 04:13:46 -07:00
bzbarsky@mit.edu 6b0b848b3c Make sure to process style updates before reflow, and both before painting. Bug 375436, r+sr=roc, a=dbaron 2007-08-21 19:57:06 -07:00
mats.palmgren@bredband.net cfcd055eb1 Bye bye Xprint. b=326716 r+sr=dbaron 2007-06-13 11:02:58 -07:00
Olli.Pettay@helsinki.fi c62c9a6daf Bug 363089, Remove nsIDOMEventReceiver (this time passes mochitest), r+sr=jst 2007-05-14 02:11:38 -07:00
bzbarsky@mit.edu af881ad8e5 Process XBL constructors right after the frame construction inInitialReflow(). Bug 377119, r+sr=sicking 2007-05-13 20:52:48 -07:00
Olli.Pettay@helsinki.fi 0cb1dd0a4b backout Bug 363089 2007-05-11 06:34:05 -07:00
Olli.Pettay@helsinki.fi c509d37191 Bug 363089, Remove nsIDOMEventReceiver, r+sr=jst 2007-05-11 04:15:11 -07:00
kjh-5727@comcast.net c693e38ac1 Bug 377096 - Factor out nsIPrintOptions::AvailablePrinters. r=pavlov, sr=biesi. 2007-05-06 04:29:41 -07:00
bzbarsky@mit.edu 9a5db57b2f Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers ofGetShellAt(0) to using this API. Bug 378780. API introduction part by me,r+sr=jst. Mass-changes done by taras using squash, r+sr=me 2007-05-01 15:24:20 -07:00
bzbarsky@mit.edu ed77655b3d Make InitialReflow just post a reflow event instead of doing a synchronousreflow. Bug 378975, r=dbaron and Eli Friedman, sr=dbaron 2007-05-01 10:15:08 -07:00
roc+@cs.cmu.edu 0054412272 Bug 374866. Reftests for text-transform. r=dbaron 2007-03-22 16:01:14 -07:00
dholbert%cs.stanford.edu 20c793ba39 But 431587: Use zoom-ratio when computing number of needed pages during print-selection. r+sr=roc a=damons 2008-05-01 06:31:17 +00:00
dholbert%cs.stanford.edu 56933ab7bd Bug 430748: In print-selection, crop out selection regions that are before the top of the first page. (e.g. initial whitespace) r+sr=roc a=beltzner 2008-04-29 18:16:49 +00:00
dholbert%cs.stanford.edu 4bdcc6b66a Bug 430357: Subtract not just normal margin, but also unwriteable margin, when positioning selected block during print-selection. r+sr=roc a=damons 2008-04-23 01:53:20 +00:00
dholbert%cs.stanford.edu 500b411fe0 Bug 430150: During print-selection, use zoom ratio to scale y-position and height of selection, so that it doesn't get shifted too far when we move it to top of page. r+sr=roc a1.9=damons 2008-04-22 01:22:48 +00:00
dholbert%cs.stanford.edu fc484c9472 Bug 429337: re-landing patch, with bustage fix. (bustage fix initializes nsPrintSettingsGTK::mPrintSelectionOnly to false in default constructor. Wasn't getting initialized before.) 2008-04-22 01:18:27 +00:00
dholbert%cs.stanford.edu 8dd733796e Backing out bug 429337 to fix broken printing reftests on linux test box. 2008-04-22 00:48:12 +00:00
dholbert%cs.stanford.edu 6657892483 Bug 429337: During print-selection, don't use an unconstrained page height everywhere -- just on the reflowSize (where we need it, to catch selections on pages beyond the first). r+sr=roc a=beltzner 2008-04-21 22:36:26 +00:00
Olli.Pettay%helsinki.fi dc656b0aa3 backout Bug 424377, a=beltzner 2008-04-15 18:02:23 +00:00
dholbert%cs.stanford.edu 141ecf27e3 Minor comment-only change (fixing typo) 2008-04-11 00:39:16 +00:00
ajschult%verizon.net 374c0cbb55 Bug 408355: Better fix for bug 396024 that doesn't leak (as much). r+sr=roc, a=beltzner 2008-04-09 05:24:13 +00:00
dholbert%cs.stanford.edu 70e68f7ed6 Bug 389949, second patch: rotate landscape-mode printed output in Linux. (so we don't end up printing landscape-oriented content on top of portrait-oriented paper.) r+sr=vlad a=blocking1.9 2008-04-08 00:32:49 +00:00
Olli.Pettay%helsinki.fi e66e34e802 Bug 424377, r=jst, sr=roc 2008-04-01 10:37:30 +00:00
dholbert%cs.stanford.edu a0c840a36e Bug 423345: Use mIsCreatingPrintPreview, not mIsDoingPrintPreview, to check if we're setting up a print-preview page. r+sr=vlad a=blocking1.9+ 2008-03-19 23:04:40 +00:00
dholbert%cs.stanford.edu 3232745214 Bug 417356: Define & use "UnwriteableMargin" PrintSettings pref, to make Linux printing work more like Mac printing (keeping us from printing right up against the edge of the page) Orig Patch: [r=ventron sr=roc] Updates: [r=ventron r+sr=vlad] a=blocking1.9+ 2008-03-19 20:51:44 +00:00
dholbert%cs.stanford.edu 179fb266ba Backing out Bug 417356, due to pagination reftest failures. 2008-03-14 08:50:15 +00:00
dholbert%cs.stanford.edu 45dc8c714e Bug 417356: Define & use "UnwriteableMargin" PrintSettings pref, to make Linux printing work more like Mac printing (keeping us from printing right up against the edge of the page) r=ventron sr=roc a=blocking1.9+ 2008-03-14 07:48:07 +00:00
dholbert%cs.stanford.edu 2f98f329ff Bug 407080: Disallow print-preview while page is loading. (Re-landing with broken mochitest disabled) r+sr=roc, a=blocking1.9+ 2008-03-13 21:12:56 +00:00
dholbert%cs.stanford.edu 6fe30e112b Backing out bug 407080 to investigate breakage of mochitest test_bug396024.html 2008-03-04 06:11:54 +00:00
dholbert%cs.stanford.edu 94328d3841 Bug 407080: Disallow print-preview if page is loading. r+sr=roc, a=blocking1.9+ 2008-03-04 01:05:27 +00:00
jag%tty.nl 79576fee57 Bug 416998: Fix the order of member variable initializers for a few constructors. sr=bz, a=schrep 2008-02-19 07:36:52 +00:00
jag%tty.nl 4221353fba Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan 2008-02-18 08:50:33 +00:00
roc+%cs.cmu.edu 5dc7dad8d8 Bug 398269. Treat naked <frame> elements not in framesets like <iframes> when printing. r+sr=mats 2008-02-07 04:00:50 +00:00
dholbert%cs.stanford.edu f7485693b1 Bug 389359: In print-preview jump-to-page, scale page-position so we arrive at correct spot. r+sr=roc, a=blocking1.9+ 2008-01-29 20:14:51 +00:00
dholbert%cs.stanford.edu 235ccf9571 Bug 389358 -- Give doc title & URL to pageSeqFrame for display in print-preview header. r+sr=roc; a=blocking1.9+ 2008-01-29 06:49:54 +00:00
reed%reedloden.com 38e12ee76c Bug 193001 - "Use gnome's native print dialog" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr+a1.9=roc] 2008-01-21 03:47:28 +00:00
reed%reedloden.com 6f9ce8a3d1 Back out Michael Ventnor's patch from bug 193001 for now, as it is causing crashes in bug 396024's mochitest. 2008-01-17 10:13:33 +00:00
reed%reedloden.com e5354271fd Bug 193001 - "Use gnome's native print dialog" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=schrep] 2008-01-17 06:27:53 +00:00
reed%reedloden.com c9402272df Bug 404519 - "some margin and edges twips/app units confusion" [p=reg@freebsd.org (Jeremy Lea) / chpe@gnome.org (Christian Persch) r+sr=roc a1.9=schrep] 2007-11-21 05:09:59 +00:00
Olli.Pettay%helsinki.fi bc6ff5a02a Bug 301560, print() from modal dialog crashes browser [@ nsPrintEngine::ShowPrintProgress], r+sr=bz, a=blocking1.9+ 2007-11-12 12:17:23 +00:00
Olli.Pettay%helsinki.fi 6283ec8380 Bug 398265, Crash [@ nsPrintPreviewListener::RemoveListeners()] with <frame> on print preview, r+sr=roc, a=1.9+ 2007-11-09 22:38:46 +00:00
Olli.Pettay%helsinki.fi 7fe67a9ca5 Bug 363265, Scroll arrows, page up/page down, home, end, and space don't work in print preview, r=roc+myk,sr=roc,a=1.9+ 2007-11-09 10:19:12 +00:00
joshmoz%gmail.com 001dc7f51c remove XP_MAC usage. b=281889 r=cbarrett sr=roc a=roc 2007-10-01 23:20:38 +00:00
martijn.martijn%gmail.com 69d5a1b9dc Bug 362734 � Crash [@ nsPrintEngine::DocumentReadyForPrinting] with testcase that sets print preview, then reloads the page, patch by Andrew Smith, r=sharparrow1, sr=roc (blocking1.9 bug) 2007-09-04 21:44:42 +00:00
masayuki%d-toybox.com 5fa5b33f97 Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc 2007-08-22 11:13:55 +00:00