troy%netscape.com
|
8b0eb04e08
|
Reinstated clipping code which had been backed out because it caused
a problem for XUL layout. I added a workaround for the XUL problem
|
2000-04-25 04:43:11 +00:00 |
putterman%netscape.com
|
af52293cd0
|
Backing out troy's changes to fix various UI blocker bugs.
|
2000-04-24 22:15:55 +00:00 |
troy%netscape.com
|
73fc3dde30
|
Changes to bring clipping inline with upcoming CSS2 errata
|
2000-04-23 00:56:16 +00:00 |
rods%netscape.com
|
9d45d84767
|
Add ifdef'ed Performance Reflow Counting code
|
2000-04-21 14:59:47 +00:00 |
jband%netscape.com
|
6738a9cf88
|
extracted the declaration of nsObjectFrame into a separate .h file so that it can be accessed by nsHTMLEmbedElement.cpp. This is needed to fix bug 32150
|
2000-04-14 22:48:30 +00:00 |
tbogard%aol.net
|
956cf30894
|
Get the service for the plugin host. Don't bother requesting it from the container.
|
2000-04-13 02:53:18 +00:00 |
scc%netscape.com
|
953490ff20
|
making string conversions explicit
|
2000-04-03 11:39:09 +00:00 |
warren%netscape.com
|
d60b12b153
|
Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread.
|
2000-03-29 03:58:50 +00:00 |
av%netscape.com
|
81c455b21f
|
Fix for 33447, r=serge
|
2000-03-28 01:01:49 +00:00 |
scc%netscape.com
|
9c2f6dad62
|
small changes to clients of string converting APIs
|
2000-03-26 10:06:21 +00:00 |
pierre%netscape.com
|
4b5db8f52f
|
Fix 32199 (visibility:collapse is not being interpreted as hidden on block and inline level elements) and parts of 21701 (misuse of style attr mVisible).
In the following files, replacing disp->mVisible with disp->IsVisible() is a BUG FIX: nsBlockFrame, nsBulletFrame, nsHRFrame, nsHTMLContainerFrame, nsImageFrame, nsTextFrame.
In all the other files, replacing disp->mVisible with disp->IsVisible() or disp->IsVisibleOrCollapsed() is merely a SYNTACTICAL CHANGE. The respective owners will later review the use of IsVisibleOrCollapsed() and in some cases replace it with IsVisible(). See bug 21701.
|
2000-03-17 10:15:13 +00:00 |
tbogard%aol.net
|
566ba99070
|
Use the nsIWebBrowserChrome interface to set the status rather than the old nsIBrowserWindow interface.
|
2000-03-11 00:41:57 +00:00 |
av%netscape.com
|
be9d921172
|
Fix for 27486, r=stanley.ho@eng.sun.com, a=rickg
|
2000-03-02 01:57:14 +00:00 |
av%netscape.com
|
e871987c35
|
Fix for 27486, r=rickg, a=rickg
|
2000-02-26 00:14:16 +00:00 |
av%netscape.com
|
69b4d53f01
|
Fixing 27486, r=beard
|
2000-02-25 01:02:53 +00:00 |
av%netscape.com
|
2e86c31fe2
|
Added check for null pointer to avoid possible crashes, could be reason for 27558
|
2000-02-16 01:49:42 +00:00 |
pp%ludusdesign.com
|
43d7ba4273
|
Converting ::GetIID() into NS_GET_IID(). Bug #20232. r=scc, r=mozbot
|
2000-02-02 22:24:56 +00:00 |
michael.lowe%bigfoot.com
|
3326c2959e
|
Repeating, prioritised timer implementation for Windows and Gtk (bug 22979). author={Win32=michael.lowe@bigfoot.com, Gtk=alex@cendio.se}, r={kmcclusk,rods,sfraser,et al} a=brendan
|
2000-01-21 21:56:09 +00:00 |
av%netscape.com
|
144c7db017
|
Fix for #18679
|
2000-01-19 00:31:52 +00:00 |
av%netscape.com
|
8ca1491a0e
|
Bug 22598. r=vidur
|
2000-01-05 01:18:38 +00:00 |
tbogard%aol.net
|
780e191953
|
Fixing some places when talking to the webshell object to start talking through the new docshell interfaces.
|
1999-12-18 02:09:29 +00:00 |
hyatt%netscape.com
|
16a944a1e3
|
Implementing a generalized recycler and arena for all layout frames. Hoping to improve
bug #9489. Should also definitely fix bug #15916. r=troy
|
1999-12-04 23:49:50 +00:00 |
warren%netscape.com
|
a265a32348
|
Landing no_neckoutil2_branch. Bug #11159. Removes neckoutil_s.lib from build which helps beos and openvms.
|
1999-11-30 04:50:42 +00:00 |
tbogard%aol.net
|
a0640b60c4
|
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 |
troy%netscape.com
|
fe56995443
|
WillReflow/DidReflow changes and changes to the way view positioning
and sizing works
|
1999-11-19 15:33:29 +00:00 |
tbogard%aol.net
|
4f6c979f2f
|
Changed QueryCapability to use the new interface requestor. r=pavlov
|
1999-11-14 10:22:00 +00:00 |
av%netscape.com
|
7c2704d6f6
|
Fix for bug 16302. Added counting margins when calculating the object size, r=nisheeth
|
1999-11-11 00:00:07 +00:00 |
dmose%mozilla.org
|
42fc94a6ec
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
cls%seawood.org
|
14ef08310e
|
Removed unused NECKO ifdefs.
a=leaf
|
1999-11-02 23:34:03 +00:00 |
troy%netscape.com
|
04accb3de6
|
Moved a bunch of stuff out to a nsIFrameDebug interface
|
1999-11-01 22:12:45 +00:00 |
troy%netscape.com
|
a47e8db44b
|
Changed SetView/GetView to take an additional argument which is the
pres context
|
1999-10-26 04:44:41 +00:00 |
av%netscape.com
|
132357b3c7
|
Bug 15178, r=vidur adding check for null-pointer avoiding crash
|
1999-10-08 23:46:23 +00:00 |
av%netscape.com
|
eacb18ec27
|
Fixing bug #8036, reviewd by beard
|
1999-09-30 08:07:23 +00:00 |
mjudge%netscape.com
|
038109f57b
|
aproved leaf. reviews sfraser. checking for null stopping crash
|
1999-09-28 00:13:19 +00:00 |
troy%netscape.com
|
bde4ac61db
|
Added frame type for OBJECT frame
|
1999-09-13 21:26:05 +00:00 |
av%netscape.com
|
0f13ced10e
|
Fixing bug 7509
|
1999-09-08 00:12:26 +00:00 |
pinkerton%netscape.com
|
220e8f0508
|
remove refs to nsIContentConnector
|
1999-08-27 04:30:48 +00:00 |
av%netscape.com
|
04cd3f8f6a
|
Setting some default size to objects with unknown size, bug #8740
|
1999-08-09 23:41:55 +00:00 |
av%netscape.com
|
7bb9790b44
|
Removing old code
|
1999-08-05 22:55:05 +00:00 |
beard%netscape.com
|
5def0fc24a
|
reverting GetDocumentBase() to be consistent with other accessors. If we decide to change this, let's change ALL of them.
|
1999-08-03 02:51:39 +00:00 |
av%netscape.com
|
545ac72c12
|
fixing bug #8290
|
1999-07-27 01:35:30 +00:00 |
troy%netscape.com
|
9fdbc7ced3
|
Renamed DeleteFrame() to Destroy()
|
1999-07-22 02:24:52 +00:00 |
troy%netscape.com
|
a6aae963a7
|
Added 'm' prefix to some of the nsHTMLReflowState data members
|
1999-07-20 03:41:03 +00:00 |
rickg%netscape.com
|
844a7e45ef
|
switch to faster string search API
|
1999-07-19 03:29:56 +00:00 |
kipp%netscape.com
|
1df980ad55
|
Removed some compiler warnings
|
1999-07-14 17:29:45 +00:00 |
kipp%netscape.com
|
b635ab5465
|
Removed HaveFixedContent* methods from nsHTMLReflowState and updated code to match (fix bug #7993)
|
1999-07-07 02:33:17 +00:00 |
edburns%acm.org
|
9aac167f26
|
Stanley Ho's REFLOW_MODS change.
|
1999-07-07 00:32:01 +00:00 |
av%netscape.com
|
892b528961
|
Enabling stuff checked in earlier
|
1999-06-27 00:05:05 +00:00 |
warren%netscape.com
|
f6b9d3a028
|
Necko ifdefs for layout and rdf.
|
1999-06-26 06:36:26 +00:00 |
warren%netscape.com
|
2f5289766d
|
Renamed nsIURLGroup to nsILoadGroup in preparation for necko.
|
1999-06-25 02:17:37 +00:00 |