Ehsan Akhgari
|
b5c39afb4e
|
Bug 792502 - Kill the FunctionTimer code; r=vlad
|
2012-09-19 16:59:38 -04: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 |
|
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 |
|
Patrick McManus
|
fc64a80f2f
|
bug 507578 - disable dns prefetch in presence of active proxy r=jduell
|
2012-09-14 16:27:46 -04:00 |
|
Simone Carletti
|
095720b44f
|
Bug 790635 - Add eco.br to PSL. r=gerv.
|
2012-09-14 14:58:47 +01: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
|
3d38be24d9
|
bug 507578 - disable dns prefetch in presence of active proxy r=jduell
|
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 |
|
Randell Jesup
|
eedf93a21d
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Valentin Gosu
|
777cbdbeea
|
Bug 786359 - Add missing ifndef/endif to nsDNSService2.h. r=mcmanus
|
2012-08-28 20:24:06 -04:00 |
|
Valentin Gosu ext:(%2C%20Jason%20Duell%20%3Cjduell.mcbugs%40gmail.com%3E%2C%20Ms2ger%20%3CMs2ger%40gmail.com%3E)
|
b32522b36e
|
Bug 745296 - Enable FAIL_ON_WARNINGS in more of /netwerk r=jduell
|
2012-08-25 11:19:00 -07:00 |
|
Ehsan Akhgari
|
5b76a146bc
|
Bug 579517 - Part 5: Add missing StandardInteger.h #includes where needed; r=bsmedberg
Landing on a CLOSED TREE
|
2012-08-08 17:08:17 -04:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Aryeh Gregor
|
0923bf00ef
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
|
Ms2ger
|
3f950b5744
|
Bug 780387 - Part b: Stop using PRIntn; r=bsmedberg
|
2012-08-09 09:09:40 +02:00 |
|
Mike Hommey
|
6173fa297f
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Josh Aas
|
0a1559ce66
|
Bug 774271: Improve DNS logging. r=sworkman
|
2012-07-16 18:37:28 -04:00 |
|
Josh Aas
|
34a21d4d8f
|
Bug 771489: Use standard threadsafe refcounting in host resolver. r=sworkman
|
2012-07-10 10:14:01 -04:00 |
|
Gervase Markham
|
bd6f4efc7c
|
Bug 763208 - Update .jp entry in PSL.
|
2012-07-04 16:08:35 +01:00 |
|
Simone Carletti
|
1ec2ff4566
|
Bug 767700 - fix line endings to be consistent. r=gerv.
|
2012-06-25 18:11:45 +01:00 |
|
Simone Carletti
|
34b9d26c53
|
Bug 767312 - update PSL for .sh. r=gerv.
|
2012-06-22 13:50:56 +01:00 |
|
Simone Carletti
|
1565ee2cc9
|
Bug 757005 - add .sx to PSL. r=gerv.
|
2012-06-20 16:06:54 +01:00 |
|
Simone Carletti
|
a88ed414d6
|
Bug 732960 - update PSL to remove misleading comment. r=gerv.
|
2012-06-20 11:24:01 +01:00 |
|
Simone Carletti
|
759bb7a617
|
Bug 732960 - standardize PSL comment spacing. r=gerv.
|
2012-06-20 11:23:22 +01:00 |
|
Simone Carletti
|
09574e468e
|
Bug 732960 - update PSL for .sd, .ug and .uz. r=gerv.
|
2012-06-20 11:22:55 +01:00 |
|
Simone Carletti
|
6de863ca18
|
Bug 732960 - update PSL comments for .sg and .tj. r=gerv.
|
2012-06-20 11:22:16 +01:00 |
|
Simone Carletti
|
48482864ee
|
Bug 732960 - update PSL for .tm. r=gerv.
|
2012-06-20 11:21:23 +01:00 |
|
Patrick McManus
|
abd77bb045
|
bug 764260 convert telemetry::SPDY_VERSION and DNS_LOOKUP_METHOD to be enumerations r=bsmith
|
2012-06-19 20:38:44 -04:00 |
|
Ehsan Akhgari
|
695bd88cea
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (netwerk parts); r=jduell
|
2012-06-05 23:18:25 -04:00 |
|
Honza Bambas
|
41779e1714
|
Bug 720778 - Important threads should have a name for better debugability, r=bsmith, sr=bsmedberg+glandium
|
2012-06-12 19:06:20 +02:00 |
|
Gervase Markham
|
d4eb7d5782
|
Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
|
2012-05-29 16:52:43 +01:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Benjamin Smedberg
|
4f91700da9
|
Bug 734847 part 2 - treewide changes resulting from the default-infallibility of hashtables; either remove useless result checks, or use the fallible version of APIs, depending on context, r=jlebar
--HG--
extra : rebase_source : 844b008c5167e6ca39a7ba9eeec8b30672938704
|
2012-05-18 13:30:49 -04:00 |
|
Vivien Nicolas
|
710001520e
|
Bug 722197 - Add a preference to map some domain names to localhost r=mcmanus
|
2012-05-11 12:59:19 -07:00 |
|
Gervase Markham
|
7200d21d60
|
Bug 716607 - Add .pm, .wf, .yt to PSL. r=pkasting.
|
2012-03-20 15:04:40 +00:00 |
|
Justin Lebar
|
0dbaf73150
|
Bug 729940 - Part 2: Stop using crappy hash functions in Gecko. r=bz
--HG--
extra : rebase_source : 6fa267a89878cc1a766d8618569debcea9b12e48
|
2012-03-12 18:53:18 -04:00 |
|
Gervase Markham
|
10729e0a43
|
Bug 712640 - Split PSL into "registry" and "owner-requested" sections. r=pkasting.
|
2012-03-06 11:49:00 +00:00 |
|
Ed Morley
|
d27ab2302c
|
Backout afeafc02c1de, dfae37833c9b & f9f51c726fa7 (bug 729940 parts 1-3) for talos regressions
|
2012-03-05 15:22:28 +00:00 |
|
Justin Lebar
|
e1a9198917
|
Bug 729940 - Part 3: Stop using crappy hash functions in Gecko. r=bz
|
2012-03-04 15:58:06 -05:00 |
|
Justin Lebar
|
8f94cc1764
|
Back out bug 729940 (a108aee:d75775d) due to 32-bit red.
|
2012-03-04 14:20:34 -05:00 |
|
Justin Lebar
|
169d0f30f5
|
Bug 729940 - Part 3: Stop using crappy hash functions in Gecko. r=bz
|
2012-03-04 13:49:42 -05:00 |
|
Jothan Frakes
|
d7460932d9
|
Bug 694030 - make .qa have open registration at 2nd level in PSL. r=gerv.
|
2012-02-21 16:54:15 +00:00 |
|
Jothan Frakes
|
7e1d29b285
|
Bug 688908 - standardize formatting of .asia entry in PSL. r=gerv.
|
2012-02-21 16:51:34 +00:00 |
|
Gervase Markham
|
29360ed68f
|
Bug 687459 - add co.ua and pp.ua private registries to PSL.
|
2012-02-21 16:50:02 +00:00 |
|
Gervase Markham
|
a6525467b0
|
Bug 685781 - add CentralNIC domain jp.net to the PSL.
|
2012-02-21 16:45:36 +00:00 |
|
Gervase Markham
|
89123d3b8e
|
Bug 676359 - add exceptions for www.ck and www.gt to PSL.
|
2012-02-21 16:42:44 +00:00 |
|
Gervase Markham
|
7428bc78a0
|
Bug 666500 - Add co.cl and mil.cl to PSL.
|
2012-02-21 16:39:47 +00:00 |
|