Re: [webkit-dev] Lets use PassRefPtr for arguments less; lets use RefPtr for locals and data members more

2011-06-21 Thread Alexey Proskuryakov
20.06.2011, в 21:55, David Levin написал(а): PassRefPtr is useful even if the function doesn't take any kind of ownership. It's useful when callers want to get rid of ownership, and then they can do that efficiently. I don't understand this. How it is more efficient to pass ownership if

[webkit-dev] Making Webkit - CSSGrammar.h

2011-06-21 Thread Tom Smith
Hello, I'm trying to build Webkit on Ubuntu, but I get this error when I try to make it: WebCore/css/CSSParser.cpp:4152: fatal error: CSSGrammar.h: No such file or directory compilation terminated. make[1]: *** [WebCore/css/libWebCore_la-CSSParser.lo] Error 1 make[1]: Leaving directory

Re: [webkit-dev] Making Webkit - CSSGrammar.h

2011-06-21 Thread İsmail Dönmez
Hi; On Tue, Jun 21, 2011 at 3:44 PM, Tom Smith penguin.lin...@gmail.com wrote: Hello, I'm trying to build Webkit on Ubuntu, but I get this error when I try to make it: WebCore/css/CSSParser.cpp:4152: fatal error: CSSGrammar.h: No such file or directory compilation terminated. make[1]:

[webkit-dev] MathML Anonymous Block Conundrum

2011-06-21 Thread Alex Milowski
I've run into a conundrum with anonymous blocks yet again. I was helping track down a crash relating to DOM manipulation. While I fixed that particular case by just marking all the instances as anonymous blocks, this solution doesn't work in general. In many places in the MathML rendering code

[webkit-dev] Making Webkit - PluginViewGtk.cpp error

2011-06-21 Thread Tom Smith
Hello, I'm trying to install Webkit on Ubuntu, but I get the following error: WebCore/plugins/gtk/PluginViewGtk.cpp: In member function ‘void WebCore::PluginView::init()’: WebCore/plugins/gtk/PluginViewGtk.cpp:552: error: ‘NPSetWindowCallbackStruct’ was not declared in this scope

Re: [webkit-dev] Making Webkit - PluginViewGtk.cpp error

2011-06-21 Thread Ariya Hidayat
You post too many build errors lately. Care to tell us what exactly did you run? How did you invoke the 'build-webkit' script? -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] Making Webkit - PluginViewGtk.cpp error

2011-06-21 Thread Tom Smith
Hello, I used the command: ./autogen.sh --prefix=${BUILD_DEST} to setup and configure webkit, which compiled fine. But I get errors when I try to make it. I'm running Ubuntu 10.10 with WebKit-r36247. Best regards, Tom On Tue, Jun 21, 2011 at 12:32 PM, Ariya Hidayat ariya.hida...@gmail.comwrote:

Re: [webkit-dev] DumpRenderTree for the EFL port :)

2011-06-21 Thread Raphael Kubo da Costa
Leandro Pereira lean...@profusion.mobi writes: At last, the EFL port of WebKit got a DumpRenderTree implementation! We're still working on ironing out a lot of bugs found by some of the LayoutTests, but the DRT (and ImageDiff) code has been submitted to Bugzilla. It would be awesome if anyone

[webkit-dev] Accessibility Object Searching

2011-06-21 Thread Samuel White
Hey everybody, I'm new to the list and thought it would be a good idea to get some feedback on an accessibility feature before filing a bug or submitting anything. Currently, no functionality exists in WebKit to search through AccessibilityObjects using basic search criteria like next link or

Re: [webkit-dev] Accessibility Object Searching

2011-06-21 Thread Charles Pritchard
On Jun 21, 2011, at 4:30 PM, Samuel White samuel_wh...@apple.com wrote: Hey everybody, I'm new to the list and thought it would be a good idea to get some feedback on an accessibility feature before filing a bug or submitting anything. Currently, no functionality exists in WebKit to

Re: [webkit-dev] Accessibility Object Searching

2011-06-21 Thread Chris Fleizach
Searching for elements on a webpage is one of the important functions for a screen reader, so this has the potential for vastly improving screen reader access on the web. What's nice about this approach is that it will allow other platforms to also take advantage. It should significantly

Re: [webkit-dev] Accessibility Object Searching

2011-06-21 Thread Chris Fleizach
On Jun 21, 2011, at 5:45 PM, Charles Pritchard wrote: On Jun 21, 2011, at 4:30 PM, Samuel White samuel_wh...@apple.com wrote: Hey everybody, I'm new to the list and thought it would be a good idea to get some feedback on an accessibility feature before filing a bug or submitting

Re: [webkit-dev] Spellcheck API for WebKit

2011-06-21 Thread Simon Fraser
On May 31, 2011, at 3:38 AM, Hironori Bono (坊野 博典) wrote: Greetings WebKit developers, These days, we have talked about adding Spellcheck API in the public-webapps ML: http://lists.w3.org/Archives/Public/public-webapps/2011AprJun/0516. This API currently consists of two functions