Commit Graph

4875 Commits

Author SHA1 Message Date
mkaply%us.ibm.com
a05f544756 #220827
r=darin, sr=jst
Code from doronr@us.ibm.com - allow empty headers in SOAP to work around Axis bug
2003-10-17 19:26:14 +00:00
rlk%trfenv.com
77e4c9cbf2 Bug 153789 - Navigator Preferences - Appearance - corrections. r=neil.parkwaycc.co.uk 2003-10-16 21:17:53 +00:00
dwitte%stanford.edu
9c84bccbd4 make the cookie whitelist override the "limit cookie lifetime to session" pref. this allows the user to whitelist certain sites for setting permanent cookies, while non-whitelisted sites are downgraded to session cookies. also adds an "downgrade cookies from this site to session" permissionlist value, so now we have a whitelist/blacklist/sessionlist. (UI for this latter feature is not yet hooked up).
this also shifts a bunch of forked pref stuff out of the cookie backend and into an app-specific place, which is good for the GRE.

b=217286, r=mvl, sr=darin.
2003-10-16 13:17:12 +00:00
neil%parkwaycc.co.uk
ddd4f28a33 More help cleanup including fix to previous checkin to bug 219120 r=rlk sr=alecf 2003-10-16 08:17:06 +00:00
dwitte%stanford.edu
e7d5f11d73 make cookiemanager sort strings case-insensitively.
thanks to smanux@lfjr.net for the patch. r=dwitte, sr=darin, b=220067
2003-10-15 09:41:40 +00:00
rlk%trfenv.com
3eb9b96af0 Bug 222127 - IP network/mask format for "No Proxy For" is not documented. r=rlk@trfenv.com. Patch by Iain Arnell (isarnell@xs4all.nl) 2003-10-14 20:54:27 +00:00
neil%parkwaycc.co.uk
fa3e52f83a Fixing -kb 2003-10-14 12:17:10 +00:00
rlk%trfenv.com
20716014de Fixing a checkin. 2003-10-13 23:07:09 +00:00
rlk%trfenv.com
f7c44230b5 Checking in rest of Bug 221950 - Drop the 'My' reference in 'My Sidebar' (used in Netscape 7 only). r=me 2003-10-13 19:42:28 +00:00
rlk%trfenv.com
8cdd1b0c5e Bug 219120 - help.js needs cleaning. r=neil.parkwaycc.co.uk sr=alecf 2003-10-13 17:15:05 +00:00
technutz%netscape.net
4385d84388 Bug 221950. Drop the 'My' from My Sidebar (as it was Netscape-only). r=rjkeller 2003-10-13 01:02:16 +00:00
rlk%trfenv.com
41d28c8ce9 Fixing strange typo. r=me 2003-10-12 15:21:32 +00:00
dwitte%stanford.edu
2ef25e6230 trivial warning fix: xpidl generates separate |enum|s for constants of the same type, so gcc complains about enumeral mismatches when there aren't any. no bug, r=mvl 2003-10-12 14:50:55 +00:00
rlk%trfenv.com
5317fcd6c8 Part of Bug 95770 - The help documentation should be formatted in some better way. r=neil.parkwaycc.co.uk 2003-10-12 14:08:36 +00:00
darin%meer.net
333c107b7a fixing build bustage 2003-10-11 22:13:05 +00:00
darin%meer.net
fe797b1a2c removing files that have now been moved into necko: b=210561 r=dwitte sr=bryner 2003-10-11 21:09:02 +00:00
rlk%trfenv.com
b6a2ba1264 Bug 135607 - Help toolbar needs work. r=neil.parkwaycc.co.uk 2003-10-11 14:35:57 +00:00
rlk%trfenv.com
559fb76f6c Bug 135607 - Help toolbar needs work 2003-10-11 14:34:52 +00:00
rginda%netscape.com
009763dfa8 landing 0.9.40
fixes a number of i18n issues, and the following bugs:
http://bugzilla.mozilla.org/buglist.cgi?bug_id=221068,220839,217358,207182,213782
2003-10-11 00:21:05 +00:00
dwitte%stanford.edu
ded62c5db6 whoops. these weren't meant to go in. ;) 2003-10-11 00:12:33 +00:00
dwitte%stanford.edu
7d225f53dc refactor cookie prompting helper to where it belongs... this will increase perf a little, for the case where prompting is turned off.
b=220624, r=mvl, sr=darin.
2003-10-11 00:06:13 +00:00
darin%meer.net
1754f96409 moving cookie service into necko: b=210561 r=dwitte sr=bryner
these files were moved from their old home in extensions/cookie.  the CVS
records cannot be simply moved because attic files exist in the new location,
and so i will unfortunately take cvs blame for all.  that's unfair to dwitte
who has made so many wonderful changes to the cookies backend code! ;-)

