Commit Graph

21 Commits

Author SHA1 Message Date
Christoph Kerschbaumer
8cd6de289c Bug 1436808: Apply Meta CSP to content privileged about: pages. r=gijs,freddyb 2018-02-09 11:42:21 +01:00
Mark Banner
9fc03b12e9 Bug 1365412 - Clean up various ESLint global definitions in browser/. r=mossop
MozReview-Commit-ID: JqAm9x1XGCM
2017-05-16 22:22:42 +01:00
Mark Banner
36c2952306 Bug 1341338 - feedType is undefined in FeedConverter#handleResult. r=jaws
MozReview-Commit-ID: tZAdpmkNWp
2017-02-21 07:43:59 +00:00
jordan9769
d1858b31a8 Bug 1311343 - Enable eslint of browser/components/feeds/; r=standard8
MozReview-Commit-ID: 6c4nzNeeurk
2016-10-27 12:02:52 +05:30
Jim Blandy
39dc0c6097 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
52623ab514 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
cb6a072c2a Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Michael Kohler
c779bc872b Bug 577222 - Mistyped function name in subscribe.js. r=mano 2010-07-07 19:29:26 +02:00
mozilla.mano@sent.com
dca7ec3e66 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
b2374e98fe 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
b7bbf31a87 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
5f3e8b55bf 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
451f607786 340897 - lots of rss bug fixes r=sspitzer 2006-06-12 18:14:55 +00:00
beng@bengoodger.com
7004b9319a did not mean to check this in yet 2006-05-08 22:21:14 +00:00
beng@bengoodger.com
8c77df1f00 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
1dea3f77ad 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
b4ff574b8e 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
7a9a2c350f 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
1b26ef44de 333751 - more feed tweaking... safe exception handling around preferences. NOT PART OF BUILD! 2006-04-28 18:40:36 +00:00
beng@bengoodger.com
e537352250 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
667e6048b6 333751 - more feed handling changes... NOT PART OF BUILD!! 2006-04-28 06:08:22 +00:00