alecf%netscape.com
|
f3c2021803
|
add static IID() method
|
1999-02-26 17:50:59 +00:00 |
|
alecf%netscape.com
|
a6a7b8b652
|
fix -pedantic bustage on Unix
|
1999-02-26 17:49:41 +00:00 |
|
alecf%netscape.com
|
b7140ce60a
|
add temporary hack to instantiate Messenger in the JS namespace
|
1999-02-26 17:47:35 +00:00 |
|
alecf%netscape.com
|
44650f60d8
|
no need to export non-existant IDL files
|
1999-02-26 17:45:29 +00:00 |
|
alecf%netscape.com
|
52ff34ffd9
|
fix HPUX/AIX/OSF bustage - most unices need stdlib.h to get abort()
|
1999-02-26 17:41:47 +00:00 |
|
troy%netscape.com
|
6322e224fe
|
Per Kipp's request, added patch from Mark Harvey (Mark.Harvey@wireplay.bt.co.uk) so we
don't have an imagehlp.dll dependency unless MOZ_TRACE_XPCOM_REFCNT is defined
|
1999-02-26 17:39:55 +00:00 |
|
alecf%netscape.com
|
87a78a035e
|
fix HPUX bustage - can't have const user-defined (typedefed) variables inside structures without initializing them inside that structure
|
1999-02-26 17:39:28 +00:00 |
|
pinkerton%netscape.com
|
a079c4a613
|
titlebuttons are not block frames!
|
1999-02-26 17:38:40 +00:00 |
|
alecf%netscape.com
|
39c4569a03
|
fix HPUX bustage - now that we're using PR_FREEIF, you can't put (void*)
casts inside it.
|
1999-02-26 17:36:57 +00:00 |
|
alecf%netscape.com
|
2a71e76f16
|
BandRect needs to be public to be visible outside the class definition (HPUX bustage)
|
1999-02-26 17:36:00 +00:00 |
|
ftang%netscape.com
|
d644fabe47
|
fix some unix warning
|
1999-02-26 17:34:58 +00:00 |
|
alecf%netscape.com
|
683a48a72c
|
fix HPUX bustage - HP already has MIN, MAX, TRUE, and FALSE defined
|
1999-02-26 17:27:02 +00:00 |
|
alecf%netscape.com
|
cbe84d0855
|
fix HPUX bustage: font should be const
|
1999-02-26 17:26:25 +00:00 |
|
alecf%netscape.com
|
d495eba2a1
|
fix HPUX bustage - don't declare classnames inside class definitition
|
1999-02-26 17:25:31 +00:00 |
|
pinkerton%netscape.com
|
f485259106
|
added new CreateInstance for warren to fix build bustage that never showed up on tinderbox.
|
1999-02-26 17:25:24 +00:00 |
|
ftang%netscape.com
|
e8791b6951
|
fix some unix warning
|
1999-02-26 17:24:47 +00:00 |
|
ebina%netscape.com
|
38b464566c
|
Changing RegisterFactory to use the new API.
|
1999-02-26 17:19:00 +00:00 |
|
kipp%netscape.com
|
ce54fd4449
|
Support sized images
|
1999-02-26 17:15:15 +00:00 |
|
kipp%netscape.com
|
2eee855f3b
|
Support entities (bug #3112)
|
1999-02-26 17:13:51 +00:00 |
|
kipp%netscape.com
|
1f8cfdbaac
|
Use our own null value
|
1999-02-26 17:13:30 +00:00 |
|
kipp%netscape.com
|
a757e2efbe
|
Cleaned up operator new and delete
|
1999-02-26 17:13:10 +00:00 |
|
kipp%netscape.com
|
cc779556f7
|
Removed dependency on static constructors
|
1999-02-26 17:12:16 +00:00 |
|
kipp%netscape.com
|
b476316084
|
Pass in default image size when loading image
|
1999-02-26 17:12:05 +00:00 |
|
kipp%netscape.com
|
c4b8cdb1ac
|
Whacked to handle moving floaters out of the flow
|
1999-02-26 17:11:54 +00:00 |
|
ftang%netscape.com
|
77181427f0
|
fix some unix warnning
|
1999-02-26 17:11:43 +00:00 |
|
kipp%netscape.com
|
8e83b73c68
|
Fixed up operator new and delete
|
1999-02-26 17:09:35 +00:00 |
|
kipp%netscape.com
|
1abf79d0f1
|
Removed dependency on static constructors; implement operatore delete
|
1999-02-26 17:08:48 +00:00 |
|
kipp%netscape.com
|
c0c382d3c0
|
Removed move-out-of-flow code now that frame construction code does it; added code to avoid reflows when removing a placeholder frame
|
1999-02-26 17:08:20 +00:00 |
|
kipp%netscape.com
|
173cc9b534
|
Avoid purify noise by initializing all member variables
|
1999-02-26 17:07:49 +00:00 |
|
kipp%netscape.com
|
99df251883
|
Support limited scaling of images on unix
|
1999-02-26 17:07:28 +00:00 |
|
kipp%netscape.com
|
5fca6839f0
|
Removed MoveOutOfFlow
|
1999-02-26 17:07:01 +00:00 |
|
kipp%netscape.com
|
c7fde5e17e
|
Implement operator delete; get rid of static constructor
|
1999-02-26 17:05:20 +00:00 |
|
kipp%netscape.com
|
a8d4b57b12
|
Find text runs more often (bug #3278, 3265); floaters are now handled mostly by the frame construction code
|
1999-02-26 17:04:44 +00:00 |
|
kipp%netscape.com
|
45159442c2
|
Removed dependency on static constructor
|
1999-02-26 17:03:45 +00:00 |
|
kipp%netscape.com
|
63f4abfd18
|
Implement operator delete properly; removed dependency on static constructor
|
1999-02-26 17:03:18 +00:00 |
|
kipp%netscape.com
|
f76ba9c5e6
|
Support desired image size during loading
|
1999-02-26 17:02:37 +00:00 |
|
kipp%netscape.com
|
0fdcf3b76a
|
Added IsFloating inline
|
1999-02-26 17:02:05 +00:00 |
|
kipp%netscape.com
|
8ab09256bd
|
Added in desired-size to image loading request
|
1999-02-26 17:01:34 +00:00 |
|
kipp%netscape.com
|
d1fe3c6035
|
Removed global gLogModule
|
1999-02-26 16:59:57 +00:00 |
|
kipp%netscape.com
|
d41f8a2e5f
|
Cache alpha-clip pixmap across rendering calls so that transparent gifs render faster; flush cache when bits are updated so that transparent animated gifs don't break
|
1999-02-26 16:59:18 +00:00 |
|
ftang%netscape.com
|
7d08d53c85
|
fix some unix warnning
|
1999-02-26 16:58:33 +00:00 |
|
kipp%netscape.com
|
a8a5b4e4bc
|
Removed inline virtuals - a no-no
|
1999-02-26 16:58:18 +00:00 |
|
kipp%netscape.com
|
6890be3ab5
|
Get alpha line stride so that we don't produce the wrong alpha mask
|
1999-02-26 16:57:54 +00:00 |
|
ftang%netscape.com
|
52a6310f37
|
fix some unix warnning
|
1999-02-26 16:52:34 +00:00 |
|
pinkerton%netscape.com
|
682eefb16b
|
add a new RegisterFactory method for ebina.
|
1999-02-26 16:50:27 +00:00 |
|
ftang%netscape.com
|
189fbf22da
|
fix a log of unix warnning- 1) make sure all XPCOM class destructor are virtual and fix warnning in new file
|
1999-02-26 16:32:08 +00:00 |
|
ebina%netscape.com
|
ec691d8a4c
|
Changing RegisterFactory to use the new API.
|
1999-02-26 16:18:23 +00:00 |
|
fur%netscape.com
|
2f28d33b0c
|
Remove C++ comment in C file.
|
1999-02-26 16:11:37 +00:00 |
|
ebina%netscape.com
|
f099fcc21b
|
Changing RegisterFactory to use the new API.
|
1999-02-26 16:07:38 +00:00 |
|
ebina%netscape.com
|
1b377a9c65
|
Changing RegisterFactory to use the new API.
|
1999-02-26 15:59:52 +00:00 |
|