Граф коммитов

47818 Коммитов

Автор SHA1 Сообщение Дата
rhp%netscape.com 8e02dff090 Adding new files for mac...NOT PART OF THE BUILD YET 1999-12-01 06:12:10 +00:00
sfraser%netscape.com dacf66a5bf Include stdio.h with system paths, not user paths. No bug, r=mozbot. 1999-12-01 06:12:01 +00:00
cls%seawood.org 685f31abad Removing --disable-editor (and MOZ_EDITOR) from the build as the editor module now handles all of the text fields for Mozilla and using this option will result in a "non-working" browser (text fields are not editable). Bug #20369 1999-12-01 06:08:25 +00:00
rginda%netscape.com 2fc65eda6d Added new ecma_3 suite. along with 'new style' (hopefully simpler) shell.js, and
a new test (which fails already!)
1999-12-01 06:07:28 +00:00
warren%netscape.com 9da80972f9 Made WarnIfFalse not call abort. Made abort be continuable on Windows. r=travis 1999-12-01 05:51:45 +00:00
waterson%netscape.com 6c6c87dcfa xpconnect is a component now on Linux/PPC, albeit a broken one... 1999-12-01 05:20:16 +00:00
pierre%netscape.com 97457e62bb Backing-out previous change which had the effect of getting rid of the widgets for *all* fixed positioned elements. Removing widgets is a goal at term but it's something that we want to leave to the View Manager folk(s) or at least do in sync with them. 1999-12-01 05:10:50 +00:00
waterson%netscape.com a00b3b52d4 Check in initial, non-working XPTCall code from Linux-PPC. 1999-12-01 04:56:46 +00:00
troy%netscape.com a19c2c4c87 Added XXX comment to remind me (and Chris) of a problem that needs to
be revisited
1999-12-01 04:50:26 +00:00
rpotts%netscape.com 1b0f903b3f (r=valeski) Fix for new bloat (leaking HTTPChannels) that was introduced yesterday 1999-12-01 04:32:58 +00:00
brendan%mozilla.org 46665376d1 Fix obscure eval bug and ECMA conformance issue (20256, r=rginda@netscape.com). 1999-12-01 04:30:04 +00:00
troy%netscape.com 0373cda0ac Removed dead code 1999-12-01 04:18:20 +00:00
troy%netscape.com 01dc596189 Correctly this time 1999-12-01 04:13:19 +00:00
troy%netscape.com 6c92be92a0 Removed some commented out dead code 1999-12-01 04:12:46 +00:00
troy%netscape.com a6363a7d20 Removed some old dead code 1999-12-01 04:10:47 +00:00
pierre%netscape.com ce15b0c85d 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 10e15dd783 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 9b80d3d619 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 2472113dc8 nsWebShell now implements nsIDocShellContainer. 1999-12-01 03:41:43 +00:00
tbogard%aol.net fbd97c3675 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 0698de9566 Bug 9489. Use nsAutoVoidArray for collecting classes to avoid excessive heap use. 1999-12-01 03:27:25 +00:00
mscott%netscape.com 1f400f3b8e 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 9ded57367b 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 11a750afde 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 e33490999d selection fix, keyboard shortcuts, r=morse 1999-12-01 03:08:09 +00:00
sspitzer%netscape.com 2c52f853c6 simple bullet proofing fix for #20423 1999-12-01 03:08:04 +00:00
tbogard%aol.net e8c531fad1 Removed nsIDocShellFile and nsIDocShellEdit from the include list. 1999-12-01 03:07:02 +00:00
rgoodger%ihug.co.nz 42095f30be fixed selection problems, added keyboard stuff. r=morse 1999-12-01 03:05:57 +00:00
rogerl%netscape.com acd3c7ef86 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 74d1e39672 Removing EXPORTS, parent makefile explicitly points at this directory now. r=bryner 1999-12-01 02:30:38 +00:00
waterson%netscape.com 85e63a4bb3 Try to fix build bustage. 1999-12-01 02:25:28 +00:00
mcafee%netscape.com bd83d45b75 missing exports 1999-12-01 02:24:01 +00:00
drapeau%eng.sun.com 5572b27499 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 f8899d4936 bulletproofing to prevent #20410 1999-12-01 01:26:08 +00:00
rickg%netscape.com 52326dea98 added new color for CDATA in viewsource; r=none 1999-12-01 01:13:28 +00:00
dbragg%netscape.com f67b5bfc1f 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 e5a024d0d3 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 55140f57da 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 ad05ae4e08 Fixed up progress.xul file fixes bug #10241 r=dveditz 1999-12-01 00:45:44 +00:00
drapeau%eng.sun.com c1d36cf1ac 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 6d00264a22 Bug 9489. Add support for nsAutoVoidArray. r=scc,shaver 1999-12-01 00:37:11 +00:00
ftang%netscape.com 55be244e29 change debug code. 1999-12-01 00:35:31 +00:00
davidm%netscape.com 077d073a06 14026 [DOGFOOD] Copy/Paste/Cut (etc) disabled within Browser r = hangas 1999-12-01 00:29:27 +00:00
jband%netscape.com 0acd0a5ee4 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 18838e8d7e 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 aa23a77403 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 5b37280378 fixing bug 16779 1999-12-01 00:17:19 +00:00
mscott%netscape.com fc8d2a32a0 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 0e2ff650d6 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 b21cc2d785 Removing window.event IEism, r=pinkerton, bug=19323 1999-12-01 00:12:02 +00:00