Commit Graph

735 Commits

Author SHA1 Message Date
Monica Chew
dca9d1fa20 Bug 1011799: Forgot to qref to pick up Paolo's comments (r=paolo) 2014-05-28 16:13:37 -07:00
Monica Chew
aeda299594 Bug 1011799: Integrate nsIRedirectChannel redirects into application reputation check 2014-05-28 16:06:21 -07:00
Birunthan Mohanathas
a575bd9831 Bug 869836 - Part 8: Use Append('c') instead of Append("c"). r=ehsan 2014-05-22 06:48:52 +03:00
Birunthan Mohanathas
fd86bf4972 Bug 869836 - Part 7: Use AppendLiteral instead of Append where possible. r=ehsan 2014-05-22 06:48:51 +03:00
Monica Chew
72974a2052 Bug 1005504: Fix telemetry for application reputation (r=gcp) 2014-05-05 13:32:56 -07:00
Marco Castelluccio
ba5f2530b1 Bug 965414 - Don't try to use the JS downloads implementation in the webapp runtime because we don't have one. r=paolo 2014-04-27 12:22:00 -04:00
Birunthan Mohanathas
eeb9aaaa94 Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj 2014-04-27 03:06:00 -04:00
Gian-Carlo Pascutto
0d3960369c Bug 998007: Use SafeBrowsing app id for application reputation checks. r=ckerschb 2014-04-22 22:10:45 +02:00
Monica Chew
5febe42037 Bug 999477: Fix FindInReadable calls in ApplicationReputation (r=gcp) 2014-04-22 09:14:55 -07:00
Monica Chew
d38f9e9c44 Bug 933432: Enable remote lookups for application on Windows (r=gcp) 2014-04-17 14:01:47 -07:00
snigdha
724d084f99 Bug 798033 - Headers should generally not do "using namespace" at file scope. r=jib, r=jmathies, r=rjesup, r=ekr, r=ncameron, r=blassey 2014-04-01 08:29:25 -04:00
Drew Willcoxon
5a25763248 Bug 911307 - Reflect changes to top sites immediately in about:newtab (part 1, Places patch). r=mak 2014-03-28 23:30:04 -07:00
Phil Ringnalda
304bd1a718 Backed out 2 changesets (bug 911307) for frequent timeouts in browser_newtab_perwindow_private_browsing.js
Backed out changeset 70638b7c97f1 (bug 911307)
Backed out changeset 3951f7e82b4c (bug 911307)
2014-03-29 12:13:11 -07:00
Drew Willcoxon
4d07122113 Bug 911307 - Reflect changes to top sites immediately in about:newtab (part 1, Places patch). r=mak 2014-03-28 23:30:04 -07:00
Monica Chew
c5215e23b2 Bug 985720: Rename urlclassifier.download_block_table and urlclassifier.download_allow_table (r=gcp) 2014-03-24 10:49:05 -07:00
Wes Kocher
1614e57618 Backed out changeset 3d94ebde9018 (bug 985720) for missing a file from the patch to fix a CLOSED TREE 2014-03-24 18:07:13 -07:00
Monica Chew
29f425d18a Bug 985720: Rename urlclassifier.download_block_table and urlclassifier.download_allow_table (r=gcp) 2014-03-24 14:57:59 -07:00
Monica Chew
796c721622 Bug 985623: Force url classifier clients to specify which tables to lookup, add a pref to skip hash completion checks (r=gcp) 2014-03-20 14:25:35 -07:00
Nathan Froyd
c8acba35ef Bug 984466 - change CallQueryInterface to assert in cases of trivial conversions; r=ehsan 2014-03-17 13:00:17 -04:00
Wes Kocher
31d19ce39b Merge inbound to m-c 2014-03-18 14:15:03 -07:00
Paolo Amadini
19e9ab1a3b Bug 984788 - Convert legacy uses of promise.js to Promise.jsm. rs=Yoric 2014-03-18 15:16:02 +01:00
Hiroyuki Ikezoe
d4d4210e65 Bug 901198 - Set download_block_table explicitly for testing applications. r=mmc 2014-03-18 10:46:34 +00:00
Kyle Huey
5258716b56 No bug: Remove unnecessary initializations of nsCOMPtr. r=me 2014-03-15 12:00:17 -07:00
Kyle Huey
be9c9b3eba Bug 345123: Remove nsGetterAddRefs<T>'s operator nsISupports**. r=bsmedberg 2014-03-15 12:00:17 -07:00
Monica Chew
7abbbfdc32 Bug 977236 - Use referrer for application reputation checks. r=gcp 2014-03-12 20:31:51 -07:00
Ryan VanderMeulen
86af8bac61 Backed out changeset 6f05267b4afc (bug 798033) for Android bustage. 2014-03-05 09:55:52 -05:00
snigdha
238d3a6bf5 Bug 798033 - Headers should generally not do "using namespace" at file scope. r=jib, r=jmathies, r=rjesup, r=ekr, r=ncameron, r=blassey 2014-03-05 08:47:45 -05:00
Ehsan Akhgari
af0f8ddbaa Bug 977964 - Move some flags to moz.build; r=glandium 2014-03-03 21:58:37 -05:00
Jan Beich
0e0af230c8 Bug 974786 - Explicitly use TimeStamp from mozilla/TimeStamp.h to unbreak non-SPS platforms. r=mmc 2014-02-20 15:37:12 -05:00
Monica Chew
3f016d9b67 Bug 964465: Check certificate whitelist strings before sending remote lookup (r=gcp) 2014-02-19 15:14:02 -08:00
Ms2ger
e9cc72d339 Bug 968856 - Move unconditional LOCAL_INCLUDES into moz.build; r=mshal 2014-02-15 21:24:59 +01:00
Ted Mielczarek
a7b2f4159b bug 968837 - bustage fix for the CLOSED TREE r=bustage 2014-02-13 11:13:45 -05:00
Ted Mielczarek
78e3bfe3c5 Bug 968837 - Move more Mochitests into manifests. r=jmaher 2014-02-06 15:37:30 -05:00
Jacek Caban
7b65057ef0 Bug 970429 - Don't allow using INITGUID in unified sources. r=Ehsan 2014-02-12 10:59:05 +01:00
Ehsan Akhgari
860f2c1f29 Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg 2014-02-10 17:57:01 -05:00
Gregory Szorc
dffb8830ba Bug 969021 - Part 1: Consolidate moz.build data into parent moz.build files; r=ted
Many moz.build files define things that could be defined in parent
moz.build files. Keeping the number of moz.build files low helps with
build times due to less I/O and fewer directories traversed.

