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

44495 Коммитов

Автор SHA1 Сообщение Дата
waldemar%netscape.com 2588b24207 Added semantic subtyping, throw, and catch 1999-10-20 00:40:55 +00:00
waldemar%netscape.com 333e67f4e1 Fixed bug that would sometimes emit a newline between a backslash and its following escaped character 1999-10-20 00:40:04 +00:00
terry%mozilla.org f3d48d098e Fixed stupid perl warning. 1999-10-20 00:27:16 +00:00
alecf%netscape.com 3bfd243bc9 remove old gifs 1999-10-20 00:19:23 +00:00
alecf%netscape.com 8d0a17a28b remove old gif 1999-10-20 00:18:32 +00:00
alecf%netscape.com b8a68cd01f remove unused images 1999-10-20 00:15:50 +00:00
mcafee%netscape.com d6f936bac7 minor whitespace 1999-10-20 00:14:23 +00:00
larryh%netscape.com 8e27542a54 BugSplat 367096 1999-10-20 00:12:37 +00:00
norris%netscape.com 5c5ce76bfd Work on 1646 [DOGFOOD] javascript: URLs aren't working
r=mstoltz
1999-10-20 00:12:04 +00:00
alecf%netscape.com c20a3eb05c remove old gifs 1999-10-20 00:11:46 +00:00
larryh%netscape.com d18119c2c7 BugSplat 367096 1999-10-20 00:07:01 +00:00
terry%mozilla.org a022fd1435 Fixed stupid perl warning. 1999-10-20 00:06:41 +00:00
kipp%netscape.com 84b50871b6 Removed some silly warnings 1999-10-20 00:06:12 +00:00
kipp%netscape.com a02022ed21 Added new test 1999-10-19 23:53:31 +00:00
pollmann%netscape.com bfbdf41a89 Bug 15729: Fall back to content when getting text value; r=vidur 1999-10-19 23:43:58 +00:00
selmer%netscape.com d19a6067d1 fix for crash on cancel newconfig dialog 1999-10-19 23:43:13 +00:00
alecf%netscape.com fb072adcaf return null identity on null or empty key
no bug
r=sspitzer
1999-10-19 23:37:54 +00:00
dveditz%netscape.com d27b05616a reenabling 6986-fix for the mac, r-dougt 1999-10-19 23:17:54 +00:00
kipp%netscape.com 94ea102a2b r=ftang; fixed off by one error that made return value oPrev inconsistent 1999-10-19 23:06:27 +00:00
kipp%netscape.com c4dba8ca2e Added more tests 1999-10-19 23:04:55 +00:00
kipp%netscape.com 0f9f609d96 new 1999-10-19 23:04:33 +00:00
kipp%netscape.com a5c69dc5af Fixed O(N^2) debug logic bug; speed up paint loop by avoiding painting too much now that we have combined-area (bug 7455, 12297) 1999-10-19 23:04:19 +00:00
kipp%netscape.com a03246a1e0 update to new nsTextTransformer api 1999-10-19 23:01:58 +00:00
kipp%netscape.com effbb5992f r=ftang; rewrite to fix 16656, parts of 7455 1999-10-19 23:01:45 +00:00
kipp%netscape.com 19fd466554 Init text-transformer during module setup to save cycles (bug 7455) 1999-10-19 23:01:23 +00:00
amusil%netscape.com a6fbc10df6 Fixed bug in editing anonymous attributes in database. Now all attributes get modified instead
of only the first.
1999-10-19 22:46:29 +00:00
tbogard%aol.net 41c7a79b5a More documentation and clean-up of the interfaces. 1999-10-19 22:40:28 +00:00
tbogard%aol.net a8960814f8 Added some documentation. 1999-10-19 22:39:57 +00:00
nisheeth%netscape.com 09b7bc5314 Checkin does not affect build. If MOZ_PERF is set to 1 define the compiler define MOZ_PERF_METRICS for the windows build. 1999-10-19 22:37:53 +00:00
valeski%netscape.com 42fee2aeb2 14659, r=gagan&warren&dougt
Misc. FTP changes:
*increased FTP buffer read/write size from 4k to 8k.
*removed un-needed (for now) SetPASV() for FTP connection thread
*string optimizations
*FTP Connection thread now uses the NS_IMPL_ISUPPORTS4 macro for addref, rel, and QI methods.
*connection cache key api consolidation (Get()/Remove() combo turned into Remove(key)).

Authentication dialog changes:
*Authentication dialog now includes host name the user is trying to connect to.

