Ehsan Akhgari
ebd358dfd7
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
Ethan Tseng
982adc59ca
Bug 952006 - [RTSP][Video] System crash while RTSP reconnecting. r=sworkman
2013-12-19 16:51:23 +08:00
Steve Workman
c6fbc40b34
Bug 947391 - Add test for HTTP response timeouts r=mcmanus
2013-12-18 15:03:48 -08:00
Steve Workman
05ff22ac54
Bug 947391 - Add a timeout for initial HTTP responses r=mcmanus
2013-12-18 15:03:48 -08:00
Nicholas Nethercote
82b05b710d
Bug 955942 (part 2) - Remove MemoryUniReporter. r=mccr8.
...
--HG--
extra : rebase_source : 9d70016cb19637ffece6409a184bf41d574cc6b4
2013-12-07 22:09:10 -08:00
John Shih
c7c4b1e5c3
Bug 922926 - Part 3: Rebase code in necko. r=mcmanus
2013-11-22 10:42:11 +08:00
Gregory Szorc
97c0ff0e56
Bug 951352 - Disallow XPIDL_MODULE if XPIDL_SOURCES isn't defined; r=glandium
...
Once upon a time XPIDL_MODULE and MODULE were kind of the same and
MODULE got mass-converted into XPIDL_MODULE with the removal of MODULE
in bug 939044. Unfortunately, we forgot to add a check for XPIDL_MODULE
being defined if XPIDL_SOURCES isn't (a build config that makes no sense
and only results in cargo culting).
This patch corrects that oversight.
--HG--
extra : rebase_source : d609e2baa8d16df97c944bc9def26ad05527d937
2013-12-17 12:45:56 -08:00
Nicholas Hurley
8963c3dc7a
Bug 950888 - Check for null DNS results before using them. r=mcmanus
2013-12-19 12:54:47 -08:00
Isura Edirisinghe
1542439ab5
Bug 676907 - Refactor (replace) calls to Gestalt because it is deprecated in OS X 10.8 and will not work in after 10.9. r=BenWa
2013-12-19 11:42:19 -05:00
Honza Bambas
399938269a
Bug 951713 - CacheIOThread causes activity spikes during idle, r=michal
2013-12-19 01:39:16 +01:00
Ryan VanderMeulen
16e73dd936
Backed out changesets 58db1fb509be and 7301ccf7e0be (bug 947391) for Android xpcshell orange.
2013-12-18 19:41:29 -05:00
Steve Workman
ec3329319a
Bug 947391 - Add test for HTTP response timeouts r=mcmanus
2013-12-18 15:03:48 -08:00
Steve Workman
8042f61bcb
Bug 947391 - Add a timeout for initial HTTP responses r=mcmanus
2013-12-18 15:03:48 -08:00
Honza Bambas
35f470e6f8
Bug 917423 - HTTP cache v2: Migrate Wyciwyg to the new cache API, r=michal
2013-12-18 17:06:40 +01:00
Ryan VanderMeulen
01e5988548
Merge m-c to inbound.
2013-12-17 16:20:31 -05:00
Patrick McManus
12ee235033
bug 950910 - http default reason phrases r=hurley
2013-12-17 10:21:39 -05:00
Patrick McManus
3dc4e05d31
bug 950906 - http log needs [al/n]pn info r=hurley
2013-12-17 10:21:37 -05:00
Gregory Szorc
158ed8b3ec
Bug 774572 - Part 2: Define JAR_MANIFESTS in moz.build files; r=glandium
...
Every directory with a jar.mn now has JAR_MANIFESTS defined in its
moz.build file.
We also removed the may_skip special consideration of jar.mn files
because this information is now available during tier traversal by the
reader courtesy of the variables being present in moz.build files.
--HG--
extra : rebase_source : 21049b15e6bd9cf65b0805ccaccc4ba5aae93c98
extra : amend_source : 0b1ea866d725beef92d37c6f6d475369ac002e19
2013-12-10 16:18:11 +09:00
Nicholas Hurley
359b23e46f
Bug 948757 - Don't flood servers with bunches of speculative connections. r=mcmanus
2013-12-17 10:45:46 -08:00
Steve Workman
b2f2fcadde
Bug 444328 - Add PRFileDescAutoLock and LockedPRFileDesc to automate and enforce calls to Get|ReleaseFD_Locked r=mcmanus
2013-12-16 16:46:09 -08:00
Michal Novotny
79f086b3bf
Bug 926069 - CacheFile must not create new entry when key is a hash, r=honzab
2013-12-16 18:01:54 +01:00
Trevor Saunders
907dfc4528
bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj
2013-12-12 20:50:01 -05:00
John Shih
116a64dd48
Bug 940740 - Make sure do_GetService called in mainthread. r=mcmanus
2013-12-13 16:33:46 +08:00
Makoto Kato
799032a258
Bug 948837 - Remove workaround of Bug 617115. r=blassey
2013-12-12 16:32:20 +09:00
Mike Hommey
3325256d97
Bug 945042 - Move NO_PROFILE_GUIDED_OPTIMIZE to moz.build. r=gps,r=njn
2013-12-09 13:39:26 +09:00
Ryan VanderMeulen
cb5b5eee51
Merge m-c to inbound on a CLOSED TREE.
2013-12-11 22:39:20 -05:00
Ryan VanderMeulen
3346260331
Backed out changesets 3d388fb26b80 and d19900a57d64 (bug 948777) for bustage on a CLOSED TREE.
2013-12-11 21:54:00 -05:00
Jason Duell
cbec7de3de
Bug 945066: remote nsIDNSService to child. r=jdm
...
* * *
bug 945066. Fix windows bustage. r=jduell
2013-12-11 11:03:51 -08:00
Ryan VanderMeulen
106d512427
Merge b2g-inbound to m-c.
2013-12-11 13:24:26 -05:00
Carsten "Tomcat" Book
ef58a8307d
Backed out changeset 3072c9af15b3 (bug 945066) for fixing bustage on a CLOSED TREE
2013-12-11 11:51:35 +01:00
Ehsan Akhgari
1ee2d9d565
Bug 948777 follow-up: the rest of the patch
2013-12-11 21:21:17 -05:00
Ehsan Akhgari
b50fa87e4c
Bug 948777 - Build netwerk/sctp/src in unified mode; r=jesup
2013-12-11 21:19:38 -05:00
Jason Duell
cda90b5536
Bug 942317. Bustage fix for windows r=bustage
2013-12-11 02:05:40 -08:00
Jason Duell
dfd8de8742
Bug 945066: Make nsIDNSService work on child processes. r=jdm
2013-12-11 01:37:57 -08:00
Nathan Froyd
af8818a3c9
Bug 946870 - make the cookie service report its memory; r=ehsan,njn
2013-12-03 16:58:41 -05:00
Ryan VanderMeulen
e58ec03427
Merge b2g-inbound to m-c.
2013-12-10 15:38:44 -05:00
Nicholas Nethercote
bdfbbf7bcd
Bug 947798 (part 2) - Remove MemoryMultiReporter, because it's no longer helpful. r=mccr8.
...
--HG--
extra : rebase_source : f6f74de69d8c1d79d38b84b19dff5439efc41075
2013-12-07 21:39:47 -08:00
Wes Kocher
014210b334
Merge m-c to b2g-inbound
2013-12-09 20:47:35 -08:00
Masatoshi Kimura
cc6ac49bd5
Bug 942791 - Revert bug 427089. r=mayhemer
2013-12-10 07:47:30 +09:00
Ryan VanderMeulen
ca386608b9
Merge b2g-inbound to m-c.
2013-12-09 17:26:11 -05:00
Ryan VanderMeulen
3083eba130
Merge inbound to m-c.
2013-12-09 16:45:25 -05:00
Carsten "Tomcat" Book
d1456b8d0e
Backed out changeset 85196889c598 (bug 945042) PGO Test Bustage
2013-12-09 13:00:59 +01:00
Carsten "Tomcat" Book
488d65b1a9
merge mozilla-inbound to mozilla-central
2013-12-09 09:02:29 +01:00
Mike Hommey
eaa22cd1f1
Bug 945042 - Move NO_PROFILE_GUIDED_OPTIMIZE to moz.build. r=gps,r=njn
2013-12-09 13:39:26 +09:00
Mike Hommey
ae9cd73b74
Bug 946175 - Forbid assigning over a value previously set in moz.build. r=gps
2013-12-09 13:34:00 +09:00
Phil Ringnalda
5d8f74916d
Merge m-i to m-c
2013-12-08 18:53:55 -08:00
Phil Ringnalda
f676c9d65c
Backed out 5 changesets (bug 944665, bug 922465, bug 930282) for b2g xpcshell crashes
...
CLOSED TREE
Backed out changeset c4f970dd2a4f (bug 930282)
Backed out changeset 625f5303fc68 (bug 930282)
Backed out changeset bf8e90edd152 (bug 922465)
Backed out changeset a21b57c78253 (bug 944665)
Backed out changeset 9275a2efc9e3 (bug 944665)
--HG--
extra : rebase_source : bfbe3786e0db2073e26dc383b89525d22be0b3bd
2013-12-08 15:32:15 -08:00
Ehsan Akhgari
dd60c90eaa
Add a comment to netwerk/cache/moz.build to state why these files are not unified, no bug, DONTBUILD
2013-12-08 14:22:15 -05:00
Cervantes Yu
abb1abafe9
Bug 930282: Part 2: Mark PACMan thread and BackgroundHangMonitor thread. r=khuey
2013-12-07 10:28:42 +08:00
Vincent Chang
4f69c30882
Bug 947101 - Rtsp: Backward seek fail. r=sworkman
2013-12-06 15:29:07 +08:00
Chris Peterson
3502103ae7
Bug 946998 - Initialize UDPSocketParent pointer to nullptr. r=jduell
2013-12-05 15:41:46 -08:00
Birunthan Mohanathas
759ab69b0a
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
Phil Ringnalda
cce5e27704
Merge m-c to m-i
2013-12-08 17:32:55 -08:00
Ehsan Akhgari
985134650f
Bug 947734 - Build netwerk/protocol/about in unified mode; r=mcmanus
2013-12-09 08:17:11 -05:00
Jim Chen
7b9f8461d0
Bug 942470 - Don't apply user agent update if updates have been disabled. r=fabrice
2013-12-06 10:22:18 -05:00
Nicholas Hurley
8bf190eb1a
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
ad71ecfc91
Merge inbound to m-c.
2013-12-05 17:29:03 -05:00
Nicholas Hurley
bc50ead978
Bug 945779 - Add indices to more sql tables to help improve performance. r=honzab
2013-12-05 10:23:31 -08:00
Carsten "Tomcat" Book
5606953c9e
merge fx-team to m-c
2013-12-05 12:56:11 +01:00
Nicholas Nethercote
803d8a5bcc
Bug 943660 (part 2) - Remove remnants of Remove nsIMemoryReporter::name.
...
--HG--
extra : rebase_source : 900bd1c641b26623cccf14d952b5387223b489eb
2013-12-03 20:01:24 -08:00
Monica Chew
d7e15c47ae
Bug 919076 - Minimum set of changes to enable group and world readable files depending on umask. r=paolo
2013-11-27 11:34:09 -08:00
Boris Zbarsky
2cd1e57d1c
Bug 939510. nsInputStreamChannel should null out mContentStream when it's done loading it, so that long streams can die as needed. r=jduell
2013-12-04 08:02:00 -05:00
Steffen Wilberg
41c3083073
Bug 937789: Display SSL/TLS cipher suite prefs in about:config again, r=briansmith
...
--HG--
extra : rebase_source : 552f45bd2d854e047b53a90588be91d0d859b2da
2013-12-03 20:00:37 -08:00
Alessio Placitelli
92adedf291
Bug 943511 - Remove allocator parameters from methods using nsSegmentedBuffer. r=bsmedberg
2013-12-11 14:14:56 -05:00
Mike Shal
94d19c46f2
Bug 875013 - Remove VPATH; r=glandium
2013-11-21 14:57:06 -05:00
Patrick McManus
a1f75c37de
bug 946302 - SocketTransportService Going Offline takes too long r=jduell
2013-12-05 09:01:25 -05:00
Ryan VanderMeulen
9a5a3e3614
Merge m-c to inbound.
2013-12-11 13:38:14 -05:00
Simone Carletti
597fe33c20
Bug 947705 - Remove k12.wv.us from PSL. r=gerv
2013-12-11 10:35:02 -05:00
Jacek Caban
32bcc8b039
Bug 942317 - Fixed cross compilation on case sensitive OSes.
2013-12-11 10:47:03 +01:00
Chris Peterson
01b284c772
Bug 940194 - Build netwerk/cookie in unified mode. r=ehsan
...
--HG--
extra : rebase_source : 289b1d4bff761e81b0f93873932a06cc024a0fff
2013-12-02 22:52:50 -08:00
Jacek Caban
4ca5cc9b17
Bug 944907 - Fixed char16_t/wchar_t mismatch in netwerk/. r=mcmanus
...
--HG--
extra : rebase_source : dc84d4a33b8df669b63b62c5e3aaf06ef3ff1a6d
2013-12-03 15:54:59 +01:00
Phil Ringnalda
33afa7bd37
Bug 942470 - Disable test_user_agent_updates.html for intermittently failing to unset its override of the UA string, breaking other tests
2013-12-02 22:15:10 -08:00
Ehsan Akhgari
23326ff43b
Undef a bunch of macros at the end of translation units so that they don't leak into other unified files; no bug
...
--HG--
extra : rebase_source : 54c04f4aed43ef8a3139c69257a4ea672054da45
2013-12-02 20:56:50 -05:00
Phil Ringnalda
ee3f873a64
Bug 942470 - Disable test_user_agent_updates.html for intermittently failing to unset its override of the UA string, breaking other tests
...
CLOSED TREE
2013-12-02 19:24:30 -08:00
Ajitesh Gupta
6b707d4378
Bug 917047: Remove the security.enable_md5_signatures pref, r=briansmith
...
--HG--
extra : rebase_source : ae721bc7f91b399e61c2efb869e15ab902c810e0
2013-11-19 16:05:26 -08:00
Ryan VanderMeulen
70fa79869c
Backed out changeset 13c1b3a2d135 (bug 880625) for xpcshell failures.
2013-12-02 13:07:46 -05:00
Simone Carletti
a75c03645d
Bug 945002 - Update PSL for .GG and .JE. r=gerv
2013-12-02 12:51:26 -05:00
Sumit Agrawal
c4928abe6f
Bug 928321 - Implement a variant of safe-file-output-stream that doesn't flush by default. r=Yoric
2013-12-02 12:51:25 -05:00
Ben Kelly
1031c395ec
Bug 943414: Assert/warn if non-null prompt passed to nsICookieService. r=ehsan
2013-12-02 12:48:12 -05:00
Ben Turner
5e46d041d5
Bug 939182 - Add 'eventWasProcessed' argument to nsIThreadObserver::afterProcessNextEvent(), r=bsmedberg.
...
--HG--
extra : transplant_source : %5E%80p%D6%C6A%23%0AZ%06%23%16%155%DB%CE%F5%5CEx
2013-10-23 05:01:20 -07:00
Cervantes Yu
d713ee4776
Bug 930282: Part 2: Mark PACMan thread and BackgroundHangMonitor thread. r=khuey
2013-10-15 17:43:08 +08:00
Vincent Chang
9e77e68edf
Bug 895753 - Rtsp: Support suspend and resume to media stream server. r=sworkman
2013-11-25 19:40:22 +08:00
Honza Bambas
752584ada7
Bug 932046 - crash in mozilla::net::HttpChannelChild::OnRedirectVerifyCallback(unsigned int), r=jduell
2013-12-05 13:09:11 +01:00
Simone Carletti
0c7ce24c5e
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
Carsten "Tomcat" Book
1258a9335b
merge b2g-inbound to mozilla-central
2013-12-02 12:46:24 +01:00
Patrick McManus
c658be92e0
bug 943149 - nsHttpChannel::ResolveProxy may break AsyncOpen contract r=mayhemer
2013-11-29 10:14:01 -05:00
Masatoshi Kimura
2ffe06b1af
Bug 942791 - Ensure non-ASCII filenames are accessible in FTP directory listings. r=mayhemer
2013-11-29 23:37:57 +09:00
Ms2ger
a129edb4cb
Merge mozilla-inbound to mozilla-central.
2013-11-29 09:54:12 +01:00
Ms2ger
542ffabd00
Bug 937224 - Part g: Move LOCAL_INCLUDES to moz.build in netwerk/; r=mshal
2013-11-28 15:25:39 +01:00
Mike Hommey
9245936f8b
Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal
2013-11-27 22:55:07 +09:00
Mike Hommey
2b828323f2
Backout changeset 3fd4b546eed4 (bug 874266) and changeset a35d2e3a872f (bug 942043) for ASAN build bustage and Windows test bustage
...
--HG--
extra : amend_source : f20d09aeff1c8b5cbd0f1d24c7ce04e86f3aed1d
2013-11-28 14:24:05 +09:00
Nicholas Nethercote
f4f6c99f28
Bug 936964 (part 8, attempt 2) - Make nsCacheService report the disk and memory cache devices. r=hurley.
...
--HG--
extra : rebase_source : 29a04ef4bfdccba2797f713da3d54a64e3141421
2013-11-25 17:04:01 -08:00
Nicholas Nethercote
77419f6a47
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
Mike Hommey
d210f8ff00
Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal
2013-11-28 13:08:16 +09:00
Ehsan Akhgari
c3970a73fb
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
Michal Novotny
bb82725df2
Bug 926070 - Addref CacheFileIOManager while using it in its static methods, r=honzab
2013-11-28 00:56:25 +01:00
Nicholas Nethercote
90a968ec9d
Bug 936964 (part 8) - Make nsCacheService report the disk and memory cache devices. r=hurley.
...
--HG--
extra : rebase_source : 19895d97debc6ce028b8eb167179127e5e50b6da
2013-11-25 17:04:01 -08:00
Nicholas Nethercote
78e4d6490d
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
4b8badcdca
Bug 938803 - Cancel DNS refresh requested in classes implementing nsAHttpTransaction r=mcmanus
2013-11-27 10:19:14 -08:00
Steve Workman
670a468b63
Bug 938803 - Cancel DNS refresh requested in nsHttpChannel::mCaps r=mcmanus
2013-11-27 10:19:14 -08:00
Mike Hommey
c35f2d3106
Bug 943197 - Remove useless -DIMPL_LIBXUL. r=mshal
2013-11-27 17:13:05 +09:00
Wes Kocher
cde02a12a7
Backed out changeset 53c0f65599fe (bug 938803) for asserting too much
2013-11-26 19:45:16 -06:00
Wes Kocher
ff7bc32d41
Backed out changeset 8a25ee567449 (bug 938803)
2013-11-26 19:44:30 -06:00
Steve Workman
c8c37a255b
Bug 938803 - Cancel DNS refresh requested in classes implementing nsAHttpTransaction r=mcmanus
2013-11-26 16:09:49 -08:00
Steve Workman
a8988a350e
Bug 938803 - Cancel DNS refresh requested in nsHttpChannel::mCaps r=mcmanus
2013-11-26 16:09:49 -08:00
Wes Kocher
61015a3619
Backed out changeset a8808a02a661 (bug 880625) for PSL test failure
2013-11-26 17:30:34 -06:00
Patrick McManus
1cf2a2c447
Bug 942729, Part 2: Remove unused expected symmetric cipher mechanism, r=briansmith
...
--HG--
extra : rebase_source : 9630808b663d6a670c2e45d242177a640817f2ee
2013-11-25 18:12:40 -05:00
Brian Smith
1af2ea48ab
Bug 942729, Part 1: Re-enable TLS False Start, r=mcmanus
...
--HG--
extra : rebase_source : 9908b1cbc3a30e9868739a10a705de8dbf30c5e1
2013-11-20 13:49:33 -08:00
Simone Carletti
57b83dc436
Bug 941675 - Reformatting comment entries. r=gerv
2013-11-26 17:25:24 -05:00
Simone Carletti
4d744b79a8
Bug 941670 - Remove lib.wv.us from PSL. r=gerv
2013-11-26 17:25:24 -05:00
Simone Carletti
fb4cce76ea
Bug 941665 - Update PSL for .MT. r=gerv
2013-11-26 17:25:24 -05:00
Simone Carletti
facd6ce3e4
Bug 880625 - Updates to the PSL (A-C). r=gerv
2013-11-26 17:25:23 -05:00
Phil Ringnalda
4e094d1599
Bug 943208 - Stop force-enabling logging for ftp on Windows, and go back to building ftp unified, r=mcmanus
...
--HG--
extra : rebase_source : a0a638816f5330568b7560339c09a50bc3ee1688
2013-11-25 21:49:12 -08:00
Patrick Wang
1ee49af721
Bug 870660: Part 1: Add packat filter to UDPSocketParent/Child. r=jduell
2013-11-30 00:13:44 +08:00
Jeff Walden
e8adea9972
Bug 945533 - Convert various websocket code to mozilla/Endian.h. r=jduell
...
--HG--
extra : rebase_source : daf0ee75f70bd86952cf39192d5287657881e9c9
2013-05-04 22:22:55 -07:00
Jeff Walden
519b8ce8cd
Bug 945533 - Convert various server sockets to mozilla/Endian.h. r=sworkman
...
--HG--
extra : rebase_source : 9f0df49ac2341c8553dd4a585ec0500d3a32083f
2013-05-04 22:22:55 -07:00
Jeff Walden
9154d14697
Bug 945533 - Convert various spdy code to use mozilla/Endian.h rather than NSPR endianness conversion functions. r=mcmanus
...
--HG--
extra : rebase_source : 11b47056c1e14e0751c351ab199609e07e15399f
2013-05-03 15:51:35 -07:00
Phil Ringnalda
9df19d5da7
Bug 941854 followup, stop building ftp unified until it stops forcing logging
...
CLOSED TREE
2013-11-25 21:31:03 -08:00
Ehsan Akhgari
e24470c27b
Bug 941854 - Protect against two known bad patterns for unified builds; r=glandium
2013-11-25 20:38:30 -05:00
Steve Workman
aeb5a8d45c
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
bf145657e1
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
Birunthan Mohanathas
0816e609ee
Bug 784739 - Switch from NULL to nullptr in miscellaneous directories; r=ehsan
...
--HG--
extra : rebase_source : 8ace754e117a12e2599f5a90030f13a3a7064fed
2013-11-25 14:02:47 -05:00
Henri Sivonen
9a664db15c
Bug 863728 - Implement the replacement encoding. r=emk.
2013-11-25 10:06:56 +02:00
Ehsan Akhgari
5a56056193
Bug 942489 - Deunify more files that are caught by bug 941854; r=BenWa
2013-11-24 01:29:24 -05:00
Mike Hommey
b39418250a
Bug 941450 - Add some GENERATED_FILES to moz.build. r=gps
2013-11-22 08:16:18 +09:00
Steve Workman
7575943029
Bug 941884 - Add some null checks for nsHostRecords r=mcmanus
2013-11-22 11:15:52 -08:00
Steve Workman
7611429e43
Bug 941884 - Add negative DNS cache entries to the eviction queue r=mcmanus
2013-11-22 11:15:51 -08:00
Ed Morley
0e1036028c
Backed out changeset c30371a66429 (bug 941450)
2013-11-22 15:59:22 +00:00
Ehsan Akhgari
da9813f168
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
bb271874b3
Bug 941406 - Build netwerk/dns in unified mode. r=ehsan
...
--HG--
extra : rebase_source : 4fe433d134bb2762c269248963ac5ce53025faab
2013-11-22 10:35:18 -05:00
Ehsan Akhgari
b8368feb86
Back out part of bug 940215 because of a problem detected by bug 941854
2013-11-22 09:52:45 -05:00
Nathan Froyd
e035127d5b
Bug 941598 - constify PLDHashTableOps in netwerk/; r=jduell
2013-11-20 13:17:01 -05:00
Mike Hommey
f6b8ef93a4
Bug 941450 - Add some GENERATED_FILES to moz.build. r=gps
2013-11-22 08:16:18 +09:00
Wes Kocher
e634acaaaf
Merge m-c to inbound
2013-11-21 19:18:18 -08:00
Steve Workman
e969dcde7f
Bug 938803 - Change nsDNSPrefetch and nsHttpChannel::BeginConnect to honor cache bypassing in load flags r=mcmanus
2013-11-21 13:35:45 -08:00
Steve Workman
eca4c3a18a
Bug 938803 - Improve DNS debugs to show which path is taken in nsHostResolver::ResolveHost r=mcmanus
2013-11-21 13:35:44 -08:00
Ehsan Akhgari
90fa786c75
Bug 941866 - Exclude files which rely on the known bad patterns from unified builds; r=BenWa
2013-11-21 16:36:59 -05:00
Chris Kitching
7144e8c767
Bug 913985: Part 5 - Refactor the Bridge to use the generated code. r=kats
2013-11-12 10:41:01 -08:00
Carsten "Tomcat" Book
9f47cb96d7
merge mozilla-inbound to mozilla-central
2013-11-21 14:20:21 +01:00
Vincent Chang
2c0c620b05
Bug 898864 - RTSP content process crash when press the play button at the end of video. r=sworkman
2013-11-20 11:08:10 +08:00
Benoit Jacob
41c346a3cf
Bug 941068 - Build netwerk/base in unified mode - r=mcmanus,ehsan
2013-11-20 17:55:44 -05:00
Ryan VanderMeulen
73463a4880
Merge inbound to m-c.
2013-11-19 20:43:15 -05:00
Simone Carletti
4076f876b1
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
7c9dcf68dd
Bug 940478 - Remove nt.gov.au from PSL. r=gerv
2013-11-19 14:56:57 -05:00
Steve Workman
2da6d31b06
Bug 923458 - ProxyAutoConfig::ResolveAddress should make medium priority DNS requests to use negative cache entries r=mcmanus
2013-11-19 11:22:01 -08:00
Mark Finkle
06028442a6
Bug 939680 - Implement nsINetworkLinkService.linkType on Android r=blassey
2013-11-18 23:43:09 -05:00
Honza Bambas
06554ed76b
Bug 922659 - exception from onCacheEntryCheck should cause NOT_FOUND, r=michal
2013-11-20 23:20:19 +01:00
Honza Bambas
6a3a858944
Bug 922671 - nsHttpChannel must bypass concurrent read when request is not resumable, r=michal
2013-11-20 23:20:19 +01:00
Honza Bambas
8fa6ee9ecf
Bug 935595 - NS_NOTREACHED\("unexpected request"\) @ nsHttpChannel::OnStopRequest on partially cached download, r=michal
2013-11-20 23:20:18 +01:00
Honza Bambas
0ea4ff876b
Bug 934616 - fix race on use of mFile at CacheEntry::Load, r=michal
2013-11-20 23:20:18 +01:00
Honza Bambas
e4cdf91ccd
Bug 922741 - make callbacks iteration in CacheEntry smarter, r=michal
2013-11-20 23:20:17 +01:00
Honza Bambas
a6dea964f8
Bug 917432 - hook to webapps-clear-data notification, r=michal
2013-11-20 23:20:16 +01:00
Honza Bambas
bcd89f976f
Bug 934610 - fix Assertion failure: \!EventsPending(), at CacheIOThread.cpp:172, r=michal
2013-11-20 23:20:15 +01:00
Benjamin Smedberg
0f711f29b8
Bug 672843 part D2 - Fix the xpconnect exception code and Components.results to prefer the name NS_ERROR_ILLEGAL_VALUE over the other synonyms. Fix a few tests that rely on exception names to use exception values instead. r=bholley
2013-11-20 11:46:18 -05:00
Ryan VanderMeulen
1eadf974aa
Merge b2g-inbound to m-c.
2013-11-19 13:36:41 -05:00
Johannes Buchner
aac17e07be
Bug 912465 - Use MsgNewSafeBufferedFileOutputStream instead of NewLocalFileOutputStream in various places. r=ehsan
2013-11-19 09:13:44 -05:00
John Shih
863ce1fb06
Bug 922924 - Centralize the code for network per-app metering. r=jduell
2013-10-30 18:00:17 +08:00
Mike Hommey
a65383e1e9
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
8ceb917350
Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps
2013-11-19 11:48:10 +09:00
Mike Hommey
9fe772e7fd
Bug 939044 - Rename remaining MODULE definitions to XPIDL_MODULE. r=mshal
2013-11-19 11:47:43 +09:00
Mike Hommey
bb6779efe3
Bug 939044 - Remove most definitions of MODULE. r=mshal
2013-11-19 11:47:39 +09:00
Mike Hommey
3b12c2be6c
Bug 939042 - Remove library building related variables in directories that build no C/C++ sources. r=mshal
2013-11-19 11:47:29 +09:00
Mike Hommey
d7b6f95761
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
Ryan VanderMeulen
60ae0adae1
Backed out changeset 5d4d19ebcd70 (bug 922924) for B2G debug bustage.
2013-11-18 14:21:24 -05:00
Kai-Zhen Li
21e61d9f7a
Bug 927325 - Set mCondition to NS_ERROR_OFFLINE when it is offline. r=mcmanus
2013-11-16 12:36:29 +08:00
John Shih
af6c4f4cbe
Bug 922924 - Centralize the code for network per-app metering. r=jduell
2013-10-30 18:00:17 +08:00
Ed Morley
e27c3b1f4f
Merge latest green b2g-inbound changeset and mozilla-central
2013-11-18 10:54:01 +00:00
Chris Peterson
c8a24dd3a5
Bug 939576 - Build netwerk/protocol/http in unified mode. r=mcmanus
2013-11-16 21:19:51 -08:00
Vincent Chang
a0fe50f163
Bug 921963 - [RTSP] Support RTSP in Android JB build. r=sworkman
2013-11-13 16:03:26 +08:00
Ms2ger
a2e51512ec
Merge fx-team into mozilla-central.
2013-11-17 14:27:37 +01:00
Makoto Kato
950c442391
Bug 935499. r=honzab
2013-11-16 18:30:12 +09:00
Simone Carletti
4053fc7652
Bug 939113 - Update PSL for .IM. r=gerv
2013-11-15 21:47:03 -05:00
Ryan VanderMeulen
d444cea56c
Backed out changeset f3c4d03ad677 (bug 922924) for bustage.
2013-11-15 08:32:23 -05:00
Simone Carletti
54cedd6a46
Bug 936769 - Add newly-minted gTLDs to the PSL (to 2013-11-15). r=gerv
2013-11-15 08:16:12 -05:00
John Shih
74b1a68234
Bug 922924 - Centralize the code for network per-app metering. r=jduell
2013-10-30 18:00:17 +08:00
Jason Duell
fbc531c9b5
Bug 934805 - Ensure client code passes in sane argument to baseDomain functions. r=hurley
2013-11-15 21:46:39 -05:00
Patrick McManus
2e768f763d
bug 937612 - speculative connect after shutdown r=mayhemer
...
--HG--
extra : rebase_source : bdece017e4a26ad940e25eb052c983edb145e9d3
2013-11-16 08:54:44 -05:00
Patrick McManus
faafd9833d
Bug 937867 - typo of mCriticalRequestPrioritization r=hurley
...
--HG--
extra : rebase_source : ed5a9c0d8713c5d00fb70d8e442dd320306c1df1
2013-11-13 08:31:20 -05:00
Chris Peterson
a07d2f4931
Bug 939121 - Build netwerk/ipc, protocol, socket, srtp, and wifi in unified mode. r=mcmanus
2013-11-12 18:50:41 -08:00
Robert Bindar
271d43ca0d
Bug 923686 - Refactor about:networking return values. r=hurley
2013-11-20 09:29:01 -05:00
Ryan VanderMeulen
25f4dc9657
Merge m-c to inbound on a CLOSED TREE.
2013-11-14 20:58:52 -05:00
Ryan VanderMeulen
b435761165
Merge b2g-inbound to m-c on a CLOSED TREE.
2013-11-14 20:57:32 -05:00
Wes Kocher
b47b4c27ee
Merge inbound to m-c
2013-11-12 16:34:04 -08:00
Brian Smith
30b1565bae
Bug 937721, Part 1: Back out cset 8dbd3f432835 (bug 932176), r=kaie
...
--HG--
extra : rebase_source : 80f4b7ee7e4f77ef92cb42e6163f95074d68d306
2013-11-12 11:25:55 -08:00
Brian Smith
f89cf3237b
Bug 932176: Add preference to control whether OCSP GET is used, off by default, r=cviecco
...
--HG--
extra : rebase_source : 4452d8959f22152512ed428184726c9834f6e4c3
2013-11-12 18:28:20 -08:00
Joshua Cranmer
a63b835a52
Bug 935789, part 2: Implement RotateLeft/RotateRight in MFBT and use them, r=Waldo.
...
--HG--
extra : rebase_source : efda8cfde4ec1b8cee007f528d682830f43f9111
2013-11-12 18:24:56 -06:00
Joshua Cranmer
08036d15e9
Bug 935789, part 1: Kill most uses of prbit.h, r=ehsan
...
--HG--
extra : rebase_source : 4c44e60c72e0ece3cea7ed1cf79079bd2a1b6487
2013-11-12 18:22:38 -06:00
Ed Morley
f5ce93ef57
Merge latest green inbound changeset and mozilla-central
2013-11-12 15:08:15 +00:00
Shih-Chiang Chien
e4ec4aa825
Bug 936801 - use forward declaration for NetAddr instead of include DNS.h. r=mcmanus.
2013-11-12 13:54:17 +01:00
Wes Kocher
0568023133
Merge inbound to m-c
2013-11-11 15:51:01 -08:00
Ryan VanderMeulen
d4fc422b45
Merge inbound to m-c.
2013-11-11 15:41:03 -05:00
Steve Workman
4e8057d68c
Bug 853423 - Tests to verify speculative connection are blocked for local IP addresses r=mcmanus
2013-11-10 23:00:12 -08:00
Steve Workman
94686ed874
Bug 853423 - Block speculative connections for local IP addresses r=mcmanus
2013-11-10 22:59:40 -08:00
Birunthan Mohanathas
58a91e67d8
Bug 784739 - Switch from NULL to nullptr in miscellaneous directories; r=ehsan
2013-11-11 14:17:14 -05:00
Shih-Chiang Chien
f6813a9549
Bug 938492 - Correct contractID and interface name, remove obsolete test file. r=mcmanus
2013-11-14 15:26:50 -05:00
Cervantes Yu
12036d3b0a
Bug 937018 - Mark the network seer thread in the Nuwa process. r=khuey
2013-11-08 19:00:06 +08:00
Vincent Chang
12e6e317b4
Bug 938072 - Follow-up to bug 935857 to replace MOZ_RTSP to NECKO_PROTOCOL_rtsp. r=glandium
2013-11-13 22:58:09 +08:00
Brian Smith
44c48384aa
Bug 934663: Enable AES-GCM cipher suites; disable SEED, ECDH_*, and FIPS, and DSS+Camellia cipher suites, r=cviecco
...
--HG--
extra : rebase_source : a1542ba09258448e571109bc4aa6423cd9ad616a
2013-11-01 05:20:03 -07:00
Steve Workman
56b2a67260
Bug 936685 - Clear more listeners in nsHttpConnectionMgr::nsHalfOpenSocket::Abandon r=mcmanus
2013-11-09 10:40:52 -08:00
Ryan VanderMeulen
f39e728cb3
Merge m-c to inbound.
2013-11-12 15:35:37 -05:00