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

58991 Коммитов

Автор SHA1 Сообщение Дата
tbogard%aol.net cd34e5b36e Moved the implementation of AssignWithConversion to the cpp file since Linux and Windows didn't like it inline in the h file. r=scc 2000-04-22 09:17:20 +00:00
scc%netscape.com 391f0960dd making string conversions explicit 2000-04-22 08:43:34 +00:00
scc%netscape.com ee30c7eb10 Added a signature previously covered by |Assign(const nsStr&)|, now |Assign( const nsString& )|. 2000-04-22 08:36:28 +00:00
hangas%netscape.com 5ca9a2234a More progress on 19561 (converting AB to xul widgets) 2000-04-22 08:14:59 +00:00
hangas%netscape.com 32917ed7e8 Fix to 34156 (using onkeypress handler on URL bar of browser window). 2000-04-22 07:16:17 +00:00
warren%netscape.com 024ea3ee79 admin -kb 2000-04-22 07:10:04 +00:00
hangas%netscape.com 0c28a1387b Progress towards 19561 (making AB skinnable), fix to 36428 & 36268 bugs with html widgets not drawing in Card Edit dialog. 2000-04-22 07:04:15 +00:00
jband%netscape.com 18fcb10e12 fix bug 36805 - was leaking xptiInterfaceGuts by unconditionally overwriting a union 2000-04-22 06:30:46 +00:00
jband%netscape.com 3b2b23e4af fix bug 36806 - leaking locks. Just plain sloppy! 2000-04-22 06:28:44 +00:00
ducarroz%netscape.com ad59ed590c Fix for bug 20180. Since we use menulist instead of SELECT, we need to extract the identity key from the menuitem's id. 2000-04-22 05:41:15 +00:00
jband%netscape.com 3cc2080a10 hey! someone changed the progid for the zip reader, updating my copy of the progid. xptiZipLoader.cpp 2000-04-22 04:11:33 +00:00
ducarroz%netscape.com 7f339ab6cb Fix for bug 16354. Land new autocomplete for mailnews 2000-04-22 03:30:45 +00:00
ducarroz%netscape.com 4de9141ce3 Fix for bug 16354. Add autocomplete to the browser package 2000-04-22 03:30:21 +00:00
pollmann%netscape.com 9b52ac7328 Bug 33203: Form submit observer changes for psm-glue; r=dougt 2000-04-22 03:29:50 +00:00
ducarroz%netscape.com 6e35bbbcb2 Need to be able to parse AB directories without to have to open the AddressBook first. Needed by autocomplete search engine. R=candice 2000-04-22 03:29:44 +00:00
ducarroz%netscape.com 1e5a0147f2 Fix for bug 16354. Landing of the new autocomplete in mailnews 2000-04-22 03:29:36 +00:00
ducarroz%netscape.com 4911aacc4e Fix for bug 16354. Landing of the new autocomplete in mailnews. R=mscott 2000-04-22 03:29:35 +00:00
ducarroz%netscape.com e9af47e257 Fix for bug 16354. Landing of the new autocomplete in mailnews, R=mscott 2000-04-22 03:28:46 +00:00
ducarroz%netscape.com 4156d8686f Fix for bug 16354. Change component prog id name to be more generic 2000-04-22 03:28:45 +00:00
pollmann%netscape.com 8f58dfe95f Bug 34416: Use CHROME vars in Makefile.in instead of overwriting install targets (GTK only); r=harishd 2000-04-22 03:01:11 +00:00
pavlov%netscape.com 7bea6ae265 fix bug where we copied pasted ascii data as unicode 2000-04-22 02:49:33 +00:00
pollmann%netscape.com a5be817830 Bug 34416: Use CHROME vars in makefile.win instead of overwriting install targets (WIN32 only); r=harishd 2000-04-22 02:48:56 +00:00
edburns%acm.org 78325dd028 a=edburns
bug: pressing BACK hangs webclient

Files touched

File: DocumentLoadEvent.java	Status: Locally Modified

Made the constants final so they can be used in a
switch statement

File: EMWindow.java    	Status: Locally Modified

Modified eventDispatched() so it doesn't call any webclient
events.  This was causing the hang.  Took advantage of
the newly implemented ability to pass a string from the
mozilla event handler into java.


File: DocumentLoaderObserverImpl.cpp	Status: Locally Modified

Create a jstring from the url in the OnStartDocumentLoad event.
Pass it on to java.

File: jni_util.cpp	Status: Locally Modified

Wrapped JNU_GetEnv in BAL stuff so it works from Star.

File: WebclinetEventListener.java	Status: Locally Modified

