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 |
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 |
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 |
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 |
bsmedberg%covad.net
|
78f6d0683d
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
roc+%cs.cmu.edu
|
fed343c43a
|
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 |
bzbarsky%mit.edu
|
0cfd6a71ca
|
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 |
bzbarsky%mit.edu
|
8e208eced1
|
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 |
jst%mozilla.jstenback.com
|
50de4a3e1d
|
Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org
|
2005-04-28 23:48:28 +00:00 |
bzbarsky%mit.edu
|
1601d80e99
|
Remove the long-deprecated nsIWebShell interface. Bug 273319, r=biesi, sr=jst.
|
2005-01-03 22:51:17 +00:00 |
neil%parkwaycc.co.uk
|
74e2aa375a
|
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
|
b71e2a3790
|
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 |
bryner%brianryner.com
|
5c02a6978c
|
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
|
2004-07-31 23:15:21 +00:00 |
jst%mozilla.jstenback.com
|
77c4322ab2
|
Fixing bug 240543. Hiding some nsIPref* API bloatyness in nsContentUtils. r=caillon@aillon.org, sr=peterv@propagandism.org
|
2004-04-29 23:34:19 +00:00 |
gerv%gerv.net
|
708b56cff4
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:30:37 +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
|
c4caf1665b
|
Setting rows/cols on a frameset should try to reflow, not reframe. Bug
48422, r=jkeiser, sr=jst
|
2002-08-06 01:06:50 +00:00 |
jst%netscape.com
|
cd9afd67e1
|
Checking in the fix for bug 52334 for the third time. This time it should stick! Making iframe's load their document even if they're not displayed. r=jkeiser@netscape.com, sr=rpotts@netscape.com.
|
2002-04-17 04:17:16 +00:00 |
timeless%mac.com
|
a84a7e233f
|
http://bonsai.mozilla.org/cvsquery.cgi?module=SeaMonkeyAll&branch=HEAD&cvsroot=/cvsroot&date=explicit&mindate=1017959940&maxdate=1017960540&who=jst%25netscape.com&generateBackoutCVSCommands=1
Backing out the fix for bug 52334
approved by sheriff (karnaze) and cathleen
|
2002-04-05 05:42:10 +00:00 |
jst%netscape.com
|
bf7702387e
|
Checking in the fix for bug 52334 again now that the linux crash and the scrollwheel crash has been fixed. Making iframe's load their document even if they are not displayed. r=jkeiser@netscae.com, sr=rpotts@netscape.com, a=asa@mozilla.org
|
2002-04-04 22:42:19 +00:00 |
jst%netscape.com
|
020632bdc1
|
Backing out latest checkins due to them not working on linux and other unix systems with broken compilers.
|
2002-04-04 07:31:16 +00:00 |
jst%netscape.com
|
aa9f71957d
|
Fixing bug 52334. Making iframe's load their document even if they are not displayed. r=jkeiser@netscae.com, sr=rpotts@netscape.com, a=asa@mozilla.org
|
2002-04-04 02:09:19 +00:00 |
hwaara%chello.se
|
7550ac6b77
|
#113663, clean up and improve support for frameborder and scrolling attributes on frame elements.
r=bz, sr=attinasi
|
2001-12-07 19:40:07 +00:00 |
bzbarsky%mit.edu
|
5de83eca7d
|
Fix inheritance of frameborder in multiply nested framesets. Bug
108164, r=timeless, sr=attinasi
|
2001-11-06 00:44:25 +00:00 |
bzbarsky%mit.edu
|
0d0d35c968
|
Add a pref (layout.frames.force_resizability) to force frames to be
resizable. Bug 105797, r=hyatt, sr=attinasi
|
2001-11-02 02:19:49 +00:00 |
hyatt%netscape.com
|
d033717456
|
fix for 101746. r=dbaron, sr=waterson
|
2001-10-07 00:19:01 +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 |
pollmann%netscape.com
|
8becb74921
|
Bug 70450: Make frame.noResize scriptable, r=nisheeth@netscape.com, sr=jst@netscape.com
|
2001-04-12 08:16:54 +00:00 |
pollmann%netscape.com
|
9cb5e4ebe2
|
Bug 40383: Treat frameset rows spec 0* as 1* in quirks mode; r=harishd
|
2000-08-03 22:26:56 +00:00 |
dbaron%fas.harvard.edu
|
87e19c9cef
|
Fix event targetting bugs by using paint layers in GetFrameForPoint, testing for visibility, and trying GetFrameForPoint on additional views if one fails. r=joki@netscape.com(, hyatt@netscape.com) b=12232,20051,21304,24474,26785, and remaining issues from 23161.
|
2000-03-22 02:43:08 +00:00 |
pollmann%netscape.com
|
14fd9c55fc
|
Bug 18316: Safer way to adjust frame sizes - prevent possible UMR and segfaults r=harishd
|
2000-01-07 05:49:20 +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
|
87afecabc0
|
Changed SetView/GetView to take an additional argument which is the
pres context
|
1999-10-26 04:44:41 +00:00 |
pollmann%netscape.com
|
4616e5edb5
|
Bug 7935: Resizing frames beyond edge doesn't cause offset anymore.
|
1999-06-11 01:18:50 +00:00 |
pollmann%netscape.com
|
d4a3c0415d
|
Bug 4711: Retain frameset resize information through reflows.
|
1999-06-11 00:51:05 +00:00 |
karnaze%netscape.com
|
0fa241fa22
|
bug 3407
|
1999-03-10 06:13:35 +00:00 |
kipp%netscape.com
|
c29e5116c7
|
Revised frame Paint API
|
1998-12-18 15:54:23 +00:00 |
troy%netscape.com
|
2a4b2c503f
|
Added Init() member function to nsIFrame
|
1998-12-03 06:31:43 +00:00 |
karnaze%netscape.com
|
d875aa2aec
|
changed frameset layout algorithm. fixed bugs 728, 1075, 1494 and half of 1486
|
1998-11-28 18:59:38 +00:00 |
joki%netscape.com
|
77fd9c2652
|
Reworking internal event code to use nsIFrame::GetFrameForPoint
Adding new functionality through nsEventStateManager (cursor change, enter/exit events, tab navig)
|
1998-11-18 05:25:26 +00:00 |
troy%netscape.com
|
7aceb4270d
|
Eliminated nsIRunaround interface, and folded space manager parameter into
nsHTMLReflowState structure
|
1998-10-02 04:10:00 +00:00 |
troy%netscape.com
|
ba3c7125c2
|
Separated reflow process out of nsIFrame and into nsIFrameReflow. Also
added nsIHTMLReflow, which is an HTML specific reflow interface
|
1998-10-01 04:46:11 +00:00 |
kipp%netscape.com
|
a388e31cbd
|
Fixed up includes to not depend on old content model classes
|
1998-09-24 21:37:45 +00:00 |
troy%netscape.com
|
f54279e62f
|
Removed mChildCount from nsContainerFrame
|
1998-09-24 17:56:35 +00:00 |
troy%netscape.com
|
f80fdc69aa
|
Removed CreateFrame() from nsIHTMLContent
|
1998-09-18 18:04:42 +00:00 |
karnaze%netscape.com
|
b1f8c627cd
|
in document, renamed nsHTMLFrame.cpp, nsHTMLFrameset.h, nsHTMLFrameset.cpp
|
1998-09-10 17:23:31 +00:00 |