Commit Graph

119917 Commits

Author SHA1 Message Date
alecf%flett.org
b7fa256d74 fix for bug 209220 - now that i18n APIs take ASCII charset names, update consumers to avoid excess conversions.. which usually means storing charset names as ASCII and updating a few other APIs
r=jkeiser, sr=jst and some great comments from jshin@mailaps.org
2003-06-17 16:40:34 +00:00
locka%iol.ie
87ff18acc6 Update xpi packages to add activex policy file and default prefs. Rewrite install.js to collapse loops down and provide better error checking & logging. b=208842 r=dbradley@netscape.com sr=alecf@netscape.com 2003-06-17 16:39:57 +00:00
jst%netscape.com
d98c2ff1e8 Fixing typo in comment. 2003-06-17 16:30:35 +00:00
jst%netscape.com
5e31f0fbb6 Fixing bug 87677. Making AppendUTF[8|16]toUTF[16|8]() not copy the string twice when not needed. r=jaggernaut@netscape.com, sr=dbaron@dbaron.org 2003-06-17 16:30:17 +00:00
dbaron%dbaron.org
4b4e411eac Rename nsILink::GetHrefCString to GetHrefUTF8 to clarify prior change in semantics. Remove duplication of code to implement it. Fix some incorrect conversions that were still assuming it was ASCII. Remove vestigial |aOuter| parameter to nsGenericHTMLElement::HandleDOMEventForAnchors. b=209566 r+sr=jst 2003-06-17 16:22:51 +00:00
sicking%bigfoot.com
d27334ffbc Attempt at fixing ports bustage 2003-06-17 15:49:25 +00:00
mikep%oeone.com
bb80916bbc Fixing printing, bug 204594. 2003-06-17 14:24:05 +00:00
ccarlen%netscape.com
6ba00ee6d8 Bug 197379 - file:// URLs using HFS paths don't work with Mach-O Mozilla. Creating a new version of nsURLHelper for OSX which handles this. Also, some correctness and commenting of corresponding code in nsURLHelperUnix.cpp. r=alecf/sr=sfraser 2003-06-17 13:55:47 +00:00
glazman%netscape.com
b9c1830777 Was impossible to outdent a subset of an indented block in CSS mode
b=194963, r=kaie, sr=kin
2003-06-17 09:35:46 +00:00
glazman%netscape.com
f73fa81318 Removing text styles in CSS mode was potentially removing too much if the styles were added in HTML mode
The fix creates a span element that will carry the inline styles and class of the HTML element to be removed, if any.
b=202037, r=kaie, sr=dmose
2003-06-17 08:45:54 +00:00
dwitte%stanford.edu
8b616c41b0 fix a couple of memory leaks in DOM inspector's PNG encoder, and clean up the interface a little.
b=208704, r=biesi/caillon, sr=jst
2003-06-17 07:43:47 +00:00
scott%scott-macgregor.org
2ca710ae8d offline modifications..hook up authorURL. 2003-06-17 06:26:31 +00:00
scott%scott-macgregor.org
1c46cab7ac hook up the authorURL field to the extensions panel 2003-06-17 06:25:49 +00:00
bolian.yin%sun.com
8442b87c63 Remedy patch for Bug 202388, runtime switch between system prefs and mozilla prefs. The original patch got sr=alecf, r=kyle. 2003-06-17 05:52:04 +00:00
scott%scott-macgregor.org
cabeb62746 Bug #209403 --> mail compose window needs to be able to handle a mailto url passed in as a window argument.
r/sr=sspitzer
2003-06-17 02:17:52 +00:00
scott%scott-macgregor.org
a160329d12 Bug #209403 --> mail compose window needs to be able to handle a mailto url passed in as a window argument. 2003-06-17 02:16:57 +00:00
scott%scott-macgregor.org
4ffd59491d package extension pref UI for windows 2003-06-17 02:13:55 +00:00
scott%scott-macgregor.org
c7566992ee collapse the privacy pref panel into the advanced panel. We may break it back out into it's own panel in the future but
for right now there are to many pref panels.

