Benjamin Peterson
|
225eeb4f61
|
No bug - fix typo r=me DONTBUILD
--HG--
extra : amend_source : c2878d38f04cafa8327bacf8e537428252a89923
|
2015-01-16 10:32:55 -05:00 |
Nicholas Nethercote
|
69fe655b04
|
Bug 1121304 (part 2, attempt 2) - Remove PLDHashTableOps::{alloc,free}Table. r=froydnj.
--HG--
extra : rebase_source : bc119bd0d3b6944e8c5a000950e0c4052cb70aef
|
2015-01-14 14:35:56 -08:00 |
Nicholas Hurley
|
87facfa179
|
Bug 1009122 - use cache2 as storage for predictor data. r=honzab
--HG--
extra : rebase_source : 290e1aa04a1dfa2e7d6cb9f1b5b705d1ed80e68c
|
2015-01-14 13:59:04 -08:00 |
Tooru Fujisawa
|
f22aabad26
|
Bug 1117580 - Throw an exception if PR_APPEND is passed without PR_TRUNCATE to nsAtomicFileOutputStream::Init. r=yoric
|
2015-01-16 00:01:46 +09:00 |
Phil Ringnalda
|
e39f0adeca
|
Backed out 2 changesets (bug 1121304) for consistent b2g hangs in webgl-color-test.html?frame=1&__&preserve&premult&_____
Backed out changeset 20651ac19549 (bug 1121304)
Backed out changeset 758afec77c95 (bug 1121304)
|
2015-01-14 22:02:23 -08:00 |
Nicholas Nethercote
|
e9735966fa
|
Bug 1121304 (part 2) - Remove PLDHashTableOps::{alloc,free}Table. r=froydnj.
|
2015-01-14 14:35:56 -08:00 |
Nicholas Nethercote
|
47221bc7f9
|
Bug 1120476 (part 4) - Remove PLDHashTableOps::finalize. r=froydnj.
--HG--
extra : rebase_source : b14dda8cdd5cd896d1e32950e38b2a9f7da4d99e
|
2015-01-13 19:02:35 -08:00 |
Nicholas Nethercote
|
c7538c9776
|
Bug 1120476 (part 3) - Remove PLDHashTable::data. r=froydnj.
--HG--
extra : rebase_source : 24d10af3dbce3ada5252503bc80bb1a4e31bc1c9
|
2015-01-13 16:42:13 -08:00 |
Nicholas Hurley
|
07dcfdb793
|
Bug 1121530 - improve poll failure logging. r=mcmanus
--HG--
extra : rebase_source : 5700682b71b2d6359cbfc3c6a80290fe2d28ed65
|
2015-01-14 08:39:09 -08:00 |
Monica Chew
|
269c62c45e
|
Bug 1100024: Don't call Connect if the principal is on a local or remote blocklist (r=mcmanus)
* * *
Bug 1120547 - Mark the overrides of nsIHttpChannelInternal::ContinueBeginConnect as override and rev the uuid of the interface; r=mmc
|
2015-01-09 13:25:13 -08:00 |
Valentin Gosu
|
d855dd7639
|
Bug 1093611 - nsStandardURL::SetRef only does percent-encoding if dom.url.encode_decode_hash is true r=honzab
|
2015-01-13 02:11:02 +02:00 |
Monica Chew
|
d2b4dc884c
|
Bug 1100024: CLOSED TREE Backout https://hg.mozilla.org/integration/mozilla-inbound/rev/671ad56e6e12 for causing crashes on ClassifyLocal lookups (r=backout)
|
2015-01-12 10:05:58 -08:00 |
Christoph Kerschbaumer
|
54b8e4e5e4
|
Bug 1110469 - Remove NS_OpenURI (r=sworkman)
|
2015-01-11 20:26:40 -08:00 |
Christoph Kerschbaumer
|
1969a22887
|
Bug 1113323 - Make sure Protocolhandler sets same instance of loadinfo on the newly created channel (r=sicking)
|
2015-01-11 20:21:37 -08:00 |
Chris Peterson
|
9e23388ca8
|
Bug 1118076 - Remove MOZ_THIS_IN_INITIALIZER_LIST. r=Waldo
|
2015-01-06 21:39:46 -08:00 |
Jim Chen
|
db34c64f29
|
Bug 1116589 - Use templated JNI classes in generated bindings; r=snorp
|
2015-01-09 19:33:57 -05:00 |
Monica Chew
|
3023f46c51
|
Bug 1100024: Don't call Connect if the principal is on a local or remote blocklist (r=mcmanus)
|
2015-01-09 13:25:13 -08:00 |
Ehsan Akhgari
|
4354953b4f
|
Bug 1118486 - Part 1: Use `= delete` instead of MOZ_DELETE directly; r=Waldo
Most of this patch (with the exception of dom/bindings/Codegen.py) was
generated by the following bash script:
#!/bin/bash
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "*/.git*" \
! -wholename "obj-*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_DELETE '= delete'
|
2015-01-08 23:19:05 -05:00 |
Ryan VanderMeulen
|
71aff521dd
|
Backed out changesets 41d0ad0271a6, 2bda66cf60fd, and dd1fc46d4d56 (bug 1118845) for B2G mochitest failures.
CLOSED TREE
--HG--
extra : amend_source : 19240e92f40420f384a7835383cbb2be75350ddc
|
2015-01-08 21:50:19 -05:00 |
Ben Kelly
|
f36a35de40
|
Bug 1118845 P2 Add optional base load group to NS_NewLoadGroup(). r=mcmanus
|
2015-01-08 19:52:22 -05:00 |
Christoph Kerschbaumer
|
1bf832faa9
|
Bug 1118534 - Comment updates in nsIContentPolicy, nsIOService.idl, nsNetutil.h, NetUtil.jsm (r=sicking)
|
2015-01-06 17:01:07 -08:00 |
Michael Pruett
|
411a94b05a
|
Bug 1118024 - Use new PL_DHashTable{Add,Lookup,Remove} functions. r=nfroyd
|
2015-01-05 20:27:28 -06:00 |
Ryan VanderMeulen
|
63e600eaf7
|
Backed out changeset 577febac3790 (bug 1100024) for Talos xperf regressions.
CLOSED TREE
|
2015-01-06 17:41:15 -05:00 |
Ehsan Akhgari
|
860da94550
|
Bug 1114999 - Part 2: Apply MOZ_NO_ADDREF_RELEASE_ON_RETURN to all smart pointer arrow operators that can return refcounted objects; r=jrmuizel
|
2015-01-06 16:30:03 -05:00 |
Monica Chew
|
ee4eedd81b
|
Bug 1100024: Don't call Connect if the principal is on a local or remote blocklist (r=mcmanus)
|
2015-01-06 10:49:47 -08:00 |
Valentin Gosu
|
13c4ff02cb
|
Bug 1113683 - Add dummy NullHttpChannel r=mcmanus
|
2015-01-06 19:26:10 +02:00 |
Ehsan Akhgari
|
e9499ce141
|
Bug 1117042 - Mark virtual overridden functions as MOZ_OVERRIDE in netwerk; r=mcmanus
|
2015-01-02 09:04:04 -05:00 |
David Erceg
|
848f74a40d
|
Bug 1111848 - Remove nsISiteSecurityService.shouldIgnoreHeaders and implementation. r=keeler
|
2014-12-22 20:26:49 +11:00 |
Christoph Kerschbaumer
|
d65c89962c
|
Bug 1087739: Make JS callers of ios.newChannel call ios.newChannel2 in netwerk/ (r=sworkman,tanvi)
|
2014-10-24 15:16:29 -07:00 |
Masatoshi Kimura
|
a325bfdb20
|
Bug 1114295 - Remove the dead pref for TLS_DHE_DSS_WITH_AES_128_CBC_SHA. r=keeler
|
2014-12-24 22:21:12 +09:00 |
Monica Chew
|
55a8118ad1
|
Bug 1108009 - Make synchronous interface nsIURIClassifier.ClassifyLocal. r=gcp
|
2014-12-18 10:18:09 -08:00 |
Patrick McManus
|
bbf86bc8fc
|
bug 1003450 - [3/3] Group Dependency Nodes require >= h2-16 r=hurley
|
2014-12-11 17:00:19 -05:00 |
Patrick McManus
|
7edbeec28f
|
bug 1003450 - [2/3] Group Dependency nodes for HTTP/2 r=hurley
|
2014-12-06 14:26:50 -05:00 |
Chih-Kai (Patrick) Wang
|
fcb6d29268
|
Bug 970307: Part 1: Report status of each thread to find when all the threads are idle. r=nfroyd
|
2014-12-18 17:00:39 +08:00 |
Brian Smith
|
123a9716ca
|
Bug 952863, Part 2: Remove dead code for non-ECDHE TLS False Start, r=keeler
--HG--
extra : rebase_source : 47ee95682f769b8e10aaf55b0f4fccfef1fcdea0
|
2014-12-10 10:13:18 -08:00 |
Sid Stamm
|
7ddbe36414
|
Bug 965727 - Implement referrer directive for CSP. (r=jst,ckerschb)
|
2014-12-17 14:14:04 -05:00 |
Christoph Kerschbaumer
|
9f0827f7ec
|
Bug 1095798 - Add NetUtil.NewChannel2 and NetUtil.asyncFetch2 to NetUtil.jsm (r=sicking)
|
2014-12-15 18:38:03 -08:00 |
Christoph Kerschbaumer
|
5c70abe057
|
Bug 1111025 - Add newChanelChannelFromURIWithLoadInfo to nsIIOService (r=sicking)
|
2014-12-12 14:24:57 -08:00 |
Ben Kelly
|
57dbd41b23
|
Bug 1107516 - Part 2: Add nsILoadGroup helpers to nsNetUtil.h. r=mcmanus
|
2014-12-15 08:39:00 -05:00 |
Botond Ballo
|
79d427447d
|
Bug 1073081 - Fix -Waddress warnings about Nuwa functions. r=khuey
--HG--
extra : source : 8cd5108862aaf2c579a76ac6e9c08eb69fa5f3ff
|
2014-11-26 19:20:03 -05:00 |
Wes Kocher
|
8e77adb0d6
|
Backed out 3 changesets (bug 1107516) for b2g debug emulator mochitest bustage
Backed out changeset 5fe0df3298aa (bug 1107516)
Backed out changeset ce51e5cd2a85 (bug 1107516)
Backed out changeset c3b2309fdf93 (bug 1107516)
|
2014-12-12 15:29:28 -08:00 |
Christoph Kerschbaumer
|
426d902f38
|
Bug 1111017 - Followup on Bug 1087442 - Updating comments (r=sicking)
|
2014-12-12 13:45:51 -08:00 |
Ben Kelly
|
66be9f2fb7
|
Bug 1107516 P2 Add nsILoadGroup helpers to nsNetUtil.h. r=mcmanus
|
2014-12-12 16:41:36 -05:00 |
Christoph Kerschbaumer
|
5bc71528dc
|
Bug 1087442 - Attach LoadInfo inside each individual ProtocolHandler - netwerk/ changes (r=sworkman,sicking)
|
2014-12-12 09:07:36 -08:00 |
Christoph Kerschbaumer
|
09b44e1b01
|
Bug 1087442 - Attach LoadInfo inside each individual ProtocolHandler - ioservice/ changes (r=sicking,sworkman)
|
2014-12-12 09:05:21 -08:00 |
Christoph Kerschbaumer
|
d1614ac429
|
Bug 1087442 - Attach LoadInfo inside each individual ProtocolHandler - netUtil changes (r=sicking,sworkman)
|
2014-12-12 09:05:09 -08:00 |
Christoph Kerschbaumer
|
97e4b52984
|
Bug 1110615 - Fix inheriting problem for blobs (r=sicking)
|
2014-12-12 09:03:47 -08:00 |
Patrick McManus
|
9aa9696cc0
|
bug 865314 - backout 61ee2e053920 due to crashes 1089638 r=backout
--HG--
extra : rebase_source : a402ff7ab1f653320ac577807fbe85143d945af8
|
2014-12-12 11:48:02 -05:00 |
Brian Smith
|
7f05080219
|
Bug 940787: Stop requiring ALPN/NPN for False Start, r=keeler
--HG--
extra : rebase_source : f8946e1fc631f2458807a559104a1dca01f444ac
|
2014-12-10 10:50:48 -08:00 |
Phil Ringnalda
|
f7aea19aae
|
Backed out 15 changesets (bug 1087442)
Backed out changeset 3f4166fb5e37 (bug 1087442)
Backed out changeset 0c9c9123a0a9 (bug 1087442)
Backed out changeset 1d85d298042d (bug 1087442)
Backed out changeset 51f3ce397d68 (bug 1087442)
Backed out changeset f3b81a623692 (bug 1087442)
Backed out changeset 472e8fa74596 (bug 1087442)
Backed out changeset 12f97df7b79c (bug 1087442)
Backed out changeset 253cde88d3c5 (bug 1087442)
Backed out changeset b44f9ebd56cb (bug 1087442)
Backed out changeset 48e412887726 (bug 1087442)
Backed out changeset a2c76343f7a9 (bug 1087442)
Backed out changeset 0b5b07cfef0e (bug 1087442)
Backed out changeset 2931c35342a4 (bug 1087442)
Backed out changeset 681ce9dcad64 (bug 1087442)
Backed out changeset 47c505856954 (bug 1087442)
|
2014-12-11 21:58:21 -08:00 |