K-Meleon on Goanna :  K-Meleon Web Browser Forum
Building K-Meleon on top of the Goanna engine 
Pages: PreviousFirst...1819202122232425262728...LastNext
Current Page: 23 of 33
Re: [TEST BUILD] K-Meleon 76 on Goanna 3.4.2 (Build 20180210)
Posted by: hermes
Date: February 11, 2018 10:19PM

@Anixx

Not to mention the fact, what easy can write a simple macro, which making the search in manner of old Opera browser (as token and request directly into address bar).

As little example: (_TEXT_SEARCH_.KMM)
*******************************************************************
_TEXT_SEARCH_{
if(substr($URLBAR,0,2)=="g "){open("google.com/search?q=".substr($URLBAR,2,length($URLBAR)-2));$URLBAR="";}
if(substr($URLBAR,0,2)=="w "){open("en.wikipedia.org/wiki/".substr($URLBAR,2,length($URLBAR)-2));$URLBAR="";}
if(substr($URLBAR,0,2)=="d "){open("duckduckgo.com/html/?q=".substr($URLBAR,2,length($URLBAR)-2));$URLBAR="";}
if(substr($URLBAR,0,2)=="y "){open("yandex.ru/search/?text=".substr($URLBAR,2,length($URLBAR)-2));$URLBAR="";}
if(substr($URLBAR,0,3)=="yt "){open("youtube.com/results?search_query=".substr($URLBAR,3,length($URLBAR)-3));$URLBAR="";}

if(substr($URLBAR,0,2)=="m "){open("google.com/search?q=".substr($URLBAR,2,length($URLBAR)-2));opentab("yandex.ru/search/?text=".substr($URLBAR,2,length($URLBAR)-2));$URLBAR="";}
}$OnLoad=$OnLoad."_TEXT_SEARCH_;";

*******************************************************************
To work correctly, you need to set two settings:

user_pref("keyword.enabled", false);
user_pref("browser.fixup.alternate.enabled", false);

And so you can even get a multi-search (like m and request in the macro above).

Full compliance:
g [space] request - google search;
w [space] request - wiki search;
d [space] request - duckduckgo.com search (without all needs about JS);
y [space] request - yandex search;
yt [space] request - youtube search;

m [space] request - multi search (as google + yandex in same time).
Who needs a search bar smiling smiley this panel has many critical bugs which easily lead to crashes of the browser. Maybe for someone else is useful, for fans of the old Opera - sure smiling smiley.



Edited 6 time(s). Last edit at 02/11/2018 10:31PM by hermes.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76 on Goanna 3.4.2 (Build 20180210)
Posted by: Yogi
Date: February 11, 2018 11:11PM

Or the most simple way, right-click on the search icon and choose a search engine from those defined in Preferences. smiling smiley

BTW, Opera Presto was my default browser for more than a decade.
However, I don't miss the search bar at all. :cool:

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76 on Goanna 3.4.2 (Build 20180210)
Posted by: rodocop
Date: February 12, 2018 12:52AM

Yes, the Searchbar is a little buggy (it would be great if someone fixes it making at least UTF-8-compatible and fully localizable; there is source code in the package on KMExt).

But it is really addictive for users of Pro-version. Because it's convenient and adds flexibility to user experience.

