Eric Rahm
53a247fb00
Bug 806819 - Part 4: Add files that were excluded from unified builds back in. r=ehsan
...
--HG--
extra : rebase_source : 49a3f57d94fc94702f1604175c4e206091b67197
2014-10-06 13:11:24 -07:00
Eric Rahm
80d2b8bba6
Bug 806819 - Part 3: Remove redundant FORCE_PR_LOG entries. r=ehsan
...
--HG--
extra : rebase_source : c96eea1c12ea8c19314393f0e8b4b57a4316a61d
2014-10-06 13:08:20 -07:00
Jacek Caban
28b2e29a7d
Bug 1067679 - mingw fixup.
2014-10-01 10:58:30 +02:00
James Willcox
d57ae2ce8d
Bug 1024614 - Guard against null resolver when flushing DNS cache r=sworkman
...
--HG--
extra : histedit_source : 028f9b336a9da0ede7fec22afc4cabd00b86222f
2014-09-26 13:31:22 -05:00
Daniel Stenberg
e3a15e4b5d
Bug 939318 - Detect network interface changes on Windows. r=mcmanus
...
Now supports IPv6 as well if a new enough windows version is used.
Which notification function to use is detect at run-time.
Now sends CHANGED event if the online interface(s) are different in any
way since it was previously checked and considered UP. CHANGED is sent
before UP in case both are detected. It does not send any CHANGED events
during the first 2 seconds after startup.
nIOService: split up the network event receiver function from the
network status init function and have the event receiver act on the
incoming event.
DNSservice: acts on network changes (flushes the host cache and restarts
ongoing name resolves)
HttpHandler: acts on network changes
2014-09-24 23:14:00 -04:00
Steve Workman
2f4a61e5cb
Bug 1070966 - Change WrapRunnableNM to NS_NewRunnableMethodWithArg r=mcmanus
2014-09-24 09:56:13 -07:00
Ed Morley
0b6dc6427d
Backed out changeset 89d06d103c10 (bug 939318) for Valgrind failures; CLOSED TREE
2014-09-24 16:17:57 +01:00
Daniel Stenberg
3984adf1be
Bug 939318 - Detect network interface changes on windows. r=mcmanus
...
Now supports IPv6 as well if a new enough windows version is used.
Which notification function to use is detect at run-time.
Now sends CHANGED event if the online interface(s) are different in any
way since it was previously checked and considered UP. CHANGED is sent
before UP in case both are detected. It does not send any CHANGED events
during the first 2 seconds after startup.
nIOService: split up the network event receiver function from the
network status init function and have the event receiver act on the
incoming event.
DNSservice: acts on network changes (flushes the host cache and restarts
ongoing name resolves)
HttpHandler: acts on network changes
2014-09-23 03:48:00 -04:00
David Major
113341cd89
Bug 1067679 followup - fix build bustage with VS2013.
...
--HG--
extra : rebase_source : 63b5b6795d53d70b2d3b3efa1efee1ea2ae2b9df
2014-09-22 13:52:28 +12:00
John Sullivan
b691107c76
Bug 1067679 - Call DnsQuery in addition to getaddrinfo to get DNS TTL on Windows r=sworkman
2014-09-20 15:10:18 -07:00
Gervase Markham
f2fed6481f
Bug 1061266 - New TLD additions for gTLDs contracted with ICANN from 2014-07-25 to 2014-09-01. r=gerv
2014-09-02 07:27:00 +02:00
Gervase Markham
a9a604f9a7
Bug 1061264 - Add service.gov.uk to the PSL. Patch by David Illsley <david.illsley@digital.cabinet-office.gov.uk>. r=gerv.
2014-09-02 08:07:00 +02:00
Ryan VanderMeulen
0efb1eb5c4
Backed out 7 changesets (bug 939318) for frequent Win7/Win8 xpcshell failures. a=backout
...
Backed out changeset 21dcd9e1b607 (bug 939318)
Backed out changeset cc131cf9ef81 (bug 939318)
Backed out changeset 02925699b9bb (bug 939318)
Backed out changeset a2d39ac660a6 (bug 939318)
Backed out changeset eeb8897aaa59 (bug 939318)
Backed out changeset d1e1ca369322 (bug 939318)
Backed out changeset 37bee525b188 (bug 939318)
2014-08-26 15:56:51 -04:00
Dragana Damjanovic
8bc6d0e95f
Bug 947721 - Fix function CancelAsyncRequest and add the same function for the child process. r=sworkman
...
--HG--
extra : rebase_source : b89d296732cd65e8bfc0c6ff563095a668484eae
2014-08-26 05:09:00 -04:00
Daniel Stenberg
458b97f93e
Bug 939318 - Detect network interface changes on windows properly. r=mcmanus
...
Now supports IPv6 as well if a new enough windows version is used.
Which notification function to use is detect at run-time.
Now sends CHANGED event if the online interface(s) are different in any
way since it was previously checked and considered UP. CHANGED is sent
before UP in case both are detected.
nIOService: split up the network event receiver function from the
network status init function and have the event receiver act on the
incoming event.
DNSservice: acts on network changes (flushes the host cache)
HttpHandler: acts on network changes
2014-08-24 23:19:00 -04:00
Patrick McManus
de7e1803bc
Bug 820391 - Backout revision 4741ef815af9 for various regressions.
...
DONTBUILD
2014-08-21 10:53:11 -04:00
Ryan VanderMeulen
30e63485d6
Backed out changeset 49502f43bd03 for landing with the wrong bug number.
2014-08-21 11:03:02 -04:00
Patrick McManus
d8cd53790d
bug 820931 - backout 4741ef815af9 r=backout
...
--HG--
extra : rebase_source : d862e877dd3d28df5322b3464e3c0b10a460a56d
2014-08-21 10:53:11 -04:00
josullivan
fa4f761593
Bug 820391: Use DnsQuery on Windows. r=sworkman
...
From 21e22e494541d5e4c085a6ba84e1bc5b4c92330e Mon Sep 17 00:00:00 2001
---
netwerk/dns/DNS.cpp | 65 +++++++-
netwerk/dns/DNS.h | 6 +
netwerk/dns/GetAddrInfo.cpp | 362 +++++++++++++++++++++++++++++++++++++++++
netwerk/dns/GetAddrInfo.h | 65 ++++++++
netwerk/dns/moz.build | 1 +
netwerk/dns/nsHostResolver.cpp | 320 ++++++++++++++++++++++++++----------
netwerk/dns/nsHostResolver.h | 43 ++++-
7 files changed, 766 insertions(+), 96 deletions(-)
create mode 100644 netwerk/dns/GetAddrInfo.cpp
create mode 100644 netwerk/dns/GetAddrInfo.h
2014-08-15 17:25:06 -07:00
Gervase Markham
7f958e1e10
Bug 1051892 - Fix comments in PSL. r=gerv
2014-08-13 07:39:00 -04:00
Frederico Neves
231897147b
Bug 1051875 - Update PSL for nom.br. r=gerv
2014-08-13 07:41:00 -04:00
Mehmet Gurevin
1dc7f018fb
Bug 1041035 - Add subTLDs for .tr to PSL. r=gerv
2014-08-13 07:45:00 -04:00
Stefano Rivera
631263f5ae
Bug 1040729 - Add yolasite.com to PSL. r=gerv
2014-08-13 07:51:00 -04:00
Jonathan Rudenberg
f809a85075
Bug 1037901 - Add flynnhub.com to PSL. r=gerv
2014-08-13 07:53:00 -04:00
Gervase Markham
36d1f2a82a
Bug 1028347 - Remove k12.nd.us from PSL. r=gerv
2014-08-13 07:55:00 -04:00
Stefan Meinecke
d54cd46bff
Bug 1024631 - Remove additional line breaks between 4rd level .us tld sections. r=gerv
2014-08-13 07:59:00 -04:00
Ben Cartwright-Cox
133acff6fa
Bug 1025002 - Update .et in PSL. r=gerv
2014-06-25 08:31:00 -04:00
Gervase Markham
4816930126
Bug 1024740 - Change one instance of engineering to engineer in the PSL. r=gerv
2014-06-13 02:40:00 -04:00
Nicholas Nethercote
a7cf4142b4
Bug 1050009 - Initialize pldhash tables with a length, not a capacity. r=roc.
...
* * *
imported patch rm-dummy-params
--HG--
extra : rebase_source : c25987eb11bae197218d5fc53b77def19afa36ac
2014-08-06 06:31:21 -07:00
Andrew McCreight
228d194059
Bug 1046281 - Use the simpler version of nsTHashtable memory reporters. r=njn
2014-08-05 13:27:41 -07:00
Gervase Markham
5990baaf11
Bug 1045295 - Update PSL with new TLD additions for TLDs contracted with ICANN from 06/05/2014 - 07/24/2014. r=gerv
2014-08-05 11:00:00 -04:00
Ehsan Akhgari
0403683a4f
Bug 1047782 - Fix some bad impliciit constructors in netwerk/; r=mcmanus
2014-08-05 09:20:50 -04:00
Ehsan Akhgari
748c8aca19
Bug 1048271 - Fix more bad implicit constructors in netwerk; r=mcmanus
2014-08-05 09:20:24 -04:00
Byron Campen [:bwc]
272d9b26ec
Bug 963524 - Avoid setting SO_REUSEADDR when binding a UDP socket to port 0, since the linux kernel might select an already open port. r=mcmanus
2014-07-30 15:02:58 -07:00
Patrick McManus
7b3d6bf83d
Bug 354493 - revert Add nsINetworkZonePolicy to protect resources loaded from private IPs r=backout a=backout
2014-07-24 10:05:36 -04:00
Byron Campen [:bwc]
56c34f115a
Bug 1042873: Add the appropriate byte-order conversion to ChildDNSRecord::GetNextAddr r=mcmanus
2014-07-23 11:48:05 -07:00
Mike Hommey
bc5d6801bb
Bug 1041860 - Avoid setting FINAL_LIBRARY to libraries that further use a FINAL_LIBRARY. r=mshal
2014-07-23 08:37:51 +09:00
Steve Workman
111df17ab2
Bug 354493 - Add nsINetworkZonePolicy to protect resources loaded from private IPs r=mcmanus
2014-07-17 11:08:20 -07:00
Birunthan Mohanathas
fed231c37c
Bug 1039653
- Remove unused nsIDNSRequest.idl. r=mcmanus
2014-07-16 12:02:34 -07:00
Gijs Kruitbosch
4f7edd8671
Bug 693808 - part 0: add function decorator to nsIDNSListener, r=bsmedberg
2014-07-11 23:55:17 +01:00
Valentin Gosu
fef5dffe51
Bug 1026022 - Check that string is UTF8. r=mcmanus
2014-07-02 19:12:19 +03:00
Nicu Badescu
6c4361b20f
Bug 1026656 - Fix resolve accessing temporary variable. r=valentin.gosu, r=mcmanus
2014-06-22 15:55:00 -04:00
Benoit Jacob
ff32bb14c1
Bug 1028588 - Fix dangerous public destructors in netwerk/ - r=mcmanus
2014-06-24 12:36:44 -04:00
Nicholas Nethercote
aaf6fb2124
Bug 1010064 - Allow memory reports to be anonymized. r=bsmedberg.
...
--HG--
extra : rebase_source : 5eb756b17a97e751deb0f47e909fdb35533cb23b
2014-05-20 23:06:54 -07:00
Gervase Markham
12fa73157c
Bug 1024514 - Add more new gTLD PSL entries. r=gerv
2014-06-12 07:56:00 -04:00
Chris Raynor
d8ab900fda
Bug 962360 - Add firebaseapp.com to the PSL. r=gerv
2014-06-11 06:21:00 -04:00
Gavin Brown
52cae0cede
Bug 1006570 - Add com.se to the PSL. r=gerv
2014-06-11 06:23:00 -04:00
Gervase Markham
8548e8dd88
Bug 981927 - Update public suffix list for .cm. r=gerv
2014-06-12 07:38:00 -04:00
Gervase Markham
d46e10602a
Bug 985495 - Add nfshost.com to PSL. r=gerv
2014-06-12 07:31:00 -04:00
Michael Daly
907b61b107
Bug 1015214 - Update PSL for .uk. r=gerv
2014-06-12 06:53:00 -04:00
Gervase Markham
a1a3a568c4
Bug 969471 - Remove csiro.au from PSL (again, and finally). r=gerv
2014-06-10 08:57:00 -04:00
Gervase Markham
a611654fea
Bug 984824 - Remove act.gov.au from the PSL. r=gerv
2014-06-10 08:56:00 -04:00
Gervase Markham
d9ae2c4530
Bug 990543 - Add 2nd level IDN ccTLDs for .срб (.srb). r=gerv
2014-06-10 08:52:00 -04:00
Gervase Markham
0b35ffb9cf
Bug 1003034 - Remove pskov.ru from PSL. r=gerv
2014-06-10 08:45:00 -04:00
Gervase Markham
ba492af591
Bug 1007529 - Update PSL for nid.io. r=gerv
2014-06-10 08:38:00 -04:00
Simone Carletti
6d7c899ac0
Bug 1008202 - Update PSL for .nz. r=gerv
2014-05-20 01:38:00 -04:00
Ángel González
31a951788d
Bug 791769 - Update PSL for .ve. r=gerv
...
Adds arts.ve, firm.ve, gob.ve, int.ve, rec.ve, store.ve, tec.ve
2014-05-20 20:52:24 +02:00
Ángel González
5284abef16
Bug 1000668 - Update PSL for .bb (co.bb and tv.bb). r=gerv
2014-05-20 21:08:56 +02:00
Ángel González
84eefaa559
Bug 1000663 - Update PSL for .vu. r=gerv
2014-05-20 21:30:01 +02:00
Ángel González
be07e072f1
Bug 982776 - Add .gov.ar to the PSL. r=gerv
2014-05-20 22:14:19 +02:00
Ángel González
1b2b0cc605
Bug 978972 - Add amazonaws.cn domains to the PSL. r=gerv
2014-05-20 21:53:05 +02:00
Birunthan Mohanathas
189593520f
Bug 869836 - Part 4: Use EqualsLiteral instead of `Equals(NS_LITERAL_STRING(...))`. r=ehsan
2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
5f1fde8824
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
2014-04-27 03:06:00 -04:00
Georg Koppen
ef52c3bbf9
Bug 971153 - Write a test for bug 751465. r=mcmanus
...
This patch adds a) a test for the fixed proxy bypass in bug 751465 and
makes b) some underlying changes to the nsDNSService to be able to write
that test in the first place.
2014-04-15 22:13:00 +02:00
Angel Gonzalez
90065efbdf
Bug 986241 - Fix wrong .it entries containing a space r=gerv
2014-03-21 18:11:22 +01:00
Simone Carletti
a46fb0f8a7
Bug 967524 - Update to CentralNic SLDs. r=gerv
2014-03-21 08:52:01 -04:00
Simone Carletti
9ab7404efc
Bug 985464 - Add outsystemscloud.com to PSL. r=gerv
2014-03-19 13:42:38 -04:00
Simone Carletti
2a330159b3
Bug 984995 - Update PSL for .se. r=gerv
2014-03-19 13:42:38 -04:00
Simone Carletti
bb4cbea7bd
Bug 981273 - New TLD additions for TLDs contracted with ICANN from 02/25/2014 - 03/13/2014. r=gerv
2014-03-19 13:30:28 -04:00
Ryan VanderMeulen
b28e8c69b0
Backed out changeset f6478f166f2f (bug 967524) for bustage.
2014-03-19 13:13:18 -04:00
Simone Carletti
6bbe634f98
Bug 967524 - Update to CentralNic SLDs. r=gerv
2014-03-19 13:05:03 -04:00
Patrick McManus
7d75165d03
bug 982565 - make dns ttl and grace period prefs respect 1s granularity r=sworkman
2014-03-09 06:01:56 -04:00
Nicholas Nethercote
1fde526a60
Bug 969902 - Fix a problem with DNS memory reporting measurement. r=sworkman.
...
--HG--
extra : rebase_source : a9fba2e21b2f9ecb267367a9006883d2bbd313e4
2014-03-10 15:44:35 -07:00
Patrick McManus
65a93d8544
bug 981513 - revert 807441 r=sworkman
...
--HG--
extra : rebase_source : d2c219fe01b6e4e0fdf25b920df0091039cf4c18
2014-03-09 11:00:18 -04:00
Simone Carletti
c0efc095f1
Bug 980870 - Update PSL for .IT to include Regions and Provice reserved suffixes. r=gerv
2014-03-10 08:57:51 -04:00
Simone Carletti
c450eb3672
Bug 980872 - Update PSL for .JP. r=gerv
2014-03-07 11:37:21 -05:00
Simone Carletti
c4ff09a889
Bug 980864 - Update PSL for .MS. r=gerv
2014-03-07 11:37:21 -05:00
Simone Carletti
2e0b0ea5af
Bug 980844 - Add mp.br to PSL. r=gerv
2014-03-07 09:08:03 -05:00
Simone Carletti
956673f2dc
Bug 980841 - Add desa.id to PSL. r=gerv
2014-03-07 09:00:53 -05:00
Simone Carletti
400306db18
Bug 980837 - Remove trailing spaces from PSL. r=gerv
2014-03-07 09:00:52 -05:00
Simone Carletti
e0aa7c400d
Bug 968310 - New TLD additions for TLDs contracted with ICANN from 01/15/2013 - 03/07/2014. r=gerv
2014-03-07 08:55:16 -05:00
Simone Carletti
b59464a866
Bug 969087 - Add GitHubUserContent.com to PSL. r=gerv
2014-02-24 09:41:55 -05:00
Ehsan Akhgari
d91d200572
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
2014-02-10 17:57:01 -05:00
Gervase Markham
836b08c506
Bug 968892 - Fix typo in romanized name for China. r=weppos
2014-02-10 15:58:47 -05:00
Simone Carletti
3237cf6f7a
Bug 966197 - Make sure all suffixes in PSL are lower-case. r=gerv
2014-02-07 15:32:41 -05:00
Simone Carletti
2e107e3204
Bug 965744 - PSL changes for Google private domains. r=gerv
2014-01-30 11:32:08 -05:00
Simone Carletti
4799fe01c3
Bug 965740 - Add Microsoft azure to PSL. r=gerv
2014-01-30 11:17:11 -05:00
Simone Carletti
c065c40e58
Bug 962945 - Remove duplicate .works entry from PSL. r=gerv
2014-01-24 08:46:11 -05:00
Simone Carletti
953dc6bb99
Bug 951060 - New TLD additions for TLDs contracted with ICANN until January 20th, 2014. r=gerv
2014-01-21 11:40:20 -05:00
Josh Aas
31f560c053
Bug 960648: Consistently mark IPDL methods as MOZ_OVERRIDE. Part 2. r=bent
2014-01-17 13:49:39 -06:00
Ryan Sleevi
c7175496e8
Bug 958299 - Remove PSL duplicates and fully contain all IANA-assigned gTLDs. r=gerv
2014-01-10 08:53:34 -05:00
Nicholas Hurley
21710e9462
Bug 957759 - Remove SRV experiment code (helps prevent crashes). r=mcmanus
2014-01-09 13:50:04 -08:00
Birunthan Mohanathas
d05644b6b3
Bug 784739 - Switch from NULL to nullptr in remaining directories; r=ehsan
...
--HG--
extra : rebase_source : 1ff19b2c8fd0e77fa8e822f5007a9fa3a6b6d474
2014-01-06 10:06:04 -05:00
Ehsan Akhgari
1b83407ce9
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
...
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.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 PRUnichar char16_t
2014-01-04 10:02:17 -05:00
Nicholas Nethercote
91175eb896
Bug 955942 (part 2) - Remove MemoryUniReporter. r=mccr8.
...
--HG--
extra : rebase_source : 9d70016cb19637ffece6409a184bf41d574cc6b4
2013-12-07 22:09:10 -08:00
Nicholas Hurley
2226c6cbb3
Bug 950888 - Check for null DNS results before using them. r=mcmanus
2013-12-19 12:54:47 -08:00
Ryan VanderMeulen
8c7c4ef7ab
Merge m-c to inbound on a CLOSED TREE.
2013-12-11 22:39:20 -05:00
Jason Duell
0c4425831b
Bug 945066: remote nsIDNSService to child. r=jdm
...
* * *
bug 945066. Fix windows bustage. r=jduell
2013-12-11 11:03:51 -08:00
Carsten "Tomcat" Book
e249bd1a6e
Backed out changeset 3072c9af15b3 (bug 945066) for fixing bustage on a CLOSED TREE
2013-12-11 11:51:35 +01:00
Jason Duell
29c283ea19
Bug 942317. Bustage fix for windows r=bustage
2013-12-11 02:05:40 -08:00
Jason Duell
6625975d9d
Bug 945066: Make nsIDNSService work on child processes. r=jdm
2013-12-11 01:37:57 -08:00
Simone Carletti
cdda7e348f
Bug 947705 - Remove k12.wv.us from PSL. r=gerv
2013-12-11 10:35:02 -05:00
Jacek Caban
968e0eda5b
Bug 942317 - Fixed cross compilation on case sensitive OSes.
2013-12-11 10:47:03 +01:00
Birunthan Mohanathas
3440613a39
Bug 713082 - Part 2: Rename Util.h to ArrayUtils.h. r=Waldo
...
--HG--
rename : mfbt/Util.h => mfbt/ArrayUtils.h
2013-12-08 21:52:54 -05:00
Nicholas Hurley
f18b3e02a2
Bug 942317 - An experiment to test how reachable SRV records are in the wild. r=mcmanus
2013-12-05 15:23:22 -08:00
Ryan VanderMeulen
56c1559879
Backed out changeset 13c1b3a2d135 (bug 880625) for xpcshell failures.
2013-12-02 13:07:46 -05:00
Simone Carletti
ce88425110
Bug 945002 - Update PSL for .GG and .JE. r=gerv
2013-12-02 12:51:26 -05:00
Simone Carletti
5795c88ef6
Bug 880625 - Updates to the PSL (A-C). r=gerv
...
This patch also includes an update for the test suite (Bug 943800).
2013-12-02 11:53:32 -05:00
Ms2ger
9d06a0c27f
Merge mozilla-inbound to mozilla-central.
2013-11-29 09:54:12 +01:00
Ms2ger
4cd3e164ae
Bug 937224 - Part g: Move LOCAL_INCLUDES to moz.build in netwerk/; r=mshal
2013-11-28 15:25:39 +01:00
Wes Kocher
f9514403b8
Backed out changeset a8808a02a661 (bug 880625) for PSL test failure
2013-11-26 17:30:34 -06:00
Simone Carletti
9928ab8946
Bug 941675 - Reformatting comment entries. r=gerv
2013-11-26 17:25:24 -05:00
Simone Carletti
8a19ba7d65
Bug 941670 - Remove lib.wv.us from PSL. r=gerv
2013-11-26 17:25:24 -05:00
Simone Carletti
b4a879abb1
Bug 941665 - Update PSL for .MT. r=gerv
2013-11-26 17:25:24 -05:00
Simone Carletti
968546de2a
Bug 880625 - Updates to the PSL (A-C). r=gerv
2013-11-26 17:25:23 -05:00
Nicholas Nethercote
39004db706
Bug 936964 (part 7, attempt 2) - Make lots of classes report their own memory consumption, instead of using a separate reporter class. r=mccr8,sr=bz.
...
* * *
Bug 936964 (part 7b) - Fix a use-after-free found by ASan.
--HG--
extra : rebase_source : d38ab6b63e9d576773baf8e55fa4f7182c33915e
2013-11-07 16:35:30 +11:00
Ehsan Akhgari
a903aefdc0
Backed out 9 changesets (bug 943660, bug 936964) because of ASAN use-after-free crashes on browser-chrome and mochitest-other
...
Backed out changeset 85486c4aa3d8 (bug 936964)
Backed out changeset 25312eb71998 (bug 936964)
Backed out changeset 6dbb8333960c (bug 936964)
Backed out changeset da6465ad476f (bug 936964)
Backed out changeset a87ffc992f38 (bug 936964)
Backed out changeset 4ae3a61182db (bug 936964)
Backed out changeset 34e9c3137804 (bug 936964)
Backed out changeset fd1459e71585 (bug 936964)
Backed out changeset 3e8a701d8bdc (bug 943660)
Landed on a CLOSED TREE
--HG--
rename : content/canvas/src/WebGLMemoryTracker.h => content/canvas/src/WebGLMemoryReporterWrapper.h
2013-11-27 20:05:00 -05:00
Nicholas Nethercote
bc475c75df
Bug 936964 (part 7) - Make lots of classes report their own memory consumption, instead of using a separate reporter class. r=mccr8,sr=bz.
...
--HG--
rename : content/canvas/src/WebGLMemoryReporterWrapper.h => content/canvas/src/WebGLMemoryTracker.h
extra : rebase_source : 611e8d35907959b163aeced1c4ffe1d265048fe6
2013-11-07 16:35:30 +11:00
Steve Workman
fbfc3b3e45
Bug 938803 - Correct typo in nsHostResolver::ResolveHost for Bug 941884: 'he' to 'unspecHe' r=mcmanus
2013-11-25 14:58:29 -08:00
Nicholas Nethercote
9aa62569a7
Bug 893857 (part 2) - Add a memory reporter for the DNS service. r=sworkman.
...
--HG--
extra : rebase_source : 7d88cf2ef5ad4b58b377f0cec66349b5e26bfc8e
2013-11-24 15:24:12 -08:00
Ehsan Akhgari
869d0af69a
Bug 942489 - Deunify more files that are caught by bug 941854; r=BenWa
2013-11-24 01:29:24 -05:00
Mike Hommey
aaacc118f4
Bug 941450 - Add some GENERATED_FILES to moz.build. r=gps
2013-11-22 08:16:18 +09:00
Steve Workman
7d8127dc14
Bug 941884 - Add some null checks for nsHostRecords r=mcmanus
2013-11-22 11:15:52 -08:00
Steve Workman
e21282a34b
Bug 941884 - Add negative DNS cache entries to the eviction queue r=mcmanus
2013-11-22 11:15:51 -08:00
Ed Morley
1a9ee1c710
Backed out changeset c30371a66429 (bug 941450)
2013-11-22 15:59:22 +00:00
Ehsan Akhgari
e4e3619084
Follow-up to bug 941406 - Mark a variable as DebugOnly in order to shut up the compiler warning
...
Landed on a CLOSED TREE
2013-11-22 10:56:47 -05:00
Michael Shuen
93d03afea3
Bug 941406 - Build netwerk/dns in unified mode. r=ehsan
...
--HG--
extra : rebase_source : 4fe433d134bb2762c269248963ac5ce53025faab
2013-11-22 10:35:18 -05:00
Nathan Froyd
e9d9f618bc
Bug 941598 - constify PLDHashTableOps in netwerk/; r=jduell
2013-11-20 13:17:01 -05:00
Mike Hommey
2f9d386e67
Bug 941450 - Add some GENERATED_FILES to moz.build. r=gps
2013-11-22 08:16:18 +09:00
Steve Workman
275393efdc
Bug 938803 - Improve DNS debugs to show which path is taken in nsHostResolver::ResolveHost r=mcmanus
2013-11-21 13:35:44 -08:00
Simone Carletti
4588225f86
Bug 940478 - Format comment for Bug 547985 according to the conventions adopted by the recent similar patches. r=gerv
2013-11-19 14:56:57 -05:00
Simone Carletti
945f5b8f4c
Bug 940478 - Remove nt.gov.au from PSL. r=gerv
2013-11-19 14:56:57 -05:00
Mike Hommey
2812d11fce
Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
...
Landing on a CLOSED TREE.
2013-11-19 11:50:54 +09:00
Mike Hommey
e06d795c71
Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps
2013-11-19 11:48:10 +09:00
Mike Hommey
e80e877ab7
Bug 939044 - Remove most definitions of MODULE. r=mshal
2013-11-19 11:47:39 +09:00
Mike Hommey
ffe0380912
Bug 935881 - Use FINAL_LIBRARY for all (fake) libraries that end up linked in a single other library. r=gps
2013-11-19 11:47:14 +09:00
Ms2ger
dacb9165d8
Merge fx-team into mozilla-central.
2013-11-17 14:27:37 +01:00
Makoto Kato
be0206f4b3
Bug 935499. r=honzab
2013-11-16 18:30:12 +09:00
Simone Carletti
678daaa486
Bug 939113 - Update PSL for .IM. r=gerv
2013-11-15 21:47:03 -05:00
Simone Carletti
ad094d567e
Bug 936769 - Add newly-minted gTLDs to the PSL (to 2013-11-15). r=gerv
2013-11-15 08:16:12 -05:00
Jason Duell
79ec883c29
Bug 934805 - Ensure client code passes in sane argument to baseDomain functions. r=hurley
2013-11-15 21:46:39 -05:00
Steve Workman
531e509b8a
Bug 853423 - Block speculative connections for local IP addresses r=mcmanus
2013-11-10 22:59:40 -08:00
Zack Weinberg
8ce5c1241b
Bug 933494: add public suffix list tests for internationalized domain names. r=gerv
2013-11-07 14:10:58 -05:00
Simone Carletti
a1977806af
Bug 925176 - Remove exceptions for .OM gTLD. r=gerv
...
There is no more wildcard rule. Exceptions are not required.
2013-11-06 08:59:54 -05:00
Simone Carletti
58284e8108
Bug 934131 - Remove k12.sd.us from PSL. r=gerv
2013-11-05 11:19:29 -05:00
Simone Carletti
2f7940fb2e
Bug 927072 - Add Cupcake to PSL
2013-10-15 12:40:00 +01:00
Mike Hommey
b000a846c2
Bug 929905 - Consolidate sources in moz.build. r=gps
2013-10-25 08:23:05 +09:00
Simone Carletti
8005abd5e9
Bug 910651 - Add newly-minted gTLDs (from July to September 2013) to the PSL. r=gerv
2013-10-15 13:54:10 -04:00
Ehsan Akhgari
3a4ed11774
Bug 919296 - Minimize the #includes in netwerk/ IDL files; r=mcmanus
2013-09-22 23:35:05 -04:00
Birunthan Mohanathas
8975ae03b9
Bug 784739 - Switch from NULL to nullptr in netwerk/ (1/2); r=ehsan
2013-09-19 15:28:26 -04:00