Commit graph

21 commits

Author SHA1 Message Date
Christoph Kerschbaumer
72ce8edf3d Bug 1436808: Apply Meta CSP to content privileged about: pages. r=gijs,freddyb 2018-02-09 11:42:21 +01:00
Mark Banner
4fb45e5b8c Bug 1365412 - Clean up various ESLint global definitions in browser/. r=mossop
MozReview-Commit-ID: JqAm9x1XGCM

--HG--
extra : rebase_source : e9215288195f1fe683832db53d87dbe77c697b4c
2017-05-16 22:22:42 +01:00
Mark Banner
9d698007c6 Bug 1341338 - feedType is undefined in FeedConverter#handleResult. r=jaws
MozReview-Commit-ID: tZAdpmkNWp

--HG--
extra : rebase_source : 8c0886b44a8cf1cfa97428354d3c006227dfeaa3
2017-02-21 07:43:59 +00:00
jordan9769
5f63c00b0b Bug 1311343 - Enable eslint of browser/components/feeds/; r=standard8
MozReview-Commit-ID: 6c4nzNeeurk

--HG--
extra : rebase_source : 1f0c1ef423594c6d780c56ab95e0b8f4dd0de47e
2016-10-27 12:02:52 +05:30
Jim Blandy
7e20285e70 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
Ehsan Akhgari
1ce346ca00 Bug 983845 - Port nsIFeedWriter to WebIDL and stop exposing BrowserFeedWriter to the Web; r=bzbarsky
X-Git-Commit-ID: 487d201e67d932da2d4a73b680181072a13e35b3
2014-03-19 12:29:00 -04:00
Gervase Markham
82ff7027aa Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Michael Kohler
7f88b67836 Bug 577222 - Mistyped function name in subscribe.js. r=mano 2010-07-07 19:29:26 +02:00
mozilla.mano%sent.com
83c6dc6cd5 Bug 369935 - Partial feed subscription UI is shown until the feed is loaded. r=sayrer, gavin. 2007-02-11 00:05:19 +00:00
gavin%gavinsharp.com
f8b13d9a58 Bug 348544: Clean up console-logged errors and warnings in feed subscription, patch by Phil Ringnalda <philringnalda@gmail.com>, r=mano 2006-08-26 15:43:52 +00:00
mozilla.mano%sent.com
ad314f950f Bug 349233 - feed subscription ui not functional after going back to the preview page, also remove changeOptions from subscribe.js (forgot to remove it in bug 346009). r=mconnor. 2006-08-24 20:16:30 +00:00
beng%bengoodger.com
a5a0d89b76 336903 - feed view should not run with chrome privileges. Browser pieces: move privileged code from subscribe.js into FeedWriter javascript component, make an about:feeds redirector module in browser so that we don't need to touch the one in necko. r=mento 2006-06-27 19:53:48 +00:00
beng%bengoodger.com
530cb37df0 340897 - lots of rss bug fixes r=sspitzer 2006-06-12 18:14:55 +00:00
beng%bengoodger.com
af3de284f7 did not mean to check this in yet 2006-05-08 22:21:14 +00:00
beng%bengoodger.com
3b7ce31f4f 337184 - feed sniffer considers too many documents feeds... needs to not consider an element a feed unless it is the root element. reviewed by darin, r=mconnor 2006-05-08 22:18:58 +00:00
beng%bengoodger.com
a078380a64 336903 - make sure we check uris specified in the feed with the security manager before we set them as load-able hrefs or srcs in the output document, which has chrome privileges. r=bz 2006-05-08 04:21:44 +00:00
beng%bengoodger.com
2ba9c439ed 336852 - show some basic content in the feed handling page, also fix some bustage due to identicaly named libraries with toolkit/components/feeds. 2006-05-06 04:58:38 +00:00
beng%bengoodger.com
03407a18da 336824 - numerous small issues with feed handling/options r=brettw for browser bits r=sayrer for processor exception handling 2006-05-05 23:13:20 +00:00
beng%bengoodger.com
3b9336c30a 333751 - more feed tweaking... safe exception handling around preferences. NOT PART OF BUILD! 2006-04-28 18:40:36 +00:00
beng%bengoodger.com
b8fd66dd8c 333751- more tweaking of feed handler, client apps and live bookmark support NOT PART OF BUILD 2006-04-28 18:05:34 +00:00
beng%bengoodger.com
23296068ad 333751 - more feed handling changes... NOT PART OF BUILD!! 2006-04-28 06:08:22 +00:00