Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(592)

Side by Side Diff: tools/testing/extensions/firefox/ConsoleCollector/install.rdf

Issue 11043007: Add the ability to get the Javascript console errors in Firefox in the test output when tests fail. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3 xmlns:em="http://www.mozilla.org/2004/em-rdf#">
4 <Description about="urn:mozilla:install-manifest">
5 <em:id>ConsoleCollector@google.com</em:id>
6 <em:name>Console collector</em:name>
7 <em:version>0.1</em:version>
8 <em:description>Exposes the Javascript console to each browser window.
9 </em:description>
10 <em:creator>Graham Wheeler</em:creator>
11 <em:homepageURL>http://www.dartlang.org</em:homepageURL>
12 <em:targetApplication>
13 <Description>
14 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- Firefox -->
15 <em:minVersion>3.0</em:minVersion>
16 <em:maxVersion>15.0</em:maxVersion>
17 </Description>
18 </em:targetApplication>
19 </Description>
20 </RDF>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698