Monica Chew
d384e7d80b
Bug 1055670: Disable test that relies on old behavior (r=gcp)
2014-08-19 14:15:43 -07:00
Monica Chew
de3cc41dc4
Bug 1055670: Disable remote lookups (r=gcp)
2014-08-19 12:57:58 -07:00
Marco Castelluccio
29b6632367
Bug 911636 - Webapp Runtime migration to Downloads.jsm. r=myk, r=paolo
...
--HG--
rename : toolkit/mozapps/downloads/content/download.xml => webapprt/content/downloads/download.xml
rename : toolkit/mozapps/downloads/content/downloads.css => webapprt/content/downloads/downloads.css
rename : toolkit/mozapps/downloads/content/downloads.xul => webapprt/content/downloads/downloads.xul
rename : toolkit/locales/en-US/chrome/mozapps/downloads/downloads.dtd => webapprt/locales/en-US/webapprt/downloads/downloads.dtd
rename : toolkit/themes/linux/mozapps/downloads/downloadIcon.png => webapprt/themes/linux/downloads/downloadIcon.png
rename : toolkit/themes/linux/mozapps/downloads/downloads.css => webapprt/themes/linux/downloads/downloads.css
rename : toolkit/themes/osx/mozapps/downloads/buttons.png => webapprt/themes/osx/downloads/buttons.png
rename : toolkit/themes/osx/mozapps/downloads/downloadIcon.png => webapprt/themes/osx/downloads/downloadIcon.png
rename : toolkit/themes/osx/mozapps/downloads/downloads.css => webapprt/themes/osx/downloads/downloads.css
rename : toolkit/themes/windows/mozapps/downloads/downloadButtons-aero.png => webapprt/themes/windows/downloads/downloadButtons-aero.png
rename : toolkit/themes/windows/mozapps/downloads/downloadButtons.png => webapprt/themes/windows/downloads/downloadButtons.png
rename : toolkit/themes/windows/mozapps/downloads/downloadIcon-aero.png => webapprt/themes/windows/downloads/downloadIcon-aero.png
rename : toolkit/themes/windows/mozapps/downloads/downloadIcon.png => webapprt/themes/windows/downloads/downloadIcon.png
rename : toolkit/themes/windows/mozapps/downloads/downloads-aero.css => webapprt/themes/windows/downloads/downloads-aero.css
rename : toolkit/themes/windows/mozapps/downloads/downloads.css => webapprt/themes/windows/downloads/downloads.css
2014-08-19 08:50:00 -04:00
Gian-Carlo Pascutto
82c97c89ab
Bug 1050141 - Clamp the Telemetry of ApplicationReputation responses. r=mmc
2014-08-18 19:09:43 +02:00
Gian-Carlo Pascutto
30d6304f1d
Bug 1050141 - Add Telemetry for ApplicationReputation remote responses. r=mmc
2014-08-08 09:32:44 +02:00
Nathan Froyd
d86ff9f990
Bug 1042878 - part 2 - move MOZ_CAIRO_CFLAGS et al additions to C*FLAGS into moz.build; r=glandium
2014-07-24 11:55:33 -04:00
Mike Hommey
9ae3c48776
Bug 1041860 - Avoid setting FINAL_LIBRARY to libraries that further use a FINAL_LIBRARY. r=mshal
2014-07-23 08:37:51 +09:00
Monica Chew
f6c97ae996
Bug 1038465: Pass suggested filename to application reputation query (r=paolo)
2014-07-15 13:46:52 -07:00
Ryan VanderMeulen
35532fb522
Backed out changeset 7441f4dde492 (bug 1038465) for hitting the network during tests.
2014-07-15 13:28:55 -04:00
Monica Chew
7115ca9685
Bug 1038465: Pass suggested filename to application reputation query (r=paolo)
2014-07-14 17:47:47 -07:00
Monica Chew
63cc424877
Bug 1021419: Implement per-table update and gethash requests
2014-06-12 10:24:03 -07:00
Monica Chew
1d522041b2
Bug 1013558: ApplicationReputation should block if verdict is DANGEROUS_HOST (r=gcp)
2014-06-27 13:56:18 -07:00
Ryan VanderMeulen
28fd0ae3a1
Backed out changeset 061a225551cb (bug 1013558) for bustage.
...
CLOSED TREE
2014-06-27 09:28:27 -04:00
Monica Chew
f49abd0549
Bug 1013558 - ApplicationReputation should block if verdict is DANGEROUS_HOST. r=gcp
2014-06-26 15:49:37 -07:00
Jim Blandy
b6b202b6bb
Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
...
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):
- Never set the buffer's mode.
Years ago, Emacs did not have a good JavaScript mode, so it made sense
to use Java or C++ mode in .js files. However, Emacs has had js-mode for
years now; it's perfectly serviceable, and is available and enabled by
default in all major Emacs packagings.
Selecting a mode in the -*- file variable line -*- is almost always the
wrong thing to do anyway. It overrides Emacs's default choice, which is
(now) reasonable; and even worse, it overrides settings the user might
have made in their '.emacs' file for that file extension. It's only
useful when there's something specific about that particular file that
makes a particular mode appropriate.
- Correctly propagate settings that establish the correct indentation
level for this file: c-basic-offset and js2-basic-offset should be
js-indent-level. Whatever value they're given should be preserved;
different parts of our tree use different indentation styles.
- We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
Remove tab-width: settings, at least in files that don't contain tab
characters.
- Remove js2-mode settings that belong in the user's .emacs file, like
js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Benoit Jacob
a51f56b808
Bug 1028588 - Fix dangerous public destructors in toolkit/ - r=ehsan
2014-06-23 18:40:02 -04:00
Birunthan Mohanathas
617866f602
Bug 1026535 - Fix mismatched class/struct tags. r=ehsan
2014-06-18 17:57:51 -07:00
Monica Chew
261b100b95
Bug 1017140: Strip url params for application reputation lookups (r=paolo)
2014-06-06 16:34:54 -07:00
Monica Chew
cd2def28fb
Bug 1017228: Any URL on the blocklist should trump allowlisting (r=gcp)
2014-05-28 17:54:53 -07:00
Monica Chew
354b6f754c
Bug 1011799: Forgot to qref to pick up Paolo's comments (r=paolo)
2014-05-28 16:13:37 -07:00
Monica Chew
396cfed3e2
Bug 1011799: Integrate nsIRedirectChannel redirects into application reputation check
2014-05-28 16:06:21 -07:00
Birunthan Mohanathas
f59f0e1fd0
Bug 869836 - Part 8: Use Append('c')
instead of Append("c")
. r=ehsan
2014-05-22 06:48:52 +03:00
Birunthan Mohanathas
c6f127456b
Bug 869836 - Part 7: Use AppendLiteral instead of Append where possible. r=ehsan
2014-05-22 06:48:51 +03:00
Monica Chew
5db64caae8
Bug 1005504: Fix telemetry for application reputation (r=gcp)
2014-05-05 13:32:56 -07:00
Marco Castelluccio
ded7dc6139
Bug 965414 - Don't try to use the JS downloads implementation in the webapp runtime because we don't have one. r=paolo
2014-04-27 12:22:00 -04:00
Birunthan Mohanathas
504b581650
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
2014-04-27 03:06:00 -04:00
Gian-Carlo Pascutto
cbf89f1a38
Bug 998007: Use SafeBrowsing app id for application reputation checks. r=ckerschb
2014-04-22 22:10:45 +02:00
Monica Chew
9e44a98fbc
Bug 999477: Fix FindInReadable calls in ApplicationReputation (r=gcp)
2014-04-22 09:14:55 -07:00
Monica Chew
3c096773e6
Bug 933432: Enable remote lookups for application on Windows (r=gcp)
2014-04-17 14:01:47 -07:00
snigdha
11404d6af2
Bug 798033 - Headers should generally not do "using namespace" at file scope. r=jib, r=jmathies, r=rjesup, r=ekr, r=ncameron, r=blassey
2014-04-01 08:29:25 -04:00
Drew Willcoxon
dc195492eb
Bug 911307 - Reflect changes to top sites immediately in about:newtab (part 1, Places patch). r=mak
2014-03-28 23:30:04 -07:00
Phil Ringnalda
a160ec0d23
Backed out 2 changesets (bug 911307) for frequent timeouts in browser_newtab_perwindow_private_browsing.js
...
Backed out changeset 70638b7c97f1 (bug 911307)
Backed out changeset 3951f7e82b4c (bug 911307)
2014-03-29 12:13:11 -07:00
Drew Willcoxon
fd1bdd522f
Bug 911307 - Reflect changes to top sites immediately in about:newtab (part 1, Places patch). r=mak
2014-03-28 23:30:04 -07:00
Monica Chew
3c1a1257ff
Bug 985720: Rename urlclassifier.download_block_table and urlclassifier.download_allow_table (r=gcp)
2014-03-24 10:49:05 -07:00
Wes Kocher
78c1e8a98e
Backed out changeset 3d94ebde9018 (bug 985720) for missing a file from the patch to fix a CLOSED TREE
2014-03-24 18:07:13 -07:00
Monica Chew
848eb46563
Bug 985720: Rename urlclassifier.download_block_table and urlclassifier.download_allow_table (r=gcp)
2014-03-24 14:57:59 -07:00
Monica Chew
1517be2338
Bug 985623: Force url classifier clients to specify which tables to lookup, add a pref to skip hash completion checks (r=gcp)
2014-03-20 14:25:35 -07:00
Nathan Froyd
b6c351ea7e
Bug 984466 - change CallQueryInterface to assert in cases of trivial conversions; r=ehsan
2014-03-17 13:00:17 -04:00
Wes Kocher
f9ae02417f
Merge inbound to m-c
2014-03-18 14:15:03 -07:00
Paolo Amadini
e7ed1c1bf4
Bug 984788 - Convert legacy uses of promise.js to Promise.jsm. rs=Yoric
2014-03-18 15:16:02 +01:00
Hiroyuki Ikezoe
3fcf25cde8
Bug 901198 - Set download_block_table explicitly for testing applications. r=mmc
2014-03-18 10:46:34 +00:00
Kyle Huey
da09839180
No bug: Remove unnecessary initializations of nsCOMPtr. r=me
2014-03-15 12:00:17 -07:00
Kyle Huey
68b608c95f
Bug 345123: Remove nsGetterAddRefs<T>'s operator nsISupports**. r=bsmedberg
2014-03-15 12:00:17 -07:00
Monica Chew
9a4afb261a
Bug 977236 - Use referrer for application reputation checks. r=gcp
2014-03-12 20:31:51 -07:00
Ryan VanderMeulen
88ac28dca2
Backed out changeset 6f05267b4afc (bug 798033) for Android bustage.
2014-03-05 09:55:52 -05:00
snigdha
dde15b4b7a
Bug 798033 - Headers should generally not do "using namespace" at file scope. r=jib, r=jmathies, r=rjesup, r=ekr, r=ncameron, r=blassey
2014-03-05 08:47:45 -05:00
Ehsan Akhgari
304ca88775
Bug 977964 - Move some flags to moz.build; r=glandium
2014-03-03 21:58:37 -05:00
Jan Beich
eca6bcc654
Bug 974786 - Explicitly use TimeStamp from mozilla/TimeStamp.h to unbreak non-SPS platforms. r=mmc
2014-02-20 15:37:12 -05:00
Monica Chew
5fc7f094bd
Bug 964465: Check certificate whitelist strings before sending remote lookup (r=gcp)
2014-02-19 15:14:02 -08:00
Ms2ger
aa9d7b52b4
Bug 968856 - Move unconditional LOCAL_INCLUDES into moz.build; r=mshal
2014-02-15 21:24:59 +01:00