Subscribe to our RSS news feed
AAPL 199.94 (-1.25)

2 Pages V   1 2 >  
Reply to this topic Start new topic
What is WebKit win32
Group Icon
  • Group: X Lab Developers
  • Posts: 23
  • Joined: 23-July 06
  • From: Rockford, IL
  • Member No.: 47,710
WebKit win32 is a new browser for MS Windows. In Apple's WebKit SVN, there's preliminary work done to make it work on Windows. While WebKit compiles on Win32, it's not fully complete, and no browser exists yet.

That's where I come in. I have started work on a browser using the WebKit libraries. Written in MFC/C++, it will feature:

*MDI style windows but with tabs for windows (Think mIRC/Crimson Editor)
*Password Manger
*Private Browsing
*Download Manager
*Popup Blocker
*User Agent Switcher
*IE tabs, for those sites that require IE (but won't work with UserAgent Switcher)
*Custom list of sites to open in an IE tab automatically
*Bookmark menu, with access to IE favorites, and Firefox Importer.
*Bookmark bar
*Pack up and Go, packs up all browser binaries, libraries, etc config, bookmarks and puts it all on a USB key (think Portable Firefox)
*Search box beside location bar (with ability to add custom search engines)

That's a basic list so far, this was ment to be just to test out the libs, but I have made this into a full featured project.

I will post preliminary basic screenshots soon.

If anyone has any ideas, please make a new thread. If anyone has anything they'd wish to contrubute to this project, please PM me. I will have a site up soon (thanks to sHARD>>) at the domain www.getwebkit.org.

Any questions, feel free to ask!
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: Retired
  • Posts: 4,154
  • Joined: 29-January 06
  • From: KFC
  • Member No.: 21,986
So is this like Safari for Windows? It would be awesome if you could post some pics. smile.gif
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 162
  • Joined: 10-April 06
  • Member No.: 33,622
This seems like a pretty good project. I think Konqueror already starts in Win32, but it requires all of KDE deps, so it's way slow.
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: X Lab Developers
  • Posts: 23
  • Joined: 23-July 06
  • From: Rockford, IL
  • Member No.: 47,710


Doesn't Konqi also want Cygwin? All this requires is iconv, libxml, zlib, icu, xslt, webkit dll, and MFC.
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 79
  • Joined: 8-April 06
  • Member No.: 33,219
If you can make it look and work like Safari I'll love you big time tongue.gif

Would be nice to test a WebKit browser on Windows anyway.
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: X Lab Developers
  • Posts: 23
  • Joined: 23-July 06
  • From: Rockford, IL
  • Member No.: 47,710
I'm not out to make it look *EXACTLY* like Safari, IE: it's layout and brushed metal, but it will function like safari.

Another feature to be added down the road, RSS live bookmarks/page like Safari has.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 46
  • Joined: 15-July 06
  • Member No.: 46,808
I'd like to introduce myself smile.gif I'm Adam, and I'll be helping out with the design of the program. I'll be working on some layout/theme mockups in the next few weeks. If anyone has any suggestions as to that aspect of the project, I'd love to hear from you.
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: Administrator
  • Posts: 3,708
  • Joined: 5-July 05
  • From: Chicago
  • Member No.: 4
One of my biggest beefs with web browsers these days, including safari, is the steps you have to go to for adblocking. Firefox is easy, as is Camino, but I'd love it if you would build it into WebKit and let it accept the filterset.G.

It would really set your browser apart. smile.gif
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: Retired
  • Posts: 976
  • Joined: 5-July 05
  • Member No.: 82
A quick and dirty website is now up, for those interested. However the code isn't in the repository...quite yet.
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: Retired
  • Posts: 4,154
  • Joined: 29-January 06
  • From: KFC
  • Member No.: 21,986
Is it just me, or will it not let me download the latest Alpha?
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: X Lab Developers
  • Posts: 23
  • Joined: 23-July 06
  • From: Rockford, IL
  • Member No.: 47,710
I haven't released anything yet tongue.gif


My plans are, I have a server box here, currently on a T1 but going to be moved to a Colo (10mbps) soon.  Windows server based, it will pull out svn sources every day at 2am and compile it, and hopefully webkit sources as well.  Server specs as follows:

AMD Athlon 64 3000+ 1.8ghz
1gb RAM
80gb HDD
Windows Server 2003
Visual Studio 2005 compilier to be scripted.

Also, I noticed a few delegates haven't been ported over in WebKit SVN, I might take a stab at porting those aswell.

ADD: i'll have sources/binary by saturday.
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: Retired
  • Posts: 976
  • Joined: 5-July 05
  • Member No.: 82
QUOTE (WebKitMaster @ Jul 25 2006, 11:53 PM) *
I haven't released anything yet tongue.gif
My plans are, I have a server box here, currently on a T1 but going to be moved to a Colo (10mbps) soon.  Windows server based, it will pull out svn sources every day at 2am and compile it, and hopefully webkit sources as well.  Server specs as follows:

AMD Athlon 64 3000+ 1.8ghz
1gb RAM
80gb HDD
Windows Server 2003
Visual Studio 2005 compilier to be scripted.

Also, I noticed a few delegates haven't been ported over in WebKit SVN, I might take a stab at porting those aswell.

ADD: i'll have sources/binary by saturday.


We'll also be mirroring these compiles automatically on the main server, hosted here through the X Labs.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 1
  • Joined: 7-August 06
  • Member No.: 49,530
I really like the idea of a safari-port to windows, so keep up the good work!
PM Profile Card
Go to the top of the page
+ Quote Post
******
  • Group: Members
  • Posts: 496
  • Joined: 16-April 06
  • From: NYC
  • Member No.: 34,649
Actually. so WebKit is not made for OSX (or not meant) but is meant for Windows?
PM Profile Card
Go to the top of the page
+ Quote Post
Group Icon
  • Group: Retired
  • Posts: 4,154
  • Joined: 29-January 06
  • From: KFC
  • Member No.: 21,986
QUOTE (RobNyc @ Aug 22 2006, 01:14 AM) *
Actually. so WebKit is not made for OSX (or not meant) but is meant for Windows?


No, WebKit is made for OS X and is being ported to Windows.
PM Profile Card
Go to the top of the page
+ Quote Post
******
  • Group: Members
  • Posts: 496
  • Joined: 16-April 06
  • From: NYC
  • Member No.: 34,649
QUOTE (colonels @ Aug 22 2006, 01:43 AM) *
No, WebKit is made for OS X and is being ported to Windows.


ah.
So what is the difference with Safari & WebKit ?
I can't remember who told me about WebKit on irc but I'm guessing it was you.

I noticed Safari saves all my password, usernames. But WebKit is that normal?
PM Profile Card
Go to the top of the page
+ Quote Post
****
  • Group: Members
  • Posts: 176
  • Joined: 12-July 05
  • Member No.: 370
WebKit is the core rendering engine, Safari puts it into a usable application.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 21
  • Joined: 15-August 06
  • From: Porto Alegre, RS, Brasil
  • Member No.: 50,973
WebKit is just a NextStep (cocoa) Inplemation of KHTML and KJS if you want it on win32 you may use KHTML and KJS with Konqueror on Cygwin using qtwin interface
PM Profile Card
Go to the top of the page
+ Quote Post
******
  • Group: Members
  • Posts: 496
  • Joined: 16-April 06
  • From: NYC
  • Member No.: 34,649
I like WebKit so far. but all my saved password are not working .. its blank
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 6
  • Joined: 3-August 06
  • From: Southwest US
  • Member No.: 49,058
Any recent news?

I noticed that www.getswift.com is down...I'm willing to host files/contribute if need be to at least get .1 back up and available. This project is *really* useful for testing safari compat from Windows OSes.
PM Profile Card
Go to the top of the page
+ Quote Post
2 Pages V   1 2 >
Reply to this topic Start new topic

1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

RSS Lo-Fi Version Time is now: 21st November 2009 - 02:43 AM