Граф коммитов

499 Коммитов

Автор SHA1 Сообщение Дата
jrburke 7e3b899a9e versioned resources for release 2011-02-17 10:38:56 -08:00
jrburke 015093ccf5 Removing 0.2.1 versioned resources since that build is not making it to production. 2011-02-16 21:11:28 -08:00
jrburke 0f0c49bd7a versioned resources for release 2011-02-16 16:41:02 -08:00
jrburke 3ed463d505 removing versioned web directories for versions that did not make it to production. 2011-02-16 15:31:09 -08:00
jrburke 0061f75b29 Another fix for the text character counter in the old extension UI. 2011-02-16 14:47:13 -08:00
jrburke 63aa86047c adding 0.2.0 built web resources. 2011-02-16 14:23:33 -08:00
jrburke c205d4e4fc contacts updates from other services were wiping out the ones that could be used for gmail, so forcing just one provider for autocomplete for the old 3.6 UI. 2011-02-16 14:13:13 -08:00
jrburke bec4020de5 removing symlink since git has a hard time merging changes to it. 2011-02-16 13:15:59 -08:00
jrburke 4328e419d0 Fix autocomplete for 3.6, that extension only expects an array of contacts, not an object and not able to branch on service. Also got rid of base64 image field since old extension cannot handle that message. 2011-02-16 13:10:27 -08:00
jrburke 8c1df1a963 Fix for old extension UI to not show to: form fields for services unless they take a subject, so that email sharing still works as before. Hack to get linkedin to only do public sharing, but the hack is contained to the old UI. Also fixed text counter for old extension UI. 2011-02-16 12:08:16 -08:00
jrburke 03c4593277 Version update and versioned web files for 0.1.9 release 2011-02-16 11:02:34 -08:00
jrburke eadc2ed022 Fix issue with url shortening not working, get proper mixing in of service options. 2011-02-16 10:43:25 -08:00
jrburke ad4704c055 Get counter to show up for services that have a message limit. 2011-02-15 22:16:45 -08:00
jrburke 30043189d0 add in uservoice-style feedback button on settings page. 2011-02-15 17:01:04 -08:00
Andy Chung 6988cb7086 removed a feedback button and superfluous items on settings page so that James can insert user voice style button 2011-02-15 16:46:25 -08:00
Andy Chung acfc47f13d added feedback link and powered through some button issues 2011-02-15 16:35:23 -08:00
jrburke 0ab8a249d8 Missed setting a /dev url on a resource in the panel. 2011-02-15 14:37:56 -08:00
jrburke f9fcdc3349 make sure urls in panel index.html uses /dev links to allow for better caching. 2011-02-15 13:40:10 -08:00
jrburke bd2bdfb0bd Style update for FF 3.6 message. 2011-02-15 13:26:42 -08:00
jrburke c8764ba905 Add more info about 3.6 support on the home page. 2011-02-15 12:41:39 -08:00
jrburke c17514662e Add a noscript message in case javascript is disabled. 2011-02-15 10:25:26 -08:00
Andy Chung 662373b950 slight change in copy to avoid awkward line break 2011-02-14 14:14:15 -08:00
jrburke bf6e28c422 First pass at home page change to limit to FF4beta+ 2011-02-14 13:56:44 -08:00
jrburke 52f3f75503 JSON parsing of messages may fail for some postMessage calls, not all postMessages use the dispatch convention for its data, so just ignore ones that do not. 2011-02-14 13:17:19 -08:00
jrburke c9bd0b2e03 Be sure to reset form inputs when data is cleared. 2011-02-14 12:12:48 -08:00
Shane Caraveo 6591e2d77e improve error handling, and force a reload after errors, no more orange screen 2011-02-11 14:16:47 -08:00
jrburke dd99c8d97b fix an issue with gray text. 2011-02-10 14:06:25 -08:00
jrburke f7830d2069 Have each panel remember its message/to/subject/shareType for each URL, so user data is restored while switching panels. 2011-02-10 12:50:24 -08:00
jrburke 38939e627d Make sure to refresh the content at least once a day to check for updates in the UI. Also ping the accounts on page refresh in case they changed, done in background. 2011-02-10 11:12:09 -08:00
Shane Caraveo fca433e2a6 fix hang, fix getting image data during page load, fix appversion for overlays 2011-02-09 18:39:02 -08:00
jrburke 92a3a83c35 Fix issue where jquery textoverflow plugin would wipe up any dynamic updates to the PageInfo information. Turned off autoupdate on that plugin and now only call it when/where needed. 2011-02-09 16:35:28 -08:00
jrburke b906d9b4e1 Share UI now updates in place if the url hash/fragment ID is changed. Also a small change in the overlay so that the panel UI in FF4 still works. 2011-02-09 15:41:17 -08:00
Shane Caraveo 709d0da449 Merge branch 'develop' of github.com:mozilla/f1 into feature/dualism 2011-02-09 12:41:20 -08:00
Shane Caraveo 757112d271 add sidebar support 2011-02-09 12:40:14 -08:00
jrburke ba0da80c9e use new video for new ui. 2011-02-08 14:20:31 -08:00
jrburke 792a5e92f5 Fix issue where sometimes the panel was not resizing correctly once account data was received. 2011-02-07 14:44:03 -08:00
jrburke 39d6598645 add focus outline to share button when it has focus. 2011-02-04 15:59:13 -08:00
jrburke 34a591020a autoplay video when it is shown in the lightbox. 2011-02-04 15:40:40 -08:00
jrburke 873201f645 Add DNS prefetching for commons services to help speed up setup process. 2011-02-04 15:22:20 -08:00
Bryan Clark e348ad15a6 implement the throbbing toolbar button and remove the just installed bar and bouncing icon from the web page 2011-02-03 17:59:16 -08:00
jrburke 940d3dd8ff Sometimes in at least FF4 beta the storage events seem to not trigger, so also manually trigger via event dispatch. Also give the wrapper a minimum height so that error messages in the panel show up with the panel sized correctly. 2011-02-03 16:57:22 -08:00
jrburke 2ec2bcbc74 Moving the panel UI to web/dev/share/panel, also removed support for devpopup in the overlay, it is just dev now. 2011-02-03 11:33:58 -08:00
Andy Chung 408630bfbd updated download button color and corrected iframe size for lightbox 2011-02-02 15:14:27 -08:00
jrburke e7d4af09e5 Allow domain-specific overlays of the AccountPanel. Use it update LinkedIn lable name and a dropdown style and dropdown names. 2011-02-02 14:31:15 -08:00
Shane Caraveo dc492bc4e1 push the release static files 2011-02-02 13:06:38 -08:00
jrburke 2a9dad3a28 Make sure PageInfo is only created after DOM is available. 2011-02-01 17:28:17 -08:00
jrburke 44ec4d7e72 fix icon issue that showed the old share icon, and corrected a path for an image. Needs a better fix longer term. 2011-02-01 17:23:30 -08:00
jrburke adfdddfc84 Merge branch 'develop' of github.com:mozilla/f1 into develop 2011-02-01 16:34:45 -08:00
jrburke 3934211819 make sure old UI works with old extension. Old extension only sent previews as URLs. Use thumbnail if previews are not available. 2011-02-01 16:34:38 -08:00
Shane Caraveo 3665bb14b1 old share ui, don't show the image/description for email based services 2011-02-01 16:33:49 -08:00