Commit Graph

3448 Commits

Author SHA1 Message Date
Simone Carletti
75d2c6f04e Bug 863169 - Add GitHub Pages to PSL. r=gerv. 2013-04-23 11:51:10 +01:00
Simone Carletti
7d1b23c332 Bug 859234 - Add AWS Elastic Beanstalk to PSL. r=gerv. 2013-04-23 11:49:36 +01:00
Wes Kocher
1007eed73a Merge m-c to m-c 2013-04-22 19:00:15 -07:00
Wes Kocher
ee502c3150 Merge the last PGO-green inbound changeset to m-c. 2013-04-22 18:47:53 -07:00
Xin Zhang
5d0104d77b Bug 857385 - Make various JSFunctionSpec arrays const. r=waldo
--HG--
extra : rebase_source : 24141998ffad3b0e6bad98b6fc0ce3754e448d5b
2013-04-22 14:15:49 -07:00
Josh Matthews
169a7d84ba 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
e22f0b5437 Bug 840612 - Part 3: refactor the Reset method. r=mayhemer 2013-04-09 20:46:25 -04:00
Ryan VanderMeulen
90308081de Merge m-c to inbound. 2013-04-19 07:46:11 -04:00
Josh Matthews
c5ae829301 Bug 831107 - Part 2: Add general ArrayBuffer support to TCPSocket. r=vlad,fzzzy 2013-04-19 11:25:33 +02:00
Randell Jesup
7fcc789c46 Bug 862744: Fix = vs == typo in FindFreeStream() r=tuexen 2013-04-19 07:10:29 -04:00
SimonJ
7a7fbac16a 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
21dc1a3e79 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
b318d15e07 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
e297603e6f Bug 862302: Don't lose reference to queued DataChannels when they open r=mcmanus 2013-04-16 23:58:09 -04:00
Mike Shal
77cdb6567d Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey 2013-04-16 15:24:43 -04:00
Michal Novotny
fdd94e62db 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
e741cc0e0c Bug 843865 - Fix >> in code. r=bz 2013-04-16 08:46:03 -04:00
Jeff Walden
f9d3bc73ed 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
541b126225 Backed out changeset bfd7c7290cab (bug 851214) for bad comment 2013-04-15 13:14:20 -07:00
Jason Duell
a553bc6090 Bug 851214 - Allow OOP mozbrowser w/o enclosing app r?honza 2013-03-18 10:51:00 -07:00
Patrick McManus
9912596978 bug 819734 - Token Bucket for Network Requests [a/b test] r=honzab 2013-04-15 09:41:27 -04:00
Patrick McManus
5484ffe8e1 bug 819734 - Token Bucket for Network Bursts part 2/2 [windows timers] r=honzab 2013-04-15 09:40:53 -04:00
Patrick McManus
2c81202135 bug 819734 - Token Bucket for Network Bursts part 1/2 [base] r=honzab 2013-04-15 08:50:35 -04:00
Valentin Gosu
d960bf3b0c Bug 843865 - Implement Networking Dashboard using webidl. r=bz 2013-04-14 21:32:06 -04:00
Josh Matthews
9e46ba8229 Bug 850252 - Remove Off-Main-Thread XPCWrappedJS refcounting from nsHttpConnection. r=mcmanus 2013-03-12 09:58:00 -04:00
Randell Jesup
3498c31030 Bug 859179: Support large strings by fragmentation r=tuexen 2013-04-12 10:08:49 -04:00
Brian Smith
64edf36eaf 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
d30862d006 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
13d097a303 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
9b701a78f4 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
44417e0b7c 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
36c08af217 Bug 846137: Don't call PR_Close() off STS thread r=mcmanus,smaug 2013-04-09 21:45:46 -04:00
Mike de Boer
5f809e9eca 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
6cad8a779e 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
459ef8fe86 Back out Bug 846137 for burning this CLOSED TREE. 2013-04-09 16:26:43 -07:00
Randell Jesup
418731484e Bug 846137: Don't call PR_Close() off STS thread r=mcmanus 2013-04-09 18:43:07 -04:00
Patrick McManus
7da05b6e3a 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
123473187f 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
d89ea9f86f 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
dd496fdb38 Bug 857095: Fix SCTP build warnings (remove unused code) r=jesup 2013-04-09 03:46:32 -04:00
Michael Tüxen
2c0e4b3e3d Bug 858691: Cleanup of DataChannel OpenRequest Message r=jesup 2013-04-09 00:55:16 -04:00
Michael Tüxen
3f747b8308 Bug 858685: Fix byte order issue in DataChannel open message r=jesup 2013-04-09 00:51:04 -04:00
Ralph Giles
b17e8bdbb5 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
2d19ac6495 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
beac071548 bug 857291 - fix 807678 regression of DNS::GetCanonicalName r=josh 2013-04-08 12:02:41 -04:00
Ehsan Akhgari
bfb42c373e Bug 856455 - Make nsCOMArray::SetCapacity return void; r=bsmedberg
--HG--
extra : rebase_source : 38cdef904f9b7fc33bd3f41bd19b1778dfbd7990
2013-03-31 16:06:18 -04:00
Simon Montagu
526881c6ac 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
16d525b6b1 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
d269ef8533 Merge m-c to inbound. 2013-04-05 17:01:53 -04:00
Ryan VanderMeulen
e2282bc174 Merge the last PGO-green inbound changeset to m-c. 2013-04-05 16:13:05 -04:00