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