Граф коммитов

8155 Коммитов

Автор SHA1 Сообщение Дата
Honza Bambas 62c6cf834b Bug 756717 - Implement 'appcache jar' for apps, r=tlee+jduell 2012-07-31 02:36:00 -04:00
Julian Reschke 08d13966a5 Bug 782235 - Move HTTP convenience functions to nsHttp. r=bsmith 2012-09-25 11:04:25 -04:00
Phil Ringnalda 02d5380784 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 f0b366783f Bug 579517 follow-up: Remove NSPR types that crept in 2012-09-24 17:55:10 -04:00
Randell Jesup 947e52bb6f 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 fc5a38ea1d Backout changeset 030b4a47baa4 for breaking the windows build. 2012-09-22 18:42:11 +02:00
Ehsan Akhgari 5216692bbf Bug 793393 - Make srtp build with MSVC9; irc-r=jesup 2012-09-22 12:20:34 -04:00
julian.reschke@gmx.de d6e1667433 Bug 758973 - Make handling of status code 308 more consistent. r=bsmith 2012-09-22 11:27:17 -04:00
Ryan VanderMeulen 4cc66c38b4 Merge inbound to m-c. 2012-09-22 08:28:28 -04:00
Ryan VanderMeulen a740bd1b17 Merge the last PGO-green inbound changeset to m-c. 2012-09-21 22:38:53 -04:00
Randell Jesup ed790eae8b 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 e4da263496 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 98648160b2 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 22b97c746b 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 5b69de0f54 Bug 776934 - Add permissions check to camera API. r=jlebar 2012-09-21 06:32:18 -04:00
Mounir Lamouri bda1d14bb4 Bug 792828 - Fix warnings in netwerk/test/. r=Ms2ger 2012-09-21 11:28:56 +01:00
Valentin Gosu 128a63b096 Bug 791088 - Add telemetry for Connection Manager transaction time. r=mcmanus 2012-09-19 20:24:58 -04:00
Nathan Froyd 9f72e22940 Bug 792421 - fix build error in nsCookieService.h; r=jduell 2012-09-19 10:55:09 -04:00
Ehsan Akhgari 8cc30b88b2 Bug 792502 - Kill the FunctionTimer code; r=vlad 2012-09-19 16:59:38 -04:00
Gregor Wagner 9c9eb3a586 Bug 770731 - Expose JS API for modifying app permissions. r=sicking 2012-09-19 11:19:00 -07:00
Makoto Kato 97d448526f Bug 790617 - Part 2 - don't use atoi to parse header. r=cbiesinger 2012-09-19 17:44:54 +09:00
Makoto Kato d0f10170d1 Bug 790617 - Part 1 - setUploadStream can handle 64-bit length r=cbiesinger 2012-09-19 17:09:08 +09:00
Gregor Wagner f86a19dece Backout bug 770731 2012-09-18 16:19:56 -07:00
Gregor Wagner 12da45ca6f Bug 770731 - Expose JS API for modifying app permissions. r=sicking 2012-09-18 14:52:39 -07:00
Adam Dane [:hobophobe] b6f4fdb364 Bug 87717 - Allow offline mode to connect to loopback r=mcmanus sr=cbiesinger 2012-09-17 18:45:10 -05:00
Michal Novotny d4b22d7ab5 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 fa09e23fb6 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 245dcc3f73 Bug 723362 - Make an asynchronous variant of nsCacheEntryDescriptor::Doom, r=hurley 2012-09-17 23:31:46 +02:00
Steve Workman aba783ba93 Bug 734546: Add MPD Parser and Manager classes; r=cpearce 2012-09-17 16:45:38 -04:00
Steve Workman 9745c4413b Bug 734546: Add MPD classes to store MPD data; r=cpearce 2012-09-17 16:45:38 -04:00
Ehsan Akhgari d58d386309 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 fb64dc10dd 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 edb54a8c83 Bug 791216 - Work around gcc enum class compiler bug; r=ehsan 2012-09-09 19:35:29 +03:00
Monica Chew 24f244f851 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 ebc86dda5f bug 347307 - make pac myIPAddress() more accurate r=biesi 2012-09-14 16:27:46 -04:00
Patrick McManus 4bf78c0aeb bug 507578 - disable dns prefetch in presence of active proxy r=jduell 2012-09-14 16:27:46 -04:00
Patrick McManus d64080bb5a 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 6025716d17 Bug 785321 - Replace PRUptrdiff with uintptr_t, prtdiff_t or etc; r=ehsan,jrmuizel 2012-09-14 16:09:52 -04:00
Simone Carletti d980cc6111 Bug 790635 - Add eco.br to PSL. r=gerv. 2012-09-14 14:58:47 +01:00
Fabrice Desré 3b4fb4b85d Bug 791148 - Remove the deprecated camera support [r=cjones] 2012-09-13 19:44:06 -07:00
Ed Morley 483772a3a4 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 4b5546ce7b bug 347307 - make pac myIPAddress() more accurate r=biesi 2012-09-13 15:22:56 -04:00
Patrick McManus 3e134b0204 bug 507578 - disable dns prefetch in presence of active proxy r=jduell 2012-09-13 15:22:56 -04:00
Patrick McManus 2fbed15e29 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 885033a7e7 Bug 772069 - Update .uy entry in PSL. r=gerv. 2012-09-13 16:03:23 +01:00
Simone Carletti 09679eb83d Bug 760447 - Update .ua entry in PSL. r=gerv. 2012-09-13 16:02:38 +01:00
Nathan Froyd 3871d8f191 Bug 704848 - reduce space required by nsEffectiveTLDService with more preprocessing; r=jduell 2012-09-11 07:42:23 -04:00
Patrick McManus 4d000e4312 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 4dcc62ba19 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
Rafael Ávila de Espíndola 2450b079ba Bug 790285 - avoid nullptr -> false conversions. r=ehsan. 2012-09-11 14:00:37 -04:00