Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sailfishos/sailfish-browser
Sailfish Browser
https://github.com/sailfishos/sailfish-browser
Last synced: about 1 month ago
JSON representation
Sailfish Browser
- Host: GitHub
- URL: https://github.com/sailfishos/sailfish-browser
- Owner: sailfishos
- License: mpl-2.0
- Created: 2014-02-11T08:11:37.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T06:53:56.000Z (about 2 months ago)
- Last Synced: 2024-10-25T02:11:23.406Z (about 2 months ago)
- Language: C++
- Homepage: https://github.com/sailfishos/sailfish-browser/wiki/Sailfish-Browser-wiki
- Size: 5.93 MB
- Stars: 308
- Watchers: 49
- Forks: 87
- Open Issues: 141
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred - sailfish-browser - Sailfish Browser (C++)
README
sailfish-browser
================
Sailfish Browser is web browser for Sailfish OS and is shipping with Sailfish OS devices. Sailfish Browser uses Sailfish Silica Qt components for the browser chrome and gecko engine with embedlite Qt5 binding.
More information about the architecture can be found from https://web.archive.org/web/20180830103541/http://blog.idempotent.info/posts/whats-behind-sailfish-browser.html . Feel free to ask questions on Forum from Maintainers.Maintainers
-----------
- Raine Mäkeläinen (rainemak)
- David Llewellyn-Jones (llewelld)Engine and adaptation
---------------------
- Sailfish WebView - https://github.com/sailfishos/sailfish-components-webview
- QtMozEmbed - Qt bindings - https://github.com/sailfishos/qtmozembed
- Embedlite components - https://github.com/sailfishos/embedlite-components
- Gecko browser engine with embedlite API - https://github.com/sailfishos/gecko-devTools
-----
All tools are located in source tree under [tools](https://github.com/sailfishos/sailfish-browser/tree/master/tools).#### [memory-dump-reader](https://github.com/sailfishos/sailfish-browser/tree/master/tools/memory-dump-reader)
Memory dump reader is a simple desktop utility for dumping and collecting memory information of the Sailfish Browser.
Current version of the memory-dump-reader is a work-in-progress version.##### Compilation
- Change directory to the tools/memory-dump-reader
- \/qmake
- make##### Reading and collecting
Once memory-dump-reader is compiled, run it like: ```dumpMemoryInfo /tmp/fileName.gz ip-of-the-device```.
The script dumps remotely memory information of the browser and copies the dump to the desktop.
The ```dumpMemoryInfo``` script works best when you have added your public ssh key as an authorized key of the device.License
-------
The browser is open source and licensed under Mozilla Public License v2.0 (http://www.mozilla.org/MPL/2.0/).Wiki
----
For more information see wiki: https://github.com/sailfishos/sailfish-browser/wiki/Sailfish-Browser-wiki