Boris Zbarsky
ff11dc7d68
Bug 547239. Don't lose our POST body on 307 redirects and internal proxy-related redirects. r=sicking. r=jduell and biesi pending.
2010-02-23 23:37:47 -05:00
bjarne@runitsoft.com
7c3fe71542
Bug 513074 - remove sync writes from current cache, r=biesi,michal.novotny sr=bzbarsky
2010-02-23 10:13:18 -08:00
Christian Biesinger
72a3d7c20a
Fix build bustage from bug 445168 / changeset 5a153fc2dc6f
2010-02-18 15:57:05 +01:00
Christian Biesinger
e6a9d70586
bug 445168 format IPv6 address literals correctly when using a proxy
...
r=bz
2010-02-18 15:42:32 +01:00
Christian Biesinger
8d39c93376
Bug 531801 Remove code that cached SSL content to disk when Cache-Control: public was sent
...
r=bz
--HG--
extra : rebase_source : 8d02615ec3777cba578786b2d1aa60cce60b3c03
2010-02-12 18:04:04 +01:00
Ben Bucksch
a6a643cec1
nsIAuthPrompt2: add PREVIOUS_FAILED, bug 521467, r=biesi, sr=bz
...
Add flag nsIAuthInformation.PREVIOUS_FAILED to notify the
login manager that the previous login attempt failed.
That allows it to show a prompt instead of using the
stored values (silently).
--HG--
extra : rebase_source : 5a725bba1ae34d030fd60ecd5d67c74317de5d4f
2010-02-12 17:55:11 +01:00
Honza Bambas
84a4a8428d
Bug 542318 - Firefox 3.6 needs constant re-auths when connecting through NTLM proxy with credentials different from currently logged in Windows user, r=bz
2010-02-06 16:06:48 +01:00
Andrey Ivanov
d596e2b97f
Bug 178506: Preserve original last-modified date on downloads r=sdwilsh
2010-01-30 12:58:01 -05:00
Philippe De Ryck
b64db99822
Bug 537670 - Failure to load pages using Basic Auth and lots of content, after setting the LOAD_ANONYMOUS flag, contributed by Honza Bambas <honzab.moz@firemni.cz>, r=bz+honzab
2010-01-26 14:33:03 +01:00
Honza Bambas
5720dafe77
Bug 534698 - nsTransportEventSinkProxy implementation eats event notifications, r=bz
2010-01-26 14:33:03 +01:00
Steffen Wilberg
3fa2352477
Bug 538421: Add a nsIAboutModule flag to hide 'about:' pages from about:about. r=mano, sr=bzbarsky
2010-01-23 11:07:48 +01:00
Benjamin Smedberg
ee63070241
Electrolysis-plugin-only bookkeeping commit.
2009-12-15 20:33:05 -05:00
Benjamin Smedberg
c274ce87d8
Merge mozilla-central into electrolysis.
2009-12-14 08:01:18 -05:00
Chris Jones
dfa19ba299
bug 525342: make IPDL dtors part of the destructed actor's protocol instead of the manager's. r=bsmedberg
2009-12-03 02:16:14 -06:00
Benjamin Smedberg
e0b27abbbf
Merge mozilla-central into Electrolysis.
2009-11-24 10:06:03 -05:00
Benjamin Smedberg
7e40d6c15f
Merge mozilla-central into electrolysis.
2009-11-19 12:41:46 -05:00
Jonas Sicking
eaacc01783
Bug 529041: Deal with http channels not implementing nsIUploadChannel2. r=biesi
2009-11-18 15:21:13 -08:00
Jim Mathies
7ac231c84f
Bug 520607 - Remove use of "ntlm" auth module and replace with use of "sys-ntlm". r=wtc, cbiesinger. sr=bz.
2009-11-19 16:12:43 -06:00
Benjamin Smedberg
8b4fbf702c
Merge mozilla-central into electrolysis.
2009-11-11 12:35:42 -05:00
Honza Bambas
ac6a2bb5a5
Bug 515051 - Stream listener registered in a network request channel eats JS error messages, r=bz+biesi
2009-11-18 17:02:28 +01:00
Benjamin Smedberg
db5385a0a2
Merge from mozilla-central.
2009-11-06 09:54:28 -05:00
Benjamin Smedberg
d3a1c8cd1f
Merge mozilla-central into e10s.
2009-10-28 11:32:00 -04:00
Chris Jones
3b17e00c3d
Merge mozilla-central to pick up unit test fixes
2009-10-22 20:33:36 -05:00
Ben Turner
97a09ee2c7
Don't let people get the order of includes wrong in this horrifying patchwork of chromium and mozilla types
2009-10-21 16:01:16 -07:00
Honza Bambas
c2efb82ddd
Bug 475156 - forgotten nit fixes
2009-10-21 19:34:47 +02:00
Honza Bambas
314989acda
Bug 475156 - correcting cache behavior when using custom conditional request headers, r=bzbarsky
2009-10-21 12:18:08 +02:00
Benjamin Smedberg
66d7915e87
Bug 523097 - Turn off MOZ_IPC for platforms where we currently don't build, and fix up ifdefs so that everything builds
...
--HG--
extra : rebase_source : 9da68ad54e7c378a4c9bbaac7b2166630827ec60
2009-10-19 09:55:03 -04:00
Jim Mathies
03ae3eb701
Bug 487872 - nsAuthSSPI patch. r=wtc, sr=bz.
2009-11-04 16:12:24 -06:00
Benjamin Smedberg
8fda4a36b6
Merge mozilla-central to electrolysis to pick up bug 515436.
2009-10-12 10:51:38 -04:00
Ben Turner
bb78c40ad1
Merge mozilla-central
2009-10-05 16:08:52 -07:00
Taras Glek
e98c873b71
Bug 520069 - cope with nsResURLs that don't point to physical files r=biesi
...
--HG--
extra : rebase_source : 451622b7f43dfaafa6ea10b28e452dc65678a594
2009-10-08 11:19:07 -07:00
Mitchell Field
20404dfdcb
bug 462381 - sprinkle magic PARALLEL_DIRS fairy dust about the build system r=ted.mielczarek
2009-11-13 14:40:00 -05:00
Benjamin Smedberg
181f308c2e
Merge mozilla-central into Electrolysis.
2009-09-18 16:47:18 -04:00
Chris Jones
40931515df
switch message handler nsresult return types to bool. appears to break test plugin, will be temporary
2009-09-17 18:09:20 -05:00
Doug Turner
28a034a9f7
Bug 524339 - Remove the device info from Fennec UA string. r=bz
2009-10-30 14:18:51 -07:00
Ben Hsieh
708fc9f0dc
Bug 510991 - NS_GetURLSpecFromFile does a stat(). r=biesi
2009-10-06 15:43:59 +02:00
Myk Melez
fbbd22156b
bug 528292: convey the mForceAllowThirdPartyCookie flag when setting up a replacement channel for a redirected HTTP request; r,sr=bzbarsky
2009-12-13 11:04:03 -08:00
Justin Dolske
bb8de32c14
Bug 519729 - Crash [@nsHttpsHandler::GetProtocolFlags(unsigned int*)] with COMPUTERBILD Abzockschutz addon. r=cbiesinger
2009-11-06 18:40:13 -08:00
Matin Movassate
9648a313b0
Fixing bug 491201. Adding ability for XMLHttpRequest.send() to accept a File object. r+sr=jonas@sicking.cc, r=cbiesinger@gmail.com
2009-09-08 16:29:41 -07:00
Michal Novotny
1006f3c8d5
Bug 488270 - "New APIs for precise time measurement of net requests" [r=mayhemer sr=shaver]
2009-09-01 15:55:50 -05:00
Johnny Stenback
7f2a806ff7
Backed out changeset 7d5e1bcb4729 due to mochitest errors.
2009-08-31 14:57:45 -07:00
Matin Movassate
93d64a0d6d
Resolving bug 491201. Added ability for XMLHttpRequest.send() to accept an nsIDOMFile. r+sr=jonas@sicking.cc, r=cbiesinger@gmail.com
2009-08-31 14:07:16 -07:00
Jason Duell
9a3a9ea726
Necko init patch, with modeline fixes
2009-08-18 12:05:15 -07:00
Jeff Walden
c07b260a5d
Bug 524245 - Correctly serialize and deserialize nsNestedAboutURI::mBaseURI as the same interface, not as different ones. r=bz
2009-10-26 15:48:23 -07:00
Doug Turner
a2a7ef6b23
Expose device type in user agent. r=vlad
2009-10-24 23:09:46 -07:00
Benjamin Smedberg
28fb767bd1
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
2009-08-25 08:59:31 -07:00
bjarne@runitsoft.com
50f131fb4d
Bug 510359 - Cached "Vary: Cookie" responses are improperly revalidated/reused r=biesi
2009-08-24 10:32:18 -04:00
L. David Baron
3f09378b2a
Backed out changeset 3a829715fd39 (Bug 482935) on suspicion of causing mochitest-plain leaks.
2009-08-20 12:22:30 -07:00
Bjarne
3e6234d689
Bug 482935 - Cancel() from OnStopRequest should not cause cache entry to be doomed, r=jduell.mcbugs
2009-08-20 17:45:38 +02:00
Serge Gautherie
b5238d7114
Bug 474296 - Remove UA define of "WinNT3.51" and "WinNT4.0" due to out of support; (Av2) WNTv4 and (all) older; r=cbiesinger
2009-08-20 17:30:25 +02:00