nsIRequest support:
*FTP Connection thread now maintains a member variable pointing to it's event queue. It also pumps the event queue in the main loop.
*FTP Connection thread now implemented the nsIRequest interface (never called directly; only via the nsFTPChannel api)
*FTP Channel now uses an xpcom proxy object to make the nsIRequest api calls on the FTP Connection thread.

FTP protocol interpretation changes:
*FTP now handles servers that send multi-line greetings in the first Read() (we blocked indefinately before)
*FTP now parses the parent working directory properly (used to always treat it as '/')
1999-10-19 22:37:47 +00:00
dougt%netscape.com fd24e9df56 Fix for bug 16818. xpcom proxy does not handle classes with two or more
interfaces correctly.  What happens is the real object is addref
incorrectly and will never be deleted.

r=jud
1999-10-19 22:35:54 +00:00
dp%netscape.com cd3aff8be9 Fixed warnings. r=pam nunn 1999-10-19 22:28:38 +00:00
nisheeth%netscape.com ef75c33b3c Changes should not affect the build. Renaming the RAPTOR_PERF_METRICS ifdef to MOZ_PERF_METRICS. 1999-10-19 22:27:20 +00:00
dp%netscape.com bbb8c21318 Converting implementations of QueryInterface() to the std one. This
fixes bugs in the previous implementation that caused unbalanced
refcounts and premature releases. Thanks for rpotts for the heads
up. r=pam nunn
1999-10-19 22:27:08 +00:00
cathleen%netscape.com 1058959404 add txmgr.xpt to core list, like the rest of the editor files.
also removed a couple of obsolete files from the list
1999-10-19 22:03:29 +00:00
pnunn%netscape.com 4d331ca1b1 clean up associated with bug#15817, gif decoder. r: dp@netscape.com.
Removing obsolete file.
1999-10-19 22:02:49 +00:00
warren%netscape.com 371d859b18 Added 'PageCycler' code so that we can iterate through URL loads (by calling mozilla.exe -f <file-of-urls>). We need this for adding bloat/leaks info to tinderbox. r=law 1999-10-19 22:01:28 +00:00
danm%netscape.com 2849f7a812 retire event queues even on Windows when they're no longer used. part of bug 15856. r:hyatt@netscape.com 1999-10-19 22:00:12 +00:00
rods%netscape.com a915909a72 The code that checked to see whether it should explicitly set focus on the gfx's containing widget
now uget the new focused content's frame instead of using the mCurrentTarget. The mCurrentTarget
is correct for a mouse down but incorrect for a "tab". This is because the mCurrentTarget points at
the currently focused content for a tab event, instead of the new content.
r=joki, bug 11162
1999-10-19 21:57:43 +00:00
pnunn%netscape.com caab8220a0 bug# 16785. r: dp, valeski, neeti. Send mimetype info from channel to imglib.
If no decoder, sniff data stream for mime info.
1999-10-19 21:49:20 +00:00
alla%lysator.liu.se 9436a61696 Update the GtkMozilla widget so it works. Also updated the streaming interface
so that it works with Necko. Small cleanups.
Fixes 16576 and 14975. r=shaver
1999-10-19 21:46:33 +00:00
norris%netscape.com 24633793d5 Remove references to unsupported JVM_ calls. Needed for bug 16577.
r=shaver
1999-10-19 21:45:29 +00:00
dp%netscape.com 23d1ad11a9 Removing prototype of NS_NewDocumentElementFrame. r=evaughan 1999-10-19 21:40:54 +00:00
locka%iol.ie f96f1cbb98 Implemented ShowContextMenu so that CBrowse can display custom popup menus in response to right mouse clicks 1999-10-19 21:39:42 +00:00
tbogard%aol.net 8be27000b1 Ooops, last night removing one warning uncovered another. r=gimpy 1999-10-19 21:34:21 +00:00
terry%mozilla.org 527fe98dd2 Need to value_quote() things that go into VALUE attributes in HTML. 1999-10-19 21:27:41 +00:00
endico%mozilla.org de3d16bcdb align "edit products" at the top so its not lost 3 screens down in the products list. 1999-10-19 21:26:39 +00:00
bienvenu%netscape.com 300bf03a34 fix nsImapProtocol leaks r=mscott, no bug # 1999-10-19 21:24:31 +00:00
pierre%netscape.com 125f619c29 added stopwatch.cpp to the mac build for nisheeth 1999-10-19 21:12:14 +00:00
slamm%netscape.com b95ce6697b Handle clicks properly. Fix for 14857 and 11986. r=rjc 1999-10-19 21:11:39 +00:00