dwitte%stanford.edu
d31b372b38
Bug 206356: cookies refused by default if you just close dialog.
...
makes the "do you want to accept this cookie?" dialog more user-friendly, by not touching the permission list if you dismiss the dialog without clicking a button.
patch by mvl, r=neil, sr=jag, a=asa.
2003-05-22 00:37:48 +00:00
dwitte%stanford.edu
806bce6100
Bug 204623: setting src attribute on img element created in a doc with no window crashes.
...
fixes up some queryinterface fu to not suck.
r=mvl, sr=peterv, a=asa.
2003-05-08 01:55:37 +00:00
darin%netscape.com
a7a9655ce4
fixes bug 22994 "Mail reader allows spammers to set/get cookies to track web usage"
...
r=dwitte sr=dveditz a=sspitzer
2003-05-05 21:27:02 +00:00
dwitte%stanford.edu
9597ea7d9b
Bug 202313: Lifetime = 0 makes cookies disappear and reappear w/ multiple refreshes.
...
polishes cookie expiry behavior and cleans up a little expiry code.
r=mvl, sr=darin, a=sspitzer.
2003-05-02 20:43:43 +00:00
sspitzer%netscape.com
e25465caa9
fix for regression bug #203629
...
Attached images don't display inline if "Do not load remote images..." is turned on
caused by my fix for bug #51631 .
r/sr=bienvenu, a=sspitzer
2003-04-30 06:28:16 +00:00
sspitzer%netscape.com
474289abee
fix for security bug #51631
...
prevent auth UI from coming up from inside messages
sr=darin, r=bienvenu, a=sspitzer
2003-04-25 23:29:17 +00:00
dwitte%stanford.edu
6ae1267bab
Bug 203324: [cookies] backport phase 3 fixes to trunk.
...
patch by me. r=alecf, sr=darin, a=asa.
my first checkin! yay!
2003-04-25 23:20:04 +00:00
timeless%mozdev.org
ac97252db6
Bug 200697 - Make nsPermissionManager use hashtables, decrease memory used
...
patch by dwitte@stanford.edu r=bsmedberg@covad.net sr=alecf a=asa
2003-04-25 20:13:05 +00:00
timeless%mozdev.org
eb9f0acb11
Bug 201865 Images added by script not subject to blocking
...
patch by mvl@exedo.nl r=dwitte sr=bz a=asa
2003-04-25 20:03:40 +00:00
bsmedberg%covad.net
85dedad033
Bug 201034 non-const enumeration in nsBaseHashtable, add
...
nsTHashtable::RawRemove. Add a hashtable test-suite, and
clean up some codesize issues. Also fixes bug 203030 and
hopefully SunOS build bustage. r=jkeiser sr=alecf a=asa
2003-04-24 01:54:57 +00:00
mkaply%us.ibm.com
6e43d449b9
OS/2 bustage - I know there are other compilers that have trouble with inline in the header without a defintion
2003-04-23 04:39:34 +00:00
dmose%mozilla.org
ffce6354ee
Speed up nsPermissionManager by using hashtables; decrease footprint by not using an array of permission_TypeStructs (bug 200697). Thanks to Michiel van Leeuwen <mvl@exedo.nl> for the patch. r=dwitte@stanford.edu; sr=alecf@flett.org
2003-04-22 23:33:31 +00:00
cbiesinger%web.de
647a324089
followup to 202517 patch by dwitte@stanford.edu r=biesi remove some unused code from TestCookie.cpp and remove now-unneeded dependency on intl; affects TestCookie only
2003-04-19 12:51:44 +00:00
danm%netscape.com
621aa81c2b
there was an extra \r in the last checkin that was killing my build
2003-04-18 18:34:55 +00:00
cbiesinger%web.de
4367078074
202517 patch by dwitte@stanford.edu r+sr=darin [cookies] new testsuite
2003-04-18 17:37:49 +00:00
kairo%kairo.at
0978e17a8a
bug 202312 - localeVersion update for 1.4b, r=rchen, sr=blizzard
2003-04-17 18:43:57 +00:00
timeless%mozdev.org
7bcf9b66e7
Bug 201864 Context menu always has unblock image when image in permission list
...
patch by mvl@exedo.nl r=dwitte sr=bz
2003-04-15 14:26:28 +00:00
neil%parkwaycc.co.uk
e6260709ac
Bug 199709 Messages load remote images ignoring preference p=mvl@exedo.nl r=dwitte@standford.edu sr=peterv
2003-04-07 10:15:21 +00:00
cbiesinger%web.de
8539cbe6ef
176950 patch by dwitte@stanford.edu r=darin sr=jag cookie permissions site blocking does not appy to fully qualified node names from within the site.
2003-04-04 13:20:37 +00:00
neil%parkwaycc.co.uk
98c06851f7
Bug 200437 fix assertion in GetCookie() p=dwitte@stanford.edu r=mvl sr=darin
2003-04-03 09:17:21 +00:00
neil%parkwaycc.co.uk
6b1be6d044
Bug 200429 another cookie deletion bug p=dwitte@stanford.edu r=mvl sr=darin
2003-04-03 09:15:31 +00:00
darin%netscape.com
49470d525d
adds back debug assertion that got lost during the latest cookie changes, patch=dwitte r+sr=darin
2003-04-02 07:13:35 +00:00
bzbarsky%mit.edu
d26b9f7424
Assume VALUE instead of NAME if only one attr specified. Bug 169091, patch by
...
dwitte@stanford.edu (Dan Witte), r=darin, sr=alecf
2003-04-02 04:08:01 +00:00
timeless%mozdev.org
e573b3aef0
Bug 199649 Yahoo! Mail Remains Broken After Bug 198870 Fixed
...
patch by dwitte@stanford.edu r=mvl@exedo.nl sr=darin a=asa
2003-03-31 19:28:29 +00:00
timeless%mozdev.org
68833337ec
Bug 199928 cookies originating server test failes on ip addresses
...
patch by dwitte@stanford.edu r=mvl@exedo.nl sr=darin a=asa
2003-03-31 19:27:44 +00:00
jst%netscape.com
14882c9d0c
Fixing bug 124412. Making nsXULDocument inherit nsXMLDocument to avoid the need to duplicate a large amount of code in nsXULDocument. Also removing nsMarkupDocument and nsIDOMEventCapturer that are no longer needed. Changing the inheritance of nsIDOMXULDocument to avoid ~60 or so forwarding methods, and doing a *lot* of code cleanup. r=bugmail@sicking.cc, sr=peterv@netscape.com
2003-03-26 07:41:30 +00:00
darin%netscape.com
57c22e67d4
fixes bug 199108 "Changes to cookie prefs need restart to take effect"
...
patch=dwitte r=kaie sr=darin
2003-03-26 02:27:39 +00:00
shliang%netscape.com
459e7e4277
195924, 195921, 195928 - popup blocking changes to use whitelisting only and provide info dlg when popup first encountered. r=danm, sr=jag.
2003-03-26 02:03:13 +00:00
timeless%mozdev.org
3e5911aac4
Bug 199195 block images from this server doesn't work
...
patch by mvl@exedo.nl r=dwitte sr=darin
2003-03-26 00:46:33 +00:00
timeless%mozdev.org
32a1fa8cbf
Bug 199216 adding domain.com to whitelist doesn't allow popups from *.domain.com to appear
...
patch by mvl@exedo.nl r=dwitte sr=jag
2003-03-26 00:46:32 +00:00
timeless%mozdev.org
75368d2cab
Bug 199113 Mozilla crashes when calling "Manage Stored Cookies" before loading any page
...
patch by dwitte@stanford.edu r=mvl@exedo.nl sr=darin
2003-03-25 23:35:51 +00:00
timeless%mozdev.org
f8b099b71b
Bug 198870 Yahoo Mail login is broken (javascript reading of document.cookie returns nothing)
...
patch by mvl@exedo.nl r=dwitte sr=darin
2003-03-25 19:05:36 +00:00
timeless%mozdev.org
5e19dec997
Bug 199056 cookie_FindPosition() uses uninitialized oldestPositionFromHost; max cookies per host can be greater than 20
...
patch by dwitte@stanford.edu r=timeless sr=heikki
2003-03-25 18:39:32 +00:00
cbiesinger%web.de
8d28d45a29
198829 patch by mvl@exedo.nl r=dwitte@stanford.edu sr=dmose Blocking cookies does not remain persistent
2003-03-23 22:35:02 +00:00
timeless%mozdev.org
fcd2cd3743
Bug 195908 Cookie rewrite phase 2 - patch for un-inited variable
...
patch by dwitte@stanford.edu r=mvl@exedo.nl sr=alecf
2003-03-23 10:20:20 +00:00
timeless%mozdev.org
e8e5aad56e
Bug 198751 already existing cookies not beeing overwritten
...
patch by dwitte@stanford.edu r=mvl@exedo.nl sr=alecf
2003-03-23 08:13:27 +00:00
dbaron%dbaron.org
aa6a147de8
Fix MOZ_PHOENIX bustage. b=195908
2003-03-22 16:56:56 +00:00
stephend%netscape.com
3c02ba4660
Yet another bustage fix. Patch by dwitte@stanford.edu r/sr=engulfed tree
2003-03-22 08:02:44 +00:00
stephend%netscape.com
176eab0fd1
Hopefully fixing cookie bustage. Patch from dwitte@stanford.edu
2003-03-22 07:18:37 +00:00
stephend%netscape.com
ae01eaacc8
Bug 195908. Ports bustage. Patch by Dan Witte <dwitte@stanford.edu> r=dbradley, sr=bz
2003-03-22 06:11:20 +00:00
bzbarsky%mit.edu
404996d3cb
Removing obsolete and no longer used permissions code. Patch by the
...
permissions gang, bug 191380, r=gang members, sr=me pretending to be darin.
2003-03-22 03:33:08 +00:00
bzbarsky%mit.edu
7815d3fe37
Remove no longer needed file from build prior to CVS removal. Bug 191380,
...
patch by permissions gang, r=mozbot, sr=me (and darin, I guess)
2003-03-22 01:44:56 +00:00
bzbarsky%mit.edu
6af28cca89
Checking in permissions rewrite phase 1 (troop deployment in the permission
...
gulf). Bug 191380, patch by mvl@exedo.nl (Michiel van Leeuwen),
r=dwitte@stanford.edu , sr=darin.
2003-03-22 01:24:51 +00:00
bzbarsky%mit.edu
7f69d672e8
Fix Irix bustage
2003-03-22 00:58:54 +00:00
cathleen%netscape.com
483de04f4b
cookie cleanup, phase #2 . landing for dwitte@stanford.edu. bug 195908. r=darin sr=alecf
2003-03-21 22:51:18 +00:00
timeless%mozdev.org
943f8d7a84
Bug 180916 nsPermission::~nsPermission frees uninitialized values
...
r=darin sr=darin
2003-03-21 02:50:58 +00:00
darin%netscape.com
32cda3d206
adding a debug assertion as followup to last checkin so we can hopefully
...
trap failure to open cookies.txt for writing in the debugger. (r=dougt)
2003-03-20 05:31:55 +00:00
darin%netscape.com
091ef67efc
fixes bug 198270 "Trunk crash [@ COOKIE_Write] (nsCookies.cpp line 1734)"
...
patch=dwitte@stanford.edu r=mvl@exedo.nl sr=darin
2003-03-20 05:16:22 +00:00
timeless%mozdev.org
24452d6fce
Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)
...
patch by riceman+bmo@mail.rit.edu r=timeless sr=jag moa=darin
2003-03-17 22:55:42 +00:00
dougt%netscape.com
be629223b6
Create a new xpcom obsolete library (and component library).
...
Moved nsFileSpec and related classes into this obsolete library.
Moved nsRegistry and related libreg functionality into the obsolete library.
Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.
Combined the following DLLs (source -> dest)
uriloader -> docshell
shistory -> docshell
jsurl -> jsdom
gkview -> gklayout
Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer
Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.
Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).
Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService
Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
timeless%mozdev.org
405417d01c
Bug 195996 unable to login to Schwab account
...
patch by dwitte@stanford.edu r=danm sr=darin
2003-03-07 02:54:09 +00:00
shliang%netscape.com
a5b92aea67
192193 - missed part of checkin for default whitelist for popup blocking. r/sr=jag
2003-03-07 02:14:56 +00:00
shliang%netscape.com
013926cb01
192193 - preload popup blocking whitelist. r=danm, sr=jag
2003-03-05 01:34:34 +00:00
timeless%mozdev.org
6114f19529
Bug 195391 cookies for background color and font size are not being set properly
...
patch by mvl@exedo.nl r=dwitte sr=darin
2003-03-02 19:36:36 +00:00
cbiesinger%web.de
5564f4e0cf
163350 patch by mvl@exedo.nl r=suresh sr=jag Cookie confirmation dialog could use better wording.
2003-02-28 20:49:09 +00:00
gilbert.fang%sun.com
a8a1c05479
Fix bug 193835: Missing focus when selected the related checkbox or radiobox in Preference window. p=jessie.li@sun.com,r=neil@parkwaycc.co.uk,sr=jag.
2003-02-28 07:00:39 +00:00
kairo%kairo.at
11348f5311
bug 194924 - localeVersion update for 1.4a, r=rchen, sr=blizzard
2003-02-27 00:05:44 +00:00
cbiesinger%web.de
f4cad5c5fc
fix bustage
2003-02-24 23:30:41 +00:00
cbiesinger%web.de
7f30fa0cea
191682 patch by dwitte@stanford.edu r=biesi sr=darin Cookie manager uses O(2n^2) algorithm to display cookies
2003-02-24 22:02:44 +00:00
danm%netscape.com
a97874bfb4
write cookies to disk after page load completes. bug 165268 r=ccarlen,darin
2003-02-24 21:45:58 +00:00
pete.zha%sun.com
29f051b1d6
bug=193068
...
Missing accesskeys in preference dialogs
r=timeless sr=jaggernaut@netscape.com
2003-02-24 07:59:17 +00:00
pete.zha%sun.com
828d786791
bug=193835
...
Missing focus when selected the related checkbox or radiobox in Preference window.
r=kyle.yuan@sun.com sr=jaggernaut@netscape.com
2003-02-24 03:00:23 +00:00
darin%netscape.com
44f475da93
fixes bug 177698, Cookie is not stored if its VALUE contains "max-age",
...
patch=dwitte@stanford.edu r/sr=alecf,darin
2003-02-23 00:04:03 +00:00
kairo%kairo.at
ed5092614a
bug 163350 - Cookie confirmation dialog could use better wording, r=timeless, sr=jag, checking in for mvl@exedo.nl
2003-02-22 13:42:15 +00:00
cbiesinger%web.de
ae7ff90cb1
193637 patch by dwitte@stanford.edu r=timeless sr=darin a=dbaron
...
Cookie logging is reversed
2003-02-17 21:37:46 +00:00
ccarlen%netscape.com
67201ac107
Bug 193078 - cookies file loses entries if you switch to a new profile and then quit. r=mvl@exedo.nl/sr=darin/a=asa
2003-02-14 00:32:57 +00:00
shliang%netscape.com
b647ef6bfd
fix problem in popup permissions enumerator. r=danm,sr=jag,a=asa
2003-01-27 23:42:51 +00:00
bzbarsky%mit.edu
46cce616f4
Don't pass around objects with a refcount of 0. Bug 190088, patch by
...
dwitte@stanford.edu , r=jag, sr=darin, a=dbaron
2003-01-25 17:35:24 +00:00
peterv%netscape.com
475c42bdc1
Fixing CFM bustage. nsICookiePromptService, not nsICookiePromptSerice.
2003-01-22 11:09:47 +00:00
timeless%mozdev.org
e87b036988
Bug 179798 cookie confirm dialog no longer works in embedding (doesn't call nsIPrompt service)
...
patch by mvl@exedo.nl r=dwitte sr=darin
2003-01-22 05:52:33 +00:00
shliang%netscape.com
33228f561b
bug 190015 - change verbage for popup blocking - r/sr=jag
2003-01-22 05:46:42 +00:00
cbiesinger%web.de
9fbb51eaf3
168095 patch by dwitte@stanford.edu r=suresh sr=peterv expired cookies not deleted correctly
2003-01-21 13:26:28 +00:00
shliang%netscape.com
b6048d3120
bug 176624 - popup blocking. r=danm, sr=jag
2003-01-21 07:38:02 +00:00
timeless%mozdev.org
86a54ae5ea
Bug 189685 Allow cookieservice to run without access to the profile directory
...
r=dwitte sr=roc+moz
2003-01-20 22:18:42 +00:00
timeless%mozdev.org
519db96143
Bug 189684 nsrootidl.idl:69: Case mismatch between `PRInt32' i:/build/mozilla/extensions/cookie/nsICookieManager2.idl:61: and `PRint32'
...
r=darin sr=dbaron
2003-01-19 19:38:34 +00:00
suresh%netscape.com
36b1719db4
bug 189522 - cookies have ok/cancel instead of yes/no. r/sr-jag.
2003-01-17 23:36:34 +00:00
suresh%netscape.com
83edfff11b
Bug 168930, Cookie accept/decline alert buttons are in the wrong order. r/sr-jag.
2003-01-16 22:09:00 +00:00
neil%parkwaycc.co.uk
58c5170668
Bug 183747 <dialog>s don't need dialogOverlay r=morse sr=alecf
2003-01-10 15:04:04 +00:00
danm%netscape.com
66fa5a8d6e
new method: add(). bug 185689 r=darin,jag
2003-01-10 03:02:04 +00:00
danm%netscape.com
c288c35046
factor code to add a cookie structure to the list into a separate function. bug 185689 r=darin,jag
2003-01-10 03:01:26 +00:00
danm%netscape.com
a6ada77e10
add nsICookieManager2.idl bug 185689 r=ccarlen,jag
2003-01-10 01:59:21 +00:00
danm%netscape.com
d358e42dba
new add() method to frozen nsICookieManager interface. bug 185689 r=ccarlen,jag
2003-01-10 01:54:55 +00:00
dbaron%dbaron.org
963a794bbc
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 20:32:55 +00:00
kairo%kairo.at
a7555a91fe
change all localeVersion strings, as well as brand.dtd/region.dtd to 1.3b; bug 185698, r=tao, sr=blizzard
2003-01-03 19:57:47 +00:00
seawood%netscape.com
4588fb970a
Start installing GRE libraries & components into a separate dist/gre directory as part of the default build.
...
Bug #186241 r=dougt
2002-12-28 01:15:07 +00:00
kaie%netscape.com
1fe62ddc21
b=175320 Support clean profile & NSS shutdown at any time + Mozilla needs to clean up on exit to allow for PSM failure detection
...
r=ccarlen/morse sr=darin
2002-12-13 20:39:03 +00:00
danm%netscape.com
75d8ea438b
Reinstating popup-blocking UI previously removed for the 1.2 release. Removing new privacy.popups preferences. bug 166442 r=brendan,dveditz,jag a=asa
2002-12-10 01:12:02 +00:00
darin%netscape.com
9b3557c713
fixes bug 157133 "HTTP Interfaces need to be frozen" r=dougt sr=bzbarsky
2002-11-22 07:40:16 +00:00
timeless%mozdev.org
356f0121be
Bug 180210 nsCookie::~nsCookie frees uninitialized values
...
r=morse sr=bz
2002-11-15 00:45:51 +00:00
ducarroz%netscape.com
562473049c
Fix for bug 167131. Not not display remote image in message compose when setting is on. R=morse, SR=sspitzer
2002-11-12 19:18:04 +00:00
timeless%mozdev.org
6b3a02d03d
Bug 172377 Moz doesn't properly handle cookies.txt / cookperm.txt symlinks
...
r=caillon sr=bz
2002-11-07 01:19:24 +00:00
dbaron%fas.harvard.edu
fa935f4f84
Fix shutdown leaks of observer service via cycles through JS caused by closures and global variables. b=170022 r=morse sr=jag
2002-11-06 12:55:00 +00:00
morse%netscape.com
ca88ed58e5
bug 174104, secure cookies not recognized as secure, r=mstoltz, sr=dveditz, a=chofmann
2002-10-31 03:07:29 +00:00
kairo%kairo.at
0978ac7de5
Bug 175853, Update localeVersion strings for 1.2 final - and do it correctly, r=jbetak, sr=bzbarsky, a=blizzard
2002-10-30 12:41:38 +00:00
hyatt%netscape.com
9a928f9803
Fix for 176181, fix a phoenix-specific cookie bug, code not used by mozilla.
2002-10-29 03:20:31 +00:00
dveditz%netscape.com
3c463879bb
bug 174765 restoring critical permission manager initialization that reviewers nitpicked out.
2002-10-25 04:46:19 +00:00
dveditz%netscape.com
a44539d1f2
Backend changes to support popup blocking whitelists. No Mozilla UI yet but used by Phoenix. bug 174765 r=danm,sr=jag,a=brendan
2002-10-25 02:31:12 +00:00
blakeross%telocity.com
03da88ac4e
Fix cookie prefs in Phoenix (NPOB; ifdef MOZ_PHOENIX). r=hewitt sr=hyatt a=morse
2002-10-19 19:47:04 +00:00
seawood%netscape.com
d1bef3cbe0
Define WIN32_LEAN_AND_MEAN globally for win32 builds.
...
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #172898 r=cls a=asa
2002-10-17 06:47:01 +00:00
leaf%mozilla.org
aeba91a83f
update localeVersion for 1.2b, a=asa
2002-10-16 17:51:38 +00:00
morse%netscape.com
f7364a7e9e
bug 171944, unable to log into lycos mail, r=mstoltz, sr=dveditz
2002-10-09 03:15:11 +00:00
danm%netscape.com
b684e07631
string changes. popup windows were referred to in the UI as both popups and pop-ups. now they all take the unmusical but accepted name 'pop-up'. bug166442
2002-10-07 20:23:19 +00:00
danm%netscape.com
06071aac1e
string changes. popup windows were referred to in the UI as both popups and pop-ups. now they all take the unmusical but accepted name 'pop-up'. bug166442
2002-10-07 20:11:25 +00:00
morse%netscape.com
954a9c69f8
bug 171507, implement cookie logging, r=mstoltz, sr=dveditz
2002-10-07 06:13:52 +00:00
morse%netscape.com
9f2b2d25d4
backout patch for bug 155083, path test not being made when setting cookies, r=dveditz, sr=roc+moz@cs.cmu.edu
2002-10-02 17:46:07 +00:00
dougt%netscape.com
577de718b3
Move documentURI to a new interface. b=157133. r=rpotts@netscape.com, sr=darin@netscape.com
2002-09-30 23:18:43 +00:00
morse%netscape.com
dc30548b9f
bug 170237, cookie-accept dialog doesn't indicate session cookies, c=mvl@shop-engine.nl, r=morse, sr=dveditz
2002-09-29 13:16:53 +00:00
danm%netscape.com
eaa54d5402
change popup manager's IDL constants to JS standard style instead of that silly reverse hungarian nonsense. r=brendan
2002-09-28 18:01:31 +00:00
danm%netscape.com
0d1c857659
include URI in notification of permission change. bug 166442 r=brendan,jag
2002-09-28 16:00:13 +00:00
morse%netscape.com
fa42ed1a14
bug 158216, cookies written out to disk too often, r=sgehani, sr=jag
2002-09-28 15:08:22 +00:00
morse%netscape.com
e3872e9f1c
bug 156726, citibank.com broken, r=mstoltz, sr=dveditz
2002-09-27 03:29:04 +00:00
danm%netscape.com
fb282b6eb0
en/disable individual items in popup manager menu rather than hiding or disabling the entire menu. makes it work on the Mac. bug 166442 r=brendan,morse
2002-09-21 02:12:37 +00:00
morse%netscape.com
899e28d1cb
bug 142803, remove port indication from url in cookie, r=sgehani, sr=roc+moz
2002-09-19 00:37:36 +00:00
danm%netscape.com
480a2cfa86
adding a popup window management preference panel. bug 166442 r=jag,jst
2002-09-18 14:47:06 +00:00
danm%netscape.com
97220f560e
switching to the new, final(!?) popup window management preferences organisation. bug 166442 r=jag,jst
2002-09-18 14:45:31 +00:00
morse%netscape.com
009f972705
bug 166218, Bad cookie selection based on cookie path, r=dbaron, sr=jag
2002-09-15 19:12:05 +00:00
morse%netscape.com
4e8302d273
bug 166143 cookies with quotes around the max-age value expire immediately, r/sr=jag,jst
2002-09-15 04:02:44 +00:00
danm%netscape.com
345d19ec9e
minor change to be controlled by a preference setting other than dom.disable_open. r=jag,lumpy
2002-09-14 19:49:41 +00:00
danm%netscape.com
7c94daa5a9
reinstating earlier version; Txul regression in hand. long live bug 166442 r=jag,jst,et al. still applies
2002-09-14 19:44:29 +00:00
danm%netscape.com
ba570abb24
moving nsIPopupWindowManager.idl from extensions to appshell, where it still doesn't belong but it's an improvement. long live bug 166442 r=jag,timeless
2002-09-13 20:59:56 +00:00
morse%netscape.com
b76a84c72e
bug 23508, cookie confirmation dialog should show all data, code=mvl@shop-engine.nl, a=morse, r=timeless@myrealbox.com, sr=alecf
2002-09-13 08:51:13 +00:00
morse%netscape.com
dca685fc01
bug 161952, remove-all doesn't update cookieperm.txt file, cls@seawood.org, r=morse, sr=alecf
2002-09-13 08:14:35 +00:00
danm%netscape.com
264b2adba2
bloody hell. backing out the rest of popup manager because of a suspected Txul regression. bug 167929
2002-09-12 02:42:44 +00:00
danm%netscape.com
ec28f26b9a
backing out Txul-regression-causing popup window manager. bug 167929
2002-09-12 01:16:59 +00:00
danm%netscape.com
fa52613fdf
adding popup window manager menu. bug 166442 r=jag,jst,morse,timeless
2002-09-11 02:33:55 +00:00
danm%netscape.com
d33bdf9d10
new strings for popup window manager. bug 166442 r=jag,jst,morse
2002-09-11 02:17:48 +00:00
danm%netscape.com
489529cea4
add new window permission type. bug 166442 r=jag,jst,morse
2002-09-11 02:14:51 +00:00
danm%netscape.com
39d14e606e
add new popup window manager to module. bug 166442 r=jag,jst,morse
2002-09-11 02:13:31 +00:00
danm%netscape.com
e20b337778
build new popup window manager
2002-09-11 02:12:14 +00:00
danm%netscape.com
f14bce750e
popup window permissions manager. bug 166442 r=jag,jst,morse,timeless
2002-09-11 02:10:46 +00:00
dougt%netscape.com
c5e8f896cd
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 17:13:19 +00:00
leaf%mozilla.org
b1bdbfd3cd
update localeVersion to 1.2a, a=asa
2002-09-07 01:01:49 +00:00
morse%netscape.com
fadf215033
backout offending part of patch in bug 158216, a=asa
2002-09-05 20:09:20 +00:00
morse%netscape.com
899ec2b293
bug 90644, http and ftp sites share cookies, r=mstoltz, sr=darin
2002-08-29 00:12:26 +00:00
morse%netscape.com
d1755097b0
bug 164278, reading cookie file is inefficient, c=brade, r=morse, sr=darin
2002-08-28 23:58:06 +00:00
morse%netscape.com
48a3076ed0
bug 162129 (leak in cookie module) & bug 158216 (cookies written out too often), r=sgehani, sr=jag
2002-08-28 00:30:06 +00:00
dougt%netscape.com
d0dc56776f
exports frozen interface to dist/sdk using new SDK variable. 164717. r=cls, sr=alec
2002-08-27 01:05:21 +00:00
morse%netscape.com
a322c70242
bug 155083, path test not being made when site sets a cookie, r=mstoltz, sr=dveditz
2002-08-16 21:40:50 +00:00
darin%netscape.com
8f0aa5304b
second attempt at landing fix for bug 157131 "nsIIOService mods in preparation for freezing" r=dougt sr=alecf
2002-08-15 18:38:46 +00:00
seawood%netscape.com
107b5a9940
Remove unused _NS_IMPL_COOKIE/NS_COOKIE defines.
...
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #162402 r=cls
2002-08-15 05:34:26 +00:00
morse%netscape.com
56e6a0e889
bug 156922, dynamic updating of cookie manager dialog, r=sgehani, sr=jag
2002-08-14 00:05:17 +00:00
morse%netscape.com
03360e23e2
bug 154485, p3p icon only takes effect on new windows, r=sgehani, sr=jag
2002-08-12 06:30:59 +00:00
morse%netscape.com
770ec08403
bug 155114, stealing cookies, r=mstoltz, sr=dveditz
2002-08-12 06:23:00 +00:00
seawood%netscape.com
8ae6c40f5d
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
leaf%mozilla.org
9c78570990
backout darin's checkin from around noon yesterday to remove the regression
...
in 161921
2002-08-09 23:46:19 +00:00
darin%netscape.com
e9ef929bf3
changes to nsIIOService in preparation for freezing, b=157131
...
r=dougt sr=alecf
2002-08-08 19:08:59 +00:00
seawood%netscape.com
fdafe18afe
Remove unused defines:
...
_IMPL_NS_HTML
_IMPL_NS_RDF
_IMPL_NS_WEB
USE_NSREG
Patches for removing above defines contributed by Stephen Walker <walk84@yahoo.com>.
Bug #125118 r=cls sr=bryner
Bug #160397 r=cls sr=bryner
Bug #160628 r=cls
Bug #160451 r=cls sr=bryner
_IMPL_NS_VIEW
Patches for removing above define contributed by Brian Ryner <bryner@netscape.com>
Bug #160416 r=cls
2002-08-07 06:08:00 +00:00
henry.jia%sun.com
5b64006da1
4th patch for bug 158080
...
Description: replace the hardcode of "@mozilla.org/embedcomp/window-watcher;1" with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=anto, sr=alecf
2002-08-06 05:56:22 +00:00
morse%netscape.com
725b0f2356
bug 155114, back out all patches for fixing cookie-stealing bug, a=asa
2002-07-20 07:38:16 +00:00
leaf%mozilla.org
dd33dbb91f
bug 154840, r=cls, sr=brendan, a=jesup update localeVersion strings
2002-07-17 23:51:49 +00:00
morse%netscape.com
842a8e1ff2
bug 155114, stealing cookies based on path attribute, r=mstoltz, sr=jag, a=chofmann
2002-07-17 23:38:28 +00:00
mstoltz%netscape.com
8fe99901a3
bug 125725, part 2 - pass nsIURIs instead of char* URL specs into nsCookies.
...
That way, we won't try to get or set cookies on protocols that don't support host.
r=morse, sr=dveditz, a=asa
2002-07-13 03:45:05 +00:00
morse%netscape.com
5c34f45eba
bug 152694, cookies with spaces in the value get mangled, r=law, sr=jag, a=asa
2002-07-11 21:58:43 +00:00
morse%netscape.com
8eca784d1a
bug 155038, cookies are sent from sidebar, r=bbaetz, sr=alecf
2002-07-10 01:58:49 +00:00
morse%netscape.com
6fbdec671e
bug 138489, allow for space in cookie domain attribute, r=sgehani, sr=alecf
2002-07-10 01:54:14 +00:00
morse%netscape.com
0bf5f10f22
bug 152696, cookie - bad check for https, r=dougt, sr=alecf
2002-07-09 02:40:35 +00:00
morse%netscape.com
c5551cec2d
bug 155114, cookie stealing based on path, r=mstoltz, sr=jst
2002-07-03 00:56:34 +00:00
morse%netscape.com
0a18677404
check in new image for lori, a=lorikaplan
2002-06-27 23:00:41 +00:00
morse%netscape.com
6f99cd621e
bug 153581, move cookie properties file from wallet directory to cookie directory, r=brade, sr=alecf
2002-06-25 22:33:44 +00:00
morse%netscape.com
27b9583b71
change p3p icon, r=kerz, sr=blake, a=lorikaplan
2002-06-20 01:17:56 +00:00
blakeross%telocity.com
3fc792394e
149357 - excess bloat in cookie prefs. r=morse sr=ben
2002-06-19 19:56:25 +00:00
leaf%mozilla.org
0034658953
updating locale version string for impending release, bug 149802
2002-06-07 07:45:38 +00:00
alecf%netscape.com
f0263ddf07
fix for bug 101761 - REQUIRES update - remove all REQUIRES that are no longer necessary.. r=cls, a=asa (build-only changes)
2002-06-06 20:28:14 +00:00
ducarroz%netscape.com
497f8c88ff
Fix for bug 97055. The previous fix isn't working correctly when the pref "imageblocker.enabled" is set to false. mailnews element must not be disabled. R=morse, SR=bienvenu
2002-06-05 03:38:59 +00:00
morse%netscape.com
d5efc70460
bug 148213, flush cookies to disk after a remove-all-cookies, r=pinkerton, sr=beard
2002-06-01 01:11:34 +00:00
ducarroz%netscape.com
9031a6ec79
Fix for bug 97055. Add an option for disabling remote images in mailnews. R=morse, SR=alecf
2002-05-31 18:40:39 +00:00
morse%netscape.com
494951163e
bug 115818, context menu slow to appear when images are present, c=ajfeldman@brown.edu, r=morse, sr=waterson -- this is better patch than the one in bug 146048
2002-05-28 21:42:29 +00:00
morse%netscape.com
b8050c71b2
bug 146048, image context menu is slow to appear, c=tomi.leppikangus@oulu.fi, r=morse, sr=waterson
2002-05-24 23:49:33 +00:00
morse%netscape.com
f38751011e
bug 145492, sending out duplicate cookies, r=brade, sr=scc
2002-05-23 23:25:43 +00:00
morse%netscape.com
bfa5de745d
bug 146094, leaking cookies, r=waterson, sr=darin
2002-05-23 00:08:42 +00:00
rpotts%netscape.com
4d4116d281
bug #46856 (r=valeski, sr=darin). API Changes to nsIWebProgress/nsIWebProgressListener)
2002-05-16 20:57:37 +00:00
dbaron%fas.harvard.edu
f2e3ecc2bd
Speed up IMAGE_CheckForPermission by (1) caching the 'imageblocker.enabled' pref and using a pref-changed callback and (2) not getting the warning message from the string bundle and formatting it with nsTextFormatter::smprintf until we know we're going to display the warning dialog. Also do (2) in nsCookies since they share the same permission checking code (Permission_Check). b=143918 r=morse sr=alecf
2002-05-16 18:00:39 +00:00
dougt%netscape.com
e96df2ad1b
Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756
2002-05-15 18:55:21 +00:00
waterson%netscape.com
c048e1e473
Bug 110112. Disable `ask me before loading images' until the feature can be implemented in a way that doesn't re-enter layout. r=morse, sr=alecf.
2002-05-15 00:19:08 +00:00
morse%netscape.com
436a1babba
bug 137079, account management at buy.com does not work, r=pink, sr=alecf
2002-05-13 20:41:22 +00:00
morse%netscape.com
f6b7ba4d82
bug 140464, cookies expire at end of session of date header is missing, c=mloiselle@yahoo.com, r=morse, sr=darin
2002-05-11 04:06:01 +00:00
bnesse%netscape.com
64a5edf944
Fix for bug 140150. Do not leak dialog string objects. r=morse, sr=jag.
2002-05-01 19:06:49 +00:00
darin%netscape.com
1b1677bbe9
fixes bug 129279 "nsIFile unicode/utf8/ascii task"
...
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
mscott%netscape.com
b687d8e789
Bug #121299 --> fix the cookie icon. Add a classic screenshot icon.
...
r=morse
sr=sspitzer
2002-04-26 21:44:51 +00:00
mscott%netscape.com
2b4f3fd8a4
Bug #140104 --> only bring in the cookie tasks overlay if the window is a nav window.
...
this fixes a problem where mail, mail compose and editor windows were getting a cookie icon in
them.
r/sr=sspitzer
2002-04-26 02:05:53 +00:00
mscott%netscape.com
c328f20ff5
Bug #121299 --> fix the cookie manager status icon
...
rs=sspitzer
2002-04-26 01:12:23 +00:00
mscott%netscape.com
a5fe9ad67d
Bug #121299 --> landing new cookie icons from Gail that are transparent. Building framework for allowing cookies to
...
use modern and classic icons instead of putting the icons in content too.
r=morse
sr=sspitzer
2002-04-25 23:37:00 +00:00
morse%netscape.com
0ddc2def24
bug 138918, fix regression caused by menu restructuring, r=sgehani, sr=jag
2002-04-22 23:37:00 +00:00
morse%netscape.com
293e726bd3
bug 135568, make task menu consistent with spec, r=sgehani, sr=jag
2002-04-22 23:30:34 +00:00
morse%netscape.com
f0af848c98
bug 136972, change definition of p3p high mode, r=sgehani, sr=jag
2002-04-22 23:23:41 +00:00
dbragg%netscape.com
060ac1f254
Regular milestone update of localeVersion values to 1.0.0. Bug 126785. r=tao, sr=alecf, a=asa
2002-04-16 22:19:10 +00:00
morse%netscape.com
ccfa057af5
bug 62348, treat unescaped slash in query string correctly, coder=sn@neopoly.de, r=morse, sr=jag, a=asa
2002-04-16 03:13:20 +00:00
dougt%netscape.com
32a0618efe
XPCOM initialize primary event queue. 135531. r=brendan@mozilla.org, sr=darin@netscape.com
2002-04-15 22:26:29 +00:00
naving%netscape.com
ffcb697f87
22994 r=morse sr=dveditz sspitzer Add support for blocking cookies in mailnews by default. Used an overlay
...
to add this new checkbox that gets the value from disableCookieForMailNews pref
2002-04-10 21:40:53 +00:00
morse%netscape.com
95b8ce3e95
bug 129819, release session cookies when using quicklaunch, r=sgehani, sr=darin, a=rjesup@wgate.com, atd=jaimie
2002-04-09 01:06:02 +00:00
morse%netscape.com
6bf82af911
bug 135046, remove p3p performance penalty, r=dp, sr=waterson, a=asa, adt=putterman
2002-04-04 21:41:22 +00:00
blakeross%telocity.com
dc94a58288
108099, 75338 - overhaul of main menu and context menus. r=ben sr=hewitt a=asa/brendan
2002-04-03 04:16:28 +00:00
oeschger%netscape.com
02daeeaff0
update p3p ui: should say 'privacy settings' rather than 'privacy levels', bug=132322, r=morse, sr=alecf, a=asa
2002-03-31 22:48:28 +00:00
morse%netscape.com
ba258c9f9b
bug 133777, new default settings for p3p, r=sgehani, sr=jag, a=asa
2002-03-31 06:59:22 +00:00
hewitt%netscape.com
07d96867f1
bugs 110156, 110155
...
Removing support for <outliner> tags
Removing <tree> layout code and moving <tree> tags to outliner layout
Convert all usage of <outliner> to tree tags
Convert all usage of <tree> tags to new <tree> syntax or <listbox>
r=cmanske,varga sr=hyatt,sspitzer a=asa
Also includes fixes by Jan Varga (varga@utcruk.sk ) for bugs 132020, 133451, 131393, 115894, and 129327
2002-03-29 02:46:01 +00:00
seawood%netscape.com
f9479b8517
Remove xp_core.h & xp_mem.h and all build references to them.
...
Remove cruft from xp_mcom.h & xp_str.h.
Bug #38061 r=brendan sr=alecf a=valeski
2002-03-27 06:02:39 +00:00
darin%netscape.com
e53b772f0c
remove blank line at top of XUL file, fallout from bug 129101
2002-03-26 23:06:20 +00:00
morse%netscape.com
9a12b1ce6a
bug 129101, turn on p3p by default, r/sr=alecf/darin, a=asa
2002-03-26 20:19:18 +00:00
morse%netscape.com
b3a2517c03
bug 132944, fix typo in makefile resulting in wrong file getting exported, r=sgehani, sr=alecf, a=asa
2002-03-26 00:41:27 +00:00
darin%netscape.com
819ce1f98f
b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa
2002-03-20 22:50:33 +00:00
morse%netscape.com
c57560b118
bug 105917, can't download attachments in hotmail, r=sgehani, sr=darin, a=asa; bug 131381, array bound problem with p3p, r=law, sr=darin, a=asa
2002-03-19 00:22:47 +00:00
morse%netscape.com
23e1ad33d6
bug 130545, cookie regression, c=Michiel van Leeuwen, r=morse, sr=darin, a=asa
2002-03-16 05:47:35 +00:00
morse%netscape.com
5bc3d6cbf4
enhanced p3p cookie management, r=sgehani, sr=hyatt, a=asa
2002-03-16 02:46:21 +00:00
morse%netscape.com
aebfde0d88
enhanced p3p cookie management, r=sgehani, sr=hyatt, a=asa
2002-03-16 02:40:29 +00:00
morse%netscape.com
152d82faf2
bug 130304, freeze cookie api, r/sr=darin/alecf, a=asa
2002-03-16 02:16:23 +00:00
morse%netscape.com
894670491d
bug 130304, freeze interface for nsICookie and nsICookieManager, r/sr=darin,alecf, a=asa
2002-03-15 03:49:00 +00:00
seawood%netscape.com
1e2fdc2421
Remove now redudant REGCHROME calls.
...
Bug#129456 r=bryner a=asa
2002-03-14 07:11:30 +00:00
seawood%netscape.com
af0cf0ee2d
Remove REGCHROME calls since we now auto-register chrome when jars are processed.
...
Bug #129456 r=bryner a=asa
2002-03-14 06:17:54 +00:00
seawood%netscape.com
f7e0a01bd2
Fix |Cannot use const char* to initialize char*| errors for Sun Forte compilers.
...
Bug #129533 r=jag sr=darin a=asa
2002-03-10 07:35:22 +00:00
darin%netscape.com
f0eef3f02c
b=129734 Site name is displayed as "c" in Image Manager after just blocking site.
...
r=morse, sr=jag, a=asa
2002-03-09 07:17:23 +00:00
rjc%netscape.com
8a5b9ef03a
Fix bug 128554 & 128555: un-modal some cookie/image/wallet dialogs that shouldn't be modal. r=sdagley sr=ben a=asa
2002-03-09 02:47:59 +00:00
morse%netscape.com
96aa1862af
bug 128942, crash in cookie module, r/sr=darin,jag, a=asa
2002-03-07 06:09:30 +00:00
darin%netscape.com
026dda9f95
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
2002-03-06 07:48:55 +00:00
oeschger%netscape.com
a75ed629b7
adding help buttons to cookie manager, bug=118834, r=morse, sr=alecf, a=asa/drivers
2002-03-05 14:59:12 +00:00
alecf%netscape.com
30260b9c1e
bug 127091 - big string cleanup, removing old APIs
...
- removing Assign/AppendWithConversion for single-characters
- removing unused StripChars
- removing ReplaceChar[s] for non-matching chars
- removing CompressSet
- removing nsCString::Find/FindCharInSet/RFind for unichar strings
- removing lots of EqualsWithConversion
r=dp, sr=jag
a=asa
2002-03-04 23:18:21 +00:00
morse%netscape.com
e1ed4e24a4
bug 87388, cookie module to properly detect third-party cookies, r=dveditz, sr=darin, a=asa
2002-03-02 16:06:44 +00:00
morse%netscape.com
fe8e1caf15
bug 126360, hide p3p choice if p3p is not installed, r=sgehani,sr=jag,a=asa
2002-02-28 23:00:19 +00:00
morse%netscape.com
e254b84f24
bug 118699, cookies being returned out of order, c=verdun, r=morse, sr=alecf
2002-02-26 01:01:40 +00:00
morse%netscape.com
b4d0c8166e
attachments in hotmail don't work, r=sgehani, sr=alecf, a=asa
2002-02-23 03:10:54 +00:00
dbragg%netscape.com
9fd02ba450
Updating the localeVersion to 0.9.9. Fixes bug 126240. r=tao, sr=dveditz
2002-02-20 03:18:10 +00:00
cathleen%netscape.com
93709bacaa
eliminate nsCRT::strlen for char* strings (part 1), bug 124536 r=dp sr=brendan
2002-02-19 07:36:56 +00:00
dbaron%fas.harvard.edu
037c00e70d
Attempt to add nsICookieConsent.idl correctly this time, although mac builds will still need kicking. b=113143
2002-02-15 14:39:55 +00:00
morse%netscape.com
2c8f7db282
fix mac bustage
2002-02-15 03:56:08 +00:00
morse%netscape.com
4aee3920d6
bug 113143, cookie module to call compact-policy parser, r=sgehani,harishd, sr=jag
2002-02-15 03:01:32 +00:00
morse%netscape.com
b0814d8dc0
bugs 115800, 121311, 121685 -- various problems related to cookie expiration, r=sgehani, sr=alecg
2002-02-14 00:53:19 +00:00
morse%netscape.com
8502e584ef
bug 121161, enhanced p3p cookie management, r=sgehani, sr=alecf
2002-02-13 21:11:21 +00:00
blakeross%telocity.com
73c8d3dc69
Fix a minor typo in my checkin from 02/11. r & sr = hewitt
2002-02-13 19:52:37 +00:00
blakeross%telocity.com
963514f35d
112520 - accept originating images radio gets stuck on. r=morse sr=hewitt
2002-02-11 23:12:38 +00:00
morse%netscape.com
ddf7814df1
bug 124024, remove 21ms regression introduced by checkin for 121161, r=dp, sr=brendan
2002-02-08 03:57:35 +00:00
morse%netscape.com
a2275b169d
bug 121161, enhancements to p3p cookie management, r=sgehani, sr=alecf
2002-02-06 21:55:16 +00:00
jaggernaut%netscape.com
6d14c6c168
Bug 113519: cannot build with cookie extension disabled. Patch by Stephen P. Morse <morse@netscape.com>, r=/sr=darin,alecf,smfr.
...
Step 3: remove old files
2002-01-31 05:22:41 +00:00
jaggernaut%netscape.com
60a9d4cfa5
Bug 113519: cannot build with cookie extension disabled. Patch by Stephen P. Morse <morse@netscape.com>, r=/sr=darin,alecf,smfr.
...
Step 2: Modify existing files to stop pointing at old files and start pointing at new files.
2002-01-31 04:08:19 +00:00
sfraser%netscape.com
d285f8f560
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
2002-01-30 21:14:20 +00:00
alecf%netscape.com
b417379c8c
First part of fix for bug 107575 - remove nsString::FindChar because there is already an nsAString::FindChar, and remove the "ignore case" option in RFindChar
...
r=dougt, sr=jag
2002-01-30 06:04:29 +00:00
morse%netscape.com
0be7b58f30
bug 59652, remove warnings about uninitialized variables, r=sgehani, sr=alecf
2002-01-15 23:31:19 +00:00
dbragg%netscape.com
b3ce95e541
Updating localeVersion value to 0.9.8. Fixes bug 119567. r=tao@netscape.com, sr=dveditz@netscape.com
2002-01-15 23:11:03 +00:00
hwaara%chello.se
dd7ed08266
#65523 , "'View Stored Cookies' button needs a better name"
...
Patch by Vidar Braut Haarr <vidar@coretrek.com>
r=morse, sr=alecf
2002-01-11 19:24:17 +00:00
morse%netscape.com
bf2dfa1a30
bug 112649, hide/disable various elements in cookie task menu, r=sgehani, sr=alecf
2002-01-10 23:33:36 +00:00
varga%utcru.sk
dd8495555b
80834 - [outliner scrollbar] if inbox has less than one page of messages, it will come up with a box where the scroll bar is
...
80548 - outliner scroll bar "disappears" in 3 stages
111101 - No scrollbox / slider / thumb in thread pane scrollbar
116269 - white scrollbars briefly show up in folder pane
116432 - Sometimes the twisty won't update after a click
116855 - Modify outliner builder syntax to match outliner content model
r=waterson, sspitzer, blake
sr=hyatt
99715 - convert category tree to use outliner
r=hixie
sr=blake
2002-01-03 22:58:23 +00:00
morse%netscape.com
e7d5698c6d
bug 113331, cookies with negative max-age not being set, r=sgehani, sr=alecf
2002-01-02 21:44:51 +00:00
jaggernaut%netscape.com
9386d68a24
Bug 64543: "Warn me before storing a cookie" should be "Ask me ...". Patch by jmd (Jeremy M. Dolan <mozilla@turbogeek.org>), r=morse, sr=jag.
2002-01-02 11:33:21 +00:00
rjesup%wgate.com
2212861db9
Bug 96108: Inline ElementAt(), add SafeElementAt(), voidarray usage fixes,
...
assertions for bad voidarray indexes. r=jst, sr=waterson
2001-12-21 01:10:07 +00:00
ben%netscape.com
caa3031ea5
115795 - fix sizing of Cookie/P3p dialog & use dialog widget.
...
r=morse, sr=hyatt
2001-12-19 00:11:15 +00:00
seawood%netscape.com
874c54280c
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
morse%netscape.com
4dfa3f359d
bug 114709, downgrading cookies even though they are expired, r=seghani, sr=alecf
2001-12-17 22:06:43 +00:00
jaggernaut%netscape.com
6ab111155d
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
2001-12-16 11:58:03 +00:00
dbragg%netscape.com
8b33e8cf0b
Fix for bug 109951. Updating the version number of the language packs to 0.9.7.
...
r=tao, sr=dveditz, a=asa for drivers@mozilla.org
2001-12-14 00:18:54 +00:00
ccarlen%netscape.com
b4f1e83674
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 04:54:47 +00:00
ccarlen%netscape.com
2d15ad27bc
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 20:25:12 +00:00
blakeross%telocity.com
8b94798add
114258 - pref panel header binding, dialogoverlay.css shouldn't have to be included in each panel. r=ben sr=hewitt
...
114268 - unnecessarily setting localname attribute on all pref-based elements when loading pref panels. r=ben sr=hewitt
2001-12-09 08:47:31 +00:00