Home | History | Annotate | Download | only in extensions

Lines Matching full:feed

37 const std::string kFeedPage = "files/feeds/feed.html";
144 // Navigate to the feed page.
150 // Navigate to a page with no feed.
257 // Makes sure that the RSS detects RSS feed links, even when rel tag contains
267 // Navigate to the feed page.
328 // We navigate directly to the subscribe page for feeds where the feed
335 // Navigate to the feed content (which will cause the extension to try to
383 // Navigates to a feed page and, if |sniff_xml_type| is set, wait for the
384 // extension to kick in, detect the feed and redirect to a feed preview page.
385 feed is sniffable and false
432 "Feed for MyFeedTitle",
445 "Feed for MyFeed2",
458 "Feed for Google Code buglist rss feed",
471 "Feed for Title chars <script> %23 stop",
483 // Try a feed with a link with an onclick handler (before r27440 this would
486 "Feed for MyFeedTitle",
498 // Feed with valid but mostly empty xml.
500 "Feed for Unknown feed name",
503 "This feed contains no entries.");
512 // Feed that is technically invalid but still parseable.
514 "Feed for MyFeedTitle",
526 // Try an empty feed.
528 "Feed for Unknown feed name",
531 "This feed contains no entries.");
540 // Try a garbage feed.
542 "Feed for Unknown feed name",
545 "This feed contains no entries.");
554 // Try a feed that doesn't exist.
556 "Feed for Unknown feed name",
559 "This feed contains no entries.");
568 // subscribe.js shouldn't double-decode the URL passed in. Otherwise feed
570 // will result in no feed being downloaded because %23 gets decoded to # and
573 // we start erroneously double decoding again, the path (and the feed) will
576 "Feed for Unknown feed name",
579 "This feed contains no entries.");
588 // Valid feed but containing no links.
590 "Feed for MyFeedTitle",