David Rajchenbach-Teller
4595e8879c
Bug 845190 - Prevent nsStreamTransportService from re-initializing. r=biesi
2013-06-10 11:01:59 -04:00
Georg Koppen
8c6c4c7716
Bug 856978 - Make authorization headers removable if they observe "http-on-modify-request". r=mayhemer
2013-06-10 08:30:25 -04:00
Landry Breuil
cf54e8459e
Bug 844430: Add the correct build defines to fix libsctp on NetBSD/OpenBSD/Dragonfly. r=jesup
2013-06-08 12:48:30 +02:00
Boris Zbarsky
9f09fecc19
Bug 877281 part 6. Replace ${jsvalPtr} with a MutableHandle ${jsvalHandle}. r=peterv
...
It's a little unfortunate that we need both ${jsvalHandle} and
${jsvalRef}, but the only other option is to consistently have a
MutableHandle in this code. If the thing we have to work with is a
Rooted, that means doing JS::MutableHandle<JS::Value>(&myRooted) as
the thing to substitute for ${jsvalHandle}. Just using "&myRooted"
doesn't work, because things like "&myRooted.set()" or
"&myRooted.address()" fail, even if parenthesized as
"(&myRooted).set()", because &myRooted is actually a Rooted*, not a
MutableHandle.
We could go the JS::MutableHandle<JS::Value>(&myRooted) route if
desired; it would primarily uglify dictionary and sequence to-js
conversions. With the setup in this patch, ideally it looks pretty
idiomatic except for the use of .set() instead of operator= on Rooted.
2013-06-07 22:45:46 -04:00
Mook
7ef03f74db
Bug 877961 - PrivateBrowsingChannel: Allow SetPrivate on a channel with a load group but no load context; r=ehsan, r=jduell
2013-06-06 19:46:06 -07:00
Benjamin Smedberg
e10a91cce0
Bug 874197 - Change nsIPermissionManager.TYPE_SESSION to also respect expiration times if they are specified. r=jdm sr=mounir
2013-06-06 15:59:32 -04:00
Benjamin Smedberg
ae7ec2eea5
Bug 874196 - Add an API to get the specifics of a permission given a host/type: this will allow the plugin click-to-activate UI to manage permissions by the matching host and determine whether the current permission is per-session or persistent. r=jdm sr=mounir
2013-06-06 15:59:31 -04:00
Nick Hurley
bfd698bdeb
Bug 878594 - remove alternate-protocol support for spdy upgrades r=mcmanus
2013-06-06 09:10:33 -07:00
Simone Carletti
1e31144ef0
Bug 859521 - Add AWS EC2 to PSL. r=gerv. DONTBUILD.
...
--HG--
extra : rebase_source : 9a4ac79ac4e03c2b85bf2f11c1c5366770bb1b65
2013-06-06 16:00:03 +01:00
Jason Duell
5ec44ea857
Bug 879054: fix printf of status in HttpChannelParent. r=mcmanus
2013-06-04 16:32:31 -07:00
Jason Duell
d078de0165
Bug 870564 - Youtube video freezes after a long time r=jdm
2013-06-04 16:10:55 -07:00
Randell Jesup
afe1755ddc
Bug 876167: avoid usrsctp library race condition on close with ABORT r=tuexen
2013-06-02 09:48:53 -04:00
Randell Jesup
c40f3a3f29
Bug 872978: process any pending stream resets on incoming resets r=tuexen
2013-06-02 09:48:17 -04:00
Eddy Bruel
e71f5d6a9e
Bug 878000 - ProxyAutoConfig should set a stack quotum when creating a JS runtime
2013-05-31 20:20:30 -07:00
Martin Husemann
4ee1b5b6b0
Bug 871555: Use memcpy and properly aligned temporary variables instead of pointer casts with unclear alignment r=mcmanus
2013-06-01 00:23:16 +02:00
Chris Peterson
b0637c312a
Bug 877503 - Add MOZ_FINAL to some Android classes to fix gcc 4.7 warnings-as-errors. blanket-r=ehsan rs=tbsaunde
2013-05-30 11:26:02 -07:00
Mark Goodwin
c2761ad140
Bug 815753 - Tidy up hardcoded column index mess in nsCookieService.cpp. r=jdm
2013-05-29 20:37:34 -04:00
Patrick McManus
f8dd46986c
bug 790388 part 6 - spdy push xpcshell test r=hurley
...
--HG--
extra : rebase_source : 54a3f24aa543ee96ff2e2edb9a2ee7fe52e3dcbd
2013-05-29 00:07:03 -04:00
Patrick McManus
82c1b207d8
bug 790388 part 5 - xpcshell tests for spdy/3 r=hurley
...
--HG--
extra : rebase_source : f6ca50052918d23d410a3f110323344472a62e6e
2013-05-29 00:07:03 -04:00
Patrick McManus
f8eb9535d0
bug 790388 part 3 - spdy/3 server push r=hurley
...
--HG--
extra : rebase_source : 1ed60ebda0b790f0ff1578abe7a7732676b495cf
2013-05-29 00:07:03 -04:00
Patrick McManus
9c8b57fc95
bug 790388 part 2 - fix spdysession writesegments() return values r=hurley
...
--HG--
extra : rebase_source : b9e67e88a4098ed614bf1e70780bbc97045f1108
2013-05-29 00:07:02 -04:00
Patrick McManus
6ad071cba9
bug 790388 part 1 - support multiple header blocks for spdy r=hurley
...
--HG--
extra : rebase_source : 7911f105de34fca3d0f4d7f5166f47ab1e31f56d
2013-05-29 00:07:02 -04:00
Patrick McManus
7e4fe8f64e
bug 874170 - default npn protocol should be http/1.1 r=hurley
...
--HG--
extra : rebase_source : 3c772fd36262f9a7bacbfc5d4d3cfe15d700973d
2013-05-28 20:09:22 -04:00
Patrick McManus
59ebe0ae4b
bug 875093 - spdy flow control window calculation > 31bits r=hurley
...
--HG--
extra : rebase_source : ef84817a329ab86e1320eaac64b67a2859f0370f
2013-05-28 20:05:53 -04:00
Patrick McManus
d235d9f765
bug 875760 spdy/3 credential nop implementation r=hurley
...
--HG--
extra : rebase_source : 44d41e9efa69f650e315ce9308f93273445f0921
2013-05-28 20:04:13 -04:00
Josh Matthews
37d5dd9b06
Bug 870916 - Make socket transport avoid off-main-thread usage of wrapped JS components. r=mcmanus
2013-05-28 09:48:23 -04:00
Mike Shal
6f32ddf61c
Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE
...
From 9e0ba7f425143f545eb6c4b26a9a96b5ade4d8e9 Mon Sep 17 00:00:00 2001
2013-04-23 17:54:15 -04:00
Joey Armstrong
b5eb4cb307
bug 870406: move to moz.build (config batch #1 ) r=mshal
2013-05-24 17:21:14 -07:00
Aryeh Gregor
b14c2cbab2
Bug 867101 - Fix more implicit conversion to already_AddRefed; r=Ms2ger
2013-04-28 14:52:10 +03:00
Bobby Holley
1b2f22fe61
Bug 868130 - Remove the lion's share of JSAutoRequests in gecko. r=gabor
...
There are still a handful that either are used with other runtimes, or that
happen very early/late in cx the lifetime of various things where it doesn't
necessarily make sense to have a cx on the stack. This should definitely ensure
that we're not doing double-duty with the nsCxPusher change, though.
2013-05-22 10:05:28 -06:00
Fabrice Desré
88c373ec17
Bug 872100 - app.clearBrowserData appears to not clear browser data immediately sr=mounir, r=jduell,ferjm
2013-05-20 10:20:19 -07:00
Ms2ger
2750a39e8f
Bug 868778 - Part c: Move DataChannel to WebIDL; r=mounir+jesup
...
--HG--
rename : content/base/public/nsIDOMDataChannel.idl => dom/webidl/DataChannel.webidl
2013-05-20 09:19:45 +02:00
Ryan VanderMeulen
3b2fb8dd48
Merge inbound to m-c.
2013-05-16 20:29:40 -04:00
Sid Stamm
0cd440877e
Backout changeset 000ed86d069f (bug 861117) which caused bug 871560
...
--HG--
extra : rebase_source : 6359c671885b93f7885ca2cabfd8da772692d548
2013-05-16 11:26:33 -07:00
Chris Sperry
26bd22509a
Bug 869725 - Changes to HTTP status line detection and parsing to allow AOL/Nullsoft ShoutCast headers (e.g. ICY 200 OK) [r=mcmanus]
2013-05-16 12:22:06 -07:00
Ted Mielczarek
47d7af59de
bug 871712 - make MSVC PGO opt-in per-directory, and opt-in in the directories that matter. r=glandium
2013-05-16 09:33:26 -04:00
Patrick McManus
2591c786a2
bug 871289 [2 of 2] fix trailing whitespace in netwerk/protocol/http/* r=jduell
2013-05-16 09:30:42 -04:00
Patrick McManus
ae5e534f2d
bug 871289 [1 of 2] standardize netwerk/protocol/http on moz_assert r=jduell
2013-05-16 09:30:41 -04:00
Steve Workman
a02069e2e9
Bug 870652 - Add null ptr check in nsDNSRecord::ReportUnusable to avoid crashing r=mcmanus
2013-05-14 16:35:18 -07:00
Ryan VanderMeulen
510f0a10f2
Backed out changeset f8a861253c57 (bug 859521) due to bustage.
2013-05-14 12:49:26 -04:00
Simone Carletti
b9679edf41
Bug 868331 - Add Heroku CloudFront to PSL. r=gerv.
2013-05-14 17:38:11 +01:00
Simone Carletti
3cdf97d3ac
Bug 859521 - Add AWS EC2 to PSL. r=gerv.
2013-05-14 17:35:44 +01:00
Joey Armstrong
0d49db0381
bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal
2013-05-13 16:24:07 -04:00
Ed Morley
2710e5d6a9
Backed out changeset 496846474ed3 (bug 864774)
2013-05-13 10:05:49 +01:00
Mike Shal
d2b29f4e87
Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey
...
From 140b9201e3b5d2d8efe7af286d279c2411dbc197 Mon Sep 17 00:00:00 2001
2013-04-23 17:54:15 -04:00
Patrick McManus
759a5dc0f0
bug 868441 Bypass Cache when lock held too long r=novotny
2013-05-12 10:01:13 -04:00
Ehsan Akhgari
7b9c127d8e
Bug 871179 - Fix rooting hazards in netwerk's Dashboard.cpp; r=till
...
--HG--
extra : rebase_source : b20df14656861f5cef10d1200580f23598632163
2013-05-12 01:09:22 -04:00
Trevor Saunders
38290d61ce
bug 869279 - fix mingw warnings in netwerk/ r=jduell
2013-05-06 21:52:35 -04:00
Phil Ringnalda
24db9e58aa
Back out c74ce1905b96 (bug 832848) for not actually building
...
CLOSED TREE
2013-05-09 20:49:36 -07:00
Brian Smith
973bdc17e1
Bug 832848: Removed unused site identity block tooltip logic from PSM, r=dolske
2013-02-02 17:21:45 -08:00