Gregory Szorc
fe4a7a2ab1
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
2226c6cbb3
Bug 950888 - Check for null DNS results before using them. r=mcmanus
2013-12-19 12:54:47 -08:00
Isura Edirisinghe
ffae418d41
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
5f369d6c6b
Bug 951713 - CacheIOThread causes activity spikes during idle, r=michal
2013-12-19 01:39:16 +01:00
Ryan VanderMeulen
001213198b
Backed out changesets 58db1fb509be and 7301ccf7e0be (bug 947391) for Android xpcshell orange.
2013-12-18 19:41:29 -05:00
Steve Workman
493d581e4b
Bug 947391 - Add test for HTTP response timeouts r=mcmanus
2013-12-18 15:03:48 -08:00
Steve Workman
421e5d0ba0
Bug 947391 - Add a timeout for initial HTTP responses r=mcmanus
2013-12-18 15:03:48 -08:00
Honza Bambas
1477c5c60c
Bug 917423 - HTTP cache v2: Migrate Wyciwyg to the new cache API, r=michal
2013-12-18 17:06:40 +01:00
Ryan VanderMeulen
f7385ac1e9
Merge m-c to inbound.
2013-12-17 16:20:31 -05:00
Patrick McManus
8c3362ee64
bug 950910 - http default reason phrases r=hurley
2013-12-17 10:21:39 -05:00
Patrick McManus
4a4d82fa4b
bug 950906 - http log needs [al/n]pn info r=hurley
2013-12-17 10:21:37 -05:00
Gregory Szorc
e396fc159d
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
88cfb90bb9
Bug 948757 - Don't flood servers with bunches of speculative connections. r=mcmanus
2013-12-17 10:45:46 -08:00
Steve Workman
81ddca1c40
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
7e1a2214c6
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
d43c55ca0e
bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj
2013-12-12 20:50:01 -05:00
John Shih
9779367721
Bug 940740 - Make sure do_GetService called in mainthread. r=mcmanus
2013-12-13 16:33:46 +08:00
Makoto Kato
bb8f3692fd
Bug 948837 - Remove workaround of Bug 617115. r=blassey
2013-12-12 16:32:20 +09:00
Mike Hommey
62d390485a
Bug 945042 - Move NO_PROFILE_GUIDED_OPTIMIZE to moz.build. r=gps,r=njn
2013-12-09 13:39:26 +09:00
Ryan VanderMeulen
8c7c4ef7ab
Merge m-c to inbound on a CLOSED TREE.
2013-12-11 22:39:20 -05:00
Ryan VanderMeulen
ef19a7dc66
Backed out changesets 3d388fb26b80 and d19900a57d64 (bug 948777) for bustage on a CLOSED TREE.
2013-12-11 21:54:00 -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
Ryan VanderMeulen
464d00d6ad
Merge b2g-inbound to m-c.
2013-12-11 13:24:26 -05: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
Ehsan Akhgari
591bce797c
Bug 948777 follow-up: the rest of the patch
2013-12-11 21:21:17 -05:00
Ehsan Akhgari
0d67c2782e
Bug 948777 - Build netwerk/sctp/src in unified mode; r=jesup
2013-12-11 21:19:38 -05: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
Nathan Froyd
67bb073574
Bug 946870 - make the cookie service report its memory; r=ehsan,njn
2013-12-03 16:58:41 -05:00
Ryan VanderMeulen
2b53da578d
Merge b2g-inbound to m-c.
2013-12-10 15:38:44 -05:00
Nicholas Nethercote
8bbe1e2dc1
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
fc468ac8c8
Merge m-c to b2g-inbound
2013-12-09 20:47:35 -08:00
Masatoshi Kimura
cc4b93296b
Bug 942791 - Revert bug 427089. r=mayhemer
2013-12-10 07:47:30 +09:00
Ryan VanderMeulen
52ab5ad2dc
Merge b2g-inbound to m-c.
2013-12-09 17:26:11 -05:00
Ryan VanderMeulen
16d5e8a26b
Merge inbound to m-c.
2013-12-09 16:45:25 -05:00
Carsten "Tomcat" Book
a0bb585098
Backed out changeset 85196889c598 (bug 945042) PGO Test Bustage
2013-12-09 13:00:59 +01:00
Carsten "Tomcat" Book
a656f5e85d
merge mozilla-inbound to mozilla-central
2013-12-09 09:02:29 +01:00
Mike Hommey
c63c0a68f5
Bug 945042 - Move NO_PROFILE_GUIDED_OPTIMIZE to moz.build. r=gps,r=njn
2013-12-09 13:39:26 +09:00
Mike Hommey
211d8bd0de
Bug 946175 - Forbid assigning over a value previously set in moz.build. r=gps
2013-12-09 13:34:00 +09:00
Phil Ringnalda
eaca26147a
Merge m-i to m-c
2013-12-08 18:53:55 -08:00
Phil Ringnalda
f72fddae43
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
c0115daaac
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
3c52e75f86
Bug 930282: Part 2: Mark PACMan thread and BackgroundHangMonitor thread. r=khuey
2013-12-07 10:28:42 +08:00
Vincent Chang
e599005486
Bug 947101 - Rtsp: Backward seek fail. r=sworkman
2013-12-06 15:29:07 +08:00
Chris Peterson
0c317359b6
Bug 946998 - Initialize UDPSocketParent pointer to nullptr. r=jduell
2013-12-05 15:41:46 -08: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
Phil Ringnalda
d673d7e6ed
Merge m-c to m-i
2013-12-08 17:32:55 -08:00
Ehsan Akhgari
dbef3d8866
Bug 947734 - Build netwerk/protocol/about in unified mode; r=mcmanus
2013-12-09 08:17:11 -05:00
Jim Chen
53fedfbd2c
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
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
b9c8c56382
Merge inbound to m-c.
2013-12-05 17:29:03 -05:00
Nicholas Hurley
522d737f3d
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
94d4d5b1cf
merge fx-team to m-c
2013-12-05 12:56:11 +01:00
Nicholas Nethercote
b413e441cf
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
81ba8063ab
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
6f57d78993
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
2ea089d43c
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
dbb81a3eba
Bug 943511 - Remove allocator parameters from methods using nsSegmentedBuffer. r=bsmedberg
2013-12-11 14:14:56 -05:00
Mike Shal
ddecae52a4
Bug 875013 - Remove VPATH; r=glandium
2013-11-21 14:57:06 -05:00
Patrick McManus
551a0d5931
bug 946302 - SocketTransportService Going Offline takes too long r=jduell
2013-12-05 09:01:25 -05:00
Ryan VanderMeulen
1a259ae5bb
Merge m-c to inbound.
2013-12-11 13:38:14 -05: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
Chris Peterson
dcae0f4ae9
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
9956262b6c
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
ddfdc2a593
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
c64415e7a0
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
a2f33c0664
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
a3e2d917e1
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
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
Sumit Agrawal
4246dee0e2
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
2d2203105c
Bug 943414: Assert/warn if non-null prompt passed to nsICookieService. r=ehsan
2013-12-02 12:48:12 -05:00
Ben Turner
4d2b15f34c
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
7ce480d354
Bug 930282: Part 2: Mark PACMan thread and BackgroundHangMonitor thread. r=khuey
2013-10-15 17:43:08 +08:00
Vincent Chang
fef6cb033d
Bug 895753 - Rtsp: Support suspend and resume to media stream server. r=sworkman
2013-11-25 19:40:22 +08:00
Honza Bambas
3682922bab
Bug 932046 - crash in mozilla::net::HttpChannelChild::OnRedirectVerifyCallback(unsigned int), r=jduell
2013-12-05 13:09:11 +01: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
Carsten "Tomcat" Book
668fbfecaf
merge b2g-inbound to mozilla-central
2013-12-02 12:46:24 +01:00
Patrick McManus
21109ba447
bug 943149 - nsHttpChannel::ResolveProxy may break AsyncOpen contract r=mayhemer
2013-11-29 10:14:01 -05:00
Masatoshi Kimura
ae0086f300
Bug 942791 - Ensure non-ASCII filenames are accessible in FTP directory listings. r=mayhemer
2013-11-29 23:37:57 +09: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
Mike Hommey
8fd06cf41b
Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal
2013-11-27 22:55:07 +09:00
Mike Hommey
b32a4ed166
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
e4d8733e41
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
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
Mike Hommey
682364d535
Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal
2013-11-28 13:08:16 +09: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
Michal Novotny
df5efd941a
Bug 926070 - Addref CacheFileIOManager while using it in its static methods, r=honzab
2013-11-28 00:56:25 +01:00
Nicholas Nethercote
7f11613ef4
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
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
87a8b8c0d1
Bug 938803 - Cancel DNS refresh requested in classes implementing nsAHttpTransaction r=mcmanus
2013-11-27 10:19:14 -08:00
Steve Workman
4186e8d39c
Bug 938803 - Cancel DNS refresh requested in nsHttpChannel::mCaps r=mcmanus
2013-11-27 10:19:14 -08:00
Mike Hommey
822b855a64
Bug 943197 - Remove useless -DIMPL_LIBXUL. r=mshal
2013-11-27 17:13:05 +09:00
Wes Kocher
a5649eecf1
Backed out changeset 53c0f65599fe (bug 938803) for asserting too much
2013-11-26 19:45:16 -06:00
Wes Kocher
6c5b337fd8
Backed out changeset 8a25ee567449 (bug 938803)
2013-11-26 19:44:30 -06:00
Steve Workman
14d49d77e1
Bug 938803 - Cancel DNS refresh requested in classes implementing nsAHttpTransaction r=mcmanus
2013-11-26 16:09:49 -08:00
Steve Workman
68d26f138f
Bug 938803 - Cancel DNS refresh requested in nsHttpChannel::mCaps r=mcmanus
2013-11-26 16:09:49 -08:00
Wes Kocher
f9514403b8
Backed out changeset a8808a02a661 (bug 880625) for PSL test failure
2013-11-26 17:30:34 -06:00