Dave Townsend
99034adf24
Backed out changeset 461d728271d1
2009-05-19 13:51:18 +01:00
Arpad Borsos
584155ddb7
Bug 474369 - get rid of nsVoidArray, remaining parts; r=bz, sr=dbaron
2009-05-07 17:15:26 +02:00
Atsushi Sakai
d34f9aabd9
Bug 493522 - Some Wi-Fi related tools don't work after using geolocation. r=dougt, sr=vlad
2009-05-18 15:58:23 -07:00
Jason Duell
e88ee35760
Allow top-level, non-POST 3xx redirects from proxy server: bug 491818
2009-05-17 10:22:55 -04:00
Daniel Veditz
4210f1b6a9
bug 491801 the no_auth URLparser needs to enforce no_auth, r=jduell, sr=biesi
2009-05-16 20:21:35 -07:00
Adam Langley
7ff9827f0c
Bug 492583 Change of registry-controlled-domain status for .pw
...
r=gerv
2009-05-15 20:56:11 +02:00
Philip Prindeville
bf66838148
Bug 529921 browser part. Implement core support for RFC-2597/2598/3168 Quality-of-Service (DSCP) marking. r=biesi
2010-06-02 22:25:01 -04:00
Alfred Kayser
02b2827c87
Fixing bug 175600. Increase the max number of disk cache entries. r=darin.moz@gmail.com, sr=cbiesinger@gmail.com
2010-06-02 13:55:32 -07:00
Dan Witte
6758ee6265
Bug 565475 - Allow 3rd party cookies for session only. r=sdwilsh
...
--HG--
rename : extensions/cookie/test/unit/test_cookies.js => extensions/cookie/test/unit/test_cookies_thirdparty.js
2010-05-27 14:38:43 -07:00
Peter Kasting
7730118f2f
Bug 564583 - Add IDN TLDs for UAE, Saudi Arabia, Russia and Egypt to PSL. r=gerv.
2010-05-27 10:05:58 +01:00
Gervase Markham
95eb25d876
Bug 565044 - update .bh entry in the PSL. r=pkasting.
2010-05-26 14:38:56 +01:00
Dan Witte
cfbcff4a14
Bug 541356 - session lost after restart. Part 2: Don't batch in AddInternal(). r=sdwilsh
2010-05-25 15:00:44 -07:00
timeless@mozdev.org
a3369e8a4f
Bug 477934 nsSafeFileOutputStream (prefs.js) not safe from system crashes
...
r=biesi
2009-03-12 13:13:00 +01:00
Steven Michaud
e8a3b22bb1
Backed out changeset add33a95e3ef to fix talos crashes. b=489864
2009-05-11 15:39:37 -05:00
Steven Michaud
4a54908c46
get rid of nsIInternetConfigService (patch mostly by joshmoz@mozilla.com). b=489864 r=josh sr=roc
2009-05-11 13:17:35 -05:00
L. David Baron
52cbbf22c8
Backed out changeset 240fa475d2b0 (temporary leak debugging code).
2009-05-08 21:37:28 -07:00
L. David Baron
735bc96f70
Temporarily land patch to dump leaked nsStandardURL objects at shutdown, to give us more insight into the portion of the random orange that is random leaks. a=josh for CLOSED TREE
2009-05-08 14:26:33 -07:00
Boris Zbarsky
f4c921057f
Actually address review comments for bug 482310. a=sdwilsh for CLOSED TREE
2009-05-07 17:00:06 -04:00
Boris Zbarsky
cb4004dfeb
Bug 482310. Add a JS api to asynchronously copy data to an output stream. r+sr=bsmedberg.
2009-05-07 15:21:54 -04:00
Dão Gottwald
404289d05e
Backout bug 477934 because of Tshutdown regression
2009-05-07 11:51:14 +02:00
Patrick McManus
47f5a5ed6b
Fixing bug 488162. Disable prefetches on proxy config and pref, r+sr=bzbarsky@mit.edu
2009-05-06 14:26:33 -07:00
Jeff Beckley
39be6cc0a9
Bug 491622 - DOS line endings on wlanapi.h r=me/r=dolske
2009-05-06 11:55:33 -07:00
Gavin Sharp
eccc195780
Bug 484115 - "Uninitialized local variable warning in nswifimonitor.cpp" [r=doug.turner sr=jst]
2009-05-06 10:21:44 -07:00
timeless@mozdev.org
df58380163
Bug 477934 nsSafeFileOutputStream (prefs.js) not safe from system crashes
...
r=biesi
2009-03-12 13:13:00 +01:00
Jeff Walden
d768ee57c5
Bug 482418 - HTTP range handling code shouldn't run when requesting and processing SJS files. Tag-team patching and testing effort by roc and me, r=me
2009-04-23 14:04:50 -07:00
Jason Duell
944be0e667
Bug 479880. Prevent failed SSL tunnel replies from being interpreted: replace with boilerplate error pages. r=jwalden, sr=bzbarsky
2009-04-23 15:49:32 -04:00
Ehsan Akhgari
7b5c2380ff
Backed out changeset 88f76db49467 (bug 489585) due to test failures on OS X
2009-04-23 11:45:33 +04:30
Ehsan Akhgari
df9be848c1
Bug 489585 - Private browsing cache test leaves directories behind; r+sr=bzbarsky
2009-04-23 10:25:48 +04:30
Josh Aas
3142ca9bfc
Port networking to 64-bit Mac OS X. b=489280 r=smichaud sr=roc
2009-04-22 09:05:35 -04:00
Nino DAversa
6c09898388
Bug 482613 - Support for WiFi Scanning on Windows Mobile r=dougt, sr=jst
2009-04-21 07:30:25 -07:00
Jonathan Steele
0ece9a9dac
Bug 488777 - Removal of createTemporaryClientID under netwerk/cache; r+sr=cbiesinger
2009-04-20 12:31:26 +02:00
Jeff Walden
ec1cde1369
Disable debug logging in httpd.js now that the previous change appears acceptable to tinderboxen. Also disable test_start_stop.js on Windows, because Windows is dumb and will let me asyncListen on two nsIServerSockets at the same time on the same port without the second such call throwing an exception. r=bloatedtinderboxlogs, r=stupidwindows
2009-04-15 17:55:36 -07:00
Jeff Walden
583c6b4c88
Bug 396226 - Provide an API to asynchronously generate HTTP responses in httpd.js, and implement a state-storage system which can store object references to provide greater contextual information in handlers. NB: this push enables httpd.js debug output just in case something goes wrong, to be disabled as soon as it's clear nothing has -- expect the first Windows builds to finish next century sometime. r=sayrer
2009-04-15 13:19:35 -07:00
Doug Turner
19b855b26d
Bug 488140 - rename the class in nsAutodial and friends to be consistent. r=jduell, sr=stuart
2009-04-13 21:41:33 -07:00
Arpad Borsos
07dc31e45f
Bug 485782 - get rid of nsSupportsArray; r=sicking, sr=bsmedberg
2009-04-14 10:02:58 +02:00
Doug Tuner
0946ba26d7
bug 486063 - AutoDialer support on Windows Mobile doesn't work just quite right r=blassey sr=stuart
2009-04-13 22:49:06 -04:00
Dão Gottwald
2b158c4a2f
Bug 487059 - clearUserPref shouldn't throw if a pref doesn't have a default or user value. r+sr=bsedberg
2009-04-10 10:24:24 +02:00
Josh Aas
c6a41e8074
Remove OJI from the tree. b=485984 r/sr=jst
2009-04-09 22:38:21 -04:00
Boris Zbarsky
0ed08e296f
Bug 403199. Don't log addref/release of nsSimpleNestedURI, becuse it doesn't work right when someone addrefs the derived class but releases the base class canonical nsISupports, due to aggregation. r=dbaron
2009-04-09 14:01:16 -04:00
Adam Barth
1bea884aa2
Bug 465007. Harmonize content sniffing in HTML5 and Firefox. r=jdrew,sr=bzbarsky
2009-04-06 12:30:03 +12:00
Dão Gottwald
15d011c35a
Backed out changeset 905b72e27bb9
2009-04-05 17:49:12 +02:00
Michal Novotny
9bee618aca
Bug 475444 - HTTP standard violation, Content-length header appears to be ignored under some circumstances. r=bz, sr=biesi
2009-04-05 16:50:45 +02:00
Michal Novotny
8197622518
Bug 353040 - Wrong handling of SOCKS v5 CONNECT Replies from socks server; r+sr=cbiesinger
2009-04-01 23:53:02 +02:00
Michal Novotny
b90f4bc271
Bug 470716. Make the close-on-completion behavior of nsAsyncStreamCopier configurable. r+sr=bzbarsky.
2009-03-30 15:10:13 -04:00
Simon Montagu
6d6b3471c2
Display URLs containing unassigned Unicode code points in punycode. Bug 479413, r=jduell, sr=jst
2009-03-29 00:49:31 -07:00
Michal Novotny
ed9b26f8ab
Bug 290032 - Some files are never cached due to hash collisions which are quite common due to weak string hash function; r=(bzbarsky + dcamp) sr=bzbarsky
2009-03-27 18:58:06 +01:00
Neil Rashbrook
031c516b05
Fix allocator abuses: bug 331165 r+sr=bsmedberg; bug 484309 r+sr=bsmedberg; bug 484312 r+sr=biesi
2009-03-25 13:19:08 +00:00
Vladimir Vukicevic
e9c0057a90
WinCE bustage fix.
2009-03-24 20:55:17 -07:00
Vladimir Vukicevic
484a4ce6fa
b=465662; don't build libreg on Windows CE; r=bsmedberg
2009-03-24 18:45:21 -07:00
Boris Zbarsky
1e8ef860d0
Bug 483788. Don't leak if a broken protocol handler returns a channel but error rv. r=bsmedberg, moa=biesi
2009-03-23 14:53:14 -04:00
Ted Mielczarek
dcc2d8f492
bug 482085 - fix all xpcshell tests to not reference files from the srcdir. r=bsmedberg,waldo
...
--HG--
rename : toolkit/components/downloads/test/downloads.empty.sqlite => browser/components/privatebrowsing/test/unit/downloads.empty.sqlite
rename : dom/src/json/test/fail1.json => dom/src/json/test/unit/fail1.json
rename : dom/src/json/test/fail10.json => dom/src/json/test/unit/fail10.json
rename : dom/src/json/test/fail11.json => dom/src/json/test/unit/fail11.json
rename : dom/src/json/test/fail12.json => dom/src/json/test/unit/fail12.json
rename : dom/src/json/test/fail13.json => dom/src/json/test/unit/fail13.json
rename : dom/src/json/test/fail14.json => dom/src/json/test/unit/fail14.json
rename : dom/src/json/test/fail15.json => dom/src/json/test/unit/fail15.json
rename : dom/src/json/test/fail16.json => dom/src/json/test/unit/fail16.json
rename : dom/src/json/test/fail17.json => dom/src/json/test/unit/fail17.json
rename : dom/src/json/test/fail18.json => dom/src/json/test/unit/fail18.json
rename : dom/src/json/test/fail19.json => dom/src/json/test/unit/fail19.json
rename : dom/src/json/test/fail2.json => dom/src/json/test/unit/fail2.json
rename : dom/src/json/test/fail20.json => dom/src/json/test/unit/fail20.json
rename : dom/src/json/test/fail21.json => dom/src/json/test/unit/fail21.json
rename : dom/src/json/test/fail22.json => dom/src/json/test/unit/fail22.json
rename : dom/src/json/test/fail23.json => dom/src/json/test/unit/fail23.json
rename : dom/src/json/test/fail24.json => dom/src/json/test/unit/fail24.json
rename : dom/src/json/test/fail25.json => dom/src/json/test/unit/fail25.json
rename : dom/src/json/test/fail26.json => dom/src/json/test/unit/fail26.json
rename : dom/src/json/test/fail27.json => dom/src/json/test/unit/fail27.json
rename : dom/src/json/test/fail28.json => dom/src/json/test/unit/fail28.json
rename : dom/src/json/test/fail29.json => dom/src/json/test/unit/fail29.json
rename : dom/src/json/test/fail3.json => dom/src/json/test/unit/fail3.json
rename : dom/src/json/test/fail30.json => dom/src/json/test/unit/fail30.json
rename : dom/src/json/test/fail31.json => dom/src/json/test/unit/fail31.json
rename : dom/src/json/test/fail32.json => dom/src/json/test/unit/fail32.json
rename : dom/src/json/test/fail33.json => dom/src/json/test/unit/fail33.json
rename : dom/src/json/test/fail34.json => dom/src/json/test/unit/fail34.json
rename : dom/src/json/test/fail4.json => dom/src/json/test/unit/fail4.json
rename : dom/src/json/test/fail5.json => dom/src/json/test/unit/fail5.json
rename : dom/src/json/test/fail6.json => dom/src/json/test/unit/fail6.json
rename : dom/src/json/test/fail7.json => dom/src/json/test/unit/fail7.json
rename : dom/src/json/test/fail8.json => dom/src/json/test/unit/fail8.json
rename : dom/src/json/test/fail9.json => dom/src/json/test/unit/fail9.json
rename : dom/src/json/test/json2.js => dom/src/json/test/unit/json2.js
rename : dom/src/json/test/pass1.json => dom/src/json/test/unit/pass1.json
rename : dom/src/json/test/pass3.json => dom/src/json/test/unit/pass3.json
rename : testing/xpcshell/example/location_load.js => testing/xpcshell/example/unit/location_load.js
rename : toolkit/components/commandlines/test/unit/unix/test_bug410156.js => toolkit/components/commandlines/test/unit_unix/test_bug410156.js
rename : toolkit/components/commandlines/test/unit/win/test_bug410156.js => toolkit/components/commandlines/test/unit_win/test_bug410156.js
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug257155/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug257155/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_a_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_a_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_a_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_a_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_b_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_b_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_b_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_b_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_c_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_c_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_c_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_c_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_d_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_d_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_d_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_d_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_e_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_e_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_e_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_e_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_f_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_f_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_f_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_f_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_g_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_g_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_g_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_g_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_3/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_3/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_4/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_4/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_5/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_5/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_6/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_6/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_7/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_7/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_8/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_8/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_9/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_9/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug335238_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug335238_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug335238_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug335238_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_10/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_10/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_11/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_11/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_12/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_12/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_13/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_13/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_3/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_3/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_4/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_4/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_5/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_5/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_6/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_6/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_7/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_7/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_8/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_8/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_9/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_9/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug394300_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug394300_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug394300_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug394300_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_a_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_a_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_a_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_a_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_b_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_b_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_b_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_b_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_c_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_c_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_c_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_c_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_d_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_d_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_d_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_d_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug397778/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug397778/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug425657/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug425657/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_1/README => toolkit/mozapps/extensions/test/addons/test_bug428341_1/README
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_3/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_3/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_4/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_4/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_5/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_5/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_6/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_6/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_7/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_7/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_8/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_8/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_9/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_9/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug436207/install.js => toolkit/mozapps/extensions/test/addons/test_bug436207/install.js
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_3/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_3/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_4/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_4/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_5/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_5/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_6/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_6/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_7/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_7/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_8/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_8/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_9/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_9/install.rdf
2009-03-21 11:20:00 -04:00
Neil Rashbrook
a1a4ca6799
VC7.1 bustage fix for bug 479898 r=dougt
2009-03-21 11:49:51 +00:00
Josh Aas
a017628a07
Stop using FlatCarbon headers on Mac OS X. b=482277 r=bsmedberg
2009-03-19 10:41:13 -07:00
Koen Deforche
9c614d6177
Bug 479016 - ftp fails opening PASV data connection over socks with remote dns resolution enabled; r=bzbarsky sr=cbiesinger
2009-03-19 00:59:39 +01:00
Bjarne
696e7d1565
Bug 203271 - max-age should override expires in http headers; r=(cbiesinger + jwalden+bmo) sr=cbiesinger
2009-03-19 00:59:36 +01:00
Honza Bambas
00a867830c
Bug 465158 - Minefield Nightly fails to initiate dial-up login when using internet connection sharing, r=cbiesinger
2009-03-18 15:52:31 +01:00
Doug Turner
8e25baac65
Bug 482897 - AutoDialer support on Windows Mobile. r=blassey r=jduell.mcbugs
2009-03-17 23:46:19 -07:00
Doug Turner
2a342ebe12
Bug 479898 - Support for wifi scanning. r=dolske/stuart, sr=jst
2009-03-16 17:30:58 -07:00
Bjarne
b751f8e069
Bug 468594 - Fix heuristic query freshness; r=cbiesinger
2009-03-17 15:23:01 +01:00
Boris Zbarsky
4df63aaac7
Bug 482659. Give about:blank documents the base URI of the document that did the load. r=dcamp, sr=jst
2009-03-16 20:59:33 -04:00
Dave Townsend
36de5ef33a
Backed out changeset 55d159b75f41 from bug 482659.
2009-03-17 11:08:59 +00:00
Boris Zbarsky
1f8b3851ba
Bug 482659. Give about:blank documents the base URI of the document that did the load. r=dcamp, sr=jst
2009-03-16 20:59:33 -04:00
Dan Witte
b08ec7cdec
Backed out changeset d6a5afef5837
2009-03-16 01:33:54 -07:00
Dan Witte
e6d4d432f3
Bug 444600 - (cookiemonster2) Cookies go missing after a few days. r=sdwilsh, sr=mconnor
2009-03-15 21:38:56 -07:00
Phil Ringnalda
f1d6fb1791
Bug 482887 - Remove pointless and unmaintained jarlist.dat, r+sr=biesi
2009-03-15 17:51:10 -07:00
Serge Gautherie
b3c9076b8a
Backed out changeset: be6d39f94146 of
...
Bug 203271 - max-age should override expires in http headers; r+sr=cbiesinger
which breaks all test suites.
2009-03-13 19:08:52 +01:00
Bjarne
31c00e6eb5
Bug 203271 - max-age should override expires in http headers; r+sr=cbiesinger
2009-03-13 15:51:29 +01:00
Michal Novotny
ee345e2f43
Bug 482601. Add tests for bug 449198. r=bzbarsky
2009-03-12 12:59:00 -04:00
Ben Newman
7994a27471
Bug 470282 - nsProxyRelease.h include guard is not setup properly. r+bnewman
2009-03-11 20:22:48 -07:00
Robert Sayre
f4dd725cc8
Backout patch for Bug 465158 due to Ts regression.
2009-03-10 21:43:09 -04:00
Nelson Bolyard
8ca25f7150
Bug 459524 - Interpret SOCKS5 DNS reply more accurately, r=biesi
2009-03-10 16:14:06 -04:00
Honza Bambas
ff29893756
Bug 465158 - Minefield Nightly fails to initiate dial-up login when using internet connection sharing, r=cbiesinger
2009-03-10 20:12:55 +01:00
Bjarne
474a2cb070
Bug 473371 - Make FTP also honor LOAD_ANONYMOUS flag; r=jduell.mcbugs sr=jonas
2009-03-08 10:38:57 +01:00
Mook
7909cef9dc
Bug 481311 - nsIResProtocolHandler.idl shouldn't #include nsAString.h. r=bsmedberg
2009-03-08 10:21:38 +01:00
Bryan McQuade
95c153363f
Bug 481612 - Should send activity distributor notifications also for STATUS_RECEIVING_FROM
...
r+sr=biesi
2009-03-05 19:47:01 +01:00
Chris Double
7a0ea88deb
Backed out changeset 98381f8c8e08 due to test failure
2009-03-05 23:19:14 +13:00
Dan Witte
1fa46a3004
change cookie eviction so that purges only take place when the limit on max cookies is reached, and the oldest cookie is greater than a set age. b=444600, r=sdwilsh,
...
sr=mconnor.
2009-03-04 22:11:24 -08:00
Mark Banner
01f4953309
Bug 480324 Link state detection on Mac OS X not always working (offline, auto detect). r=dcamp,jduell.mcbugs,sr=jst
2009-02-28 09:53:45 +00:00
Jeff Walden
273325e9f8
Followup nitfix to bug 476302 that wasn't noticed when I reviewed the patch there
2009-02-27 15:57:07 -08:00
Ted Mielczarek
f953629314
bug 475178 - nsStandardURL::SetRef broken in Win32 PGO with new PGO input. r+sr=bz
2009-02-27 13:36:23 -05:00
Honza Bambas
6bf40c240c
Bug 476302 - Allow httpd.js return multiple headers with same name, r=jwalden
2009-02-27 15:09:06 +01:00
Serge Gautherie
88ae9170e8
Merge for "Backed out changeset: fe7134fc65ec" of
...
Bug 465158 - Minefield Nightly fails to initiate dial-up login when using internet connection sharing; r=cbiesinger
which is suspected of perf regression: see bug 480464.
2009-02-27 05:52:03 +01:00
Serge Gautherie
a738c2ca74
Backed out changeset: fe7134fc65ec
2009-02-27 05:50:12 +01:00
Honza Bambas
60579fc675
Bug 474038 - Don't reuse keep-alive connections for both anonymous and non-anonymous requests; r=(cbiesinger + jonas) sr=jonas
2009-02-26 18:43:45 +01:00
Honza Bambas
b84acde538
Bug 465158 - Minefield Nightly fails to initiate dial-up login when using internet connection sharing; r=cbiesinger
2009-02-26 18:25:09 +01:00
Serge Gautherie
1559e80045
Backed out changeset: 08b98b9b0868
2009-02-25 16:46:51 +01:00
Koen Deforche
e64eff0388
Bug 479016 - ftp fails opening PASV data connection over socks with remote dns resolution enabled; r=bzbarsky sr=cbiesinger
2009-02-25 16:25:06 +01:00
Dave Camp
fbbee40aa1
Bug 471227 - revert debug spew for now.
2009-02-25 01:03:13 -08:00
Dave Camp
1a8ea997f1
Bug 471227 - More debug spew.
2009-02-24 23:12:13 -08:00
Jonas Sicking
fea9eede61
Bug 479521: Don't follow unsafe same-site to cross-site redirects. Also fix a bug where reusing a XHR object that had been used cross site could result in the second request being more restrictive than it should be. r/sr=jst
2009-02-24 11:46:51 -08:00
Jonas Sicking
b2248a4405
Backed out changeset 4130ff1e52f3 (bug 479521) due to test failures.
2009-02-24 15:38:40 -08:00
Jonas Sicking
ca2acd2b73
Bug 479521: Don't follow unsafe same-site to cross-site redirects. Also fix a bug where reusing a XHR object that had been used cross site could result in the second request being more restrictive than it should be. r/sr=jst
2009-02-24 11:46:51 -08:00
Boris Zbarsky
7fa0e0359a
Fixing comments to match reality. No bug.
2009-02-23 15:59:26 -05:00
Michal Novotny
5e7c0ee5dd
Bug 474434 - Active ftp sessions are not closed when clearing recent history; r=bzbarsky sr=cbiesinger
2009-02-23 19:28:17 +01:00
Arpad Borsos
70846f9fab
Bug 474369 - get rid of nsVoidArray; netwerk part, v2; r=cbiesinger
2009-02-23 02:05:28 +01:00
Dave Camp
012f4eb5be
Bug 477748 - app cache chooses namespaces in the wrong order. r=honzab, sr=bz
2009-02-22 11:09:10 -08:00
Dave Camp
cfb033a33d
Bug 442810 - update ui for app cache changes. r=gavin, r=honzab, sr=bz
2009-02-22 11:09:10 -08:00
Dave Camp
1278a3978f
Bug 470274 - Firefox cannot visit any websites when waking from sleep. r+sr=bz
2009-02-22 11:09:09 -08:00
Ehsan Akhgari
65a92bc6a8
Bug 475141 - Create a C++ wrapper for the private browsing service for Firefox 3.1; r+sr=mconnor
2009-02-22 18:21:52 +03:30
Michal Novotny
101b019764
Bug 386167 - firefox doesn't show login/password form when connecting to ftp server with anonymous accounts disabled; r+sr=bzbarsky
2009-02-21 03:09:18 +01:00
Jason Duell
8fbc5ad91e
Bug 474536. Expose the underlying channel's content-disposition on jar: channels. r+sr=bzbarsky
2009-02-19 15:25:18 -05:00
L. David Baron
671f598185
Backed out changeset 4bd7dd7645c2 (Bug 474536)
2009-02-19 12:37:53 -08:00
Jason Duell
8c27d27270
Bug 474536. Expose the underlying channel's content-disposition on jar: channels. r+sr=bzbarsky
2009-02-19 15:25:18 -05:00
Michal Novotny
0600b3ffaa
Bug 321361 - Cache corruption when viewing sites with several large images; r=dcamp sr=bzbarsky
2009-02-19 18:23:21 +01:00
Michal Novotny
af52655c11
Bug 448141 - Unable to open file with special characters in file:// ftp:// listing (";", semicolon, in file name); r+sr=bzbarsky
2009-02-19 18:23:19 +01:00
Boris Zbarsky
efc7569cec
Backed out changeset dcb3aa2fd0ab to see whether this fixes unit test bustage
2009-02-19 09:14:36 -05:00
Ehsan Akhgari
7ac7fefe4f
Bug 475141 - Create a C++ wrapper for the private browsing service for Firefox 3.1; r+sr=mconnor
2009-02-19 09:22:08 +03:30
Honza Bambas
69fd52a1e3
Bug 474696 - Process fallbacks on out-of-domain redirects, r=dcamp
2009-02-18 14:31:32 +01:00
Honza Bambas
5e815989ba
Bug 468443 - Remove PUT/DELETE support from httpd.js, r=jwalden
2009-02-18 14:31:30 +01:00
bjarne@runitsoft.com
244d9431fc
Bug 466080 - Make more things honor the LOAD_ANONYMOUS flag r=sicking,MisterSSL, sr=sicking
2009-02-17 14:06:52 -08:00
Boris Zbarsky
ac1ce67cea
Bug 455367. Don't just assume that all image loads get data; ask imagelib instead. r=kaie, r=joedrew, sr=jst
2009-02-16 09:11:30 -05:00
Ehsan Akhgari
49edf7e991
Bug 348233 - FTP and Gopher index pages are LTR always; r+sr=bzbarsky
2009-02-15 10:51:04 +03:30
Michal Novotny
bfa4969899
Bug 449198 - http-on-examine-response isn't fired when a response comes from the cache; r=bzbarsky sr=cbiesinger
2009-02-12 05:16:00 +01:00
Dave Camp
3aeaf47c13
Bug 477666: namespaces broken after an appcache update. r=honzab, sr=bz
2009-02-09 22:40:40 -08:00
Patrick McManus
840be56e49
Bug 454990. On Windows, increase the size of our TCP send window to 128KB, from the default of 8KB. The value is already 128KB on other OSes, and it appears that other browsers on Windows change the default in the same way. r=jduell, r+sr=bzbarsky.
2009-02-09 12:31:44 -05:00
Jeff Walden
5ab2f999de
Bug 471158 - Add getSharedState/setSharedState functionality to SJS, convert existing state to per-path state. r=honzab
...
--HG--
rename : netwerk/test/httpserver/test/data/sjs/state.sjs => netwerk/test/httpserver/test/data/sjs/state2.sjs
2009-02-04 11:08:03 -08:00
Dan Witte
a9d88e1379
delete corrupt cookies.sqlite on startup so the user doesn't have to. b=470578, r=sdwilsh, sr=mconnor
2009-02-03 19:26:59 -08:00
Dan Witte
0bf164f8a4
bump cookie limit from 1000 to 3000 to reduce occurrence of cookie purges. b=444600, r+sr=mconnor.
2009-02-03 19:11:33 -08:00
Jonas Sicking
be65469e7c
Bug 464954: Update Access-Control implementation to latest draft and fix some bugs. r/sr=bz
2009-01-21 14:50:28 -08:00
Peter Van der Beken
bedc63e082
Merge backout
2009-01-22 14:53:06 +01:00
Peter Van der Beken
533783d9ea
Backed out changeset 9fc993ac4427 (Bug 464954: Update Access-Control implementation to latest draft and fix some bugs. r/sr=bz) to fix orange.
2009-01-22 14:52:34 +01:00
Daniel Holbert
2a7d88e05a
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
2009-01-21 22:55:08 -08:00
Fred Jendrzejewski
8759b06c00
Bug 466622. Replace nsCStringArray with nsTArray<nsCString> for more consistent code and fewer heap allocations. r+sr=roc,r=bsmedberg
...
--HG--
extra : rebase_source : b963bf5de9d9c445b14620479691482512e0faf2
2009-01-22 17:15:34 +13:00
Jonas Sicking
e0c26b7454
Bug 464954: Update Access-Control implementation to latest draft and fix some bugs. r/sr=bz
2009-01-21 14:50:28 -08:00
Jonas Sicking
5b04c277ae
Backed out changeset 2063e342b8e1 due to failing docshell tests
2009-01-21 18:07:29 -08:00
Jonas Sicking
e7e7213705
Bug 464954: Update Access-Control implementation to latest draft and fix some bugs. r/sr=bz
2009-01-21 14:50:28 -08:00
Chris Pearce
dd26dee475
Bug 463830. Use the video file name as the window title for standalone video objects, for now. r+sr=roc,r+sr=bzbarsky
...
--HG--
extra : rebase_source : b9ee2200c86a0c3fa06cdb163a39a183aa313380
2009-01-16 22:07:26 +13:00
Chris Pearce
dab0d6b3f3
Bug 469446. Necko should be able to cache byte-range requests when the start offset is zero. Then we can make our initial video load a byte-range request to detect whether the server supports byte-range requests, and the video data can still be cached. r=doublec,sr=roc,r=bzbarsky
...
--HG--
extra : rebase_source : acec408274be2b770b5f1936b4f915ef1bafa60b
2009-01-16 21:22:08 +13:00
Phil Ringnalda
4d8777d31a
Bug 243621 - (Back out) Standardize QueryInterface without throw, r=timeless, sr=sicking
2009-01-15 20:02:21 -08:00
Curtis Bartley
ede8f563d6
View Source Linkification should only linkify "safe" URLs. p=cbartley, r=mrbkap, sr=bzbarsky, b=467852
2009-01-15 15:07:53 -05:00
Mark Banner
489f8ec766
Bug 472824 promptPassword should unescape user names before use. r=dolkse,sr=mconnor
2009-01-15 13:16:34 +00:00
Patrick McManus
47618549c5
Bug 467562. Fix race between the timeout on our DNS thread waits and signals to those threads that could cause DNS requests to go AWOL every so often. r+sr=bzbarsky
2009-01-14 12:18:27 -05:00
Michal Novotny
ed31cc1590
Bug 491873 - Crash [@ nsFtpState::CanReadCacheEntry] with cursor that points to ftp and going offline
2009-07-22 15:05:52 +02:00
Honza Bambas
89990221eb
Bug 479485 - Invalid port numbers cause default port to be used, should fail to load, r=bzbarsky
2009-09-28 17:10:34 +02:00
Michal Novotny
6773e9b109
Bug 214405 - Unable to ftp virtual folder. r=jduell, sr=cbiesinger
2009-09-21 19:57:36 +02:00
Doug Turner
6c904ad214
Bug 518853 - wifi scanning broken on some wifi chipsets (specifically Samsung Omni II). r=cbiesinger
2009-09-25 11:11:07 -07:00
Steve Snyder
b1da8fa53e
Bug 509730 - Use strchr(), not strstr(), for single-char searches, r=bsmedberg
2009-09-22 20:33:24 -07:00
Jim Mathies
02bf065ee8
Bug 473045 - Update to nsIHandlerApp for win7 jump lists (plus tests). r=bz
2009-09-24 21:45:16 -05:00
Jonas Sicking
2fe71d8086
Backed out changeset 03bc3379822a
2009-01-14 00:59:52 -08:00
bjarne@runitsoft.com
bd9db67c3e
Bug 466080 - Make more things honor the LOAD_ANONYMOUS flag r=sicking,MisterSSL, sr=sicking
2009-01-13 23:06:39 -08:00
Dave Camp
c5cf52ea8a
Bug 463046: Network connectivity checking breaks running netwerk unit tests and mochitests with no connection. r=bz, r=jwalden
2009-01-12 21:52:00 -08:00
Daniel Veditz
2fb50e2eb6
Fixing bug 451613. URL parsing treats leading whitespace inconsistently. r=jst@mozilla.org
2009-01-12 17:02:07 -08:00
Boris Zbarsky
b379daa1a1
Bug 464956. Make .desktop files report a redirect not of type REDIRECT_INTERNAL so that we can use that type to detect redirects not under the control of the target resource. r+sr=biesi
2009-01-12 10:40:44 -05:00
Jeff Walden
6ff11cc4e7
Bug 381598 - HTTP server tests cleanup, round two. r=me because the old tests are difficult to understand and it's not worth making someone read them to do a review
2008-12-18 11:05:40 -08:00
Robert O'Callahan
3b9e8dca75
Backed out changeset b873bd70913f
...
--HG--
extra : rebase_source : 5edfb17304688d81579eca39df35f1a71f622f62
2008-12-18 23:16:09 +13:00
Chris Pearce
5d0abd204d
Bug 463830. Make the window title for standalone video/audio documents be useful. r+sr=roc
...
--HG--
extra : rebase_source : afeb3c793fb8756901ee6ef16782f3a288ed106c
2008-12-18 21:07:24 +13:00
Jeff Walden
3832d15fae
Bug 381598 - HTTP server tests cleanup. r=me because I don't think it's a good use of anyone's time to disentangle the tests as they were written prior to this checkin
2008-12-15 21:02:41 -08:00
Jeff Walden
b221abac7a
Bug 465921 - httpd.js fails to deliver after about 35 reloads of test_seek1.html, most likely because the connection is being prematurely terminated by the client. r=bz
2008-12-15 21:02:40 -08:00
Boris Zbarsky
068f0d455b
Adding a test for stream copier
2008-12-15 11:58:08 -05:00
Gavin Sharp
aeb47c5a4c
Bug 469528: add comments specifying units used for various cache capacities, r+sr=biesi
2008-12-14 21:57:24 -08:00
Jeff Walden
33fffe4388
Followup nitfix from review comment, bumping iteration count up one to 'fail' more places if a regression happens.
2008-12-12 11:43:51 -08:00
Jeff Walden
a91717aa17
Bug 468467 - If onInputStreamReady doesn't process all of the Request-Line the first time, httpd.js asserts. r=honzab
2008-12-12 11:31:30 -08:00
Dave Camp
1f1b980ffe
Bug 441751 - "Directives not to cache pages ignored." [r+sr=bzbarsky]
...
* * *
Bug 441751 - "Directives not to cache pages ignored." (fix for offline cache updating) [r+sr=bzbarsky]
2008-12-11 21:57:47 -08:00
Dan Witte
e738a8d1e4
bug 468744 - finalize sqlite statements before closing db to avoid sqlite warnings; r=sdwilsh
2008-12-10 15:54:57 -08:00
Shawn Wilsher
bf0e65a35b
Bug 466582 - smarter handling of remote chrome (and not allowing it)
...
This adds a new flag, URI_IS_LOCAL_RESOURCE, to nsIProtocolHandler that allows
something of this protocol to be registered in chrome.
This changeset removes a runtime check every time we open a chrome channel to
see if it is remote to a registration time check that checks flags. The old
code could be easily worked around, and allowed for remote resources to be used.
r=bsmedberg
r=bz
sr=bz
2008-12-09 16:27:42 -05:00
Dave Camp
30b213c23a
Backed out changeset e33f490c8764
2008-12-08 20:26:56 -08:00
Dave Camp
06a2be6538
Bug 441751: Fix up LOAD_ONLY_FROM_CACHE. r+sr=bz
2008-12-08 19:24:33 -08:00
Shawn Wilsher
6ea17d3edc
Backed out changeset b6f762fde736 (bug 466582) for unit test orange.
2008-12-08 18:51:46 -05:00
Shawn Wilsher
52fa025019
Bug 466582 - smarter handling of remote chrome (and not allowing it)
...
r=bsmedberg, r=bz, sr=bz
2008-12-08 17:14:14 -05:00
Masatoshi Kimura
a682e0d618
Bug 335531 - Correct misuse of UTF-16BE, UTF-16LE, UTF-32BE, and UTF-32LE charset labels; r=smontagu sr=dbaron
2008-12-06 11:08:26 -08:00
Masahiro Yamada
2623c93663
Bug 464162 - Apache does not accept IPv6 addresses with a scope id in the Host: header; r+sr=cbiesinger
2008-12-06 14:15:24 +01:00
Patrick McManus
36e0dca600
Bug 464838: Tweak DNS prefetch to hopefully fix a tp3 regression. r+sr=bz
2008-12-05 12:53:24 -08:00
Daniel Holbert
03c259e522
Backed out changeset 78d662c2c878 (Bug 335531) on suspicion of causing mochitest failures in test_bug399284.html on linux & windows unittest boxes.
2008-12-05 11:52:01 -08:00
Masatoshi Kimura
2171389689
Bug 335531 - Correct misuse of "UTF-16BE", "UTF-16LE", "UTF-32BE", and "UTF-32LE" charset labels; r=smontagu sr=dbaron
2008-12-05 18:31:00 +01:00
Arpad Borsos
c1c477b539
Bug 462438 - kill MOZ_PROFILESHARING and MOZ_IPCD; build system cleanup + removes, v2; r+sr=benjamin
2008-12-04 15:37:37 +01:00
Jeff Walden
7324e8cab7
Bug 463327 - Enable stateful SJS handlers somehow other than through universal insta-XSS. r=honzab
2008-12-03 22:24:59 -08:00
Ehsan Akhgari
f6339a1187
Bug 462707 - nsHttpChannel::GetEntityID should respect Accept-Ranges response header; r,sr=biesi a191=beltzner
2008-11-28 15:28:57 -08:00
Boris Zbarsky
586f905b27
Fixing test to test the right thing
2008-11-25 22:32:12 -05:00
Boris Zbarsky
e801383a04
Bug 460425. Do better security checks during redirection. r=sicking,biesi, sr=sicking
2008-11-25 20:50:04 -05:00
Jesse Ruderman
e9a81a3451
Remove line breaks from end of assertion messages
2008-11-19 15:15:35 -08:00
Honza Bambas
ef5df62b77
Bug 454381: Minefield Nightly brings up Dial-Up Login if a website is unavailable. r=biesi, sr=bsmedberg, a1.9.1b2=beltzner
2008-11-13 15:38:02 +00:00
David Triendl
80d990d03e
Bug 460776. Add 'nhs.uk' as an exception to the effective TLD list. r=gerv, a=beltzner
2008-11-11 22:38:49 -05:00
Patrick McManus
92f594cb63
Bug 453403. Add DNS prefetching, similar to what Google chrome does. r+sr=bzbarsky, a=beltzner
2008-11-07 18:00:26 -05:00
Jeff Walden
9ba0796b8f
Bug 463254 - httpd.js fails on mac when running test_CrossSiteXHR.html. The problem was that exceptions were causing files not to be closed on OS X, and we were hitting the open-file limit; add some try-finally magic to close in a failsafe manner. r=honzab
2008-11-06 12:44:27 -08:00
Honza Bambas
6a4c010622
Bug 460328: Make online whitelist entries match by prefix. r=dcamp, sr=biesi
2008-11-05 16:01:08 -08:00
Honza Bambas
c8fedd2705
Bug 461325: Cache implicit entries when the manifest is not changed. r=dcamp, sr=biesi
2008-11-05 16:01:08 -08:00
Honza Bambas
d82181a981
Bug 460353: app caches should be per iframe, not per toplevel browsing context. r=dcamp, r+sr=jst
2008-11-05 16:01:07 -08:00
Jeff Walden
060e9f580e
Bug 462864 - Expose request body as a stream, state-machine refactoring in httpd.js. r=honzab
2008-11-05 15:31:30 -08:00
Justin Dolske
b851587e76
Investigating leaks in bug 463263, backout bug 453403.
2008-11-05 12:55:38 -08:00
Justin Dolske
4c397f756a
Backed out changeset e8fd3f4c52b6
2008-11-05 12:54:51 -08:00
Justin Dolske
c6b064c128
Investigating leaks in bug 463263, backout bug 453403.
2008-11-05 12:54:19 -08:00
Justin Dolske
ba1baaff3e
Backed out changeset 19b3caf108d1
2008-11-05 12:53:02 -08:00
Shawn Wilsher
a1ce236437
Bug 460086 - Library context menu for history items should include "Delete all data to <domain>"
...
This also adds this to the history sidebar because of the modularity of the code. Yay!
r=mconnor
r=dietrich
Tests will be landing in a follow-up patch.
2008-11-05 03:24:22 -05:00
Gavin Sharp
d54eed15ff
Backed out changeset f014c59ad81d
2008-11-04 23:35:39 -05:00
Jeff Muizelaar
d6bc35b4d4
Bug 235853: Defer proxy resolution for HTTP and HTTPS PAC to avoid blocking main thread during DNS resolution, original patch by shaver@mozilla.org, r+sr=biesi
2008-11-04 23:11:31 -05:00
Dave Camp
9e7892628c
merge
2008-11-04 11:58:28 -08:00
Doug Turner
7ae65dfa00
Merge to tip
2008-11-04 11:39:05 -08:00
Dave Camp
78a7554f63
Bug 461071: Allow application caches to be obsoleted. r=honzab, r+sr=bz
2008-11-04 10:59:12 -08:00
Boris Zbarsky
969d90218e
Bug 453403. Fix leak of nsHostResolver by making sure to wake up all the worker threads on shutdown
2008-11-04 12:03:11 -05:00
Patrick McManus
346822dba8
Bug 453403. Add DNS prefetching, similar to what Google chrome does. r+sr=bzbarsky
2008-11-04 11:14:29 -05:00
Doug Turner
098a5dadd2
Merge to tip
2008-11-04 08:12:50 -08:00
Patrick McManus
3714739a14
Bug 459724. Make page reload bypass the DNS cache. r+sr=bzbarsky
2008-11-04 11:05:46 -05:00
Patrick McManus
00f7b08c74
Bug 459724. Fix normalization of flags in the DNS cache to allow other work that depends on these flags to happen. r+sr=bzbarsky
2008-11-04 11:05:24 -05:00
Boris Zbarsky
f3130e5161
Backing out changesets 374d3cf7b48d, 5d9dc9b6127e, 8c4f57a5674d, cd9a392337b7
2008-11-04 11:03:10 -05:00
Doug Turner
a779bc0a00
Bug 461832 - windows mobile bustage on file protocol handler. r=blassey sr=bz
2008-11-04 07:23:54 -08:00
Patrick McManus
3df57bb663
Bug 453403. Add DNS prefetching, similar to what Google chrome does. r+sr=bzbarsky
2008-11-04 10:22:04 -05:00
Patrick McManus
7f731cfb6e
Bug 453403. Add DNS prefetching, similar to what Google chrome does. r+sr=bzbarsky
2008-11-04 10:14:50 -05:00
Patrick McManus
0798777095
Bug 459724. Make page reload bypass the DNS cache. r+sr=bzbarsky
2008-11-04 10:12:49 -05:00
Patrick McManus
49c7f0bb67
Bug 459724. Fix normalization of flags in the DNS cache to allow other work that depends on these flags to happen. r+sr=bzbarsky
2008-11-04 10:10:00 -05:00
Dave Camp
075a71489f
Bug 445544: Navigating away from an offline app fails. r=honzab, r+sr=bz
2008-11-04 02:20:27 -08:00
Phil Ringnalda
bbe7e1d08a
Bug 461888 - Remove unused PACKAGE_FILE and PACKAGE_VARS and .pkg files, mozilla-central part, r=bsmedberg
2008-11-03 19:46:28 -08:00
Ehsan Akhgari
1bd7a4be4f
Bug 411929 - Private Browsing UI; r=mconnor,bzbarsky sr=bzbarsky
2008-11-04 02:52:23 +03:30
Ehsan Akhgari
4770654ff7
Bug 248970 - Private Browsing mode (global toggle for saving/caching everything) [unit test API changes]; r,sr=mconnor
2008-11-04 02:52:22 +03:30
timeless@mozdev.org
8277de41ec
Bug 460115 Setting "Authorization" request header to value without a space results in crash [@ libc-2.6.so@0x6fbcc]
...
r=biesi sr=biesi
2008-11-03 23:08:44 +01:00
Boris Zbarsky
2d7dc5453a
Bug 462804. Remove redundant method. r=dcamp, biesi, sr=roc
2008-11-03 11:00:54 -05:00
Jeff Walden
0b43a90166
Consistently rebrand to httpd.js, since that's basically how everyone knows about it and because the older name was ugly. No bug, basically comment-only changes, r+sr+ui-r+a=mconnor per the inestimable firebot
2008-11-02 22:46:54 -08:00
Ehsan Akhgari
13b00ee7f2
Change the IDL comment to specify microseconds for bug 411952
2008-11-01 01:06:23 +03:30
Ehsan Akhgari
6b5f7550c0
Bug 411952 - Cookie's creationTime needs to be exposed via nsICookie2; r=mconnor, sr=bzbarsky (unit test)
2008-10-31 17:21:31 +03:30
Ehsan Akhgari
472e6a24bc
Bug 411952 - Cookie's creationTime needs to be exposed via nsICookie2; r=mconnor, sr=bzbarsky
2008-10-31 17:19:18 +03:30
Honza Bambas
19179e88b6
Bug 461327 - White list entries fix; r=dcamp sr=bzbarsky
2008-10-28 05:33:12 +01:00
Ehsan Akhgari
7324bfd3ea
Bug 248970 - Private Browsing mode (global toggle for saving/caching everything) [cache part]; r=cbiesinger,dcamp sr=cbiesinger
2008-10-25 13:56:20 +03:30
Daniel Veditz
830652956a
bug 443299: prevent potential OOM dos and null-deref crash. Patch by Justin Schuh, r=cbiesinger, sr=dveditz
2008-10-24 16:47:41 -07:00
Boris Zbarsky
1322caec18
Bug 455311. Better handling of a successful redirect. r+sr=biesi pending
2008-10-22 21:43:15 -04:00
Boris Zbarsky
d2d14f4bcb
Fixing test to actually pass on Mac
2008-10-22 13:45:07 -04:00
Boris Zbarsky
91368d770a
Fixing indent
2008-10-22 11:44:51 -04:00
Boris Zbarsky
2938178520
Bug 455311. Better handling of Cancel and IsPending() on nsBaseChannel redirects, plus unit tests. r+sr=biesi
2008-10-22 11:42:32 -04:00
Ehsan Akhgari
b01ff42ba2
Bug 248970 - Private Browsing mode (global toggle for saving/caching everything) [a fix to the cookie part]; r=dwitte sr=bzbarsky
2008-10-21 02:00:30 +03:30
Brad Lassey
dbe8393bf5
Bug 458252: local file paths are wrong on windows mobile r=dougt sr=bsmedberg
2008-10-20 13:03:20 -04:00
Dave Camp
a1df547c6e
Bug 495822: Move OfflineAppAllowed from nsIOService to nsOfflineCacheUpdateService. r+sr=biesi
2008-10-19 21:12:25 -07:00
Ehsan Akhgari
90c0874889
Bug 248970 - Private Browsing mode (global toggle for saving/caching everything) [cookie part]; r=dwitte,mconnor sr=bzbarsky
2008-10-20 00:42:53 +03:30
Ehsan Akhgari
d4ff4e3d91
Bug 248970 - Private Browsing mode (global toggle for saving/caching everything) [nsIPrivateBrowsingService interface]; r,sr=bzbarsky
2008-10-20 00:39:56 +03:30
Pam Greene
9d81b8cfdf
Bug 455771 - Add information for .tel to public suffix (effective TLD) list; r=gerv
2008-10-18 00:28:36 +02:00
Chris Double
22956f0d68
Bug 398185 - Add byte range request support to JS httpd - r=jwalden+bmo
2008-10-17 12:38:14 +13:00
David Triendl
a3c0d750e5
Bug 457470 - Update public suffix (effective TLD) list (3); r=gerv
2008-10-17 01:29:10 +02:00
Ian
ee43bba9c1
Bug 251475. Make sure channels don't return null for the originalURI. Initial work by Daniel Kraft <domob@daniel-kraft.net> and Brandon Ferguson <bnferguson@gmail.com>. r+sr=bzbarsky.
2008-10-15 16:05:23 -04:00
Patrick McManus
ceb7a682f9
Bug 208312. Cache DNS failure responses, not just successful lookups. r+sr=bzbarsky
2008-10-13 17:04:09 -04:00
Bjarne
32ebd22262
Bug 327765 - Mozilla's cache does not invalidate on non-GET requests; r=cbiesinger
2008-10-10 18:14:51 +02:00
Honza Bambas
de852e3860
Bug 435558 - Certificate error page not displayed while using proxy on 'localhost'; r=cbiesinger sr=bzbarsky
2008-10-10 18:02:30 +02:00
Arpad Borsos
8b11d938d2
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
2008-10-10 17:04:34 +02:00
Ben Newman
fdede899e6
Bug 454850. Make sure that whenever nsPrincipal::Equals would return true for a pair of principals their nsPrincipal::GetHashValue returns are also equal. r+sr=bzbarsky
2008-10-08 09:16:27 -04:00
Boris Zbarsky
d666c489d5
Back out changeset a8eb5fc88c01: relanding bug 455311. Treat .url files as redirects. r+sr=biesi
2008-09-29 17:02:44 -04:00
L. David Baron
e56b3fe07b
Merge backout of changeset 6357eb31cec6 (bug 455311) for causing performance regression bug 458065.
2008-10-05 19:56:17 -07:00
L. David Baron
00cbbadc3e
Backed out changeset 6357eb31cec6 (bug 455311) for causing performance regression bug 458065.
2008-10-05 19:55:41 -07:00
Reed Loden
2e4f64de6e
Merge backout changeset for bug 454406
2008-10-01 01:03:35 -05:00
Reed Loden
93534d0ac8
Bug 454406 - "SSL handshakes fail after asking PSM to remember user's choice of client auth cert" (backed out changeset 6615b044bcd8 from bug 431819)
2008-10-01 01:01:39 -05:00
Michal Novotny
ca0850cf6f
Bug 429347 - "URL parser gets confused by ref with no path" [r=bzbarsky sr=cbiesinger]
2008-10-01 00:34:29 -05:00
Michal Novotny
50b78fb725
Bug 412945 - "Malformed POST requests generated when using elance.com" [r=biesi sr=bzbarsky]
2008-10-01 00:31:24 -05:00
Michal Novotny
0b7776d77b
Bug 365133 - "The FTP folder won't open!" [r=bzbarsky sr=dougt]
2008-10-01 00:28:39 -05:00
Daniel Veditz
7e406efef1
Bug 380994 - "Fix for bug 367428 lets through escaped slashes on Linux (windows too on trunk)" (incremental patch on top of what's checked in) [r=biesi]
2008-10-01 00:21:05 -05:00
Daniel Veditz
e519ee34e1
Bug 380994 - "Fix for bug 367428 lets through escaped slashes on Linux (windows too on trunk)" [r=biesi]
2008-10-01 00:15:58 -05:00
Jonas Sicking
cce6fbac9b
Implement cookieless requests for Access-Control. b=389508 r=biesi sr=jst
2008-09-30 17:52:52 -07:00
Jonas Sicking
6f2a7e0f6b
Update Access-Control implementation to match changes in spec. b=389508 r/sr=jst
2008-09-30 17:50:42 -07:00
Dave Camp
f138e2b4a5
Bug 426932: update online/offline state on osx. p=dcamp/smichaud, r=smichaud/josh, sr=roc
2008-09-30 15:27:06 -07:00
Dave Camp
83b59a4752
Followup to bug 442813, return the right error when offline. r+sr=biesi
2008-09-30 13:26:42 -07:00
Dave Camp
5a11a16230
Bug 442813: Implement fallback/opportunistic caching for application caches. p=me, Honza Bambas <honzab@allpeers.com>, r+sr=biesi
2008-09-30 11:34:23 -07:00
Brian Crowder
67671b9984
Bug 450973 - Gecko date in the UA string shouldn't be longer than 8 digits (YYYYMMDD). r+sr=bz
2008-09-30 19:07:09 +02:00
Boris Zbarsky
6c7a1a881c
Bug 455311. Treat .url files as redirects. r+sr=biesi
2008-09-29 17:02:44 -04:00
Andrew Sutherland
4ddc12dada
Bug 361401 - nsAppleFileDecoder assumes big-endian platform, effectively corrupts AppleDouble thunderbird mail attachments; r+sr=bzbarsky
2008-09-29 00:04:23 +02:00
Michal Novotny
632524c994
Bug 355567. Handle disk cache collisions by refusing to open a cache entry instead of by sometimes clobbering the content in the existing entry. r+sr=bzbarsky
2008-09-26 09:33:36 -04:00
Chris Double
b800307262
Backed out changeset c2e02e6250db
2008-09-25 19:34:29 +12:00
Chris Double
b73459c8fc
Bug 398185 - Add byte range request support to JS httpd - r+=sayrer
2008-09-25 15:30:35 +12:00
Ehsan Akhgari
530b63bf4e
Bug 455598 - nsICookieManager2.cookieExists incorrectly assumes a nsCookie param; test; r=dwitte sr=bzbarsky
2008-09-20 16:28:09 +02:00
Arpad Borsos
18fcddc20b
Bug 451909 - kill MOZ_XUL_APP now that all apps set it; files removal; r=ted.mielczarek
2008-09-20 15:54:40 +02:00
Ehsan Akhgari
0a5de4c6d9
Bug 455598 - nsICookieManager2.cookieExists incorrectly assumes a nsCookie param; r=dwitte sr=bzbarsky
2008-09-17 15:30:47 +02:00
Arpad Borsos
aa5c56e310
Bug 454479 - Clean up unused variables in netwerk/; r=cbiesinger
2008-09-15 15:34:46 +02:00
Arpad Borsos
db0328223b
Bug 451909 - kill MOZ_XUL_APP now that all apps set it; 'jar.mn' part; r=ted.mielczarek
2008-09-15 15:19:32 +02:00
Christian Biesinger
c655c9d010
bug 454587 Make sure that don't disable memory cache when
...
PR_GetPhysicalMemory() fails. Instead, default to 32 MB of memory (2 MB cache
size)
r+sr=bz
2008-09-14 15:45:52 -07:00
Magnus Melin
e3168d95a2
Bug 431890: nsStandardURL::SetSpec does not fail when host contains leading space " ". r+sr=cbiesinger
2008-09-14 21:15:06 +03:00
timeless@mozdev.org
25279c5eca
Bug 455035 Crash shutting down in cookie code
...
r=dwitte sr=biesi
2008-09-14 03:32:14 +02:00
Olli Pettay
d943613aaa
Fix bustage caused by 91493f716bdf
2008-09-12 15:13:10 +03:00
Boris Zbarsky
8f3679f5cf
Add some logging to make things easier to debug
2008-09-12 07:44:19 -04:00
Daniel Holbert
6493eacd9c
merge after backing out 38140c8a8327
2008-09-11 12:03:01 -07:00
Daniel Holbert
5d88d19404
Backed out changeset 38140c8a8327 to see if it fixes Bug 454896 (sporadic RLk)
2008-09-11 12:02:09 -07:00
Michal Novotny
025f2c9b0a
Bug 389394. Fix FTP upload of small files to properly report failures. r+sr=bzbarsky
2008-09-10 23:25:39 -04:00
Ben Turner
9bcce69d4a
Bug 436379 - "Make docshell and securebrowserui only accessible on the main thread". r=kaie.
2008-09-10 13:14:08 -07:00
Olli Pettay
0a720a8d24
Bug 451991 - nsIProgressEventSink::OnProgress reports wrong values when uploading, r+sr=biesi
2008-09-10 13:06:06 +03:00
Boris Zbarsky
ce2a8dfd0a
Bug 454411. Fix caching of redirects to actually work. r+sr=biesi
2008-09-09 21:39:38 -04:00
Olli Pettay
a4dcb20ef2
Bug 454217, httpd.js doesn't handle large body properly, r=sayrer, +change XHR POST test to use request.body
2008-09-09 12:32:35 +03:00
Honza Bambas
8ee27486d6
Bug 443610 - Add body and PUT handling to httpd.js; "DELETE" part; r=sayrer
2008-09-07 17:19:08 +02:00
Honza Bambas
4dba47826b
Bug 443610 - Add body and PUT handling to httpd.js; "PUT" part; r=sayrer
2008-09-07 17:18:06 +02:00
Michal Novotny
f3d2449c9b
Bug 408138 - File URL incorrect when file path is not in filesystem encoding; r=cbiesinger sr=bzbarsky
2008-09-07 15:59:48 +02:00
Michal Novotny
9d1b81f5cc
Bug 406787 - Empty index shown after ftp error if you hit return in the URL Bar; r+sr=bzbarsky
2008-09-07 15:48:40 +02:00
Honza Bambas
86355cc4a3
Bug 452775 - Minefield Nightly fails to initiate dial-up login; r=cbiesinger
2008-09-07 14:43:35 +02:00
Gervase Markham
59cae19e3c
Bug 450339 - Public Suffix List incorrectly blocks second-level .pe domains which now exist. Patch by gerv; r=pamg.
2008-09-03 18:23:46 +01:00
Gervase Markham
6dfda16e57
Bug 452428 - Update Public Suffix List again. Patch by David Triendl; r=gerv.
2008-09-02 16:16:18 +01:00
Arpad Borsos
3c87be4ffc
Bug 451909 kill MOZ_XUL_APP now that all apps set it. docshell/toolkit cleanup r=benjamin, makefile cleanups r=ted
2008-09-02 10:45:14 +01:00
honzab@allpeers.com
2eba452039
Bug 135007, Transfer mode of images should be relevant for shown lock icon state (mixed content)
...
Based on ideas from Stuart Parmenter and experimental code from Kai Engert
Patch contributed by Honza Bambas
r=kaie, r=pavlov, sr=bz
2008-09-01 22:53:59 +02:00
Honza Bambas
ec80dcba93
Bug 442812: Implement the application cache selection algorithm. r+sr=bz
2008-08-27 18:15:32 -07:00
Brian Crowder
c18b0bbb94
Fix bogus NS_NewURI call to use nsDependentString temporary instead of a raw LPWSTR
2008-08-27 15:06:34 -07:00
Brian Crowder
2103da0961
Bug 418703 - reduce narrow Windows API calls in necko, original patch by Brad Lassey <blassey@mozilla.com>, r=biesi
2008-08-27 14:44:54 -07:00
Gervase Markham
1cb45afd89
Bug 447815 - updates to the effective TLD list. Patches by David Triendl and Pam Greene, r=gerv.
2008-08-27 16:14:08 +01:00
Dave Camp
ace5a3bf61
Bug 442806: Use seperate, versioned caches for offline apps. r+sr=bz
...
* * *
2008-08-26 16:09:02 -07:00
Jan Odvarko
232d776f64
Bug 430155. New nsHttpChannel interface to allow examination of HTTP data before it is passed to the channel's creator. r=biesi, sr=bzbarsky
2008-08-25 13:21:28 -04:00
Dave Camp
0356f133d4
Backed out changeset ebafb9df6ce0 (bug 442806)
2008-08-24 23:11:31 -07:00
Dave Camp
ac150ad11b
Bug 442806: Use seperate, versioned caches for offline apps. r+sr=bz
2008-08-24 21:51:19 -07:00
Dave Camp
f9a57d7f56
Backed out changeset 1c69f587516b (Bug 419562)
2008-08-20 02:35:26 -07:00
ben turner
4858bd3b92
Bug 419562 - "Firefox leaks nsHttpConnections and other necko objects when shutting down in offline mode" [r=biesi]
2008-08-20 01:43:43 -05:00
Dave Camp
31f2999169
Merge for backout of 442806
2008-08-19 22:53:41 -07:00
Dave Camp
234fd1844f
Backed out changeset ea551e6f0f40 (bug 442806)
2008-08-19 22:53:20 -07:00
Dave Camp
ee0120523b
Merge for backout of 442812
2008-08-19 22:52:37 -07:00
Dave Camp
71de9a78fb
Backed out changeset 1e3d4775197a (bug 442812)
2008-08-19 22:52:05 -07:00
Ryan VanderMeulen
a922457486
Bug 271823 - "do_GetIOService should use nsGetServiceByCID" (Fix the indentation error) [r=Neil]
2008-08-20 00:09:03 -05:00
Shawn Wilsher
cdfe697222
Bug 448372 - Sensitive cookie data remains readable and on disk in cookies.sqlite after "Clear Private Data" and "Remove All Cookies"
...
This makes the cookie service now delete the database file if it cannot clear
the table because of corruption. It then re-inits the database.
r=dwitte
2008-08-19 22:57:18 -05:00
Honza Bambas
6b04323552
Bug 442812: Implement the application cache selection algorithm. r+sr=bz
2008-08-19 19:31:08 -07:00
Dave Camp
db4eca26fd
Bug 442806: Use seperate, versioned caches for offline apps. r+sr=bz
2008-08-19 19:30:44 -07:00
Michal Novotny
96ad2865a5
Bug 379034 - Relative URLs with capitalized schemes are treated as absolute, r=biesi sr=bzbarsky
2008-08-19 10:48:10 -04:00
Justin Dolske
752487e4ef
Remove UTF8 BOM marker from last commit.
2008-08-18 17:44:28 -07:00
Bernard Alleysson ext:(%2C%20Ryan%20VanderMeulen%20%3Cryanvm%40gmail.com%3E)
2903e168b8
do_GetIOService should use nsGetServiceByCID - bug 271823 r=biesi sr=jag
2008-08-18 17:19:27 -07:00
Dave Townsend
330ddd2b79
Backout of bug 135007 due to Tp regression
2008-08-18 15:08:44 +01:00
Dave Townsend
9cb6773784
Backed out changeset cf3eae029913
2008-08-18 15:08:14 +01:00
Eric Butler
06ad41b197
open cookie db unshared and exclusive - bug 449987. r=dwitte
2008-08-17 21:05:54 -07:00
honzab@allpeers.com
a19d587018
Bug 135007, Transfer mode of images should be relevant for shown lock icon state (mixed content)
...
Based on ideas from Stuart Parmenter and experimental code from Kai Engert
Patch contributed by Honza Bambas
r=kaie, r=pavlov, sr=bz
2008-08-16 09:12:42 +02:00
Michal Novotny
1edb721140
Bug 427089 – FTP shouldn't send URLs in UTF-8. r=cbiesinger
2008-08-15 16:56:22 +02:00
Brian Crowder
7749f37e2e
Backed out changeset f134ac75b142
2008-08-14 15:15:06 -07:00
Brian Crowder
cc90d484f8
Bug 418703 - [relanding] reduce narrow windows API calls (necko patch), original patch by Brad Lassey <blassey@mozilla.com>, r=biesi
2008-08-14 14:30:58 -07:00
Serge Gautherie
df8933a41f
Bug 450177 - "TestBlockingSocket.cpp(158) : warning C4390: ';' : empty controlled statement found; is this the intent?", r+sr=biesi
2008-08-14 08:44:42 +02:00
Brian Crowder
17e18f188a
Backed out changeset 45df6b91be5a
2008-08-13 11:22:36 -07:00
Brian Crowder
c5184d2bf9
Bug 418703 - [relanding] reduce narrow windows API calls (necko patch), original patch by Brad Lassey <blassey@mozilla.com>, r=biesi
2008-08-13 11:13:05 -07:00
Brian Crowder
d6dfdd6a4f
Ugh! Mercurial fun: accidentally rolledback my rollback.
...
Backed out changeset bcc661750bec
2008-08-12 10:12:26 -07:00
Brian Crowder
3873ac30c6
Bug 422972: Backed out changeset e951bdfb047d (tree closed)
2008-08-12 09:46:47 -07:00
Brian Crowder
091e89ce8e
Bug 418703: Backed out changeset f788da9b2165 (tree closed)
2008-08-12 09:45:54 -07:00
Brian Crowder
cc595c2e58
Bug 418703 - reduce narrow windows API calls in necko/, original patch by Brad Lassey <blassey@mozilla.com>, r=biesi
2008-08-12 09:30:42 -07:00
Bobby Holley
e42a3ca1fc
Bug 449986 – profile-before-change should close cookie db connection. r=dwitte
2008-08-11 22:14:15 -07:00
Benjamin Smedberg
e8fa485944
From bug 449561, bug 445949, and others: let's just ditch nsDerivedSafe since the class of errors it's trying to protect against are uncommon in today's world. r=dbaron
2008-08-11 11:05:58 -04:00
Serge Gautherie
2fbde12631
Bug 148192 – Remove session-logout code from networking
...
p=sgautherie r/sr=cbiesinger
2008-08-01 22:38:16 +01:00
Boris Zbarsky
ba6f01e79d
Bug 426273. Make sure to clear out bogus Content-Disposition values before checking whether we can handle the 206 response. r+sr=biesi
2008-07-31 17:55:14 -07:00
Dave Camp
eb4bfaeb1c
Bug 448712. Make sure to remove the storage for an empty entry in a cache block file. r+sr=biesi
2008-07-31 17:53:12 -07:00
Dave Camp
a4644e4b80
Bug 448712. Make sure to remove the storage for an empty entry in a cache block file. r+sr=biesi
2008-07-31 17:51:51 -07:00
Benjamin Smedberg
9961c9eb16
Bug 445853 - Add namespaces to various tests: these tests share a class name with other tests, which makes XPCOMGC rewriting very confused. r=biesi
2008-07-27 21:09:10 -04:00
"Brad Lassey"
a6b45b982b
Bug 441636 - Add support for DBus Handler Apps r=biesi
2008-07-25 12:36:07 -04:00
Gervase Markham
0579f178a3
Bug 438585 - "Updates to Public Suffix List" [p=dwitte]
2008-07-12 06:56:15 -05:00
Gervase Markham
b0f81b497d
Back out Public Suffix List changes at myk's request
2008-07-10 23:04:06 +01:00
Gervase Markham
9d5f37bb67
Bug 438585 - Updates to Public Suffix List. Patch by gerv; r=dwitte.
2008-07-10 18:26:25 +01:00
Kai Engert
a46e4f3f66
Bug 431819, SSL client auth, repeated prompts for client certificate
...
r=rrelyea, r=dveditz
2008-06-18 21:36:29 +02:00
Gervase Markham
ef8f6d2699
Backed out changeset 8473190b24b0
...
Tinderboxes going orange.
2008-06-18 16:32:40 +01:00
Gervase Markham
6a99d8b1da
Bug 438585: First round of registry-submitted changes to Public Suffix List.
2008-06-18 15:02:51 +01:00
Gavin Sharp
21f5e4e8bf
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
074efa08c7
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
6c5e3d5e40
Testing variable expansion.
2008-06-05 16:46:41 +01:00
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
Benjamin Smedberg
4982bf049a
Bug 442714 - Mark NS_STACK_CLASS on nsAutoString, r=dbaron
2008-06-30 14:46:47 -04:00
Mats Palmgren
aaa49ce031
URI.path one character short after redirect involving fragment. b=438288 r+sr=cbiesinger
2008-06-19 23:39:46 +02: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
dwitte@stanford.edu
df68dd0e5a
improve interface documentation. no bug, npob
2008-03-09 01:12:12 -08:00
reed@reedloden.com
bbc9507dde
Bug 421490 - "wpad may be dangerous, and it is on by default" (only use WPAD if explicitly set in the prefs) [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a=blocking1.9+]
2008-03-08 01:58:17 -08:00
dwitte@stanford.edu
1e46b1863e
Bug 404225 - improve nsCookieService::GetEnumerator() performance. r+sr+a=shaver
2008-03-08 01:47:23 -08:00
dveditz@cruzio.com
6eaa1f8b0e
bug 295922 change default for "select cert automatically", r/sr=biesi, blocking1.9+
2008-03-07 02:52:21 -08:00
bugzilla@standard8.plus.com
505e7ffa51
Bug 382437 nsLoginManagerPrompter.js needs to implement nsIAuthPrompt. r=dolske,gavin,sr=dveditz,approval1.9b4=beltzner
2008-03-02 04:24:24 -08:00
bzbarsky@mit.edu
1201485052
Add the charset right after the type, before all other params, if there is no existing charset in the type. Bug 413974, r=biesi, sr=sicking, a=beltzner
2008-02-28 20:24:32 -08:00
dwitte@stanford.edu
55d30b30aa
Bug 416207 - Update cookie/permission services from changes to mozIStorageService::OpenDatabase. r=sdwilsh, sr=mconnor, a=beltzner
2008-02-28 00:23:12 -08:00
dcamp@mozilla.com
44b567a446
Bug 415799: Interface and implementation for HMAC support. p=honzab@allpeers.com (Jan Bambas), r=kaie, r=rrelyea, sr=dveditz, blocking1.9=sayrer
2008-02-26 22:31:13 -08:00
wtc@google.com
c06d18ce56
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
wtc@google.com
c3c311e84b
Bug 415033: added a hidden preference (in about:config) for enabling or disabling the TLS session ticket extension. The patch is contributed by Nagendra Modadugu <ngm+mozilla@google.com>. r=wtc,rrelyea,kengert a1.9+=damons Modified Files: netwerk/base/public/security-prefs.js security/manager/ssl/src/nsNSSComponent.cpp
2008-02-26 15:09:39 -08:00
jwalden@mit.edu
0ac722e734
Bug 417218 - nsStandardURL::SetPath does the wrong thing when the path is '/' and is being set to ''. r+sr=biesi, a=beltzner
2008-02-26 14:48:42 -08:00
benjamin@smedbergs.us
b48eae3354
Bug 409384 - Firefox 3.0b2 fauks to compile with gcc 4.3, r=dwitte+dbaron a=damons
2008-02-26 14:44:41 -08:00
florian@queze.net
f3105887fb
Bug 418535 - Make socket attachment to nsSocketTransportService usable from XPCOM. r+sr=biesi, a1.9=beltzner
2008-02-26 12:39:50 -08:00
roc+@cs.cmu.edu
7ee4990c50
Bug 416175. Don't leak nsHttpConnectionInfo in nsHttpConnectionMgr::AddTransactionToPipeline. Also instruments nsHttpConnectionInfo so we can easily find more leaks of that object in future. r+sr=bzbarsky
2008-02-21 17:09:42 -08:00
tglek@mozilla.com
5d9eb35f5b
bug 398568: Fix prbool misuse in netwerk. r=biesi a=dsicore
2008-02-21 15:18:49 -08:00
benjamin@smedbergs.us
ca89a98e8c
Back out bug 412320 and various followups because the perf impact was minimal and the code is more complicated
2008-02-21 12:39:20 -08:00
dveditz@cruzio.com
cad53fa7ea
bug 415034 prevent URIs with userinfo but no username. r=biesi, sr=bsmedberg, blocking1.9+
2008-02-20 17:24:41 -08:00
dougt@meer.net
43d3cf3539
disable autodialer in windows mobile. r=bsmedberg, a=beltzner
2008-02-20 14:41:27 -08:00
jag@tty.nl
057bc17743
Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan
2008-02-18 00:50:04 -08:00
jwalden@mit.edu
90f095319c
Bug 414122 - Packaging changes to no longer ship an effective TLD list as a separate file, since we compile the data into necko now. r=notworthsomeonestimetoreview, a=blocker
2008-02-14 16:02:44 -08:00
jwalden@mit.edu
35761034ba
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
b52ea5e45c
Bug 412207 - nsSocketTransport::OnSocketDetached should null out mCallbacks and mEventSink [p=cbiesinger@gmx.at (Christian :Biesinger) r=Silver sr=sicking a=blocking1.9+]
2008-02-14 03:12:50 -08:00
reed@reedloden.com
2696e083e0
Bug 415262 - "Make general use of new NSPR rotate macros" [p=swsnyder@insightbb.com (Steve Snyder) r=wtc sr=dbaron a=blocking1.9+]
2008-02-13 03:34:46 -08:00
benjamin@smedbergs.us
54c3badf2f
Bustage fix, bug 412320
2008-02-12 12:07:57 -08:00
benjamin@smedbergs.us
5e262ed60c
Bug 412320 - generate QI for additional classes which, according to stats, show up in profiles as frequent callers of nsID::Equals, r=biesi,ted,sicking
2008-02-12 11:46:26 -08:00
reed@reedloden.com
a5c2c91a86
Typo fix.
2008-02-10 02:04:21 -08:00
reed@reedloden.com
ed8b60d99b
Bug 410150 - "nsCacheService: only add observers that we really need" (Use array/for loops for the Add/Remove observers) [p=alfredkayser@gmail.com (Alfred Kayser) r=dcamp sr=biesi a1.9=damons]
2008-02-09 20:53:28 -08:00
timeless@mozdev.org
bec7fcee32
Backing out because of unit test failure: [Exception... "Component returned failure code: 0x80470002 (NS_BASE_STREAM_CLOSED) [nsIZipWriter.addEntryStream]" nsresult: "0x80470002 (NS_BASE_STREAM_CLOSED)" location: "JS frame :: ../../../../_tests/xpcshell-simple/test_zipwriter/unit/test_storedata.js :: run_test :: line 84" data: no]
2008-02-09 16:01:36 -08:00
timeless@mozdev.org
933fc11012
Bug 412867 nsSimpleStreamListener needs to autoclose mSink IFF !mObserver r=biesi a=dsicore
2008-02-09 15:15:26 -08:00
reed@reedloden.com
b8fcd7780a
Bug 396222 - "let clients track the offline cache usage for a domain" [p=dcamp@mozilla.com (Dave Camp) / honzab@allpeers.com (Honza Bambas) r+sr=biesi r=dcamp a1.9=schrep]
2008-02-07 01:04:30 -08:00
dwitte@stanford.edu
51a4adec0c
enable pipelining over SSL by default. b=414477, r=biesi, sr=shaver, a=mconnor
2008-02-06 20:04:56 -08:00
jwalden@mit.edu
38eebf9225
Bug 401649 - JS CGI support in httpd.js -- create responses conditioned on header values and HTTP method types! r=sayrer
2008-02-05 17:12:32 -08:00
dwitte@stanford.edu
2cb7df8b9b
trivial errors-as-warnings fix for gcc4.3.
2008-02-02 21:06:57 -08:00
reed@reedloden.com
23e398896c
Bug 414901 - "Back out scriptable IO" [p=neil@mozilla.com (Neil Deakin) r+sr=bsmedberg a1.9b3=beltzner]
2008-02-01 18:07:49 -08:00
reed@reedloden.com
db5d659dcd
Back out the back out from bug 414901 until bug 415218 is fixed, or else we'll have very broken nightlies. :(
2008-02-01 01:00:59 -08:00
reed@reedloden.com
41073ec644
Back out the back out from bug 414901 until bug 415218 is fixed, or else we'll have very broken nightlies. :(
2008-02-01 00:51:29 -08:00
enndeakin@sympatico.ca
d23cbccf38
Bug 414901, back out scriptable IO api, r+sr=bsmedberg,a=beltzner
2008-01-31 11:18:07 -08:00
jonas@sicking.cc
ba446696ec
Bug 397878: Send Referer-Root header when doing cross-site access requests. Also update domain pattern matching to spec. Patch by <suryaismail@gmail.com>. r=bent sr=sicking b3a=beltzner
2008-01-31 00:16:54 -08:00
reed@reedloden.com
a87c613fbd
Bug 408979 - "Downloads are canceled on Exit when using a proxy server (HTTP/1.0)" (Remove HTTP/1.0 check) [p=hskupin@gmail.com (Henrik Skupin) r+sr=biesi a1.9=damons]
2008-01-29 20:35:17 -08:00
reed@reedloden.com
9b84e3d976
Bug 66057 - "Proxy: $http_proxy should influence proxy settings" [p=roc@ocallahan.org (Robert O'Callahan [roc]) / diane@ghic.org (Diane Trout) / ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=josh r+sr=biesi a1.9=damons]
2008-01-29 10:38:15 -08:00
reed@reedloden.com
14365335d8
Back out for now until there's a fix.
2008-01-29 09:57:17 -08:00
reed@reedloden.com
6e3e57465e
Bug 66057 - "Proxy: $http_proxy should influence proxy settings" [p=roc@ocallahan.org (Robert O'Callahan [roc]) / diane@ghic.org (Diane Trout) / ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=josh r+sr=biesi a1.9=damons]
2008-01-29 07:58:38 -08:00
reed@reedloden.com
ba1ebe6e9b
Bug 405693 - "don't update identical offline cache manifests" [p=honzab@allpeers.com (Honza Bambas) r=dcamp sr=biesi a=blocking1.9+]
2008-01-28 23:54:54 -08:00
dwitte@stanford.edu
4b820329c8
Bug 409614 - IDN with non-ASCII TLD is displayed in Punycode. r+sr=biesi, a=damons
2008-01-28 22:06:01 -08:00
reed@reedloden.com
f5a03f70fc
Disable sporatically failing test that bz enabled earlier due to oranges.
2008-01-28 21:33:21 -08:00
bzbarsky@mit.edu
da2e91ea7b
Reenable the test on non-Windows.
2008-01-28 15:23:55 -08:00
sayrer@gmail.com
04bee08152
Bug 400091. nsFaviconService leak with rapid page loads. r/sr=biesi
2008-01-28 15:21:27 -08:00
jwalden@mit.edu
42c76855d3
Remove a duplicated entry in the effective TLD data file. alphabetsoup=campbells
2008-01-28 02:42:50 -08:00
dwitte@stanford.edu
473f091d21
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
dcamp@mozilla.com
bac18b5c8e
Bug 405695: Use asciiHost/asciiSpec for offline cache ownership keys. p=Honza Bambas, r=me, sr=biesi
2008-01-22 20:31:50 -08:00
dcamp@mozilla.com
d07d06ab57
Bug 398478: Clear globalStorage for offline apps separately from cookies, and the offline cache separately from the main cache. r=enndeakin, r=mconnor, sr=biesi
2008-01-22 20:06:36 -08:00
reed@reedloden.com
e390c5e969
Bug 412023 - "Table overflows the ftp listings page" [p=dao@mozilla.com (Dão Gottwald) r+sr=roc a1.9=schrep]
2008-01-15 17:44:25 -08:00
mats.palmgren@bredband.net
24741d2e93
Make NS_ReadLine() not lie about having more data when the stream ends in \r\n. b=397850 r+sr=cbiesinger a=blocking1.9
2008-01-15 02:22:58 -08:00
mats.palmgren@bredband.net
41dd0fc779
Backing out bug 397850 to fix mailnews bustage.
2008-01-09 22:50:08 -08:00
mats.palmgren@bredband.net
c2add0c2b0
Make NS_ReadLine() not lie about having more data when the stream ends in \r\n. b=397850 r+sr=cbiesinger a=blocking1.9
2008-01-09 22:17:29 -08:00
reed@reedloden.com
14b13c3abf
Bustage fix with some unnecessary whitespace removals.
2008-01-07 22:20:30 -08:00
reed@reedloden.com
58af3e8fc7
Bug 411119 - "Re-enabling IPv6 on mac breaks SOCKS support for localhost" [p=david@luyer.net (David Luyer) r+sr=biesi a=blocking1.9+]
2008-01-07 22:10:53 -08:00
reed@reedloden.com
47d6fc40f1
Bug 392802 - "File listings very hard to read" [p=dao@mozilla.com (Dão Gottwald) r=Mano sr=bzbarsky ui-r=beltzner a=blocking-firefox3+]
2008-01-07 15:15:37 -08:00
dwitte@stanford.edu
79a37b5b96
relanding fix for bug 262116 that got accidentally backed out by previous landing.
2008-01-05 17:07:16 -08:00
reed@reedloden.com
51bd3e1d93
Fix necko's test_dns_service.js test to treat ::1 the same as 127.0.0.1 for DNS resolution of localhost in order to fix Mac unit test failure now that IPv6 is enabled (as per bug 408881).
2008-01-05 00:10:56 -08:00
sdwilsh@shawnwilsher.com
620f6afe91
Bug 410131 - DM isn't buffering writes when saving a file. r=biesi, sr=bz
2008-01-04 09:55:02 -08:00
dwitte@stanford.edu
61c159a4e6
tweak the NS_ReadLine buffer up to 4096 bytes. b=410264, r+sr=biesi, a=schrep
2008-01-03 16:27:38 -08:00
dwitte@stanford.edu
c85305535f
remove NS_WARNING to reduce debug spew. debug-only change.
2008-01-02 13:16:53 -08:00
reed@reedloden.com
9773aa24f0
Bug 84945 - "nsDiskCacheMap::ReadDiskCacheEntry should use a cached buffer" [p=alfredkayser@nl.ibm.com (Alfred Kayser) r=dcamp sr=biesi a=blocking1.9+]
2007-12-28 20:22:54 -08:00
dwitte@stanford.edu
cb79345994
interface tweak i forgot to make when checking in fix for bug 402013.
2007-12-17 21:31:32 -08:00
dwitte@stanford.edu
bc1aa20f44
fix documentation error.
2007-12-14 21:28:44 -08:00
wtc@google.com
018168f5c4
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
vladimir@pobox.com
e47363e296
bustage fix
2007-12-07 14:18:13 -08:00
vladimir@pobox.com
6caedf93d9
b=406849, SetCacheAsFile(true) on memory-cached loads is broken, patch from bz, r+sr=bisei, a=schrep
2007-12-07 14:07:03 -08:00
dwitte@stanford.edu
08000dde11
add unit test for permission manager.
2007-12-04 23:23:14 -08:00
dwitte@stanford.edu
d60af8c14d
move permission manager persistent storage from hostperm.1 to permissions.sqlite, use nsIURI::GetAsciiHost() for consistent host normalization, and expand type/permission limits. bugs 400092 and 400097 (patch in 400097), sr=shaver, pending r=sdwilsh, blocking-1.9+.
2007-12-04 22:37:36 -08:00
dwitte@stanford.edu
cae750362b
add tests for bug 385299.
2007-12-04 18:45:40 -08:00
dwitte@stanford.edu
7dd07fec6d
add unit test for bug 402013.
2007-12-04 18:28:37 -08:00
roc+@cs.cmu.edu
64adc7a6ff
Bug 404870. Avoid read access to mThread racing with setting mThread to null (which could crash). Also, detect when the thread is no longer accepting events and treat it as the thread not being there anymore in nsSocketTransportService::Dispatch.
2007-12-04 18:18:58 -08:00
reed@reedloden.com
71cf46134c
Bug 401718 - "[UA] Remove Mach-O from UA on PPC" [p=reed r=dbaron r=mento sr=biesi a1.9=damons]
2007-12-04 17:07:00 -08:00
dwitte@stanford.edu
f9866e1a53
add unit test for bug 402013.
2007-12-04 17:03:08 -08:00
dwitte@stanford.edu
40c9289d49
relanding bug 385299 and updating tests.
2007-12-04 16:03:22 -08:00
dwitte@stanford.edu
b8694550dd
backing out due to orange
2007-12-04 15:02:24 -08:00
dwitte@stanford.edu
a45f4e89bb
Bug 385299 - use eTLD in cookies (stop sites setting cookies for the entire ".co.uk" domain). r=dveditz, sr=mconnor, blocking1.9+
2007-12-04 14:26:42 -08:00
dwitte@stanford.edu
f0ccc3d5fe
Bug 402013 - improve normalization behavior of nsIEffectiveTLDService. r+sr=biesi, a=mconnor
2007-12-04 13:57:31 -08:00
kaie@kuix.de
aaa7739fe8
Attempting to fix tinderbox bustage from bug 378241
2007-12-04 11:38:27 -08:00
kaie@kuix.de
e64d67a61b
Bug 378241, Changes from bug 107491 lead to tons of thread-safety asserts r=rrelyea, r=wtc, sr=benjamin, blocking1.9=benjamin
2007-12-04 10:53:14 -08:00
dwitte@stanford.edu
c35938c835
relanding 402008.
2007-12-03 22:30:47 -08:00
dwitte@stanford.edu
5474394150
backing out due to orange.
2007-12-03 18:46:02 -08:00
dwitte@stanford.edu
103a419fdf
Bug 402008 - expose nsIURI::GetHost() "display normalization" behavior on nsIIDNService. r+sr=biesi, a=dsicore
2007-12-03 18:24:53 -08:00
bzbarsky@mit.edu
c3053199cd
Disabling again for now
2007-12-03 16:23:44 -08:00
bzbarsky@mit.edu
0782d222e2
Assert that the channel succeeded, so if it fails we'll know
2007-12-03 15:44:07 -08:00
bzbarsky@mit.edu
722bd9fe27
Reenable test now that we have a higher timeout for Tunit
2007-12-03 13:47:54 -08:00
bzbarsky@mit.edu
d94f29ae56
Add a way to extract the charset and the position of the charset parameter from a content-type header. Use this in XMLHttpRequest to not clobber the non-charset parameters and not clobber the charset if it's already what we'll set, up to case. Apparently some broken servers are case-sensitive when looking at charsets! Bug 393968 (wherein the patch lies) and bug 397234, r+sr=biesi
2007-12-03 13:34:44 -08:00
bzbarsky@mit.edu
f51c876c4f
Disable test for now. tbox sucks
2007-12-03 12:04:03 -08:00
bzbarsky@mit.edu
a051d516ec
Sniff "text/plain; charset=UTF8" for possibly being binary. Bug 394647, r+sr=biesi
2007-12-03 10:37:54 -08:00
cbiesinger@gmx.at
17e811bbbe
345181 cache SSL content that was sent with a Cache-Control: public header to disk r+sr=darin
2007-11-30 10:09:05 -08:00
cbiesinger@gmx.at
1e54b36be6
bug 262116 make disk cache serialize/deserialize the security info, if present also make nsNSSSocketInfo serializable PSM part: r=kaie sr=darin rest: r+sr=darin
2007-11-30 10:05:54 -08:00
gerv@gerv.net
7053aaa316
Bug 403052 - switch mozTXTToHTMLConv to standard tri-licence. Thanks to benb for permission to do so. Patch by gerv; r=beltzner.
2007-11-28 02:16:54 -08:00
dcamp@mozilla.com
911a5b2bb9
Bug 369814: don't open jar: content unless served from a safe mime type. r=bz, sr=dveditz, ui-r=beltzner
2007-11-26 21:32:23 -08:00
reed@reedloden.com
c6d06df230
Bug 373623 - "Unicode … should be used instead of three separate dots: ..." (browser locales) [p=hendrik.maryns@uni-tuebingen.de (Hendrik Maryns) r=mconnor a1.9=beltzner]
2007-11-26 18:44:44 -08:00
gavin@gavinsharp.com
1e17cef233
Bug 403480: make it impossible to set nsIURI::port to it's default value, r+sr=biesi, a=schrep
2007-11-26 16:51:57 -08:00
sdwilsh@shawnwilsher.com
9223b5a23c
Bug 401174 - Allow how exthandler adds downloads to history to be overridden. r=biesi, sr=bz, a=mconnor
2007-11-23 12:20:41 -08:00
dwitte@stanford.edu
d4bd559e72
backing out the kitchen sink.
2007-11-19 02:15:55 -08:00
dwitte@stanford.edu
3c7720c189
still investigating mac Tp impact.
2007-11-19 01:08:07 -08:00
dwitte@stanford.edu
587df3075f
back out change.
2007-11-18 23:26:36 -08:00
dwitte@stanford.edu
49b7bdb4ab
temporarily disabling tests.
2007-11-18 23:08:46 -08:00
dwitte@stanford.edu
c9db978573
investigating orange.
2007-11-18 22:41:53 -08:00
dwitte@stanford.edu
706d788fab
relanding modified patch for bug 403372.
2007-11-18 00:08:34 -08:00
jwalden@mit.edu
a9b2dc0526
Kick one of the unit test tinderboxen into another build.
2007-11-17 11:47:05 -08:00
dwitte@stanford.edu
539f79ae83
relanding teeny tiny part of patch to investigate Tp impact
2007-11-17 03:05:01 -08:00
reed@reedloden.com
ffbf8516ba
Back out dwitte's cookie monster patch (bug 403372) due to Tp regression.
2007-11-17 01:49:18 -08:00
dwitte@stanford.edu
43586c81e3
fix test.
2007-11-16 23:07:24 -08:00
dwitte@stanford.edu
d59473ccc8
relanding bug 403372.
2007-11-16 22:08:10 -08:00
dwitte@stanford.edu
774846d1ce
backing out to fix orange.
2007-11-16 19:40:34 -08:00
dwitte@stanford.edu
65a58cba29
leash up the cookiemonster (cookie eviction should be in lastaccessed order, bug 403372). r=sdwilsh, sr=shaver. also includes unnecessary code removal fix by Marco Bonardo (mak77@supereva.it), bug 403767.
2007-11-16 18:54:51 -08:00
dwitte@stanford.edu
af89b9cfcd
updating comment to address review comments in bug 397238.
2007-11-13 17:36:54 -08:00
neil@parkwaycc.co.uk
9a9c281154
Bug 397238 Expose cookie import code so that profile migration doesn't have to duplicate it r=dwitte sr=biesi a=mtschrep
2007-11-12 01:28:22 -08:00
reed@reedloden.com
c0f3066da1
Bug 382849 - "Wrong gzip comment process in HTTP Compress converter" [p=solar@netease.com (Solar) r=bzbarsky sr=biesi a1.9=sayrer]
2007-11-08 23:47:11 -08:00
bzbarsky@mit.edu
b336aef6a6
Fix leak bug 391978. r=biesi, sr=dmose, a=sayrer
2007-11-08 22:13:26 -08:00
reed@reedloden.com
8c2a42c27c
Bug 400392 - "necko unit test test_reopen.js fails randomly on qm-centos5-01" [p=sylvain.pasche@gmail.com (Sylvain Pasche) r=biesi]
2007-11-08 00:23:51 -08:00
reed@reedloden.com
a25c74879a
Bug 391855 - "FTP directory URL without a trailing slash can result in files being uploaded to the wrong place" [p=wgianopoulos@yahoo.com (Bill Gianopoulos) r=dougt sr=biesi aM9=beltzner]
2007-11-05 13:02:52 -08:00
dwitte@stanford.edu
fdb7f13e8a
Bug 402395 - Dangling semi-colon caused when "ac_add_options --disable-logging" throws warning in VS2005. patch by Masayuki Nakano (masayuki@d-toybox.com), r=dwitte, sr=bsmedberg, a=beltzner for M9.
2007-11-05 11:29:12 -08:00
dwitte@stanford.edu
50bafc5659
bustage fix for bug 401998.
2007-11-02 19:15:47 -07:00
dwitte@stanford.edu
ad951d770a
add logging coverage for cookie eviction and db operations. b=401998, r+sr=mconnor, a=beltzner
2007-11-01 15:34:16 -07:00
reed@reedloden.com
eeaeef5a63
Bug 398718 - "Better explanatory text for SSL error pages" [p=kaie/johnath r=rrelyea r=biesi a=blocking1.9+ for M9]
2007-10-30 13:26:25 -07:00
dtownsend@oxymoronical.com
0b4a82cad1
Bug 400089: Include major OS revision for Mac OS X UA. r=mark@moxienet.com sr=cbiesinger@gmx.at a=beltzner@mozilla.com
2007-10-30 08:47:30 -07:00
dwitte@stanford.edu
adf42e9219
commenting out failing test for now
2007-10-25 03:20:39 -07:00
dwitte@stanford.edu
0a3a7b0677
rework effective tld service interface, fix normalization bugs and improve error propagation. b=368989, r=biesi, sr=dveditz
2007-10-25 01:24:13 -07:00
dwitte@stanford.edu
91a72f29e8
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
06f6b88b65
Make the "href" property of stylesheets reflect the original URI that was reflected to load the sheet. Bug 397427, r=dbaron,biesi, sr=dbaron, a=dsicore
2007-10-23 14:56:41 -07:00
dmose@mozilla.org
d2176f0f87
Fix web-based protocol handlers not working from Send Link and certain other situations (bug 394483), r=biesi, r=gavin (browser portion), sr=sicking, a=beta blocker
2007-10-23 11:20:56 -07:00
reed@reedloden.com
5b7c6fe237
Bug 348808 - "use application selector instead of file selector dialog when picking helper apps" [p=jimm r=dolske r=rob_strong r=myk r=biesi a=blocking-firefox3+ for M9]
2007-10-18 21:15:41 -07:00
reed@reedloden.com
f4aa1d8d05
Bug 396959 - "Eliminate nsHttpHandler caching of nsICacheSession pointers" [p=mike.tsao+moz@gmail.com (Mike Tsao) r+sr=biesi a1.9=sayrer]
2007-10-13 14:35:11 -07:00
edward.lee@engineering.uiuc.edu
470af407cb
Bug 398069 - Don't cancel resume-from-0 transfers for HTTP 200 responses. r=biesi, sr= biesi, a=sayrer
2007-10-13 12:09:52 -07:00
reed@reedloden.com
f0822cc72e
Bustage fix for bug 398895.
2007-10-12 21:54:07 -07:00
reed@reedloden.com
99b454c888
Bug 398895 - "about:bloat should only be built if trace-refcnt logging is built" [p=xfsunoles@gmail.com (Jonathan Steele) r+sr=bzbarsky a1.9=sayrer]
2007-10-12 21:03:49 -07:00
reed@reedloden.com
f60da8dc70
Bug 398414 - "in file listings front-end code, build the gRows array lazily" [p=dao r+sr=bzbarsky a1.9=sayrer]
2007-10-12 21:00:58 -07:00
sdwilsh@shawnwilsher.com
723a99fa54
Bug 369428 - nsExternalAppHandler::SetUpTempFile uses a poor source of randomness, resulting in predictable filenames. r=kaie, sr=rrelyea, a=blocking1.9
2007-10-12 15:48:07 -07:00
sdwilsh@shawnwilsher.com
04d4d5267a
Full backout of Bug 369428
2007-10-12 08:30:45 -07:00
sdwilsh@shawnwilsher.com
82e9ccc64f
Bug 369428 - nsExternalAppHandler::SetUpTempFile uses a poor source of randomness, resulting in predictable filenames. r=kaie, sr=rrelyea, a=blocking1.9
2007-10-12 06:00:57 -07:00
bzbarsky@mit.edu
c3e4766585
Fixing typos
2007-10-07 11:45:50 -07:00
bzbarsky@mit.edu
be72e1d183
Adding test.
2007-10-07 11:18:22 -07:00
dwitte@stanford.edu
fdeb6309d5
fix debug compile error in nsCookie.h. b=394243, r+sr=biesi, a=mconnor
2007-10-04 12:24:00 -07:00
dmose@mozilla.org
9474dbc670
First part of fix for web-based protocol handlers failing in certain situations (bug 394483); r=biesi, sr=sicking
2007-10-03 23:10:47 -07:00
dbaron@dbaron.org
c5d13d4123
Delete gVolumeList on shutdown. b=397305 r+sr+a1.9=bzbarsky
2007-10-02 15:26:53 -07:00
bzbarsky@mit.edu
95f84938f7
Fix leak of PRAddrInfos. Bug 397716, r+sr=biesi, a=bsmedberg
2007-09-28 07:43:03 -07:00
bzbarsky@mit.edu
12bb6b8b24
Fix nsStandardURL serialization/deserialization to properly restore all state. Bug 396389, r+sr=biesi, a=bsmedberg
2007-09-17 15:23:12 -07:00
sdwilsh@shawnwilsher.com
04b8be39d6
Bug 395539 - FTP TransportStatus's progressMax reports the full file size for REST retrieval (resuming partial download). Patch by Edward Lee <edilee@gmail.com>. r=cbiesinger, sr=cbiesinger, a=bzbarsky
2007-09-17 13:35:11 -07:00
bzbarsky@mit.edu
790d73fc3c
When sniffing text/plain and we decide it's really text/plain, just claim the sniffer didn't find a type, so that other sniffers get a crack at it. Bug 395533, r+sr=biesi, a=bsmedberg
2007-09-17 08:53:57 -07:00
cbiesinger@gmx.at
a32fca7a21
bug 395205 correctly check whether we are resuming and don't open a cache entry if so r=darin sr=dmose a=blocking1.9
2007-09-16 07:37:17 -07:00
reed@reedloden.com
0778c80e11
Bug 393681 - "New file listing makes very poor use of space, truncates filenames all over" [p=dao@design-noir.de (Dão Gottwald) r=bzbarsky r=Mano sr=bzbarsky a=blocking1.9]
2007-09-15 19:14:13 -07:00
jwalden@mit.edu
f744e3e947
Update an obsolete comment in a NPOTB file.
2007-09-11 17:27:01 -07:00
jwalden@mit.edu
075a948f22
Bug 395559 - Fix two typos in httpd.js which prevented the registerFile API from working correctly, and add a dumpn so that errors in handlers can be detected more easily by reading console dumps. r=sayrer, NPOTB, test-only, etc.
2007-09-11 17:24:08 -07:00
jag@tty.nl
9198e9c4b8
Bug 394139: Replace a bunch of NS_DEFINE_CIDs with CONTRACTIDs. r=/sr=/a=bsmedberg
2007-09-05 06:04:54 -07:00
timeless@mozdev.org
efb38e3198
Bug 392649 https add-on install from filepicker crashes [@ net_GetURLSpecFromFile] r=biesi sr=biesi a=bz
2007-09-05 03:22:42 -07:00
myk@mozilla.org
173de02b64
bug 393492: move mimeTypes.rdf datasource access code from nsExternalHelperAppService.cpp to nsHandlerService.js, fixing bug 393500 (auto-add preferred handler to possible handlers when retrieving them, since they won't be in there already on legacy datasources) in the process; r=biesi; sr=dmose; a=bsmedberg for 1.9
2007-09-04 13:45:57 -07:00
dwitte@stanford.edu
1bba2a6417
tweak documentation for countCookiesFromHost. b=394460, npob.
2007-09-03 19:07:23 -07:00
dmose@mozilla.org
b3b2ff44a4
Fix for protocol handling dialog throwing exception when a web handler is selected (bug 392957), r=biesi, sr=mconnor, a=bz
2007-09-02 21:44:25 -07:00
dwitte@stanford.edu
dfaf3cb531
no change in private bytes; adding back change.
2007-09-02 20:03:41 -07:00
dwitte@stanford.edu
c1a982c70d
backing out previous change temporarily per bug Bug 390856.
2007-09-02 18:10:41 -07:00
asqueella@gmail.com
e60a728db9
Bug 392807 - Severe performance degradation loading file listings p=Dao Gottwald <dao@design-noir.de> r+sr+a=bz
2007-09-02 15:19:10 -07:00
cbiesinger@gmx.at
bbeb79f283
add simple unit test for the dns service
2007-08-31 15:31:20 -07:00
cbiesinger@gmx.at
e507924848
394242 improve the comments on some necko APIs r+sr+a=bz
2007-08-31 13:23:31 -07:00
cbiesinger@gmx.at
0ff9cf25bd
add unit test for bug 372050 and the unescape parts of bug 350932; also, clarify comments for the ESCAPE_URL_ONLY_NONASCII flag. r+sr+a=bz
2007-08-31 13:19:37 -07:00
cbiesinger@gmx.at
3ebfcbdaaf
389719 always release notification callbacks/progress sink r+sr+a=bzbarsky
2007-08-31 12:44:17 -07:00
cbiesinger@gmx.at
6ba1645463
more tests for nsIResumableChannel
2007-08-30 16:00:38 -07:00
sharparrow1@yahoo.com
ac7507a0ed
Bug 391915: Don't use atoms from nsCacheMetaData because atoms aren't threadsafe. r+sr=biesi, a=blocking1.9
2007-08-30 10:51:07 -07:00
cbiesinger@gmx.at
fbd8b74b6f
392282 don't allow opening cache entries after the cache service has shut down r+sr+a=bz
2007-08-28 15:05:32 -07:00
sdwilsh@shawnwilsher.com
0337ffd116
Bug 389575 - Add WARNINGS_AS_ERRORS compile time flag. r=bsmedberg NPOTFB.
2007-08-28 09:02:43 -07:00
jag@tty.nl
5a3e626f5a
s/NS_INTERFACE_MAP_END_THREADSAFE/NS_INTERFACE_MAP_END/. Should've been done for bug 201040. rs=biesi, a=dbaron
2007-08-27 23:11:34 -07:00
wtc@google.com
53c533617a
Bug 213637: code cleanup: use nsAutoLock instead of manually calling PR_Lock/PR_Unlock, and removed mThreadEventLock. r=biesi Modified files: nsSocketTransportService2.cpp nsSocketTransportService2.h
2007-08-26 13:14:57 -07:00
philringnalda@gmail.com
a6f16f54fd
Bug 392718 - With beautified ftp listings, long filenames are truncated, making them hard to read, patch by Dão Gottwald <dao@design-noir.de>, r+sr+a1.9=bz
2007-08-25 20:20:24 -07:00
cbiesinger@gmx.at
bbaf727b9d
fix typo in comment
2007-08-24 18:30:39 -07:00
cbiesinger@gmx.at
c5527cd9e4
393624 check for unexpected status codes when resuming downloads r+sr+a=bz
2007-08-24 17:47:54 -07:00
cbiesinger@gmx.at
2d641b20bd
263127 close the tempfile output stream before calling the observer patch by Wladimir Palant <trev.moz@adblockplus.org> r=biesi sr=darin
2007-08-24 17:26:18 -07:00
cbiesinger@gmx.at
9e650fe930
393622 add logging to HTTP channel resuming code r+sr+a=bz
2007-08-24 16:17:07 -07:00
cbiesinger@gmx.at
f6e7bbb1b6
move Listener and read_stream to its own head file so that it can be reused by other tests
2007-08-24 11:08:37 -07:00
Olli.Pettay@helsinki.fi
ef1921544a
Bug 392760, Provide keyboard-accessibility for sorting headers FTP/File/Jar/Gopher dir listing, p=dao@design-noir.de, r+sr+a=bz
2007-08-24 03:12:46 -07:00
bzbarsky@mit.edu
9b91a1f373
Relanding patch for bug 137155 on trunk because we think it may be OK now. Patch by darin, r+sr=bzbarsky+biesi, a=bzbarsky
2007-08-23 18:45:23 -07:00
jwalden@mit.edu
a3ea5d6c54
Bug 370245 - Make the HTTP server asynchronously process requests, and pave the way for future improvements to processing. r=biesi, a=bsmedberg on a testing-only change
2007-08-23 15:07:40 -07:00
bzbarsky@mit.edu
1754128843
Make Suspend() work on an HTTP channel if called right after AsyncOpen. Bug 392837, r+sr=biesi, a=bzbarsky
2007-08-23 11:56:12 -07:00
rflint@ryanflint.com
2da85be550
Bug 339964 - move tabbrowser.xml out of mozilla/toolkit and into mozilla/browser. Patch by Stefan <stefanh@bluebottle.com> and myself, r=mconnor
2007-08-22 14:02:02 -07:00
cbiesinger@gmx.at
08b049e2ba
Bug 391951 don't strip escaped spaces for non-base64 data URIs r+sr=bz
2007-08-21 10:28:22 -07:00
cbiesinger@gmx.at
c118d40021
392428 always consider IP addresses valid hostnames r+sr+a=bz
2007-08-21 10:14:47 -07:00
bzbarsky@mit.edu
a65e95ce03
Make <object> do the same text/plain sniffing that <iframe> does, and use the content type hint if the type comes back as application/octet-stream or sniffed-binary. Bug 389677, r+sr=biesi, a=sicking
2007-08-20 20:26:12 -07:00
dmose@mozilla.org
91643370ed
Split nsIHandlerInfo.launchWithURI into nsIHandlerInfo.launchWithURI and nsIMIMEInfo.launchWithFile (bug 391194) r=cbiesinger@gmx.at, sr=bzbarsky@mit.edu
2007-08-20 17:47:47 -07:00
dtownsend@oxymoronical.com
7daec3138e
Bug 341472: ship with fewer security warnings showing by default. p=Adam Guthrie <ispiked@gmail.com>, r=darin.moz@gmail.com, ui-r=beltzner, a=wanted-firefox3
2007-08-20 07:22:42 -07:00
bent.mozilla@gmail.com
7980ed1622
Bug 392657 - Fix typo in comment.
2007-08-19 21:06:58 -07:00
bent.mozilla@gmail.com
0e2d2d7720
Bug 392657 - "'ASSERTION: QueryInterface needed', nsURIChecker missing nsIRequestObserver in QI map". r+sr=biesi, a=bz.
2007-08-19 20:19:11 -07:00
jwalden@mit.edu
75b11a995d
Bug 294800 - Beautify FTP/File/Jar/Gopher dir listings (CSS, icons, sortable columns) so that they don't look like they're from 1995. (Ooh, shiny!) Patch by Dao Gottwald <dao@design-noir.de>, r+sr=bz, r=mano, a=dsicore
2007-08-17 15:57:36 -07:00
cbiesinger@gmx.at
2a39fb4759
Bug 390082 make sure to make data connections to the same IP address as the control connection r+sr+a=bz
2007-08-15 17:15:53 -07:00
mrbkap@gmail.com
1f8de346fe
Make XPCSafeJSObjectWrapper usage in PAC actually work correctly for the common case. bug 391515, r=jst sr+a=brendan
2007-08-15 14:16:52 -07:00
sdwilsh@shawnwilsher.com
d98abd5a78
Bug 391279 - Allow createInstance to work for web handlers. r=cbiesinger, sr=dmose
2007-08-14 09:47:41 -07:00
myk@mozilla.org
b91c618d6f
bug 385740: support multiple apps per nsIHandlerInfo via a new nsIHandlerInfo::possibleApplicationHandlers attribute; r=biesi, sr=dmose
2007-08-13 13:41:34 -07:00
cbiesinger@gmx.at
b5a1f780d7
390126 unescape the URL before compressing whitespace r+sr=bz
2007-08-10 12:52:50 -07:00
mrbkap@gmail.com
10a72405d4
Make XPCSafeJSObjectWrapper easier to use by not throwing for primitive values passed to the constructor. Use it in more places in PAC. bug 388450, r=crowder sr=brendan a=bzbarsky
2007-08-07 18:49:49 -07:00
cbiesinger@gmx.at
544402e066
388523 make sure to call OnStartRequest even when we have a pending auth retry and the channel has been cancelled in the meantime r+sr=bz
2007-08-07 13:09:25 -07:00
bzbarsky@mit.edu
1d0c1e1468
Fix crash if the channel gets canceled too early. Bug 390938, r+sr=biesi
2007-08-06 18:59:10 -07:00
ginn.chen@sun.com
9a8c1632f4
Bug 389793 Firefox build failed on OpenSolaris without --disable-mochitest r=benjamin a=dsicore
2007-08-05 20:22:32 -07:00
benjamin@smedbergs.us
b781252802
Bug 389671 - CVS remove old suite-style multi-profile code which is not used anymore, r=luser (NPOB except for removing build-system references to files/options)
2007-08-02 11:43:30 -07:00
sdwilsh@shawnwilsher.com
e50a443cd2
Bug 389969 - There is no protocol handling dialog. r=cbiesinger, sr=dmose, a=schrep
2007-07-30 16:33:16 -07:00
cbiesinger@gmx.at
4afa23fd6d
389440 move LOAD_NO_NETWORK_IO to nsICachingChannel to avoid modifying semantics of a frozen interface. Also replace NS_ERROR_NEED_NETWORK with NS_ERROR_DOCUMENT_NOT_CACHED
...
r+sr=bz a=roc
2007-07-26 19:40:45 -07:00
dwitte@stanford.edu
fbe6d69937
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
947de4b75b
fixing bustage.
2007-07-26 01:55:53 -07:00
dwitte@stanford.edu
faeb488a77
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
dcamp@mozilla.com
d0e325d71c
properly delete old files during an offline cache update. b=389591, r+sr=biesi
2007-07-25 17:47:33 -07:00
kaie@kuix.de
931bb87869
Bug 382223, Add support for Camellia to PSM
...
Patch contributed by okazaki
r=kengert
2007-07-25 15:53:30 -07:00
myk@mozilla.org
58273b5215
bug 388388: (relanding updated patch) differentiate between MIME and protocol nsIHandlerInfo objects by not allowing protocol objects to be QIed to nsIMIMEInfo, and expose the scheme for a protocol object via the new nsIHandlerInfo::type attribute (which also holds the MIME type for a MIME object and deprecates nsIMIMEInfo::MIMEType); r=dmose, sr=biesi
2007-07-25 13:40:41 -07:00
bzbarsky@mit.edu
1e0b05ffcf
Add a flag that allows protocol handlers to indicate that they don't return any
...
data. Bug 379819, patch by Ryan Jones <sciguyryan@gmail.com>, r=me, sr=biesi
2007-07-25 10:21:41 -07:00
enndeakin@sympatico.ca
4ada13e2d9
Bug 380813, improve scriptable io, and give file objects class info, meant to check this in a while ago, r=mfinkle,bsmedberg,sr=bsmedberg
2007-07-25 09:53:37 -07:00
sharparrow1@yahoo.com
2274f05553
Bug 388245: Remove NS_IMPL_THREADSAFE* macros from netwerk/streamconv. r+sr=biesi
2007-07-25 09:22:27 -07:00
dcamp@mozilla.com
d6d4f57562
update the offline cache atomically. b=389223, r=biesi, sr=jst
2007-07-24 23:31:27 -07:00
dcamp@mozilla.com
0eee14ff27
move the offline cache update logic from the content sink and prefetch service into an nsOfflineCacheUpdate object. bug=388839, r=biesi, sr=jst
2007-07-24 22:35:39 -07:00
cbiesinger@gmx.at
9ae7c9de67
386376 get services lazily in order to avoid recursive getService calls
...
r=bsmedberg
2007-07-24 16:47:33 -07:00
dmose@mozilla.org
ee90fd6056
Back out MIME/protocol handler work from bug 388388 because of difficult to diagnose unit test lossage on windows. Note that Windows tinderboxen will go and stay red until they are clobbered because of dependency system lossage.
2007-07-24 16:38:29 -07:00
myk@mozilla.org
388545f1a3
bug 388388: differentiate between MIME and protocol nsIHandlerInfo objects by not allowing protocol objects to be QIed to nsIMIMEInfo, and expose the scheme for a protocol object via the new nsIHandlerInfo::type attribute (which also holds the MIME type for a MIME object and deprecates nsIMIMEInfo::MIMEType); r=dmose, sr=biesi
2007-07-24 13:29:50 -07:00
bzbarsky@mit.edu
dc8de3f8f7
Reland part of the patch for bug 330420 which got backed out by the
...
table-driven QI landing. Bug 387926, r+sr=bsmedberg
2007-07-24 13:17:11 -07:00
mats.palmgren@bredband.net
8059d478b7
Don't clobber 'pos' in the inner loops since we might need it again for the outer loop. b=388424 r=cbiesinger sr=bzbarsky
2007-07-22 06:15:38 -07:00
cbiesinger@gmx.at
58c915e6bf
Bug 382113 make sure to add the request to the new loadgroup before removing it
...
from the old one so that onload doesn't fire before it should
Also make nsLoadGroup::AddRequest assert that the request isn't in the loadgroup yet
Finally, reenable the reftest that tests the <object> onload behaviour
r+sr=bz
2007-07-18 14:37:39 -07:00
jwalden@mit.edu
b9d07173a5
Bug 376489 - Serve reftests from a web server so as not to depend on external resources, if the reftest is marked as needing HTTP; also picks up support for HTTP header and status modification in reftest files. r=dbaron
2007-07-18 14:32:50 -07:00
dmose@mozilla.org
f17228f4ff
Change nsIHandlerInfo::LaunchWithFile to be launchWithURI (bug 386078), r+sr=biesi
2007-07-17 15:59:58 -07:00
bzbarsky@mit.edu
28323d5173
Make SetPort actually update the internal offsets correctly. Bug 388281, r+sr=biesi
2007-07-16 21:48:47 -07:00
dwitte@stanford.edu
ca97f9c4a8
add cookie tests for creation time ordering and eviction.
2007-07-16 14:06:55 -07:00
dwitte@stanford.edu
88b3d4896c
Use getters and setters for database schema version. b=386369, p=sdwilsh, r=dwitte, sr=biesi.
2007-07-16 14:05:35 -07:00
jwalden@mit.edu
bfd8039d8a
Attempt to recommit part of the patch for bug 384192, in the hopes that this makes it easier to figure out what part of it is wrong. This part enables proxying for the added domains but doesn't actually use it.
2007-07-12 16:33:51 -07:00
dveditz@cruzio.com
3745d28e95
bug 383478 deal with %00 in file urls, r=bz,darin
2007-07-12 16:04:24 -07:00
jwalden@mit.edu
af5688aa77
Back out bug 386635; it broke restoring sessions in the browser.
2007-07-12 12:11:45 -07:00
jwalden@mit.edu
e56925513a
Back out 384192.
2007-07-12 01:46:07 -07:00
jwalden@mit.edu
7c3f8e2c1c
Turn on server debugging for a cycle to figure out the orange, bug 384192.
2007-07-11 23:41:56 -07:00
jwalden@mit.edu
76bb7db098
Bug 384192 - Mochitest needs to support subdomain tests; use a proxy hack to pretend the tests are available on example.com, example.org, and various subdomains of each, on various ports, to satisfy this need. r=robcee
2007-07-11 22:38:47 -07:00
mrbkap@gmail.com
fcde0538ee
Always return XPCSafeJSObjectWrappers from Components.utils.Sandbox and evalInSandbox. This makes this interface much, much easier to use safely, as the wrapper takes care of several common problems that occur when touching regular JS objects directly. bug 386635, r=jst sr=brendan
2007-07-11 15:52:28 -07:00
dwitte@stanford.edu
97665dc2d0
add unit tests for previous checkin.
2007-07-10 20:28:01 -07:00
dwitte@stanford.edu
31d7ad3b22
web content can set httponly cookie by overwriting a non-httponly one. b=387543, p=dveditz, r=dwitte, sr=mconnor.
2007-07-10 20:21:07 -07:00
dcamp@mozilla.com
41ad48abf4
implement navigator.isLocallyAvailable. b=373231, r=biesi, sr=jst
2007-07-08 15:15:51 -07:00
jwalden@mit.edu
e3c4baccae
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
sdwilsh@shawnwilsher.com
25025ee30f
Bug 333848 - add full-featured user-defined functions and progress handlers to storage. Patch by Lev Serebryakov <blacklion@gmail.com>. r=cbiesinger, sr=cbiesinger
2007-07-07 14:14:56 -07:00
dmose@mozilla.org
d28396462d
Refactor nsIMIMEInfo and nsExternalHelperAppService to support local and web-based protocol handlers (bug 384374), r=biesi, sr=sicking
2007-07-05 12:31:44 -07:00
timeless@mozdev.org
e427f99df5
Bug 386614 Crash [@ nsSocketTransportService::Shutdown] when toggling offline/online in 2 frames
...
guarding against reentrancy from thread shutdown processing events waiting for thread join.
r=biesi sr=biesi
2007-07-04 12:33:57 -07:00
benjamin@smedbergs.us
75dc0cfd4c
Bug 383167 try #3 - need buildid in an external file, r=luser sr=jst with additional parts r=biesi
2007-07-02 11:20:24 -07:00
bent.mozilla@gmail.com
a099577eae
Bug 386233 - "Content sniffers not always run depending on cache state". r+sr=biesi.
2007-07-02 11:16:52 -07:00
benjamin@smedbergs.us
5ebfce3c70
Reverting bug 383167 again for linux test bustage :-(
2007-06-26 12:22:51 -07:00
benjamin@smedbergs.us
bd5749568a
Bug 383167 trying again, reviews by luser and biesi, sr=jst
2007-06-26 09:35:01 -07:00
dwitte@stanford.edu
1ad6eb2554
remove nsICookieServiceInternal. b=384990, r+sr=biesi
2007-06-26 03:41:58 -07:00
dwitte@stanford.edu
f03c281249
prevent creating, modifying, and deleting HttpOnly cookies from web content, and add unit tests to that effect. b=383181, r+sr=dveditz
2007-06-26 01:36:50 -07:00
dwitte@stanford.edu
1543d48f1b
removing redeclaration, r+sr+ui-r+a=sdwilsh
2007-06-25 22:28:25 -07:00
dwitte@stanford.edu
8afd980244
fix typo from storage checkin.
2007-06-25 22:10:33 -07:00
dcamp@mozilla.com
0aefd90a7f
Properly disable caches on profile shutdown. b=380968, r+sr=biesi
2007-06-25 20:25:31 -07:00
mrbkap@gmail.com
958e1a6be0
Fix typo introduced by bug 374071 original changes r=crowder sr=darin.
2007-06-24 22:23:48 -07:00
asqueella@gmail.com
7cb7471f2a
Bug 350932 - expose NS_EscapeURL through nsINetUtil
...
p=Prasad Sunkari <prasad@medhas.org>
r+sr=biesi
2007-06-21 13:18:25 -07:00
mrbkap@gmail.com
c2eb204370
Switch over to using XPCSafeJSObjectWrapper instead of trying to write it ourselves. bug 374071, r=crowder sr=darin
2007-06-21 11:56:37 -07:00
dwitte@stanford.edu
e55450dea9
remove p3p hooks from cookies. b=383994, r=timeless, sr=biesi
2007-06-20 22:17:08 -07:00
bzbarsky@mit.edu
8e3788dec7
Fix assertion to not fire when it shouldn't. Bug 303003, patch by Radek
...
'sysKin' Czyz <syskin@syskin.cjb.net>, r=alfredkayser@nl.ibm.com , sr=biesi
2007-06-18 08:24:17 -07:00
dwitte@stanford.edu
b85020d757
missed this file in previous checkin.
2007-06-17 17:01:10 -07:00
dwitte@stanford.edu
703d65b306
rev nsICookieManager2 interface to allow adding httpOnly cookies, and update consumers to match. b=379408, r+sr=biesi.
2007-06-17 16:40:40 -07:00
dwitte@stanford.edu
7e8c0cc18e
switch cookies over to mozStorage. b=230933, r=sdwilsh, sr=mconnor.
...
remove nsInt64 usage from cookies, b=384225, r+sr=biesi.
2007-06-17 14:52:22 -07:00
kherron@fmailbox.com
8d9db0e22f
Bug 376844 - Single quotes in URLs should be escaped. Patch by Wladimir Palant <trev.moz@adblockplus.org>. r=benjamin, sr=cbiesinger.
2007-06-17 05:29:08 -07:00
dwitte@stanford.edu
1d2c79b900
removing unused p3p-related files.
2007-06-16 17:42:13 -07:00
kherron@fmailbox.com
3ef7e96849
Bug 381329 - Build fails with GCC-4.3 due to extra semi-colons and '-pedantic' flag. Patch by Art Haas <ahaas@airmail.net>. r+sr=roc.
2007-06-16 12:53:59 -07:00
mrbkap@gmail.com
204ffd0ef1
Backing out to fix orange.
2007-06-14 17:46:26 -07:00
mrbkap@gmail.com
33b94743eb
Switch over to using XPCSafeJSObjectWrapper instead of trying to write it ourselves. bug 374071, r=crowder sr=darin
2007-06-14 16:22:27 -07:00
sdwilsh@shawnwilsher.com
1ba37932bb
Bug 383786 - nsIOService uses an Init method when it doesn't need to. Patch by Ryan Jones <sciguyryan@gmail.com>. r=bzbarsky sr=cbiesinger
2007-06-10 17:01:48 -07:00
kaie@kuix.de
4847498bb8
Bug 110161, enable OCSP by defaultr=cbiesinger, sr=mconnor
2007-06-05 12:27:42 -07:00
rflint@ryanflint.com
58b0e61e6f
Bug 382373 - NS_ERROR_NOT_RESUMABLE and NS_ERROR_FTP_LIST are the same value (25). Patch by Edward Lee <edilee@gmail.com>, r=cbiesinger
2007-06-04 22:48:25 -07:00
db48x@yahoo.com
5ebf301846
Bug 321706 - Some elements of pages in sub-directories are not loaded if the URL ends by /.patch by Florian Quèze <f.qu@queze.net>, r+sr=cbiesinger
2007-06-03 07:31:14 -07:00
timeless@mozdev.org
643be74562
Bug 191187 Request for UDP/IP (datagram) socket provider and supportbased on dougt's workpatch by mook.moz+mozbz@gmail.comr=biesi sr=bz
2007-05-30 23:07:26 -07:00
kaie@kuix.de
06f32215fd
Bug 110161. Code related to the plan to enable OCSP by default.r=rrelyea, toolkit r=mconnor
2007-05-30 16:13:28 -07:00
wtc@google.com
3520824920
Bug 213637: follow the all lowercase comment style of this file.
2007-05-30 14:36:02 -07:00
wtc@google.com
3c2e95bee3
Bug 213637: if the pollable event becomes broken, create a new one. If wecan't create a new one, fall back on "busy wait". Since the pollable eventmay change now, we use a lock to protect it. The bug was tracked down byLiming Zhan. sr=darin.Modified files: nsSocketTransportService2.cpp nsSocketTransportService2.h
2007-05-30 10:30:39 -07:00
roc+@cs.cmu.edu
57aeb31980
Bug 381657. Install offline cache listener even for loads from the disk/memory caches. patch by Dave Camp, r+sr=biesi
2007-05-29 19:34:23 -07:00
bent.mozilla@gmail.com
5c7024b338
Bug 380846 - "Make the build system friendlier for XULRunner apps and extensions." r=bsmedberg. Adds confvars.sh files for all major apps and makefiles.sh for all extensions.
2007-05-23 13:08:44 -07:00
jwalden@mit.edu
4523eb7fe5
Bug 367214 - mod_cern_meta support in the HTTP server, enabling modification of the HTTP status and headers sent in the response for a file. r=biesi
2007-05-20 18:35:06 -07:00
dwitte@stanford.edu
ef6b365c4c
Bug 368317 - temp files remain if MoveToNative fails in nsSafeFileOutputStream::Finish(). patch by Ryan Jones (sciguyryan@gmail.com), r=mvl, sr=biesi
2007-05-20 11:12:26 -07:00
mozilla.mano@sent.com
b70f0e0942
Re-enabling digest auth. tests, a=sayrer.
2007-05-19 17:33:28 -07:00
mozilla.mano@sent.com
0c57aaac1e
Commenting out some failing authentication tests to check whetehr places-bookmarks build on the windows machines of MozillaTest, a=sayrer.
2007-05-18 14:53:18 -07:00
sspitzer@mozilla.org
cf8478fbfc
fix for bug #380741 : Crash with about:cache and clear privacy data [@nsCOMPtr::StartAssignment]fall out from bug #380704 : compile error [@nsOfflineCacheDevice::Init]fix by dcamp@mozilla.com, r/sr=biesi
2007-05-17 11:33:19 -07:00
alfred.peng@sun.com
8aff595076
Bug 380704. compile error [@nsOfflineCacheDevice::Init]. Fix the bustage for bug 370195 on Solaris SPARC/x86 with Sun Compiler.r+sr=jst.
2007-05-15 00:53:42 -07:00
cbiesinger@web.de
9b8503bb13
Bug 370195 – sql device for the offline cachepatch by Dave Camp <dcamp@mozilla.com> r=jst (content part) r=biesi (rest)
2007-05-14 13:09:20 -07:00
gavin@gavinsharp.com
e709c38502
Bug 379997: don't delete logins if authentication fails, patch by Justin Dolske <dolske@mozilla.com>, r+sr=biesi
2007-05-14 11:39:34 -07:00
asqueella@gmail.com
b27c97fe76
Bug 369787 - calling nsHttpChannel::SetContentType on a closed channel doesn't work as expected.p=Sylvain Pasche <sylvain.pasche@gmail.com>r=biesi, sr=darin
2007-05-13 10:09:52 -07:00
dwitte@stanford.edu
79b57327d1
unit test for new cookie path checks, per bug 373228.
2007-05-07 04:40:23 -07:00
dveditz@cruzio.com
f6877b70d3
bug 373228 incorporate additional review comments after initial checkin, r=dwitte, a=release-drivers
2007-05-07 04:14:01 -07:00
dwitte@stanford.edu
e0c1921b4e
add nsICookieManager{2} interface tests.
2007-05-05 18:31:06 -07:00
dwitte@stanford.edu
ec6657c4bd
tweak some comments to reflect the changes in bug 240963.
2007-05-05 18:29:44 -07:00
dwitte@stanford.edu
29ca525e36
implement CountCookiesFromHost() in cookie backend for perf reasons, and update consumers to use it.bug 379239, r=mvl, sr=biesi
2007-05-05 14:09:54 -07:00
asqueella@gmail.com
5422f92f6b
Bug 372554 - "ASSERTION: cannot set host on no-auth url" trying to set location.hostname at a file: URLp=Ryan Jones <sciguyryan@gmail.com>r=biesi/r+sr=jst
2007-05-03 23:42:28 -07:00
asqueella@gmail.com
19b90382ec
287469 - fix source comments to match idl.r+sr=biesi
2007-05-03 23:00:33 -07:00
sayrer@gmail.com
f072dabd07
Bug 378787. Digest Authentication Request Splitting. r=biesi, sr=brendan
2007-05-03 20:31:30 -07:00
bzbarsky@mit.edu
1414308296
Stylesheets should know what their principal is, and it should be based on theURI the sheet was loaded from, its certificate (if any) and the loaderprincipal, not just on the page the sheet is being applied to. Propagate thisprincipal as the loading principal to @import loads from stylesheets. Changesheet access checks to use this principal instead of the sheet URI. Bug221428, r+sr=peterv
2007-05-01 12:26:15 -07:00
dveditz@cruzio.com
26ebf9833f
bug 373228 prevent cookies with long paths from taking too much space, r=dwitte, a=juanb
2007-05-01 01:14:49 -07:00
dwitte@stanford.edu
ce9b9bdb62
comment sp fix.
2007-04-29 00:52:23 -07:00
asqueella@gmail.com
ad930c84a4
Bug 378128 - ascii art in IDL files should be protected so that it displays in documentationp=Ray Kiddy <ray@ganymede.org>r=biesi
2007-04-27 09:50:11 -07:00
asqueella@gmail.com
f32e01f616
test for bug 261425 - a space in a url between the : and // does nothing.p=Ryan Jones <sciguyryan@gmail.com>r=biesi
2007-04-27 09:20:26 -07:00
asqueella@gmail.com
2fca2dccd7
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
asqueella@gmail.com
a662596943
Bug 377049 - nsBaseURLParser::ParsePath doesn't handle strings that are not NULL terminated, take 2.p=Ryan Jones <sciguyryan@gmail.com>r=biesi
2007-04-27 07:34:26 -07:00
asqueella@gmail.com
d7957d4f56
Backed out until the patch is tested. Sorry for not building with it.b=377049
2007-04-25 14:10:54 -07:00
asqueella@gmail.com
94f197331e
Bug 377049 - nsBaseURLParser::ParsePath doesn't handle strings that are not NULL terminatedp=Ryan Jones <sciguyryan@gmail.com>r=biesi
2007-04-25 13:57:35 -07:00
asqueella@gmail.com
b8416a312a
Bug 376865 - nsInputStreamPump::AsyncRead does not null check listenerp=Ryan Jones <sciguyryan@gmail.com>r+sr=biesi
2007-04-25 13:52:16 -07:00
Olli.Pettay@helsinki.fi
23b2b446b7
Bug 378380, FTP problem with IBM iSeries (AS400, Series I) systems (does not recognize SYST response), p=bugzilla@mcsmurf.de, r+sr=biesi
2007-04-23 09:28:12 -07:00
benjamin@smedbergs.us
2e25a321f8
Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me
2007-04-23 07:21:53 -07:00
bent.mozilla@gmail.com
f3296f0003
Bug 372050 - "Expose UnescapeString through nsINetUtil". Patch by Prasad Sunkari <prasad@medhas.org>. r+sr=biesi.
2007-04-23 07:19:04 -07:00
sayrer@gmail.com
ec7d7bf042
bug 373253. Initial addition of test framework and tests for pwmgr. Patch by Justin Dolske <dolske@mozilla.com>. r=sayrer, sr=mconnor
2007-04-22 16:56:06 -07:00
cbiesinger@web.de
37000f6990
extend test for bug 376660: also test failure cases. r=bz
2007-04-22 13:00:17 -07:00
sayrer@gmail.com
8c59031fab
backout patch from bug 373253 because changes to nsIPasswordManagerInternal, yes Internal, break multiple projects.
2007-04-20 19:14:40 -07:00
sayrer@gmail.com
42c56a3a5b
Bug 373253. Initial addition of test framework and tests for pwmgr. Patch by Justin Dolske <dolske@mozilla.com>. r=sayrer, sr=mconnor
2007-04-20 18:46:51 -07:00
bzbarsky@mit.edu
557e77debe
Add test and some docs for bug 376660. r=biesi
2007-04-16 18:47:57 -07:00
gijskruitbosch@gmail.com
3ae532001a
Bug 229168 - Save Page (with mms:// embedded media) invokes Windows Media Playerp=sciguyryan@gmail.com (Ryan Jones)r=silver@warwickcompsoc.co.uk (James Ross)r+sr=cbiesinger@gmx.at (Christian Biesinger)
2007-04-15 05:31:18 -07:00
bzbarsky@mit.edu
5a8ef9b905
Set mChannel so consumers can get it even if we have no data. Bug 376660,r+sr=biesi
2007-04-05 16:06:00 -07:00
cbiesinger@web.de
161b7e27b8
Bug 375878 remove users of Recycle()patch by taras glek r+sr=biesi
2007-03-30 15:44:22 -07:00
gijskruitbosch@gmail.com
e27f89009b
Bug 375488 - HttpOnly Cookies broken (exchanged httponly and secure arguments in function call)
...
p=ronny.perinke@gmx.de (Ronny Perinke)
r=mozilla@kaply.com
sr=darin.moz@gmail.com (Darin Fisher)
2007-03-27 10:34:12 -07:00
dbaron@dbaron.org
a7d9802f77
Remove GetKeyPointer method from nsTHashtable key types. b=374906 r=bsmedberg
2007-03-27 08:34:59 -07:00
dbaron@dbaron.org
85eb65ced4
Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg
2007-03-27 08:33:38 -07:00
cbiesinger@web.de
1390efdf1e
Bug 372486 – Document and enforce that channels can't be reopenedpatch by Sylvain Pasche <sylvain.pasche@gmail.com> r=biesi sr=darin
2007-03-23 14:56:32 -07:00
hg@mozilla.com
465265d0d4
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
2007-03-22 10:30:00 -07:00