summaryrefslogtreecommitdiff
path: root/indra/media_plugins/cef
AgeCommit message (Collapse)Author
2015-11-19Fix javascript_enabled && plugins_enabled (wrong media class) and pull in ↵callum_linden
new LLCEFLib
2015-11-18initial support for dropdown menus/select widgitscallum_linden
2015-11-16Update SetCookie code for new LLCEFLib API and add support for shoing/hising ↵callum_linden
developer console (Inspector)
2015-11-13Merged callum_linden/viewer-cef into defaultRider Linden
2015-11-13Throw away any incomplete llsd messages that may have get sent on CRrider
2015-11-13Encode keyboard event for reconstruction in the plugin.rider
2015-11-11Fix MAINT-5832 Add /LTCG flag to linker for media_plugin_cef.dll to avoid ↵callum_linden
linker restarts
2015-11-11Add callback for when CEF asks to shutdowncallum_linden
2015-11-10Have the media_cef plugin post goodbye back to the plugin.Rider Linden
2015-11-09Undo the clobbering that the PR did :)callum_linden
2015-11-07MAINT-5754: Finish key modifier experiment. Still not working.rider
2015-11-06MAINT-5754: Basic keyboard functionality on the Mac. Still incompleterider
2015-10-22MAINT-5775 FIX Split out cookies and cache directories into separate folders ↵callum_linden
and move cache to same place as viewer cache
2015-10-21Fix windows line endingscallum_linden
2015-10-19MAINT-5711 FIX profiles and marketplace are asking for a login each sessioncallum_linden
2015-10-09CMake fixes for mac build.rider
2015-10-09MAINT-5715, MAINT-5717, MAINT-5718: Replace the the volume catcher that was ↵Rider Linden
removed with the QT viewer. Addresses panning and fading issues, teleport and viewer mute controls.
2015-10-06MAINT-5703 fix - add observer to media plugin so MEDIA_LOCATION_CHANGED ↵callum_linden
events get propagated throughout system
2015-10-01Fix OS X missing scope qualifierscallum_linden
2015-09-30Update CEF media plugin to reflect changes in LLCEFLibcallum_linden
2015-09-26Point to new third party llcef package and fix typo in interfacecallum_linden
2015-09-16tmp chckin - still needs latest llceflib to buildcallum_linden
2015-09-10Pull in LLCefLib with inverted output switched on and change viewer to ↵callum_linden
uninvert things
2015-09-03point to new version of llceflib with fixed support for secondlife:// URLscallum_linden
2015-09-03support for external links and location_changed messagescallum_linden
2015-09-02Add support for copy/cut/paste into and out of browsercallum_linden
(Note - feature in LLQtWebKit (canPaste, canCut etc.) not present so right click menu always enables options
2015-09-01Remove debugging crudcallum_linden
2015-09-01get update llceflib with cookie/cache code and implement cache/cookie ↵callum_linden
folders in viewer
2015-07-27Bring in lastest version of LLCEFLIb & set user agent string before browser ↵callum_linden
instance created
2015-07-24Include support for http auth. also improve mouse handling with drag selectcallum_linden
2015-07-17Changes to implement enable/disable cookies, javascript, pluginscallum_linden
2015-07-16Point to LLCEFLib with updated 2357 version and support for setting language ↵callum_linden
for embedded browser
2015-07-15Still making small changes to try to fix OS X keyboardscallum
2015-07-15New keyboard code for windows that uses system messages directly and works ↵callum_linden
ok. Points to new LLCEFLib
2015-07-10Initial support for keyboard (in progress) but includes many viewer changes ↵callum_linden
to plumb in Key Up events
2015-07-02plugin and llceflib code for improved mouse supportcallum_linden
2015-07-022015 and we still care about line endings.. sighcallum_linden
2015-06-30Point to new version of LLCefLib with support for second life URLs, version ↵callum_linden
string, navigation commands
2015-06-22I can't believe I really added these lines - pretend you didn't see themcallum_linden
2015-06-08Fixed for OS X version - in progressCallum Prentice
2015-03-28add support for keyboard (rudimentary & broken), mouse wheel and open links ↵callum_linden
in same page
2015-03-26point to new cef tpl with right headers, update cmaake and viewer_manifest ↵callum_linden
logic to copy files to right place
2015-03-25Make VS2013 look inside include/cef folder for headerscallum_linden
2015-03-24Add new media plugin (currently renders squares as example) in preparation ↵callum_linden
for new CEF code