Commit Graph

98 Commits

Author SHA1 Message Date
dcamp@mozilla.com
76a4befc6a handle query parameters and full-string queries as specified in the updated safebrowsing protocol. b=395377, r=tony, a=mconnor 2007-10-01 16:53:53 -07:00
dcamp@mozilla.com
95baf6ccee another bustage fix, fix up the PR_LOG ifdefs from the last commit. b=384941 rs=biesi 2007-08-31 16:48:39 -07:00
dcamp@mozilla.com
2b3259d83f block document loads for URIs tagged as malware by the url-classifier service. b=384941, r=bzbarsky, r=tony, sr=biesi, ui-r=johnath, a=bzbarsky 2007-08-31 16:18:46 -07:00
philringnalda@gmail.com
366ec787f6 Bug 392199 - Really remove nsUrlClassifierTable.js, r=tony 2007-08-14 19:51:44 -07:00
dcamp@mozilla.com
350e5abb80 make sure nsCryptoHash/PSM is initialized on the main thread in the url classifier. b=390324, r=tony 2007-08-09 15:33:04 -07:00
dcamp@mozilla.com
614287c90a fetch malware data with the url classifier. b=389501, r=tony 2007-08-09 15:11:22 -07:00
dcamp@mozilla.com
86a879295b bump the nsIUrlClassifierDBServiceWorker uuid, b=390398, r=vlad, a=damons 2007-07-31 17:52:02 -07:00
dcamp@mozilla.com
d8ce4fd8cc fix assertion failure in url-classifier when canonicalizing a URI with no host. b=387196, r=tony, a=schrep 2007-07-26 17:52:33 -07:00
dcamp@mozilla.com
a5c43e3212 tests for bug 387196 2007-07-25 23:39:22 -07:00
dcamp@mozilla.com
532a82cb78 try landing new safebrowsing protocol again. b=387196, r=tony, r=vlad (for new fixes) 2007-07-25 23:38:43 -07:00
dcamp@mozilla.com
c91142ec8a backout patch for 387196 2007-07-25 20:11:43 -07:00
dcamp@mozilla.com
aa72e9323e fix bustage from 387196 2007-07-25 19:00:57 -07:00
dcamp@mozilla.com
70459fd73f tests for bug 387196 2007-07-25 18:50:27 -07:00
dcamp@mozilla.com
791945185f implement the new google safebrowsing protocol. b=387196, r=tony 2007-07-25 18:49:20 -07:00
benjamin@smedbergs.us
2f229b2c28 Trying to fix the mac orange, from bug 321024. a=robcee for immediate commit pending tony's review 2007-07-11 09:52:12 -07:00
dbaron@dbaron.org
f9254c5f95 Fix leaks by removing preference observers. b=386665 r=tony@ponderer.org 2007-07-09 13:53:01 -07:00
jwalden@mit.edu
6d7584839a Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 00:08:04 -07:00
kherron@fmailbox.com
9d992a9d33 Bug 383217 - Discard bind and Function.prototype.bind in favor of BindToObject. Patch by Simon Bünzli <zeniko@gmail.com>. r=tony. 2007-06-17 04:35:36 -07:00
tony@ponderer.org
fb5498e94f Bug 382996 - (Re)move G_ObjectSafeMappatch by Simon Bünzli, r=me 2007-06-10 16:59:20 -07:00
tony@ponderer.org
f14dc53431 Bug 382621 - don't include /toolkit/components/url-classifier/content/moz/debug.js by defaultpatch by Simon Bünzli, r=me 2007-06-04 22:44:31 -07:00
tony@ponderer.org
44234495a8 Bug 381379 - remove G_Base64original patch by Simon Bünzli, r=me 2007-06-04 22:22:00 -07:00
tony@ponderer.org
7e1e7f7fde Bug 382816 - remove /toolkit/components/url-classifier/content/moz/filesystem.js and /toolkit/components/url-classifier/content/application.jspatch by Simon Bünzli, r=me 2007-06-03 17:37:36 -07:00
tony@ponderer.org
8f56e7df4f Bug 382620 - remove all methods marked as "deprecated" in safebrowsing codepatch by Simon Bünzli, r=me 2007-06-02 14:50:58 -07:00
tony@ponderer.org
51d8b89099 Bug 382618 - remove /toolkit/components/url-classifier/content/js/lang.jspatch by Simon Bünzli, r=me 2007-06-02 09:59:52 -07:00
benjamin@smedbergs.us
a15267a249 Fix url-classifier+libxul warnings and test errors, r=luser (no bug) 2007-05-23 06:24:32 -07:00
sayrer@gmail.com
d9429eeac3 bug 321024. Crash in nsCryptoHash during shutdown of nsUrlClassifierDBService. Patch by Tony Chang <tony@ponderer.org>. r=darin 2007-04-24 10:41:44 -07:00
benjamin@smedbergs.us
baab01ada6 Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me 2007-04-23 07:21:53 -07:00
tony%ponderer.org
e7ba49093b Bug 368998: when normalizing hostnames, we don't properly escape non-alphanumerics
patch: move host encoding to c++ (url classifier utils component)
r=bryner
2007-03-05 05:58:05 +00:00
tony%ponderer.org
ba1fb0043c bug 371729: G_PreferenceObserver.prototype.QueryInterface has an error
patch:  nsIObserves -> nsIObserver
r=timeless
2007-03-04 23:13:03 +00:00
tony%ponderer.org
63435386a0 remove unused test_* files 2007-03-02 19:27:34 +00:00
tony%ponderer.org
d3e9baa7a9 Bug 368998: when normalizing hostnames, we don't properly escape non-alphanumerics
patch: refactor to allow unittesting
r=bryner
2007-03-01 06:18:06 +00:00
tony%ponderer.org
503bd3cbcb cause unittest to stop build on failure (makes tinderboxen burn on failure) 2007-03-01 02:12:13 +00:00
tony%ponderer.org
ac5d588d7c really fix the build 2007-02-28 00:14:22 +00:00
tony%ponderer.org
1a5400a8e6 fix compile warning in test on release builds 2007-02-28 00:01:32 +00:00
tony%ponderer.org
9a4f57b7eb Bug 370860: A very long URI hangs under phishing protection code
patch:  v4: move canonicalizeURL to c++
r=bryner,sr=darin
2007-02-27 23:49:44 +00:00
tony%ponderer.org
3ff09be502 bug 371409: canonicalNum_ fails with 7 hex digits
patch: fixes to parseIPAddress and canonicalNum_
r=bryner
2007-02-26 21:03:54 +00:00
tony%ponderer.org
37183633fa another attempt to fix mochitests, re-enabling tests with fix 2007-02-17 17:50:13 +00:00
tony%ponderer.org
81e22a3593 try to fix mochi test by backing out tests 2007-02-17 10:17:37 +00:00
tony%ponderer.org
7ce2a8faaa backing out tests due to mochitest breakage (bug 370446) 2007-02-17 07:24:10 +00:00
tony%ponderer.org
779153e138 Bug 370446 ��� Should strip \x00 in hostnames
patch: add \x00 to regex and move mochi tests around
r=bryner
2007-02-17 02:07:55 +00:00
tony%ponderer.org
e05dd4f97f bug 368998: when normalizing hostnames, we don't properly escape non-alphanumerics
patch: do our own escaping of hostnames
r=bryner
2007-02-08 18:10:48 +00:00
tony%ponderer.org
16f680cbdc Bug 366645 ��� Reference to undefined property FIND_TRAILING_DOTS_GLOBAL
patch: remove unused regexes
r=mmchew
2007-01-18 05:55:09 +00:00
sergei_d%fi.tartu.ee
344c3628d3 Bug 361542 ��� [BeOS] Linking fails in toolkit/components, p=thesuckiestemail, r=benjamin 2007-01-07 12:47:59 +00:00
tony%ponderer.org
8741553f63 bug 352788: New Firefox versions result in a new pref entry for rc4 key
patch: only use getkey url up until ?
r=mmchew
2006-12-18 20:47:49 +00:00
tony%ponderer.org
4c975d4193 Add tests for URLCanonicalizer and EnchashDecryptor. Small change in
trtable.js to expose JS component in debug builds to allow testing.
2006-12-05 23:36:01 +00:00
tony%ponderer.org
beb5b22eb9 bug 356355: numeric domain normalization only happens on enchash table values
patch v4: check both old and new canonical form
r=mmchew
2006-11-23 01:12:35 +00:00
tony%ponderer.org
b617196ba5 back out change because tree is closed 2006-11-23 00:39:39 +00:00
tony%ponderer.org
4b747d422c bug 356355: numeric domain normalization only happens on enchash table values
patch v4: check both old and new canonical form
r=mmchew
2006-11-23 00:37:20 +00:00
tony%ponderer.org
3faf37f265 bug 343033: 5-10 second delay or hang or crash when quitting Cocoa Firefox
patch: cancel background download as soon as user quits
r=darin
2006-11-20 18:24:01 +00:00
tony%ponderer.org
a4eb8a5a41 Bug 356355: numeric domain normalization only happens on enchash table values
patch v2 (additional fixes)
r=mmchew
2006-11-14 22:12:08 +00:00