Mark Banner
ebfbdfc948
Non-IPC Bustage fix from bug 613977/bug 614677/bug 614950 - add nsAutoPtr.h header to fix compilation bustage. a=Bustage fix
2010-12-16 14:35:12 +00:00
Patrick McManus
111d701adf
Bug 613977 - Intermittent invalid certificate error prompt (partial) r=honzab a=blocking-beta9
...
Bug 614677 - Connection is reset message appears intermittently
Bug 614950 - Connections stall occasionally after 592284 landed
A couple of follow-on changes to 592284 rolled together to prevent
diff conflicts
1] Set the securitycallback information for unused speculative
connections in the connection manager to be the new cloned connection
rather than the one they originated on. (613977)
2] When adding unused speculative connections to the connection
manager, due so with a short timeout (<= 5 seconds) as some servers
get grumpy if they haven't seen a request in that time. Most will
close the connection, but some will just sit there quietly and RST
things when the connection is used - so if you don't use the
connection quickly don't use it at all. This is probably a L4 load
balancer issue, actually. Mozillazine illustrates the
problem. Connections are made in bursts anyhow, so the reuse optimization is
likely still quite useful. (614677 and 614950)
3] mark every connection in the connection manager persistent
conneciton pool as "reused". This allows the transaction to be
restarted if a RST is recvd upon sending the requests (see #2 ) - with
the conservative timeout this is now a rare event, but still possible
so recovery is the right thing to do. (614677 and 614950)
4] obtain an nshttpconnection object from the connection manager,
subject to the max connection constraints, at the same time as
starting the backup conneciton. If we defer that until recycling time
the exceeded limits of the SocketService can cause problems for other
connections.
also re-enables the syn retry feature by default.
r+ honzab
2010-12-16 08:50:36 -05:00
Shawn Wilsher
14c17944d1
Merge Places and mozilla-central
...
a=bsmedberg
2010-12-15 19:24:51 -08:00
Shawn Wilsher
9796714cea
Merge mozilla-central to Places.
2010-12-13 15:08:04 -08:00
Shawn Wilsher
6d4872a988
Merge mozilla-central into Places.
2010-12-07 15:06:32 -08:00
Shawn Wilsher
2c1affd39a
Merge mozilla-central into Places
2010-12-06 09:48:54 -08:00
Shawn Wilsher
29f15276dc
Merge mozilla-central to Places.
2010-12-02 09:05:33 -08:00
Shawn Wilsher
316bbf47cb
Merge mozilla-central into Places.
2010-11-29 08:43:57 -08:00
Michal Novotny
ab0f301237
Bug 597224 - HTTP Cache: use directory tree to store cache files. sr=bzbarsky@mit.edu, a=blocker
2010-12-06 17:49:05 +02:00
Ehsan Akhgari
49d4a28c32
Bug 616591 - Firefox 4.0b8pre crash in [@ nsHttpPipeline::GetConnectionInfo(nsHttpConnectionInfo**]; r=bzbarsky a=blocking-beta8+
2010-12-04 04:21:03 -05:00
Ehsan Akhgari
d571c78f3a
Bug 614286 - Don't initialize the socket transport service unless we know that we're online; r=bzbarsky a=blocking-beta8+
2010-11-25 00:20:11 -05:00
Josh Matthews
23fb071449
Bug 615745 - Make CookieServiceChild add strong pref observers. r=dwitte a=blocking-fennec
2010-11-30 21:47:08 -05:00
Ehsan Akhgari
ebb57cf670
Backed out changeset 630b08a7fe63 because of xpcshell test failures
2010-11-30 13:57:24 -05:00
Ehsan Akhgari
c6b4773258
Bug 614286 - Don't initialize the socket transport service unless we know that we're online; r=bzbarsky a=blocking-beta8+
2010-11-25 00:20:11 -05:00
Paul O’Shannessy
907ebe66da
Fix xpcshell failure from bug 468246 revealed by bug 613516 [a=bustage] landed on a CLOSED TREE
2010-11-29 20:57:30 -05:00
Christian Biesinger
61b9eb5c64
Bug 614717 retry: Make test_bug369787.js not hang when the test fails by
...
ensuring that do_test_finished is called even when an exception is thrown.
Also make the test work in the presence of PAC, where the channel changes
between asyncOpen and onStartRequest.
r=bz a=test-only
2010-11-29 15:41:21 -08:00
Christian Biesinger
a87f071eaa
Backed out changeset dd249f45dc3d
...
Clearly I don't know hg well enough, didn't mean to commit all this. a=I-messed-up
2010-11-29 15:34:30 -08:00
Christian Biesinger
e0273458ec
Bug 614717 Make test_bug369787.js not hang when the test fails by ensuring
...
that do_test_finished is called even when an exception is thrown.
Also make the test work in the presence of PAC, where the channel changes
between asyncOpen and onStartRequest.
r=bz a=test-only
2010-11-29 15:28:40 -08:00
Shawn Wilsher
259d0bdb60
Bug 607115 - use a much smaller guid format than we currently use for bookmarks
...
Part 1 - Mark and make nsIRandomGenerator threadsafe.
r=kaie
2010-11-23 16:04:28 -08:00
Dan Witte
3f706b601e
Back out 3aa8e0293d5f for causing perma-orange on xpcshell debug. a=bustage
2010-11-12 10:13:34 -08:00
Dan Witte
f83d8b4b9e
Bug 547031 - Improve async error handling in cookies. Part 6: Implement async error handling. r=sdwilsh, a=betaN+
2010-11-12 09:32:35 -08:00
Dan Witte
78410c5af2
Bug 547031 - Improve async error handling in cookies. Part 5: Fix observers to deal with reentrancy. r=sdwilsh, a=betaN+
2010-11-12 09:32:35 -08:00
Dan Witte
d6cf120107
Bug 547031 - Improve async error handling in cookies. Part 4: Fix SELECT bug in EnsureReadComplete(). r=sdwilsh, a=betaN+
2010-11-12 09:32:35 -08:00
Dan Witte
5fb84378cf
Bug 547031 - Improve async error handling in cookies. Part 3: Get the sync database connection early so it can't fail. r=sdwilsh, a=betaN+
2010-11-12 09:32:35 -08:00
Dan Witte
f1930d2c4e
Bug 547031 - Improve async error handling in cookies. Part 2: Clean up TryInitDB(). r=sdwilsh, a=betaN+
2010-11-12 09:32:35 -08:00
Dan Witte
8a34bcf933
Bug 547031 - Improve async error handling in cookies. Part 1: Refactor to allow multiple DBStates. r=sdwilsh, a=betaN+
2010-11-12 09:32:35 -08:00
Dan Witte
03022e7100
Bug 590843 - Fix integer literal overflow. r=sdwilsh, a=final+
2010-11-12 09:32:35 -08:00
bjarne@runitsoft.com
d9a6d3eed8
Bug 610654 - TEST-UNEXPECTED-FAIL (randomorange) r=bz a=bzbarsky
2010-11-12 16:48:03 +01:00
Michael Wu
c54ad808c2
Backed out changeset 090046fc6891 bug 482935 due to a=orange
2010-11-10 19:29:51 -08:00
bjarne@runitsoft.com
4ba6ae28f4
Bug 482935 - Cancel() from OnStopRequest should not cause cache entry to be doomed;
...
(Av1f) Allow content to be cached if it was loaded successfully.
r=(dwitte, jduell) a2.0=benjamin.
2010-11-11 01:02:15 +01:00
Ehsan Akhgari
6596954638
Backed out changeset c85c2f1b0566 because of oranges on mochitest-1
2010-11-10 17:46:32 -05:00
bjarne@runitsoft.com
ce18152004
Bug 482935 - Cancel() from OnStopRequest should not cause cache entry to be doomed;
...
(Av1e) Allow content to be cached if it was loaded successfully.
r=(dwitte, jduell) a2.0=benjamin.
2010-11-10 22:28:54 +01:00
Dan Witte
ff565cf8cc
Bug 590843 - Fix bugs in purge logic. r=sdwilsh, a=final+
2010-11-10 10:31:11 -08:00
Olli Pettay
6e4a33f4b6
Backout bug 610654, a=backout
2010-11-10 14:19:38 +02:00
bjarne@runitsoft.com
e882525a72
Bug 610654 - test failure xpcshell/tests/netwerk/test/unit/test_bug596443.js | Response1 == Response0, r=bz, a=bz
2010-11-10 13:21:48 +02:00
bjarne@runitsoft.com
1f97ca78b6
Bug 596443 - [Unit test] SVG embedded by reference is not loading r=bz
2010-11-09 10:24:42 +01:00
Chris Jones
920bb1a253
Bug 562424: Switch IPDL interfaces to infallible TArray. r=bent a=blocking
2010-11-08 20:49:00 -06:00
Ehsan Akhgari
502ef553b8
Bug 614286 followup - Reorder the constructor initializer list to prevent compiler warnings
...
--HG--
extra : rebase_source : 3ab3d1371f8d8b396e665cffb5c57dc96a7187f3
2010-12-03 09:56:13 -05:00
Ehsan Akhgari
edaedd751d
Bug 614958 - Part 2: Protect the destruction of the callback objects the same way as the event sink object to avoid possible deadlock scenarios; r=bzbarsky a=blocking-beta8+
2010-12-02 19:22:45 -05:00
Michal Novotny
d56d1840a3
bug 363109 - body of HTTP 304 response is treated as a HTTP/0.9 response to subsequent HTTP request. r=biesi, sr=bz, a=blocker
2010-12-01 02:02:52 +02:00
Ehsan Akhgari
0846fa0041
Bug 614958 - Don't release the socket transport's event sink while we're holding a lock, since it can result in retrying to obtain the same lock again, which causes a deadlock; r=biesi,bsmedberg a=blocking-beta8+ landed on a CLOSED TREE
2010-12-02 16:29:09 -05:00
bjarne@runitsoft.com
3e5b7cb784
Bug 468426 - improved support for "Vary: Cookie"-headers , r=biesi a=bsmedberg
2010-11-26 12:13:37 -05:00
Michal Novotny
761b50d2f5
Bug 592422 - preallocate individual (non-block) cache files. r=jduell a=blocking-bN
2010-11-24 16:42:30 +01:00
Benjamin Smedberg
dea04ce175
Bug 614229 - nsHttpHandler getting the private-browsing service can cause recursive initialization of layout, and I suspect can cause incorrect behavior in Firefox because we may end up creating HTTP URIs before we're finished with XPCOM registration, r=honza+ehsan a=blocking bug 581335 which blocks Fennec b3
2010-11-24 08:58:42 -05:00
Jason Duell
5985b6af1a
Bug 614449 - Build bustage in netwerk with --disable-ipc. a=bustage
...
--HG--
extra : rebase_source : d227076d5d83bf69fff53f6af4bbe9f6d7f7fa3a
2010-11-23 17:19:21 -08:00
Honza Bambas
069ee7e772
Bug 591707 - e10s: handle redirects from HTTP to a different protocol, r=jduell, a=blocking-fennec2.0b3+
2010-11-23 23:56:06 +01:00
Ehsan Akhgari
d32c70e25c
Bug 599127 - Build bustage; a=me
...
--HG--
extra : rebase_source : fdf486565a6f0edcf4879500c5002f65303dd9e1
2010-11-23 10:07:00 -05:00
Michal Novotny
7ba89a94b4
bug 599127 - Wyciwyg channel writes end up doing synchronous disk IO. r=jduell, a=betaN
2010-11-23 14:01:30 +02:00
Dan Witte
128be0fcdc
Bug 612072 - Crash [@ nsCookieService::EnsureReadDomain(nsCString const&) ]. r=sdwilsh, a=betaN+
2010-11-22 13:50:25 -08:00
Dan Witte
d40fe89aef
Followup for review comment in bug 608545. a=b7+
2010-11-02 10:46:19 -07:00