michaelp%netscape.com
ba705e616a
changes for new plugin world.
1998-09-15 03:46:52 +00:00
michaelp%netscape.com
14c7cc9f84
fixes for new plugin world.
1998-09-15 03:46:05 +00:00
warren%netscape.com
5619102737
Accepting michaelp's API changes for GetValue/SetValue.
1998-09-15 03:45:38 +00:00
michaelp%netscape.com
ffa719807f
fix so that if our windows get subclassed and we never hear any
...
WM_DESTROY messages, we still cleanup properly.
1998-09-15 03:45:06 +00:00
ramiro%netscape.com
bf5c1f7472
Add #include "prefapi.h".
1998-09-15 03:41:15 +00:00
ramiro%netscape.com
437c61bdc3
Add shell placement.
1998-09-15 03:33:06 +00:00
spider%netscape.com
60a2b1642a
Getting FS Calendar Core to compile...
1998-09-15 03:21:18 +00:00
spider%netscape.com
19cdc17f22
Add MOZ_TREX to CFLAGS
1998-09-15 03:20:14 +00:00
racham%netscape.com
c0efc8a3ac
BUG 323175 : Use global registry variable (currentProfileDirectory)
1998-09-15 02:55:58 +00:00
racham%netscape.com
a762bc01dc
BUG 323175 : Use global registry variable (urrentProfileDirectory)
1998-09-15 02:54:59 +00:00
racham%netscape.com
7723aff078
BUG 323175 : Catch the registry value into a global variable (currentProfileDirectory)
1998-09-15 02:53:59 +00:00
racham%netscape.com
7b07bcedb5
BUG 323175 : Sync up with Netscape Registry and Profile Manager changes
1998-09-15 02:52:02 +00:00
spider%netscape.com
f8ed5b81e9
Whomping latest Nova Calendar Core implementation into FS
...
NOTE: Mozilla & Gromit should not be building this stuff.
1998-09-15 02:20:22 +00:00
ramiro%netscape.com
be4826f267
Fix the create view label order.
1998-09-15 02:07:09 +00:00
kostello%netscape.com
cd57976277
Update to synch with new Widget interfaces
1998-09-15 01:40:16 +00:00
kostello%netscape.com
0df2897066
Add nsWidgetSupport MANIFEST
1998-09-15 01:39:26 +00:00
kostello%netscape.com
7e9421c9a4
Added nsWidgetSupport.cpp
1998-09-15 01:38:53 +00:00
kostello%netscape.com
144cdf5866
Synch with new Widget interfaces
1998-09-15 01:36:26 +00:00
kostello%netscape.com
7e38bb18e1
Synch with new widget interfaces
1998-09-15 01:35:27 +00:00
kipp%netscape.com
58fe63ba3f
nuked
1998-09-15 00:21:25 +00:00
kipp%netscape.com
8f2807a027
Removed css/layout directory
1998-09-15 00:19:49 +00:00
kipp%netscape.com
b2f664e496
Fixed log module name
1998-09-15 00:18:10 +00:00
kipp%netscape.com
2b7ceeff3b
Use traceable ctor design pattern
1998-09-15 00:17:53 +00:00
kipp%netscape.com
c40538917f
Fixed some memory leaks
1998-09-15 00:17:13 +00:00
kipp%netscape.com
9bfd1743c2
Use nsBrowserWindow::CloseAllWindows to shutdown cleanly; added a missing NS_RELEASE and removed an improper NS_ADDREF
1998-09-15 00:16:50 +00:00
kipp%netscape.com
55747c08b3
Changed reference counting rules so that the global array holds a reference; added CloseAllWindows so that clean app shutdown is possible
1998-09-15 00:16:12 +00:00
kipp%netscape.com
3f812f19e0
Removed Destroy and added CloseAllWindows
1998-09-15 00:14:31 +00:00
kipp%netscape.com
a1b73c9089
Cleaned up ConvertStatus code
1998-09-15 00:14:11 +00:00
kipp%netscape.com
932596c48f
Only execute SymLoadModule when tracing is enabled
1998-09-15 00:13:35 +00:00
pinkerton%netscape.com
9a8a90e6d4
don't return "boolean" in GetScrollbarMode() when the return value is a tri-state layout constant. return Int8 which is how it's stored.
1998-09-14 23:32:42 +00:00
vidur%netscape.com
d60e612731
Got rid of Construct method from nsIJSScriptObject interface. Added first-pass implementation of reflow case to nsGenericHTMLElement::SetAttr.
1998-09-14 23:02:32 +00:00
vidur%netscape.com
ee6c5dfa7e
Got rid of Construct method from nsIJSScriptObject interface.
1998-09-14 23:01:48 +00:00
slamm%netscape.com
56a1475b80
Fix the lines removed count in the +/- column
1998-09-14 22:58:53 +00:00
sman%netscape.com
ddc297e471
Updated to use the new error codes
1998-09-14 22:40:42 +00:00
pinkerton%netscape.com
349dc120eb
Fix bug where we would randomly crash in the RDF notification handler. We weren't properly disposing of the personal toolbar pane and so it would get events long after it was deleted, causing crashes.
1998-09-14 22:36:43 +00:00
rogerl%netscape.com
46f5ffb26f
Fixed bug #316293 ; when break was very first statement in a loop it wasn't
...
getting patched and so looped for ever.
1998-09-14 22:33:19 +00:00
norris%netscape.com
19a2523b04
Fix 179417 "crash in with tests with with object"
...
The problem was that when "w=With()" is executed, the new object "w" is created
such that it shares a scope with Object.prototype. When GC runs and
Object.prototype and "w" are both collected, the test in js_DropObjectMap
currently looks like
if (MAP_IS_NATIVE(map) && ((JSScope *)map)->object == obj)
((JSScope *)map)->object = NULL;
The problem is that MAP_IS_NATIVE is false because the object ops are special
for the With object. Thus map->object is left nonnull and when "w" is collected,
it tries to drop its scope, which causes map->object to be referenced, causing
the null dereference.
Update MAP_IS_NATIVE to include With objects as well.
1998-09-14 22:01:01 +00:00
troy%netscape.com
805dafbcdf
Added overloaded ConstructFrame() member function. Prep work for table
...
changes
1998-09-14 21:16:01 +00:00
kostello%netscape.com
8c37a3839d
Changed to match new Widget interfaces.
1998-09-14 20:56:27 +00:00
kostello%netscape.com
5f33e2d40d
Changes implementation to match the new Widget interfaces i.e. t
...
he signature of many of the "getters" changed.
1998-09-14 20:54:38 +00:00
kostello%netscape.com
90b7c84599
Helper functions for widget manipulation and creation
1998-09-14 20:49:28 +00:00
kostello%netscape.com
334f544d61
Changes implementation to match the new Widget interfaces. This involves
...
many calls to QueryInterface because many of the instance members
no longer derive from nsIWidget.
Also, using helper functions in nsWidgetHelper for standard Create calls.
1998-09-14 20:46:42 +00:00
kostello%netscape.com
fec8dc255c
Changes implementation to match the new Widget interfaces. This involves
...
many calls to QueryInterface. Also, using helper functions in nsWidgetHelper
for standard Create calls.
1998-09-14 20:43:58 +00:00
kostello%netscape.com
56e43e352f
Removed Aggregation and removed multiple inheritance.
...
Changes implementation to match the new Widget interfaces. This involves
many calls to QueryInterface.
1998-09-14 20:40:49 +00:00
kostello%netscape.com
fe224e3000
Major Change: changed all Widget interfaces so that they no longer
...
descend from nsIWidget. This conforms better to our standard
of not having interfaces inherit from each other.
Changed many of the interfaces to be XPCOM complient i.e. all methods
return nsresult. Therefore the signature of many of the "getters"
changed.
1998-09-14 20:38:05 +00:00
mcafee%netscape.com
5e6ec41042
Merging in XfeToggleButtonIsSet() from Nova branch
1998-09-14 20:26:48 +00:00
slamm%netscape.com
9551109d53
Quiet a compiler warning
1998-09-14 19:52:57 +00:00
slamm%netscape.com
7574376821
Kill some dead code
1998-09-14 19:52:48 +00:00
slamm%netscape.com
2f656e6836
Use the prefapi directly for the toolbar prefs.
1998-09-14 19:52:40 +00:00
slamm%netscape.com
6d3c8bb663
Use prefapi instead of fe_GlobalPrefs. Remove some unused context fe_data items.
1998-09-14 19:52:34 +00:00