Makoto Kato
0ec059eb04
Bug 800220 - Part 1. Replace PL_strlen with strlen. r=ehsan
2013-05-08 12:40:12 +09:00
Ryan VanderMeulen
f6068dd244
Merge inbound to m-c.
2013-05-07 22:10:19 -04:00
Ehsan Akhgari
8ae271d954
Backed out changeset da02b1166a5c (bug 597064) because of mochitest failures on a CLOSED TREE
2013-05-07 18:33:49 -04:00
Michael Wu
7e63d3b77e
Bug 869260 - Remove GonkCaptureProvider, r=fabrice
2013-05-07 14:52:12 -04:00
Josh Matthews
0752fb0c76
Bug 597064 - Add timeout logic to xpcshell test runner. r=ted
2012-12-20 03:43:19 -05:00
Josh Matthews
f9936e98d2
Bug 865652 - Separate the logical concepts of a starting offset and the current offset for ArrayBufferInputStream. r=vlad
2013-05-07 12:46:09 -04:00
Sumedh Shekhar
e409da4cb3
Bug 804742 - EnsureStringLength doesn't work. f=Ms2ger, r=ehsan
2013-05-08 00:52:52 +09:00
Sid Stamm
36c61686cc
Bug 861117 - report errors when URIs passed into nsIStrictTransportSecurityService::IsStsURI malformed. (r=bsmith)
...
--HG--
extra : rebase_source : 0a42dfe50219438fd5acd997e61c026d6a9cc116
2013-05-03 14:49:04 -07:00
David Zbarsky
3591ba36fa
Bug 867459: Rooting fixes for netwerk r=terrence
2013-05-03 17:49:57 -04:00
Gregory Szorc
c6c1177427
Bug 863069 - Part 1: Sort lists in moz.build files; r=mshal
2013-05-03 09:54:45 -07:00
Patrick McManus
7fb5e2a39b
bug 855185 ResetIPFamily called off socket thread r=honzab
2013-04-30 23:43:32 -04:00
Patrick McManus
4362dcc156
bug 855185 - test for thread safety of resetIPFamily() r=honzab
2013-04-30 23:43:31 -04:00
Ryan VanderMeulen
a940e46079
Backed out changesets c7937fb5f4bb and cf8db9b6bd61 (bug 862986) for bustage.
...
CLOSED TREE
2013-04-30 21:09:41 -04:00
Brian O'Keefe
9305158b76
Bug 862986 - Part 2: Migrate PROGRAM from Makefile.in to moz.build. r=gps
2013-04-30 20:46:10 -04:00
Geoff Brown
df6a7529fe
Bug 865006 - Enable more xpcshell tests on Android; r=jmaher DONTBUILD
2013-04-30 12:38:18 -06:00
Ryan VanderMeulen
4f020afd30
Backed out changesets 64c7ba1d3d04 and 7e9d5bb4a9af (bug 862986) for test failures.
2013-04-30 10:08:38 -04:00
Brian O'Keefe
fd2b88f265
Bug 862986 - Part 2: Migrate PROGRAM from Makefile.in to moz.build. r=gps
2013-04-30 09:08:31 -04:00
Patrick McManus
1626ec7a89
bug 866867 test_spdy.js flaky with parallel connections r=hurley
2013-04-29 20:05:39 -04:00
Joey Armstrong
12356a4c50
bug 844655: Port XPCSHELL_TESTS to moz.build as XPCSHELL_TESTS_MANIFESTS
2013-04-29 14:49:00 -04:00
Nikhil Marathe
1a9953c85c
Bug 866024 - nsWifiMonitorGonk reports correct list of access points.
2013-04-29 17:34:42 +05:30
Aryeh Gregor
e78504c9a9
Bug 859817 - Remove implicit conversions from raw pointer to already_AddRefed; r=Ms2ger
2013-04-22 14:15:59 +03:00
Michal Novotny
56b06193e1
Bug 852467 - nsDisableOldMaxSmartSizePrefEvent runs on the gecko main thread, blocks for long periods of time, r=honzab
2013-04-25 21:54:20 +02:00
Boris Zbarsky
1b68038a46
Bug 864727 part 3. Pass a handle for the parent object to WebIDL dictionary ToObject. r=ms2ger
2013-04-25 12:29:53 -04:00
Phil Ringnalda
49d2626b76
Back out 96a806212cac (bug 865314) for apparently causing fairly frequent failures in test_spdy.js
2013-04-24 23:45:40 -07:00
Patrick McManus
886b3a0eec
bug 865314 dont restrict parallel ssl handshakes with unknown spdy state r=jduell
2013-04-24 20:27:50 -04:00
Cykesiopka
ad08e18549
Bug 645402 - Remove ToInteger() workarounds in mozilla-central. r=bz
2013-04-24 08:36:09 -04:00
Simone Carletti
c5d38ee25a
Bug 863169 - Add GitHub Pages to PSL. r=gerv.
2013-04-23 11:51:10 +01:00
Simone Carletti
5a8e6aee62
Bug 859234 - Add AWS Elastic Beanstalk to PSL. r=gerv.
2013-04-23 11:49:36 +01:00
Wes Kocher
8fd473289f
Merge m-c to m-c
2013-04-22 19:00:15 -07:00
Wes Kocher
4d33464c67
Merge the last PGO-green inbound changeset to m-c.
2013-04-22 18:47:53 -07:00
Xin Zhang
5e389b35b8
Bug 857385 - Make various JSFunctionSpec arrays const. r=waldo
...
--HG--
extra : rebase_source : 24141998ffad3b0e6bad98b6fc0ce3754e448d5b
2013-04-22 14:15:49 -07:00
Josh Matthews
9ecfb0ef5d
Bug 863769 - Make ArrayBufferInputStream use rooting APIs that don't rely on the JS context being valid. r=jonco,vlad
2013-04-22 19:46:40 +02:00
Hubert Figuière
dab06a6e80
Bug 840612 - Part 3: refactor the Reset method. r=mayhemer
2013-04-09 20:46:25 -04:00
Ryan VanderMeulen
95df688710
Merge m-c to inbound.
2013-04-19 07:46:11 -04:00
Josh Matthews
e4a83e5819
Bug 831107 - Part 2: Add general ArrayBuffer support to TCPSocket. r=vlad,fzzzy
2013-04-19 11:25:33 +02:00
Randell Jesup
798d48dd11
Bug 862744: Fix = vs == typo in FindFreeStream() r=tuexen
2013-04-19 07:10:29 -04:00
SimonJ
feef7b8206
bug 602814 - fix parsing of connection http response header r=mcmanus
...
--HG--
extra : rebase_source : 638e5d46b709e896e48bd4e9371876858e33980d
2013-04-18 09:00:00 -04:00
Randell Jesup
89680eac25
Bug 861958: Support pre-negotiated streams greater than the currently-allocated number r=tuexen
2013-04-17 15:48:35 -04:00
Michael Tüxen
da14e11030
Bug 862744: Fix code to avoid reusing a DataChannel while it's in the process of closing r=jesup
2013-04-17 08:30:19 -04:00
Randell Jesup
57e19448e5
Bug 862302: Don't lose reference to queued DataChannels when they open r=mcmanus
2013-04-16 23:58:09 -04:00
Mike Shal
24b4056720
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
2013-04-16 15:24:43 -04:00
Michal Novotny
4f34c06608
Bug 829419 - Don't allow processing pending events while shutting down cache IO thread, r=jduell
2013-04-16 17:40:08 +02:00
Valentin Gosu
af0c3cf8fe
Bug 843865 - Fix >> in code. r=bz
2013-04-16 08:46:03 -04:00
Jeff Walden
6539207aee
Bug 858677 - Fix up code not built by SpiderMonkey to use the newly-changed deletion signatures. r=bholley, r=billm
2013-04-05 21:22:55 -07:00
Jason Duell
9dcc131d1d
Backed out changeset bfd7c7290cab (bug 851214) for bad comment
2013-04-15 13:14:20 -07:00
Jason Duell
9051ba50de
Bug 851214 - Allow OOP mozbrowser w/o enclosing app r?honza
2013-03-18 10:51:00 -07:00
Patrick McManus
e11c98aeeb
bug 819734 - Token Bucket for Network Requests [a/b test] r=honzab
2013-04-15 09:41:27 -04:00
Patrick McManus
f1390d3039
bug 819734 - Token Bucket for Network Bursts part 2/2 [windows timers] r=honzab
2013-04-15 09:40:53 -04:00
Patrick McManus
fd3d3d767f
bug 819734 - Token Bucket for Network Bursts part 1/2 [base] r=honzab
2013-04-15 08:50:35 -04:00
Valentin Gosu
94d309ad7d
Bug 843865 - Implement Networking Dashboard using webidl. r=bz
2013-04-14 21:32:06 -04:00
Josh Matthews
831b85471d
Bug 850252 - Remove Off-Main-Thread XPCWrappedJS refcounting from nsHttpConnection. r=mcmanus
2013-03-12 09:58:00 -04:00
Randell Jesup
c140427df1
Bug 859179: Support large strings by fragmentation r=tuexen
2013-04-12 10:08:49 -04:00
Brian Smith
b0048e524e
Bug 733642: Allow the user to enable any version of TLS that libssl supports, maintaining our current defaults, r=dolske
...
--HG--
extra : rebase_source : 3484236a9d357b70a88387e0f27d3757db79bd4b
2013-04-11 11:02:51 -07:00
Patrick McManus
d238ca37e0
bug 817533 - failed system proxy lookups should not fallback to manual configs r=jduell
...
--HG--
extra : rebase_source : 9970a98e2f2db96731d85759e251f3b68198ae81
2013-04-10 15:48:17 -04:00
Mike Hommey
4ea8165c3c
Bug 854105 - Avoid gcc 4.7 complaining about array out of bounds in nsDiskCacheMap::WriteDataCacheBlocks. r=michal
2013-04-11 09:32:39 +02:00
Mike de Boer
cf8607be57
Bug 738818 part 1: replace originalDefaultEngine with defaultEngine and make defaultEngine a settable. r=gavin
2013-04-09 17:04:22 -07:00
Phil Ringnalda
b636e4bf9b
Back out ec6dd0cc8053:3c55e92d87a6 (bug 738818) for being on top of bustage, and b50153f9e011 (bug 819493) for bustage
...
CLOSED TREE
2013-04-09 21:14:56 -07:00
Randell Jesup
c3eda42c64
Bug 846137: Don't call PR_Close() off STS thread r=mcmanus,smaug
2013-04-09 21:45:46 -04:00
Mike de Boer
7de8174c31
Bug 738818 part 1: replace originalDefaultEngine with defaultEngine and make defaultEngine a settable. r=gavin
2013-04-09 17:04:22 -07:00
Honza Bambas
a7edf40315
Bug 842611 - Don't let nsOfflineCacheDevice::Init() create mozStorageService on non-main thread, r=michal
2013-04-10 02:21:07 +02:00
Kyle Huey
1797951e23
Back out Bug 846137 for burning this CLOSED TREE.
2013-04-09 16:26:43 -07:00
Randell Jesup
80c0be2694
Bug 846137: Don't call PR_Close() off STS thread r=mcmanus
2013-04-09 18:43:07 -04:00
Patrick McManus
8257a56ede
bug 857906 progress indicator spinning on multipart motion jpeg r=duell sr=bz
...
--HG--
extra : rebase_source : 6b3beea6f6bb91e21c37e6dd01e5c6445317f994
2013-04-09 13:38:48 -04:00
Hubert Figuière
b67dc70525
Bug 840612 - Part 1: Don't close Marionette and debugger server socket when going offline. r=mdas,past,mcmanus f=jduell
2013-03-26 21:22:40 -04:00
Simon Montagu
26e7d37aeb
Exclude U+30FB KATAKANA MIDDLE DOT from the non-recommended characters that force IDN labels to be displayed as punycode. Bug 857490, r=jfkthame
2013-04-09 05:47:03 -07:00
Michael Tüxen
0c4f736595
Bug 857095: Fix SCTP build warnings (remove unused code) r=jesup
2013-04-09 03:46:32 -04:00
Michael Tüxen
37732010a7
Bug 858691: Cleanup of DataChannel OpenRequest Message r=jesup
2013-04-09 00:55:16 -04:00
Michael Tüxen
ae200490e1
Bug 858685: Fix byte order issue in DataChannel open message r=jesup
2013-04-09 00:51:04 -04:00
Ralph Giles
cb13c4576b
Bug 857022 - Remove MOZ_MEDIA build-time define. r=ted
...
We don't test with MOZ_MEDIA=0 so that configuration no longer
works. It's better to drop the switch altogether and enable
this code unconditionally. Per-codec and -feature configure
and runtime options remain available.
2013-04-04 14:09:00 -07:00
aceman
b20aad1de4
Bug 856238 - Remove unused includes of the obsolete nsISupportsArray and nsIEnumerator. r=Neil, r=bsmedberg
2013-04-08 14:35:31 -04:00
Patrick McManus
afd013ce0b
bug 857291 - fix 807678 regression of DNS::GetCanonicalName r=josh
2013-04-08 12:02:41 -04:00
Ehsan Akhgari
e029597932
Bug 856455 - Make nsCOMArray::SetCapacity return void; r=bsmedberg
...
--HG--
extra : rebase_source : 38cdef904f9b7fc33bd3f41bd19b1778dfbd7990
2013-03-31 16:06:18 -04:00
Simon Montagu
9d48c4ca6d
Exclude U+30FB KATAKANA MIDDLE DOT from the non-recommended characters that force IDN labels to be displayed as punycode. Bug 857490, r=jfkthame
2013-04-08 01:36:54 -07:00
Simon Montagu
e8db6078f1
Disable the check for mixed Simplified and Traditional Chinese characters when determining whether to display IDN labels as unicode or punycode. Bug 857481, r=honzab
2013-04-08 01:36:52 -07:00
Ryan VanderMeulen
85f7ffe0b8
Merge m-c to inbound.
2013-04-05 17:01:53 -04:00
Ryan VanderMeulen
fc8712b906
Merge the last PGO-green inbound changeset to m-c.
2013-04-05 16:13:05 -04:00
Patrick McManus
9496e70780
bug 850968 - backout cache experiment for causing 858588 r=backout
2013-04-05 15:50:31 -04:00
Ryan VanderMeulen
0be6cad5ea
Backed out changeset 5b710d7fe073 (bug 850968) to see if it fixes bug 858588 on a CLOSED TREE.
2013-04-05 13:33:24 -04:00
Jason Duell
962e947d0a
Bug 855906 - Convert nsIWebsocketChannel pingInterval to seconds r=mcmanus
2013-04-05 13:52:12 -07:00
Ms2ger
8b70b9fbc6
Bug 856973 - Outparamdel NS_New{In,Out}putStreamReadyEvent; r=ehsan
2013-04-04 09:05:18 +02:00
Patrick McManus
d82bd52e8c
bug 850968 cache effectiveness telemetry - throttle up r=taras
2013-04-03 17:26:35 -04:00
Simone Carletti
c053a2777d
Bug 857497 - reorder private part of PSL into alphabetical order by company. r=gerv.
...
--HG--
extra : rebase_source : 9906cf4865a2113b127893bdd707de36a192f4c4
2013-04-04 20:34:53 +01:00
Steve Workman
6ac17ead86
Bug 808402 - Make call to nsIPrompt::Alert from nsFtpState::StopProcessing async r=jduell
2013-04-03 10:48:22 -07:00
Aaron Klotz
495888a4fe
Bug 810454: Replaces A/B test for cookie db readahead with always-enabled readahead. r=ehsan
...
--HG--
extra : rebase_source : 0ac433d97270b98a0d89c7eb68bdd3b9fa149e71
2013-04-02 20:44:08 -06:00
Gavin Sharp
39d19cfbf2
Bug 851586, r=bz
...
--HG--
extra : rebase_source : 4144764238b0f38f1457358b1c9f61bc4d347424
2013-03-19 12:23:43 +01:00
Ehsan Akhgari
aa3139644f
Bug 579517 follow-up: Remove NSPR types that crept in
2013-04-02 20:59:27 -04:00
Kyle Machulis
f5e3aadf0b
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
Randell Jesup
4ebc519636
Bug 855623: Set even/odd streams via DTLS role, change Connect threading, defer connect until DTLS is connected r=ekr
2013-03-31 21:09:26 -04:00
Randell Jesup
e32f103e22
Bug 855623: Update (interdiffs) in response to review r=tuexen,ehugg
2013-03-31 21:09:26 -04:00
Randell Jesup
f72687d51b
Bug 855623: Queue createDataChannel() calls made before onconnection and process later r=tuexen,ehugg
2013-03-31 21:09:26 -04:00
Randell Jesup
57b6af8dfc
Bug 855623: Add 'protocol' field, and support external negotiation r=tuexen,ehugg
2013-03-31 21:09:26 -04:00
Randell Jesup
d591e4dd3b
Bug 855623: Queue createDataChannel() calls made before onconnection and process later r=tuexen,ehugg
2013-03-31 21:09:25 -04:00
Randell Jesup
d148c8c8f4
Bug 855623: Update DataChannel protocol to be declarative vs 3-way handshake (per IETF) r=tuexen,ehugg
2013-03-31 21:09:25 -04:00
Randell Jesup
26063274d9
Bug 855620: Re-merge changes to SCTP library update r=tuexen
2013-03-31 21:09:25 -04:00
Randell Jesup
93688dbf36
Bug 855620: Update SCTP library to rev 8441 rs=me r=tuexen
2013-03-31 21:09:25 -04:00
Randell Jesup
807a3f1c2c
Bug 841126: Update DataChannels to use new stack option to ignore port numbers over DTLS links r=jesup
2013-03-31 21:09:24 -04:00
Ethan Hugg
9e1b988a95
Bug 837035 - Support DataChannels with SDP Negotiation r=jesup,r=ehugg
2013-02-28 13:17:42 -08:00
Kyle Machulis
d2b6e6e01a
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
2013-03-29 15:12:58 -07:00
Kyle Machulis
5663b98bc5
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
...
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
Ryan VanderMeulen
e583e58f13
Backed out changeset af6a5d1a3097 (bug 837035) for reanimating the most annoying leak of recent memory on a CLOSED TREE. r=YUNOLETITDIE?
2013-03-29 15:58:50 -04:00
Ethan Hugg
2f2a064bb3
Bug 837035 - Support DataChannels with SDP Negotiation r=jesup
2013-02-28 13:17:42 -08:00
Simone Carletti
80fbfac60a
Bug 853810 - Add .POST to PSL. r=gerv.
2013-03-29 16:19:05 +00:00
Simone Carletti
5892393015
Bug 853805 - Add .CW to PSL. r=gerv.
2013-03-29 14:44:17 +00:00
Jason Duell
c60d34f0ab
Bug 849364 - Provide per-websocket way to enable keepalive pings. r=mcmanus
2013-03-28 15:52:16 -07:00
Honza Bambas
9039d64020
Bug 729182 - Implement visual event tracer, fix bustage in nsHttpChannel.cpp when tracer build enabled, r=bustage CLOSED TREE
2013-03-28 19:18:09 +01:00
Honza Bambas
ddec40a4be
Bug 729182 - Implement visual event tracer, fix bustage in nsHttpChannel.cpp, r=bustage
2013-03-28 18:57:53 +01:00
Honza Bambas
c59818af3e
Bug 729182 - Implement visual event tracer, part1 - instrumentation, r=mcmanus,bz,ehsan,bsmedberg,michal
2013-03-28 18:38:04 +01:00
Simone Carletti
4029e914d5
Bug 849816 - Add nyc.mn to PSL. r=gerv.
2013-03-28 17:11:14 +00:00
Simone Carletti
ddd3f2b113
Bug 854388 - Add AWS CloudFront to PSL. r=gerv.
2013-03-28 17:10:22 +00:00
Simone Carletti
df0f4a28e0
Bug 854463 - Add AWS S3 to PSL. r=gerv.
2013-03-28 17:09:36 +00:00
Simone Carletti
8e3b0d3325
Bug 855715 - Add AWS ELB to PSL. r=gerv.
2013-03-28 17:08:06 +00:00
Tanvi Vyas
7c27950fb0
Bug 836951 - Add mDocShell to nsSecureBrowserUIImpl. Traverse up to the root doc shell. r=bsmith,smaug
2013-03-27 22:12:03 -07:00
Randell Jesup
742c11ffa1
Bug 843695: bustage fix rs=me on a CLOSED TREE
2013-03-27 20:23:37 -04:00
Randell Jesup
24e98ae4ef
Bug 843695: Make some DataChannels assertions fatal in opt/release r=derf,r=ted
2013-03-27 19:46:50 -04:00
Randell Jesup
4a072c856f
Bug 842126: Avoid deadlock if we can't send an Open message r=mcmanus
2013-03-27 19:46:48 -04:00
Shelly Lin
649f72ddcb
Bug 847809 - Add audio/amr to the supported decode type, but disable it if this AMR is loaded from Web pages. r=roc
2013-03-22 10:56:22 +08:00
Ryan VanderMeulen
2d75b9f7d3
Merge m-c to inbound.
2013-03-27 07:27:36 -04:00
Gregory Szorc
a11b2607b9
Merge mozilla-central into services-central
2013-03-26 22:22:33 -07:00
Randell Jesup
4481466939
Bug 848946: In shutdown, don't wait for DataChannel closes to go to peer and back r=mcmanus
2013-03-25 18:33:32 -04:00
Phil Ringnalda
e41e930920
Back out ee27d1d8b302 (bug 836951) for depending on a patch that's being backed out
...
CLOSED TREE
2013-03-26 20:18:30 -07:00
Hubert Figuière
242d120566
Backout 96f2990b1124 (bug 840612) due to orange on Mn. CLOSED TREE
2013-03-26 21:07:50 -04:00
Tanvi Vyas
2726132d96
Bug 836951 - Add mDocShell to nsSecureBrowserUIImpl. Traverse up to the root doc shell. r=bsmith,smaug
2013-03-26 16:37:46 -07:00
Richard Newman
898e7f5c89
Bug 841554 - Part 1: extend nsISearchEngine to include identifier. r=gavin
2013-03-25 10:53:40 -04:00
Jonathan Kew
37cdafb439
bug 419588 followup - add missing condition in the media fragment parsing loop. r=seth
2013-03-25 20:24:16 +00:00
Wes Johnston
6a18fa33b2
Bug 419588 - Add support for a resolution media fragment. r=seth
2013-03-22 16:12:40 -07:00
Hubert Figuière
63c449b880
Bug 840612 - Don't close Marionette and debugger server socket when going offline. r=mdas,past,mcmanus f=jduell
2013-02-28 15:39:38 -05:00
Benoit Girard
6ed333dbb5
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 : 6ea7c660764a4390cdd8dd91561fff1d7bad6035
2013-03-18 15:25:50 +01:00
Benoit Girard
bbe4c3065e
Bug 851611 - Part 2: Update profiler calls. r=jrmuizel
...
--HG--
extra : rebase_source : f76accc3d3dd86c75cb3e9750734f23ec9c29941
2013-03-16 00:47:02 -04:00
David Zbarsky
f982db0249
Bug 847007: Remove nsIContent includes r=Ms2ger
2013-03-21 20:05:20 -04:00
Mike Shal
f290401a73
Bug 852534 - Remove GRE_MODULE from Makefile.in; r=gps
2013-03-21 08:41:00 -07:00
Ryan VanderMeulen
2d6efebe06
Backed out changeset 46519785800d (bug 847809) for B2G bustage.
2013-03-21 10:41:07 -04:00
Shelly Lin
980d7af474
Bug 847809 - Add audio/amr to the supported decode type of OMX, but disable it if this AMR is loaded from Web pages. r=roc
2013-03-18 11:33:32 +08:00
Monica Chew
487ee4f0f1
Bug 853037 - Update nsIBackgroundFileSaver uuid. r=khuey
2013-03-20 15:42:51 -04:00
Boris Zbarsky
2f1579c0a4
Bug 848840. Sniff the first 1024 bytes, not the first 512, for charsets, since <meta> can be anywhere in the first 1024 bytes. r=annevk
2013-03-26 11:31:54 -04:00
Patrick McManus
26fadb5d94
bug 767742 - close spdy sessions under total connection pressure r=honzab
...
--HG--
extra : rebase_source : 5fd4d2b73cf5cecfa7862d0e5bfb1354cae4797a
2013-03-19 21:27:25 -04:00
Gregory Szorc
94ec89296d
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
ea1d9b8ba7
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
2013-03-19 11:47:00 -07:00
Patrick McManus
c7b87ef2cf
bug 850968 - http cache effectiveness experiment r=hurley
2013-03-14 17:10:11 -04:00
Bobby Holley
3a47868d1d
Bug 850247 - Move nsRequestObserverProxy to nsMainThreadPtr{Holder,Handle}. r=mcmanus
2013-03-19 09:04:57 -07:00
Bobby Holley
b9b61977e0
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
8c76da55f8
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
698d898566
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
42561745af
Bug 850246 - Remove Off-Main-Thread XPCWrappedJS refcounting from ServerSocketListenerProxy. r=mcmanus
2013-03-18 20:39:54 -07:00
Bobby Holley
c7bd2a9c9b
Bug 850245 - Remove Off-Main-Thread XPCWrappedJS refcounting from DNSListenerProxy. r=mcmanus
2013-03-18 20:39:53 -07:00
Ed Morley
4a0f5f39ca
Backed out changeset c75481a07302 (bug 851611)
2013-03-18 14:10:35 +00:00
Ed Morley
47bc17c5f5
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
90f13c7e56
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
95a5b4c35f
Bug 851611 - Part 2: Update profiler calls. r=jrmuizel
...
--HG--
extra : rebase_source : 3032aaf7e50cdf9c350da688ec34e50a695fc7ca
2013-03-16 00:47:02 -04:00
Irving Reid
9242136aab
Bug 768482: Add URI of resource to "file not found" exception in asyncFetch(). r=bz
2013-03-18 07:29:31 -04:00
Ms2ger
aed8044ac2
Merge m-c to m-i.
2013-03-17 13:22:37 +01:00