473,666 Members | 2,093 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Will MS adopt WebKit?

According to AppleInsider, Steve Ballmer is not averse to the idea:

'Addressing a developer conference in Sydney Australia, Microsoft
CEO Steve Ballmer said the idea of using WebKit as the rendering
engine within its web browser was "interestin g" and added "we may
look at that."'

<URL: http://www.appleinsider.com/articles...within_ie.html
>

--
Rob
Nov 10 '08 #1
3 1675
RobG wrote:
According to AppleInsider, Steve Ballmer is not averse to the idea:

'Addressing a developer conference in Sydney Australia, Microsoft
CEO Steve Ballmer said the idea of using WebKit as the rendering
engine within its web browser was "interestin g" and added "we may
look at that."'

<URL: http://www.appleinsider.com/articles...within_ie.html
In a way I hope they wouldn't. There are enough different DOMs to consider
already; I don't think we really need MS WebKit to make our lives even more
interesting. Besides, Apple WebKit is distributed as GPL-compatible Open
Source (LGPL and BSDL); AFAIK that would be the first time Microsoft used
such code in one if its products.
PointedEars
--
realism: HTML 4.01 Strict
evangelism: XHTML 1.0 Strict
madness: XHTML 1.1 as application/xhtml+xml
-- Bjoern Hoehrmann
Nov 10 '08 #2
Thomas 'PointedEars' Lahn <Po*********@we b.dewrites:
RobG wrote:
>According to AppleInsider, Steve Ballmer is not averse to the idea:

'Addressing a developer conference in Sydney Australia, Microsoft
CEO Steve Ballmer said the idea of using WebKit as the rendering
engine within its web browser was "interestin g" and added "we may
look at that."'

<URL: http://www.appleinsider.com/articles...within_ie.html

In a way I hope they wouldn't. There are enough different DOMs to consider
already; I don't think we really need MS WebKit to make our lives even more
interesting. Besides, Apple WebKit is distributed as GPL-compatible Open
Source (LGPL and BSDL); AFAIK that would be the first time Microsoft used
such code in one if its products.
MS uses at least some BSD-licenced code in their products, and has done
for quite a while - most famously, windows includes parts of the BSD
networking code.

For some insights: http://kerneltrap.org/OpenBSD/The_BSD_License

--
Joost Diepenmaat | blog: http://joost.zeekat.nl/ | work: http://zeekat.nl/
Nov 10 '08 #3
Joost Diepenmaat wrote:
Thomas 'PointedEars' Lahn <Po*********@we b.dewrites:
>RobG wrote:
>>According to AppleInsider, Steve Ballmer is not averse to the idea:

'Addressing a developer conference in Sydney Australia, Microsoft
CEO Steve Ballmer said the idea of using WebKit as the rendering
engine within its web browser was "interestin g" and added "we may
look at that."'

<URL: http://www.appleinsider.com/articles...within_ie.html
In a way I hope they wouldn't. There are enough different DOMs to consider
already; I don't think we really need MS WebKit to make our lives even more
interesting. Besides, Apple WebKit is distributed as GPL-compatible Open
Source (LGPL and BSDL); AFAIK that would be the first time Microsoft used
such code in one if its products.

MS uses at least some BSD-licenced code in their products, and has done
for quite a while - most famously, windows includes parts of the BSD
networking code.
So, given the history of Windows, I presume that would be licensed under the
original, 4-clause GPL-incompatible version of the BSDL, and certainly not
under the (L)GPL. I don't think that it is possible to implement WebKit
partially, so this would indeed be the first time MS used free software in
one of its products. Unless, of course, we end up with MS WebKit where the
free parts are rewritten as Closed Source.
PointedEars
--
var bugRiddenCrashP ronePieceOfJunk = (
navigator.userA gent.indexOf('M SIE 5') != -1
&& navigator.userA gent.indexOf('M ac') != -1
) // Plone, register_functi on.js:16
Nov 11 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2217
by: timothytoe | last post by:
I saw mention of Drosera (the Webkit debugger) being dropped into nightly builds of Webkit. I'm always looking for a way to debug on different browsers, so I grabbed the nightly. What a disappointment. Not even a "getting started" or a "readme." I click on run-nightly-webkit.cmd. Safari is launched and from I can tell it's the Safari I had already installed. That doesn't seem right. How am I supposed to know if the nightly is running?
10
6064
by: Jorge | last post by:
Run the benchmarks at http://www2.webkit.org/perf/sunspider-0.9/sunspider.html and http://code.google.com/apis/v8/run.html And see : V8 is between 8.5...13.8 times faster ! -- Jorge.
1
1404
by: 000baaa000 | last post by:
http://nightly.webkit.org/
2
3791
by: Chris Riesbeck | last post by:
In Firefox, IE and Opera, with a select menu with size 1, typing a few characters in the menu selects an item and triggers the onchange event. In the Webkit-based Safari and Google Chrome, the item appears to be selected (visually and selectedIndex is set) but the onchange is not triggered. The W3C says "The onchange event occurs when a control loses the input focus and its value has been modified since gaining focus."
1
3633
by: Mital | last post by:
I want to create a webkit/c++ custom application to run javascript on top of it. can anyone help me out. I am finding difficulties as in i dont know how to include webkit.dll in my sample c++ application. I work on windows. can anyone give me a small example how to integrate webkit in my application. Thank you in advance.
0
1284
by: Mital | last post by:
Does anybody have created a webkit application using c++. I need to create one. I am not able to find how can I include webkit.dll in my application.
4
7154
by: Aaron Gray | last post by:
The following input checkbox onclick via DOM is not working on IE7, FF, or WebKit, but is working on Opera for some strange reason. http://www.aarongray.org/Test/JavaScript/checkbox.html Here's the code :- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html>
0
8444
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8869
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8781
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8551
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7386
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6198
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4198
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
2011
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1775
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.