so, to find out the real cvs blame for these files, please look at the
following cvs remove'd files:

mozilla/extensions/cookie/nsCookieService.cpp
mozilla/extensions/cookie/nsCookieService.h
mozilla/extensions/cookie/nsCookie.cpp
mozilla/extensions/cookie/nsCookie.h
mozilla/extensions/cookie/nsICookie2.idl
mozilla/extensions/cookie/nsICookieConsent.idl
mozilla/extensions/cookie/nsICookie.idl
mozilla/extensions/cookie/nsICookieManager2.idl
mozilla/extensions/cookie/nsICookieManager.idl
mozilla/extensions/cookie/nsICookiePermission.idl
2003-10-10 23:08:01 +00:00
darin%meer.net
c0c2e832c7 landing last patch to separate cookie backend from permissions system, b=210561, r=dwitte, sr=bryner 2003-10-10 21:23:44 +00:00
mvl%exedo.nl
ceadcb4de1 Try the scheme if no host is found when showing a cookie dialog. bug 209689, r=dwitte, sr=darin 2003-10-10 15:08:43 +00:00
dwitte%stanford.edu
7da1eb7535 trivial #include fixes (mostly removing deprecated nsIEnumerator uses)
no bug, r=timeless, sr=bz
2003-10-10 07:06:05 +00:00
cbiesinger%web.de
9aa8f51ed4 Bug 119853 aSink.removeXMLSinkObserver is not a function
add additional QI to nsIRDFXMLSink
patch by axel hecht axel@pike.org
r=caillon sr=peterv
2003-10-09 21:47:09 +00:00
rlk%trfenv.com
6c723cdca1 Navigator Preferences - History - correction. r=neil.parkwaycc.co.uk 2003-10-09 21:34:23 +00:00
rlk%trfenv.com
a55e7329fb Bug 149048 - Text in help window has page colors but background is white. r=neil.parkwaycc.co.uk 2003-10-09 21:31:54 +00:00
peter%propagandism.org
e1daa9b219 Additional fix for bug 218756 (Update to latest DOM Level 3 XPath specification). r=Pike, sr=bz. 2003-10-09 18:41:34 +00:00
peter%propagandism.org
24493f59eb Rest of fix for bug 221387 (XPathExpression.createExpression doesn't throw NAMESPACE_ERR). r=Pike, sr=bz. 2003-10-09 18:38:27 +00:00
timeless%mozdev.org
a13a428b48 Bug 221578 Double click to edit property
patch by mozbug@durys.net r=caillon sr=bz
2003-10-09 05:28:02 +00:00
timeless%mozdev.org
02c84872d9 Bug 220451 - Popup Manager's "Allowed Sites" dialog doesn't persist size and position
patch by borggraefe@despammed.com r=neil sr=alecf
2003-10-09 00:29:09 +00:00
rlk%trfenv.com
442ba451ec Removing obsolete file from build. r=neil.parkwaycc.co.uk 2003-10-08 22:33:32 +00:00
darin%meer.net
2b14b6a01c fixes bug 192284 "support nsIChannel::open for all protocols" r=dougt sr=bzbarsky 2003-10-08 04:27:13 +00:00
dwitte%stanford.edu
3bc355e4fe rearrange resource files in extensions/wallet to clean up the duplicate files and general mess that
various folk have made of it. (no names here, move along)

some files were moved in the cvs repo, but others were manually copied, and thus I will own blame
for them. to find old blame info for the respective files, look in the appropriate attic for these
locations:

mozilla/extensions/wallet/cookieviewer/CookieViewer.js
mozilla/extensions/wallet/cookieviewer/CookieViewer.xul
mozilla/extensions/wallet/cookieviewer/CookieViewer.properties
mozilla/extensions/wallet/cookieviewer/CookieViewer.dtd
mozilla/extensions/wallet/editor/WalletEditor.properties
mozilla/extensions/wallet/editor/WalletEditor.dtd
mozilla/extensions/wallet/signonviewer/SignonViewer.js
mozilla/extensions/wallet/signonviewer/SignonViewer.xul
mozilla/extensions/wallet/signonviewer/SignonViewer.properties
mozilla/extensions/wallet/signonviewer/SignonViewer.dtd
mozilla/extensions/wallet/src/wallet.properties
mozilla/extensions/wallet/walletpreview/WalletPreview.js
mozilla/extensions/wallet/walletpreview/WalletPreview.xul

b=26020 (yeah that old!), r=timeless, sr=heikki, and props to leaf for moving stuff around
the cvs repo.
2003-10-08 01:03:28 +00:00
rlk%trfenv.com
4c74d691bd Bug 203529 - Navigator Help - Picture/pictures shouldn't be used. Replace with image/images. r=rlk@trfenv.com. Patch by Daniel Wang (stolenclover@yahoo.com.tw) 2003-10-07 23:48:39 +00:00
rlk%trfenv.com
5bd82b1e54 Help TOC part of bug 218878 - Cleanup of help RDF. r=alecf 2003-10-07 21:16:03 +00:00
sicking%bigfoot.com
1f063142b1 Bug 218770: speed up sorting by using NS_QuickSort and reducing number of allocations.
r=Pike sr=peterv
2003-10-07 17:11:21 +00:00
neil%parkwaycc.co.uk
1c4c4c930a Bug 182359 only open one manager window of each type r=dwitte sr=darin 2003-10-07 10:03:21 +00:00
rlk%trfenv.com
95e3c47976 Removing unused file. Not used in build. r=me 2003-10-06 22:24:50 +00:00
rlk%trfenv.com
99214e5332 Bug 221253 - IRC Chat key incorrectly listed as 3. Is now 6. r=neil.parkwaycc.co.uk 2003-10-06 20:45:03 +00:00
rlk%trfenv.com
37e8db890e Bug 221260 - p3p isn't in the glossary. r=neil.parkwaycc.co.uk 2003-10-06 20:44:00 +00:00
bzbarsky%mit.edu
c014fb7dd8 XUL doesn't implement .style; catch the exception it throws. Bug 218222
followup-to-followup, r=caillon, sr=dbaron
2003-10-06 20:21:48 +00:00
sicking%bigfoot.com
f1e0b952de Bug 221323: Keep a hard reference when moving nodes to avoid premature delete.
r/sr=bz
2003-10-06 00:17:15 +00:00
rlk%trfenv.com
f92dd1b630 Bug 203846 - 'Web search' context menu item for selection doesn't. r=neil.parkwaycc.co.uk sr=alecf 2003-10-05 16:04:14 +00:00
rlk%trfenv.com
5a79318e9c Bug 221157 - Help - Composer should note objects are not active in editing mode. r=neil.parkwaycc.co.uk 2003-10-05 15:54:14 +00:00
rlk%trfenv.com
0ea2384958 Bug 221157 - Help - Composer should note objects are not active in editing mode. r=neil.parkwaycc.co.uk 2003-10-05 15:52:47 +00:00
rlk%trfenv.com
9b8bd23bd4 Bug 221254 - Help For Internet Explorer Users discriminates against Solaris and HPUX users. r=neil.parkwaycc.co.uk 2003-10-05 14:17:07 +00:00
rlk%trfenv.com
d2306dad55 Bug 197318 - No help content for Link Prefetching option. r=rlk@trfenv.com patch by Daniel Wang (stolenclover@yahoo.com.tw) 2003-10-05 00:58:59 +00:00
rlk%trfenv.com
0899aff595 Bug 136659 - Use shading or color to differentiate the active tab more clearly from the other three tabs. r=neil.parkwaycc.co.uk sr=alecf 2003-10-05 00:52:08 +00:00