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

57837 Коммитов

Автор SHA1 Сообщение Дата
tbogard%aol.net fea7ec5577 Added an attribute for holding the charset info to be used during a load. 2000-04-12 00:07:04 +00:00
ddrinan%netscape.com 77f8a8b6ac Initial checkin of the PSM server 2000-04-12 00:05:55 +00:00
evaughan%netscape.com 227679761c Grid fixes.
Memory leak fixes.
box cleanup.

-a ftang
2000-04-11 23:55:15 +00:00
ddrinan%netscape.com 14bd6b1e86 Initial check-in PSM UI files 2000-04-11 23:54:23 +00:00
tbogard%aol.net 2ea02cc216 Close now simply calls destroy. nsWebShellWindow now has a subclass for Destroy which does everything that Close use to do. Removed all the implementation of nsIWebShellContainer methods that went away. 2000-04-11 23:52:50 +00:00
tbogard%aol.net fdd6a9fca7 Provided implementation for CreateFixupURI. Added needed parameters to DoURILoad and finished implementation. InternalLoad now takes needed parameters as well. 2000-04-11 23:52:42 +00:00
tbogard%aol.net 1e930b11ae Removed the viewSource member and the GetStringForCommand as it is no longer used. 2000-04-11 23:52:37 +00:00
tbogard%aol.net eec64dfa81 Removed nsIWebShellContainer methods that are no longer part of the interface. Removed convertFileToURL and convertURLToFileCharset as the implementation in docShell is now relied upon. LoadURL now largely relies on docShell's CreateFixupURI to get a uri. No longer call nsIWebShellContainer::BeginLoadURL or EndLoadURL as the nsIWebProgressListener interface provides all these needed listeners. No longer call nsIWebShellContainer::WillLoadURL as the uriLoader code provides the ability to cancel or stop a load from happening. DoLoadURL now relies on the implementation in docShell for talking to the uriloader. Fixed a bug with nsWebShell::GoTo pointed out by Conrad. 2000-04-11 23:52:28 +00:00
tbogard%aol.net 09e4e7acea Removed the remaining methods on nsIWebShellContainer as they are no longer used. 2000-04-11 23:52:27 +00:00
tbogard%aol.net 6b8b335f60 nsChromeTreeOwner is now a nsIWebProgressListener for a load. 2000-04-11 23:50:14 +00:00
tbogard%aol.net 60994d2347 Changed tab spacing to say 3 to be accurate. 2000-04-11 23:49:08 +00:00
tbogard%aol.net 1fbf6ea566 Changed to use the enumeration rather than the string based parameter to the parser loading mode. 2000-04-11 23:48:37 +00:00
tbogard%aol.net 3090e598d6 Changed nsEditorShell to hold on to docShells instead of webShells. Changed a number of places to use nsIDocShell instead of nsIWebShell. Removed the hold on a nsIWebShellWindow as no one should ever hold onto that. 2000-04-11 23:48:14 +00:00
akkana%netscape.com 861cfd4be5 Fix build bustage, a misplaced #ifdef 2000-04-11 22:59:30 +00:00
ftang%netscape.com 2fffc26e52 fix 34886. add accidential deleted line back. 2000-04-11 22:47:18 +00:00
ftang%netscape.com 6c00c28094 fix 34646. Change the key to the new non-offending name 2000-04-11 22:43:43 +00:00
ftang%netscape.com a940d655e5 add transliteration fall back . fix bug 33501 2000-04-11 22:41:21 +00:00
bryner%uiuc.edu bb6f3013c1 Enable parsing of URL's in finger: text. bug 26753. r=valeski, a=ftang. 2000-04-11 22:41:02 +00:00
ftang%netscape.com 9a2ebc2d50 add more entries into the transliteration table which generated by the perl script. 2000-04-11 22:37:10 +00:00
waterson%netscape.com 71dff3183c Bug 35360. Fix UMRs in MatchList discovered by bruce@cybersight.com. 2000-04-11 22:36:53 +00:00
waterson%netscape.com 0b9683de47 Bug 35392. Fix leaking MemoryElement when already in set. r=beard -- thanks for wiping my chin. 2000-04-11 22:35:43 +00:00
akkana%netscape.com d90456d6c4 34704: Make colors as well as metrics customizable. 2000-04-11 22:34:55 +00:00
ftang%netscape.com c47b02290d add perl script which read unicode character database and generate the transliteration table 2000-04-11 22:34:39 +00:00
ftang%netscape.com 8b12386605 fix bug 35025 2000-04-11 22:33:13 +00:00
putterman%netscape.com 8cbb6c9e43 Add a standalone message window and make multiple 3 pane configurations work. r=mscott, sspitzer. 2000-04-11 20:19:32 +00:00
norris%netscape.com 1a915ed08b Remove obsolete statement from javadoc. 2000-04-11 18:24:08 +00:00
norris%netscape.com 171751afcb Update javadoc 2000-04-11 18:22:36 +00:00
ducarroz%netscape.com 5b85eb600c More work on autocomplete. NOT YET PART OF THE BUILD 2000-04-11 06:05:28 +00:00
ducarroz%netscape.com 3078defc63 First Checked In. 2000-04-11 06:04:29 +00:00
beard%netscape.com 8aba8b4d32 JSActivation, JSFunction 2000-04-11 05:11:58 +00:00
beard%netscape.com 755c2cebf9 Added JSFunction, defineFunction() 2000-04-11 05:10:40 +00:00
beard%netscape.com 43a8442f14 defineFunction, added assert 2000-04-11 05:09:38 +00:00
beard%netscape.com a1e930178f _Charalloc, deallocate(void*) for _WIN32 only 2000-04-11 04:55:27 +00:00
beard%netscape.com 38c0d29748 defineGlobalProperty 2000-04-11 03:11:47 +00:00
beard%netscape.com 61caef62db JSObject, JSArray : public JSMap, gc_object<T>. Frame -> JSFrame. Added JSFrameStack which is an std:stack<JSFrame*, std:vector<JSFrame*> >. 2000-04-11 03:11:00 +00:00
beard%netscape.com 7683394fc6 use gc_allocator<T> everywhere, addGlobalProperty -> defineGlobalProperty 2000-04-11 03:07:39 +00:00
beard%netscape.com bf940ffbab removed commented out GET_PROP/SET_PROP. 2000-04-11 02:59:52 +00:00
beard%netscape.com 4ca0198d48 added gc_object. 2000-04-11 02:59:14 +00:00
beard%netscape.com bbffbab18d fixing an assert and warnings 2000-04-11 01:10:26 +00:00
wtc%netscape.com 647f8b9dc7 Bugzilla bug #35405: use memcmp, as opposed to ==, to compare two structs.
Thanks to Braden N. McDaniel <braden@endoframe.com> for the bug report.
2000-04-11 00:39:12 +00:00
rogerl%netscape.com bb3a13555c CALL opcode & frames etc. (r=beard) 2000-04-11 00:32:17 +00:00
ducarroz%netscape.com 6bf0714ade Fix make file build error. NOT YET PART OF THE BUILD 2000-04-11 00:14:43 +00:00
ducarroz%netscape.com b7c1ff7669 First Checked In. 2000-04-11 00:00:38 +00:00
danm%netscape.com 39d7aed129 imap thread now uses a monitored thread event queue. bug 33928. r=mscott a=leaf 2000-04-10 23:29:55 +00:00
waqar%netscape.com 6e3ed3df27 Depend build does not do exports of header files. r=pollmann,a=leaf 2000-04-10 22:57:29 +00:00
ramiro%fateware.com 235fbbdb97 If an argument is given on the command line, load it as a url to test loading
of urls before the widget is realized.
2000-04-10 22:57:27 +00:00
ramiro%fateware.com aa89b1bdd5 Constify gtk_moz_emged_load_url. If the widget aint realized on url load,
save the url for later.
2000-04-10 22:52:54 +00:00
waqar%netscape.com d2db4ac8e0 nsIByteArrayInputStream.h files does not exist any more. r=pollmann,a=leaf 2000-04-10 22:48:27 +00:00
varada%netscape.com 26d94c0299 fix for bug #34641 - changing the homepageurl and animatedlogourl to http://home.netscape.com 2000-04-10 22:31:57 +00:00
waldemar%netscape.com 4e0864d1c2 Fixed delete/delete[] mismatch 2000-04-10 22:23:17 +00:00