Antonio Manuel Amaya Calvo
8dfda6c87c
Bug 773886: Prevent loading resources from app:// URIs from outside that app. r=sicking
2012-09-25 12:33:01 -07:00
Honza Bambas
41c12a706a
Bug 756717 - Implement 'appcache jar' for apps, r=tlee+jduell
2012-07-31 02:36:00 -04:00
Julian Reschke
8e67015219
Bug 782235 - Move HTTP convenience functions to nsHttp. r=bsmith
2012-09-25 11:04:25 -04:00
Phil Ringnalda
a74c209e3e
Back out 8bd13443d0bc (bug 579517) to get a clean backout
...
--HG--
extra : rebase_source : 63c8087f0a6de5adeddb8762ff9e410b2b818e22
2012-09-24 21:21:10 -07:00
Ehsan Akhgari
2f19f537bf
Bug 579517 follow-up: Remove NSPR types that crept in
2012-09-24 17:55:10 -04:00
Randell Jesup
031e2c7583
Bug 793393: Fix VC8/9 builds: fix HAVE_64BIT_OS test, modify libsrtp to force StandardInteger.h r=khuey
2012-09-24 01:44:03 -04:00
Ms2ger
4a4842deeb
Backout changeset 030b4a47baa4 for breaking the windows build.
2012-09-22 18:42:11 +02:00
Ehsan Akhgari
0853324454
Bug 793393 - Make srtp build with MSVC9; irc-r=jesup
2012-09-22 12:20:34 -04:00
julian.reschke@gmx.de
0c64c197f7
Bug 758973 - Make handling of status code 308 more consistent. r=bsmith
2012-09-22 11:27:17 -04:00
Ryan VanderMeulen
d4c37a2f23
Merge inbound to m-c.
2012-09-22 08:28:28 -04:00
Ryan VanderMeulen
a7b86073b5
Merge the last PGO-green inbound changeset to m-c.
2012-09-21 22:38:53 -04:00
Randell Jesup
fded38dfe0
Bug 792325: patches from jingle's archive of libsrtp for upstreaming (or replacing with an upstream update) rs=biesi
2012-09-21 16:37:54 -04:00
Randell Jesup
568d4eb0dc
Bug 792325: srtp updated from CVS on Fri Sep 21 14:24:48 EDT 2012 rs=biesi
2012-09-21 16:37:41 -04:00
Randell Jesup
79b15f1cf4
Bug 792325: Build libsrtp in mozilla's system, and update script r=ted r=bsmedberg
2012-09-21 16:37:29 -04:00
Josh Matthews
a95c881e25
Bug 783878 - Part 2: Allow serializing remote input streams by passing the actor reference over the wire and retrieving the original stream in the parent. r=bent
2012-09-21 13:26:13 -04:00
Mike Habicher
e695772791
Bug 776934 - Add permissions check to camera API. r=jlebar
2012-09-21 06:32:18 -04:00
Mounir Lamouri
1f63068bcf
Bug 792828 - Fix warnings in netwerk/test/. r=Ms2ger
2012-09-21 11:28:56 +01:00
Valentin Gosu
5fbd000e92
Bug 791088 - Add telemetry for Connection Manager transaction time. r=mcmanus
2012-09-19 20:24:58 -04:00
Nathan Froyd
614429e904
Bug 792421 - fix build error in nsCookieService.h; r=jduell
2012-09-19 10:55:09 -04:00
Ehsan Akhgari
b5c39afb4e
Bug 792502 - Kill the FunctionTimer code; r=vlad
2012-09-19 16:59:38 -04:00
Gregor Wagner
a3f5338aff
Bug 770731 - Expose JS API for modifying app permissions. r=sicking
2012-09-19 11:19:00 -07:00
Makoto Kato
07f47f9321
Bug 790617 - Part 2 - don't use atoi to parse header. r=cbiesinger
2012-09-19 17:44:54 +09:00
Makoto Kato
52a0ea98c3
Bug 790617 - Part 1 - setUploadStream can handle 64-bit length r=cbiesinger
2012-09-19 17:09:08 +09:00
Gregor Wagner
da64ed1681
Backout bug 770731
2012-09-18 16:19:56 -07:00
Gregor Wagner
6ff65c4c09
Bug 770731 - Expose JS API for modifying app permissions. r=sicking
2012-09-18 14:52:39 -07:00
Adam Dane [:hobophobe]
58808c3d56
Bug 87717 - Allow offline mode to connect to loopback r=mcmanus sr=cbiesinger
2012-09-17 18:45:10 -05:00
Michal Novotny
c2202a62f0
Bug 695399 - Remove calls to nsICacheSession::openCacheEntry on the main thread - netwerk part, r=hurley
2012-09-18 20:06:35 +02:00
Jason Duell
e8292ead1f
Bug 756648 - Implement "cookie jars" for apps. r=biesi,smaug
...
--HG--
rename : netwerk/test/unit_ipc/test_cookie_wrap.js => netwerk/test/unit_ipc/test_cookie_header_wrap.js
2012-09-18 12:04:04 -04:00
Michal Novotny
7fcf4220ce
Bug 723362 - Make an asynchronous variant of nsCacheEntryDescriptor::Doom, r=hurley
2012-09-17 23:31:46 +02:00
Steve Workman
ff4df37d05
Bug 734546: Add MPD Parser and Manager classes; r=cpearce
2012-09-17 16:45:38 -04:00
Steve Workman
3d5122d687
Bug 734546: Add MPD classes to store MPD data; r=cpearce
2012-09-17 16:45:38 -04:00
Ehsan Akhgari
c4c18521be
Bug 741059 - Part 1: Add APIs to nsIChannel to allow callers to override the private bit on the channel; r=jduell
...
This is probably the worst patch that I have ever written!
We add a setPrivate method to nsIPrivateBrowsingChannel which will be
implemented by channels who care about private browsing. This allows the
client to explicitly override the private bit on the channel.
NS_UsePrivateBrowsing is also taught about this override bit using the
internal nsIPrivateBrowsingChannel::IsPrivateModeOverriden API. This patch
implements the new API for HTTP, FTP and wyciwyg channels. This also
modifies the IPC implementations of these channels to correctly transfer that
bit to the parent process if it has been set in the child process channel.
2012-09-04 20:37:45 -04:00
Ed Morley
946a13d148
Backout 6d71ff5b4b36 (bug 347307), 75a3c47a3fe7 (bug 507578), 828f91de7143 (bug 769764) for near permaorange OS X 10.8 leaks
2012-09-17 16:54:09 +01:00
Aryeh Gregor
400f75105f
Bug 791216 - Work around gcc enum class compiler bug; r=ehsan
2012-09-09 19:35:29 +03:00
Monica Chew
ac45691812
Bug 770691 - Add plubming for per-site third party cookie blocking. r=mconnor sr=biesi,jduell,mconnor
...
--HG--
extra : rebase_source : 4ee3c16a72f0a557575349354060b76ca4e34031
2012-09-14 13:57:56 -07:00
Patrick McManus
b6479d75e2
bug 347307 - make pac myIPAddress() more accurate r=biesi
2012-09-14 16:27:46 -04:00
Patrick McManus
fc64a80f2f
bug 507578 - disable dns prefetch in presence of active proxy r=jduell
2012-09-14 16:27:46 -04:00
Patrick McManus
cafe3619a5
bug 769764 move proxy resolution to separate thread and remove sync api r=biesi sr=josh
2012-09-14 16:27:46 -04:00
Makoto Kato
d5c93adaee
Bug 785321 - Replace PRUptrdiff with uintptr_t, prtdiff_t or etc; r=ehsan,jrmuizel
2012-09-14 16:09:52 -04:00
Simone Carletti
095720b44f
Bug 790635 - Add eco.br to PSL. r=gerv.
2012-09-14 14:58:47 +01:00
Fabrice Desré
319b55de0c
Bug 791148 - Remove the deprecated camera support [r=cjones]
2012-09-13 19:44:06 -07:00
Ed Morley
1525bc6440
Backout 3182f9d08c2d (bug 347307), 2a30593cca79 (bug 507578), b87b27f5a417 (bug 769764) for m-oth permaorange in browser_463205.js
2012-09-13 22:42:29 +01:00
Patrick McManus
9d7ced3202
bug 347307 - make pac myIPAddress() more accurate r=biesi
2012-09-13 15:22:56 -04:00
Patrick McManus
3d38be24d9
bug 507578 - disable dns prefetch in presence of active proxy r=jduell
2012-09-13 15:22:56 -04:00
Patrick McManus
22205a5249
bug 769764 move proxy resolution to separate thread and remove sync api r=biesi sr=josh
2012-09-13 15:22:56 -04:00
Simone Carletti
2806409565
Bug 772069 - Update .uy entry in PSL. r=gerv.
2012-09-13 16:03:23 +01:00
Simone Carletti
aeb29c024e
Bug 760447 - Update .ua entry in PSL. r=gerv.
2012-09-13 16:02:38 +01:00
Nathan Froyd
0878495c64
Bug 704848 - reduce space required by nsEffectiveTLDService with more preprocessing; r=jduell
2012-09-11 07:42:23 -04:00
Patrick McManus
3012910481
bug 789018 don't do speculative connect for http upgrade or trans without keep-alive r=jduell
2012-09-12 16:04:01 -04:00
Bonnie Surender
8e4c513a8b
Bug 668194 - iwlib only returns one ac resulting in an awful accuracy. Implement DBUS Geolocation provider r=dougt
2012-09-10 21:35:45 -07:00