Thomas Nguyen
72ec8b5761
Bug 1339006 - Specify event target if we run nsIURIClassifier.clasify() from content process.r=ehsan, r=gcp
...
MozReview-Commit-ID: BztjVMlQngi
2017-03-08 11:06:36 +08:00
Carsten "Tomcat" Book
dc21916166
merge mozilla-inbound to mozilla-central a=merge
2017-03-02 14:02:48 +01:00
Thomas Nguyen
c68b0c13e5
Bug 1341514 - Using the valid update url provider in test. r=gcp
...
MozReview-Commit-ID: 50NcRd2e9hB
2017-03-02 00:07:53 +08:00
Thomas Nguyen
6eea6d2df4
Bug 1341514 - Disable test_reporturl.html due to intermittent failure. a=testonly
...
MozReview-Commit-ID: Ff7koH8xIwJ
* * *
[mq]: TEST-INFO
MozReview-Commit-ID: 9TUQqlj7h3M
2017-02-27 16:57:05 +08:00
Thomas Nguyen
2b6e2edd11
Bug 1297962 - Add noise data when sending v4 gethash request r=francois
...
MozReview-Commit-ID: GbyvX7wcg8c
* * *
[mq]: 1297962_review
MozReview-Commit-ID: 1U2T0wq778R
2017-02-24 10:22:12 +08:00
Henry Chang
40c00b3543
Bug 1341506 - Part 1: Implement and use nsIURIClassifier.asyncClassifyLocalWithTables. r=Ehsan,francois
...
MozReview-Commit-ID: 8dvYM4o2Xxw
2017-03-01 11:27:51 +08:00
Kirk Steuber
b36b9ba335
Bug 1340448 - Fix intermittent timeout of browser_flash_block_lists.js r=Felipe
...
MozReview-Commit-ID: InSc42mWEJN
2017-02-17 09:34:34 -08:00
Thomas Nguyen
f1bf9d77e5
Bug 1288633 - Add SafeBrowsing report false positive URL test.r=francois
...
MozReview-Commit-ID: JEMLug9M85Q
2017-02-21 11:25:04 +08:00
Henry Chang
48936c9334
Bug 1313711 - Fix track element CORS bug. r=dveditz
...
MozReview-Commit-ID: SRWbiIuUdt
2017-02-14 11:47:14 +08:00
Kirk Steuber
bdcea14c4d
Bug 1338287 - Make nsIDocument::DocumentFlashClassification accessible from privileged JS r=bz
...
MozReview-Commit-ID: 1II2puZMub5
2017-02-13 13:39:40 -08:00
Thomas Nguyen
96756deadd
Bug 1329558 - Implement Minimum wait duration for V4 gethash r=francois
...
MozReview-Commit-ID: 7i9Wz7pq0yJ
2017-02-09 16:56:44 +08:00
Kirk Steuber
e94851032c
Bug 1323064 - Remove Flash from navigator.plugins when Flash is blacklisted in the document r=bsmedberg
...
MozReview-Commit-ID: LKjCORgaecI
2017-02-02 10:03:51 -08:00
Kirk Steuber
5c396352c6
Bug 1307604 - Add allow and deny lists for Flash Blocking r=bsmedberg,bz,francois
...
MozReview-Commit-ID: H2dgJX6Hsz7
2016-11-22 15:01:04 -08:00
DimiL
845ddf7f2d
Bug 1331881 - Minimum wait duration and negative cache duration should be passed even if there is no match. r=francois,henry
...
MozReview-Commit-ID: K5RcpmiXFYR
2017-01-18 17:34:03 +08:00
Florian Quèze
0696633dc9
Bug 1334261 - script-generated patch to remove more newURI null parameters, r=jaws.
2017-01-27 10:51:02 +01:00
Florian Quèze
0a4ee94a29
Bug 1334199 - script-generated patch to omit getComputedStyle's second argument when it's falsy, r=jaws.
2017-01-27 10:51:02 +01:00
Florian Quèze
91f7a2ef3a
Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws.
2017-01-25 07:01:52 +01:00
Henry
2fabeb988d
Bug 1332213 - Store the update stream duplicately in v2 protocol parser. r=francois.
...
MozReview-Commit-ID: dPbvro5xIa
2017-01-19 17:16:13 +08:00
dimi
9cac186808
Bug 1328821 - hash completion request for v4 should not depend on table freshness. r=francois,henry
...
MozReview-Commit-ID: EIjDrnj1I4S
2017-01-17 08:33:08 +08:00
Mark Banner
55868dde7c
Bug 503613 - Remove old 'tail =' lines from xpcshell.ini files; r=gps
...
MozReview-Commit-ID: 62Hp5ISxowJ
2017-01-18 10:30:39 +00:00
Florian Quèze
63de711857
Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws.
2017-01-17 11:50:25 +01:00
Mark Banner
f7889a82eb
Bug 527444 - use do_register_cleanup calls instead of tail_*.js files in xpcshell, in Core and Toolkit. r=Paolo.
...
Patch originally by Rahid Hasan. Updated by Akshendra Pratap Singh, jdm and Standard8.
MozReview-Commit-ID: F0edTCSsXzy
2017-01-12 16:09:58 +00:00
Florian Quèze
13cfe1d3f3
Bug 1329182 - remove trailing newURI null parameters in toolkit/, r=jaws.
2017-01-09 20:27:25 +01:00
Markus Stange
a24593a89f
Bug 1323100 - Assign names to all remaining threads that are created through NS_NewThread and create them using NS_NewNamedThread instead. r=froydnj
...
MozReview-Commit-ID: 7W1dt2BBKJZ
2016-12-21 11:43:50 +01:00
Ehsan Akhgari
4bedef6264
Bug 1321874 - Part 2: Use the passive tracking protection API to determine whether a script is tracking; r=bkelly
2016-12-23 15:38:43 -05:00
Ehsan Akhgari
cb0ab50626
Bug 1312514 - Part 3: Add a test to ensure that timeouts from tracking scripts end up in the tracking bucket; r=bkelly
...
For simplicity, this test is being added to test_classifier.html which
already has all of the infrastructure necessary for setting up a test
domain as a tracking domain.
2016-12-20 12:40:30 -05:00
Henry Chang
b9d5f5080f
Bug 1312339 - LookupResult to support variable length partial hash. r=francois
...
MozReview-Commit-ID: DKwNCNKJAW
2016-12-16 14:34:32 +08:00
Henry Chang
eff83f87c8
Bug 1276826 - Part 2. Send gethash request and handle gethash response for v4. r=francois
...
MozReview-Commit-ID: 6fIbN6a6gHI
2016-11-28 14:55:36 +08:00
Henry Chang
405c70faa9
Bug 1276826 - Part 1. Implement function to build FindFullHash request for v4. r=francois
...
MozReview-Commit-ID: 6hi97T9Jk7s
2016-11-28 14:54:49 +08:00
Kirk Steuber
845ef3d6da
Bug 1319571 - Change the output format of nsUrlClassifierDBService::ClassifyLocalWithTables from comma separated string to an array of strings r=francois
...
MozReview-Commit-ID: TXln2EQnZS
2016-11-29 13:04:43 -08:00
Carsten "Tomcat" Book
8544f4afdd
Backed out changeset 6c26d0bd467b (bug 1141814)
2016-11-24 14:11:52 +01:00
Henry Chang
acfb7674fb
Bug 1319286 - Cache nsIUrlClassifierDBService.getTables result until next update. r=francois.
...
MozReview-Commit-ID: ItjTQNzCVED
2016-11-22 10:39:58 +08:00
Kershaw Chang
3702aedebf
Bug 1141814 - Part3: Test case, r=francois
2016-11-23 22:24:00 +01:00
Thomas Nguyen
7f923179c3
Bug 1302917 - Call callback correctly to Fix intermittent test_streamupdater.js r=francois
...
MozReview-Commit-ID: 6Gz0KM2CprU
2016-11-22 17:34:56 +08:00
Ehsan Akhgari
45bfeafc80
Bug 1318768 - Part 3: Make nsIURIClassifier::ClassifyLocalWithTables() usable in the content process; r=gcp,baku
2016-11-22 08:17:34 -05:00
Ehsan Akhgari
4dfc942bf0
Bug 1318768 - Part 2: Make nsIURIClassifier::Classify() available in the content process; r=gcp,baku
2016-11-22 08:17:26 -05:00
Henry Chang
7f94b8915f
Bug 1315097 - Build the provider dictionary on the main thread to be used everywhere. r=francois,gcp
...
MozReview-Commit-ID: Ft1deSNKuVB
2016-11-04 17:54:05 +08:00
Sebastian Hengst
6cf65ed900
Bug 1310297 - Remove test annotations using b2g, mulet or gonk: toolkit. r=RyanVM
...
MozReview-Commit-ID: I5LuDjnM7By
2016-11-05 11:29:22 +01:00
Thomas Nguyen
9a9556049a
Bug 1298257 - Implement url matching for variable-length prefix set. r=dimi,gcp
...
MozReview-Commit-ID: 8Goh7yyAotN
2016-11-04 12:00:33 +08:00
dimi
6d436a40ee
Bug 1305581 - Verify that V4 updates were applied correctly by computing a checksum on the final result. r=francois
...
MozReview-Commit-ID: LNtFOVMVw2U
2016-10-27 08:36:26 +08:00
dimi
9c42f796bc
Bug 1301269 - Fix update retry timer is released before firing. r=francois
...
MozReview-Commit-ID: KF1j2EFuxpa
2016-10-21 14:40:11 +08:00
Henry Chang
5e085f2966
Bug 1312323 - Consider the "single encoded value" case and bubble the decoding error up. r=francois.
...
MozReview-Commit-ID: 1GNFkMQ1JoD
2016-10-26 10:03:49 +08:00
dimi
bd858fc5df
Bug 1305780 - P2. Testcase for update fail. r=gcp
...
MozReview-Commit-ID: CopsfRuawdm
2016-10-24 08:43:54 +08:00
Henry
1a09e5cf41
Bug 1307541 - ProtocolParserProtobuf to init and return update time properly. r=francois.
...
MozReview-Commit-ID: CmVWVKUeunJ
2016-10-18 14:45:21 +08:00
Mark Banner
233309fbe2
Bug 1251003 - Change .eslintrc files to .eslintrc.js to avoid obsolete config file format. r=mossop
...
MozReview-Commit-ID: JrbFxQ5rj6I
2016-10-18 08:38:10 +01:00
Henry Chang
fff35e78ca
Bug 1305484 - Save/load state and checksum to/from disk rather than prefs. r=dimi,francois
...
MozReview-Commit-ID: 4gmmrI9wY4c
2016-10-13 15:22:08 +08:00
Henry Chang
2e867131fd
Bug 1285848 - Part 1: Implement Rice Delta Decoding. r=francois.
...
MozReview-Commit-ID: 2GR51CRFBDL
2016-10-05 14:59:43 +08:00
Dimi Lee
d316530abf
Bug 1305801 - Part 5: Support SafeBrowsing v4 partial update. r=gcp
...
MozReview-Commit-ID: 7OEWLaZbotS
2016-10-04 09:14:39 +08:00
Dimi Lee
e6d6ca8983
Bug 1305801 - Part 4: Store variable-length prefix to disk. r=francois, r=gcp
...
MozReview-Commit-ID: BMTGtgMuQdg
2016-09-19 11:51:01 +08:00
Dimi Lee
35e3b8769f
Bug 1305801 - Part 3: Testcase for variable length prefixSet. r=francois, r=gcp
...
MozReview-Commit-ID: Gy7LtQ11EkV
2016-09-14 14:49:41 +08:00