revving extension for another build, updating tasks.

This commit is contained in:
jrburke 2010-11-09 15:29:26 -08:00
Родитель 0d3c35d2e3
Коммит 1d64bb6e84
3 изменённых файлов: 25 добавлений и 16 удалений

Просмотреть файл

@ -11,7 +11,7 @@ static_dir=$(TOPSRCDIR)/web-static
webbuild_dir=$(TOPSRCDIR)/tools/webbuild
requirejs_dir=$(webbuild_dir)/requirejs
version := 0.7.0
version := 0.7.1
ifeq ($(release_build),)
xpi_type := dev

Просмотреть файл

@ -4,7 +4,7 @@
<em:id>ffshare@mozilla.org</em:id>
<em:type>2</em:type>
<em:name>F1 by Mozilla Labs</em:name>
<em:version>0.7.0</em:version>
<em:version>0.7.1</em:version>
<em:creator>Mozilla</em:creator>
<em:contributor></em:contributor>
<em:homepageURL>http://f1.mozillamessaging.com/</em:homepageURL>
@ -14,7 +14,7 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- Firefox -->
<em:minVersion>3.6</em:minVersion>
<em:maxVersion>4.0b9pre</em:maxVersion>
<em:maxVersion>4.0b8pre</em:maxVersion>
</Description>
</em:targetApplication>
</Description>

Просмотреть файл

@ -1,24 +1,27 @@
Tasks:
- timezone fix? - Shane
- injector code review: David ask Myk?
- injector code review, minefield issue?: Shane follow up with Myk?
- update xpi link to have src. - James
- respin the xpi - Shane, James check the commits logs for xpi changes.
- Talk to ludo - Shane
- reproduced first time facebook add error case.
- Use "F1" instead of "f1" in the twitter/facebook/gmail app IDs?
- Use "F1" instead of "f1" in the twitter/facebook/gmail app IDs? - Shane
- Autcomplete on ff beta 6 does not work
- aTab is null in minefied
notificationBox.insertBefore(iframeNode, notificationBox.firstChild); seems to cause it, at least in FF4 beta 6
- script error for injector, in minefield
- Ludo: Sorry you need to authenticate: got a 401 or 535 on api/send call.
- unicode account creation - Shane
http://pastebin.mozilla.org/844443
http://pastebin.mozilla.org/844446
http://pastebin.mozilla.org/844494
- Ludo: Sorry you need to authenticate: got a 401 or 535 on api/send call. - Shane to look at Ludo's record.
- Try with a completely new gmail account, to confirm ok.
- "Spinner, background, Connecting to domain" message in auth.html to help blank window.
- Wipe tables, clear session cache.
- Email folks
Thursday morning 10am.
* aTab is null in minefied
notificationBox.insertBefore(iframeNode, notificationBox.firstChild); seems to cause it, at least in FF4 beta 6
* What if bitly breaks? reaches API limits? Make sure error mentions bitly api thing. - shane/James
This page: http://code.google.com/p/bitly-api/wiki/ApiBestPractices#HTTP_Response_Status_Codes
seems to indicate we will get a status 200, but the json response's status_code
@ -38,8 +41,14 @@ Thursday morning 10am.
* Twitter application ID is "Mozilla f1" instead of "Mozilla F1"?
* Autcomplete on ff beta 6 does not work. Need to talk to satchel owner to
make automcomplete provider more robust and officially supported.
--- optional ----
* Look at html5 autocomplete, for minefield. Did they change the stachel UUID?
* add F1 logo in the share frame so users know where the feature came from/what
to tell others.