Will MS adopt WebKit?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • RobG

    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
  • Thomas 'PointedEars' Lahn

    #2
    Re: Will MS adopt WebKit?

    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

    Comment

    • Joost Diepenmaat

      #3
      Re: Will MS adopt WebKit?

      Thomas 'PointedEars' Lahn <PointedEars@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/

      Comment

      • Thomas 'PointedEars' Lahn

        #4
        Re: Will MS adopt WebKit?

        Joost Diepenmaat wrote:
        Thomas 'PointedEars' Lahn <PointedEars@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

        Comment

        Working...