Commit Graph

2546 Commits

Author SHA1 Message Date
Jason Duell
1a28c6a685 e10s http: Document channels' cache descriptor causes hang on reloads r=honza
--HG--
extra : rebase_source : 997176054b8665819c4fd9d670e7705087592daa
2010-08-17 15:17:00 -07:00
Honza Bambas
c32ff56c91 Bug 536301 - e10s HTTPS: securityInfo. r=jduell, sr=kaie 2010-08-13 01:06:40 -07:00
Dan Witte
15cf273453 Fix bustage. 2010-08-12 02:12:08 -07:00
Dan Witte
6d5a1d5e63 Bug 536317 - e10s HTTP: implement Cancel. r=jduell, a=blocker 2010-08-12 02:05:16 -07:00
Josh Matthews
00afa443f6 Bug 536321 - e10s HTTP: suspend/resume. r=dwitte 2010-08-10 23:07:09 -04:00
Jason Duell
db31d25583 Minor formatting fixes to redirects patch (bug 536294) 2010-08-11 00:09:50 -07:00
Honza Bambas
df0ee9e34a Bug 536294 - e10s HTTP: redirects. r=jduell
--HG--
rename : netwerk/protocol/http/HttpChannelParent.cpp => netwerk/protocol/http/HttpChannelParentListener.cpp
rename : netwerk/protocol/http/HttpChannelParent.h => netwerk/protocol/http/HttpChannelParentListener.h
2010-08-10 20:11:57 -07:00
Jason Duell
28fceb2568 Bug 584863: make nsHttpChannel::AsyncOpen fail immediately if channel already cancelled. r=biesi 2010-08-10 17:50:30 -07:00
Josh Matthews
7ec8ac2aba Bug 584604 - e10s HTTP: Clean up IPDL buffering. r=jduell,cjones
jduell: Made a bunch of structural/naming changes.
Merged in test patches.
2010-08-06 00:59:37 -04:00
Michael Wu
699c96697a Bug 585869 - Check for file scheme in nsResURL::EnsureFile, r=bsmedberg a=blocking2.0 2010-08-10 15:03:26 -07:00
Chris Jones
b683864b66 Bug 582477 - e10s: HttpChannelChild triggers abort on bing.com. r=jduell,jdm 2010-08-05 08:43:02 -07:00
Dão Gottwald
fad97a8202 Bug 581783 - Remove "Windows;" from the UA string. r=bz 2010-08-05 09:09:42 +02:00
Bjarne
ed732b9f7f Bug 546606 - Make redirect API async - part 2; r=honzab.moz,cbiesinger,bjarne,jst sr=jst 2010-08-04 22:15:55 -04:00
Josh Matthews
a1a82bb57e Bug 559200 - Follow up to remove unsafe locking r=dougt
--HG--
extra : rebase_source : 97dc0338081b4347a5ff0ef91861d4337967a224
2010-08-04 16:13:12 -07:00
Josh Matthews
caccfbd455 Bug 559200 - e10s HTTP: Buffer incoming IPDL necko messages. r=dougt
--HG--
extra : rebase_source : cfee85b987fb60fac9a3536774f63139000e797f
2010-04-21 12:46:50 +09:30
Josh Matthews
f0ccb9c187 Bug 580450 - Clean up IPC::URI. r=dwitte 2010-07-26 15:59:34 -04:00
Philipp von Weitershausen
7ec32fd94a Bug 580508 - nsURLHelper.cpp net_ParseFileURL is asserting on resource:// URLs that are aliased to other resource:// URLs [r=jduell] 2010-08-02 16:37:55 -07:00
Justin Dolske
d819c762c2 backout bug 580508 / a2246039f70d due to test failure 2010-08-02 19:03:45 -07:00
Philipp von Weitershausen
fd07fb90db Bug 580508 - nsURLHelper.cpp net_ParseFileURL is asserting on resource:// URLs that are aliased to other resource:// URLs [r=jduell] 2010-08-02 16:37:55 -07:00
Byron Milligan
583ff3811c Bug 567360: Don't call UpdateExpirationTime if mRequestTime isn't set r=bzbarsky
--HG--
extra : rebase_source : e41a600f48ea9fb602f99b31d6110b42c4ee2513
2010-08-02 13:24:18 -07:00
Josh Matthews
fd90e91050 Backint out bug 580450, changeset 4d2c9a0c5e1c 2010-08-02 11:29:10 -04:00
Josh Matthews
cfb13d7804 Bug 580450 - Clean up IPC::URI. r=dwitte
--HG--
extra : rebase_source : 25fbd59338609fd9792071b9d414ea983608aab2
2010-07-26 15:59:34 -04:00
Kyle Huey
bc182a715e Backed out changeset 1e8961782824 2010-07-29 20:16:37 -07:00
Michal Novotny
84bba7528a Bug 513008 - Eliminate synchronous reads from cache. r=jduell.mcbugs@gmail.com, cbiesinger@gmail.com, sr=shaver@mozilla.org 2010-07-29 16:23:10 -07:00
Honza Bambas
bba0eaad1a Bug 513086 - Make redirect API async: regression 1 fix 1, r=bz 2010-07-29 18:41:09 +02:00
Honza Bambas
a5855be7e1 Bug 513086 - Make redirect API async, r=bz, sr=biesi
--HG--
rename : netwerk/test/unit/test_redirect_caching.js => netwerk/test/unit/test_redirect-caching_passing.js
2010-07-28 20:33:06 +02:00
Josh Matthews
b181744bdc Bug 572980 - e10s: HttpChannelChild incorrectly refcounted. r=cjones, jduell.
This version adds checks to make sure child doesn't try to send any IPDL msgs to
parent after IPDL has been shut down.

