varga%nixcorp.com
0f42747ce0
Changing my email address.
2003-10-21 15:35:57 +00:00
mvl%exedo.nl
b27d9cbeea
Ask before loading images is no more. Remove obsolete references to it from the prefs panel.
...
bug 161130, r=dwitte, sr=darin
2003-10-19 09:10:59 +00:00
rlk%trfenv.com
30a7b0981a
Bug 222784 - Reflect UI changes from Bug 89212 in Help. r=rlk@trfenv.com. Patch by Stefan Borggraefe (borggraefe@despammed.com)
2003-10-18 22:48:54 +00:00
kairo%kairo.at
07e3c65080
bug 154927 - automate localeVersion updates based on milestone.txt - we'll now create all those files during compile time from .in files, r=leaf, sr=bz
2003-10-18 17:54:07 +00:00
neil%parkwaycc.co.uk
78f87578d9
Bug 221988 Replace doesQI function with built-in instanceof operator r=peterv sr=alecf moa=caillon
2003-10-17 22:45:47 +00:00
mkaply%us.ibm.com
2d7979f035
#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
9aaa6d8c9d
Bug 153789 - Navigator Preferences - Appearance - corrections. r=neil.parkwaycc.co.uk
2003-10-16 21:17:53 +00:00
dwitte%stanford.edu
0de430b20c
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
8517ea11b8
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
39bb588d1a
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
e05b0f4cce
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
dcb22d9180
Fixing -kb
2003-10-14 12:17:10 +00:00
rlk%trfenv.com
213f2d7290
Fixing a checkin.
2003-10-13 23:07:09 +00:00
rlk%trfenv.com
c3006e0e45
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
932bbac5b3
Bug 219120 - help.js needs cleaning. r=neil.parkwaycc.co.uk sr=alecf
2003-10-13 17:15:05 +00:00
technutz%netscape.net
317259ce40
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
fc260fd66a
Fixing strange typo. r=me
2003-10-12 15:21:32 +00:00
dwitte%stanford.edu
9ae913314e
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
f986b6d876
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
4454a3dd30
fixing build bustage
2003-10-11 22:13:05 +00:00
darin%meer.net
1d86827f21
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
93972e89af
Bug 135607 - Help toolbar needs work. r=neil.parkwaycc.co.uk
2003-10-11 14:35:57 +00:00
rlk%trfenv.com
2d41ce2e04
Bug 135607 - Help toolbar needs work
2003-10-11 14:34:52 +00:00
rginda%netscape.com
955596c7ad
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
14df467176
whoops. these weren't meant to go in. ;)
2003-10-11 00:12:33 +00:00
dwitte%stanford.edu
b87603207c
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
fd825778c0
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
f642391e56
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
f74c9cc294
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
8addfb1f6c
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
c394a723fa
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
6cece9ed85
Navigator Preferences - History - correction. r=neil.parkwaycc.co.uk
2003-10-09 21:34:23 +00:00
rlk%trfenv.com
23314969de
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
e87728d587
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
699af95625
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
041f321322
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
5474be3783
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
0be1021e15
Removing obsolete file from build. r=neil.parkwaycc.co.uk
2003-10-08 22:33:32 +00:00
darin%meer.net
dfb4b8260b
fixes bug 192284 "support nsIChannel::open for all protocols" r=dougt sr=bzbarsky
2003-10-08 04:27:13 +00:00
dwitte%stanford.edu
48fe888d1b
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
3535129aca
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
5137fd64c7
Help TOC part of bug 218878 - Cleanup of help RDF. r=alecf
2003-10-07 21:16:03 +00:00
sicking%bigfoot.com
5a8496bfc5
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
296ff36e59
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
d7d7e4b52d
Removing unused file. Not used in build. r=me
2003-10-06 22:24:50 +00:00
rlk%trfenv.com
ff16a898fb
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
36dae6d34d
Bug 221260 - p3p isn't in the glossary. r=neil.parkwaycc.co.uk
2003-10-06 20:44:00 +00:00
bzbarsky%mit.edu
0fb5daef50
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
612cd85aea
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
3e3b13add1
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
eb1ae58eca
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
13e47abb7a
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
1595a90f04
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
109746abbd
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
f91676a4d4
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
rlk%trfenv.com
a333760a54
Bug 220302 - glossary needs cleaning. r=neil.parkway.cc.co.uk for HTML. r=alecf for RDF.
2003-10-04 18:51:16 +00:00
rlk%trfenv.com
760ce0ed89
Fixing bustage :( Sorry guys
2003-10-04 17:06:37 +00:00
rlk%trfenv.com
ac4e5ddd1a
Bug 219825 - Remove search-db.rdf and use the index and contents to search instead. r=neil.parkwaycc.co.uk sr=alecf
2003-10-04 16:44:21 +00:00
bzbarsky%mit.edu
8801e97e8f
Make presshell batch processing of style changes (using BeginUpdate/EndUpdate
...
notifications). Bug 200931, r=peterv, sr=jst
2003-10-02 21:29:40 +00:00
neil%parkwaycc.co.uk
f96e681315
Bug 220460 "About Popups" dialog should autosize and not be resizable p=borggraefe@despammed.com r=me sr=bienvenu
2003-10-02 08:10:39 +00:00
dbaron%dbaron.org
19a12727ec
Make URIs in the style system nsIURI pointers instead of strings. b=113173 r+sr=bzbarsky
2003-10-01 22:53:56 +00:00
rginda%netscape.com
69ef2df1d2
bug 220497, "no mode images displayed in chatzilla"
2003-09-30 05:29:05 +00:00
sicking%bigfoot.com
44976aa59b
Bug 220418: Don't get the initial template until the txExecutionState is fully initialized.
...
r=Pike sr=peterv
2003-09-29 17:54:01 +00:00
neil%parkwaycc.co.uk
9eef17c64f
Bug 220215 use XPCNativeWrapper instead of directly calling Components.lookupMethod r=caillon sr=bz
2003-09-29 16:50:36 +00:00
bryner%brianryner.com
cd60efa8ac
Updating my email address
2003-09-29 06:04:02 +00:00
bryner%brianryner.com
476b0f76a0
updating my email address
2003-09-29 05:35:34 +00:00
neil%parkwaycc.co.uk
4bfc49f0b8
Bug 219318 Display Search Tips on a failed Search in Help window p=rlk@trfenv.com r=me
2003-09-27 20:16:48 +00:00
neil%parkwaycc.co.uk
8bea1e3fd9
Bug 214693 Copyrights (and line endings) messed up in Help files p=rlk@trfenv.com r=me
2003-09-27 19:25:09 +00:00
varga%utcru.sk
a8ccf6a1b6
Fix for bug 196575. Add comments to IDL interfaces
...
r/moa=varga, patch by Neil Deakin <enndeakin@sympatico.ca>
2003-09-27 14:42:26 +00:00
jst%mozilla.jstenback.com
8aa7b563d2
Fixing bug 215981. DeCOMtaminating nsIContent and nsIDocument some, and also some minor changes to other related interfaces. r=caillon@aillon.org, sr=peterv@propagandism.org.
2003-09-27 04:18:26 +00:00
axel%pike.org
2aa79f252c
bustage fix, wrong kezboard
2003-09-26 17:11:33 +00:00
axel%pike.org
7b4f904f48
bug 206445, review nit from/r=sicking
2003-09-26 16:55:33 +00:00
axel%pike.org
e57d311601
fixup whitespace for bustage, r=bsmedberg
2003-09-26 15:15:01 +00:00
neil%parkwaycc.co.uk
c6cc3f0861
Fix Pike's build bustage r=bsmedberg sr=bustage
2003-09-26 13:03:47 +00:00
axel%pike.org
0305a506c7
bug 206445, nsresult based error reporting in XPath expression parser and lexer, r=sicking, sr=peterv
2003-09-26 12:32:42 +00:00
stephend%netscape.com
c381d5261f
Last commit was actually for bug 220327...
2003-09-26 04:29:42 +00:00
stephend%netscape.com
b9c1e20624
Bug 22037. Netcape (sic) reference in cs_nav_prefs_advanced.html should read Mozilla (actually, I'm removing it for now because I don't want to introduce more hardcoding - ultimately we should figure out how to use &brandShortname; in these files. r=db48x@yahoo.com
2003-09-26 04:24:06 +00:00
stephend%netscape.com
54240db149
Bug 220169. Fixing references from 'plugins' to 'plug-ins' in Help'. r=R.J. Keller
2003-09-25 23:29:17 +00:00
stephend%netscape.com
5fd5a8976d
Bug 214678. Right-click menus in Help window have useless items. Patch by R.J. Keller <rlk@trfenv.com. r=neil, sr=dveditz
2003-09-25 23:24:51 +00:00
bzbarsky%mit.edu
399ee10c53
Make "manage sites" window resizable. Bug 13188, patch by
...
borggraefe@despammed.com (Stefan Borggraefe), r+sr=dveditz
2003-09-25 06:00:29 +00:00
hpradhan%hotpop.com
822edd67b1
Bug 206947: Synchronous XMLHttpRequest leaks and can cause crashes r=heikki sr=jst
2003-09-24 06:20:02 +00:00
timeless%mozdev.org
7ec175a444
Bug 220093 inCSSValueSearch incorrectly uses strings
...
r=caillon sr=bz
2003-09-24 03:06:00 +00:00
rginda%netscape.com
7d7324c1ad
landing chatzilla 0.9.35
2003-09-24 00:49:09 +00:00
uid502
6047af0300
Fixing bustage.
2003-09-23 17:49:28 +00:00
uid502
6bed557bd4
Bug 190735. Final patch for deCOMtamination of core nsIFrame methods! rs=dbaron
2003-09-23 17:05:29 +00:00
timeless%mozdev.org
aa64fc3e69
Bug 151153 Advanced Preferences -- Scripts & Plugins incorrect
...
patch by stolenclover@yahoo.com.tw r=rlk@trfenv.com
2003-09-23 00:07:02 +00:00
timeless%mozdev.org
2ed50e2e1a
Bug 214935 - Spelling error in a help section
...
patch by rlk@trfenv.com r=neil
2003-09-21 16:06:48 +00:00
neil%parkwaycc.co.uk
9ef5438f5a
Bug 65596 "Manage Stored Passwords" window should be wider and remember previous size and position p=borggraefe@despammed.com r=me sr=dveditz
2003-09-21 09:29:52 +00:00
dbaron%dbaron.org
de4f69aa77
Restore the style attribute to the style rules view. b=218222 r=caillon sr=bzbarsky
2003-09-21 05:28:55 +00:00
timeless%mozdev.org
b7d8d96aef
Bug 219284 "nsISupports is not defined" in inspector-cmdline.js
...
r=caillon sr=peterv
2003-09-21 04:57:45 +00:00
timeless%mozdev.org
25e4afd45a
Bug 219328 search.gif's dimensions in nav_help.html are specified wrong.
...
patch by bugzilla@accessibleinter.net r=rlk@trfenv.com
2003-09-17 00:05:10 +00:00
dbaron%dbaron.org
b57afa4a19
Change our implementation of 'overflow: hidden' to be more compatible with other browsers, as CSS 2.1 now allows. b=69355 r+sr=bzbarsky
2003-09-16 22:09:18 +00:00
mkaply%us.ibm.com
2c59f01ce9
#215581
...
r=mkaply, sr=blizzard (platform specific)
Changes to get GCC 3.2.2 working on OS/2 - this set is OS/2 only changes
Also remove some VACPP references
2003-09-15 21:50:20 +00:00
axel%pike.org
fa3f88dfb8
nits on a doc, make things referencable. npob
2003-09-15 13:25:41 +00:00
rginda%netscape.com
e853a82da3
fix locale version and add tailing quotes to messages that might otherwise end in a quote
2003-09-13 20:00:01 +00:00
dbaron%dbaron.org
cb01f2577b
Don't create style rule DOM wrappers for inline style, since we are not supposed to, and ours crash when used on inline style. b=218222 r+sr=bzbarsky
2003-09-13 19:18:52 +00:00
peter%propagandism.org
af9cdd9669
Fix for bug 212903 (XSLT bug -- incorrectly added <meta> element to results tree). r=Pike, sr=jst.
2003-09-13 17:05:56 +00:00
peter%propagandism.org
80f86be21c
Fix for bug 218756 (Update to latest DOM Level 3 XPath specification). r=Pike, sr=jst.
2003-09-13 17:04:15 +00:00
darin%meer.net
8989a2213a
landing patch for bug 205726 "DNS rewrite" r=dougt sr=bryner
2003-09-11 20:32:33 +00:00
mvl%exedo.nl
f1bbcf8643
Fix typos
2003-09-11 17:02:32 +00:00