Doug Turner
9bc9166286
Fix for build bustage in necko
2010-04-21 04:26:01 -07:00
Doug Turner
6c196f14e2
Automerge with mc. no manual changes
2010-04-21 03:31:13 -07:00
Doug Turner
e35d8e72d5
Bug 545869 - Remove small buffer #defines and use preferences. r=honza
2010-04-20 09:32:28 -07:00
Jason Duell
35ceca52a8
Bug 558490: Infrastructure needed to support SetPriority in HttpChannelChild. a=jduell, r=dwitte
2010-04-10 21:53:35 -07:00
Jason Duell
edcb9fbeb9
Bug 558486: Stub functions in HttpChannelChild to allow testXUL demo to run. a=jduell, r=dwitte
2010-03-27 18:53:46 -07:00
Jason Duell
534592dde1
Bug 555514 - e10s HTTP: propagate SetReferrer to chrome process. a=jae-seong lee, r=jduell
2010-04-07 01:43:44 -07:00
Jason Duell
a30afd44f2
Bug 546581: e10s HTTP: create common base class for HttpChannelChild and nsHttpChannel. a=dwitte, r=jae-seong, r=jduell
2010-04-07 01:43:09 -07:00
Joe Drew
98f411e39e
Bug 388195 - Remove gopher support. r=jduell,gavin sr=bz
2010-04-16 17:05:47 -04:00
Michal Novotny
1a893ddda8
Bug 523127 - Firefox can't list directories on Sysax FTP server. r=dougt, sr=biesi
2010-06-11 20:52:24 +02:00
Michael Kohler
9397418412
Bug 506041 Part 2: Correct misspellings in source code
...
r=timeless
2010-05-13 14:19:50 +02:00
Boris Zbarsky
99ce80bfab
Bug 561536. Make sure to call OnStartRequest even if we;re failing on an SSL CONNECT. r=jduell
2010-05-05 14:18:03 -04:00
timeless@mozdev.org
deeeb1aded
Bug 444770 - Include WOW64/x64/ia64 in the User Agent string's platform when run on a 64-bit Windows OS, r=biesi
...
--HG--
extra : rebase_source : d91b03aaab9669808bf9bb3c5159bb2f09078a35
2010-05-02 01:59:00 -07:00
Rob Arnold
63f71eeeb5
Bug 563462 - Remove Photon bits from netwerk/ r=biesi
2010-05-12 14:31:24 -04:00
Jason Duell
89ddf40c21
Bug 536279 (send request headers to chrome channel) and bug 536283 (send full nsHttpResponseHead in OnStartRequest) a=jae-seong r=dwitte,jduell
2010-03-23 08:14:36 -07:00
Josh Matthews
c9c6966c80
Bug 542907 - "e10s: Chrome registry should be unified between parent and child" [r=benjamin]
2010-03-11 18:33:00 +13:00
Doug Turner
16e2fd5fe7
Merge. manually merged. modules/plugin/test/testplugin/nptest.cpp, testing/xpcshell/head.js.
2010-03-10 19:13:35 -08:00
Doug Turner
d08632917d
Merge with mc
2010-03-08 10:09:55 -08:00
Frederic Plourde<frederic.plourde@polymtl.ca>
5188096973
Adjust ASyncOpen arguments naming in PHttpChannel.ipdl and HttpChannelParent.h in concordance with HttpChannelParent.cpp
2010-03-03 11:59:42 -05:00
Doug Turner
5daaf36bf1
Merge
2010-03-01 15:36:51 -08:00
Chris Jones
bc05dd163b
Merge from mozilla-central
2010-02-22 21:31:18 -06:00
Boris Zbarsky
5c81205e6b
Bug 547239 followup to address biesi's review comments.
2010-03-03 18:53:18 -05:00
Jason Duell
680f112978
Bug 541486: Prune unneeded interfaces from HttpChannelChild. author=jduell, r=bsmedberg
...
- We copied the full list of interfaces from nsHttpChannel, but biesi tells me
the following will not be needed, so removing: nsIRequestObserver,
nsIStreamListener, nsICacheListener, nsITransportEventSink,
nsIProtocolProxyCallback, nsIAuthPromptCallback.
2010-01-22 13:01:44 -08:00
Josh Aas
bcb41f783d
More Carbon usage cleanup. b=550787 r=bsmedberg
2010-03-10 14:30:11 -05:00
Christian Biesinger
f84c7344f6
Fix build bustage from bug 445168 / changeset 5a153fc2dc6f
2010-02-18 15:57:05 +01:00
Christian Biesinger
f297ee0fbb
bug 445168 format IPv6 address literals correctly when using a proxy
...
r=bz
2010-02-18 15:42:32 +01:00
Boris Zbarsky
d2033f6182
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
505a28d5cc
Bug 513074 - remove sync writes from current cache, r=biesi,michal.novotny sr=bzbarsky
2010-02-23 10:13:18 -08:00
Honza Bambas
48e46430ec
Bug 543726 - [HTML5] dom/tests/mochitest/ajax/offline/test_foreign.html fails, r=bz
2010-04-28 13:40:15 +02:00
Steffen Wilberg
811b2cfeae
Bug 514412: about:blank should derefence to an empty stream. r=bzbarsky
2010-04-27 23:20:55 +02:00
Christian Biesinger
3473afeef6
Bug 531801 followup (should fix bug 547537). Don't prevent caching of non-SSL content to disk if the pref for not caching SSL content to disk is set. r=bzbarsky
2010-03-08 19:30:02 -05:00
Jason Duell
5ffecf8e1f
Bug 530952: Electrolysis HTTP Channel implementation. author=jduell, r=bsmedberg, sr=bz
...
- Supports only primitive xpcshell HTTP requests which don't set/get HTTP
headers, don't do redirects, observers, load groups, or anything else other
than basic things like looking at the reply body, Content-type, Content-length, etc.
- Tested with network/test/unit_ipc/test_simple_wrap.js (patch @ bug 521922)
- Only used if "NECKO_E10S_HTTP" set in environment.
- Force http.h to get #included before any IPDL files, to centralize #define
handling of LOG and to make sure FORCE_PR_LOGGING is set if needed (bug
545995)
2009-09-22 11:55:33 -07:00
Benjamin Smedberg
33745658c4
Merge mozilla-central into electrolysis
2010-02-09 11:39:28 -05:00
Benjamin Smedberg
6e31be0f2d
Merge mozilla-central into electrolysis.
2010-02-01 15:30:27 -05:00
Andrey Ivanov
88efb74b09
Bug 178506: Preserve original last-modified date on downloads r=sdwilsh
2010-01-30 12:58:01 -05:00
Benjamin Smedberg
1e0aa446aa
Merge mozilla-central into electrolysis.
2010-01-27 09:56:07 -05:00
Benjamin Smedberg
0ba2d6e348
Merge mozilla-central with electrolysis.
2010-01-25 11:57:19 -05:00
Honza Bambas
d07221c060
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
Steffen Wilberg
d54888ab83
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
999be86ac2
Merge mozilla-central into electrolysis.
2009-12-14 08:01:18 -05:00
Chris Jones
4a0c6ae1dc
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
7a581148bc
Merge mozilla-central into Electrolysis.
2009-11-24 10:06:03 -05:00
Benjamin Smedberg
737515b2c8
Merge mozilla-central into electrolysis.
2009-11-19 12:41:46 -05:00
Jonas Sicking
840c879ba2
Bug 529041: Deal with http channels not implementing nsIUploadChannel2. r=biesi
2009-11-18 15:21:13 -08:00
Jim Mathies
1e83668bfe
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
17cf638aac
Merge mozilla-central into electrolysis.
2009-11-11 12:35:42 -05:00
Honza Bambas
627774b80b
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
281b9fd4a8
Merge from mozilla-central.
2009-11-06 09:54:28 -05:00
Benjamin Smedberg
eba77abeb6
Merge mozilla-central into e10s.
2009-10-28 11:32:00 -04:00
Chris Jones
e5481210f2
Merge mozilla-central to pick up unit test fixes
2009-10-22 20:33:36 -05:00
Ben Turner
c650170292
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
7c2cac2692
Bug 475156 - forgotten nit fixes
2009-10-21 19:34:47 +02:00
Honza Bambas
6d9c76510f
Bug 475156 - correcting cache behavior when using custom conditional request headers, r=bzbarsky
2009-10-21 12:18:08 +02:00
Benjamin Smedberg
47962706bf
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
acb9c8f8e4
Bug 487872 - nsAuthSSPI patch. r=wtc, sr=bz.
2009-11-04 16:12:24 -06:00
Benjamin Smedberg
fa058fc1f1
Merge mozilla-central to electrolysis to pick up bug 515436.
2009-10-12 10:51:38 -04:00
Ben Turner
62534891fc
Merge mozilla-central
2009-10-05 16:08:52 -07:00
Philippe De Ryck
ee1ce03d38
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
fe1a10ceaf
Bug 534698 - nsTransportEventSinkProxy implementation eats event notifications, r=bz
2010-01-26 14:33:03 +01:00
Taras Glek
f874b47f78
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
92a2deeef1
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
d44f878b56
Merge mozilla-central into Electrolysis.
2009-09-18 16:47:18 -04:00
Chris Jones
03947f0bf3
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
d0d10604fc
Bug 524339 - Remove the device info from Fennec UA string. r=bz
2009-10-30 14:18:51 -07:00
Ben Hsieh
3eab496287
Bug 510991 - NS_GetURLSpecFromFile does a stat(). r=biesi
2009-10-06 15:43:59 +02:00
Myk Melez
1f69a37d51
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
d2094178e3
Bug 519729 - Crash [@nsHttpsHandler::GetProtocolFlags(unsigned int*)] with COMPUTERBILD Abzockschutz addon. r=cbiesinger
2009-11-06 18:40:13 -08:00
Christian Biesinger
9820d7ccf4
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
1e96bf1207
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
Matin Movassate
d6945be650
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
bc40e4a56e
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
dae61e5c95
Backed out changeset 7d5e1bcb4729 due to mochitest errors.
2009-08-31 14:57:45 -07:00
Matin Movassate
fb202885f6
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
7b9643e8c3
Necko init patch, with modeline fixes
2009-08-18 12:05:15 -07:00
Jeff Walden
e9457239f9
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
195c21873d
Expose device type in user agent. r=vlad
2009-10-24 23:09:46 -07:00
Benjamin Smedberg
2e9438fd2f
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
9c260a2ab5
Bug 510359 - Cached "Vary: Cookie" responses are improperly revalidated/reused r=biesi
2009-08-24 10:32:18 -04:00
L. David Baron
d2fe19f12a
Backed out changeset 3a829715fd39 (Bug 482935) on suspicion of causing mochitest-plain leaks.
2009-08-20 12:22:30 -07:00
Bjarne
b52baf2375
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
29ef41e77d
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
Serge Gautherie
e1d979a0d2
Bug 511395 - Remove MSVC6 support from the tree, in netwerk; (Av1) Update comment only; r=cbiesinger
2009-08-19 17:01:57 +02:00
tglek@mozilla.com
a0ee6410f1
Bug 508421 - move res/ stuff into toolkit.jar (r=bsmedberg)
...
* * *
* * *
2009-08-27 08:35:48 -07:00
Marco Bonardo
3faa2807cc
Backout Bug 462381 due to Mac build bustage
2009-10-13 16:53:27 +02:00
Mitchell Field
c5f943ce30
Bug 462381 - sprinkle magic PARALLEL_DIRS fairy dust about the build system; Build more stuff in parallel (v3)
...
r=(benjamin, cbiesinger, smontagu, ted.mielczarek)
2009-10-13 15:22:56 +02:00
Bobby Holley
f0f0fc4ad0
Bug 509929 - Reference cycle between nsProgressNotificationProxy and nsHttpChannel on channel redirect. r=biesi
2009-08-13 13:20:41 +02:00
Navin Lal
7d36965d96
Bug 385154 - remove nsInt64 usage from the tree. r=roc
2009-08-12 10:51:46 +02:00
Benjamin Smedberg
ce3386b2d4
Electrolysis-plugin-only bookkeeping commit.
2009-12-15 20:33:05 -05:00
timeless@mozdev.org
a00680a5d0
Bug 562539 - deprecated conversion from string constant to char* in nsHttpTransaction::ParseHead, r=jduell
2010-05-01 17:37:00 -07:00
timeless@mozdev.org
3497436378
Bug 551990 - Crash [@ nsHttpResponseHead::NoStore()] in test_updatingManifest.html, r=biesi
2010-03-14 06:55:00 -07:00
Mitchell Field
9818f00bf2
Bug 560095 - Use mozilla::services::GetObserverService(). r=biesi,dveditz,gavin,josh,jst,mrbkap,roc,sdwilsh,shaver,sicking,smontagu,surkov
2010-04-29 18:59:13 +02:00
Jesse Ruderman
5d3b01fe98
Remove stray line break in NS_WARNING
2009-08-03 16:17:35 -07:00
Honza Bambas
66ab2c6182
Bug 475053 - Implement asyncPromptAuth to fix multiple password prompt overlap, r=bzbarsky+dolske
2009-07-20 20:29:41 +02:00
Honza Bambas
0ca2f9d3e2
backing out 0a13ddc99c95, bug 475053
2009-07-20 20:00:49 +02:00
Honza Bambas
8236bd055e
Bug 475053 - Implement asyncPromptAuth to fix multiple password prompt overlap, r=bzbarsky+dolske
2009-07-20 17:25:05 +02:00
Honza Bambas
365bb48638
Bug 501422 - HTML5 offline resources doesn't work, r=bzbarsky
2009-07-20 17:25:04 +02:00
Justin Dolske
5e37204846
Bug 503202 - Change Windows CE user agent string. r=vladimir
2009-07-09 15:23:04 -07:00
timeless@mozdev.org
cc096f80f6
Bug 500167 http should use contractids for other services
...
r=biesi sr=biesi
2009-06-27 18:42:51 -07:00
Neil Rashbrook
09baa30448
Bug 499675 data protocol handler should not match data: scheme case-sensitively r+sr=biesi
2009-06-23 12:44:37 +01:00
Makoto Kato
6fd01642f1
Bug 498324 - Network layer support for Symbian emulator. r=bzbarsky, sr=cbiesinger
2009-06-19 16:11:32 +09:00
Mark Smith
bb426c0819
Bug 437174 - Disabling 3rd party cookies breaks sending cookies for
...
channels with no docshell. r+sr=bzbarsky.
Added forceAllowThirdPartyCookie to nsIHttpChannelInternal.
Added LOAD_FLAGS_FORCE_ALLOW_COOKIES to nsIWebNavigation.
Added PERSIST_FLAGS_FORCE_ALLOW_COOKIES to nsIWebBrowserPersist.
--HG--
extra : rebase_source : 0ea11e1ed53d75152f57ffed74f44fc749a7a567
2009-06-16 10:30:25 -04:00