mats.palmgren@bredband.net
|
266f784855
|
Bye bye Xprint. b=326716 r+sr=dbaron
|
2007-06-13 11:02:58 -07:00 |
|
Olli.Pettay@helsinki.fi
|
7817abfbca
|
Bug 363089, Remove nsIDOMEventReceiver (this time passes mochitest), r+sr=jst
|
2007-05-14 02:11:38 -07:00 |
|
bzbarsky@mit.edu
|
2704d6350d
|
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
|
40178e46a3
|
backout Bug 363089
|
2007-05-11 06:34:05 -07:00 |
|
Olli.Pettay@helsinki.fi
|
e1fb8b073b
|
Bug 363089, Remove nsIDOMEventReceiver, r+sr=jst
|
2007-05-11 04:15:11 -07:00 |
|
kjh-5727@comcast.net
|
bc93bea324
|
Bug 377096 - Factor out nsIPrintOptions::AvailablePrinters. r=pavlov, sr=biesi.
|
2007-05-06 04:29:41 -07:00 |
|
bzbarsky@mit.edu
|
086c2eb0c0
|
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
|
79c66b8a27
|
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 |
|
hg@mozilla.com
|
05e5d33a57
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|
sharparrow1%yahoo.com
|
6eb7b30fcc
|
Bug 371372: No print session created (regression from bug 370966). r+sr=roc.
|
2007-02-23 19:29:15 +00:00 |
|
sharparrow1%yahoo.com
|
8c4edcac47
|
Bug 370966: Fix error handling in nsPrintEngine. r+sr=roc.
|
2007-02-23 03:58:36 +00:00 |
|
sharparrow1%yahoo.com
|
c665c10b94
|
Bug 370852. Misc nsPrintEngine fixes/cleanups.r+sr=roc.
|
2007-02-20 00:44:57 +00:00 |
|
joshmoz%gmail.com
|
19b60dfc6a
|
remove unused variables, other warning fixes. no bug. r/sr=bz
|
2007-02-16 08:04:44 +00:00 |
|
sharparrow1%yahoo.com
|
d986ad1f22
|
Bug 370034: Replace nsIDeviceContext::GetDeviceContextFor with nsIDeviceContext::Init. r+sr=roc
|
2007-02-15 11:08:47 +00:00 |
|
sharparrow1%yahoo.com
|
9f9ef10f7f
|
Bustage fix for bug 369834.
|
2007-02-13 23:00:39 +00:00 |
|
sharparrow1%yahoo.com
|
a8f437abc4
|
Bug 369834: Get rid of SetAltDevice and friends (and fix print preview). r+sr=roc.
|
2007-02-13 22:36:59 +00:00 |
|
sharparrow1%yahoo.com
|
76a64e5c22
|
Bug 177805: Fix the use of units in Gecko. r+sr=roc
|
2007-02-07 07:46:44 +00:00 |
|
cvshook%sicking.cc
|
a39ff30284
|
Kill remainders of ns(XBL|HTML|XUL|Layout)Atoms. r/sr=jst b=368128
|
2007-01-30 00:06:41 +00:00 |
|
mats.palmgren%bredband.net
|
72dca139bf
|
Reset 'mAltDC' when we finish Print Preview. b=365578 r+sr=roc
|
2007-01-26 18:26:00 +00:00 |
|
timeless%mozdev.org
|
4e651390ef
|
Bug 355300 There should be only one nsGkAtoms creature
r=dbaron
|
2006-12-26 17:47:52 +00:00 |
|
dbaron%dbaron.org
|
2084e073f8
|
Eliminate nsStyleBorderPadding and add margin/padding/content rect APIs to nsIFrame. b=332922 r+sr=roc
|
2006-12-20 01:23:45 +00:00 |
|
sharparrow1%yahoo.com
|
fe85f89a4d
|
Bug 363770: Fix print crash caused by premature release of print engine. r+sr=roc.
|
2006-12-17 21:39:03 +00:00 |
|
dbaron%dbaron.org
|
d5af630c22
|
Better API for used padding/border/margin: remove deprecated Calc*For on nsStyleStructs and add GetUsed* to nsIFrame. b=332922 r+sr=roc
|
2006-12-13 23:04:57 +00:00 |
|
sharparrow1%yahoo.com
|
01ccd95a11
|
Bug 361844: Printing cleanup; r+sr=roc. Changes the way the presentation is managed for print preview, plus many smaller cleanups.
|
2006-12-10 08:05:05 +00:00 |
|
kjh-5727%comcast.net
|
5f49ed61b9
|
Bug 360485 - Factor out nsIDeviceContextSpecFactory. Part 1: changed files. r=pavlov, sr=roc.
|
2006-12-09 17:18:56 +00:00 |
|
sayrer%gmail.com
|
0d2f67fa51
|
bug 361005. remove nsCRT::strdup from layout. r+sr=bz
|
2006-11-17 01:49:06 +00:00 |
|
bzbarsky%mit.edu
|
84053a9abd
|
When doing ContentRemoved, IndexOf() will always return -1. So don't use it.
Bug 360524, r+sr=roc
|
2006-11-13 21:27:44 +00:00 |
|
gavin%gavinsharp.com
|
2156c6d99b
|
Bug 353410: useless null check in nsPrintEngine::SetupToPrintContent, patch by Ryan Jones <sciguyryan@gmail.com>, r+sr=roc
|
2006-09-20 18:26:15 +00:00 |
|
bmlk%gmx.de
|
3b2bf8ecb8
|
remove debug cruft (MOZ_LAYOUTDEBUG) and say that printing is finished once the regression dump is done bug 339500 r=sharparrow1 sr=dbaron
|
2006-09-09 04:52:57 +00:00 |
|
sayrer%gmail.com
|
9395f31ee3
|
bug 348669. Remove inappropriate nsCRT::free usage. r=timeless, sr=dbaron
|
2006-09-08 04:35:17 +00:00 |
|
mats.palmgren%bredband.net
|
ff9ebb7df2
|
Fix Print/Preview crash when (sub-)document doesn't have root content. b=345159 r+sr=bzbarsky
|
2006-07-25 16:05:49 +00:00 |
|
sharparrow1%yahoo.com
|
341097b456
|
Bug 344696: Remove nsIDeviceContext::Get/SetZoom. r+sr=roc.
|
2006-07-21 00:16:07 +00:00 |
|
bzbarsky%mit.edu
|
bf01cece13
|
Deal with the messed-up way changing any print-preview settings works by ignoring random calls to TurnScriptingOn which are trying to turn it off when it's already off. This way we only track the state when the first TurnScriptingOff call came through. Bug 340119, r+sr+branch181=sicking
|
2006-06-02 20:29:05 +00:00 |
|
Olli.Pettay%helsinki.fi
|
cb1f0a0bb9
|
Bug 338122, Crash [@ nsIMEStateManager::IsActive] when window gets removed on mousedown at button, r+sr=roc
|
2006-05-19 10:26:44 +00:00 |
|
darin%meer.net
|
0318b8c707
|
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
|
2006-05-10 17:30:15 +00:00 |
|
cvshook%sicking.cc
|
d3ec0aa5c5
|
Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz
|
2006-05-05 06:52:21 +00:00 |
|
bzbarsky%mit.edu
|
7d7cc60668
|
Don't print-preview <noscript> unless script is really disabled. Bug 334944, r+sr=jst
|
2006-04-22 00:06:30 +00:00 |
|
sharparrow1%yahoo.com
|
3dba8a1b8c
|
Bug 333926: Don't create a widget for documents when printing (fix cocoa printing). r+sr=roc.
|
2006-04-18 00:37:53 +00:00 |
|
sharparrow1%yahoo.com
|
3b62c93943
|
Bug 332927: Cleanup iframe/frame printing code (and a couple other misc. cleanups)
|
2006-04-11 01:48:48 +00:00 |
|
sharparrow1%yahoo.com
|
1e650e3784
|
Bug 331415: some printing code cleanup. r+sr=roc.
|
2006-03-30 00:27:42 +00:00 |
|
bzbarsky%mit.edu
|
3b307aca09
|
Fix bug 325991 -- spinning event queues requires more care. r=jst, sr=shaver
|
2006-02-07 22:24:47 +00:00 |
|
sharparrow1%yahoo.com
|
ac6fed3850
|
Bug 321433 - Don't enable selection for printing. r+sr=roc.
|
2006-02-07 02:52:40 +00:00 |
|
sharparrow1%yahoo.com
|
8debca1822
|
Bug 326157: Get rid of unnecessary clipping code. r+sr=roc.
|
2006-02-07 02:22:06 +00:00 |
|
cbiesinger%web.de
|
c2d981f764
|
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
|
2006-02-03 14:18:39 +00:00 |
|
roc+%cs.cmu.edu
|
77bca74243
|
Bug 317375. Reorganize frame painting and mouse event targeting around frame display lists. Some review from dbaron, lots of testing help from Martijn, Julien and others
|
2006-01-26 02:29:17 +00:00 |
|
masayuki%d-toybox.com
|
856897abff
|
Bug 317289 hang (never finish/freeze) printing selection in iframe r+sr=roc
|
2005-11-30 13:24:00 +00:00 |
|
bzbarsky%mit.edu
|
fe494a9f14
|
Don't paint selection shading on images when printing. Bug 312415, r+sr=roc
|
2005-11-29 16:26:22 +00:00 |
|
masayuki%d-toybox.com
|
8211dc3b14
|
Oops, currently the Tree is closed, backing out previous check-in. b=317289
|
2005-11-29 05:50:24 +00:00 |
|
masayuki%d-toybox.com
|
9a0e324461
|
Bug 317289 hang (never finish/freeze) printing selection in iframe r+sr=roc
|
2005-11-29 05:40:36 +00:00 |
|
jst%mozilla.jstenback.com
|
8f1863159b
|
Fixing bug 316794. Moving HandleDOMEvent() and Get/SetDocShell from nsIScriptGlobalObject to nsPIDOMWindow. r=mrbkap@gmail.com, sr=peterv@propagandism.org
|
2005-11-28 23:56:44 +00:00 |
|