<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/media_plugins/cef/media_plugin_cef.cpp, branch 26.4</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://megapahit.org/viewer.git/atom?h=26.4</id>
<link rel='self' href='https://megapahit.org/viewer.git/atom?h=26.4'/>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/'/>
<updated>2026-09-04T13:58:53Z</updated>
<entry>
<title>Merge remote-tracking branch 'secondlife/release/26.4' into 26.4</title>
<updated>2026-09-04T13:58:53Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-09-01T10:35:23Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=00bb3bb6f07660bd914d29a1389342bb3060d254'/>
<id>urn:sha1:00bb3bb6f07660bd914d29a1389342bb3060d254</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/develop-linux' into geenz/linux-to-develop</title>
<updated>2026-08-12T01:39:19Z</updated>
<author>
<name>Jonathan "Geenz" Goodman</name>
<email>geenz@geenzo.com</email>
</author>
<published>2026-08-12T01:39:19Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=8cabc33e960ca93fdc1a32c77cf611269d95d51b'/>
<id>urn:sha1:8cabc33e960ca93fdc1a32c77cf611269d95d51b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#5796 Add CEF remote debugging port debug setting</title>
<updated>2026-07-24T11:33:11Z</updated>
<author>
<name>Maxim Nikolenko</name>
<email>maximnproductengine@lindenlab.com</email>
</author>
<published>2026-07-24T11:33:11Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=adc5f3cb7819a672c37a73f0c4cd850df536e9da'/>
<id>urn:sha1:adc5f3cb7819a672c37a73f0c4cd850df536e9da</id>
<content type='text'>
Increment CEF remote debugging port for each new media plugin instance
CEFRemoteDebuggingPort should not persist between sessions</content>
</entry>
<entry>
<title>Revert "Disable Dullahan 1.21 new features on Linux for now"</title>
<updated>2026-05-26T11:46:47Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-05-26T11:46:47Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=60309f027870f8ac7fc1b5eff84d3a2d3d087473'/>
<id>urn:sha1:60309f027870f8ac7fc1b5eff84d3a2d3d087473</id>
<content type='text'>
This reverts commit 8f11eb47a617d3a1344a39ed37dd1de3b422fb0b.
</content>
</entry>
<entry>
<title>Restore linux CEF build support including changes from archive/develop</title>
<updated>2025-10-27T08:59:13Z</updated>
<author>
<name>Rye</name>
<email>rye@alchemyviewer.org</email>
</author>
<published>2025-10-23T09:47:55Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=348974089c6f5f441deda9cec028210b5a298d50'/>
<id>urn:sha1:348974089c6f5f441deda9cec028210b5a298d50</id>
<content type='text'>
Fix various files missing linden_common

Signed-off-by: Rye &lt;rye@alchemyviewer.org&gt;
</content>
</entry>
<entry>
<title>Fix CEF media plugin failing to load on Arch</title>
<updated>2025-10-22T11:22:57Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-10-22T11:22:57Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=f2b35719cfaf47f0225d92b0554eca699e861fc1'/>
<id>urn:sha1:f2b35719cfaf47f0225d92b0554eca699e861fc1</id>
<content type='text'>
Somehow the absence of the variable declaration would break CEF
media plugin on Arch (just like it happened on openSUSE Tumbleweed)
when it's not even used any more anywhere else. It's a different
variable from the one whose absence broke CEF on Tumbleweed.

Apart from that, the package now explicitly pulls at-spi2-core, which
contains libatk-1.0.so.0, libatk-bridge-2.0.so.0 and libatspi.so.0 which
are linked by libmedia_plugin_cef.so. at-spi2-core may not necessarily
get pulled by some other package on a minimal fresh Arch installation.
</content>
</entry>
<entry>
<title>Fix CEF media plugin failing to load on openSUSE</title>
<updated>2025-10-10T08:57:52Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-10-10T08:57:52Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=081a44dcbc604beb142c208f540bdbc95e754634'/>
<id>urn:sha1:081a44dcbc604beb142c208f540bdbc95e754634</id>
<content type='text'>
Somehow the absence of the variable declaration would break CEF
media plugin on openSUSE Tumbleweed (and not on other supported
distros), when it's not even used any more anywhere else.
</content>
</entry>
<entry>
<title>Disable Dullahan 1.21 new features on Linux for now</title>
<updated>2025-10-03T11:27:30Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-10-03T11:27:30Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=8f11eb47a617d3a1344a39ed37dd1de3b422fb0b'/>
<id>urn:sha1:8f11eb47a617d3a1344a39ed37dd1de3b422fb0b</id>
<content type='text'>
I've tried getting Dullahan 1.21 compiled with Spotify's CEF 139,
it did build, but the internal browser didn't work, so what would be the
point. I could have missed something, but we're sticking with Dullahan
1.14 on Linux for now.
</content>
</entry>
<entry>
<title>Merge tag 'Second_Life_Release#a6d4c1d3-2025.07' into 2025.07</title>
<updated>2025-10-01T08:56:56Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-09-29T08:29:19Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=a954d290674db08ecaf3c1e6484a0cb6647b88b5'/>
<id>urn:sha1:a954d290674db08ecaf3c1e6484a0cb6647b88b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changes to support dullahan 1.21 undo/redo/delete/select all edit handlers</title>
<updated>2025-08-28T02:36:55Z</updated>
<author>
<name>Rye</name>
<email>rye@alchemyviewer.org</email>
</author>
<published>2025-08-28T02:36:55Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=e629bf05d6212613083c8ccb2858085926f38902'/>
<id>urn:sha1:e629bf05d6212613083c8ccb2858085926f38902</id>
<content type='text'>
</content>
</entry>
</feed>
