Coder Social home page Coder Social logo

roytam1 / kmeleon Goto Github PK

View Code? Open in Web Editor NEW
102.0 12.0 15.0 7.04 MB

K-Meleon

Home Page: http://kmeleonbrowser.org/forum/list.php?19

NSIS 0.85% Makefile 0.79% Python 0.35% C++ 48.52% C 3.10% IDL 0.05% JavaScript 33.85% HTML 2.98% CSS 3.15% Java 6.21% Shell 0.13% Batchfile 0.01% BitBake 0.01%
browser gecko goanna k-meleon kmeleon

kmeleon's People

Contributors

kanmuu avatar roytam1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kmeleon's Issues

gmx.de and web.de are not displayed properly

after logged in, you see only the headline in these email portals. body is blank and stays blank even when click to a navigation icon.
checked with K-Meleon 76.4.5
kind regards

Forum: How to recover the password?

Hello @roytam1, I have a problem since several years, I can not connect on the forum and there is not the possibility to recover the password....

Can you publish that there is this problem on the forum?

Thanks in advance.

Few points

Hi!

Thank you for creating KM+Goanna!

Some thoughts about KM-Goanna-20180121:
(please excuse me foк strange English)

  • on the first run I see the question about Adblock, my asnwer Yes, but after this I cann't to see Adblock button and Adblock nor work for me

  • KM have bug with 2 rows tab (when I have many tabs I can switch it to 2 row view) - in one moment not possible to switch off any tab with cross on the such tab, only by double click

  • may be it is good idea that add Windows buttons (minimize, togle window, close window) to default theme? User can swith off in very simple way, but it is not so easy create may be

a file toolbars.cfg

Winbuttons{
minimize{
ID_MINIMIZE_WINDOW
Minimize
windowControls.png[0]
}
maximize{
ID_TOGGLE_WINDOW
Maximize
windowControls.png[1]
}
close{
ID_CLOSE
Close
windowControls.png[2]
}
}

  • please add the Yandex to the search

Thank you again!

Question (not issue)

Hi

Can I work on this project using Visual Studio 6. If so, how do I correctly open the VS6 Project/ Workspace? Its quite confusing for me esp. as I dont want to work with later editions of VS.

Thanks and sincerely,
Arvind.

Nodelist.ForEach is not a function.

The ForEach function is used, in particular, in the wpdiscuz wordpress plugin.
The problem can be solved by adding a line before scripts.
NodeList.prototype.forEach = Array.prototype.forEach;
Is there a way to insert this polyfill into omni.ja?
Or is it possible to incorporate it into the browser in some other way?

Flash Player games dont work on Goanna

Hi, i cant play browser flash-player games on K-Meleon Goanna (ANY version) such as Wartune. Browser just dies or stops working before the game resourses loading.

https://wartune.r2games.com/

