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
George Wright
9fada46aff
Bug 1109714 - Make the feed subscriber UI work in e10s r=mrbkap,jaws
2016-01-04 18:59:44 -05:00
Bobby Holley
af0cdef94f
Bug 1050049 - Whitelist bindings that we actually expect to use in content. r=smaug
2014-08-11 20:06:55 -07:00
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
Alexander Surkov
12f39cb5d2
Bug 630486 - ASSERTION 'Want to fire mutation events, but it's not safe' in nsContentUtils::HasMutationListeners triggered by a11y, r=marcoz, gavin, bz, f=davidb
...
--HG--
rename : accessible/tests/mochitest/tree/test_colorpicker.xul => accessible/tests/mochitest/treeupdate/test_colorpicker.xul
rename : accessible/tests/mochitest/tree/test_button.xul => accessible/tests/mochitest/treeupdate/test_menubutton.xul
2011-04-15 11:11:39 +09:00
Phil Ringnalda
fd9831f332
Bug 589543 - move the XMLDecl up to the start of the file so the binding will actually apply and feed preview will have subscribe UI, r=gavin, a=blocker
...
--HG--
extra : rebase_source : b3dff33573abc7df79a532cf08c259039c52965d
2010-08-22 17:52:29 -07:00
Jonas Sicking
ec59d3da3c
Bug 546857 Part 4: Make feed reader not use XUL elements directly in feed page. r=mano a=blocker
2010-08-19 16:12:46 -07:00
Michael Kohler
7f88b67836
Bug 577222 - Mistyped function name in subscribe.js. r=mano
2010-07-07 19:29:26 +02:00
Saint Wesonga
6f6378cc6b
Bug 523476 - Switch application/x-javascript to application/javascript, Firefox part. r=vlad
2009-11-05 14:53:26 +01:00
Gavin Sharp
c3e79617ed
Bug 436659 - The description of Feed View is not displayed. r=mano
2009-02-07 12:43:09 +01:00
marco.zehe@googlemail.com
cc247c3f2b
Bustage fix from checkin for bug 431709.
2008-05-02 02:38:17 -07:00
marco.zehe@googlemail.com
de4c3d3f09
bug 431709 - Bookmarks/Subscribe to this page, "Subscribe to this feed using" combobox has no accessible name r=gavin.sharp a1.9=dsicore
2008-05-02 01:47:12 -07:00
gavin@gavinsharp.com
e7b473f5a5
Revert accidental checkin
2008-04-17 18:53:37 -07:00
gavin@gavinsharp.com
3ee91c233f
Bug 423540: avoid using XPCOM during component initialization, patch by Marcus Redivo <mredivo@flock.com>, r=me, a=vlad
2008-04-17 18:52:51 -07:00
reed@reedloden.com
a58f37f7bb
Bug 400064 - "Adapt Web Feed preview page for Podcasts and Video Podcasts" [p=will.guaraldi@pculture.org (Will Guaraldi) ui-r=beltzner r=myk r=sayrer a1.9=beltzner]
2008-01-29 20:40:49 -08:00
dbaron@dbaron.org
19b6fbdb4c
Remove the span causing the warning and incorrect alignment. b=401820 r=mano a1.9=beltzner
2007-11-12 11:15:52 -08:00
dbaron@dbaron.org
6917f47f2d
Format the XUL-on-one-line more legibly. b=401820 r=mano a1.9=beltzner
2007-11-12 11:15:29 -08:00
philringnalda@gmail.com
4f5cca035b
Bug 388207 - Remove the bogus and never-(properly-)shown 'it's our fault :-(' feed preview error, r=mano
2007-07-15 14:28:39 -07: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
mozilla.mano%sent.com
8e1afe52e9
Bug 349380 - better UI for registerContentHandler. r=gavin.
2006-11-09 18:45:18 +00:00
mozilla.mano%sent.com
ab8c0ab781
Bug 354805 - regression: readers menulist no longer shows the selected reader's icon. r=gavin.
2006-09-29 13:05:57 +00:00
mozilla.mano%sent.com
eae0985a60
Bug 352935 - Port over some FeedWriter improvements from bug 350615 to trunk. r=gavin.
2006-09-18 19:40:55 +00:00
mozilla.mano%sent.com
c45e669c7a
content changes only for bug 351729, r=mconnor; theme part will be landed as part of the new theme.
2006-09-13 20:28:07 +00:00
mozilla.mano%sent.com
601e9b1a6d
Bug 349752 - Under GTK2 native theme, 'Always use...' checkbox is broken in the feed preview page. r=mconnor, a=schrep
2006-08-28 09:38:38 +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
mozilla.mano%sent.com
abb6d38e2d
Bug 346009 - better subscription UI for feed preview. r=mconnor. See comment 31 on the bug.
2006-08-21 08:30:25 +00:00
gavin%gavinsharp.com
1679d33b82
Bug 346356: Replace deprecated calls to preventBubble() on trunk, patch by Adam Guthrie <ispiked@gmail.com>, r=mano
2006-08-07 22:40:33 +00:00
jwalden%mit.edu
90f3431009
Bug 344651 - Want tweaks to feed preference code to better support the new prefwindow. r=ben
2006-07-28 00:17:22 +00:00
beng%bengoodger.com
648682c26e
340179 - update to include better comments and canonical contract id format for embeddor-implemented components r=darin
2006-07-06 03:00:37 +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
mozilla.mano%sent.com
07ab3633ea
Bug 337998 - don't force the chrome direction on the whole feed preview (but do set it on the UI parts of it), also includes some RTL-compat fixes on the themes side of things. r=mconnor.
2006-05-30 14:28:58 +00:00
beng%bengoodger.com
a4c3347e8a
336945 - subscription options - can't use/select use a website on windows if no feed protocol handler ever installed on system. r=gavin
2006-05-11 00:16:30 +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
5dd5b4f80f
335443 - support <link> autodetection of search engines patch by Pam Greene <pamg.bugs@gmail.com> r=brettw@gmail.com sr=ben@mozilla.org
2006-05-06 02:37:51 +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
f86689852a
333751 make sure that a default handler for windows is shown in the box, if one is specified in the windows registry. not part of the build
2006-05-03 23:38:18 +00:00
beng%bengoodger.com
5a13686d84
333751 - more integration with browser - co-opt the subscribe item in the location bar, add a link to this functionality from preferences (preliminary), and seed the web handler list with some default values. r=brettw@gmail.com
2006-05-03 03:56: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