av%netscape.com
|
46c59bdd29
|
Fixing logic in Reflow for differrent objects. Still ifdefed out
|
1999-04-15 20:07:01 +00:00 |
amusil%netscape.com
|
1adb20fac4
|
Fix for Bug# 4751. Added support for data param in addition to src param
|
1999-04-09 21:23:41 +00:00 |
av%netscape.com
|
04d49a69c6
|
Cleaning up
|
1999-04-06 01:16:53 +00:00 |
amusil%netscape.com
|
d71744eb68
|
Changes to hook up LiveConnect on Windows
|
1999-03-29 22:18:05 +00:00 |
av%netscape.com
|
d7499062d9
|
Image recognition by file extension for object tag
|
1999-03-27 01:00:02 +00:00 |
kipp%netscape.com
|
fab8db134e
|
Whacked paint methods to use new constants
|
1999-03-26 00:39:35 +00:00 |
beard%netscape.com
|
060d73d9f4
|
added nsPluginInstanceOwner::GetDocument()
|
1999-03-24 05:42:22 +00:00 |
amusil%netscape.com
|
52c0fd685a
|
Added prelim code for ActiveX support.
|
1999-03-23 03:18:55 +00:00 |
beard%netscape.com
|
c48b937dd3
|
added CancelTimer() method to turn off the timer at a safe time; added NS_GetObjectFramePluginInstance() to access the associated plugin instance with an nsObjectFrame; fixed some attribute accessor bugs, returns an error if an attribute doesn't exist; implemented GetArchive() and GetMayScript(); added GUItoMacEvent().
|
1999-03-21 20:48:31 +00:00 |
beard%netscape.com
|
29f6f209c9
|
put in NULL checks for mInstance.
|
1999-03-20 23:13:41 +00:00 |
av%netscape.com
|
5a5bba91cb
|
M3 -- Fix for bug #1157
|
1999-03-18 21:26:15 +00:00 |
beard%netscape.com
|
d3249dc9f1
|
reverted back to kISupportsIID. It seems not all compilers can handle ::nsISupports::GetIID() from inside an XPCOM interface. Yech.
|
1999-03-13 02:20:57 +00:00 |
beard%netscape.com
|
91abf02edf
|
forcing nsISupports to global scope to resovle ambiguity (VC is very weak)
|
1999-03-13 00:12:13 +00:00 |
beard%netscape.com
|
ec4e834108
|
now passing events to plugins, generating idle events with an nsITimer, all XP_MAC changes for the most part.
|
1999-03-12 22:46:14 +00:00 |
amusil%netscape.com
|
9fa572f75f
|
Minor API change. Added support for tags that don't specify SRC or DATA params.
|
1999-03-11 22:50:58 +00:00 |
av%netscape.com
|
78d3f3bcdd
|
*** empty log message ***
|
1999-03-11 00:17:38 +00:00 |
av%netscape.com
|
5efd40a548
|
Rendering alt context in object tag
|
1999-03-10 20:43:07 +00:00 |
warren%netscape.com
|
c50687b845
|
nsRepository -> nsIComponentManager changes.
|
1999-03-09 09:44:27 +00:00 |
kipp%netscape.com
|
4f5301d5c4
|
Implement GetFrameName
|
1999-03-08 19:26:45 +00:00 |
warren%netscape.com
|
6165d42084
|
Fixed uninitialized variable problem.
|
1999-03-06 03:54:19 +00:00 |
kipp%netscape.com
|
29893a7946
|
use new nsHTMLReflowState ctors
|
1999-03-05 04:29:11 +00:00 |
av%netscape.com
|
19c7d0603b
|
*** empty log message ***
|
1999-02-27 00:57:04 +00:00 |
scc%netscape.com
|
ab59e4df7a
|
updated for nsCOMPtr (no implicit construction from raw pointers) owners should check that they agree with my choices for |dont_QueryInterface|, |do_QueryInterface| and |dont_AddRef|
|
1999-02-18 23:55:10 +00:00 |
kipp%netscape.com
|
5a554d526e
|
COMized nsIPresShell and nsIPresContext
|
1999-02-12 17:45:58 +00:00 |
troy%netscape.com
|
5c3d1395f3
|
Changed a bunch more nsIFrame member functions to be pointer arguments
instead of references
|
1999-02-10 05:38:18 +00:00 |
troy%netscape.com
|
c9c1fa187e
|
Changed some nsIFrame member functions to use ** instead of *& for OUT
paremeters
|
1999-02-10 00:42:56 +00:00 |
michaelp%netscape.com
|
3bfa7f5cd6
|
modified for new DrawString()/GetWidth() APIs.
|
1999-01-28 05:03:58 +00:00 |
amusil%netscape.com
|
7776586cc9
|
*** empty log message ***
|
1999-01-25 10:10:29 +00:00 |
hyatt%netscape.com
|
97423fbcb8
|
Added code to support CLSID instantiation. Approved by amusil and av.
|
1999-01-16 02:43:51 +00:00 |
peterl%netscape.com
|
08a091e0c9
|
better base URL support
Checkin during red tree approved by sar
|
1999-01-15 01:57:58 +00:00 |
amusil%netscape.com
|
6a0e7ba4b2
|
Temporary workaround so that plugins display correctly. This will change after support for
CSS borders and padding are added.
|
1999-01-04 23:45:38 +00:00 |
troy%netscape.com
|
781a43ae69
|
Changed width/height constraints in nsHTMLReflowState struct
|
1998-12-30 17:50:00 +00:00 |
peterl%netscape.com
|
e75a76898d
|
sync to new attribute api
|
1998-12-20 01:21:23 +00:00 |
kipp%netscape.com
|
27f0cfe8cc
|
Revised frame Paint API
|
1998-12-18 15:54:23 +00:00 |
kipp%netscape.com
|
5e0bed4f3a
|
nuked some tabs; added in comment to note where max-element-size computation should be fixed up
|
1998-12-17 18:55:13 +00:00 |
warren%netscape.com
|
b22a4e72fd
|
Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener.
|
1998-12-16 05:40:20 +00:00 |
troy%netscape.com
|
d97a31f115
|
Added Init() member function to nsIFrame
|
1998-12-03 06:31:43 +00:00 |
amusil%netscape.com
|
7056b1cf59
|
Bug fix for 1201. Now use the size parameters from the object tag as a determinant of size.
|
1998-11-17 23:29:20 +00:00 |
michaelp%netscape.com
|
f186598ef5
|
changes for pixel scaling/printing.
|
1998-11-14 01:52:27 +00:00 |
vidur%netscape.com
|
a349a1e4a6
|
Added support for XLink - simple links and show=replace or new. Modified nsILinkHandler interface.
|
1998-11-14 00:21:19 +00:00 |
michaelp%netscape.com
|
6f7deed7e4
|
removed widget parameters from nsIView::Init(). added CreateWidget() and SetWidget()
APIs to replace this functionality. also added CreateScrollControls() to
nsIScrollableView.
|
1998-11-04 04:14:10 +00:00 |
michaelp%netscape.com
|
a5066c14af
|
changed nsIView::Init() so that it no longer takes an opacity value. this
allows the view manager to maintain global state re: opacity.
|
1998-11-03 06:36:36 +00:00 |
troy%netscape.com
|
10c06c1b72
|
Renamed HaveConstrainedWidth() and HaveConstrainedHeight() to HaveFixedContentWidth()
and HaveFixedContentHeight()
|
1998-11-01 01:29:00 +00:00 |
michaelp%netscape.com
|
ee34220382
|
changes for removal of zindex from nsIView::Init().
|
1998-10-27 03:37:03 +00:00 |
troy%netscape.com
|
f5ed70ca69
|
Changed scrolling view to use a clip view and to slide the scrolled
view up and down rather than maintain a logical scrolled offset
|
1998-10-19 00:44:28 +00:00 |
kipp%netscape.com
|
e3998954e5
|
Removed nsCSSLayout::GetStyleSize and converted callers to use state in the html reflow state
|
1998-10-12 17:00:32 +00:00 |
troy%netscape.com
|
f095846367
|
Eliminated nsIRunaround interface, and folded space manager parameter into
nsHTMLReflowState structure
|
1998-10-02 04:10:00 +00:00 |
troy%netscape.com
|
8b034f4950
|
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 |
michaelp%netscape.com
|
cc2a2d15ea
|
massive changes to support java plugins.
|
1998-09-27 22:42:48 +00:00 |
michaelp%netscape.com
|
91516c1897
|
cleaned up some link jumping nonsense.
|
1998-09-15 20:22:37 +00:00 |