Look: you can quickly change DEFAULT search engine by selecting it in SearchBar menu. (If you don't want to make new engine default - choose it with Search button).

Also there is an option to autosearch pasted text.

The best option was (up to KM 1.7) URLbar Keyword search where you could add SEPARATE engine for search directly from urlbar (it was very convenient to use I'm feeling Lucky from URLbar and have another engine as default for other search methods.

But now you cannot have separate URLbar search engine. So SearchBar is useful here as quick'n'dirty solution.



Edited 1 time(s). Last edit at 02/12/2018 12:53AM by rodocop.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76 on Goanna 3.4.2 (Build 20180210)
Posted by: imyoona
Date: February 12, 2018 02:44AM

Tt support GPU acceleration . Because I'm useing potplayer + lav filter .
Thank you anyway

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76 on Goanna 3.4.2 (Build 20180210)
Posted by: Borut
Date: February 13, 2018 08:14PM

@hermes

Many many thanks! Your macro _TEXT_SEARCH_ brought me - an old Old-Opera fan - to switch from Otter back to K-Meleon today.

A part of my version of your macro:
if(substr($URLBAR,0,2)=="a ")  {open("https://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=".substr($URLBAR,2,length($URLBAR)-2));$URLBAR="";;}
if(substr($URLBAR,0,4)=="ade "){open("https://www.amazon.de/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=".substr($URLBAR,4,length($URLBAR)-4));$URLBAR="";;}
if(substr($URLBAR,0,2)=="b ")  {open("https://www.bing.com/search?q=".substr($URLBAR,2,length($URLBAR)-2));$URLBAR="";;}
if(substr($URLBAR,0,2)=="d ")  {open("https://duckduckgo.com/html/?q=".substr($URLBAR,2,length($URLBAR)-2));$URLBAR="";;}
if(substr($URLBAR,0,2)=="g ")  {open("https://www.google.com/search?hl=en&q=".substr($URLBAR,2,length($URLBAR)-2));$URLBAR="";;}
if(substr($URLBAR,0,2)=="i ")  {open("http://www.imdb.com/find?ref_=nv_sr_fn&s=tt&q=".substr($URLBAR,2,length($URLBAR)-2));$URLBAR="";;}
if(substr($URLBAR,0,2)=="m ")  {open("https://metager.de/meta/meta.ger3?focus=web&encoding=utf8&lang=all&eingabe=".substr($URLBAR,2,length($URLBAR)-2));$URLBAR="";;}
if(substr($URLBAR,0,2)=="q ")  {open("https://www.qwant.com/?l=en&h=1&hc=1&a=0&s=0&b=1&i=0&r=AT&sr=de&t=web&q=".substr($URLBAR,2,length($URLBAR)-2));$URLBAR="";;}
if(substr($URLBAR,0,2)=="w ")  {open("earch?search=".substr($URLBAR,2,length($URLBAR)-2));$URLBAR=""" rel="nofollow" >https://en.wikipedia.org/wiki/Special:Search?search=".substr($URLBAR,2,length($URLBAR)-2));$URLBAR="";;}
if(substr($URLBAR,0,4)=="wde "){open("earch?search=".substr($URLBAR,4,length($URLBAR)-4));$URLBAR=""" rel="nofollow" >https://de.wikipedia.org/wiki/Special:Search?search=".substr($URLBAR,4,length($URLBAR)-4));$URLBAR="";;}
if(substr($URLBAR,0,3)=="yt ") {open("https://www.youtube.com/results?search_query=".substr($URLBAR,3,length($URLBAR)-3));$URLBAR="";;}
For those interested: MetaGer and Qwant engines are popular mostly in Europe, I believe. Most of the time I use MetaGer, which is being developed and maintained by a voluntary association without commercial interests. Results and privacy are good enough for me.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76 on Goanna 3.4.2 (Build 20180210)
Posted by: hermes
Date: February 20, 2018 09:35AM

@Borut

In fact, a number of modules have been made that approximate the functionality of KM to the old Opera browser. Maybe you'll find something interesting. There was an idea to make a separate topic for this.

http://kmeleonbrowser.org/forum/read.php?19,143253,143708#msg-143708

http://kmeleonbrowser.org/forum/read.php?1,144196,144227#msg-144227

Even icon shows as would Opera yesterday (red) and today (green) smiling smiley.
current icon ; -)



Edited 2 time(s). Last edit at 02/20/2018 10:52AM by hermes.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76 on Goanna 3.4.2 (Build 20180210)
Posted by: Anixx
Date: February 21, 2018 08:53AM

Quote
Yogi
@Anixx

Please don't confuse people with unfunded statements. It won't be of anybody's help.
Official K-Meleon builds never had search bars as shown in your screenshot.
Your screenshot was probably taken from the unofficial Pro version which might have an extension for that search bar.

I never used the "pro" version.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76 on Goanna 3.4.2 (Build 20180210)
Posted by: Raymeleon
Date: February 22, 2018 05:17AM

Thanks so much for updating K-Meleon to use the Goanna engine, roytam1!

I'm testing out some extensions like Cookies Exterminator (https://addons.mozilla.org/en-US/firefox/addon/cookies-exterminator/) and it appears to work, but the HTML5 notification is centered on screen. Can it be displayed in the bottom-right corner like in Firefox/Pale Moon?



Also, Cookies Exterminator can clear local storage, but this feature doesn't quite work in K-Meleon from my tests so far.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76 on Goanna 3.4.2 (Build 20180210)
Posted by: roytam1
Date: February 22, 2018 08:23AM

Quote
Raymeleon
Thanks so much for updating K-Meleon to use the Goanna engine, roytam1!

I'm testing out some extensions like Cookies Exterminator (https://addons.mozilla.org/en-US/firefox/addon/cookies-exterminator/) and it appears to work, but the HTML5 notification is centered on screen. Can it be displayed in the bottom-right corner like in Firefox/Pale Moon?

Also, Cookies Exterminator can clear local storage, but this feature doesn't quite work in K-Meleon from my tests so far.

Don't know if these can be fixed. Will mark it down and have a look later.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76 on Goanna 3.4.2 (Build 20180210)
Posted by: hermes
Date: February 22, 2018 11:33AM

@Raymeleon

I can try to do (window positioning). Only you have to explain how I can show this window. Half an hour of exercise turned this xpi, but there is no effect (i.e. this window). So explain what you did in the settings and where (on which site) you need to test. This can be corrected.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76 on Goanna 3.4.2 (Build 20180210)
Posted by: rodocop
Date: February 22, 2018 05:51PM

hermes,

you should add protected domains (at least 1) to the whitelist (keep cookies there) or greylist (keep cookies there for session only) and then switch on 'Active mode' in settings.

I think this should lead to autodeletion of cookies when you leave unprotected site or close its tab.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76 on Goanna 3.4.2 (Build 20180210)
Posted by: Raymeleon
Date: February 23, 2018 04:48AM

@hermes

Apologies for not explaining how Cookies Exterminator works. robocop does a good job of how to use it though.

Once you've added something to the whitelist (it can be any domain like wikipedia.org), you can then turn on Active Mode.

Next, visit a site that sets cookies like arstechnica.com and navigate to another site. The HTML5 notification should pop up like in my screenshot.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76 on Goanna 3.4.2 (Build 20180210)
Posted by: hermes
Date: February 23, 2018 02:25PM

@Raymeleon

I managed to solve this problem by writing a plug-in for KM.

Question: how best to position this window?
Top, bottom, left, right, like Firefox or whatever?
Do I need to change the animation time? Properties?
Can make it possible to enter your coordinates?
Will the settings file work?
...
More considerations?! Need terms of reference.

Or just at my discretion and, as you said, in the style of Firefox.

Quote

Also, Cookies Exterminator can clear local storage, but this feature doesn't quite work in K-Meleon from my tests so far.

Which files from profile are specific as local storage? I can try to fix.



Edited 4 time(s). Last edit at 02/23/2018 02:46PM by hermes.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76 on Goanna 3.4.2 (Build 20180210)
Posted by: Raymeleon
Date: February 24, 2018 12:00AM

@hermes

Nice to hear that you've fixed this in a K-Meleon plugin. I would probably position the HTML5 notification in the bottom-right corner like Firefox.

If animation time and/or coordinates can be configurable, that would be great.

About local storage, you can use either CookieKeeper (https://addons.mozilla.org/en-US/firefox/addon/cookiekeeper/) or Web Storage Viewer (https://addons.mozilla.org/en-US/firefox/addon/web-storage-viewer/) extensions to view local storage entries. For CookieKeeper, be sure to install their included macro as mentioned on the addon page's description.

arstechnica.com again can be used to see if local storage is set. You'll need to click on a post on the site and then check the entries in CookieKeeper to view the local storage entries.

To use Web Storage Viewer, go to about:preferences and click on the Privacy menu and click on "Show Web Storage."

Hope that helps!

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76 on Goanna 3.4.2 (Build 20180210)
Posted by: hermes
Date: February 24, 2018 11:51AM

@Raymeleon

About local storage, here it is necessary to unravel (did not work right away).
Need to return to this later (if will have free time).
...
As for the plug-in, it is tested and ready smiling smiley.

I recommend that You first watch video: (640 x 480 - 04 min. 40 sec.)
(direct link) https://getfile.dokpub.com/yandex/get/https://yadi.sk/d/HhRyg9oF3SijSf (~637 Kcool smiley.
Materials on video are available below.

XPi on which everything was checked (v.2.9.0):
(direct link) https://getfile.dokpub.com/yandex/get/https://yadi.sk/d/X_Iq4N2D3SijZG (~41.7 Kcool smiley.

Extension module COOKiES_exTERMiNATOR_FiX:
(direct link) https://getfile.dokpub.com/yandex/get/https://yadi.sk/d/GreU2i-13SijXB (~12.2 Kcool smiley.

Set of 4 modified omni.ja to change animation time: (as 1, 2, 3 or 4 sec.)
(direct link) https://getfile.dokpub.com/yandex/get/https://yadi.sk/d/mEvIj71U3Sijht (~9.81 Mcool smiley.
This omni.ja files are intended for KM-Goanna and will not work with Gecko.

All debug on latest (at the moment) KM-Goanna-20180210:
(direct link) https://o.rthost.win/kmeleon/KM-Goanna-20180210.7z (~31.4 Mcool smiley.

All nuances are reflected on video.





Edited 1 time(s). Last edit at 02/24/2018 12:18PM by hermes.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76 on Goanna 3.4.2 (Build 20180224)
Posted by: roytam1
Date: February 24, 2018 12:13PM

new build!
https://o.rthost.win/kmeleon/KM-Goanna-20180224.7z

Changelog:
Out-of-tree changes:
* update Goanna3 to git rev 0a3830f16..e2794cd9a:
- Tweak some more ellipses. (a55c51f39)
- Address commit comments. (307fe019f)
- Never shrink line heights as a result of minimumFontSize. (3ec6e75bd)
- l10n: Split appMenu and menubar Restart entries for consistency. (3fb1113ac)
- Use "getComplexValue" for new tab = home page. (45f933de8)
- Match the start page URL for newtab with the default URL's scheme. (3cf6a70ed)
- Properly handle new tab selection dialog when instantApply is enabled (a933414a3)
- Merge pull request #1617 from JustOff/PR_newtabUrl_instantApply (11cc18496)
- Issue #1610 part 1: Add valgrind suppression for uninitialized memory access and leak in old fontconfig. (7f85e40d0)
- Issue #1610 Part2: Supply a bundled emoji font on Windows. (410afd43a)
- Issue #1610 Part 3: Bypass GDI table loading for embedded fonts. (1d10949de)
- Update Emoji font to 0.2.2 (latest release) (4eb2191aa)
- Update NSPR to 4.18 (9ce3bb3bd)
- Update NSS to 3.35 (819938451)
- Update build system for changed NSS (version/symbols) (e2794cd9a)

* Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses.



Edited 2 time(s). Last edit at 02/24/2018 12:18PM by roytam1.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76 on Goanna 3.4.2 (Build 20180224)
Posted by: hermes
Date: February 24, 2018 12:44PM

@roytam1

Thanks for new build! smiling smiley
...
To limit the time of uncontrolled animation (for popup alerts) in Gecko, a restriction was introduced, but it is completely absent in KM-Goanna. I have prepared a patch (add-on) for omni.ja that returns the constraint entered in Gecko. The animation time is limited to 4 seconds. If you find it appropriate, this can be add it to current omni.ja:

(direct link) https://getfile.dokpub.com/yandex/get/https://yadi.sk/d/owTjEOLz3SjBgq (~3.78 Kcool smiley.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76 on Goanna 3.4.2 (Build 20180224)
Posted by: J.G.
Date: February 24, 2018 06:10PM

Thank you @roytam1 for the good work! smiling smiley

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76 on Goanna 3.4.2 (Build 20180224)
Posted by: rodocop
Date: February 26, 2018 11:51PM

Thank you again, roy!

One new report: there is a site http://www.nakanune.ru/, which doesn't load as it should in KM-Goanna (but loads well in KM 75-76). And its deeper pages (other than main) cannot be load at all due to ssl_error_no_cypher_overlap.

Reported under XP, but confirmed by me under 7. All KM-Goannas affected. (PaleMoon, NewMoon, MyPal and Basilisk also affected).

What can be the reason? And is any way to fix?




Asked by myself - and solved by myself!

The reason was (as it happens sometime with Goannas) that site uses unsafe cyphers, switched off by default in Goanna.
This time it was (speaking in terms of prefs) security.ssl3.dhe_rsa_aes_256_sha.

So I prepared quick macro (well, not so quick - it takes over 2 hours for me as I'm bad coder) which autoswitches the pref to true for that domain and makes things back on loading any other page.

See attach!
Who is the cool guy? I am!



Edited 3 time(s). Last edit at 02/27/2018 01:29AM by rodocop.

Attachments: nakanuneru.kmm (1.1 KB)  
Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76 on Goanna 3.4.2 (Build 20180224)
Posted by: rodocop
Date: February 27, 2018 01:32AM

Well, guys - name the other browser where the things could be fixed so easy and elegant?!

All Goannas are affected, but only here you can easily autofix it!

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76 on Goanna 3.4.2 (Build 20180224)
Posted by: hermes
Date: February 27, 2018 08:44AM

@rodocop

Somewhat earlier, I pointed out that it is not necessary to disable weak encryption:
"More of all it is necessary to be careful in blocking so-called weak encryption (128 bits) ".
http://kmeleonbrowser.org/forum/read.php?19,144468,144469#msg-144469



Edited 1 time(s). Last edit at 02/27/2018 10:49AM by hermes.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76 on Goanna 3.4.2 (Build 20180224)
Posted by: callahan
Date: March 04, 2018 02:36PM

For everyone ... while the KM web site was down there was a new New regular/weekly KM-Goanna release by roytam1 on 02 Mar 2018. He posted it at the MSFN website with also a New Moon update.

He will probably post it here shortly but if you want it now here is the link. He usually posts a new KM-Goanna link there also ... so that is another place to check when the KM website is offline.

Page 34 ... there are three current updates there for Windows XP browsers.

https://msfn.org/board/topic/177125-my-build-of-new-moon-temp-name-aka-pale-moon-for-xp/?page=34

roytam1 - Posted Friday at 08:09 AM

New Moon:

New Build!

32bit https://o.rthost.win/palemoon/palemoon-27.8.0a1.win32-git-20180302-ad070dffd-xpmod.7z
32bit noSSE https://o.rthost.win/palemoon/palemoon-27.8.0a1.win32-git-20180302-ad070dffd-xpmod-ia32.7z

64bit https://o.rthost.win/palemoon/palemoon-27.8.0a1.win64-git-20180302-ad070dffd-xpmod.7z

Official repo changes since my last build:
- Disable baseline jit for `**` exponentiation to avoid a crash. (ad070dffd)

My changes since my last build:
- Replaced cloudflare zlib with https://github.com/matbech/zlib


KM-Goanna:

New regular/weekly KM-Goanna release:
https://o.rthost.win/kmeleon/KM-Goanna-20180302.7z

Changelog:
Out-of-tree changes:
* update Goanna3 to git rev e2794cd9a..ad070dffd:
- Disable baseline jit for `**` exponentiation to avoid a crash. (ad070dffd)

My changes since my last build:
- Replaced cloudflare zlib with https://github.com/matbech/zlib


New build of basilisk/UXP for XP!

Test binary:
Win32 http://o.rthost.win/basilisk/basilisk52-g4.1.win32-git-20180302-e27282913-xpmod.7z
Win64 http://o.rthost.win/basilisk/basilisk52-g4.1.win64-git-20180302-e27282913-xpmod.7z

diff: http://o.rthost.win/gpc/files1.rt/UXP_RestoreXP_20180221.7z

source patch of ffvpx H264/HEVC/AAC/MP3 Addition: http://o.rthost.win/gpc/files1.rt/moebius-ffvpx-h264-aac-hevc-mp3-addition.7z

Official repo changes since my last build:
- Move --enable-eme out of mozconfigure (507827c20)
- Don't build GMP-clearkey when not building EME. (011dac290)
- Don't include MediaKeySystemAccess without EME. (55d03738f)
- Don't build EME-specific subroutines without EME. (46ad1199d)
- Remove unnecessary front-end features and pres when not building EME. (c88c16187)
- Fix up leftover merge conflicts. (1dbd9799d)
- Developer Tools client should be a disable bool in ac configure (7a6e7ed0f)
- WebRTC should be an enable bool in ac configure but enabled in Basilisk (fd6b1ad6f)
- Merge branch 'master' into EME-work (277278746)
- Merge branch 'EME-work' (e10dfb62f)
- Remove non-functional nsDragAndDrop due to refactoring (fedcf7249)
- DevTools - Inspector - tooltip get element width/height wrong when browser zoomed (32230477c)
- DevTools - gcli commands - cookie (ad35e2a11)
- Basilisk - the cmd line - help (the columns alignment, error improvements) (259e21496)
- [partial fix] DevTools - network - proxy - throws an errors (remoteAddress) (f7e146b34)
- DevTools - inspector - data URL source links and their tooltips are unreadable (b19e4e2cf)
- Bug 1309194: Implement summary info in Net Panel Toolbar; Bug 1317205: CSS improvement for summary button (627f167bf)
- DevTools - Scratchpad - fix an old bug (Shift+Alt+R / Reload and Run) - follow up (Ctrl+Alt+R does not work) (b05346cf3)
- Basilisk - the cmd line - help (the columns alignment, error improvements) - follow up (d5d3cc71b)
- basilisk -jsdebugger - Import Console.jsm before calling console.[something] (9fafdd454)
- Bug 1168376: Show transferred size in request summary instead of decompressed size (abf600585)
- Update configure variable verification (eebeefbf2)
- DevTools - Browser Console - restore sessions (e59c00a5c)
- DevTools - Browser Console - restore sessions (follow up) (46ecf6824)
- DevTools - network - security (improvements) (228d252ab)
- DevTools - network - implement the secureConnectionStart property for the PerformanceTiming (644e9db10)
- DevTools - style editor - StyleSheetsActor should use the parent tabActor to retrieve the list of windows and react to new/removed windows (12ea56835)
- DevTools - gcli - screenshot - the vertical mode (b43b4f25a)
- DevTools - network - Copy as cURL (POST) (60edea020)
- Add support for -browserconsole (the command line) (03f6e7acb)
- Restore source-editor commands controller for scratchpad & styleeditor menus (66e6aac50)
- Checking NS_BINDING_ABORTED to avoid dispatching navigate event (caebf1337)
- Fix "help cmd" and "cmd refresh" in the Developer Toolbar (0535b0bb3)
- [minor fix] DevTools - Throws an error ("String contains an invalid character") (aa60e7f71)
- Properly pass postData into new tab (13a680565)
- Show the Status Line (e.g. "HTTP/2.0 200 OK") in raw headers (response) (6ee4e4436)
- Update 7zSFX (b6c2d5f6a)
- Sync Pale Moon code (17e72c824)
- Use MOZ_FENNEC and MOZ_XULRUNNER instead of checking MOZ_BUILD_APP in most places (11a8a39f6)
- Remove MOZ_MULET (ba2c2e530)
- Fix nit (3777f62a0)
- Rounding to 1ms (d7d79119e)
- Rewrite the comment, use maxResolutionMs (c8355b22c)
- Merge pull request #34 from janekptacijarabaci/devtools_import-from-moebius_1 (e27282913)

My changes since my last build:
- Replaced cloudflare zlib with https://github.com/matbech/zlib

...

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76 on Goanna 3.4.2 (Build 20180224)
Posted by: Carl-Robert
Date: March 04, 2018 02:53PM

@roytam1
Would it be possible to receive also small compressed archives with only the changed/updated files and not just the whole browser archive? I have a broadband connection and the file host seems to be pretty fast, but some of us probably don't and would put less stress to the hosting service as well.

Just a hint for future if/when more people get into these weekly builds.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76 on Goanna 3.4.2 (Build 20180224)
Posted by: roytam1
Date: March 04, 2018 04:25PM

Quote
Carl-Robert
@roytam1
Would it be possible to receive also small compressed archives with only the changed/updated files and not just the whole browser archive? I have a broadband connection and the file host seems to be pretty fast, but some of us probably don't and would put less stress to the hosting service as well.

Just a hint for future if/when more people get into these weekly builds.

Not possible due to big size of XUL.DLL.
Providing so-called "small" delta package which will always containing big XUL.DLL, that stress hosting as well.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76 on Goanna 3.4.2 (Build 20180224)
Posted by: rodocop
Date: March 04, 2018 05:58PM

Quote
roytam1
Not possible due to big size of XUL.DLL.
Providing so-called "small" delta package which will always containing big XUL.DLL, that stress hosting as well.

roy, please, enjoy additional file hosting for KM Team

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76 on Goanna 3.4.2 (Build 20180224)
Posted by: J.G.
Date: March 04, 2018 10:15PM

Thank you @Callahan and @Roytam1 for the good work! smiling smiley

By the way, how to add these files from this link to KMG?
Quote
callahan
(...)
source patch of ffvpx H264/HEVC/AAC/MP3 Addition: http://o.rthost.win/gpc/files1.rt/moebius-ffvpx-h264-aac-hevc-mp3-addition.7z
(...)



Edited 1 time(s). Last edit at 03/04/2018 10:15PM by J.G..

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76 on Goanna 3.4.2 (Build 20180224)
Posted by: roytam1
Date: March 04, 2018 11:03PM

Quote
J.G.
Thank you @Callahan and @Roytam1 for the good work! smiling smiley

By the way, how to add these files from this link to KMG?
Quote
callahan
(...)
source patch of ffvpx H264/HEVC/AAC/MP3 Addition: http://o.rthost.win/gpc/files1.rt/moebius-ffvpx-h264-aac-hevc-mp3-addition.7z
(...)

because he reposted all my release (including palemoon/basilisk) to here tongue sticking out smiley

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76 on Goanna 3.4.2 (Build 20180224)
Posted by: roytam1
Date: March 04, 2018 11:37PM

Quote
rodocop
Quote
roytam1
Not possible due to big size of XUL.DLL.
Providing so-called "small" delta package which will always containing big XUL.DLL, that stress hosting as well.

roy, please, enjoy additional file hosting for KM Team

hosting is not the issue here, but work load of creating not-so-small delta updates.

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76 on Goanna 3.4.2 (Build 20180224)
Posted by: J.G.
Date: March 05, 2018 10:49AM

Quote
roytam1
Quote
J.G.
Thank you @Callahan and @Roytam1 for the good work! smiling smiley

By the way, how to add these files from this link to KMG?
Quote
callahan
(...)
source patch of ffvpx H264/HEVC/AAC/MP3 Addition: http://o.rthost.win/gpc/files1.rt/moebius-ffvpx-h264-aac-hevc-mp3-addition.7z
(...)

because he reposted all my release (including palemoon/basilisk) to here tongue sticking out smiley

Sorry for the misunderstanding, I meant if those files about ffvpx H264/HEVC/AAC/MP3 Addition support can be added to KMeleon Goanna folder for extended multimedia purposes or not. tongue sticking out smiley



Edited 2 time(s). Last edit at 03/05/2018 10:54AM by J.G..

Options: ReplyQuote
Re: [TEST BUILD] K-Meleon 76 on Goanna 3.4.2 (Build 20180224)
Posted by: roytam1
Date: March 05, 2018 03:27PM

Quote
J.G.
Quote
roytam1
Quote
J.G.
Thank you @Callahan and @Roytam1 for the good work! smiling smiley

By the way, how to add these files from this link to KMG?
Quote
callahan
(...)
source patch of ffvpx H264/HEVC/AAC/MP3 Addition: http://o.rthost.win/gpc/files1.rt/moebius-ffvpx-h264-aac-hevc-mp3-addition.7z
(...)

because he reposted all my release (including palemoon/basilisk) to here tongue sticking out smiley

Sorry for the misunderstanding, I meant if those files about ffvpx H264/HEVC/AAC/MP3 Addition support can be added to KMeleon Goanna folder for extended multimedia purposes or not. tongue sticking out smiley

Since I don't provide NoSSE build of basilisk, the bundled ffvpx can be extended.

But since Goanna 3 doesn't use ffvpx (it uses LAV DLLs), they're effectively same thing anyways.

Options: ReplyQuote
Pages: PreviousFirst...1819202122232425262728...LastNext
Current Page: 23 of 33


K-Meleon forum is powered by Phorum.