Gervase Markham
3d2ea7900d
Backed out changeset 8473190b24b0
...
Tinderboxes going orange.
2008-06-18 16:32:40 +01:00
Gervase Markham
666f37d946
Bug 438585: First round of registry-submitted changes to Public Suffix List.
2008-06-18 15:02:51 +01:00
Gervase Markham
6fc3274f41
Testing variable expansion.
2008-06-05 16:46:41 +01:00
Gervase Markham
016f03e258
Add licence boilerplate text to effective TLD list.
2008-06-05 16:25:20 +01:00
smontagu@smontagu.org
662ae537ed
Pass domain names to stringprep label by label. Bug 427959, r+sr=biesi, a1.9+b1.9=beltzner
2008-04-14 01:26:55 -07:00
wtc@google.com
80d3183cfa
Bug 426060: handle the possibility that both mHostRecord->addr_info and mHostRecord->addr are null if the old mHostRecord->addr_info exired and our attempt to reresolve it failed. r=jst, sr=cbiesinger blocking1.9+ Modified Files: nsDNSService2.cpp nsHostResolver.cpp
2008-04-08 17:42:52 -07:00
reed@reedloden.com
cbb2678c5d
Bug 333308 - "make clean and make distclean miss various files" (cleanup even more 2) [p=fta+bugzilla@sofaraway.org (Fabien Tassin) / mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=damons]
2008-03-14 08:18:24 -07:00
dwitte@stanford.edu
9a87a72a38
improve interface documentation. no bug, npob
2008-03-09 01:12:12 -08:00
wtc@google.com
284ca6f066
Bug 403370: fixed a memory leak of a PRNetAddr whenever nsHostResolver::ResolveHost parses an IP address literal again. r=cbiesinger,darin. a1.9+=damons. Modified files: nsHostResolver.cpp nsHostResolver.h
2008-02-26 16:27:33 -08:00
jwalden@mit.edu
f978cbfebe
Bug 414122 - Preprocess effective TLD data into C++ code (eliminate file I/O to read, move parsing out of C++, remove an arena, etc.). r=dwitte, sr=bsmedberg, a=blocker
2008-02-14 14:57:20 -08:00
reed@reedloden.com
6a5145d85a
Typo fix.
2008-02-10 02:04:21 -08:00
dwitte@stanford.edu
47934d61d0
Bug 409614 - IDN with non-ASCII TLD is displayed in Punycode. r+sr=biesi, a=damons
2008-01-28 22:06:01 -08:00
jwalden@mit.edu
94c76641bf
Remove a duplicated entry in the effective TLD data file. alphabetsoup=campbells
2008-01-28 02:42:50 -08:00
dwitte@stanford.edu
38f196fcac
update effective tld data file for gecko 1.9. b=403655, patch by Jo Hermans (jo.hermans@gmail.com) and Caio Tiago Oliveira (asrail@gmail.com), r=dwitte, moa=biesi, a=blocking1.9+
2008-01-27 20:43:09 -08:00
dwitte@stanford.edu
a21c65cce9
interface tweak i forgot to make when checking in fix for bug 402013.
2007-12-17 21:31:32 -08:00
dwitte@stanford.edu
e071ddd7c7
fix documentation error.
2007-12-14 21:28:44 -08:00
wtc@google.com
7b2e2e327d
Bug 337418: added a generation count for the addr_info field of nsHostRecord to detect the change of addr_info and invalidate addr_info's iterator, and added a lock to protect access to the addr_info and addr_info_gencnt fields. r=cbiesinger,sr=bzbarsky blocking1.9+ Modified files: nsDNSService2.cpp nsHostResolver.cpp nsHostResolver.h
2007-12-11 13:45:42 -08:00
dwitte@stanford.edu
bcd36aac5b
Bug 402013 - improve normalization behavior of nsIEffectiveTLDService. r+sr=biesi, a=mconnor
2007-12-04 13:57:31 -08:00
dwitte@stanford.edu
196f6f8c7a
relanding 402008.
2007-12-03 22:30:47 -08:00
dwitte@stanford.edu
d2fce27588
backing out due to orange.
2007-12-03 18:46:02 -08:00
dwitte@stanford.edu
9f88157b3a
Bug 402008 - expose nsIURI::GetHost() "display normalization" behavior on nsIIDNService. r+sr=biesi, a=dsicore
2007-12-03 18:24:53 -08:00
dwitte@stanford.edu
f490b8147c
rework effective tld service interface, fix normalization bugs and improve error propagation. b=368989, r=biesi, sr=dveditz
2007-10-25 01:14:26 -07:00
bzbarsky@mit.edu
888a54c0bd
Fix leak of PRAddrInfos. Bug 397716, r+sr=biesi, a=bsmedberg
2007-09-28 07:43:03 -07:00
dwitte@stanford.edu
6586fd0270
no change in private bytes; adding back change.
2007-09-02 20:03:41 -07:00
dwitte@stanford.edu
5b0af660d6
backing out previous change temporarily per bug Bug 390856.
2007-09-02 18:10:41 -07:00
dwitte@stanford.edu
f29a52c53a
followup bustage-related fix for bug 386154, r+sr=biesi, a=gavins for checkin to closed tree
2007-07-26 11:42:54 -07:00
dwitte@stanford.edu
d573a81aec
fixing bustage.
2007-07-26 01:55:53 -07:00
dwitte@stanford.edu
cb975c0e57
rework etld backend to use a flat hash instead of a tree-hash structure, to reduce memory consumption and eliminate shutdown leaks. bugs 386154 and 386155,
...
r=biesi
2007-07-25 23:31:49 -07:00
jwalden@mit.edu
12e960c504
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 00:08:04 -07:00
asqueella@gmail.com
decfc1002c
287469 - fix source comments to match idl.r+sr=biesi
2007-05-03 23:00:33 -07:00
asqueella@gmail.com
d845d97f1d
Bug 368702 - Effective TLD Service should treat trailing dot properlyp=Wladimir Palant <trev.moz@adblockplus.org>r=biesi, sr=dveditz
2007-04-27 07:50:15 -07:00
dbaron@dbaron.org
4d961c5c49
Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg
2007-03-27 08:33:38 -07:00
roc+@cs.cmu.edu
0054412272
Bug 374866. Reftests for text-transform. r=dbaron
2007-03-22 16:01:14 -07:00
reed%reedloden.com
8ab1b41684
Remove accidentally added $.
2008-07-01 06:38:10 +00:00
reed%reedloden.com
a2b002b4fd
Bug 438585 - "Updates to Public Suffix List" [p=gerv@mozilla.org (Gervase Markham) r=dwitte a=beltzner]
2008-07-01 06:30:36 +00:00
smontagu%smontagu.org
9175bd4606
Pass domain names to stringprep label by label. Bug 427959, r+sr=biesi, a1.9+b1.9=beltzner
2008-04-14 08:26:55 +00:00
wtc%google.com
519eb06597
Bug 426060: handle the possibility that both mHostRecord->addr_info and
...
mHostRecord->addr are null if the old mHostRecord->addr_info exired and
our attempt to reresolve it failed. r=jst, sr=cbiesinger blocking1.9+
Modified Files: nsDNSService2.cpp nsHostResolver.cpp
2008-04-09 00:42:52 +00:00
reed%reedloden.com
ee46607594
Bug 333308 - "make clean and make distclean miss various files" (cleanup even more 2) [p=fta+bugzilla@sofaraway.org (Fabien Tassin) / mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=damons]
2008-03-14 15:18:24 +00:00
dwitte%stanford.edu
1b9d06321e
improve interface documentation. no bug, npob
2008-03-09 09:12:12 +00:00
wtc%google.com
583175cfbb
Bug 403370: fixed a memory leak of a PRNetAddr whenever
...
nsHostResolver::ResolveHost parses an IP address literal again.
r=cbiesinger,darin. a1.9+=damons.
Modified files: nsHostResolver.cpp nsHostResolver.h
2008-02-27 00:27:33 +00:00
jwalden%mit.edu
757dfd68a0
Bug 414122 - Preprocess effective TLD data into C++ code (eliminate file I/O to read, move parsing out of C++, remove an arena, etc.). r=dwitte, sr=bsmedberg, a=blocker
2008-02-14 22:57:21 +00:00
reed%reedloden.com
78ca9562e3
Typo fix.
2008-02-10 10:04:21 +00:00
dwitte%stanford.edu
38b80c653c
Bug 409614 - IDN with non-ASCII TLD is displayed in Punycode. r+sr=biesi, a=damons
2008-01-29 06:06:01 +00:00
jwalden%mit.edu
ef82c1fcc7
Remove a duplicated entry in the effective TLD data file. alphabetsoup=campbells
2008-01-28 10:42:50 +00:00
dwitte%stanford.edu
ea344c4ed0
update effective tld data file for gecko 1.9. b=403655, patch by Jo Hermans (jo.hermans@gmail.com) and Caio Tiago Oliveira (asrail@gmail.com), r=dwitte, moa=biesi, a=blocking1.9+
2008-01-28 04:43:09 +00:00
dwitte%stanford.edu
9f56b8853a
interface tweak i forgot to make when checking in fix for bug 402013.
2007-12-18 05:31:32 +00:00
dwitte%stanford.edu
52d0d14020
fix documentation error.
2007-12-15 05:28:44 +00:00
wtc%google.com
fad54cd8c7
Bug 337418: added a generation count for the addr_info field of
...
nsHostRecord to detect the change of addr_info and invalidate addr_info's
iterator, and added a lock to protect access to the addr_info and
addr_info_gencnt fields. r=cbiesinger,sr=bzbarsky blocking1.9+
Modified files: nsDNSService2.cpp nsHostResolver.cpp nsHostResolver.h
2007-12-11 21:45:42 +00:00
dwitte%stanford.edu
1682ac98ea
Bug 402013 - improve normalization behavior of nsIEffectiveTLDService. r+sr=biesi, a=mconnor
2007-12-04 21:57:33 +00:00
dwitte%stanford.edu
0aeb073df4
relanding 402008.
2007-12-04 06:30:48 +00:00
dwitte%stanford.edu
06fb80095c
backing out due to orange.
2007-12-04 02:46:02 +00:00
dwitte%stanford.edu
ea6264c7a0
Bug 402008 - expose nsIURI::GetHost() "display normalization" behavior on nsIIDNService. r+sr=biesi, a=dsicore
2007-12-04 02:24:54 +00:00
dwitte%stanford.edu
f423638bc4
rework effective tld service interface, fix normalization bugs and improve error propagation. b=368989, r=biesi, sr=dveditz
2007-10-25 08:14:27 +00:00
bzbarsky%mit.edu
5293c73b04
Fix leak of PRAddrInfos. Bug 397716, r+sr=biesi, a=bsmedberg
2007-09-28 14:43:03 +00:00
dwitte%stanford.edu
8fe4530198
no change in private bytes; adding back change.
2007-09-03 03:03:41 +00:00
dwitte%stanford.edu
49ef849497
backing out previous change temporarily per bug Bug 390856.
2007-09-03 01:10:41 +00:00
dwitte%stanford.edu
065cad4b61
followup bustage-related fix for bug 386154, r+sr=biesi, a=gavins for checkin to closed tree
2007-07-26 18:42:54 +00:00
dwitte%stanford.edu
a8cf28605b
fixing bustage.
2007-07-26 08:55:53 +00:00
dwitte%stanford.edu
deacabd876
rework etld backend to use a flat hash instead of a tree-hash structure, to reduce memory consumption and eliminate shutdown leaks. bugs 386154 and 386155,
...
r=biesi
2007-07-26 06:31:49 +00:00
jwalden%mit.edu
ef68fcf595
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 07:08:56 +00:00
asqueella%gmail.com
8e6161a163
287469 - fix source comments to match idl.
...
r+sr=biesi
2007-05-04 06:00:33 +00:00
asqueella%gmail.com
d8c9c87cfb
Bug 368702 - Effective TLD Service should treat trailing dot properly
...
p=Wladimir Palant <trev.moz@adblockplus.org>
r=biesi, sr=dveditz
2007-04-27 14:50:15 +00:00
dbaron%dbaron.org
a32fb9b241
Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg
2007-03-27 15:33:45 +00:00
dveditz%cruzio.com
9647d3f6d1
bug 342314: check-in initial effective-tld file. r=bsmedberg.
...
Effective TLD file itself thanks to Jo Hermans.
2007-01-27 00:12:57 +00:00
gavin%gavinsharp.com
161a973467
Followup patch for bug 269254: make sure not to include the null terminator in the string's length, patch by Ryan Jones <bugs@ryan-jones.com>, r+sr=biesi
2007-01-04 18:37:00 +00:00
timeless%mozdev.org
4c88c8a7ac
Bug 363390 IS_LOW_SURROGATE conflicts with winnls.h
...
r=darin
2006-12-21 07:03:23 +00:00
gavin%gavinsharp.com
6a28c23b23
Bug 269254: fix bug in utf16ToUcs4()'s returned length, patch by Ryan Jones <sciguyryan+bugzilla@gmail.com>, r+sr=biesi
2006-12-16 14:36:12 +00:00
cbiesinger%web.de
f3ab10e8b4
remove misleading comment, no bug. r+sr=bz
2006-07-28 02:45:14 +00:00
pamg.bugs%gmail.com
bf7c263baf
Bug 331510: Adding nsEffectiveTLDService to allow necko and others to know about TLD-like subdomains. r=darin
2006-06-09 18:23:10 +00:00
darin%meer.net
aed951befc
fixes bug 312061 "Call res_ninit when restarting the DNS service [was: Firefox keeps a list of dns servers after connection goes down]" r=biesi sr=bzbarsky
2006-05-25 16:49:48 +00:00
darin%meer.net
7d3e7d7acd
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
2006-05-10 17:30:15 +00:00
ajschult%verizon.net
cafb48e407
Bug 334421: Shutdown leak of mEvictionQ entries. r+sr=darin
2006-04-29 04:37:07 +00:00
cbiesinger%web.de
a898e666b8
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
...
r+sr=darin
2006-02-03 14:18:39 +00:00
timeless%mozdev.org
3db428f6ac
Bug 106386 Correct misspellings in source code
...
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 21:57:13 +00:00
dbaron%dbaron.org
b53416dbb5
Fix negative leak stats regression from bug 302724.
2005-11-16 19:35:07 +00:00
bzbarsky%mit.edu
ebf2fcaaa7
Log addref/release for nsHostResolver and nsHostRecord. Bug 302724, r+sr=darin
2005-11-15 17:30:50 +00:00
bienvenu%nventure.com
4fc86d9668
add more logging to nsHostResolver to help diagnose 173924, in which host lookups stop working afer extended period of time, r/sr=darin
2005-10-28 21:24:48 +00:00
darin%meer.net
81bc93141f
fixes bug 290190 "crash when network connection drops and reconnects [@ msvcrt.dll - nsDNSRecord::GetNextAddr ]" r=biesi sr=bzbarsky
2005-10-18 21:25:05 +00:00
darin%meer.net
0142f77811
Fixes bug 304904 "Necko should refuse to look up invalid hostnames containing '%'" patch by andreas.otte@debitel.net, r=biesi, sr=darin
2005-09-22 21:38:12 +00:00
masayuki%d-toybox.com
4760d2dfe2
Bug 283016 Make it possible to blacklist characters in domain names r=gerv, sr=darin, a=benjamin
2005-07-22 15:07:33 +00:00
jshin%mailaps.org
e2d009106c
bug 236425: fix IDN support on 64bit platforms (r=darin, sr=bz, a=chofmann)
2005-06-03 02:21:47 +00:00
darin%meer.net
9b568cc2b0
fixes bug 289178 "Move show_punycode pref into nsStandardURL" r=biesi sr=dbaron a=asa
2005-04-27 01:32:36 +00:00
darin%meer.net
130fb0d326
patch for bug 287648 "make nsIDNSService use nsICancelable and move private methods to nsPIDNSService" r=biesi sr=bzbarsky
2005-04-06 01:33:28 +00:00
cbiesinger%web.de
763f225033
bug 283489 r=darin sr=bz
...
- Make the HTTP, FTP and file channels implement nsIPropertyBag2 and associated
interfaces (by inheriting from nsHashPropertyBag)
- Use that interface to expose a "content-length" property giving the length of
the data as a 64-bit value on the FTP and HTTP channels
- change docshell and xpinstall to use nsIPropertyBag2 instead of nsIProperties
to read/write the referrer property
2005-04-05 17:40:32 +00:00
darin%meer.net
fea8244842
fixes bug 283659 "punycode.c:130: warning: signed and unsigned type in conditional expression" patch by baafie@planet.nl r+sr=darin
2005-02-26 07:36:15 +00:00
bsmedberg%covad.net
4b68fa447a
Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector)
2005-02-25 20:46:35 +00:00
darin%meer.net
4dc54feab7
fixes bug 282270 (and bug 282520) "always show punycode by default" r=dbaron sr=dveditz a=dbaron
2005-02-17 20:02:37 +00:00
bsmedberg%covad.net
7ccf6e4965
Bug 273876 - libxul step 2 (everything through widget, except spidermonkey) r=darin; again, this should not affect non-xulrunner trees.
2004-12-09 19:28:35 +00:00
db48x%yahoo.com
255364b683
bug 272277: Change to Append/Assign/Equals-Literal in networking
...
patch by Mikael Parknert <mikael@parknert.se>, r=cbiesinger, sr=darin
2004-12-04 10:19:29 +00:00
cbiesinger%web.de
809f9c22bf
Bug 258035 document port argument of nsIDNSRecord::getNextAddr
...
r+sr=darin
2004-09-05 13:20:59 +00:00
darin%meer.net
f74680e2c6
use a better hash function, bug 239358 (courtesy of brendan)
2004-09-01 22:35:37 +00:00
darin%meer.net
43c3948f99
landing non-nspr portion of patch for bug 239358 "DNS: Reverse lookups are
...
degrading performance" r=lorenzo sr=bryner
2004-09-01 19:55:58 +00:00
darin%meer.net
d3d457683e
Apply bryner's review comment, bug 256316
2004-08-25 04:43:14 +00:00
darin%meer.net
2642c24833
fixes bug 256316 "non-ascii char in URL lead to heap overrun" r=dveditz sr=bryner
2004-08-25 04:41:48 +00:00
darin%meer.net
c8f5d9e796
fixes bug 243498 "nsStandardURL::BuildNormalizedSpec spends too much time in nsIDNService::IsACE" r+sr=bzbarsky
2004-05-13 22:17:17 +00:00
darin%meer.net
df92310bd6
fixes bug 240759 "necko DNS cache stops working" r=biesi sr=bryner
2004-04-20 17:57:45 +00:00
gerv%gerv.net
c40f4f93a2
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 22:01:16 +00:00
darin%meer.net
20de877e45
fixes bug 239644 "FreeBSD build error in nsHostResolver" r+sr=bryner
2004-04-17 00:57:26 +00:00
dbaron%dbaron.org
3a74b14c47
Perform the normalization of the hostname done by IDN when constructing the URL. b=237818 r=jshin sr=darin a=chofmann
2004-04-03 07:32:18 +00:00
darin%meer.net
771f9541ae
removing DEBUG_darinf printf section
2004-03-10 07:25:54 +00:00
darin%meer.net
2eef95e2b9
patch for bug 68796 "IPv6 : Some IPv4 addresses won't resolve w/IPv6 OS" patch by lorenzo@colitti.com r+sr=darin
2004-03-09 20:31:54 +00:00
darin%meer.net
58b279f51e
final patch for bug 234908 "getter_Copies scoping problem" r+sr=dbaron
2004-03-08 23:48:39 +00:00
bsmedberg%covad.net
34cd8e8bdf
Bug 232201 part 2 - update consumers to use inherited nsIPrefBranchInternal interface. This should be happy for codesize. r=alecf sr=darin
2004-01-28 23:45:17 +00:00
dbaron%dbaron.org
ca4e64fa50
Remove users of deprecated, no-op, NS_INIT_ISUPPORTS macro from tree. b=178643 r+sr=bryner
2004-01-23 23:12:44 +00:00
neil%parkwaycc.co.uk
d144da07b2
Bug 203422 fix some warnings in netwerk p=gautheri@noos.fr r=andreas.otte sr=darin
2004-01-07 23:43:12 +00:00
peter%propagandism.org
a42e149448
Patch for bug 209699 (convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst.
2003-12-23 16:48:40 +00:00
darin%meer.net
c389db3b1b
minor IDL tweak to make getNextAddr return PRNetAddr instead -- does not
...
change the binary interface. r=botbot
2003-11-09 01:29:58 +00:00
darin%meer.net
a7819f2c7e
adding additional comments to last patch, b=223145
2003-11-03 09:10:57 +00:00
darin%meer.net
db4f2e81e7
fixes bug 223145 "Numeric IPv6 addresses don't work" patch=lorenzo@colitti.com r+sr=darin
2003-11-03 08:54:49 +00:00
darin%meer.net
c05c73250e
fixes bug 223861 "default value of network.dnsCacheExpiration should be reduced" r=dougt sr=brendan
2003-11-03 05:55:07 +00:00
timeless%mozdev.org
d32cd5b9eb
Bug 222085 warning: initializer does not fit or is out of range: -1
...
r=darin sr=darin
2003-10-30 02:07:31 +00:00
darin%meer.net
176481e5c2
fixes bug 221491 "crash [@ nsHostResolver::GetHostToLookup]" r=dougt sr=bzbarsky a=dbaron
2003-10-25 23:48:33 +00:00
darin%meer.net
93657ac421
fixes bug 219376 "Trying to resolve IP's via DNS (Failed connections stall instead of giving Connection Failure Error; pages stop/don't finish/complete loading if ad hosts/scripts fail)" r=dougt sr=bienvenu,bryner
2003-10-07 05:11:41 +00:00
timeless%mozdev.org
9ae4f419ed
Bug 221142 warning: missing initializer for `nameprep_versions[1].unassigned_proc
...
r=darin sr=darin
2003-10-07 02:28:20 +00:00
darin%meer.net
b77f55bf26
removing files that are no longer compiled.
2003-09-15 21:56:55 +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
bryner%brianryner.com
70b73feae9
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
2003-09-07 23:12:15 +00:00
brendan%mozilla.org
f6be8fe74f
Add shared DHashTableOps for [const] char *key use-cases, clean up dhash API abusages (214839, r=dougt, sr=dbaron).
2003-08-05 20:09:21 +00:00
dbaron%dbaron.org
9ed1ae27d1
Fix debug-only bustage. b=205023
2003-08-05 07:19:20 +00:00
jaggernaut%netscape.com
f1efc20ae6
Bug 213602: Switch some users of NS_GetWeakReference over to do_GetWeakReference. r=bzbarsky, sr=dbaron
2003-07-25 19:06:59 +00:00
jaggernaut%netscape.com
bf82a649b9
Bug 212272: Switch some Substring users over to String(Begins|Ends)With. r=dwitte, sr=bzbarsky
2003-07-14 07:37:39 +00:00
darin%netscape.com
89a13a460a
fixes bug 210734 "IDN: Invalid codepoint encoded in ACE label" r=nhotta sr=bzbarsky
2003-07-08 01:51:32 +00:00
darin%netscape.com
45c7585dc6
cvs removing uncompiled/dead files
2003-07-01 19:28:40 +00:00
seawood%netscape.com
8f112a4226
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 21:18:27 +00:00
timeless%mozdev.org
08e22382cb
Bug 205608 Warning: C++ style comments are not allowed in ISO C89
...
r=jst sr=jst
2003-05-23 22:18:18 +00:00
seawood%netscape.com
8893b1e6fd
Remove global _POSIX_SOURCE & _SVID_SOURCE defines for linux.
...
Bug #202510 r=darin
2003-04-18 20:14:17 +00:00
gordon%netscape.com
37c7655dc1
Fix bug 192798, set flag to clear dns cache when toggled offline/online.
...
r=dougt, sr=darin.
2003-04-16 20:26:50 +00:00
nhotta%netscape.com
fbf1024ed5
Initialize IDN service at nsStandardURL constructor,
...
added pref observers for IDN related prefs,
bug 188218, r=darin, sr=alecf.
2003-04-11 17:05:56 +00:00
darin%netscape.com
6e8d34f06e
fixes bug 191715 "PAC: did not work, after a external site is shown" r=bbaetz sr=bz
2003-04-04 20:50:46 +00:00
nhotta%netscape.com
989fd603b7
Initialized the output string before appending the results,
...
bug 200037, r=ftang, sr=darin.
2003-04-02 21:33:23 +00:00
nhotta%netscape.com
1ae08961f3
Implements ACE to UTF-8 and modified the test program,
...
bug 196717, r=shanjian, sr=darin.
2003-03-25 23:18:41 +00:00
nhotta%netscape.com
3af8b9a815
Apply length check for generated ACE string,
...
bug 198637, r=shanjian, sr=darin.
2003-03-25 20:48:03 +00:00
nhotta%netscape.com
eee0b21d5f
Null terminate the punycode encoded string,
...
bug 198437, r=shanjian, sr=darin.
2003-03-21 00:23:12 +00:00
bzbarsky%mit.edu
5a829e126a
Fix some spelling errors in comments. Bug 106386, patch by Nicholas Bebout
...
<nb@ipnode.info>, r=doron, sr=dmose
2003-03-19 04:35:08 +00:00
nhotta%netscape.com
cd05d87c04
Change nsIIDNService to take AUTF8String and ACString,
...
bug 188410, r=darin, sr=alecf.
2003-03-13 23:06:14 +00:00
nhotta%netscape.com
7d99fd5fb7
Changed to use the official ACE prefix per RFC3490,
...
and comment changes since drafts turned to RFC,
bug 188215, r=ftang, sr=darin.
2003-03-12 21:31:39 +00:00
cls%seawood.org
ab37c79206
Disabling autodial support for mingw buildss until a mingw release contains a rasdlg impl.
...
Change nsDNSEventProc callback declaration to appease both MSVC & GCC.
Bug #134113 r=bbaetz sr=darin
2003-03-12 20:24:37 +00:00
nhotta%netscape.com
17b5b64fd9
Fixing Mac CFM bustage.
2003-01-18 00:50:37 +00:00
nhotta%netscape.com
236c4e352b
Integrate IDN code and Unicode normalizer to nsIDNService,
...
bug 112979, r=ftang, sr=darin.
2003-01-17 23:56:33 +00:00
nhotta%netscape.com
c6f8f22611
Adding IDN files,
...
bug 112979, r=ftang, sr=darin.
2003-01-17 23:43:33 +00:00
nhotta%netscape.com
60b09b5720
International Domain Name (IDN) implementation from JPNIC,
...
http://www.nic.ad.jp/ja/idn/mdnkit/download/
bug 112979, r=nhotta, sr=darin.
2003-01-17 23:40:49 +00:00
nhotta%netscape.com
500f449675
Punnycode implementation for International Domain Name (IDN),
...
the code is from internet draft,
http://www.ietf.org/internet-drafts/draft-ietf-idn-punycode-03.txt
bug 112979, r=nhotta, sr=darin.
2003-01-15 21:58:06 +00:00
nhotta%netscape.com
b5d7ae2317
International Domain Name (IDN) implementation from JPNIC,
...
http://www.nic.ad.jp/ja/idn/mdnkit/download/
bug 112979, r=nhotta, sr=darin.
2003-01-15 21:30:10 +00:00
dbaron%dbaron.org
2d58cd8e80
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 22:35:09 +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
darin%netscape.com
703bf724e3
fixes bug 56629 "Proxy: Client->Proxy connection errors should show proxy,
...
not target hostname" r=bbaetz, sr=rpotts
2002-12-04 04:18:08 +00:00
darin%netscape.com
b3b3c17b10
fixes bug 180494 "apparent code error in netwerk/dns/src/nsDnsService.cpp"
...
r=bbaetz sr=bzbarsky
2002-11-16 22:49:19 +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
nhotta%netscape.com
648690ef27
Adding empty IDN implementation to make actual implementation done easily,
...
bug 112979, r=shanjian, sr=darin.
2002-09-26 23:30:18 +00:00
nhotta%netscape.com
fc597051f1
Adding empty IDN implementation to make actual implementation done easily,
...
r=shanjian, sr=darin.
2002-09-25 23:49:08 +00:00