Ryosuke Niwa | 1 Sep 2011 03:41
Favicon
Gravatar

Re: Top Crasher: Shadow DOM and Editing Collide Again

FYI, I have a patch up for review on https://bugs.webkit.org/show_bug.cgi?id=66241. This patch changes the way text nodes inside the shadow DOM of input and textarea elements are created and updated.


- Ryosuke

On Tue, Aug 30, 2011 at 11:08 PM, Ryosuke Niwa <rniwa <at> webkit.org> wrote:
After reading Dimitri's analysis and talking to him on IRC, I'm convinced that we don't have to call setInnerTextValue in updateFromElement.  I've uploaded a work-in-progress patch to the bug 66241 that realizes this idea.

- Ryosuke


On Mon, Aug 29, 2011 at 2:34 PM, Ryosuke Niwa <rniwa <at> webkit.org> wrote:
On Mon, Aug 29, 2011 at 1:46 PM, Dimitri Glazkov <dglazkov <at> chromium.org> wrote:
I just realized what's going on here. The lifetime of the shadow DOM
_used_ to be tied to the HTMLTextAreaElement's RenderObjects. Kent-san
changed that and now the shadow DOM's lifecycle matches that of the
rest of the DOM.

Yes!
 
However, the update cycle still assumes that the
shadow DOM lives on the RenderObjects, and does this really freaky
thing with shuttling updated value via an extra style recalc (see
http://codesearch.google.com/codesearch#OAMlx_jo-ck/src/third_party/WebKit/Source/WebCore/html/HTMLTextAreaElement.cpp&l=349).
We should just fix that and move updating code out of
updateFromElement.

Right.  I think making updateFromElement not call setInnerTextValue will fix this bug for good.

- Ryosuke



_______________________________________________
webkit-dev mailing list
webkit-dev <at> lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
prince goyal | 1 Sep 2011 10:56
Picon

Re: Thread Model in WebKit2

Hi Everyone,
 
I want to know regrading the webkit GTK port, Is there any plan or patch available for shared thread model?
Thanks,
Prince Goyal

 
On Mon, Aug 29, 2011 at 11:48 PM, Darin Adler <darin <at> apple.com> wrote:
On Aug 29, 2011, at 12:45 AM, prince goyal wrote:

> Does community is having any plan for thread model or is any patch available for thread model?

Early in the development of WebKit2 the thread model was working on Mac OS X and Windows.

Those of us at Apple stopped maintaining and using the threaded model because we couldn’t use it on Mac OS X. We need to have WebKit1 and WebKit2 coexist there and the same copy of WebCore didn’t work in a single process as both WebKit1’s WebCore and WebKit2’s WebCore. WebKit2 makes use of WebKit1 on Mac OS X at this time, as does the Safari application, so a mode where WebKit2 worked but WebKit1 did not was not valuable to us.

We at Apple might decide to make use of it again in the future if and when we have resolve those issues for ourselves and once again have contexts where we are using WebKit2 only. But that’s unlikely to happen any time soon.

   -- Darin




--
_______________________________________________
webkit-dev mailing list
webkit-dev <at> lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
Moumita Banerjee | 1 Sep 2011 20:16
Picon

not able to access internal sites through winLauncher

Hi,

My winLuncher can not access the internal sites of my office . Through winluncher I can access google,gmail but I am not not able to access any internal sites of my office.

Is this a proxy related issue? If so please help me solve this problem.

Note: I am using cairo build of the webkit.

Thanks,

Moumita

_______________________________________________
webkit-dev mailing list
webkit-dev <at> lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
Won J Jeon | 1 Sep 2011 23:48
Picon

WebGL not running on Mac

Hi all,


I downloaded the source code and build the updated WebKit by using 'Tools/Scripts/build-webkit' script on Mac.
Following the instruction on enabling WebGL on Mac:
defaults write com.apple.Safari WebKitWebGLEnabled -bool YES

However, WebGL still doesn't work correctly. Whenever I retrieve WebGL pages, it says:
"It doesn't appear your computer can support WebGL".

WebGL is used to work with Safari but I'm not sure what causes this issue. BTW, my execution environments are:
OS: OS X 10.6.8
WebKit: r94324
Safari: 5.1 (6534.50, 535+)

Regards,
Won

_______________________________________________
webkit-dev mailing list
webkit-dev <at> lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
Ra Kyounga | 3 Sep 2011 01:53
Picon

Re: WebGL not running on Mac

You can set  "Enable WebGL" in "Develop" menu. 

If you cannot see "Develop" menu in menu bar
Check 
"SafarI" menu >> Preference >> Advanced >> enable "Show Develop menu in menu bar"

Kyounga,

On 2011. 9. 2., at 오전 6:48, Won J Jeon wrote:

> Hi all,
> 
> I downloaded the source code and build the updated WebKit by using 'Tools/Scripts/build-webkit' script
on Mac.
> Following the instruction on enabling WebGL on Mac:
> defaults write com.apple.Safari WebKitWebGLEnabled -bool YES
> 
> However, WebGL still doesn't work correctly. Whenever I retrieve WebGL pages, it says:
> "It doesn't appear your computer can support WebGL".
> 
> WebGL is used to work with Safari but I'm not sure what causes this issue. BTW, my execution environments are:
> OS: OS X 10.6.8
> WebKit: r94324
> Safari: 5.1 (6534.50, 535+)
> 
> Regards,
> Won
> 
> _______________________________________________
> webkit-dev mailing list
> webkit-dev <at> lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

_______________________________________________
webkit-dev mailing list
webkit-dev <at> lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
Sireesha Janakiraman | 5 Sep 2011 08:08
Picon

NEW XML Parser

Hello all,

I am newbie to webkit. I am trying to use new xml parser for one of use case.

I see ENABLE(NEW_XML) check to get the new functionality , but it is not defined in configure script. Is there a way I can use new_xml parser in webkit.


Regards,
Siree
_______________________________________________
webkit-dev mailing list
webkit-dev <at> lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
Patrick Gansterer | 5 Sep 2011 08:23
Gravatar

Re: NEW XML Parser

The new XML parser isn't finished yet (see webkit.org/b/64396).
An ENABLE_NEW_XML=1 preprocessor definition should work, but you need to hack this into your build system on your own at the moment. Some build system don't contain the required source file, so there might be more work needed.
So I'm not sure if you really want to do this in the current state.

- Patrick 

Am 05.09.2011 um 08:08 schrieb Sireesha Janakiraman:

Hello all,

I am newbie to webkit. I am trying to use new xml parser for one of use case.

I see ENABLE(NEW_XML) check to get the new functionality , but it is not defined in configure script. Is there a way I can use new_xml parser in webkit.


Regards,
Siree
_______________________________________________
webkit-dev mailing list
webkit-dev <at> lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

_______________________________________________
webkit-dev mailing list
webkit-dev <at> lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
Lucas De Marchi | 5 Sep 2011 18:28

Re: NEW XML Parser

On Mon, Sep 5, 2011 at 3:08 AM, Sireesha Janakiraman
<sireesha.jana <at> gmail.com> wrote:
> Hello all,
> I am newbie to webkit. I am trying to use new xml parser for one of use
> case.
> I see ENABLE(NEW_XML) check to get the new functionality , but it is not
> defined in configure script. Is there a way I can use new_xml parser in
> webkit.

What port of webkit are you using?

regards,
Lucas De Marchi
Adam Barth | 5 Sep 2011 18:46
Favicon

Re: NEW XML Parser

The new XML parser isn't really done.  You're probably better off
using the libxml2 version until the new XML parser is more mature.

Adam

On Sun, Sep 4, 2011 at 11:08 PM, Sireesha Janakiraman
<sireesha.jana <at> gmail.com> wrote:
> Hello all,
> I am newbie to webkit. I am trying to use new xml parser for one of use
> case.
> I see ENABLE(NEW_XML) check to get the new functionality , but it is not
> defined in configure script. Is there a way I can use new_xml parser in
> webkit.
>
> Regards,
> Siree
> _______________________________________________
> webkit-dev mailing list
> webkit-dev <at> lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
>
Antaryami Pandia | 6 Sep 2011 11:40

Implementing HTML5 menu element

Hi,
We are intending to implement the HTML5 <menu> tag.

The related specs can be found at:-
       - http://www.whatwg.org/specs/web-apps/current-work/#the-menu-element
       - http://dev.w3.org/html5/spec/interactive-elements.html#the-menu-element .

A bug for the purpose is already logged at webkit bugzilla (https://bugs.webkit.org/show_bug.cgi?id=58454).

Currently webkit does have a support for menu tag (not html5) with below interface:-

    interface HTMLMenuElement : HTMLElement {
        attribute [Reflect] boolean compact;
    };

Where as the proposed new implementation will have the interface as:-
   
    interface HTMLMenuElement : HTMLElement {
           attribute DOMString type;
           attribute DOMString label;
   };

So my question is should we also support the earlier menu tag implementation?

Regards,
-Antaryami





_______________________________________________
webkit-dev mailing list
webkit-dev <at> lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Gmane