Carsten "Tomcat" Book
6b03d9bff5
Backed out changeset ed0b3881c1c4 (bug 1272239)
2016-06-15 22:16:54 +01:00
Carsten "Tomcat" Book
1d2e8550ed
Backed out changeset 5042da9fc11c (bug 1272239)
2016-06-15 22:16:52 +01:00
dlee
66155fbd55
Bug 1272239 - P3. Testcase, test gethash. r=francois
2016-06-14 14:48:28 +01:00
DimiL
72ab791c41
Bug 1272239 - P2. Testcase, only tables with provider could register gethash url in listmanager. r=francois
2016-05-30 17:09:11 +08:00
dlee
72b9bd51d0
Bug 1272239 - P1. Support completion for test database. r=francois
2016-06-14 14:32:03 +01:00
Ralph Giles
3d546266d0
Bug 1275744 - Reference MOZ_LOG in toolkit comments. r=erahm
...
NSPR_LOG_MODULES is deprecated.
MozReview-Commit-ID: 2iZFe60Uxvi
2016-05-26 11:14:47 -07:00
Henry Chang
12c48d2d0f
Bug 1275198 - Part 2: Simple test cases. r=francois.
2016-05-30 05:29:00 +02:00
Henry Chang
8fc7370c8d
Bug 1275198 - Part 1: Add safebrowsing protobuf related files in proto2 format. r=francois.
2016-06-06 23:30:00 +02:00
Henry Chang
019f37c088
Bug 1274685 - Part 2: Test case. r=francois.
2016-06-02 23:42:00 +02:00
Henry Chang
a8b9c2ae6b
Bug 1274685 - Part 1: Avoid registering lists which have no provider info. r=francois.
2016-06-01 20:37:00 +02:00
dimi
9c714ad681
Bug 1258033 - Part 4: Testcase for DNT. r=francois
...
MozReview-Commit-ID: IqPIMwDQluy
2016-06-02 16:33:13 +08:00
Carsten "Tomcat" Book
3a9cae6c4f
Merge mozilla-central to fx-team
2016-05-30 15:31:42 +02:00
Henry Chang
3c1ac57146
Bug 1274226 - Verify the completion request in test_hashcompleter.js. r=francois.
2016-05-23 04:03:00 +02:00
Dimi Lee
d2b3a51b5d
Bug 1274105 - Refactor classifierHelper.js. r=gcp
...
MozReview-Commit-ID: ljq4KPzUqu
2016-05-25 20:20:42 +08:00
Henry Chang
47ddd82866
Bug 1273395 - Add pref for Safe Browsing v2/v4 switch. r=francois.
2016-05-19 00:07:00 +02:00
Henry Chang
e7eeabfe0b
Bug 1037555 - Initial listmanager unit test. r=francois.
2016-05-16 14:51:36 +08:00
Chris Peterson
57a1006d4d
Bug 1272513 - Part 1: Suppress -Wshadow warnings-as-errors in some directories. r=glandium
2016-05-11 00:00:01 -07:00
Henry Chang
c326c3c2dd
Bug 1264517 - Followup: Remove API key from console log. r=francois.
2016-05-12 18:20:13 +08:00
Carsten "Tomcat" Book
4f104b2da1
merge mozilla-inbound to mozilla-central a=merge
2016-05-10 12:05:56 +02:00
Eric Rahm
b5eaad35ff
Bug 1270126 - Avoid out of memory in safebrowsing::ByteSliceWrite. r=gcp
...
Switch over to using a single fallible array in ByteSliceWrite. This allows us
to only use 2 transient arrays 1/4 the size of the input array rather than 5
transient arrays.
2016-05-05 17:37:27 -07:00
dimi
8eeb380880
Bug 1262406 - P2. Classify track element testcase. r=francois
...
MozReview-Commit-ID: 1DnTKOYcfDy
2016-05-09 09:33:41 +08:00
Kyle Huey
b972c94d0f
Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj
2016-05-05 01:45:00 -07:00
Yoshi Huang
1715fb709b
Bug 1077874 - Only expose Major version of Firefox in SafeBrowsing. r=francois
2016-05-03 17:31:25 +08:00
Carsten "Tomcat" Book
aadd508ffe
Backed out changeset 85ce8cb0639a (bug 1268313)
2016-04-29 14:21:16 +02:00
Henry Chang
3d3c24ccb2
Bug 1264517 - Replace sensitive info from debugging message. r=gcp.
2016-04-29 13:53:31 +08:00
Nicholas Nethercote
26b6e79d96
Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj.
...
It's an annotation that is used a lot, and should be used even more, so a
shorter name is better.
MozReview-Commit-ID: 1VS4Dney4WX
2016-04-27 14:16:50 +10:00
Kyle Huey
e62a0823c9
Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj
2016-04-28 14:08:25 -07:00
dimi
ff7cea2e35
Bug 1264169 - P2. Refine classifierHelper chunk format. r=francois
...
MozReview-Commit-ID: WBexu4sO8R
2016-04-25 10:13:15 +08:00
dimi
05c258a574
Bug 1264169 - P1. test_classifier.html doesn't remove url added to malware database when finish. r=francois
...
MozReview-Commit-ID: 5iuMuVk5f8d
2016-04-22 17:25:40 +08:00
Kyle Huey
a9cf047227
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
2016-04-25 17:23:21 -07:00
Cykesiopka
47897457e6
Bug 1247798 - Make nsUrlClassifierDBService::Init() register pref observers only in the success case. r=gcp
...
These observers should only be added when everything else has succeeded.
Failing to do so can cause long shutdown hangs in certain situations such as during periodic HSTS update runs.
MozReview-Commit-ID: IoJ4PscS1u3
2016-04-03 00:58:43 -07:00
Dimi Lee
0a27ad714d
Bug 1172688 - Add telemetry for when gethash calls timeout. r=francois, r=bsmedberg
...
MozReview-Commit-ID: 8GZmlhgWhmy
2016-04-06 11:35:26 +08:00
Dimi Lee
281878855a
Bug 1233914 - P2. Testcase. r=francois
...
MozReview-Commit-ID: 4Z3OKDY5aYI
2016-04-01 09:41:11 +08:00
dimi
e561637d9a
Bug 1212600 - No upper limit on digest256 list file size. r=francois
...
MozReview-Commit-ID: b1aQbF92as
2016-03-28 15:10:03 +08:00
Wes Kocher
257d7ae283
Merge inbound to central, a=merge
...
MozReview-Commit-ID: FSnrOgtIFer
2016-03-31 13:04:19 -07:00
dimi
af16ef96be
Bug 1246301 - Incorrectly parsed value for update interval in shavar response. r=francois
...
MozReview-Commit-ID: Ks84KmA5uKJ
2016-03-25 09:50:44 +08:00
Tobias Schneider
169c0f8dea
Bug 1237198 - Block SWFs on the content blocking list hosted on the Shavar service. r=francois
2016-03-29 00:37:44 -07:00
sajitk
39f5ab0cca
Bug 1219482: Replace PRLogModuleInfo with LazyLogModule in toolkit subdirectory.r=erahm
2016-01-28 10:37:00 -08:00
Francois Marier
2223c3af6b
Bug 1164518 - Avoid unnecessary DB updates when caching Safe Browsing results. r=gcp
...
MozReview-Commit-ID: HYNaTdCRohL
2016-03-04 12:33:20 -08:00
Francois Marier
de2f16437c
Bug 1164518 - Minor optimizations for Safe Browsing completions. r=gcp
...
- added an early exit to skip table string comparisons on a 204
- removed an unnecessary NS_WARNING on gethash errors (e.g. 503s)
- do the noise check first since it's the majority of completions
MozReview-Commit-ID: Lqae5DbUrs8
2016-03-02 14:55:44 -08:00
Francois Marier
cf821cd8e5
Bug 1164518 - Better logging of completions. r=gcp
...
MozReview-Commit-ID: JqhDC9GzB8l
2016-03-02 14:54:59 -08:00
Martijn Wargers
d4c9ccdcd6
Bug 1252444 - Rewrite some dom mochitests to use pushPrefEnv instead of setCharPref. r=jmaher
2016-03-03 09:41:14 -05:00
Carsten "Tomcat" Book
51243fc2e6
merge mozilla-inbound to mozilla-central a=merge
2016-03-03 11:54:40 +01:00
J. Ryan Stinnett
f6d23d0dde
Bug 1238160 - Rename OriginAttributes.mInBrowser and associated methods. r=bz,mayhemer
...
This change renames OriginAttributes.mInBrowser to mInIsolatedMozBrowser and
nsIPrincipal::GetIsInBrowserElement to GetIsInIsolatedMozBrowserElement. Other
methods that pass these values around also have name changes.
Tokens such as "inBrowser" have previously been serialized into cache keys, used
as DB column names, stored in app registries, etc. No changes are made to any
serialization formats. Only runtime method and variable names are updated.
No behavior changes are made in this patch, so some renamed methods may have
nonsensical implementations. These are corrected in subsequent patches
focused on behavior.
MozReview-Commit-ID: 66HfMlsXFLs
2016-03-02 10:35:56 -06:00
Panos Astithas
d2c7381f05
Bug 1252449 - Enable test_classifier.html and test_classifier_worker.html on e10s. r=gcp
...
MozReview-Commit-ID: AxKMYI7nDkD
2016-03-02 15:33:55 +02:00
Bogdan Postelnicu
99386c2b74
Bug 1250439 - preven memory leak in Classifier::GetLookupCache. r=gcp
...
MozReview-Commit-ID: BlROMq9gFzj
2016-02-24 13:34:10 +02:00
Phil Ringnalda
3cedc5b7dc
Merge m-i to m-c, a=merge
2016-02-13 19:18:53 -08:00
Gijs Kruitbosch
1c7843dcb5
Bug 1244259 - wait for SafeBrowsing to have added MozEntries in initial runs of talos perf testing, r=jmaher,gcp
...
MozReview-Commit-ID: Dvs5RQyhfpy
2016-02-12 08:47:31 +00:00
Aidin Gharibnavaz
bb0750ec60
Bug 1164581 - Adding an overload for NS_ProxyRelease that accepts already_AddRefed, and removing all the others. r=bobbyholley
2016-02-10 08:23:00 +01:00
Gian-Carlo Pascutto
8864796fb9
Bug 1150921 - Add telemetry for response codes to SafeBrowsing requests. r=francois f=bsmedberg
2016-02-10 17:59:40 +01:00