summaryrefslogtreecommitdiff
path: root/indra/newview/llflickrconnect.cpp
AgeCommit message (Collapse)Author
2015-09-18Set consistent terminology for yield/wait -> suspend for coroutines.Rider Linden
2015-09-16MAINT-5628: Set flicr state to "Posting" on all paths before image upload ↵Rider Linden
starts. Causes "Upload" button to be disabled and activity indicator to appear. Also made sure that setConnectionState is called correctly for Facebook and Twitter.
2015-07-10Backed out changeset bab1000e1b2d: restore 'selfless' changesNat Goodspeed
2015-07-07Backout selfles merge 738255dbbfd679d9e615baab3398e5e345bbb3c5Rider Linden
2015-07-01MAINT-5351: Remove 'self' parameter from coroutine functions.Nat Goodspeed
lleventcoro_test.cpp runs clean (as modified for new API), and all the rest builds clean, but the resulting viewer is as yet untested.
2015-06-29MAINT-4952: Use IntrusivePtr for BufferArray,HttpHeaders,HttpOptions.Nat Goodspeed
Specifically, change the ptr_t typedefs for these LLCore classes to use IntrusivePtr rather than directly using boost::intrusive_ptr. This allows us to use a simple ptr_t(raw ptr) constructor rather than having to remember to code ptr_t(raw ptr, false) everywhere. In fact, the latter form is now invalid: remove the now-extraneous 'false' constructor parameters.
2015-06-17Distressing. A variable got autocorrected to 'false' but the compiler ↵Rider Linden
didn't catch it.
2015-06-17https://jira.secondlife.com/browse/MAINT-5283Rider Linden
The default behavior in the HTTP layer changed to follow redirects automatically. This was causing a problem with connecting to the SL share service which was attempting to riderect to the login page at the CURL level. Connections to SL Share will no longer redirect, corrected for Facebook, Flickr and Twitter.
2015-06-03Remove vestigial httpclient.h include from files that no longer need it.Rider Linden
2015-05-11Updated feature manager downloader to coroutine.Rider Linden
Added "raw" coroutine handler (returns raw result as LLSD::Binary) and split out the guts of the get, put, etc methods. Moved getStatusFromLLSD from HttpCoroHandler into HttpCorutineAdapter
2015-04-20Convert twitter to coroutines.Rider Linden
2015-04-20Flickr conversion.Rider Linden
2014-11-18Fix for gpu_bench crash without parallels knock-onGraham Linden
2014-06-17DRTVWR-354 : Rewrite Responders for Twitter and Flickr to conform to new ↵Merov Linden
LLHTTPClient interface. Fix merge error in Facebook connect as well
2014-02-26Changed SLShare photo upload filename to Untitled for the sake of default ↵Cho
Flickr title
2014-02-06fixed SLShare connection state issues for ACME-1298Cho
2013-12-05ACME-1043 : Use a clean browser for connection to Flickr and Twitter as wellMerov Linden
2013-11-26LLTwitterConnect and LLFlickrConnect now use caps again, instead of pdp15Cho
2013-11-13added fancier link description text and switched back to using dev servers ↵Cho
instead of caps for Flickr and Twitter
2013-11-13changed Twitter photo character limit to 100 just to be safe, and switched ↵Cho
to use cap server for Flickr and Twitter service
2013-11-06separated web floaters for Facebook, Flickr, and Twitter to fix ACME-1151Cho
2013-11-02added Flickr floater for ACME-1136, ACME-1137, ACME-1138, ACME-1140, and ↵Cho
ACME-1141
2013-11-01added LLFlickrConnect for ACME-1116Cho