jshin%mailaps.org
bc9eb3ea37
bug 209513 : be generous to broken servers emiitng 'filename=...' without
...
specifying the dispositin type spec in Content-Disposition header.
(r/sr=bzbarsky)
2003-06-18 09:07:58 +00:00
bishakhabanerjee%netscape.com
1f57ddfe70
backing out my recent changes - some platforms showing tests failed
2003-06-18 08:13:07 +00:00
bishakhabanerjee%netscape.com
709b88a2cb
had to put in netscape specific unix base dir as well
2003-06-18 07:11:15 +00:00
scott%scott-macgregor.org
8f00335ed5
patch from Stephen Walker to only include the editor toolbar images that we really need (the smileys). Savings
...
of 20k.
2003-06-18 07:02:36 +00:00
scott%scott-macgregor.org
42687f5f98
Patch from Stephen Walker to collapse editor format toolbar styles into messengercompose.
...
Forks out the editor smiley images so we can include those directly in mail, bypassing the rest of the editor images
we don't use. This saves about 20k in extra images we do not need.
2003-06-18 07:01:16 +00:00
jst%netscape.com
3624ae8b21
Fixing typo in comment.
2003-06-18 06:52:16 +00:00
bishakhabanerjee%netscape.com
06eeeca399
put URL specific stuff inside nscp specific loop
2003-06-18 06:02:28 +00:00
dbaron%dbaron.org
f27fb41735
Fix bustage from bug 205895.
2003-06-18 05:38:20 +00:00
scott%scott-macgregor.org
50f31820a3
the library name for thunderbird for mail is different than that of Mozilla Mail. Use a define for the library name
...
used to find the biff icon and make the necessary adjustment for thunderbird.
sr=sspitzer
2003-06-18 05:35:31 +00:00
scott%scott-macgregor.org
172f878594
fix the regression caused by Bug #162765 which broke mailto urls.
2003-06-18 05:34:08 +00:00
nelsonb%netscape.com
40399ce6d5
Further refinements to the Name Constraints checking logic, to make it
...
more compliant with RFC 3280. Bug 208047.
2003-06-18 04:32:44 +00:00
bzbarsky%mit.edu
1192bcea2e
Attempt to fix windows bustage.
2003-06-18 04:17:23 +00:00
dbaron%dbaron.org
146a7a98ed
OOM check. r+sr=bzbarsky b=188803
2003-06-18 03:02:01 +00:00
bzbarsky%mit.edu
6560910dc0
constification of static strings in mork. Bug Bug 209226, patch by
...
ataylor@its.to (Andrew Taylor), r/sr=alecf, sr=bzbarsky.
2003-06-18 02:49:00 +00:00
bzbarsky%mit.edu
5c03b78c3e
Constify some constants in mailnews/imap. Bug 200389, patch by ataylor@its.to
...
(Andrew Taylor), r=sspitzer, sr=alecf
2003-06-18 02:40:32 +00:00
alecf%flett.org
63cdbb3203
fix bug 209699 r=dougt, sr=jst - move some consumers over to CopyUTF8toUTF16
2003-06-18 02:22:46 +00:00
alecf%flett.org
ae9176bd25
oops, didn't mean to check that in
2003-06-18 02:14:15 +00:00
alecf%flett.org
91b72b4179
oops, minor cleanup on the UI to distinguish between callsite and allocation listings for the "top" or "normal" callsites
...
again, not part of normal build
2003-06-18 02:13:46 +00:00
alecf%flett.org
56a32fde26
not part of build
...
revamp the spacetrace interface to provide scrolling tables for easier navigation of child callsites, local allocations, and more.
2003-06-18 02:02:02 +00:00
dbaron%dbaron.org
fe7914e2c9
Make CSSStyleRuleImpl immutable by changing mutation code (including some merging of code between nsDOMCSSAttributeDeclaration and DOMCSSDeclarationImpl) so that it creates a new rule for the modified declaration. Change StyleRuleChanged notification signatures, and change pres shell's handling of style rule change, addition, and removal to just do reresolution. Remove fine-grained ways of clearing style data. Change PeekStyleData so it doesn't do more work than it needs to, and can be relied on not to access rules that no longer match any content. b=188803 r+sr=bzbarsky
2003-06-18 01:59:57 +00:00
dwitte%stanford.edu
813391e0a7
remove cid's/contractid's and factory constructors for nsCookie and nsPermission, since these objects shouldn't be instantiable.
...
b=209506, r=darin/mvl, sr=bz
2003-06-18 00:52:59 +00:00
bryner%netscape.com
f0e4505a6b
Fix auto-update of camino.mk to not check it out into mozilla/mozilla
2003-06-18 00:39:54 +00:00
nelsonb%netscape.com
9c76888937
Move declarations of NSS private functions for general names from cert.h
...
to genname.h, and eliminate declarations from cert.h that were also
in genname.h. If we ever decide to make any of these functions public,
we can move their declarations back to cert.h.
2003-06-18 00:38:12 +00:00
mozilla.BenB%bucksch.org
8db5f0784d
- License changes
2003-06-18 00:04:36 +00:00
nelsonb%netscape.com
bbf159fcc1
Make CERT_DecodeAVAValue take const inputs and detect NULL pointers.
...
Rewrite CERT_CompareAVA to compare the type OIDs first, and then if
the values are not of the same encoding, convert them before comparing.
Also, do comparisons of printableString encoding properly. Bug 208649.
2003-06-17 23:44:14 +00:00
kaie%netscape.com
503cd2ab9b
b=202046 Empty (inline) elements cause caret movement to fail
...
r=smontagu sr=kin/brendan
2003-06-17 23:41:21 +00:00
kaie%netscape.com
25fb5c7a14
b=209082 Certificate viewer is broken
...
r=danm sr=jst
2003-06-17 23:16:23 +00:00
alecf%flett.org
bee187bf13
minor warnings cleanup, make a htmlStartTable() method to consolidate some code
...
not part of the build
2003-06-17 23:01:46 +00:00
bryner%netscape.com
8d5ee4a91d
Don't build nsRegionMac into the widget library, it's not needed for anything. Remove unused nsWidgetSupport.cpp. Bug 207023, r=pinkerton, sr=sfraser.
2003-06-17 22:54:50 +00:00
dbaron%dbaron.org
928687a4ca
Fix accssibility+gtk2 build bustage.
2003-06-17 22:53:26 +00:00
kaie%netscape.com
d97ffb1f6e
Follow up patch to bug 183582.
...
This was requested in order to get sr= for the previous checkin.
I'm checking this in as a separate step, to make the real
logic change easier recognizable.
This checkin does not change any logic.
It only moves methods around in the file.
sr=sfraser
2003-06-17 22:35:01 +00:00
rogerl%netscape.com
da25fdcce9
Cleanup
2003-06-17 22:29:51 +00:00
kaie%netscape.com
3d5beebcad
b=183582 HTML Drop does not provide contextual info
...
r=jfrancis sr=sfraser
2003-06-17 22:26:07 +00:00
pschwartau%netscape.com
120a3b71cf
Adding a carriage return at end of file.
2003-06-17 21:32:48 +00:00
bishakhabanerjee%netscape.com
ed88f342da
modified header to print link of resultsdir to browser log
2003-06-17 21:21:33 +00:00
bryner%netscape.com
0e8aa09510
Fix a debug-only crash when requesting a non-existant contractid. Bug 209680, r=dougt, sr=alecf.
2003-06-17 21:12:11 +00:00
alecf%flett.org
96472ec874
reformat these files with 'indent' so that they are actually maintainable
...
not part of default build
2003-06-17 21:10:49 +00:00
mkaply%us.ibm.com
a3e1d1c221
Remove --enable-plaintext-editor-only from the sample .mozconfig so we get rich text editing
2003-06-17 19:38:30 +00:00
mikep%oeone.com
40536b68e1
Using localized text, bug 191508.
2003-06-17 19:30:59 +00:00
bryner%netscape.com
cc80d85925
Port fix for bug 206775 (can't search NLS characters in history) to firebird. Patch by gelsoft@mx4.tiki.ne.jp.
2003-06-17 18:23:53 +00:00
timeless%mozdev.org
45fde5c69a
Bug 204146 Undefined symbols during autoregistration should go to stdout
...
r=dougt
2003-06-17 18:19:40 +00:00
dbaron%dbaron.org
fb04d1df25
Specify 'word-spacing: normal; letter-spacing: normal' for input and textarea so that 'word-spacing' and 'letter-spacing' on ancestors of text inputs don't mess up the spacing inside. b=209615 r=jkeiser sr=bz
2003-06-17 18:01:51 +00:00
bryner%netscape.com
97504df874
Remove unused content code. Bug 207021, r=jst, sr=alecf.
2003-06-17 17:53:06 +00:00
timeless%mozdev.org
f6516c3e12
Bug 204146 Undefined symbols during autoregistration should go to stdout
...
Change output for NSPR_LOG_MODULES=nsComponentManager:1 .. 4 to be useful
r=dougt
2003-06-17 17:50:00 +00:00
alecf%flett.org
b1784414de
just adding a '-q' to the UNZIP line - not part of the default build (this just quiets down the console spew while building the embedded client)
2003-06-17 17:23:32 +00:00
mikep%oeone.com
2a738d3535
New build.
2003-06-17 17:17:53 +00:00
mikep%oeone.com
1543c3b8ab
Fixing coloring in multiweek view.
2003-06-17 17:17:44 +00:00
alecf%flett.org
f43f8eebe9
fix for bug 205895 - make nsIMIMEInfo.getFileExtensions use a string enumerator, to avoid excess allocation at startup
...
r=bz, sr=darin
2003-06-17 17:00:40 +00:00
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