Gregory Szorc
09e7b06723
Bug 844654 - Part 3: Remove now empty Makefile.in files; rs=khuey
...
--HG--
extra : rebase_source : 8de9c7f68a953e574dda22f8c14c2b2ca60444f9
2013-03-19 18:49:07 -07:00
Mike Shal
9680b82df6
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
2013-03-19 11:47:00 -07:00
Patrick McManus
a25af97476
bug 850968 - http cache effectiveness experiment r=hurley
2013-03-14 17:10:11 -04:00
Bobby Holley
24d097b77d
Bug 850247 - Move nsRequestObserverProxy to nsMainThreadPtr{Holder,Handle}. r=mcmanus
2013-03-19 09:04:57 -07:00
Bobby Holley
4ce5d3c3c4
Bug 850247 - Make nsRequestObserverProxy hold onto its context. r=mcmanus
...
Both the consumers just do this manually. The context here is sometimes an
XPCWrappedJS, so passing it around with nsCOMPtrs off-main-thread can't
happen anymore.
We add assertions in OnStartRequest/OnStopRequest to catch any consumers
that might try to change contexts midstream.
2013-03-19 09:04:57 -07:00
Bobby Holley
3bff70bd0a
Bug 850247 - Make nsRequestObserverProxy proxy events to the main thread only. r=mcmanus
...
I'm doing this so that I can safely make this class use nsMainThreadPtr{Handle,Holder}.
There's no theoretical reason why we couldn't support other threads here, but it
would mean implementing that functionality in the PtrHolders, renaming them, and
weakening their assertions/invariants. AFAICT the consumers here don't actually have
a reason to proxy events anywhere but the main thread, so I'm just going to do this
rather than writing code to support something that we don't do (and thus can't test).
2013-03-19 09:04:57 -07:00
Gabriele Svelto
ff49b7b077
Bug 850637 - Make nsIOService properly pick-up user-specified network.buffer.cache.* preferences. r=honzab
2013-03-14 16:05:54 +01:00
Bobby Holley
5e491052f1
Bug 850246 - Remove Off-Main-Thread XPCWrappedJS refcounting from ServerSocketListenerProxy. r=mcmanus
2013-03-18 20:39:54 -07:00
Bobby Holley
6b99053512
Bug 850245 - Remove Off-Main-Thread XPCWrappedJS refcounting from DNSListenerProxy. r=mcmanus
2013-03-18 20:39:53 -07:00
Ed Morley
b2109c458f
Backed out changeset c75481a07302 (bug 851611)
2013-03-18 14:10:35 +00:00
Ed Morley
2b1775b4e9
Backed out changeset d195190adc48 (bug 851611)
...
--HG--
rename : tools/profiler/GeckoProfiler.h => tools/profiler/sampler.h
rename : tools/profiler/GeckoProfilerImpl.h => tools/profiler/sps_sampler.h
2013-03-18 14:10:30 +00:00
Benoit Girard
664cf994b4
Bug 851611 - Part 3: Rename headers. r=jrmuizel
...
--HG--
rename : tools/profiler/sampler.h => tools/profiler/GeckoProfiler.h
rename : tools/profiler/sps_sampler.h => tools/profiler/GeckoProfilerImpl.h
extra : rebase_source : 552fe1d3ff61d15b264aaf86f7c8cb4f4eff69d1
2013-03-18 14:41:02 +01:00
Benoit Girard
c4c6a0ddf5
Bug 851611 - Part 2: Update profiler calls. r=jrmuizel
...
--HG--
extra : rebase_source : 3032aaf7e50cdf9c350da688ec34e50a695fc7ca
2013-03-16 00:47:02 -04:00
Irving Reid
c9bdef186a
Bug 768482: Add URI of resource to "file not found" exception in asyncFetch(). r=bz
2013-03-18 07:29:31 -04:00
Ms2ger
2ef57946b1
Merge m-c to m-i.
2013-03-17 13:22:37 +01:00
Ms2ger
d52bebdeb3
Bug 845374 - Part s: Stop including nsTArray.h in nsContentUtils.h; r=khuey
2013-03-17 08:55:16 +01:00
Ms2ger
c4380f4933
Bug 845374 - Part r: Stop including nsTArray.h in nsReadableUtils.h; r=khuey
2013-03-17 08:55:16 +01:00
Bill McCloskey
a3cea08b3a
Bug 759585 - Zones (r=jonco,bhackett,njn,dvander,luke,bz,mccr8,bholley)
2013-03-16 20:36:37 -07:00
Bobby Holley
c62ad1c427
Bug 850251 - Remove Off-Main-Thread XPCWrappedJS refcounting from HTTP Activity Distributor. r=mcmanus
2013-03-15 16:02:02 -07:00
Bobby Holley
a8235f12a6
Bug 850249 - Remove Off-Main-Thread XPCWrappedJS refcounting from Wifi Listeners. r=mcmanus
2013-03-15 16:02:01 -07:00
Daniel Holbert
b76c363e13
Bug 849086: Remove unused *_CLASSNAME defines. r=bsmedberg
2013-03-15 10:52:10 -07:00
Shih-Chiang Chien
52d6dc4b9b
Bug 847310 - WBMP decoder implementation. r=joe
2013-03-08 11:17:29 +08:00
Jason Duell
38d3f4246e
Bug 845273 - Backout Access-Control-Allow-Origin checks (bug 814117) for site breakage r=jduell
2013-03-14 13:59:33 -07:00
Patrick McManus
1dff4c13b9
bug 819044 - better spdy stream cleanup when handling goaway r=honzab
...
--HG--
extra : rebase_source : c3c1bebdbd75029630b7ab6030c945b2998cc653
2012-12-20 13:27:15 -05:00
Gregory Szorc
ed102f4876
Merge mozilla-central into build-system
2013-03-13 08:20:09 -07:00
Mike Shal
e3d8d5c262
Bug 818246 - Part 9: Move XPIDL_FLAGS to moz.build; r=gps
2013-03-11 22:05:00 -07:00
Mike Shal
e9f8bc0fbd
Bug 818246 - Part 7: Move XPIDL_MODULE to moz.build; rs=gps
2013-03-11 22:00:00 -07:00
Gregory Szorc
8b4f575df1
Bug 818246 - Part 5: Move XPIDLSRCS into moz.build (manual); r=glandium
2013-03-12 10:20:41 -07:00
Gregory Szorc
7bb3ee056b
Bug 818246 - Part 4: Move XPIDLSRCS into moz.build (auto); rs=glandium
...
This is the result of running
|mach mozbuild-migrate --list XPIDLSRCS SDK_XPIDLSRCS XPIDL_SOURCES| and
reverting xpcom/sample/*.
2013-03-12 10:17:46 -07:00
Seth Fowler
c33c6a25e3
Bug 849114: Add parser support for spatial media fragments. r=cpearce
...
--HG--
rename : content/html/content/src/nsMediaFragmentURIParser.cpp => netwerk/base/src/nsMediaFragmentURIParser.cpp
rename : content/html/content/src/nsMediaFragmentURIParser.h => netwerk/base/src/nsMediaFragmentURIParser.h
2012-12-20 17:04:50 -08:00
Ms2ger
2cf07efa15
Bug 847195 - Make NamedNodeMap only deal with Attrs; r=khuey
...
--HG--
rename : dom/interfaces/core/nsIDOMNamedNodeMap.idl => dom/interfaces/core/nsIDOMMozNamedAttrMap.idl
2013-03-10 09:00:33 +01:00
John Schoenick
61d66d3bbc
Backout d1f27bcc360a (Bug 849114) for windows bustage CLOSED TREE
2013-03-08 16:20:11 -08:00
Seth Fowler
3696de5c6e
Bug 849114: Add parser support for spatial media fragments. r=cpearce
...
--HG--
rename : content/html/content/src/nsMediaFragmentURIParser.cpp => netwerk/base/src/nsMediaFragmentURIParser.cpp
rename : content/html/content/src/nsMediaFragmentURIParser.h => netwerk/base/src/nsMediaFragmentURIParser.h
2012-12-20 17:04:50 -08:00
Brian Smith
1d74004842
bug 750421 - remove unnecessary nsIBadCertListener2 and nsISSLErrorListener implementations r=mayhemer r=mounir r=dolske
2013-03-06 11:25:03 -08:00
Zane U. Ji
cff54074a4
Bug 833028 - Subjects with mixed ASCII and MIME words are incorrectly displayed. r=smontagu
2013-03-07 22:16:52 +08:00
Cykesiopka
b5846d7221
Bug 92979 - Remove unused parameters in nsNetUtil.h methods. r=biesi
2013-03-08 08:30:13 -05:00
Patrick McManus
191e37d2aa
bug 848360 - telemetry for ssl ratios of http transactions and page loads r=jduell
2013-03-07 16:52:52 -05:00
Jason Duell
18c2daca7d
Bug 795254. Intermittent test_private_channel.js failure r=jdm
...
--HG--
rename : netwerk/test/unit/test_private_channel.js => netwerk/test/unit/test_private_necko_channel.js
2013-03-07 12:12:10 -08:00
Jon Coppeard
8d5fd16382
Bug 848395 - GC: Move Rooted to JS namespace - rename js::Rooted to JS::Rooted outside SpiderMonkey r=terrence
...
--HG--
extra : rebase_source : 35cbf3cc4da4598c2e9e6975028ef397718849db
2013-03-06 16:41:43 +00:00
Monica Chew
5db44b44ff
Bug 844392 - Fix race condition where ProcessStateChange can remove a file before cleanup. r=paolo
2013-03-07 08:35:38 -05:00
Ed Morley
fe417ad697
Backed out changeset 28ef4bdff455 (bug 848395)
2013-03-07 13:03:35 +00:00
Jon Coppeard
fa71007e65
Bug 848395 - GC: Move Rooted to JS namespace - rename js::Rooted to JS::Rooted outside SpiderMonkey r=terrence
...
--HG--
extra : rebase_source : 866879df05e3ec3f8e93570eb3f6b71103636b41
2013-03-06 16:41:43 +00:00
Josh Aas
df66dcb27d
Bug 848435 - Remove Snow Leopard OS check in wifi code. r=dougt
2013-03-06 16:14:30 -06:00
Jose Cortes
c430aa26aa
Bug 842186 - Update instances of jsval to JS::Value in .cpp and .h files within the toolkit and netwerk directories. r=jwalden
...
--HG--
extra : rebase_source : bba8b8f21faa148a64731299bd74bf89c1314822
2013-03-06 13:16:46 -08:00
Aaron Klotz
4e85719bce
Bug 810454: Adds A/B test for preloading cookie db r=ehsan
2013-03-06 12:54:44 -07:00
Randell Jesup
ca0a1c52df
Bug 848345: define EINPROGRESS on windows for VC9 in netwerk/sctp r=wg9s
2013-03-06 11:29:01 -05:00
Albert Crespell
3986a322a5
Bug 839757 - Tests. r=honzab
2013-03-03 09:08:44 +01:00
Albert Crespell
1eeec1465c
Bug 839757 - Net glue. r=honzab
2013-03-03 09:06:38 +01:00
Albert Crespell
203ee2b3d0
Bug 839757 - Implementation. r=honzab
2013-03-03 09:04:38 +01:00
Albert Crespell
45a7593788
Bug 839757 - Interface definition. r=honzab
2013-03-03 09:00:56 +01:00