Yosy
|
fbc8b4825a
|
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
|
a5fc829344
|
Backed out changeset 3ca1f19e4c2a (bug 792968) for mochitest-oth failures
|
2012-09-23 12:25:39 -04:00 |
|
Yosy
|
6684ca9137
|
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
|
e3c782edaa
|
Bug 785269 - Replace a few DEPTH and relativesrcdir. r=ted,r=callek
|
2012-09-05 16:42:09 +02:00 |
|
Andres Hernandez
|
fd33841755
|
Bug 325901 - fix unnecessarily preprocessed files in browser/, r=gavin
--HG--
extra : rebase_source : cc42d98604e38528f3bc9941dce4f15ec8ad5d67
|
2012-08-10 14:20:25 -06:00 |
|
Justin Dolske
|
d49c55d311
|
Bug 778606 - SafeBrowsing.jsm should use nsUrlFormatter. r=gcp, f=gavin
|
2012-08-01 15:52:47 -07:00 |
|
Ryan VanderMeulen
|
9ab78d95a2
|
Backout 83e0b185e888 (bug 778606) due to orange.
|
2012-07-30 20:14:29 -04:00 |
|
Justin Dolske
|
fc2be5e9bc
|
Bug 778606 - SafeBrowsing.jsm should use nsUrlFormatter. r=gcp
|
2012-07-30 16:02:05 -07:00 |
|
Justin Dolske
|
3c6ff0bf22
|
Bug 769960 - Refactor the terrifying code in nsSafebrowsingApplication.js. r=fryn, f=gcp
|
2012-07-27 23:25:11 -07:00 |
|
Boris Zbarsky
|
f13a1c00de
|
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
|
d4eb7d5782
|
Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
|
2012-05-29 16:52:43 +01:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Panagiotis Koutsourakis
|
791aa57b19
|
Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
Files named Makefile.in containing the expression
DIRS += <foo>
or
DIRS = <foo>
inside the conditional expression
ifdef ENABLE_TESTS
...
endif
are changed to
TEST_DIRS += tests
outside any conditional expression.
The files
./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in
contain the string
ifdef ENABLE_TESTS
but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
|
2012-02-04 17:32:24 +00:00 |
|
Gian-Carlo Pascutto
|
cf6f783d30
|
Bug 693389 - Update urlclassifier DB for Mozilla com->org move. r=dcamp
|
2011-11-09 17:22:59 +01:00 |
|
Ed Morley
|
6a998be2c5
|
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
|
364e83c545
|
Bug 616542 - Shorten file path length of mochitest; r=ted
|
2011-11-04 21:13:42 +00:00 |
|
Ed Morley
|
72ed7305fc
|
Bug 689884 - Deleted the now unused Makefiles from the tree; r=khuey
|
2011-10-06 17:15:07 +01:00 |
|
Ed Morley
|
918444551f
|
Bug 689884 - Skip Makefiles that are no-op or else only |DIRS = a_single_subdir|; r=khuey
|
2011-10-06 17:15:07 +01:00 |
|
Jeff Walden
|
4b88bf7958
|
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
--HG--
extra : rebase_source : 04493a7d56924ab968d5524b8bee57ecde37068a
|
2011-01-01 02:41:00 -06:00 |
|
Robert Sayre
|
d913feb764
|
Backed out changeset 54e2039322ef
|
2011-01-06 21:38:15 -05:00 |
|
Jeff Walden
|
56563f1ea4
|
Fix safebrowsing code that assumed x: 1, get x() was permitted. r=orange
--HG--
extra : rebase_source : ee9e81305de0daa2039b2f84104b95911cc6dfe6
|
2011-01-06 17:35:13 -06:00 |
|
Margaret Leibovic
|
6b96d1c119
|
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
|
662477756c
|
Bug 546857 Part 3: Make error pages not use xul buttons. r=dao a=blocker
|
2010-08-19 16:06:07 -07:00 |
|
Benjamin Smedberg
|
5cab25b52b
|
Bug 568691 - Convert existing JS components to use NSGetFactory and add manifest files for them. In a followup we will link the .manifest files together at packaging time. This patch was developed on Linux: Windows and Mac may require additional changes.
--HG--
rename : toolkit/components/filepicker/src/nsFilePicker.js.in => toolkit/components/filepicker/src/nsFilePicker.js
|
2010-06-22 12:59:15 -04:00 |
|
Mike Hommey
|
2c3fe46119
|
Bug 557750: Remove vestigial code from the old safebrowsing protocol. r=vlad
|
2010-04-10 15:59:33 -04:00 |
|
Dão Gottwald
|
6c3db50771
|
fix up tests
|
2010-03-13 17:55:44 +01:00 |
|
Dão Gottwald
|
e67e348580
|
add missing spaces; 'switch' is not a function
|
2010-02-06 11:40:06 +01:00 |
|
Blair McBride
|
483286803f
|
Bug 397937 - Handle view-source on malware and error pages more gracefully, r=mconnor
|
2009-12-23 22:03:37 -05:00 |
|
Daniel Holbert
|
a9b38c7c2f
|
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
|
e62c83fdc6
|
Bug 495228 - Remove checks for mac MOZ_WIDGET_TOOLKIT, r=ted
|
2009-09-18 19:59:53 -07:00 |
|
Dão Gottwald
|
823ba3d3e3
|
tests cleanup
|
2009-09-16 12:21:19 +02:00 |
|
Ryan Flint
|
bc9630f877
|
Bug 499123 - Coalesce browser about: pages. r=dietrich/gavin
--HG--
rename : docshell/base/nsAboutRedirector.cpp => browser/components/about/AboutRedirector.cpp
rename : docshell/base/nsAboutRedirector.h => browser/components/about/AboutRedirector.h
|
2009-08-20 02:24:10 -04:00 |
|
Phil Ringnalda
|
a51763aea8
|
Bug 435923 - Remove BUILD_OFFICIAL in favor of MOZILLA_OFFICIAL, r=ted
|
2009-07-07 20:24:45 -07:00 |
|
xtc4uall@gmail.com
|
16a71a366f
|
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
|
0ee5089bb6
|
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
|
4d8777d31a
|
Bug 243621 - (Back out) Standardize QueryInterface without throw, r=timeless, sr=sicking
|
2009-01-15 20:02:21 -08:00 |
|
Johnathan Nightingale
|
42304f61a6
|
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 |
|
Ted Mielczarek
|
468a3823fc
|
bug 447642 - get rid of --disable-mochitest, replace MOZ_MOCHITEST with ENABLE_TESTS. r=bsmedberg
|
2008-09-09 13:59:11 -04:00 |
|
Johnathan Nightingale
|
f4e388814c
|
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
|
eba3ff08cf
|
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 |
|
dcamp@mozilla.com
|
6e17d54229
|
Bug 429755: Apply some random fuzz to safebrowsing backoff intervals. r=tony, a=beltzner
|
2008-04-23 09:57:55 -07:00 |
|
dcamp@mozilla.com
|
e19130f2c0
|
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 |
|
bent.mozilla@gmail.com
|
33593c19e7
|
Bug 428358 - "Typo in <malware-warden.js> causes xpconnect exception about 'streamFinished'". r=dcamp, a=beltzner.
|
2008-04-11 10:26:03 -07:00 |
|
reed@reedloden.com
|
648a937cfb
|
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 |
|
johnath@mozilla.com
|
bea0f32488
|
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 |
|
johnath@mozilla.com
|
d78c89ee97
|
Bug 402370 - Fix about:blocked channel creation, move strings to dtd. r=gavin a=beltzner
|
2008-03-07 14:46:56 -08:00 |
|
johnath@mozilla.com
|
0b9d5ffcb8
|
Update blockedSite text, use new stopbadware report url. b=420751, r=gavin, ui-r+a=beltzner
|
2008-03-07 11:51:25 -08:00 |
|
johnath@mozilla.com
|
95c0047d32
|
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 |
|
johnath@mozilla.com
|
9b15e4344f
|
Safebrowsing appends "..." in XUL, should be localizable. b=406083 r=dcamp a=blocking-firefox3 (beltzner)
|
2008-03-04 08:05:13 -08:00 |
|
dcamp@mozilla.com
|
db5647e9bd
|
Bug 360387: Verify HMAC of safebrowsing updates. r=tony, blocking-firefox3=beltzner
|
2008-02-27 00:51:02 -08:00 |
|