|
|
e0f90db412
|
Rename nsIFrame::GetPresContext to nsIFrame::PresContext. Bug 376042, patch byTaras Glek <tglek@mozilla.com>, rs=roc.
|
2007-03-30 14:11:41 -07:00 |
|
|
|
2773a30057
|
Bug 369168, r+sr=roc
|
2007-03-26 22:30:14 -07:00 |
|
|
|
7353a3a369
|
backout Bug 369168
|
2007-03-23 03:03:25 -07:00 |
|
|
|
f35b0be284
|
Bug 369168, r+sr=roc
|
2007-03-22 17:01:36 -07:00 |
|
|
|
6d7465ca32
|
Bug 369150, r+sr=roc
|
2007-03-22 16:57:55 -07:00 |
|
bzbarsky@mit.edu
|
dfe4bd15b2
|
Only reframe a <frameset> frame if adding a child <frame> or <frameset>. Bug
370430, r+sr=roc
|
2007-03-05 00:11:23 +00:00 |
|
sharparrow1@yahoo.com
|
2da748b9c2
|
Bug 177805: Fix the use of units in Gecko. r+sr=roc
|
2007-02-07 07:46:44 +00:00 |
|
cvshook@sicking.cc
|
e80f1dba4e
|
Kill remainders of ns(XBL|HTML|XUL|Layout)Atoms. r/sr=jst b=368128
|
2007-01-30 00:06:41 +00:00 |
|
dbaron@dbaron.org
|
8648581bf7
|
Change the bulk of ascent (baseline) computation to happen on a virtual method on nsIFrame, and remove the redundant descent member from nsHTMLReflowMetrics, primarily to support having both first-line and last-line baselines. b=367332 r+sr=roc
|
2007-01-23 04:06:56 +00:00 |
|
timeless@mozdev.org
|
f4ef17d178
|
Bug 355300 There should be only one nsGkAtoms creature
r=dbaron
|
2006-12-26 17:47:52 +00:00 |
|
dbaron@dbaron.org
|
d21cb374bd
|
Bug 300030: Move intrinsic width computation out of nsIFrame::Reflow and into its own methods on nsIFrame. Replace reflow reasons, types, and commands with dirty bits/notifications. Thanks to bzbarsky for almost all of the HTML form controls (mozilla/layout/forms) changes, and many others for help testing and patching. For detailed commit logs, see REFLOW_YYYYMMDD_BRANCH, where YYYYMMDD is one of 20061031, 20060830, 20060603, 20060302, 20060119, 20051011, 20050804, 20050429, 20050315, 20050111, and 20041213.
|
2006-12-08 05:38:33 +00:00 |
|
sharparrow1@yahoo.com
|
7e8a65e054
|
Bug 360227: prevent framesets from taking up an extra blank page when print/print previewing. r+sr=roc.
|
2006-11-24 08:12:17 +00:00 |
|
Olli.Pettay@helsinki.fi
|
d66d6b82e2
|
Consolidate NS_MOUSE_***_UP/DOWN/CLICK/DBLCLICK events, r=jst,roc,josh,sergei_d,emaijala,mkaply
|
2006-11-16 21:35:39 +00:00 |
|
Olli.Pettay@helsinki.fi
|
d1bca50030
|
Bug 359203, r+sr=bz
|
2006-11-02 18:34:55 +00:00 |
|
mats.palmgren@bredband.net
|
8c9b400245
|
Avoid crashing on OOM. b=352335 r+sr=roc
|
2006-10-07 08:53:06 +00:00 |
|
cvshook@sicking.cc
|
e52bf42d62
|
Bug 342062: Add nsIMutationObserver which has the ability to get notifications for just mutations happening in a subtree under a given node. r/sr=bz
|
2006-07-02 07:23:10 +00:00 |
|
cvshook@sicking.cc
|
5df20de104
|
Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz
|
2006-05-05 06:52:21 +00:00 |
|
roc+@cs.cmu.edu
|
24f6f0ed12
|
Bug 328926. Remove aPresContext parameter from nsIFrame::Destroy, nsIFrame::SetInitialChildList and nsIFrame::RemovedAsPrimaryFrame. patch by Marc Liddell, r+sr=roc
|
2006-04-10 00:16:29 +00:00 |
|
dbaron@dbaron.org
|
96634178f2
|
Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky
|
2006-04-05 00:00:44 +00:00 |
|
dbaron@dbaron.org
|
60eede3c11
|
Single line comments to describe files (helpful in LXR)
|
2006-03-29 18:29:03 +00:00 |
|
roc+@cs.cmu.edu
|
54d3415318
|
Bug 330934. Set a nsIFrame's stylecontext in its constructor, to ensure that there's always one available for GetPresContext() to use even if Init hasn't been called. Patch by Marc Liddell, r+sr=roc
|
2006-03-26 21:30:36 +00:00 |
|
pavlov@pavlov.net
|
93222d8d4f
|
backing out roc's patch for bug 328926 due to crash running tests on vc8 machines.
|
2006-03-15 06:43:36 +00:00 |
|
roc+@cs.cmu.edu
|
c92e50faf4
|
Bug 328926. Remove aPresContext parameter from Destroy and SetInitialChildList. patch by Marc Liddell, r+sr=roc
|
2006-03-15 03:14:02 +00:00 |
|
roc+@cs.cmu.edu
|
1967e0fe6e
|
Bug 330300. Move mFrame from nsDisplayItem subclasses up to nsDisplayItem itself, and make GetUnderlyingFrame an inline non-virtual function. Patch by Alfred Peng, r+sr=roc
|
2006-03-14 20:43:18 +00:00 |
|
roc+@cs.cmu.edu
|
79c7894a78
|
Bug 328926. Remove aPresContext from nsIFrame::Init and nsIFrame::DidSetStyleContext. r+sr=roc, patch by Marc Liddell
|
2006-03-09 18:55:21 +00:00 |
|
bzbarsky@mit.edu
|
af01a391cf
|
Fix leak bug 324969 -- make sure to call virtual destructors.
|
2006-01-29 18:48:58 +00:00 |
|
roc+@cs.cmu.edu
|
a1b6a30f14
|
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 |
|
cbiesinger@web.de
|
d556e71b64
|
Bug 321504 Remove unneeded uses of nsIDocumentLoader
r+sr=bz
|
2005-12-26 16:45:59 +00:00 |
|
dbaron@dbaron.org
|
cf4fc55190
|
Use a more accurate test for first reflow (and one that won't go away soon). b=307979 r+sr=roc
|
2005-12-21 03:32:25 +00:00 |
|
bzbarsky@mit.edu
|
4d02579678
|
Remove nsIStyledContent. Bug 313968, r=sicking, r=dbaron on nsCSSStyleSheet
changes, sr=jst
|
2005-11-02 00:41:51 +00:00 |
|
roc+@cs.cmu.edu
|
96e9963c67
|
Bug 313817. DeCOMtaminate more NS_New*Frame functions. r+sr=roc, patch by Marc Liddell
|
2005-11-01 20:40:54 +00:00 |
|
bzbarsky@mit.edu
|
d53667675c
|
Pass nsIStyledContent to AttributeChanged() so that consumers don't have to QI
to it. Bug 313343, r=sicking, sr=jst
|
2005-10-27 02:25:23 +00:00 |
|
roc+@cs.cmu.edu
|
7875a54822
|
Bug 313817. DeCOMtaminate a bunch of NS_New*Frame functions. patch by Marc Liddell, r+sr=roc
|
2005-10-26 21:46:39 +00:00 |
|
peterv@propagandism.org
|
97ce448ce1
|
Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). Patch by sicking, updated by peterv, r=bz, sr=peterv.
|
2005-09-24 18:43:15 +00:00 |
|
roc+@cs.cmu.edu
|
5d1b988569
|
Bug 108310. Make GetFrameForPoint take frame-relative coordinates, not bogus relative-to-some-view-or-other, and simplify the signature. r+sr=roc, patch by Eli Friedman.
|
2005-09-19 02:15:54 +00:00 |
|
roc+@cs.cmu.edu
|
4f18a37e4e
|
Bug 280987. Remove aPresContext from nsIFrameDebug::List. r+sr=roc, patch by Vidar Braut Harr.
|
2005-09-06 21:34:50 +00:00 |
|
bzbarsky@mit.edu
|
7eaee1ea99
|
Make addition or removal of frames in a frameset actually change the
rendering. Bug 306660, r=jst, sr=roc
|
2005-09-06 02:14:36 +00:00 |
|
roc+@cs.cmu.edu
|
3ce3467504
|
Bug 296036. Remove the very poorly specified (and redundant) field 'point' of nsEvent. r+sr=roc, patch by Eli Friedman
|
2005-08-23 03:57:07 +00:00 |
|
bzbarsky@mit.edu
|
b51a6bf60e
|
Make frames know whether they're leaves or not from the frame construction
point of view; use this in the frame constructor. Bug 265367, r+sr=dbaron
|
2005-08-16 22:52:48 +00:00 |
|
cvshook@sicking.cc
|
0215f40fbf
|
Bug 236476: Change GetHTMLAttribute to GetParsedAttr. Also fixes bug 232706 by removing final uses of nsHTMLValue.
r=bz sr=jst
|
2005-01-25 00:02:58 +00:00 |
|
bryner@brianryner.com
|
c4c10dcf35
|
Remove nsIHTMLContent interface (bug 276959). r+sr=jst.
|
2005-01-12 19:45:38 +00:00 |
|
neil@parkwaycc.co.uk
|
ab8be2367d
|
Bug 276100 GetOriginToView has unused PresContext argument p=bugmail@q1n.org r+sr=dbaron
|
2005-01-01 17:26:29 +00:00 |
|
cbiesinger@web.de
|
583e242fe1
|
Bug 250493 make nsHTMLFramesetFrame::Init check for failure
patch by Zbigniew Braniecki <gandalf@firefox.pl> r+sr=bz
|
2004-12-30 22:05:22 +00:00 |
|
cbiesinger@web.de
|
fbdf1319d5
|
38447 layout,content,dom and xpwidget part: Implement Handling of URI Values on
CSS "cursor" Properties
for dom,layout,content: r+sr=bz
for widget: r+sr=roc
|
2004-12-30 21:56:11 +00:00 |
|
neil@parkwaycc.co.uk
|
524edd3289
|
Bug 267302 Views should be created by the view manager r+sr=roc
|
2004-11-04 15:06:50 +00:00 |
|
timeless@mozdev.org
|
a9099bec50
|
Bug 265336 GetService klookandfeel instead of CreateInstance
r=biesi sr=dmose
|
2004-10-28 07:25:57 +00:00 |
|
bryner@brianryner.com
|
6cde4639f0
|
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
|
2004-07-31 23:15:21 +00:00 |
|
bryner@brianryner.com
|
15745b0b06
|
Consolidate PresContext classes into a single nsIPresContext implementation, and finish deCOMtaminating it. Bug 253470, r+sr=roc.
|
2004-07-29 19:41:39 +00:00 |
|
roc+@cs.cmu.edu
|
0c0dd832f5
|
Backing out 233441.
|
2004-05-17 16:29:13 +00:00 |
|
roc+@cs.cmu.edu
|
87f4283bc1
|
Bug 233441. Make nsViewManager always have a root view, you can't change it. r+sr=dbaron
|
2004-05-06 03:17:14 +00:00 |
|