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

Side by Side Diff: frog/tip/fftip/install.rdf

Issue 8889031: move tip to utils so it can be picked up in the SDK (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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
« no previous file with comments | « frog/tip/fftip/chrome/content/browser.xul ('k') | frog/tip/froggertest.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0"?>
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>fftip@dartlang.org</em:id>
6 <em:name>Dart Tip for Firefox</em:name>
7 <em:version>0.01</em:version>
8 <em:type>2</em:type>
9 <em:description>Dart Tip for Firefox</em:description>
10 <em:targetApplication>
11 <Description>
12 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
13 <em:minVersion>6.0</em:minVersion>
14 <em:maxVersion>8.0</em:maxVersion>
15 </Description>
16 </em:targetApplication>
17 </Description>
18 </RDF>
OLDNEW
« no previous file with comments | « frog/tip/fftip/chrome/content/browser.xul ('k') | frog/tip/froggertest.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698