fantasai
|
3027a2127b
|
Bug 508473 part III: Pass destruction root to frame destruction methods r=bz sr=roc
|
2009-12-24 00:21:15 -05:00 |
Zack Weinberg
|
d47e0f433b
|
Bug 497495 part 3: Add methods to every nsFrame subclass that expose the as-allocated identity of every frame object. Also some cleanups to the QueryFrame implementation. r=dbaron sr=roc
|
2009-09-12 17:49:24 +01:00 |
Joe Drew
|
2aa59235f2
|
Bug 753 - Remove nsIImage, gfxIImageFrame, and their implementations, and expose an equivalent api on imgIContainer. r=roc,josh,bz,longsonr,vlad,karlt,jimm,bsmedberg,mfinkle,peterw,peterv sr=vlad,roc
--HG--
rename : gfx/src/shared/gfxImageFrame.cpp => modules/libpr0n/src/imgFrame.cpp
rename : gfx/src/shared/gfxImageFrame.h => modules/libpr0n/src/imgFrame.h
|
2009-07-20 18:50:15 -07:00 |
Arpad Borsos
|
5c75f0b0ee
|
Bug 492520 - Optimize some Frame classes for memory usage; r+sr=roc
|
2009-05-12 12:13:09 +02:00 |
Jeremy Lea
|
ce80f69254
|
Bug 448830. Make nsIntRect/nsIntMargin/nsIntSize/nsIntPoint different types from nsRect/nsMargin/nsSize/nsPoint different types for better compile-type unit checking. r+sr=roc
--HG--
extra : rebase_source : a331a9e49fbc5931f546919281fcca7f008ab615
|
2009-01-15 16:27:09 +13:00 |
Bernd
|
867fdf2cb0
|
bug 258377, make border collapsed tables to listen for dynamic border style changes r/sr=bzbarsky
|
2008-10-26 11:11:34 +01:00 |
L. David Baron
|
da3721ca17
|
Make sure DidSetStyleContext methods call the base class DidSetStyleContext, and change the signature to return void. (Bug 459649) r+sr=bzbarsky
|
2008-10-13 18:03:28 -04:00 |
roc+@cs.cmu.edu
|
dc7c75d483
|
Bug 420351. Don't let empty list-bullets make a line non-empty. r+sr=dbaron
|
2008-03-11 17:46:18 -07:00 |
roc+@cs.cmu.edu
|
d5b40c88f6
|
Backing out 420351
|
2008-03-11 03:44:32 -07:00 |
roc+@cs.cmu.edu
|
aeaf9bd3dc
|
Bug 420351. Empty bullets cannot make a line non-empty. r+sr=dbaron
|
2008-03-11 00:36:03 -07:00 |
smontagu@smontagu.org
|
86c874a959
|
Make Hebrew list numbering be ordered correctly. Bug 413928, r+sr=roc, blocking1.9=shrep
|
2008-02-13 00:21:59 -08:00 |
dbaron%dbaron.org
|
405d600298
|
When drawing images, track full source and dest regions (unclipped) or use floats, to avoid rounding problems with advanced image resizing algorithms. b=371434 r=vlad r+sr=roc
|
2007-03-20 00:58:20 +00:00 |
dbaron%dbaron.org
|
31f1898810
|
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 |
roc+%cs.cmu.edu
|
a7f03736a9
|
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
|
0e88f73bc6
|
Single line comments to describe files (helpful in LXR)
|
2006-03-29 18:29:03 +00:00 |
roc+%cs.cmu.edu
|
0a10a79f62
|
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
|
131e8794e2
|
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
|
557b089a47
|
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
|
c2801ebbd7
|
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 |
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 |
dbaron%dbaron.org
|
da745299c9
|
Implement CSS2 counters. b=3247 r+sr=bzbarsky
|
2005-04-01 23:07:00 +00:00 |
bzbarsky%mit.edu
|
debcc046a2
|
Check for updated bullet image in DidSetStyleContext, not reflow. Bug 180142,
r+sr=dbaron
|
2004-08-04 21:18:20 +00:00 |
bryner%brianryner.com
|
5c02a6978c
|
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
|
2004-07-31 23:15:21 +00:00 |
aaronleventhal%moonset.net
|
092ea261a2
|
Bug 242594. Expose list and list item objects, and bullet text. r=Louie.Zhao, sr=jst/dbaron
|
2004-06-04 19:28:36 +00:00 |
gerv%gerv.net
|
708b56cff4
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:30:37 +00:00 |
uid502
|
d81619b4fa
|
Bug 190735. DeCOMtaminate nsIFrame::GetFrameType. r+sr=bzbarsky
|
2003-10-31 20:19:18 +00:00 |
bzbarsky%mit.edu
|
0b0c3f7646
|
Add nsIContent::GetBaseURL; get rid of similar functions on nsIXMLContent and
nsIHTMLContent. Bug 209573, r=caillon, sr=jst.
|
2003-07-03 02:45:34 +00:00 |
bzbarsky%mit.edu
|
792d30905e
|
Eliminate libpr0n's use of prescontexts as unique keys; use documents instead
and do not hold a ref to them. Bug 190475, r=pavlov, sr=jst
|
2003-02-26 05:51:32 +00:00 |
bryner%netscape.com
|
e43f5a49fd
|
Remove nsIStyleContext (bug 114713), r/sr=dbaron. Changed lots of methods to use nsStyleContext* or already_AddRefed<nsStyleContext> as return values, depending on whether a reference is returned. Turn on nsRefPtr (bug 104346), and change nsDerivedSafe to not declare AddRef and Release explicitly virtual, r=jag, sr=dbaron.
|
2003-02-22 00:32:13 +00:00 |
bzbarsky%mit.edu
|
1bf04ab28d
|
Allow list labels to be negative. Bug 56088, r=caillon, smontagu, sr=roc+moz
|
2002-11-09 18:33:37 +00:00 |
bzbarsky%mit.edu
|
f2ee8260a0
|
Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible
(i.e. where the string is a literal). Bug 104159, r=jag, sr=alecf
|
2001-11-14 01:33:42 +00:00 |
gerv%gerv.net
|
4e12e44b2f
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
karnaze%netscape.com
|
e908dd0313
|
bug 68998 - added extra param to Paint, PaintChild, PaintChildren used by tables in standard mode. sr=waterson, r=alexsavulov.
|
2001-09-19 12:35:19 +00:00 |
pavlov%netscape.com
|
1e20984ef0
|
fixing bug 78690. removing old imagelib. r=jst sr=waterson
|
2001-08-09 20:22:39 +00:00 |
tbogard%aol.net
|
af1ce8d410
|
Changed nsIPresContext& to nsIPresContext*. Changed nsEventStatus& to nsEventStatus*. Now more compatible with XPIDL. a=vidur r=scc
|
1999-11-24 06:03:41 +00:00 |
dmose%mozilla.org
|
5312eacf8c
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
troy%netscape.com
|
1585a751fb
|
Moved a bunch of stuff out to a nsIFrameDebug interface
|
1999-11-01 22:12:45 +00:00 |
kipp%netscape.com
|
1f6b355fee
|
r=troy; Use a custom frame type so that bullets show up properly in the frame sizing data
|
1999-10-14 23:08:58 +00:00 |
kipp%netscape.com
|
ef65491e09
|
Temp tweak
|
1999-09-16 19:56:00 +00:00 |
troy%netscape.com
|
c551fe3166
|
Renamed DeleteFrame() to Destroy()
|
1999-07-22 02:24:52 +00:00 |
kipp%netscape.com
|
b3cd5aa101
|
Use revised image loading apis
|
1999-04-13 21:49:58 +00:00 |
kipp%netscape.com
|
d556e3e3cd
|
Removed List method
|
1999-03-05 04:22:29 +00:00 |
kipp%netscape.com
|
7f96144059
|
Spanked away SizeOf methods and nsIListFilter
|
1999-01-16 00:00:50 +00:00 |
kipp%netscape.com
|
c29e5116c7
|
Revised frame Paint API
|
1998-12-18 15:54:23 +00:00 |
kipp%netscape.com
|
da289aba99
|
Moved to new Init/ctor seperation
|
1998-12-05 16:02:26 +00:00 |
kipp%netscape.com
|
5841a14537
|
new
|
1998-12-01 16:13:49 +00:00 |