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

61417 Коммитов

Автор SHA1 Сообщение Дата
scc%netscape.com 598dbefe70 bug #38765 2000-05-13 00:22:38 +00:00
waterson%netscape.com 1eab8e8175 Deal with type-unification errors on gcc-2.7.2.3 using NEW_STRING_APIS. r=scc 2000-05-13 00:19:21 +00:00
cmanske%netscape.com 26a11ac457 Adding TableCommands to <commandset> for message composer 2000-05-13 00:18:59 +00:00
waldemar%netscape.com 23816b0170 Simplified grammar without changing syntax 2000-05-13 00:18:56 +00:00
waterson%netscape.com 6d1bd93d73 Add necessary code to get NEW_STRING_APIS to compile properly on gcc-2.7.2.3. r=scc 2000-05-13 00:05:29 +00:00
waterson%netscape.com 46d452bb36 Add notation as to why the SetOriginalURI() hack is necessary. 2000-05-13 00:01:22 +00:00
ben%netscape.com cd5363a8e5 remove redundant directory, files 2000-05-12 23:51:34 +00:00
tao%netscape.com d251a94d73 Adjust code logic to use the new Accpet-Lang file structure.r=jbetak. 2000-05-12 23:50:33 +00:00
gordon%netscape.com 1bcd83eb2c Fixes for bug 34663 and bug 33821 - crashes in DNS CompleteLookup and/or Shutdown. 2000-05-12 23:44:20 +00:00
jfrancis%netscape.com 1ccf4a309f fix for 38991: making lists screwed up 2000-05-12 23:43:50 +00:00
ben%netscape.com fdc271ace2 remove dependency on pref.css 2000-05-12 23:42:55 +00:00
gordon%netscape.com 548f055990 Change allocation/deallocation of monitor to use nsAutoMonitor methods, as per brendan's suggestion. 2000-05-12 23:42:33 +00:00
gordon%netscape.com e8edd803cb Reorder shutdown of DNS and SocketTransport services to allow the DNS service to notify socket transports that outstanding lookups are going away. Part of fix for bug 33821 and 34663. 2000-05-12 23:41:40 +00:00
gordon%netscape.com ff3224696b Let go of monitor a bit earlier in ReleaseService() so that services which are shuttingdown may aquire their own monitors without potential deadlocks. Also changed allocation/deallocation of ServiceManager's monitor to use nsAutoMonitor methods, as per brendan's suggestion. 2000-05-12 23:39:34 +00:00
ben%netscape.com efd18719a9 code cleanup for charset configuration window 2000-05-12 23:38:07 +00:00
mcgreer%netscape.com b696b30318 Add condition for BSAFE build. 2000-05-12 23:37:36 +00:00
mcgreer%netscape.com a09c5f58b5 Initial checkin of implementations of MD2 and MD5. An empty definition of Diffie-Hellman to allow for building, more later. Changes to Makefile for building with BSAFE. 2000-05-12 23:35:06 +00:00
jbetak%netscape.com 2590bd6b67 32591 View source page is displayed as ISO-8859-1 in no meta tag page
r=ftang
2000-05-12 23:33:37 +00:00
sfraser%netscape.com 28da072539 Add a null check. 2000-05-12 23:11:04 +00:00
scc%netscape.com 3d2ee11bee fix bug #36316 2000-05-12 23:09:28 +00:00
scc%netscape.com 76fd1bdfc5 fix bug #36311 2000-05-12 23:05:11 +00:00
dougt%netscape.com 021bd9b8fd fixing user profile directory and pref InstallFolder targets. 2000-05-12 23:03:44 +00:00
law%netscape.com 42290d1997 New native app support to enable Win32 dde 2000-05-12 22:37:20 +00:00
rginda%netscape.com 88cf80cbb7 * Makefile.in, makefile.win
install new file.

* command-manager.js
handle exact match case.

* chatzilla.css
remove old styles.

* output-default.css
darker bg on QUIT messages.
2000-05-12 22:30:53 +00:00
rginda%netscape.com 9135440529 -- CHATZILLA CHANGES ONLY --
* xul/content/MANIFEST
install new file.

* chatzilla.xul
remove old js file.
add new js file.
menu restructuring.
userlist as rdf populated tree.

* commands.js
hookup for quit, exit, clear, delete, hide, commands, names, toolbar, and statusbar commands.