--HG--
extra : rebase_source : 47ac7a7f8b5bc0ce3eee10cdc170ae27e9fc94aa
2010-06-27 12:44:15 -04:00
Dão Gottwald
6582fe67e7 Bug 580341 - Remove unused deviceType from nsIHttpProtocolHandler. r=biesi 2010-07-20 22:05:34 +02:00
Dão Gottwald
03a6a23a43 Bug 572656 - Remove the UI language from the UA string and navigator.appVersion. r=bz 2010-07-19 22:18:11 +02:00
Chris Jones
613ff7284a Bug 578262: Clean up style in and remove build warnings from new-ishly merged e10s code. r=bsmedberg
--HG--
rename : dom/ipc/ContentProcessChild.cpp => dom/ipc/ContentChild.cpp
rename : dom/ipc/ContentProcessChild.h => dom/ipc/ContentChild.h
rename : dom/ipc/ContentProcessParent.cpp => dom/ipc/ContentParent.cpp
rename : dom/ipc/ContentProcessParent.h => dom/ipc/ContentParent.h
rename : dom/ipc/ContentProcessProcess.cpp => dom/ipc/ContentProcess.cpp
rename : dom/ipc/ContentProcessProcess.h => dom/ipc/ContentProcess.h
rename : dom/ipc/PIFrameEmbedding.ipdl => dom/ipc/PBrowser.ipdl
rename : dom/ipc/PContentProcess.ipdl => dom/ipc/PContent.ipdl
2010-07-19 13:33:33 -05:00
Michal Novotny
95bf720259 Bug 575686 - Don't classify URL when HTTP channel fails to open. r=jduell 2010-07-17 18:21:58 +02:00
Daniel Holbert
ad8ef4a55b Bug 576563: Remove "LOG()" macro in nsResProtocolHandler to fix build warning. r=jduell 2010-07-05 13:49:02 -07:00
Saint Wesonga
4bd9280674 Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedberg 2010-07-05 11:42:18 +02:00
Dão Gottwald
b2124655df Backed out changeset 59ace8d80ce8 2010-07-04 22:01:13 +02:00
Saint Wesonga
8952503f91 Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedberg 2010-07-04 21:39:17 +02:00
Mitchell Field
d0f35f6883 Remove @status FROZEN and @status UNDER_REVIEW. r=bsmedberg
--HG--
extra : rebase_source : 7fab31a6b7898e05ff828482390846cc9ce2854d
2010-07-02 10:27:06 -04:00
Steffen Wilberg
21ba20caa3 Bug 538813. Make about:cache and about:cache-entry pretty. r=bzbarsky 2010-07-02 16:56:09 -04:00
Saint Wesonga
aaf59d3e92 Bug 572668. Don't send the useless crypto token in the UA string. r=bzbarsky 2010-07-02 16:56:09 -04:00
Benjamin Smedberg
a677e5bf91 Merge mozilla-central, including the Electrolysis changes, into the branch for bug 568691. 2010-07-01 11:55:57 -04:00
Benjamin Smedberg
0df0345c66 Merge mozilla-central into the "branch" for but 568691. The omnijar XPT/component/chrome registration was removed during this merge, and will be re-added to the component manager shortly.
--HG--
rename : content/base/public/nsIChromeRegistry.idl => chrome/public/nsIChromeRegistry.idl
2010-06-21 11:41:42 -04:00
Benjamin Smedberg
a7e67d32ad Bug 568691 part B - mechanical changes to in-tree binary modules needed to get them building and registering correctly. After this patch, xpcshell appears to work. 2010-06-10 14:11:40 -04:00
Jason Duell
386cfabff6 Backed out 9cfe0ace0e95 (SecurityInfo). Segfaulting. 2010-06-30 17:42:30 -07:00
Honza Bambas
8faab2606c e10s HTTPS: securityInfo. sr=biesi. 2010-06-30 09:17:51 -07:00
Jason Duell
6a8b56652b Temporarily allow SetResponseHeader to be called after AsyncOpen. r=dwitte. 2010-06-29 14:36:09 -07:00
Jason Duell
c1d5efa1f1 Bug 575741: Add HTTP auth Disconnect: lost in m-c->e10s merge. r=dwitte 2010-06-29 12:10:28 -07:00
Jason Duell
c0c9f2cf3b Bug 575514: Make DROP_DEAD not die for releases, and allow override by NECKO_ERRORS_ARE_FATAL env var. r=jdm 2010-06-21 00:11:50 -07:00
Honza Bambas
db5a9c6897 Bug 537782 - e10s HTTP: authentication. r=jduell 2010-06-24 15:20:42 -07:00
Jason Duell
69fa05ae34 # User Michal Novotny <michal.novotny@gmail.com>
# Date 1277056918 -7200
Bug 537164 - e10s HTTP: caching.  r=jduell, sr=biesi
2010-06-23 23:55:19 -07:00
Michael Wu
225a4cdd63 Restore include that was lost during a merge 2010-06-23 12:59:59 -07:00
Honza Bambas
16be797df3 Bug 569044 - "e10s HTTP: handle requests with no responseHead" [r=jduell] 2010-06-18 03:32:00 -07:00