Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Bourgeat
thundermodo
Commits
8b2948f4
Commit
8b2948f4
authored
Jun 13, 2013
by
Antonin Delpeuch
Browse files
Initial skeleton of the extension
parents
Changes
3
Hide whitespace changes
Inline
Side-by-side
chrome.manifest
0 → 100644
View file @
8b2948f4
content moderation chrome/content/
overlay chrome://messenger/content/messenger.xul chrome://moderation/content/mylabel.xul
chrome/content/mylabel.xul
0 → 100644
View file @
8b2948f4
<?xml version="1.0"?>
<overlay
id=
"sample"
xmlns=
"http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
>
<!-- <script type="application/javascript" src="chrome://moderation/content/overlay.js" /> -->
<statusbar
id=
"status-bar"
>
<statusbarpanel
id=
"my-panel"
label=
"Date"
/>
</statusbar>
</overlay>
install.rdf
0 → 100644
View file @
8b2948f4
<?xml version="1.0"?>
<RDF
xmlns=
"http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em=
"http://www.mozilla.org/2004/em-rdf#"
>
<Description
about=
"urn:mozilla:install-manifest"
>
<em:id>
moderation@delpeuch.eu
</em:id>
<em:version>
1.0
</em:version>
<em:type>
2
</em:type>
<em:targetApplication>
<Description>
<em:id>
{3550f703-e582-4d05-9a08-453d09bdfdc6}
</em:id>
<em:minVersion>
1.5
</em:minVersion>
<em:maxVersion>
10.0.*
</em:maxVersion>
</Description>
</em:targetApplication>
<em:name>
Modération pour Thunderbird
</em:name>
<em:creator>
pintoch
</em:creator>
</Description>
</RDF>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment