Benjamin Smedberg
|
a124d5b9a1
|
Bug 442714 - Mark NS_STACK_CLASS on nsAutoString, r=dbaron
|
2008-06-30 14:46:47 -04:00 |
|
Mats Palmgren
|
22cad4220c
|
URI.path one character short after redirect involving fragment. b=438288 r+sr=cbiesinger
|
2008-06-19 23:39:46 +02:00 |
|
Kai Engert
|
0f228913f3
|
Bug 431819, SSL client auth, repeated prompts for client certificate
r=rrelyea, r=dveditz
|
2008-06-18 21:36:29 +02:00 |
|
Gervase Markham
|
8a7a52178e
|
Backed out changeset 8473190b24b0
Tinderboxes going orange.
|
2008-06-18 16:32:40 +01:00 |
|
Gervase Markham
|
81d445e052
|
Bug 438585: First round of registry-submitted changes to Public Suffix List.
|
2008-06-18 15:02:51 +01:00 |
|
Gavin Sharp
|
80d3ee2d0b
|
Bug 407538: newURI(http://foo.com:80).port is 80, should be -1 (can set a URI's port to its default value by setting .spec), r+sr=biesi
|
2008-06-15 21:16:57 -04:00 |
|
Jeff Walden
|
b4cb02752a
|
Bug 428009 - Update the HTTP server to require a *correct* host be specified with it, not just *a* host via an absolute URI as Request-URI or a specified Host header. This also gives request handlers proper details about the location to which the request was targeted. r=biesi on the raw socket usage in the test code, r=ted on the build changes, r=sayrer on the server changes
|
2008-06-07 02:43:15 -04:00 |
|
Gervase Markham
|
93c500b7a3
|
Testing variable expansion.
|
2008-06-05 16:46:41 +01:00 |
|
Gervase Markham
|
9162161e32
|
Add licence boilerplate text to effective TLD list.
|
2008-06-05 16:25:20 +01:00 |
|
Vladimir Vukicevic
|
78117dad83
|
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
|
316e348cf1
|
Merge from cvs-trunk-mirror to mozilla-central.
|
2008-05-13 09:57:11 -05:00 |
|
reed@reedloden.com
|
0db6cf6626
|
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
|
4a7d100e87
|
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
|
e0112ca8f6
|
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
|
43606af0cb
|
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
|
98df352028
|
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
|
c8360d0318
|
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
|
cf7c5a5d4e
|
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
|
a7c28792e2
|
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
|
3f820e496f
|
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
|
b946893c7d
|
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
|
632b77dde8
|
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
|
6d17efda5c
|
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
|
78ae1a4f98
|
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
|
b31d75638a
|
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
|
fdaf80a1da
|
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
|
426e54e91e
|
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
|
922cd3a87e
|
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
|
e22c869a2c
|
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
|
a9fd87805a
|
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
|
da347c96f2
|
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
|
a3951b7319
|
Bug 427831 - CHECK FAILED: file.txt == CVS/ -- no more CVS! r=waldo
|
2008-04-09 00:07:04 -04:00 |
|
wtc@google.com
|
16387d0038
|
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
|
5f32285909
|
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
|
0879147ce9
|
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
|
d5d089d3be
|
Back out bug 235853 due to mochitest failures
|
2008-04-08 10:23:19 -07:00 |
|
gavin@gavinsharp.com
|
34a2a034a1
|
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
|
b0e4df4591
|
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
|
29cfd3e8a2
|
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
|
a1c11a684e
|
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
|
bfdb68b9a2
|
Back out bug 235853 due to unit mochitest failures
|
2008-03-25 11:35:25 -07:00 |
|
shaver@mozilla.org
|
59d8f5cd69
|
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
|
a950b3f8c1
|
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
|
348750cc07
|
364741 set mFDConnected before sending the connected notification r+sr=bz a=beltzner
|
2008-03-19 15:12:28 -07:00 |
|
timeless@mozdev.org
|
7f880e43ef
|
reverting, wrong patch, missing AMBIGUOUS
|
2008-03-19 14:55:22 -07:00 |
|
timeless@mozdev.org
|
022712406a
|
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
|
d6a50e60cb
|
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
|
ac89e9bc4e
|
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
|
5d7f3c8860
|
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
|
079a39dbb9
|
fix followup review comments from bug 421494. r=mconnor, sr=bz
|
2008-03-16 02:30:29 -07:00 |
|