7bf8989112Do not look for restore data until we have saved the current form's data, otherwise we wipe out the data that might have been there on the first show of that URL.
jrburke
2011-05-03 16:27:00 -0700
9e6303499aMerge branch 'develop' of git@github.com:mozilla/client-share-web into develop
jrburke
2011-05-02 11:55:43 -0700
4f52720f87Color close x according to the os platform.
jrburke
2011-05-02 11:45:42 -0700
2f41c27765Fix autocomplete placement so that it shows up above the input when the input is close to the bottom of the frame, but below when it is at the top of the frame. An interim fix to help user testing and allow the UI to be usable.
jrburke
2011-05-02 11:38:40 -0700
64a984d59bStart of OS theming support. Using Less CSS so we can use variables for the CSS. Make sure the build of the code still works.
jrburke
2011-04-29 16:03:38 -0700
842bee6969Forgot to add new file for twitter account overrides in panel UI.
jrburke
2011-04-29 11:15:31 -0700
817da768f7Add close button and put in default message for twitter with a bitly placeholder.
jrburke
2011-04-28 14:12:58 -0700
e9de982424make sure dist/ is present
Philippe M. Chiasson
2011-04-25 16:45:36 -0400
a838ca21a0Add a make dist target
Philippe M. Chiasson
2011-04-25 16:42:46 -0400
b122627104Adding Makefile that just does a build right now for the js resources.
jrburke
2011-04-25 13:34:08 -0700
8f1904a4b1Add in the ability to do versioned releases. Still subject to final deployment plan though, and may change. Just a placeholder for now, based on the old process.
jrburke
2011-04-21 16:55:04 -0700
570b616b2fREADME link fix, adding a gitignore file.
jrburke
2011-04-21 15:41:19 -0700
21cd3327b2Adding README and getting rid of releases that will never need to be deployed with this code.
jrburke
2011-04-21 15:31:50 -0700
475cceed50make sure to always show the add accounts ui instead of the old configure settings status pane.
master
jrburke
2011-04-21 11:54:47 -0700
d97fc0230cforgot a background image for the tests/chrome.html test file.
jrburke
2011-04-21 11:43:10 -0700
d06a5a6b37Make the add tab a bit shorter, closer to the mocks.
jrburke
2011-04-21 11:24:33 -0700
50a05d346aMerge branch 'develop' into bug/647578-twitterui
jrburke
2011-04-21 10:45:40 -0700
c7a035bf2fRemove code that looks at options.prefs since the chrome does not pass it any more, and add back in the status messages even though they need to be restyled, at least gives some feedback in the web-only UI case. With these changes, it now works in the latest fx-share fx build.
jrburke
2011-04-21 10:44:44 -0700
0664d9b366fix var checks
Shane Caraveo
2011-04-20 17:06:25 -0700
901710b3a0Clean up chrome.html test frame/display.
jrburke
2011-04-20 15:09:47 -0700
b10ffc77ebCommenting out linkedin, yahoo and google apps for now, cleaned up the add account UI.
jrburke
2011-04-20 14:16:38 -0700
bb5f631c3dMore UI tweaks to better match the mocks.
jrburke
2011-04-19 16:38:55 -0700
bcb0e78588adding a fake storage implementation that uses localStore to allow web-only development, more style changes to match twitter UI mock.
jrburke
2011-04-19 14:51:04 -0700
c4cc2d6bc6Merge of settings changes done in bug/645802
jrburke
2011-04-19 10:18:27 -0700
991fcc4c09Starting UI conversion to match more closely to mock functionality, with the first goal of changing the no account UI and the twitter share UI.
jrburke
2011-04-18 21:08:02 -0700
e56e650bd6bug 649738, fix paging through contact data. change in api should be transparent since old paging data was not used
Shane Caraveo
2011-04-18 17:49:22 -0700
5b010ba013Send openPrefs message to chrome when prefs want to be opened.
jrburke
2011-04-15 15:43:40 -0700
810bfb0b81Merge branch 'develop' into bug/645802
jrburke
2011-04-15 14:56:24 -0700
d851419718Merge from bug/642656
jrburke
2011-04-15 14:34:58 -0700
6ee3e78f33Update comment about simple deferred implementation, and make sure to listen for storeNotifyRemoveAll to accurately reflect storage info.
jrburke
2011-04-15 13:57:31 -0700
6ace55ebe2fixing the window notification hack for settings.
jrburke
2011-04-15 13:30:35 -0700
67abbff328Remove legacy csrf code, no longer needed since cookies are not used.
jrburke
2011-04-14 16:38:05 -0700
208c24721aFor server retry, just show server error for now, pending further UX work. Move the retry handling out of rdapi. since that is a default error handler, but the panel code always passes in its own error handler.
jrburke
2011-04-14 16:34:23 -0700
ed52fe3906Initial support for X-Target-Domain and Retry-After for API calls. Needs more UX input for dealing with Retry-After, but this is a good first start, and will allow switching to the new server approach.
jrburke
2011-04-14 10:58:23 -0700
64c26a76f1First pass at fitting the settings API into the form factor suggested by Bug 645802, but far from complete, and does not completely match the style in that bug, just enough to demonstrate the general form factor and using a select box for choosing an account to add. Can be tested outside of a special Fx build by going to /dev/tests/1/chrome.html#settings in your browser.
jrburke
2011-04-13 16:13:59 -0700
135c125bfbMerge branch 'develop' into bug/642656
jrburke
2011-04-13 14:06:52 -0700
c2556c7f98Merge of hotfix/648372 changes into the versioned web/dev/1 directory for use in the integrated firefox UI.
jrburke
2011-04-13 13:32:06 -0700
da71af9658Merge branch 'hotfix/linkedinconnections' into develop
jrburke
2011-04-12 16:16:02 -0700
ae01ae3d35With the stricter to sharing, my connections sharing broke unless there is a specific check for the special connections-only value.
jrburke
2011-04-12 16:12:45 -0700
fe425aa166merge of hotfix/648372. Still needs further merging into web/dev/1
jrburke
2011-04-12 15:38:36 -0700
01eea2930cMake sure missing recipient error is not shown when using mouse to select an autocomplete value.
jrburke
2011-04-12 14:28:41 -0700
297af90c69Improve some logic, cache some queries, make sure share button is re-enabled if public share is selected after having an error in direct message share.
jrburke
2011-04-12 14:04:47 -0700
c8b5d777d1Warn user if direct message recipient is not supported, and do not allow the share.
jrburke
2011-04-12 13:49:56 -0700
be213c0583Disable share, show error and highlight to input if missing a direct recipient.
jrburke
2011-04-12 13:21:09 -0700
5e028408ebMerge of fix for bug 648601 - Always send shareType in share API calls.
jrburke
2011-04-11 12:44:19 -0700
1c8df03b1cRevert "Need to work out some kinks with twitter DMs, disable for now."
Shane Caraveo
2011-04-08 09:54:40 -0700
75e43ec9a0Revert "Disable direct messaging until better UI and checks are in place."
Shane Caraveo
2011-04-08 09:54:07 -0700
1187c558d1Merge of 0.3.5 DM hotfix
jrburke
2011-04-03 00:14:58 -0700
76bbe7c848Disable direct messaging until better UI and checks are in place.
jrburke
2011-04-03 00:08:40 -0700
e088e84bffNeed to work out some kinks with twitter DMs, disable for now.
jrburke
2011-04-02 23:01:09 -0700
9fda81ce9dImprove chrome.html test frame, used it to debug the code. Changes to support all the async stuff (make sure to use proper this binding, use a promise-like thing for account panel widget construction, put in a window tracking hack to allow separate prefs tab to still work, that can removed once setup happens in-panel. Seems to work now.
jrburke
2011-04-01 12:49:27 -0700
342122632fSetting up a test page that acts like chrome, loads the panel in an iframe, to test new storage APIs.
jrburke
2011-03-31 21:09:13 -0700
4535c9eea4Merge branch 'bug/642651' into bug/642656
jrburke
2011-03-31 19:03:05 -0700
857f5ebdacFirst pass at code changes for aync chrome storage, still need to test.
jrburke
2011-03-31 18:59:52 -0700
6f6d1d8facConverting to async chrome storage. Not quite done yet, need to scrub accounts module use.
jrburke
2011-03-31 18:00:50 -0700
a229a218f9change required for removing hashchange use, see bug 642655
Shane Caraveo
2011-03-30 13:53:14 -0700
24b04f2739Use the preexisting shareState postMessage event to initialize the UI. Requires chrome change to have content update when switching tabs so not full tested yet. But initial setup works.
jrburke
2011-03-29 15:32:04 -0700
2c632ecc73Add a new 1/ directory for addon api changes.
jrburke
2011-03-29 14:27:57 -0700
3c8dbad1ccMerge branch 'hotfix/645859' into develop
jrburke
2011-03-29 10:57:47 -0700
82cca62d9dFix for 645859
jrburke
2011-03-29 10:53:04 -0700
783f5a1cafSetting up QUnit infrastructure, including some tests for dotCompare.
jrburke
2011-03-24 16:10:34 -0700
39ec5e1470Bug 643908 - remove old 3.6 support code. r=tarek, r=jrburke
Shane Caraveo
2011-03-24 14:01:25 -0700
1505b5a669versioned resources for release
0.3.3
jrburke
2011-03-23 17:58:23 -0700
6758ceca00update account usage to support only the new style account object
Shane Caraveo
2011-03-23 15:40:23 -0700
4c6fbfda7bFix the space that can be used for the image preview to a constant size, so that different sized/aspect ratio images do not cause reflow.
jrburke
2011-03-23 13:56:55 -0700
d8280a0e83Related to bug 644003, update URL for the video.
jrburke
2011-03-22 18:11:51 -0700
8f13b97de9Merge branch 'develop' of github.com:mozilla/f1 into develop
Andy Chung
2011-03-22 18:06:35 -0700
dd9534d4e7new homepage for url bar icon stuff
Andy Chung
2011-03-22 18:00:29 -0700
f9f020851dFix the URL to match new addon structure.
jrburke
2011-03-22 15:50:28 -0700
a8ee20ce30Fix typo in path.
jrburke
2011-03-22 14:27:43 -0700
49bbea4ef1Removing the rss feed highlighted a problem we have had for a while where the content sizing sometimes did not get the right size on first display, so the bottom part of the last item was cut off. Waiting for current execution to finish before asking for a size adjustment fixes it.
jrburke
2011-03-21 15:34:21 -0700
d7421e2261fixing some preexisting jslint errors.
jrburke
2011-03-21 15:24:23 -0700
9c4182cd90Remove RSS feed display in the share panel, it will be going away anyway based on initial FF UI feedback, and avoids a third party call to google. Refs #643564
jrburke
2011-03-21 15:15:03 -0700
cb98551877update the feedback link to use the Mozilla F1 specific forum
Bryan Clark
2011-03-17 15:20:31 -0700
79c45b5222adding in webtrends, but only for the home page, not inside the share UI.
jrburke
2011-03-15 14:14:34 -0700
9b0a2cd53bversioned resources for release
0.3.2
jrburke
2011-03-15 13:22:52 -0700
036bb677f0on errors or timeouts for contact refresh requests, just close out the waiting UI, don't leave the spinner in there.
jrburke
2011-03-14 12:57:18 -0700
c310dea74bSome IE-specific css rules for fancybox had bad paths. Closes#78
jrburke
2011-03-14 11:43:22 -0700
19c84a359dFix issue where sharing a video requires a picture preview. Had logic for it, but was in the wrong place. Closes#73
jrburke
2011-03-14 11:33:41 -0700