Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-18 | EXT-6466 "Move "Enable Cookies" checkbox...", EXT-6402 "Add feature to ↵ | Callum Prentice | |
disable Web plugins via prefs" and EXT-6401 "Add feature to disable Javascript via prefs" Apologies for the multiple commit of Jiras - these changes are closely related and impossible to commit deparately Reviewed by Monroe | |||
2010-03-16 | Fix for build error in media_plugin_example.cpp. | Monroe Linden | |
2010-03-16 | Added an "init" message in LLPLUGIN_MESSAGE_CLASS_MEDIA, and made ↵ | Monroe Linden | |
LLPluginClassMedia queue it up before initializing its LLPluginProcessParent. Made all existing plugins send their texture_params message from this init message instead of the LLPLUGIN_MESSAGE_CLASS_BASE "init" message. (This ensures that they won't start to receive 'size_change' messages until after the init has happened.) Added "set_user_data_path" and "set_language_code" messages to LLPluginClassMedia. Made webkit plugin deal with the new messages, when they're sent before it receives the media "init". Removed the user_data_path and language_code arguments from the init function calls throughout the hierarchy. Made LLViewerMediaImpl queue up the language code and user data path messages before initializing the media. Reviewed by Callum at http://codereview.lindenlab.com/687006 . | |||
2010-03-15 | merge from viewer-2-0 | Tofu Linden | |
2010-03-12 | New linux build of llqtwebkit. | Monroe Linden | |
Also, disabled LL_QTWEBKIT_USES_PIXMAPS define in media_plugin_webkit.cpp as the QPixmap changes have been backed out of the llqtwebkit build for now. | |||
2010-03-11 | merge. | Tofu Linden | |
2010-03-04 | EXT-5969 build and merge a shippable pixmap-based llqtwebkit for ↵ | Tofu Linden | |
viewer2.0/linux Maybe also: EXT-4495 flash content crashes Webkit on Linux | |||
2010-03-04 | Add #if'd code that can deal with the newer QPixmap-based LLQtWebkits. | Tofu Linden | |
Disabled for now. | |||
2010-02-27 | duh, with added buildability. | Tofu Linden | |
2010-02-27 | give audio visualization on faces with audio-only media. linux/gstreamer only. | Tofu Linden | |
2010-02-09 | Backed out changeset 0664cf2c9edf | Tofu Linden | |
2010-02-23 | slightly reduce the overhead of 'EXT-5601: Linux: volume adjustment of ↵ | Tofu Linden | |
web-based media / Flash' | |||
2010-02-22 | support LL_PULSEAUDIO_ENABLED=0 - probably. | Tofu Linden | |
2010-02-22 | Do the necessary stuff to package pulseaudio's headers and make it (in ↵ | Tofu Linden | |
theory, not yet in practice) optional. | |||
2010-02-22 | trivial cleanup. | Tofu Linden | |
2010-02-22 | comment improvement. | Tofu Linden | |
2010-02-22 | EXT-5601 Linux: volume adjustment of web-based media / Flash | Tofu Linden | |
Dynamic loading of pulseaudio works now. All that's left is to package-up the pulseaudio headers... | |||
2010-02-22 | more work on dynamic grabbing of PA syms. | Tofu Linden | |
2010-02-22 | start dynamic sym loading work. | Tofu Linden | |
2010-02-22 | minor comment tweak. | Tofu Linden | |
2010-02-22 | Do some decent cleanup in LinuxVolumeCatcherImpl's destructor. Though I ↵ | Tofu Linden | |
don't think media plugins are really 'destroyed' as we know it, their process just ends. | |||
2010-02-22 | Well, whaddyaknow.. it works. | Tofu Linden | |
More cleanup needed: need to dlopen()-ize the pulseaudio stuff | |||
2010-02-22 | comment tweak. | Tofu Linden | |
2010-02-22 | document the linux_volume_catcher high-level design | Tofu Linden | |
2010-02-22 | Wire the linux volume catcher into the webkit plugin. | Tofu Linden | |
2010-02-22 | Got this building okay now. It's not hooked-up to the webkit plugin yet, so ↵ | Tofu Linden | |
I don't know if it *works*. | |||
2010-02-22 | bunch o'fixing | Tofu Linden | |
2010-02-22 | pretty fleshed-out, now needs fixing-up. | Tofu Linden | |
2010-02-22 | Really start to fill the implementation in. | Tofu Linden | |
2010-02-22 | more work on the volume-catcher interface. | Tofu Linden | |
2010-02-22 | more work on the linux volume-catcher. | Tofu Linden | |
2010-02-22 | fill out the interface. | Tofu Linden | |
2010-02-22 | code code | Tofu Linden | |
2010-02-22 | start to build up this code | Tofu Linden | |
2010-02-22 | start of work on EXT-5601 Linux: volume adjustment of web-based media / Flash | Tofu Linden | |
these libs are a temporary requirement - we'll dlopen() them when this is finished. | |||
2010-02-09 | EXT-3651 DEV-44500 Keyboard interaction does not work with Flash media | Tofu Linden | |
This change lets Linux pass keys through to Flash. | |||
2010-02-09 | EXT-4290 [Flash] On linux, youtube videos don't play unless its getting a ↵ | Tofu Linden | |
mouse move event use the proper cmake include() so glib is really found! | |||
2010-02-09 | EXT-4290 [Flash] On linux, youtube videos don't play unless its getting a ↵ | Tofu Linden | |
mouse move event restore part of this fix - glib-compatible Qt needs it, and flash needs a glib-compatible Qt. | |||
2010-02-09 | merge | Tofu Linden | |
2010-02-09 | Backed out changeset b1c241040751 | Tofu Linden | |
2010-02-09 | HACK HACK HACK to unbreak linux build while I wait for access to the new ↵ | Tofu Linden | |
llqtwebkit code. only affects linux. may harm webkit functionality temporarily. to be backed-out. | |||
2010-02-05 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Monroe Linden | |
2010-02-05 | Changed LLWindowWin32::getNativeKeyData() to use platform-specific names in ↵ | Monroe Linden | |
the key data. Changed MediaPluginWebkit::deserializeKeyboardData() to use platform-specific names when extracting the key data. Also fixed a mac-specific issue where the arguments were reversed, which was causing flash apps to get bad keycode data. Just pass 0 for the "native modifiers" param on windows, since it doesn't seem to actually have a native notion of a "modifier keys mask". The Qt (non-native) modifiers should be good enough. | |||
2010-02-05 | fix hook whine. | Tofu Linden | |
2010-02-05 | EXT-4290 [Flash] On linux, youtube videos don't play unless its getting a ↵ | Tofu Linden | |
mouse move event This should be a lot better now. But still not good overall. Performance is now just bad instead of intolerable. | |||
2010-02-04 | Merge with tip | Callum Prentice | |
2010-02-04 | added code to grab raw key codes from Win32 WPARAM and LPARAM and send to plugin | Callum Prentice | |
factored out keyboard message deserialization for media_plugin_webkit new version of llqtwebkit with Girish's changes to keyboard and cursor handling code | |||
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 |