Gervase Markham
|
117b6226ff
|
Add licence boilerplate text to effective TLD list.
|
2008-06-05 16:25:20 +01:00 |
|
Vladimir Vukicevic
|
34c5bfc35c
|
b=437002; win32 weirdness with PGO builds -- stop building cookies with WARNINGS_AS_ERRORS. r=me
|
2008-06-02 23:52:47 -07:00 |
|
jorendorff@mozilla.com
|
9b5032bfde
|
Merge from cvs-trunk-mirror to mozilla-central.
|
2008-05-13 09:57:11 -05:00 |
|
reed@reedloden.com
|
1d5b3e1253
|
Bug 422172 - ""Automatic proxy configuration URL" reload button does not work" [p=hugues.fournier@gmail.com (Hugues Fournier) r+sr=biesi a1.9=beltzner]
|
2008-05-08 02:05:11 -07:00 |
|
jorendorff@mozilla.com
|
9b2db511f4
|
Merge from cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/jsobj.c => js/src/jsobj.cpp
|
2008-05-07 17:37:49 -07:00 |
|
reed@reedloden.com
|
0cdb97a559
|
Back out Hugues Fournier's patch from bug 422172 as a possible cause of the crashes.
|
2008-05-07 04:29:08 -07:00 |
|
reed@reedloden.com
|
fd5db83e94
|
Bug 422172 - ""Automatic proxy configuration URL" reload button does not work" [p=hugues.fournier@gmail.com (Hugues Fournier) r+sr=biesi a1.9=beltzner]
|
2008-05-07 03:13:46 -07:00 |
|
gavin@gavinsharp.com
|
c097befe30
|
Bug 431774: make this test actually test what it was supposed to, instead of always passing, r=biesi
|
2008-05-05 14:00:59 -07:00 |
|
gavin@gavinsharp.com
|
db884f0c08
|
Bug 428250: clicking in blank space in file column of directory listing activates links, patch by Dão Gottwald <dao@mozilla.com>, r=mano, r=biesi, a=beltzner
|
2008-05-05 13:48:11 -07:00 |
|
Benjamin Smedberg
|
5337262e90
|
Merge cvs-trunk-mirror to mozilla-central. No manual conflict resolution was necessary.
--HG--
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
|
2008-04-30 12:35:19 -04:00 |
|
gavin@gavinsharp.com
|
b350f3c626
|
Bug 431013: FTP view is not using new folder icons on XP and Vista (also changes default ftp:/file: listing favicon), icons by Alex Faaborg and the Iconfactory, r=dao, sr=jst, a=damon
|
2008-04-29 11:47:37 -07:00 |
|
Benjamin Smedberg
|
160d9d1766
|
Merge cvs-trunk-mirror to mozilla-central. Automated merge, no manual conflict resolution necessary.
--HG--
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jslong.c => js/src/jslong.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscope.c => js/src/jsscope.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/prmjtime.c => js/src/prmjtime.cpp
|
2008-04-29 10:20:07 -04:00 |
|
gavin@gavinsharp.com
|
edac82482f
|
Back out the patch for bug 235853, again, because of mochi*chrome* failures this time.
|
2008-04-17 19:49:40 -07:00 |
|
gavin@gavinsharp.com
|
ad723de10b
|
Bug 235853: Defer proxy resolution for HTTP and HTTPS PAC to avoid blocking main thread during DNS resolution, and fix HTTP channel code to properly forward cache-related properties to new proxied channels, patch by shaver@mozilla.org, r+sr=biesi, a=beltzner
|
2008-04-17 18:36:29 -07:00 |
|
cbiesinger@gmail.com
|
b7fc55e78b
|
Bug 429128 correctly adjust mRef when changing the query part of a URL r+sr=bz a=beltzner; unit test by bz r+sr=biesi
|
2008-04-17 01:27:44 -07:00 |
|
gavin@gavinsharp.com
|
bcd0b82e62
|
Bug 411433: properly handle file location URL in directory listings, patch by Masahiro Yamada <masa141421356@gmail.com>, r=biesi, sr=bzbarsky, a=damon
|
2008-04-16 13:23:23 -07:00 |
|
Benjamin Smedberg
|
b3c6962a6c
|
Merge cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
|
2008-04-15 13:59:01 -04:00 |
|
smontagu@smontagu.org
|
1811675432
|
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 |
|
gavin@gavinsharp.com
|
bdc0dba20f
|
Bug 421828: about:cache hexdump does not truncate buffer, overwrites counter, patch by Jan Darmochwal <jdarmochwal@gmx.de>, r=biesi, sr=bzbarsky, a=schrep
|
2008-04-13 18:15:45 -07:00 |
|
gavin@gavinsharp.com
|
53be8c9234
|
Bug 424877: remove FAMFAMFAM / Silk icons from themes, patch by Dão Gottwald <dao@mozilla.com>, r=biesi, a=beltzner
|
2008-04-13 17:48:16 -07:00 |
|
mkmelin+mozilla@iki.fi
|
8466d74199
|
Bug 408096: & not escaped as & in href when creating plaintext url html r=benb, sr=cbiesinger, a1.9=beltzner
|
2008-04-12 06:16:26 -07:00 |
|
masayuki@d-toybox.com
|
379ac2bde0
|
Bug 411854 directory list should use localized ellipsis p=Masahiro Yamada<masa141421356@gmail.com> r=bzbarsky a1.9=beltzner
|
2008-04-09 10:35:30 -07:00 |
|
dcamp@mozilla.com
|
299ba58c7b
|
Bug 425792: Properly update and use expiration times when updating the offline cache. r/sr=biesi, b1.9=damons
|
2008-04-08 22:22:32 -07:00 |
|
Benjamin Smedberg
|
ef687634db
|
Bug 427831 - CHECK FAILED: file.txt == CVS/ -- no more CVS! r=waldo
|
2008-04-09 00:07:04 -04:00 |
|
wtc@google.com
|
d68f1edbec
|
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
|
eb60d3138f
|
Bug 407845 - "nsCookieService::FindCookie() shouldn't return expired cookies" [p=dwitte@stanford.edu (Dan Witte [dwitte]) r+sr=biesi a1.9=damons]
|
2008-04-08 12:24:58 -07:00 |
|
smontagu@smontagu.org
|
3e8c717a6d
|
Fallback to null-padding in nsMimeHeaderParam::GetParameter if all other conversions fail. Bug 419157, r+sr=biesi, b=beltzner
|
2008-04-08 11:45:55 -07:00 |
|
gavin@gavinsharp.com
|
b797288af4
|
Back out bug 235853 due to mochitest failures
|
2008-04-08 10:23:19 -07:00 |
|
gavin@gavinsharp.com
|
cc9c79c41a
|
Bug 235853: Defer proxy resolution for HTTP and HTTPS PAC to avoid blocking main thread during DNS resolution, patch by shaver@mozilla.org, r+sr=biesi, a=beltzner
|
2008-04-08 07:28:02 -07:00 |
|
timeless@mozdev.org
|
d7e775a7be
|
Bug 394114 Interfaces missing from various QI implementations. r=jag sr=jag a=dsicore
|
2008-04-06 05:28:34 -07:00 |
|
reed@reedloden.com
|
093a52780c
|
Bug 422016 - "Crash [@ nsHttpHeaderArray::PeekHeader] with proxied https only when network.http.pipelining.ssl is true" [p=honzab@allpeers.com (Honza Bambas [mayhemer]) r=biesi a=blocking1.9+]
|
2008-03-28 01:46:15 -07:00 |
|
reed@reedloden.com
|
eeab28dc66
|
Bug 422591 - "nsNotifyAddrListener shuts down its worker thread in response to the wrong observer topic" [p=honzab@allpeers.com (Honza Bambas [mayhemer]) r=biesi a=blocking1.9+]
|
2008-03-28 01:35:28 -07:00 |
|
gavin@gavinsharp.com
|
79fd3610a0
|
Back out bug 235853 due to unit mochitest failures
|
2008-03-25 11:35:25 -07:00 |
|
shaver@mozilla.org
|
019c328818
|
Bug 235853: don't freeze the UI when resolving DNS for PAC, by using deferred resolution if we would otherwise block on DNS. r+madskills=biesi, a-b5=mconnor
|
2008-03-25 08:55:19 -07:00 |
|
sdwilsh@shawnwilsher.com
|
e99293d31f
|
Bug 423273 - Fix storage API to not break old behavior. r=shaver, sr=shaver, a=shaver
|
2008-03-24 15:14:38 -07:00 |
|
cbiesinger@gmail.com
|
c25044c5af
|
364741 set mFDConnected before sending the connected notification r+sr=bz a=beltzner
|
2008-03-19 15:12:28 -07:00 |
|
timeless@mozdev.org
|
f33eb4a3b4
|
reverting, wrong patch, missing AMBIGUOUS
|
2008-03-19 14:55:22 -07:00 |
|
timeless@mozdev.org
|
8074fda8ae
|
Bug 394114 Interfaces missing from various QI implementations. r=jag sr=jag a=dsicore
|
2008-03-19 14:19:35 -07:00 |
|
cbiesinger@gmail.com
|
836c18f11e
|
followup to bug 418535, add comments about which threads nsISocketTransportService functions can be called on patch by Florian Quèze <florian@queze.net> r+sr=biesi
|
2008-03-18 14:00:53 -07:00 |
|
reed@reedloden.com
|
ffb0913b45
|
Bug 419794 - "work out key API for nsICryptoHMAC" (API use nsIKeyObject + fix nsKeyModule + nsICryptoHMAC usage fix) [p=honzab@allpeers.com (Honza Bambas [mayhemer]) r=rrelyea sr=dveditz a=blocking1.9+]
|
2008-03-18 12:45:40 -07:00 |
|
jwalden@mit.edu
|
9156d6bbff
|
Add a bunch of forgotten |false| parameters to setHeader calls in httpd.js server handlers; no functionality change because absence defaulted to false. No bug, test-only set of trivial changes so self-reviewing...
|
2008-03-18 10:42:39 -07:00 |
|
dwitte@stanford.edu
|
831df4da68
|
fix followup review comments from bug 421494. r=mconnor, sr=bz
|
2008-03-16 02:30:29 -07:00 |
|
dveditz@cruzio.com
|
bf42be7570
|
bug 421840, relax restriction on empty user:info to fix mailnews regression bug 419116. r/sr=biesi,neil, a=dsicore
|
2008-03-14 18:31:42 -07:00 |
|
reed@reedloden.com
|
378cac5766
|
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 |
|
cbiesinger@gmail.com
|
2d2dd3357b
|
bug 395581 release and null out mTransaction when its Init method failed so that we don't try to do anything with this half-initialized object, in particular call Close on it. r+sr=bz a=shaver
|
2008-03-12 05:58:06 -07:00 |
|
dwitte@stanford.edu
|
13effbe655
|
Bug 421494 - reimplement third party cookie blocking. r=mconnor, sr=bz, blocking1.9+
|
2008-03-12 00:53:50 -07:00 |
|
reed@reedloden.com
|
fc7cc13805
|
Bug 419036 - "Simplify nsCacheEntryHashTable::VisitEntries and break 'friendship'" [p=alfredkayser@gmail.com (Alfred Kayser) r=dcamp sr=biesi a1.9=damons]
|
2008-03-11 01:08:05 -07:00 |
|
timeless@mozdev.org
|
9dc3d7bca0
|
Bug 419510 PAC dateRange function doesn't handle months after JUN r=biesi a=dsicore Also adds support for getDay("SAT")...
|
2008-03-10 18:40:08 -07:00 |
|
dolske@mozilla.com
|
2eef0839db
|
Bug 419081 - Password prompting code doesn't check new passwords against all possible existing passwords. r=gavin, a=blocking-ff3+
|
2008-03-10 17:14:10 -07:00 |
|
reed@reedloden.com
|
8fd5659a33
|
Bug 355181 - "net_IsValidHostName() comment says one thing, code does another" (use a whitelist) [p=michal@allpeers.com (Michal Novotny) r=biesi a=blocking1.9+]
|
2008-03-10 11:59:13 -07:00 |
|