Age | Commit message (Collapse) | Author |
|
webkit plugin to crash.
|
|
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.
|
|
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.
|
|
Fix was to have the webkit plugin clear the llqtwebkit history on the first real navigateComplete event.
|
|
|
|
|
|
the black-frame-on-resize is coming from.
|
|
I *think* this is a bit clearer. Not awesomely so.
|
|
to its natural size again*. Though I don't like the logic so I'll be rejigging it again next.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
at plugin exit so that cookies more betterer than what they did before.
|
|
|
|
|
|
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).
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
--HG--
branch : avatar-pipeline
|
|
|
|
|
|
Note: This was fixed earlier in checkTitle() bosy and checked in by mistake.
This checkin re-enables the title grabbing code.
|
|
|
|
caused DEV-42093 to recur.
|
|
--HG--
branch : avatar-pipeline
|
|
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : avatar-pipeline
|
|
the webkit plugin. This should fix DEV-42766.
|
|
|
|
--HG--
branch : avatar-pipeline
|
|
--HG--
branch : avatar-pipeline
|
|
|
|
LLMediaPluginTest test app. We do not copy over the
example plugin to the Second Life client plugin dir.
|
|
Reintroduces "white-flash" but this is less important than fix for now.
Also cleaned up a code typo.
|
|
Reworked some of the autoplay logic in LLViewerMediaImpl to try and make it more consistent when media is unloaded and reloaded by the performance manager.
LLViewerMediaImpl will now keep track of the media state and current time of media that it unloads for performance reasons, and attempt to restore playing or paused media to the same playhead time and state (playing or paused) when it reloads.
Added "done" status that time-based media plugins can use to indicate that they've reached the end of the media and stopped.
Added logging of priority transitions, for use in debugging issues with the peformance manager.
|
|
Made the webkit plugin code post a tab key event into llqtwebkit on initial focus. This seems to do the right thing in all cases I tested.
|
|
website to media).
Made the quicktime plugin send navigate_begin and navigate_complete events.
This should allow the viewer's logic for sending prim media navigate events to work when loading quicktime media.
|
|
to most user events and using new scroll wheel event.
|