Commit Graph

146 Commits

Author SHA1 Message Date
Ms2ger
521aeddc8b Bug 882848 - Use MOCHITEST_BROWSER_FILES more; r=gps 2013-06-23 09:16:19 +02:00
Kyle Machulis
331f36baa9 Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
Kyle Machulis
ec9b53db93 Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00
Kyle Machulis
0419a0b889 Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-03-29 13:56:18 -07:00
Gregory Szorc
1a3da6acf4 Bug 784841 - Part 18d: Convert /browser; r=gavin f=Ms2ger 2013-02-25 12:47:18 -08:00
Justin Dolske
8fb9ae0664 Bug 778608 - Move SafeBrowsing.jsm to toolkit. r=gavin 2012-10-29 17:26:41 -07:00
Ehsan Akhgari
8573276047 Bug 800854 - Make browser_bug400731.js more robust by registering the DOMContentLoaded handler at the right time; r=gcp 2012-10-12 12:07:25 -04:00
Ehsan Akhgari
ab1f0fe58a Bug 800394 - Force SafeBrowsing to be initialized in safebrowsing tests; r=gcp 2012-10-11 12:00:08 -04:00
Yosy
3982ffb3e1 Bug 792968 - Replace some regular expression string matches with String.startsWith and replace /^https?/ URI scheme tests with /^https?$/. r=dao 2012-09-23 21:09:29 +02:00
Benjamin Peterson
d81426815e Backed out changeset 3ca1f19e4c2a (bug 792968) for mochitest-oth failures 2012-09-23 12:25:39 -04:00
Yosy
9fd06803cc Bug 792968 - Replace some regular expression string matches with String.startsWith and replace /^https?/ URI scheme tests with /^https?$/. r=dao 2012-09-23 16:48:23 +02:00
Mike Hommey
26586d60e1 Bug 785269 - Replace a few DEPTH and relativesrcdir. r=ted,r=callek 2012-09-05 16:42:09 +02:00
Andres Hernandez
e80b022632 Bug 325901 - fix unnecessarily preprocessed files in browser/, r=gavin 2012-08-10 14:20:25 -06:00
Justin Dolske
f3b2a380b5 Bug 769960 - Refactor the terrifying code in nsSafebrowsingApplication.js. r=fryn, f=gcp 2012-07-27 23:25:11 -07:00
Boris Zbarsky
9989bf17ec Bug 731447. Make buttons display:inline-block by default so that underlines don't reach into them. r=dbaron 2012-06-01 11:45:37 -04:00
Gervase Markham
d697fdc8ec Bug 759095 - upgrade license to MPL 2, and other licensing cleanups. 2012-05-29 16:52:43 +01:00
Gervase Markham
cb6a072c2a Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Gian-Carlo Pascutto
9b3815bc51 Bug 693389 - Update urlclassifier DB for Mozilla com->org move. r=dcamp 2011-11-09 17:22:59 +01:00
Ed Morley
6e731c995a Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail 2011-11-05 18:35:59 +00:00
Rail Aliiev
b2aeac5a65 Bug 616542 - Shorten file path length of mochitest; r=ted 2011-11-04 21:13:42 +00:00
Jeff Walden
fc0ec181d0 Bug 622321 - While { x: 1, x: 1 } is a syntax error only in strict mode, any other name collision between property assignments in an object literal is a syntax error regardless whether the literal is in strict mode code or not. r=dmandelin 2011-01-01 02:41:00 -06:00
Robert Sayre
94ebbc5a19 Backed out changeset 54e2039322ef 2011-01-06 21:38:15 -05:00
Jeff Walden
ed30d96ade Fix safebrowsing code that assumed x: 1, get x() was permitted. r=orange 2011-01-06 17:35:13 -06:00
Margaret Leibovic
08a19ca49f Bug 599480 - When the about window is opened the app menu's check for updates menuitem is a noop. r=dolske a=blocking-final 2010-11-05 14:03:42 -07:00
Jonas Sicking
da24fcabaa Bug 546857 Part 3: Make error pages not use xul buttons. r=dao a=blocker 2010-08-19 16:06:07 -07:00
Mike Hommey
f1b6f16937 Bug 557750: Remove vestigial code from the old safebrowsing protocol. r=vlad 2010-04-10 15:59:33 -04:00
Dão Gottwald
0ae2a73e51 fix up tests 2010-03-13 17:55:44 +01:00
Dão Gottwald
a9c19d3312 add missing spaces; 'switch' is not a function 2010-02-06 11:40:06 +01:00
Blair McBride
e9afd84370 Bug 397937 - Handle view-source on malware and error pages more gracefully, r=mconnor 2009-12-23 22:03:37 -05:00
Daniel Holbert
d7af6ff3d2 Bug 495228, followup patch: Remove a few trailing right-paren characters that were missed in this bug's previous landing (to fix build warnings like "Extraneous text after ifneq directive"). r=ted 2009-09-21 22:43:58 -07:00
Phil Ringnalda
99af5c5c2f Bug 495228 - Remove checks for mac MOZ_WIDGET_TOOLKIT, r=ted 2009-09-18 19:59:53 -07:00
Dão Gottwald
0a7239aece tests cleanup 2009-09-16 12:21:19 +02:00
Ryan Flint
7e0258eb47 Bug 499123 - Coalesce browser about: pages. r=dietrich/gavin 2009-08-20 02:24:10 -04:00
ecf313f0cd Bug 413746 - Use "page" instead of "site" for malware/phishing block pages. r=dcamp, pike 2009-05-19 10:19:45 +02:00
Johnathan Nightingale
6253a8fe44 Bug 425001 - Tests for bugs 400731 and 431826 rely on timers and are therefore fragile. TEST ONLY FIX.
Replace with DOMContentLoaded listeners, since onload doesn't work for error pages.
2009-04-21 16:17:14 -04:00
Phil Ringnalda
8b478bbc71 Bug 243621 - (Back out) Standardize QueryInterface without throw, r=timeless, sr=sicking 2009-01-15 20:02:21 -08:00
Johnathan Nightingale
d2a9908fab Add escape & appeal buttons to phishing/malware clickthrough bar. r=gavin r=tony ui-r=beltzner b=441624 2008-10-27 15:36:46 -04:00
Johnathan Nightingale
0c3003b502 Bug 415846 - "can't report a page as not actually being a web forgery" (Restore the correct menu behaviour) [r=dcamp r=Pike r=gavin] 2008-08-19 23:11:39 -05:00
Serge Gautherie
ed860d3ed4 Bug 445374 - In </browser/*>, use a xul <stringbundle/> instead of including the strres.js code. r=tony+gavin. 2008-08-18 17:22:57 +02:00
7aa96bd46d Bug 429755: Apply some random fuzz to safebrowsing backoff intervals. r=tony, a=beltzner 2008-04-23 09:57:55 -07:00
fa2e602022 Bug 427862: Don't use cached full-hash entries without a successful safebrowsing update. r=tony, a1.9=beltzner 2008-04-15 15:39:44 -07:00
9f478eb7b9 Bug 428358 - "Typo in <malware-warden.js> causes xpconnect exception about 'streamFinished'". r=dcamp, a=beltzner. 2008-04-11 10:26:03 -07:00
2bac6ab087 Bug 422410 - "anti malware warning UI should allow pass through / show ignore link" (display the clickthrough for both phishing and malware) [p=johnath@mozilla.com (Johnathan Nightingale [johnath]) r=gavin a=blocking-firefox3+] 2008-04-08 12:30:01 -07:00
52e516fe69 Restore "ignore this warning" link for phishing warning. b=400731, r=gavin, r=dcamp, ui-r=mconnor, a=blocking-firefox3 (beltzner) 2008-03-12 13:34:31 -07:00
661b805894 Bug 402370 - Fix about:blocked channel creation, move strings to dtd. r=gavin a=beltzner 2008-03-07 14:46:56 -08:00
8d53945e49 Update blockedSite text, use new stopbadware report url. b=420751, r=gavin, ui-r+a=beltzner 2008-03-07 11:51:25 -08:00
9fcafe8dbd Help > Report Web Forgery..." does nothing; "this.appContext is null. b=420667 r=gavin a=blocking-firefox3 (beltzner) 2008-03-06 06:05:34 -08:00
e14db0a07b Safebrowsing appends "..." in XUL, should be localizable. b=406083 r=dcamp a=blocking-firefox3 (beltzner) 2008-03-04 08:05:13 -08:00
d2cd081193 Bug 360387: Verify HMAC of safebrowsing updates. r=tony, blocking-firefox3=beltzner 2008-02-27 00:51:02 -08:00
38aca80fd4 Backing out bug 406083 - landed after b4 string freeze. :( 2008-02-26 11:31:44 -08:00