axel%pike.org
d72889a634
bug 204727, p3p stylesheet cleanup, factor 5 stylesheets into one generating 5 to be packed with XUL preprocessor, r=bryner, sr=heikki
2003-11-03 13:57:35 +00:00
dwitte%stanford.edu
01b63087d7
removing obsolete directory.
2003-11-01 23:52:45 +00:00
peter%propagandism.org
816b00b6cc
Fix for bug 224231 (Need AppendASCIItoUTF16). r=jst, sr=dbaron.
2003-11-01 10:57:41 +00:00
mvl%exedo.nl
f7afe4b667
Put back a line that shouldn't have been removed for bug 161130
2003-10-31 19:40:52 +00:00
mvl%exedo.nl
2dfd618692
Prevent crashes due to the permissions array not being initialized.
...
bug 223201, r=dwitte, sr=darin
2003-10-31 19:17:03 +00:00
mvl%exedo.nl
b7f2700571
Prevent crashes due to the permissions array not being initialized.
...
bug 223201, r=dwitte, sr=darin
2003-10-31 19:09:08 +00:00
jgmyers%netscape.com
6515601588
fix uninitialized member: bug 222182 r=sli0262 sr=blizzard
2003-10-30 23:44:06 +00:00
timeless%mozdev.org
b3b0822932
Bug 205541 Selecting "Unblock Cookies..." while on a site that you'd previously blocked allows the site to set cookies rather than just removing the block
...
patch by mpconnor@rogers.com r=neil sr=alecf
2003-10-30 23:27:58 +00:00
timeless%mozdev.org
d148168be8
Bug 222553 Rework cookieviewer to support whitelisting
...
patch by mpconnor@rogers.com r=neil sr=alecf
2003-10-30 23:23:50 +00:00
sicking%bigfoot.com
2c2d7a3e10
Bug 190302: Set correct characterset for XSLT generated pages.
...
r=Pike sr=peterv
2003-10-30 18:44:14 +00:00
danm-moz%comcast.net
67fb050b6b
cookies without a value (this is how IE deletes a cookie) are now skipped and no longer corrupt subsequent cookies. all migrated cookies are treated as domain cookies, and any extant otherwise identical host cookie is deleted. bugs 222343, 223029 r=darin,dwitte
2003-10-30 17:43:46 +00:00
dwitte%stanford.edu
6df98e20b4
add accesskeys for the cookie confirmation dialog.
...
b=201743, r=neil, sr=alecf
2003-10-30 17:26:44 +00:00
peter%propagandism.org
e7a046b501
Fix for bug 215465 (CSS :hover rules not working when using XML/XSLT along with an alternernate CSS). Fix by bz, r=sicking, sr=peterv.
2003-10-30 12:32:41 +00:00
neil%parkwaycc.co.uk
c98c6f10f3
Bug 215656 Cookie and Popup managers don't update scrollbar correctly r=mvl/dwitte sr=bryner
2003-10-30 09:33:40 +00:00
jshin%mailaps.org
e23c5a36ac
bug 195093 : modernize nsILocale (r=smontagu, sr=darin)
2003-10-30 05:04:45 +00:00
dwitte%stanford.edu
2758eac60c
bustage blah bustage. thanks dbaron.
2003-10-30 03:42:52 +00:00
dwitte%stanford.edu
d09ee25621
moving TestCookie into its new netwerk/test home.
...
find blame for the old TestCookie in the attic for
mozilla/extensions/cookie/tests/TestCookie.cpp.
2003-10-30 03:28:28 +00:00
dwitte%stanford.edu
2229248673
removing unused wallet files.
...
b=204184 p=mvl r=me sr=bryner
2003-10-30 03:18:10 +00:00
dwitte%stanford.edu
0859a8bdf4
remove support for network.cookies.strictDomains pref, since there's not much point in keeping it around.
...
b=223617, r+sr=darin, thanks to mvl for testing.
2003-10-30 03:13:54 +00:00
dwitte%stanford.edu
5688573070
clean up REQUIRES lines in makefiles, since most modules don't need 'cookie' anymore.
...
b=221886, r+sr=darin
2003-10-30 03:00:56 +00:00
dwitte%stanford.edu
48e1ec0204
remove nsCCookieManager.h in favor of nsNetCID.h.
...
b=221886, r+sr=darin
2003-10-30 02:59:31 +00:00
dwitte%stanford.edu
abfc58ea92
polish the nsICookieManager2::Add interface a tad.
...
b=222343, r=danm, sr=darin.
2003-10-30 02:50:11 +00:00
dwitte%stanford.edu
c12f45bb2f
remove unused items in wallet. the following files will be cvs removed shortly:
...
public/nsIKeyedStreamGenerator.idl
public/nsIPasswordSink.idl
src/nsWalletBuiltInDataSources.h
src/nsBasicStreamGenerator.cpp
src/nsBasicStreamGenerator.h
b=204184 p=mvl r=me sr=bryner
2003-10-30 02:39:10 +00:00
dwitte%stanford.edu
bae2ef3847
clean up warnings in wallet
...
b=204184 p=timeless r=me sr=bryner
2003-10-30 02:34:16 +00:00
bzbarsky%mit.edu
38f1930059
Make nsExpatDriver and nsIExpatSink be on the same wavelength as far as passing
...
attributes to HandleStartElement. Update callees as needed. Bug 223470,
r=sicking, sr=peterv
2003-10-30 02:17:50 +00:00
timeless%mozdev.org
f0795ea23f
Bug 223199 hostList leaks on OOM in nsPermissionManager::GetEnumerator
...
r=dwitte sr=roc
2003-10-30 02:09:13 +00:00
timeless%mozdev.org
758b7a868f
Bug 220267 warning: unused variable `const class NodeSet * nodes' In method `nsresult txKeyFunctionCall::evaluate(class txIEvalContext *, class txAExprResult **)'
...
r=sicking sr=peterv
2003-10-30 02:06:51 +00:00
timeless%mozdev.org
d06bc0dc59
Bug 204184 Remove unused items from wallet.cpp/wallet.h
...
r=dwitte sr=bryner
2003-10-30 02:04:31 +00:00
bryner%brianryner.com
90709a3fc9
Fix unresolved references with static gtk2 build (bug 216022). The file containing NS_IMPL_NSGETMODULE for a library must be compiled from the Makefile that sets IS_COMPONENT in order for the entry point translation to work correctly. r=cls, not part of the default build.
2003-10-27 10:11:00 +00:00
rlk%trfenv.com
3d1fa30c6e
Bug 161740 - Remove obsolete help files from builds. r=neil@parkwaycc.co.uk a=asa@mozilla.org
2003-10-26 17:45:18 +00:00
varga%nixcorp.com
bda96ca0cc
Fixing a deadlock.
2003-10-25 19:15:34 +00:00
rginda%netscape.com
61710761f5
bug 223247, unable to connect to irc servers: internal error dispatching
...
command ���goto-url���
a=asa
js engine new returns empty array element for optional captures in regexps, we need to account for that.
2003-10-24 18:29:35 +00:00
caillon%returnzero.com
0dda7dd5f1
Fixing bustage -- bryner forgot to update this file
...
Bug 222134
2003-10-22 07:04:16 +00:00
bryner%brianryner.com
f42474cb71
fixing bustage
2003-10-22 07:01:13 +00:00
dwitte%stanford.edu
7b125ba0e6
move cookies to use hashtables instead of a sorted list, and implement a sane notifications
...
system for cookies and permissions. this will improve perf a bunch, and also sets the stage
for a more performant and flexible cookiemanager UI by providing better notifications.
bugs 143939 and 221185, with r=bsmedberg+mvl, sr=darin and r=mvl, sr=bz respectively.
2003-10-22 06:53:19 +00:00
bryner%brianryner.com
a0e219b348
deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst.
2003-10-22 06:09:48 +00:00
rlk%trfenv.com
f937197a0f
bug 169550 - Help window must be <= 462px height by default. r=caillon@aillon.org.
2003-10-22 00:06:46 +00:00
rginda%netscape.com
c593ec065c
changes between 0.9.40 and 0.9.44:
...
* Revision 0.9.44 fixes some more charset related problems. The user description is now properly decoded for /query views, and the channel name for mode messages.
* Revision 0.9.43 fixes the ``unknown CTCP'' handler, so that it displays the correct diagnostic, instead of ``my_unkctcpMsg''.
* Revision 0.9.42 fixes charset problems with part reasons, and another charset problem with kick messages. It also deals with spaces in nicknames and usernames by replacing them with underscores, instead of just failing to log in. This revision also makes it so that you no longer need to restart ChatZilla after changing your description or username.
* Revision 0.9.41 adds an ``autoperform'' pref to networks that can be used to execute arbitrary ChatZilla commands when you connect to a network. These autoperform commands will be executed before any of your ``Open At Startup'' channels are processed. This release also makes ChatZilla recognize the optional ``reason'' parameter for PART messages. Many IRC servers do not yet support PART reasons, so don't be surprised if you don't see any.
2003-10-21 23:47:35 +00:00
rlk%trfenv.com
3ac3912178
Bug 220424 - Need to distinguish between Web links and Help links in Mozilla Help. r=neil.parkwaycc.co.uk
2003-10-21 23:24:10 +00:00
caillon%returnzero.com
de3d3fbf61
Re-land patch for bug 83536, merging principal objects.
...
Also includes fixes from bug 216041.
r=bzbarsky
sr=jst
2003-10-21 22:11:49 +00:00
mkaply%us.ibm.com
7da28ad79a
Mispelling of SHORT_LIBNAME
2003-10-21 22:01:53 +00:00
rlk%trfenv.com
9c9ef96493
Bug 180659 - No way to zoom Mozilla help content. r=neil@parkwaycc.co.uk. sr=alecf@flett.org
2003-10-21 21:06:57 +00:00
sicking%bigfoot.com
634670ab75
Bug 220703: return either error or return to avoid crashes and leaks
...
r/sr=peterv
2003-10-21 20:55:42 +00:00
sicking%bigfoot.com
7f75803106
Bug 222342: Speed up txStylesheet::isStripSpaceAllowed by not filtering textnodes in the root of a document and by earlyreturning if there are no stripspace rules.
...
r=Pike sr=peterv
2003-10-21 19:55:53 +00:00
bzbarsky%mit.edu
321b58e88d
Fix handling of id attrs to not assume that they are named "id" as much. Bug
...
208744, r=caillon, sr=peterv
2003-10-21 16:16:42 +00:00
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