Hide Author/description labels from the extension panel until you first select an extension.
2003-06-17 02:13:32 +00:00
bzbarsky%mit.edu
f55576240c unescape() needs to convert from UTF-16 to page encoding properly, instead of
just using ToNewCString().  Bug 200984, r=smontagu, waldemar, sr=jst
2003-06-17 01:09:41 +00:00
sicking%bigfoot.com
6da2b447fd Try to fix build bustage and also fix a couple of new warnings. 2003-06-16 23:50:40 +00:00
bzbarsky%mit.edu
ce4d5d65e4 Backing out fix for bug 22480 to fix regression bug 209504. 2003-06-16 23:40:13 +00:00
sicking%bigfoot.com
dbd0da7d1e Bug 205703: Refcount Expr-results, to avoid cloning, and recycle them, to avoid memorymanagement.
r=Pike sr=peterv
2003-06-16 22:31:20 +00:00
caillon%returnzero.com
7a80f56a23 209583 - Fix a regression where XMLDocument.getElementByID() was broken
r+sr=bzbarsky
2003-06-16 21:47:16 +00:00
cltbld%netscape.com
5838abdc60 Automated update 2003-06-16 21:39:32 +00:00
bryner%netscape.com
c90762438b Bug 205360 - don't link explicitly with libc as part of ICONV_LIBS, since it causes problems for gcc built with --disable-shared. Patch by cls, r=dbaron, sr=darin. 2003-06-16 21:37:49 +00:00
locka%iol.ie
689f36830f Fix veirifcation build bustage, rename MOZ_ACTIVEX_PLUGIN_SUPPORT to MOZ_ACTIVEX_SCRIPTING_SUPPORT 2003-06-16 18:13:35 +00:00
rogerl%netscape.com
fa97c70062 Pandora build fixes 2003-06-16 18:02:51 +00:00
cltbld%netscape.com
f32e2cb367 Automated update 2003-06-16 17:48:04 +00:00
rogerl%netscape.com
4078fd5c51 Added js_Destroy.... 2003-06-16 17:35:44 +00:00
ccarlen%netscape.com
4de2ea650f Bug 161623 - Mac embedding APIs are burdensome compared to other platforms because the embeddor must create a top level nsIWidget instead of passing a native one. r=pink/sr=sfraser 2003-06-16 14:59:23 +00:00
dbradley%netscape.com
5d58c9449f bug 203797 - IDispatch support should allow FUNC_VIRTUAL and FUNC_PUREVIRTUAL. r=adamloc, sr=alecf 2003-06-16 14:38:15 +00:00
bienvenu%netscape.com
d4c29471d3 first part of 209545, get rid of unused imap proxy event, r/sr=sspitzer 2003-06-16 14:37:43 +00:00
aaronl%netscape.com
fccde7c7eb Bug 208460. Remove nsIDOM3Node.idl dependency from nsIDOMNode.idl 2003-06-16 11:17:18 +00:00
aaronl%netscape.com
33acdf0fed Bug 174910. Mutation events inside anchors not propogated up tree. r=bryner, sr=jst 2003-06-16 10:37:59 +00:00
aaronl%netscape.com
5d380d4f56 Bug 208812. Fire nsIObserver notifications for accessibility events for internal accessibility clients. r=kyle, sr=alecf 2003-06-16 10:35:11 +00:00
aaronl%netscape.com
4f35b36130 Bug 208812. Fire nsIObserver notifications for accessibility events for internal accessibility clients. r=kyle, sr=alecf 2003-06-16 10:29:22 +00:00
aaronl%netscape.com
f6111266e7 Bug 208781. Accessible events not getting fired for profile manager list items. r=kyle, sr=jag 2003-06-16 10:26:33 +00:00
aaronl%netscape.com
b1c3206ff1 Bug 208265. Accessibility can crash after profile manager window closes. r=kyle, sr=alecf 2003-06-16 10:22:40 +00:00
aaronl%netscape.com
7b5974ecfa Bug 202080. Use new THashtable in accessibility. r=bsmedgberg, sr=alecf, a=asa 2003-06-16 08:26:48 +00:00
rogerl%netscape.com
19ee9a581c Fixed memory leaks 2003-06-16 07:20:59 +00:00
scott%scott-macgregor.org
add1f28f92 make the dialog called by settings resizeable 2003-06-16 06:11:55 +00:00
bienvenu%netscape.com
9cec2db205 part of work for 145638, use uid validity in mem cache key so if uid validity rolls, we won't use the old cache entry, this checkin makes it so we can get the uid validity, the remaining work is to use it in the cache key r/sr=sspitzer 2003-06-16 03:27:47 +00:00
caillon%returnzero.com
cd42d2a397 209494 - use nsCOMPtr::swap() in a few loops
r+sr=bzbarsky@mit.edu
2003-06-16 00:14:23 +00:00
scott%scott-macgregor.org
0d5b0c0cf7 update 2003-06-15 23:51:01 +00:00
scott%scott-macgregor.org
45e4d1539a Example install.js file for the offline extension 2003-06-15 23:35:19 +00:00
scott%scott-macgregor.org
c503236191 Use offline UI as an example as to how to write an extension for thunderbird.
Rewrite offline to act as a stand alone extension to thunderbird. You can no longer build this directory
to drop in offline support. Instead, it must be packaged into an XPI as an extension.
2003-06-15 23:34:51 +00:00
mozilla.BenB%bucksch.org
bf0289678d no encrpytion for now 2003-06-15 22:52:10 +00:00
mozilla.BenB%bucksch.org
18f28148be missed in previous checkins 2003-06-15 21:43:55 +00:00
bienvenu%netscape.com
040f0dd599 fix handling case where imap server drops the connection by using nsITransport::isAlive, r=ere@atp.fi, sr=sspitzer 200181, 195106 2003-06-15 19:42:51 +00:00
timeless%mozdev.org
048916b764 Bug 186725 nntp service NewURI doesn't check to see if SetSpec failed..
r=caillon sr=darin
2003-06-15 19:36:26 +00:00