Commit Graph

2875 Commits

Author SHA1 Message Date
Andrew Quartey
b50ced0c60 Bug 792581 - part 19: Replace LL_I2L macro with int64_t cast. r=ehsan 2012-10-12 13:29:11 -04:00
Andrew Quartey
b308f8422d Bug 792581 - part 18: Replace LL_L2D macro with double cast. r=ehsan 2012-10-12 13:29:11 -04:00
Andrew Quartey
6d6e443bea Bug 792581 - part 16: Replace LL_L2UI macro with uint32_t cast. r=ehsan 2012-10-12 13:29:11 -04:00
Andrew Quartey
0a2bdf7551 Bug 792581 - part 14 - Replace LL_SHL, LL_SHR, LL_USHR macros with bitwise operators. r=ehsan 2012-10-12 13:29:10 -04:00
Simone Carletti
e9a7c94430 Bug 790962 - update PSL for dreamhosters.com. r=gerv. 2012-10-12 16:24:05 +01:00
Simone Carletti
8b85a82395 Bug 797147 - update PSL for .uk. r=gerv. 2012-10-12 16:23:14 +01:00
Trevor Saunders
e2db6e1941 bug 798595 - remove useless prmem.h includes r=ehsan 2012-10-04 02:14:06 -04:00
Dão Gottwald
65e7938e9c Bug 800157 - Make User Agent overrides affect navigator.userAgent in addition to the HTTP header. r=bz
--HG--
extra : rebase_source : dd856c03a45e9d95866fb5a95e568ae3cce67521
2012-10-12 00:56:13 +02:00
Aryeh Gregor
450a7fb004 Bug 799892 - DataChannelConnection::SendBlob can return nsresult instead of int32_t; r=mcmanus 2012-10-10 14:56:28 +02:00
Dão Gottwald
1625fd8deb Bug 799502 - Override the UA string for moodle to get the rich text editor rather than plain textareas. r=bz,felipe,gerv 2012-10-10 14:53:11 +02:00
Jason Duell
03df9b6afc Bug 786154 - enable FAIL_ON_WARNINGS in /netwerk/cache r=michal 2012-10-09 19:50:55 -07:00
Doug Turner
0a03a2428b Bug 778235 - Add support for Gonk to NetworkGeolocationProvider.js. r=jdm 2012-10-09 18:40:11 -07:00
Doug Turner
88c1ccd373 Bug 799391 - After bug 668191, we no longer need a libiw check. Fixes netwerk/wifi Makefile to only build DBUS scanner when DBUS is enabled. r=ted 2012-10-09 18:39:56 -07:00
Mike Habicher
8c389dfe18 Bug 722975 - Add 3gpp video file mime type definitions. r=cdouble 2012-10-09 21:11:10 -04:00
Jason Duell
e7f4733608 Bug 794597 - mozbrowser doesn't send auth request off a redirect. r=jdm 2012-10-09 16:46:24 -07:00
Jason Duell
390bdd5e03 Bug 798045: Followup: fix typo in comment. r=me 2012-10-09 16:46:23 -07:00
Jason Duell
aa228a0364 Bug 797234 - fix typo in BLIP_INTERVAL_PREF r=michal 2012-10-09 16:46:22 -07:00
Doug Turner
3245da42d7 Bug 799139 - Remove DoScanOld() pre-10.6 Wifi scanning code. r=josh 2012-10-09 13:14:58 -07:00
Patrick McManus
e86bc6a536 bug 799470 - pac dnsResolve wrong return code on error r=biesi 2012-10-09 13:52:26 -04:00
Patrick McManus
98c75fd39c bug 799469 s/proxyAlert/alert in pac file r=biesi 2012-10-09 13:52:26 -04:00
Jason Duell
813052198a Bug 798045 - improved FailDelay lookup r=bsmith 2012-10-08 18:38:04 -07:00
Patrick McManus
a8264465aa bug 797684 - http-on-modify-request can reflect ProxyInfo r=biesi
--HG--
extra : rebase_source : b3da738e1b08575e037b2f67f0e58044eb6e55dd
2012-10-08 20:19:08 -04:00
Jason Duell
85b41a7ffd Bug 795203 - B2g: clear private data: cookies. r=mconnor,jduell 2012-09-28 17:03:00 -07:00
Anant Narayanan
ba6106d6fa Bug 798825: Add DataChannel DOM interfaces to RTCPeerConnection; r=smaug 2012-10-07 01:34:30 -04:00
EKR
3ba764ed03 Bug 790517: mtransport - Generic media transport subsystem for ICE and DTLS r=jesup,bsmith,mcmanus 2012-10-02 13:04:58 -07:00
Patrick McManus
e96ec1a3d1 bug 790184 spdy: fix tcp send buffers to bound ping rtt r=honzab sr=biesi 2012-10-06 20:48:20 -04:00
Ed Morley
fd14735924 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-10-06 20:30:35 +01:00
Bill Gianopoulos
b93c8a3e28 Bug 798352 - Define EALREADY for VC9. r=rjesup 2012-10-05 16:54:51 -04:00
Patrick McManus
2d67c95f47 bug 798426 spdy/3 goaway frame has 8 byte payload r=honzab
--HG--
extra : rebase_source : 5dd9fb269da28c1fac76b3f574c2644aa9839fe4
2012-10-05 15:03:24 -04:00
Patrick McManus
7137ee34e5 bug 798243 spdy enable reading of ping reply r=honzab
--HG--
extra : rebase_source : 358dacd3f10bac145ff40ce5e84f0c8cde540849
2012-10-05 15:03:14 -04:00
Josh Matthews
6d1b762da8 Bug 792582 - Add nsIPrivateBrowsingChannel support to nsBaseChannel. r=jduell 2012-10-05 15:53:07 -04:00
Andrew Quartey
52003ca06d Bug 792581 - part 12: Replace LL_DIV with division operator. r=ehsan 2012-10-05 01:05:28 -04:00
Andrew Quartey
42f2f3750f Bug 792581 - part 11: Replace LL_MUL macro with multiplication operator. r=ehsan 2012-10-05 01:05:28 -04:00
Andrew Quartey
1839819e70 Bug 792581 - part 10: Replace LL_SUB macro with mathematical minus operator. r=ehsan 2012-10-05 01:05:27 -04:00
Nick Hurley
d158d44f4b Bug 786086 - Make the new default cache size display properly. r=michal 2012-10-05 12:29:14 -07:00
Simone Carletti
f97ede2b13 Bug 761769 - Update PSL for .ve. Take 2. r=gerv. 2012-10-05 14:28:00 +01:00
Ed Morley
0db806f159 Backout 953079e94edd (bug 791769) for xpcshell failures 2012-10-05 11:59:25 +01:00
Simone Carletti
8e3ae7614c Bug 797787 - Update CentralNic submission date in PSL and make list alphabetical. r=gerv. 2012-10-05 11:10:50 +01:00
Simone Carletti
70a6e3acae Bug 791769 - Update PSL for .ve. r=gerv. 2012-10-05 11:09:26 +01:00
Valentin Gosu
3ce8119088 Bug 796192 - A/B test HTTP Pipelining on pre-release channel. r=mcmanus 2012-10-04 21:08:58 -04:00
Patrick McManus
113f287057 bug 795905 call proxyservice::asyncresolve() when direct in case of filters r=biesi
--HG--
extra : rebase_source : c0d97222a8c5bad3ed8120c5a5a9cfdb7d3b8d6f
2012-10-04 15:08:26 -04:00
Randell Jesup
3864eb3c22 Bug 729512: DataChannel protocol rollup r=mcmanus 2012-10-03 19:51:23 -04:00
Ryan VanderMeulen
e45cae4406 Backout a9ab0881ebe2 (bug 729512) and ed6491f2335e (bug 733002) due to M3 orange. 2012-10-03 21:03:16 -04:00
Randell Jesup
7bf714324b Bug 729512: DataChannel protocol rollup r=mcmanus 2012-10-03 19:51:23 -04:00
Ehsan Akhgari
803b082135 Bug 774963 - Remove removeDataFromDomain from nsIPrivateBrowsingService, and put it in its own JS module, ClearRecentHistory; r=jdm 2012-10-03 11:29:10 -04:00
Andrew Quartey
21f22f5076 Bug 792581 - part 5: Replace LL_CMP macro with standard comparison. r=ehsan 2012-10-03 10:13:19 -04:00
Andrew Quartey
c2113adcdd Bug 792581 - part 4: Replace LL_GE_ZERO macro with standard relation. r=ehsan 2012-10-03 10:13:19 -04:00
Andrew Quartey
101deea163 Bug 792581 - part 2: Replace LL_EQ macro with standard relation. r=ehsan 2012-10-03 10:13:18 -04:00
Randell Jesup
12783ac168 Bug 729511: (and Bug 783843) build libsctp within Mozilla tree r=biesi r=ted 2012-03-29 17:25:15 -04:00
Randell Jesup
db5831e562 Bug 729511: patch to libsctp_8279 - add __USE_GNU for netinet/in.h r=biesi 2012-10-03 03:22:45 -04:00