Bobby Holley
f2943090bd
Bug 868130 - Remove the lion's share of JSAutoRequests in gecko. r=gabor
...
There are still a handful that either are used with other runtimes, or that
happen very early/late in cx the lifetime of various things where it doesn't
necessarily make sense to have a cx on the stack. This should definitely ensure
that we're not doing double-duty with the nsCxPusher change, though.
2013-05-22 10:05:28 -06:00
Fabrice Desré
22954fcfa5
Bug 872100 - app.clearBrowserData appears to not clear browser data immediately sr=mounir, r=jduell,ferjm
2013-05-20 10:20:19 -07:00
Ms2ger
8c193ee6c7
Bug 868778 - Part c: Move DataChannel to WebIDL; r=mounir+jesup
...
--HG--
rename : content/base/public/nsIDOMDataChannel.idl => dom/webidl/DataChannel.webidl
2013-05-20 09:19:45 +02:00
Ryan VanderMeulen
91eae578bd
Merge inbound to m-c.
2013-05-16 20:29:40 -04:00
Sid Stamm
5136b7c1e1
Backout changeset 000ed86d069f (bug 861117) which caused bug 871560
...
--HG--
extra : rebase_source : 6359c671885b93f7885ca2cabfd8da772692d548
2013-05-16 11:26:33 -07:00
Chris Sperry
6dffeb3c2b
Bug 869725 - Changes to HTTP status line detection and parsing to allow AOL/Nullsoft ShoutCast headers (e.g. ICY 200 OK) [r=mcmanus]
2013-05-16 12:22:06 -07:00
Ted Mielczarek
3cfd62c3d2
bug 871712 - make MSVC PGO opt-in per-directory, and opt-in in the directories that matter. r=glandium
2013-05-16 09:33:26 -04:00
Patrick McManus
2e232b4bd1
bug 871289 [2 of 2] fix trailing whitespace in netwerk/protocol/http/* r=jduell
2013-05-16 09:30:42 -04:00
Patrick McManus
68239ec0ca
bug 871289 [1 of 2] standardize netwerk/protocol/http on moz_assert r=jduell
2013-05-16 09:30:41 -04:00
Steve Workman
7be502c247
Bug 870652 - Add null ptr check in nsDNSRecord::ReportUnusable to avoid crashing r=mcmanus
2013-05-14 16:35:18 -07:00
Ryan VanderMeulen
e9ffe5f5ce
Backed out changeset f8a861253c57 (bug 859521) due to bustage.
2013-05-14 12:49:26 -04:00
Simone Carletti
801403fa1b
Bug 868331 - Add Heroku CloudFront to PSL. r=gerv.
2013-05-14 17:38:11 +01:00
Simone Carletti
058af8a784
Bug 859521 - Add AWS EC2 to PSL. r=gerv.
2013-05-14 17:35:44 +01:00
Joey Armstrong
26736a0ee2
bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal
2013-05-13 16:24:07 -04:00
Ed Morley
5256152aa1
Backed out changeset 496846474ed3 (bug 864774)
2013-05-13 10:05:49 +01:00
Mike Shal
954221d9c9
Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey
...
From 140b9201e3b5d2d8efe7af286d279c2411dbc197 Mon Sep 17 00:00:00 2001
2013-04-23 17:54:15 -04:00
Patrick McManus
a3e52bbe38
bug 868441 Bypass Cache when lock held too long r=novotny
2013-05-12 10:01:13 -04:00
Ehsan Akhgari
79b98d1709
Bug 871179 - Fix rooting hazards in netwerk's Dashboard.cpp; r=till
...
--HG--
extra : rebase_source : b20df14656861f5cef10d1200580f23598632163
2013-05-12 01:09:22 -04:00
Trevor Saunders
03a46bf6e7
bug 869279 - fix mingw warnings in netwerk/ r=jduell
2013-05-06 21:52:35 -04:00
Phil Ringnalda
609e523ba7
Back out c74ce1905b96 (bug 832848) for not actually building
...
CLOSED TREE
2013-05-09 20:49:36 -07:00
Brian Smith
b36c5f9412
Bug 832848: Removed unused site identity block tooltip logic from PSM, r=dolske
2013-02-02 17:21:45 -08:00
Jason Duell
dae1dcdf6b
Bug 870579 - IID bump for nsIWebSocketChannel r=trivial DONTBUILD
2013-05-09 17:12:40 -07:00
Brian O'Keefe
8d90859ddb
Bug 862986 - Part 2a: Migrate PROGRAM from Makefile.in to moz.build. r=gps
2013-05-01 14:05:40 -04:00
Patrick McManus
0baca0cf77
bug 869100 complete token bucket a/b test r=honzab
2013-05-08 11:43:31 -04:00
Makoto Kato
eada8e34f0
Bug 800220 - Part 1. Replace PL_strlen with strlen. r=ehsan
2013-05-08 12:40:12 +09:00
Ryan VanderMeulen
e507d01d4b
Merge inbound to m-c.
2013-05-07 22:10:19 -04:00
Ehsan Akhgari
4127803d46
Backed out changeset da02b1166a5c (bug 597064) because of mochitest failures on a CLOSED TREE
2013-05-07 18:33:49 -04:00
Michael Wu
0fe900a021
Bug 869260 - Remove GonkCaptureProvider, r=fabrice
2013-05-07 14:52:12 -04:00
Josh Matthews
ab8e1f633a
Bug 597064 - Add timeout logic to xpcshell test runner. r=ted
2012-12-20 03:43:19 -05:00
Josh Matthews
43fe07571d
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
87dffc32e4
Bug 804742 - EnsureStringLength doesn't work. f=Ms2ger, r=ehsan
2013-05-08 00:52:52 +09:00
Sid Stamm
e0254be427
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
cb3c10c385
Bug 867459: Rooting fixes for netwerk r=terrence
2013-05-03 17:49:57 -04:00
Gregory Szorc
522764dec4
Bug 863069 - Part 1: Sort lists in moz.build files; r=mshal
2013-05-03 09:54:45 -07:00
Patrick McManus
ae96e7abac
bug 855185 ResetIPFamily called off socket thread r=honzab
2013-04-30 23:43:32 -04:00
Patrick McManus
97fa570e8b
bug 855185 - test for thread safety of resetIPFamily() r=honzab
2013-04-30 23:43:31 -04:00
Ryan VanderMeulen
8dd4074205
Backed out changesets c7937fb5f4bb and cf8db9b6bd61 (bug 862986) for bustage.
...
CLOSED TREE
2013-04-30 21:09:41 -04:00
Brian O'Keefe
7422d5ac7b
Bug 862986 - Part 2: Migrate PROGRAM from Makefile.in to moz.build. r=gps
2013-04-30 20:46:10 -04:00
Geoff Brown
a240001cc0
Bug 865006 - Enable more xpcshell tests on Android; r=jmaher DONTBUILD
2013-04-30 12:38:18 -06:00
Ryan VanderMeulen
b6cc74b921
Backed out changesets 64c7ba1d3d04 and 7e9d5bb4a9af (bug 862986) for test failures.
2013-04-30 10:08:38 -04:00
Brian O'Keefe
0baa2a32d6
Bug 862986 - Part 2: Migrate PROGRAM from Makefile.in to moz.build. r=gps
2013-04-30 09:08:31 -04:00
Patrick McManus
ae3029f450
bug 866867 test_spdy.js flaky with parallel connections r=hurley
2013-04-29 20:05:39 -04:00
Joey Armstrong
321d063783
bug 844655: Port XPCSHELL_TESTS to moz.build as XPCSHELL_TESTS_MANIFESTS
2013-04-29 14:49:00 -04:00
Nikhil Marathe
6c323ea826
Bug 866024 - nsWifiMonitorGonk reports correct list of access points.
2013-04-29 17:34:42 +05:30
Aryeh Gregor
f0404a303a
Bug 859817 - Remove implicit conversions from raw pointer to already_AddRefed; r=Ms2ger
2013-04-22 14:15:59 +03:00
Michal Novotny
549f7cde85
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
73485c55dd
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
37a09dd732
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
2ba309ab66
bug 865314 dont restrict parallel ssl handshakes with unknown spdy state r=jduell
2013-04-24 20:27:50 -04:00
Cykesiopka
84eebaf3c9
Bug 645402 - Remove ToInteger() workarounds in mozilla-central. r=bz
2013-04-24 08:36:09 -04:00
Simone Carletti
232aa998c6
Bug 863169 - Add GitHub Pages to PSL. r=gerv.
2013-04-23 11:51:10 +01:00
Simone Carletti
f46cf28679
Bug 859234 - Add AWS Elastic Beanstalk to PSL. r=gerv.
2013-04-23 11:49:36 +01:00
Wes Kocher
7195956a13
Merge m-c to m-c
2013-04-22 19:00:15 -07:00
Wes Kocher
1310adf525
Merge the last PGO-green inbound changeset to m-c.
2013-04-22 18:47:53 -07:00
Xin Zhang
2fa2b688ad
Bug 857385 - Make various JSFunctionSpec arrays const. r=waldo
...
--HG--
extra : rebase_source : 24141998ffad3b0e6bad98b6fc0ce3754e448d5b
2013-04-22 14:15:49 -07:00
Josh Matthews
797a6788d1
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
1f5855d289
Bug 840612 - Part 3: refactor the Reset method. r=mayhemer
2013-04-09 20:46:25 -04:00
Ryan VanderMeulen
02425381b7
Merge m-c to inbound.
2013-04-19 07:46:11 -04:00
Josh Matthews
3fb3555b41
Bug 831107 - Part 2: Add general ArrayBuffer support to TCPSocket. r=vlad,fzzzy
2013-04-19 11:25:33 +02:00
Randell Jesup
9a0980c363
Bug 862744: Fix = vs == typo in FindFreeStream() r=tuexen
2013-04-19 07:10:29 -04:00
SimonJ
0c82d71858
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
783b2ce156
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
57bda6477b
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
94e425874b
Bug 862302: Don't lose reference to queued DataChannels when they open r=mcmanus
2013-04-16 23:58:09 -04:00
Mike Shal
df7deac25b
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
2013-04-16 15:24:43 -04:00
Michal Novotny
d73ecc7c2c
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
9b5c2c8642
Bug 843865 - Fix >> in code. r=bz
2013-04-16 08:46:03 -04:00
Jeff Walden
763718651b
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
f56bb56e9c
Backed out changeset bfd7c7290cab (bug 851214) for bad comment
2013-04-15 13:14:20 -07:00
Jason Duell
d9a1cad094
Bug 851214 - Allow OOP mozbrowser w/o enclosing app r?honza
2013-03-18 10:51:00 -07:00
Patrick McManus
7acac25401
bug 819734 - Token Bucket for Network Requests [a/b test] r=honzab
2013-04-15 09:41:27 -04:00
Patrick McManus
3cdb8b8d5f
bug 819734 - Token Bucket for Network Bursts part 2/2 [windows timers] r=honzab
2013-04-15 09:40:53 -04:00
Patrick McManus
2793bc2a0e
bug 819734 - Token Bucket for Network Bursts part 1/2 [base] r=honzab
2013-04-15 08:50:35 -04:00
Valentin Gosu
963496b717
Bug 843865 - Implement Networking Dashboard using webidl. r=bz
2013-04-14 21:32:06 -04:00
Josh Matthews
648824df2a
Bug 850252 - Remove Off-Main-Thread XPCWrappedJS refcounting from nsHttpConnection. r=mcmanus
2013-03-12 09:58:00 -04:00
Randell Jesup
1a1735d3f8
Bug 859179: Support large strings by fragmentation r=tuexen
2013-04-12 10:08:49 -04:00
Brian Smith
7807ef4346
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
7ef2c9f3dd
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
8aca99fe1a
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
1eec33d031
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
b5220914bd
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
af0a389975
Bug 846137: Don't call PR_Close() off STS thread r=mcmanus,smaug
2013-04-09 21:45:46 -04:00
Mike de Boer
019c7db2a8
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
b3cd17f342
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
34dd43dfaf
Back out Bug 846137 for burning this CLOSED TREE.
2013-04-09 16:26:43 -07:00
Randell Jesup
89210a5174
Bug 846137: Don't call PR_Close() off STS thread r=mcmanus
2013-04-09 18:43:07 -04:00
Patrick McManus
bd916210f8
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
badb4e497a
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
26d038858d
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
63df3b2fce
Bug 857095: Fix SCTP build warnings (remove unused code) r=jesup
2013-04-09 03:46:32 -04:00
Michael Tüxen
d21c9a9851
Bug 858691: Cleanup of DataChannel OpenRequest Message r=jesup
2013-04-09 00:55:16 -04:00
Michael Tüxen
2199df63cc
Bug 858685: Fix byte order issue in DataChannel open message r=jesup
2013-04-09 00:51:04 -04:00
Ralph Giles
e1fe5aed01
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
839310031c
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
29a49dbb09
bug 857291 - fix 807678 regression of DNS::GetCanonicalName r=josh
2013-04-08 12:02:41 -04:00
Ehsan Akhgari
b0d7171a54
Bug 856455 - Make nsCOMArray::SetCapacity return void; r=bsmedberg
...
--HG--
extra : rebase_source : 38cdef904f9b7fc33bd3f41bd19b1778dfbd7990
2013-03-31 16:06:18 -04:00
Simon Montagu
8e35c82d4a
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
1c35ddee88
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
3cc9a191cb
Merge m-c to inbound.
2013-04-05 17:01:53 -04:00
Ryan VanderMeulen
c718d43ad3
Merge the last PGO-green inbound changeset to m-c.
2013-04-05 16:13:05 -04:00