Added comment to eventDispatched.
2000-04-22 02:01:20 +00:00
cmanske%netscape.com dfd6ae4398 Very simple UI fix - replaced titledbutton with button for Plain Text Editor 2000-04-22 01:49:00 +00:00
alecf%netscape.com 1d547a8411 missing object file from makefile 2000-04-22 01:31:55 +00:00
gagan%netscape.com 498c2f6afa Fixing a bad merge. Reordered WriteRequest with ReleaseTransport in OnStopRequest. 2000-04-22 01:23:29 +00:00
sfraser%netscape.com 3841a2e41a Add nsIMsgSearchScopeTerm.idl for alecf. 2000-04-22 01:21:20 +00:00
akkana%netscape.com 1e8272b521 36778: Contribution from Ryan Cassin (kidteckco@hotmail.com) to fix toolbar and titlebar in plaintext editor 2000-04-22 01:12:52 +00:00
jband%netscape.com 5fdabe94b1 fix debug message 2000-04-22 01:07:39 +00:00
jband%netscape.com 98eeec5119 fix a dangerous looking (but harmless) warning on Mac opt 2000-04-22 01:06:42 +00:00
alecf%netscape.com 9521f9ba8d fix class casting bustage 2000-04-22 00:57:48 +00:00
dbaron%fas.harvard.edu ed9c5e00ef Prevent selector matching from incorrectly failing due to greedy matching. b=24031 r=pierre@netscape.com 2000-04-22 00:47:18 +00:00
alecf%netscape.com c72f31ef5c added files: mozilla/mailnews/base/search/src/nsMsgSearchValue.cpp 2000-04-22 00:44:42 +00:00
alecf%netscape.com 9a6c9a1fd5 fix casting bustage 2000-04-22 00:42:50 +00:00
gagan%netscape.com bcbe936dbd Small HTTP api change. 2000-04-22 00:40:21 +00:00
dbaron%fas.harvard.edu 0beedca95a Make XPCOM_MEM_LOG_OBJECTS work with alloc logging (before it worked only with refcount logging). r=waterson@netscape.com 2000-04-22 00:40:13 +00:00
alecf%netscape.com 7d2158425f added files: mozilla/mailnews/base/search/src/nsMsgSearchValue.cpp 2000-04-22 00:38:46 +00:00
alecf%netscape.com f15bb28f41 oops, fix IDL bustage 2000-04-22 00:38:29 +00:00
alecf%netscape.com c6817995de added files: mozilla/mailnews/base/search/public/nsIMsgSearchValue.idl 2000-04-22 00:36:36 +00:00
gagan%netscape.com 9508ade32b Fixed bug 23480. Changed the PostDataStream api to be UploadStream api to allow PUT requests as well.
Fixed bug 32560. Added AsyncWrite implementation for HTTP.
Fixed bug 33842. Some of the earliar code that ruslan had landed broke the status updating for proxy cases.
Fixed bug 36602. Added an api to add (and remove) entries to the "no proxy for" array. Also changed the array to be constructed once (and hence parsed once) instead on each call to ExamineForProxy.
Part fix for bug 31174. Added HTTPS proxy settings.
And finally also un"ruslan"ized the HTTP code :)
2000-04-22 00:35:05 +00:00
alecf%netscape.com 42e1c6e1f3 make a whole bunch of search/filter stuff scriptable.
this included adding a new nsIMsgSearchValue interface, and renaming some of the IDL typedefs to be consistent with each other.
2000-04-22 00:34:39 +00:00
jim_nance%yahoo.com 1d29b85f66 Fix for 34949. Problem with 64 bit pointers.
r=wtc
2000-04-22 00:32:03 +00:00
av%netscape.com 87c1849b52 Fixing memory leak during start up, #35912 2000-04-22 00:04:24 +00:00
alecf%netscape.com 826b8000fd - fixed missing html:div tag in am-main.xul
- fix for #36771 - document.controls stopped containing hidden form elements - still the right fix because document.controls likely going away
- make the IMAP advanced dialog skinnable
2000-04-21 23:51:19 +00:00
cls%seawood.org 77ab896a2a Added separate list to distinguish between trees to be tracked and those to be reported. And it works this time too. Trees that are not reported by default can be seen via 'mozbot trees name-of-not-reported-tree'. 2000-04-21 23:47:20 +00:00
rjc%netscape.com c2405d60b7 New Jobs image file from Netcenter. 2000-04-21 23:39:48 +00:00
rjc%netscape.com 2be14b3082 New Jobs search file from Netcenter. 2000-04-21 23:39:34 +00:00
cyeh%bluemartini.com 3eb3075cde added Windows NT blurb to disclaimer section. 2000-04-21 23:32:25 +00:00
tbogard%aol.net db69a7b197 Removed the static Create method since the generic factory handles that. Changed GetStringBundle to GetPromptAndStringBundle since most people are always wanting to get both the prompt and the string bundle. Removed EnsureGlobalHistory. Global History is now instantiated on startup. 2000-04-21 23:32:11 +00:00
tbogard%aol.net a89ca4614f Creation of the docshell now uses the generic factory rather than it's own private Create method for instantiation of the nsDocShell class. 2000-04-21 23:31:42 +00:00