This patch eliminates a lot of moz.build files by moving their content
into parent moz.build files.
2014-02-06 13:00:20 -08:00
Monica Chew
0e414605b1 Bug 928536: Integrate signature verification info into application reputation call in download manager (r=paolo) 2014-01-27 13:39:00 -08:00
Monica Chew
eb0918a381 Bug 928536: Send signature information in remote lookups (r=gcp,paolo,keeler) 2014-01-27 12:47:42 -08:00
Phil Ringnalda
d5fec3f193 Backed out 3 changesets (bug 928536) for build bustage
CLOSED TREE

Backed out changeset 750054102e68 (bug 928536)
Backed out changeset baa309383864 (bug 928536)
Backed out changeset 1ff2aed7f76f (bug 928536)
2014-02-05 08:29:17 -08:00
Monica Chew
6a36540abe Bug 928536: Integrate signature verification info into application reputation call in download manager (r=paolo) 2014-01-27 13:39:00 -08:00
Monica Chew
ad2e9690e8 Bug 928536: Send signature information in remote lookups (r=gcp,paolo,keeler) 2014-01-27 12:47:42 -08:00
Gian-Carlo Pascutto
648a6bdcd2 Bug 783047 - Update Application Reputation test for new SB interface. r=mmc 2014-01-16 09:27:59 +01:00
Neil Rashbrook
faa06fc386 Bug 514173 Make literal string buffers shareable r=dbaron,ehsan,bholley 2014-01-08 20:51:38 +00:00
Ehsan Akhgari
68bfe70f09 Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:

#!/bin/bash
# Command to convert PRUnichar to char16_t

function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
       ! -wholename "*security/nss*" \
       ! -wholename "*modules/libmar*" \
       ! -wholename "*/.hg*" \
       ! -wholename "obj-ff-dbg*" \
       ! -name prtypes.h \
       ! -name Char16.h \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.c" \
         -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 PRUnichar char16_t
2014-01-04 10:02:17 -05:00
Trevor Saunders
b4ae5fdd96 bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj 2013-12-12 20:50:01 -05:00
Monica Chew
4c6398d71c Bug 837202: Add telemetry for application reputation check (r=paolo,yoric) 2013-12-12 11:20:11 -08:00
Jacek Caban
1ff8afb08c Bug 944913 - Fixed char16_t/wchar_t mismatch in tollkit/. r=ehsan 2013-12-03 16:07:22 +01:00
Ehsan Akhgari
37e99a402b Bug 943995 - Build toolkit/components/downloads in unified mode; r=mak 2013-11-29 18:28:39 -05:00
Chris Kitching
69fdb42135 Bug 913985: Part 5 - Refactor the Bridge to use the generated code. r=kats 2013-11-12 10:41:01 -08:00
Ryan VanderMeulen
4501219603 Backed out 7 changesets (bug 913985) for intermittent Android crashes.
Backed out changeset 53513a959cf0 (bug 913985)
Backed out changeset d23d1e678417 (bug 913985)
Backed out changeset a9c9187b4f4a (bug 913985)
Backed out changeset c6b02e4a3e35 (bug 913985)
Backed out changeset 895dae322e3c (bug 913985)
Backed out changeset 3d97e6a53313 (bug 913985)
Backed out changeset 892bb017f8ba (bug 913985)
2013-11-19 10:56:09 -05:00