Shu-yu Guo
37989840cd
Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
Hiroyuki Ikezoe
0d597e68f9
Bug 1141444 - Remove firefox-appdir in toolkit/components/feeds/test/xpcshell.ini. r=ted
2015-03-18 15:58:00 +01:00
Jonathan Griffin
c4f9588ed3
Bug 1116187 - Disable failing mochitest-chrome tests for B2G, r=gbrown
2015-02-06 16:30:37 -08:00
Chris Manchester
417bb77650
Bug 1033126 - Convert xpcshell tests to use mozlog.structured format for logging.;r=ted
2014-10-22 15:53:42 -04:00
Andrew Halberstadt
11b824f09b
Bug 1066735 - Remove root b2g and android specific xpcshell manifests, r=chmanchester
2014-10-07 18:18:28 -04:00
Wes Johnston
255074bf50
Bug 1046500 - Make FeedParser tests into xpcshell tests. r=mak
2014-08-11 12:35:07 -07:00
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
Wes Johnston
a18c39da14
Bug 998063 - Support media:thumbnail in feed parser. r=mak
2014-04-29 15:23:15 -07:00
Gregory Szorc
dffb8830ba
Bug 969021 - Part 1: Consolidate moz.build data into parent moz.build files; r=ted
...
Many moz.build files define things that could be defined in parent
moz.build files. Keeping the number of moz.build files low helps with
build times due to less I/O and fewer directories traversed.
This patch eliminates a lot of moz.build files by moving their content
into parent moz.build files.
2014-02-06 13:00:20 -08:00
Ms2ger
37114e13e1
Bug 922268 - Remove empty makefiles; r=gps
2013-10-03 09:10:00 +02:00
Gregory Szorc
a126585769
Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:01 +02:00
Ed Morley
7bd637970d
Backed out changeset 68b6b152f51a (bug 920223)
2013-09-30 12:50:09 +01:00
Gregory Szorc
365ec41916
Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:01 +02:00
Mike Hommey
b207d5baf7
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
Kyle Machulis
331f36baa9
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
Kyle Machulis
ec9b53db93
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
2013-03-29 15:12:58 -07:00
Kyle Machulis
0419a0b889
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-03-29 13:56:18 -07:00
Gregory Szorc
f96c000ea2
Bug 784841 - Part 18θ: Convert /toolkit f=Mossop, Ms2ger; rs=ted
2013-02-25 13:19:09 -08:00
Neil Rashbrook
2c2100dc8b
Bug 664695 Improve signature of nsIConsoleService::GetMessageArray r=bsmedberg r=msucan
2012-11-03 10:59:29 +00:00
Ryan VanderMeulen
6475737e98
Backout 06b998c1100d (bug 664695) due to mochitest-other orange.
2012-11-02 17:12:22 -04:00
Neil Rashbrook
34eea29bb2
Bug 664695 Improve signature of nsIConsoleService::GetMessageArray r=bsmedberg
2012-11-02 20:07:50 +00:00
Mike Hommey
0f9f294ea0
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Nathan Froyd
f7054dc678
Bug 370750 - consolidate mochitest files installation; r=glandium
...
With assistance on the patch from Ms2ger, Waldo, and Mossop.
2012-07-03 16:49:02 -04:00
Gervase Markham
cb6a072c2a
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Henri Sivonen
fb9dd4c09a
Bug 737013 - Expose sanitizer fragments on parseFragment(), migrate callers to the new interface. r=smaug.
2012-03-20 17:28:42 +02:00
Mark Capella
f7e8e280c3
Bug 407401 - Remove namespaced ARIA support in feed parser, r=mak
2012-03-19 21:15:26 +01:00
Phil Ringnalda
a15c08174c
Bug 512307 - Recognize and parse RFC 822 dates that use "Z" as a timezone, r=mak
2011-11-20 22:15:03 -08:00
Phil Ringnalda
7c5b5fc10c
Bug 677135 - Use JavaScript's Date object to determine whether dates in feeds can be parsed by parsing them, rather than using a regex, and return null rather than "Invalid Date" when they can't be parsed, r=mak
2011-11-05 23:12:28 -07:00
Ed Morley
6e731c995a
Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail
2011-11-05 18:35:59 +00:00
Rail Aliiev
b2aeac5a65
Bug 616542 - Shorten file path length of mochitest; r=ted
2011-11-04 21:13:42 +00:00
Phil Ringnalda
5dad6e1d0b
No bug, dos2unix feed tests, \r=\n DONTBUILD
2011-08-28 19:16:38 -07:00
Malini Das
bb40837cb3
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- chrome. r=jmaher, a=test-only
2011-08-12 12:21:36 -04:00
Phil Ringnalda
9856c6be91
Bug 618714 - Switch feed parser to using Date object's support for ISO8601 dates, r=mak
2011-06-26 18:53:48 -07:00
Henri Sivonen
d497c4fa98
Bug 675492 - Null-check base URI in nsScriptableUnescapeHTML::ParseFragment in the HTML case. r=bzbarsky.
2011-08-02 20:45:38 +03:00
Daniel Holbert
37cf5be52d
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
2009-01-21 22:55:08 -08:00
5e27197b55
Bug 429049: yahoo rss newsfeed (de.news.yahoo.com) is not previewed properly, patch by Will Guaraldi <will.guaraldi@pculture.org>, r+a=mconnor
2008-04-25 09:51:14 -07:00
fdbba4a5b0
Bug 426223 - "RSS preview only shows the first Media RSS object" (Removes restriction of one media:content per item) [p=will.guaraldi@pculture.org (Will Guaraldi) r=sayrer a1.9=beltzner]
2008-04-04 02:13:05 -07:00
2449a8fc97
remove dos newlines, rs=reed
2008-02-20 01:02:07 -08:00
3965e8b5e5
Bug 418287 - nsIFeedEntry.published does not recognize <pubDate>, r=sayrer, a=mtschrep
2008-02-20 00:06:11 -08:00
2b5caaceba
Bug 303645. Add support for media feeds and objects (enclosures). Patch by Will Guaraldi <will.guaraldi@pculture.org>. r=sayrer/gavin, ui-r=beltzner, a=beltzner
2008-01-29 18:08:57 -08:00
3158c0ec59
Bug 373546. URIs in <guid isPermaLink='false'> are recognized as valid links of feed items in the feed reading view. r=mano
2007-04-18 21:50:16 -07:00
56de9dd985
Bug 369672. Feed preview doesn't show dates when the timezone is specified as UTC rather than GMT. Patch by Michael Ventnor <ventnor.bugzilla@yahoo.com.au>. r=sayrer
2007-04-16 23:17:42 -07:00
b0e8008600
bug 373340. atom:logo in feed reading view. r=mano
2007-03-27 18:07:39 -07:00
sayrer@gmail.com
867f490535
Bug 370656. print each feed test result to the console. r=rcampbell
2007-02-16 18:58:20 +00:00
mozilla.mano@sent.com
9fc70c3219
Bug 358456 - Feed preview should include pubDate of each entry. patch from Michael Ventnor <ventnor.bugzilla@yahoo.com.au>; r=sayre,me; ui-r=beltzner.
2006-12-21 08:43:09 +00:00
sayrer@gmail.com
0e132c73b9
Bug 361448. Feed processor logs an exception when it hits an unknown element in atom:author. r=mano
2006-12-08 17:33:15 +00:00
sayrer@gmail.com
dffdcc1639
Bug 361531. Ampersands in URL aren't escaped when inserted in generated base attribute. r=mano
2006-11-23 07:18:59 +00:00
sayrer@gmail.com
c8c4086cdb
bug 357539. Feed parser does not recognize lastBuildDate field. r=mano
2006-11-13 05:35:46 +00:00
sayrer@gmail.com
b6040edad9
Bug 348447. feed sanitizer whitelist accessibility and i18n.
2006-11-08 18:20:55 +00:00
sayrer@gmail.com
340a05d009
Penny Arcade, we don't need your profane description element.
2006-09-14 07:48:03 +00:00