* handlers.js
implement new commands.
userlist sorting.
tab completion reorg.
pgup/dn functionality.
userlist rdf related hookup.

* static.js
remove unused client.vars.
make version reply one line.
show activity in titlebar if toolbar is not visible.
fix scrolling AND redraw problems!!
userlist rdf related hookup.
2000-05-12 22:30:21 +00:00
mkaply%us.ibm.com 8b307332cd # 37239
r= waterson
OS/2 bring up continues - add PR_CALLBACK for VisualAge
2000-05-12 22:23:36 +00:00
mkaply%us.ibm.com 32ccf5669e # 37239
r= dcone
OS/2 bring up continues - PR_CALLBACK and typo
2000-05-12 22:21:42 +00:00
tao%netscape.com 1af6d674a7 34954: need a mechanism to convert from accpet-lang to locale name and
vice verse.
2000-05-12 22:17:49 +00:00
dougt%netscape.com 9780125284 Patch from snizinsk@us.ibm.com
from email:
What is in the tree from 5/2 was not correct (the
PR_CALLBACKs that were checked in 5/2 were incorrect for our build. They
should be on the prototypes which are declared "static PRIntn" not on
"NS_IMETHOD".
2000-05-12 22:11:45 +00:00
cmanske%netscape.com f877507c90 Fixing spellcheck bug 34356 2000-05-12 22:11:06 +00:00
rods%netscape.com 5de9ce63da really fixed it this time.
the mapping to the vk is done outside the KeyDispatch and this now works
b 5716  r=kmcclusk
2000-05-12 21:54:25 +00:00
tao%netscape.com 7b0d81327d Add test case for nsIAcceptLang 2000-05-12 21:51:11 +00:00
tao%netscape.com 59b5f92030 Register nsIAcceptLang: 34954 2000-05-12 21:50:01 +00:00
tao%netscape.com f40203662a Silent mac compiler warning. 2000-05-12 21:43:42 +00:00
nhotta%netscape.com 82b3452cff Check in for tao, 34954. 2000-05-12 21:41:09 +00:00
tao%netscape.com a62866ce15 Compile nsAcceptLang; bug 34954. 2000-05-12 21:36:05 +00:00
tao%netscape.com 1180e9d51c Add implementation of nsAcceptLang; bug 34954. 2000-05-12 21:34:41 +00:00
alecf%netscape.com be98e6f2e1 fix multi-line common dialogs by using <html> tag 2000-05-12 21:32:18 +00:00
tao%netscape.com 568c25bc69 Add nsIAcceptLang.idl; bug 34954. 2000-05-12 21:14:22 +00:00
tao%netscape.com 970715f0b4 add nsIAcceptLang; bug 34954 2000-05-12 21:07:45 +00:00
dcone%netscape.com 27fccce522 Fixed line drawing 2000-05-12 21:05:25 +00:00
nhotta%netscape.com f4ae83e7a6 checkin for tao; bug 34954 2000-05-12 21:03:48 +00:00
nhotta%netscape.com f2558b9637 Check in for tao, 34954. 2000-05-12 21:03:07 +00:00
ssu%netscape.com 86b6fb977d fixing bug #37874. xpinstall now checks for write access before creating a windows shortcut. 2000-05-12 21:02:39 +00:00
valeski%netscape.com 9fe39644f8 38864. making multi mixed converter more flexible to handle more boundary types. 2000-05-12 20:56:47 +00:00
tao%netscape.com aef7bf683e IDL for AcceptLang service; bug 34954. 2000-05-12 20:53:34 +00:00
locka%iol.ie ff164450dd Replaced references to webshell with docshell equivalents 2000-05-12 20:41:19 +00:00
nhotta%netscape.com d76a92040f Added support for font name of no charset specified case bug 38890, also changed to use pixel instead point for font size. 2000-05-12 20:35:29 +00:00
rods%netscape.com e51aafde85 part of fix for Bug 33733
added ShouldRollupOnMouseWheelEvent methos to ask if the rollup want to rollup on MouseWheel events
2000-05-12 20:23:04 +00:00
pnunn%netscape.com f1705d468c Bug#31228: Patch from : roc+moz@cs.cmu.edu (Robert O'Callahan). Thanks Robert! r:pnunn. 2000-05-12 20:19:02 +00:00