Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-03 | Fix for DEV-45609 "CID-47 and CID-154 - bogus allocation/memset in Quicktime ↵ | Callum Prentice | |
plugin" (Fixed line endings for commit hook) Reviewed by Rick. | |||
2010-02-03 | Fix for DEV-45609 "CID-47 and CID-154 - bogus allocation/memset in Quicktime ↵ | Callum Prentice | |
plugin" Reviewed by Rick. | |||
2010-02-03 | CID-284 | Tofu Linden | |
Checker: UNINIT_CTOR Function: MediaPluginWebKit::MediaPluginWebKit(void (*)(const char *, void **), void *) File: /indra/media_plugins/webkit/media_plugin_webkit.cpp | |||
2010-01-29 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Monroe Linden | |
2010-01-19 | Changes to llqtwebkit keyboard event api. | Monroe Linden | |
Reference to new mac build of llqtwebkit (from revision 5e61bf24915f in https://hg.lindenlab.com/monroe/llqtwebkit-4.6). | |||
2010-01-19 | Workaround for "Stop on Debugger()/DebugStr()" Xcode setting causing the ↵ | Monroe Linden | |
webkit plugin to crash. | |||
2010-01-18 | Added getNativeKeyData() function to LLWindow and LLWindowMacOSX. | Monroe Linden | |
Added an LLSD argument to LLPluginClassMedia::keyEvent() and LLPluginClassMedia::textInput() which contains the native key data. Made LLViewerMediaImpl retrieve the native key data and pass it to keyEvent and textInput. Added a native_key_data parameter to the text_event and key_event messages. Made the webkit plugin extract the native_key_data parameter and pass it to the internal keyEvent() and unicodeInput() functions. Fixed LLMediaPluginTest to match function signature change to LLPluginClassMedia::keyEvent(). | |||
2010-01-14 | EXT-3624: Support "_blank" href target types. | Lynx Linden | |
Support href links in web views that have a target attribute set to "_blank". This will open the link in the user's preferred browser (internal or external, as defined in Prefs). This change relies on the new llqtwebkit package that has just been pushed. Also updated the hardcoded Qt version number in the About floater. | |||
2010-01-11 | Fix for black/grey look at login screen and backspace going back in ↵ | Monroe Linden | |
search/help windows. This should address EXT-4097. Added a notion of "background color" to LLViewerMediaImpl and LLPluginClassMedia. Added background color parameters to the size_change message. Webkit plugin now sets the background color of the instance from the supplied background color, and navigates to a data: url with that background color instead of about:blank as its initial navigate. Webkit plugin now no longer waits for the first onPageChanged event LLViewerMediaImpl now clears the texture to the background color when initializing it. Made LLMediaCtrl fill with its opaque background color when the media impl isn't set up yet. Removed the initial data URL from the search and help floaters, since what it was doing is now handled internally by the new background color code. Reviewed by callum and rick. | |||
2010-01-05 | Fix for EXT-3069 (Media Browser lets you click on Back button on first page). | Monroe Linden | |
Fix was to have the webkit plugin clear the llqtwebkit history on the first real navigateComplete event. | |||
2009-12-24 | turn off verbose logging on gstreamer media plugin. | Tofu Linden | |
2009-12-24 | more minor cleanup to the gstreamer plugin. | Tofu Linden | |
2009-12-24 | Some tidy-ups to the gstreamer media plugin while I try to figure out where ↵ | Tofu Linden | |
the black-frame-on-resize is coming from. | |||
2009-12-18 | Final tidy-up for DEV-44502 (gstreamer scaling bug) - | Tofu Linden | |
I *think* this is a bit clearer. Not awesomely so. | |||
2009-12-18 | gstreamer plugin now does the 'right' thing wrt resizing downwards *and up ↵ | Tofu Linden | |
to its natural size again*. Though I don't like the logic so I'll be rejigging it again next. | |||
2009-12-18 | add PID to gstreamer plugin logging. | Tofu Linden | |
2009-12-18 | minor improvements to gstreamer media plugin's logging. | Tofu Linden | |
2009-12-18 | Merge viewer 2 into media | skolb | |
2009-12-17 | DEV-43898 Enable Flash-on-a-prim on Linux. Yowza! | Tofu Linden | |
2009-12-17 | Fix a code comment now that we enable NSAPI plugins under Darwin. | Tofu Linden | |
2009-12-16 | Added setInitState() function to use as a logging point. | Monroe Linden | |
2009-12-16 | Merge with tip | callum | |
2009-12-15 | Merge with tip before push | callum | |
2009-12-15 | client changes to work with new version of Qt (4.6) and to do some cleanup ↵ | callum | |
at plugin exit so that cookies more betterer than what they did before. | |||
2009-12-11 | Enable plugins in the Mac build of the webkit plugin. | Monroe Linden | |
2009-12-09 | Re-disable a very spewy debug spew in the webkit plugin. Mea culpa. | Tofu Linden | |
2009-12-09 | DEV-43948 viewer2 is writing session data into the 'read-only' installation ↵ | Tofu Linden | |
tree (mostly media stuff) propagate the parent app's OSUserAppDir (i.e. ~/.secondlife/) all the way down to plugins, if they need persistant user data/settings (like the webkit plugin needs a place to put its cache). | |||
2009-12-03 | local merge | skolb | |
2009-12-03 | Add Doxygen comments | bea@american.lindenlab.com | |
2009-12-01 | merge | bea@american.lindenlab.com | |
2009-12-01 | Add Doxygen comments | bea@american.lindenlab.com | |
2009-12-01 | Partial fix for EXT-2904/DEV-43584 (Space bar and Enter/Return key don't ↵ | Monroe Linden | |
work as input for checkboxes or buttons on MoaP). This change forces space characters to go through the keyEvent() path instead of the unicodeInput() path, which makes the space bar work for setting checkboxes. I still need to figure out what's going on with the enter key. | |||
2009-11-30 | doxygen: exclude licensing comments | bea@american.lindenlab.com | |
2009-11-30 | doxygen: exclude licensing blurbs | bea@american.lindenlab.com | |
2009-11-18 | Switch some files to Unix line endings | Bryan O'Sullivan | |
2009-11-17 | Merge of viewer2 into avp | Eric M. Tulla (BigPapi) | |
--HG-- branch : avatar-pipeline | |||
2009-11-16 | Fix comment-in-comment that was breaking Mac build. | James Cook | |
2009-11-16 | Fix up line endings issues. | callum | |
2009-11-16 | Fix for - DEV-42713 (Playing MP3s crash the QuickTime plugin) | callum | |
Note: This was fixed earlier in checkTitle() bosy and checked in by mistake. This checkin re-enables the title grabbing code. | |||
2009-11-16 | Merge with tip | callum | |
2009-11-16 | Fix a logic error in the code to hide the initial about:blank navigate that ↵ | Monroe Linden | |
caused DEV-42093 to recur. | |||
2009-11-16 | merge | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-12-02 | Merge | Steve Bennetts | |
2009-12-01 | build fix (on behalf of Eugene Mutavchi) | Sergei Litovchuk | |
--HG-- branch : product-engine | |||
2009-11-13 | merge | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-11-13 | Prevent the about:blank url from the initial navigate from leaking out of ↵ | Monroe Linden | |
the webkit plugin. This should fix DEV-42766. | |||
2009-11-13 | Fix for DEV-42152 (Streaming media broken on QuickTime) | callum | |
2009-11-03 | update from viewer2 and merge into avp | Eric M. Tulla (BigPapi) | |
--HG-- branch : avatar-pipeline | |||
2009-11-03 | merge | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-11-02 | Fix for compiler warning - passing F64 in as an int | callum | |