pierre%netscape.com
537d50025c
18163 "Use of fixed positioning in style sheet corrupts display". Don't create empty widgets for fixed positioned elements in order to avoid problems in the View Manager (GetDrawingSurface) where we end up copying uninitialized bitmaps to the screen. The main reason for fixing the bug here instead of within the View Manager is that we'll get rid of widgets altogether over time.
1999-12-01 04:10:02 +00:00
neeti%netscape.com
01eb5d221e
bug 15818, fixed one instance of ImageURLImpl being leaked for the icon on linux. r=pnunn
1999-12-01 04:02:57 +00:00
tbogard%aol.net
99ed1b0558
nsXPBaseWindow now uses nsIBaseWindow interface off webshell instead of nsIWebShell for some simple window stuff.
1999-12-01 03:43:17 +00:00
tbogard%aol.net
de23c04922
nsWebShell now implements nsIDocShellContainer.
1999-12-01 03:41:43 +00:00
tbogard%aol.net
443ff9ab30
Changed a ->QueryInterface into a CallQueryInterface. Also cleaned up RemoveChild to return an error when an invalid child is passed in.
1999-12-01 03:37:21 +00:00
waterson%netscape.com
272d842840
Bug 9489. Use nsAutoVoidArray for collecting classes to avoid excessive heap use.
1999-12-01 03:27:25 +00:00
mscott%netscape.com
c7ca68d7c9
Add chrome and res urls specs to the list of urls which now work with the uri loader.
...
Note: you need to enable uri loading under the debug menu for this code to be executed.
1999-12-01 03:21:51 +00:00
sspitzer%netscape.com
28b7531820
fix for #14355 , r=alecf.
...
only show nntp servers in "subscribe" dialog and only show mail servers and mail folders in "new folder" dialog
1999-12-01 03:16:14 +00:00
tbogard%aol.net
e0eaa26429
Removed old commented out code for the now defunct nsIDocShellEdit and nsIDocShellFile interfaces. Replaced nsIDocShellContainer::GetEnumerator with nsIDocShellContainer::GetChildAt(). Also provided implementation for that function.
1999-12-01 03:08:58 +00:00
rgoodger%ihug.co.nz
3ff73c3bb5
selection fix, keyboard shortcuts, r=morse
1999-12-01 03:08:09 +00:00
sspitzer%netscape.com
9419807380
simple bullet proofing fix for #20423
1999-12-01 03:08:04 +00:00
tbogard%aol.net
179b1a0c13
Removed nsIDocShellFile and nsIDocShellEdit from the include list.
1999-12-01 03:07:02 +00:00
rgoodger%ihug.co.nz
30088bba34
fixed selection problems, added keyboard stuff. r=morse
1999-12-01 03:05:57 +00:00
rogerl%netscape.com
a5c0875b49
Call createFunctionObject on closure created InterpretedFunction objects
...
so they can be real JS objects like they're supposed to be -with prototypes
and everything.
1999-12-01 02:45:58 +00:00
mcafee%netscape.com
07d4d59215
Removing EXPORTS, parent makefile explicitly points at this directory now. r=bryner
1999-12-01 02:30:38 +00:00
waterson%netscape.com
ccf2e09e26
Try to fix build bustage.
1999-12-01 02:25:28 +00:00
mcafee%netscape.com
71f70b790e
missing exports
1999-12-01 02:24:01 +00:00
drapeau%eng.sun.com
3a3de239a0
My bad: orphaned code fix for bug 5369. The rest of this bug fix was
...
checked in some time ago, but this portion of the fix never made it
it. r=drapeau@eng.sun.com . Log error when LiveConnect cannot be
started due to an error in the Java VM.
1999-12-01 01:43:16 +00:00
sspitzer%netscape.com
0ab6aaac52
bulletproofing to prevent #20410
1999-12-01 01:26:08 +00:00
rickg%netscape.com
dada4270af
added new color for CDATA in viewsource; r=none
1999-12-01 01:13:28 +00:00
dbragg%netscape.com
45dd66b936
Changed the error reporting so that scripts will not bail out. Also improves robustness. Fixes bug # 20004 r=dveditz
1999-12-01 00:48:38 +00:00
dbragg%netscape.com
a23e253818
Changed to correct location of .xul file to chrome directory from the res directory. Fixes bug #10241 r=dveditz
1999-12-01 00:47:10 +00:00
drapeau%eng.sun.com
9f1f0347d6
Fix for bug 5427 ("Passing security principals into nsILiveConnect
...
methods will cause browser to crash"), fix contributed by
jeff.dyer@compilercompany.com , r=drapeau@eng.sun.com . More
bulletproof way of testing if principals passed in are valid (comments
in the code fix explain in more detail).
1999-12-01 00:46:43 +00:00
dbragg%netscape.com
f83a146482
Fixed up progress.xul file fixes bug #10241 r=dveditz
1999-12-01 00:45:44 +00:00
drapeau%eng.sun.com
36a49c7cb3
Fix for bug 14666 ("Running this JavaToJavaScript test causes
...
apprunner to crash."), fix contributed by
jeff.dyer@compilercompany.com , r=drapeau@eng.sun.com . Checks whether
there's a current valid context; if there's no context, don't bother
checking if an exception is pending on that context.
1999-12-01 00:44:08 +00:00
waterson%netscape.com
1e906224e6
Bug 9489. Add support for nsAutoVoidArray. r=scc,shaver
1999-12-01 00:37:11 +00:00
ftang%netscape.com
cf5ba24939
change debug code.
1999-12-01 00:35:31 +00:00
davidm%netscape.com
254a081888
14026 [DOGFOOD] Copy/Paste/Cut (etc) disabled within Browser
r = hangas
1999-12-01 00:29:27 +00:00
jband%netscape.com
dbc38c79c5
My contribution to bug 5403. Get rid of xpconnect's ServiceReleaser scheme because we can now just call Release on a service just like any other xpcom object. r=mccabe
1999-12-01 00:27:09 +00:00
alecf%netscape.com
d9660e8fc4
oops, this is a pop3-specific pref. this and the previous checkin r=sspitzer
1999-12-01 00:22:38 +00:00
dp%netscape.com
10aaba597e
NS_GET_IID(). Thanks to patch from pp@ludasdesign.com r=dp@netscape.com
1999-12-01 00:21:53 +00:00
robinf%netscape.com
466526fd69
fixing bug 16779
1999-12-01 00:17:19 +00:00
mscott%netscape.com
25e1c1c7de
add text/xul to the list of content types the browser content listener cares about.
1999-12-01 00:17:08 +00:00
mscott%netscape.com
6de37986e6
uri dispatching nit...if the webshell doesn't have a parent content uri listener then
...
return an error code instead of NS_OK.
1999-12-01 00:16:25 +00:00
rginda%netscape.com
4fa5d6db25
Removing window.event IEism, r=pinkerton, bug=19323
1999-12-01 00:12:02 +00:00
alecf%netscape.com
a5f0b6de65
add new preference for automatically downloading mail on biff
1999-12-01 00:10:37 +00:00
slamm%netscape.com
fa5fffb19d
Sandbox the panel content with type='content' on the iframe.
1999-12-01 00:07:48 +00:00
alecf%netscape.com
a6a2c5f155
fix for #16885 - remove the "Name" heading from the tree
...
r=sspitzer
1999-12-01 00:06:19 +00:00
alecf%netscape.com
0dfcce6979
fix for #17961 - add defaults for some POP settings
...
r=sspitzer
1999-12-01 00:05:34 +00:00
robinf%netscape.com
b54567f882
fixingn bug 17877
1999-12-01 00:00:26 +00:00
mark.lin%eng.sun.com
3dbc4891f6
Changed all occurances of nsVector to use nsVoidArray in the OJI module.
...
This fixes part of bug #11666 . r=ed.burns@eng.sun.com .
Contact me at mark.lin@eng.sun.com or (408) 517-5365 if there are problems.
1999-11-30 23:58:28 +00:00
norris%netscape.com
5ad67e721a
anal: fix indentation
1999-11-30 23:54:51 +00:00
wtc%netscape.com
7795a30bcf
Bugzilla bug #20393 : PR_NewPollableEvent should not assume that
...
PR_CreatePipe and PR_NewTCPSocketPair won't change its arguments
when it fails.
1999-11-30 23:52:34 +00:00
tbogard%aol.net
a89e251b48
Trying to put CallQueryInterface back in. Lets see if Wensleydale likes it better with a .get().
1999-11-30 23:50:01 +00:00
robinf%netscape.com
b1b880d8cf
Fixing bug 6348
1999-11-30 23:46:32 +00:00
dp%netscape.com
4ad2a038c2
NS_GET_IID(). Thanks to patch from pp@ludasdesign.com r=dp@netscape.com
1999-11-30 23:44:59 +00:00
dp%netscape.com
187770cd22
NS_GET_IID(). Thanks to patch from pp@ludasdesign.com r=dp@netscape.com
1999-11-30 23:36:32 +00:00
pierre%netscape.com
c96bf41683
12520 "GFX select elements need to be able to turn off text". Fixing previous checkins in nsFrame::DisplaySelection(): mUserSelect is not a bit field.
1999-11-30 23:31:16 +00:00
pavlov%netscape.com
f8be1d3657
remove a line i checked in that i didn't mean to check in in my last checkin
1999-11-30 23:29:03 +00:00
wtc%netscape.com
75ccb846fd
Assert that the WSAStartup call succeeded.
1999-11-30 23:24:28 +00:00