Its really sadly because K-Meleon 76 Gecko was one of the fastest browsers with small cpu loading(((

Unhandled exception at module xul.dll: Access violation reading location...

I downloaded KM from latest build fork with Goanna engine. This current version plays youtube videos perfect with HD resolution compared to previous versions. But sometimes the browser crashes with some random websites and it will crash every time I try to watch any video at https://www.censored.tv/
When browser crashes my system debugger reports error in a module xul.dll - Unhandled exception at module xul.dll: Access violation reading location...

If you can point me a symbols file for this build of xul.dll module I can debug for failing source code line.

Used version: KM76.4.4-Goanna-20210724
System environment: Windows XP Professional x64 Edition Version 2003 SP 2

K-MELEON VERSION :
readme.html EN: ( -- )
version.ini: exe=33751108=2.3.0044 => in KM 76.1.1 Goanna? +newer +?
platform-prefs: (--) (Gecko engine?)
platform.ini: MS 3.5.0 => in KM KM-Goanna
platform.ini: BuildID=20210723024210 / v3.5.0
general.useragent.vendor + vendorSub = ( -- )
Macros: injectJS returns OK

Issue

Using the latest version (Build 20180825), if I have kmeleon open on my secondary monitor and I try to full screen youtube, it fullscreens kmeleon onto my primary monitor.

Adblock.dll is not processing "$document" rules correctly.

The $document rule for K-Meleon's adblock.dll doesn't work. If an adblock exception ends in "$document" then the adblocker should ignore all rules on the page. For example on this page:

https://canyoublockit.com/advanced-adblocker-test/web-banners/

I set a single rule in my adblockt.txt:
amazon

Expected result: block Amazon ads
Actual result: block Amazon ads

Then I put an exception for that same rule in adblock.txt:

amazon
@@amazon

Expected result: allow Amazon ads
Actual result: allow Amazon ads

And then I tried to use an exception to allow all everything from that site via adblock.txt

amazon
@@||canyoublockit.com^$document

Expected result: allow Amazon ads
Actual result: block Amazon ads

I can see the code in adblock.dll in adblock.cpp that handles exceptions. It has 2 sections that work to disable it for internal "chrome" pages and to disable it when its pref is set to disabled. There's a third section for the $document rule, the one with TYPE_DOCUMENT. I don't understand the language or the engine enough to trouble shoot the issue further:

	*_retval = nsIContentPolicy::ACCEPT;
	if (!aContext || aContentType == Policy::TYPE_DOCUMENT)
		return NS_OK;
	
	if (IsInWhiteList(aContentLocation))
		return NS_OK;

	if (rules.disabled())
		return NS_OK;

Exception when calling CJSBridge::GetCmdList function

Problem signature:
Problem Event Name: APPCRASH
Application Name: k-meleon.exe
Application Version: 76.3.1.0
Application Timestamp: 5fa5768d
Fault Module Name: macros.dll
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 5f77b3bc
Exception Code: c0000005
Exception Offset: 0001146b

Problem occured in k-meleon\kplugins\macros2\macros.cpp,
function GetCmds, line 796:
if (iter->second.ismacro() && iter->second.md->macroInfo)
and the same in line 803.

second.md is null if an undefined macro call is present somewhere in the .kmm files.
And now we have the one - _Translate_BabelFish_SetDefaults in translate.kmm.

I suggest checking the md field instead of md-> macroInfo, because this is not a problem when there is no macroInfo in the macro. We have many of these macros, and EvalExpr handles this situation correctly. But this is a problem when the macro is not defined. We must skip it on the list.

Built-in Adblocker Kplugin duplicates adblock downloads

When downloading .txt subscriptions to "adblock.txt" in the user profile, the kplugin will download each subscription twice, which increases startup time.

If I set the following preference in about:config

kmeleon.plugins.adblock.subscriptions; https://raw.githubusercontent.com/rjjiii/AdBlock-Locus/main/test1.txt|https://raw.githubusercontent.com/rjjiii/AdBlock-Locus/main/test2.txt

The expected result is:
ONE
TWO

Actual results:
ONE
ONE
TWO
TWO

Log results:
Downloading: https://raw.githubusercontent.com/rjjiii/AdBlock-Locus/main/test1.txt
Download success https://raw.githubusercontent.com/rjjiii/AdBlock-Locus/main/test1.txt
Downloading: https://raw.githubusercontent.com/rjjiii/AdBlock-Locus/main/test2.txt
Download success https://raw.githubusercontent.com/rjjiii/AdBlock-Locus/main/test1.txt
Downloading: https://raw.githubusercontent.com/rjjiii/AdBlock-Locus/main/test2.txt
Download success https://raw.githubusercontent.com/rjjiii/AdBlock-Locus/main/test2.txt
Download success https://raw.githubusercontent.com/rjjiii/AdBlock-Locus/main/test2.txt

The Kplugin will sometimes run correctly for the very first time but this behavior is always present after any change to subscription files. I've tested several popular subscriptions and seen them same thing with every one.

Menu accelerators only work from empty page

Hi,

Using KM76.2-Goanna-20200321.7z

When I first open to an empty page the Alt+F combination works as expected (OnKeyDown)

Thereafter I have to press Alt, wait for the first menu to highlight, then press F - this is unatural and frustrating.

It is the same for all top level menu accelerators.

Any ideas about how to reinstate normal behaviour?

Kind Regards Gavin Holt

IE Favorites - run arbitrary filetypes

Hi

I'm new to kmeleon and was pleased to see it can use my existing favorites\links folder, live not just by importing - many thanks.

Some time ago I discovered that placing any file in my existing favorites\links folder would allow me to run it from the IE favorites bar. This includes all files with an associated filetype (e.g. BAT,LUA), lnk files and shortcuts to local or network files. This serves as a useful launch menu.

Is there an easy way to alter the way kmeleon displays and launches these files to emulate the described functionality?

Kind Regards Gavin Holt

A Question (Not An Issue)

What CPU is target for SSE, SSE2 or above (which can use it with 32bit cpu).

Does it work with old os XPSP3 or need newer only.

Please details on KMeleon main github page so we can read more of what we can use it on.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.