scott%scott-macgregor.org
627376d0a5
Add access to the certificate manager to the SMIME panel in the account manager.
2003-07-08 23:44:51 +00:00
smontagu%netscape.com
b789b26128
Update some charset mapping tables to the latest versions from http://www.unicode.org/Public/MAPPINGS . Blanket rs=roc+moz in bug 199143.
2003-07-08 23:37:45 +00:00
danm%netscape.com
90630fe7c9
addref the window while the timer member variable holds a reference to the window. no longer a crash bug, but more proper COM. bug 143664 r=dougt,jag
2003-07-08 23:06:49 +00:00
scott%scott-macgregor.org
369b8a02cc
When opening the options dialog, pre-select the correct category button based on the passed in url.
...
Rename Send Format to Send Options.
2003-07-08 23:00:52 +00:00
darin%netscape.com
69682b1372
fixes bug 209121 "Digest authentication incorrectly includes fragment identifier in URI when computing A2" r=dougt sr=bzbarsky
2003-07-08 22:49:26 +00:00
darin%netscape.com
f73ce178fa
revising nsIChannel documentation further
2003-07-08 22:43:51 +00:00
darin%netscape.com
4a6e9f49fc
removing unused #define, no bug, r+sr=nobody
2003-07-08 22:25:39 +00:00
brade%netscape.com
04402fc7a2
remove unused local variable; fixes warning; no bug, no reviewers
2003-07-08 22:12:04 +00:00
brade%netscape.com
0ff8702179
remove unused variables to fix warnings; no bug, no reviews
2003-07-08 22:10:09 +00:00
scott%scott-macgregor.org
58ffc7b4d7
minor polish work to the font panel.
2003-07-08 22:06:09 +00:00
darin%netscape.com
b3ca2894f5
cleaning up some nsIChannel documentation, b=209101, r+sr=nobody
2003-07-08 22:04:32 +00:00
dbradley%netscape.com
8c018c2af6
bug 127585 - xpidl usage is incorrect. r=timeless, sr=jst
2003-07-08 21:41:51 +00:00
scott%scott-macgregor.org
c31d3e3b1e
Make the font panel initialize the default charset for outgoing/incoming mail.
2003-07-08 21:38:15 +00:00
bzbarsky%mit.edu
e08fa08e31
Expose request and response versions of HTTP channels. Bug 201625, r=darin, sr=bzbarsky
2003-07-08 21:35:54 +00:00
dbaron%dbaron.org
dbe61def87
Add layout-debug to MOZ_EXTENSIONS_ALL. b=137331 r+sr=bryner
2003-07-08 21:20:04 +00:00
bryner%netscape.com
b6c3914b11
Remove static makefile; you need to be using camino.mk to build.
2003-07-08 21:14:37 +00:00
varga%netscape.com
8334a1dd99
Fix for bug 202393. Add DOM class info for nsIXULTreeBuilder.
...
r=pike, sr=peterv
2003-07-08 21:10:52 +00:00
dbaron%dbaron.org
2fa292cbc3
Add UI code, intended to replace viewer, into extensions/layout-debug/. Separate UI-related features out of existing regression testing interface. b=137331 r+sr=bryner
2003-07-08 21:08:23 +00:00
smontagu%netscape.com
e204fa5373
Update mapping tables for windows-1256 encoding. Bug 199143, r=jshin@mailaps.org, rs=roc+moz
2003-07-08 20:49:32 +00:00
brade%netscape.com
13cfbbcb35
fix warning for cstring charset change made a week or two ago; editor code cleanup (use contract IDs); r=timeless; sr=kin; bug=209548
2003-07-08 20:38:51 +00:00
varga%netscape.com
2c714692f1
Updating sqltest to the latest API.
...
Not part of build.
2003-07-08 20:38:33 +00:00
brade%netscape.com
673b9351fd
editor code cleanup (use contract IDs); r=timeless; sr=kin; bug=209548
2003-07-08 20:35:09 +00:00
varga%netscape.com
cec92cd59e
Fix for bug 199501. Fix "Update alias" command
...
Not part of build.
2003-07-08 20:33:37 +00:00
brade%netscape.com
9371323b42
editor code cleanup (use contract IDs); r=timeless; sr=kin; bug=209548
2003-07-08 20:22:56 +00:00
brade%netscape.com
44a2105094
editor code cleanup (use contract IDs); r=timeless; sr=kin; bug=209548
...
CVS ----------------------------------------------------------------------
2003-07-08 20:18:18 +00:00
bzbarsky%mit.edu
7fd6554181
Make sure that nsSimpleURI also strips newlines out of the uri spec... Bug
...
211599, r=dougt, sr=darin
2003-07-08 20:09:17 +00:00
dougt%meer.net
14fa809554
Missing control path return value
2003-07-08 20:03:35 +00:00
bzbarsky%mit.edu
a4eefedfc9
Move inheritance around to reduce size of nsHTMLMappedAttributes by a word.
...
Bug 163215, r+sr=dbaron
2003-07-08 19:19:37 +00:00
bzbarsky%mit.edu
9372d89c4a
Make it possible to go back to a url even if it included an anchor that was not
...
found. Bug 205213, r=jag, sr=dbaron
2003-07-08 19:17:54 +00:00
mkaply%us.ibm.com
1feff6894a
#211192
...
r=pedemonte, sr=blizzard (platform specific)
Make Shift+F10 display context menu
2003-07-08 19:09:21 +00:00
wtc%netscape.com
485a88c60e
Bug 211384: fixed the bug that importing a CRL that already exists in the
...
DB causes NSS_Shutdown to fail. Two files were changed. 1. crl.c: we
should not obtain a slot reference because PK11_FindCrlByName already
obtained a slot reference. 2. pk11cert.c: cleaned up code and fixed a slot
reference leak if the SECITEM_AllocItem call fails. r=nelsonb.
2003-07-08 18:41:28 +00:00
wtc%netscape.com
b290411a4b
Re-enabled the fix for bug 208177.
2003-07-08 18:11:24 +00:00
kin%netscape.com
f8f9d8592a
Fix for bug 211378 (Unable to paste into editor widgets with middle mouse button)
...
Modified MouseUp() and MouseClick() so that they call thru to the base class versions. This regression was caused by the fix for bug 137092.
r=brade@netscape.com sr=bzbarsky@mit.edu
2003-07-08 17:38:13 +00:00
cbiesinger%web.de
9871c15630
179084, patch by mcsmurf@gmx.net r=varga sr=jag Bookmark Export uses Unix carriage returns on all platforms
2003-07-08 17:24:57 +00:00
rogerl%netscape.com
5f72774336
minor fixes
2003-07-08 17:21:44 +00:00
kaie%netscape.com
26fcd4cf0b
b=210948 Some file dialogs have harcoded filter description
...
patch from Vincent B�ron
r=kaie sr=brendan
2003-07-08 14:46:21 +00:00
kaie%netscape.com
e97cef79b0
b=195574 SSL extremely flaky if Ask for Master Password is 'Every time'
...
r=darin sr=brendan
2003-07-08 14:41:02 +00:00
neil%parkwaycc.co.uk
90f2b9f39b
Bug 184202 stop nsTreeSelection's nsITreeBoxObject* pointer from dangling, might fix firebird autocomplete crash r=varga sr=jag
2003-07-08 14:01:56 +00:00
varga%netscape.com
3cd2cbee70
Fix for bug 145309. [turbo] On exit after unloading accts we are again loading accts because we are rebuilding tree
...
r=varga, sr=jag, patch by waterson
2003-07-08 13:56:58 +00:00
cbiesinger%web.de
7d10504897
78919 part 1. r=bzbarsky, sr=darin. This adds an |hasDefaultHandler| attribute
...
to nsIMIMEInfo that should be used to check if a default application is available
for this mimeinfo.
2003-07-08 13:52:46 +00:00
cbiesinger%web.de
6ec1891c3e
22879 r=bzbarsky sr=jag Download window should GetAttention when download is complete
2003-07-08 13:31:04 +00:00
jaggernaut%netscape.com
6ca349f43f
Bug 210834: Bogus comparison in nsCSSParserImpl::ParseURL. r=bzbarsky, sr=jst
2003-07-08 11:49:48 +00:00
roc+%cs.cmu.edu
87d53ca294
Ongoing deCOMtamination. r+sr=dbaron
2003-07-08 11:00:00 +00:00
bzbarsky%mit.edu
094e6e3f3a
Make comment change requested by caillon in review that I forgot about
2003-07-08 09:23:32 +00:00
bzbarsky%mit.edu
96d9af91d4
Removing no longer used files.
2003-07-08 07:35:03 +00:00
bzbarsky%mit.edu
3a26daf50b
Update comments to reflect the fact that there is no longer a change hint
...
passed to the macros.
2003-07-08 07:12:17 +00:00
justdave%syndicomm.com
a60677927e
Bug 211758: checksetup.pl was trying to use params that didn't exist yet because it was loading Bugzilla::Series at compile time (use). Now pulls in Bugzilla::Series at runtime (require) after initializing the params.
...
Patch by Brad Roberts <braddr@puremagic.com>
r= justdave, a= justdave
2003-07-08 06:50:05 +00:00
bzbarsky%mit.edu
c0d3c15a88
DOM properties that return URIs should return absolute URIs when they
...
are accessed (even if the corresponding attribute value is a relative URI).
Bug 47534, r=caillon, sr=jst
2003-07-08 05:35:04 +00:00
jake%bugzilla.org
01da75c2a8
Recompile the docs
2003-07-08 02:03:15 +00:00
darin%netscape.com
0565010816
fixes bug 210734 "IDN: Invalid codepoint encoded in ACE label" r=nhotta sr=bzbarsky
2003-07-08 01:51:32 +00:00