Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create your own custom browser [closed]

I want to shape my own browser or at least modify a existing one so far that it meets my needs.

I want a fast browser (starting and running, not necessarily faster rendering) without any stuff I don't use and simple productive navigation (like Firefox + Vimperator + Tree Style Tab), only much more integrated into each other and a different GUI.

I was thinking about just looking into the current two top browsers chrome and firefox (open-source wise) and branch my own smaller version out of it.

By just using WebKit or Gecko I will have to implement all the Connection-stuff, too, but I really am not interested in doing that.

So my questions are:

  1. Does it make sense to start off with a current browser and strip off certain features and the frontend and replace it with my own code?

  2. Chrome or Firefox? Which one is less complex? I don't care much about Plugins and Extensions, so they aren't they pretty much even in features otherwise?

Thanks for your answers

p.s.: It's a just-for-fun at-home project, so please no "just use the browsers..."-stuff...

like image 659
ShoX Avatar asked May 30 '10 00:05

ShoX


People also ask

Can I build my own browser?

Creating web browsers is not always necessary to benefit from custom settings. Many pre-designed Internet browsers such as Firefox and Google Chrome allow you to customize the appearance and features of the browser by using different backgrounds, add-ons, and apps.

Which is the lightest web browser?

What is the Most Lightweight Web Browser? Pale Moon. For the sake of this list, Pale Moon is most likely going to be the most lightweight. Rare though they may be, some issues can arise in some of the other browsers that might cause them to require more resources than Pale moon.

How do I customize my browser?

Pick a Scheme on the New Tab PageOpen the New Tab page. Select Customize Chrome or the Customize This Page (pencil) icon. Pick Color and Theme. Choose a color scheme and select Done.


3 Answers

The best point would be looking at the webkit project: http://webkit.org/.

This is basically the skeleton for a browser or a framework to create a new browser.

Safari and konqueror were build using the webkit framework.

like image 194
streetparade Avatar answered Oct 04 '22 19:10

streetparade


K-Meleon is an open source webbrowser that you're free to do as you like with. it's light weight and very easy to work with. I was looking at doing the same as you but decided on making my own in vb.

http://kmeleon.sourceforge.net/

like image 31
warlock72 Avatar answered Oct 04 '22 20:10

warlock72


SeaMonkey is a very fast browser

http://www.seamonkey-project.org

like image 34
Anonymous Avatar answered Oct 04 '22 20:10

Anonymous