Re: [webkit-dev] JavaScriptCore export symbols

2010-05-31 Thread Kenneth Christiansen
Hi there, Yes, the patch got bit rotten a few times and due to our release of Qt 4.6 we ended up abandoned it. We are still interested in it though, other things just came up with higher priority. Cheers, Kenneth On Mon, May 31, 2010 at 9:17 PM, Kevin Ollivier wrote: > Hi Kenneth, > > On May 3

Re: [webkit-dev] JavaScriptCore export symbols

2010-05-31 Thread Lucas De Marchi
On Mon, May 31, 2010 at 3:03 PM, Kevin Ollivier wrote: > Hi all, > > I'm trying to switch over to building JavaScriptCore as a shared library for > the wx port, but one issue I'm hitting is the issue of export symbols. I was > wondering how other ports handle this? I know Apple / Win and Apple /

Re: [webkit-dev] JavaScriptCore export symbols

2010-05-31 Thread Kevin Ollivier
Hi Kenneth, On May 31, 2010, at 11:09 AM, Kenneth Christiansen wrote: > Hi Kevin, > > They export privately using some files listing the symbols to be > exported (mac supports that as so does visual studio, I believe). We > cannot do this for Qt, so if you search bugzilla you will find that we >

Re: [webkit-dev] JavaScriptCore export symbols

2010-05-31 Thread Osztrogonac Csaba
Hi, Kenneth surely thought about this bug: https://bugs.webkit.org/show_bug.cgi?id=27551 br, Ossy Kenneth Christiansen wrote: Hi Kevin, They export privately using some files listing the symbols to be exported (mac supports that as so does visual studio, I believe). We cannot do this for Qt,

Re: [webkit-dev] JavaScriptCore export symbols

2010-05-31 Thread Kenneth Christiansen
Hi Kevin, They export privately using some files listing the symbols to be exported (mac supports that as so does visual studio, I believe). We cannot do this for Qt, so if you search bugzilla you will find that we have some old patches adding export declarations to the classes being exported (or

[webkit-dev] JavaScriptCore export symbols

2010-05-31 Thread Kevin Ollivier
Hi all, I'm trying to switch over to building JavaScriptCore as a shared library for the wx port, but one issue I'm hitting is the issue of export symbols. I was wondering how other ports handle this? I know Apple / Win and Apple / Mac have export symbol files, but I'd like to avoid manually cr

Re: [webkit-dev] Disabling the scrollbars

2010-05-31 Thread Eric Seidel
This is a question for webkit-help, not webkit-dev, please move the discussion there. However, you can disable scrollbars on any frame using some CSS: html { overflow: none; } or similar. On Mon, May 31, 2010 at 8:46 AM, Aram Hăvărneanu wrote: > On Mon, May 31, 2010 at 6:00 PM, Aram Hăvărneanu

Re: [webkit-dev] Disabling the scrollbars

2010-05-31 Thread Aram Hăvărneanu
On Mon, May 31, 2010 at 6:00 PM, Aram Hăvărneanu wrote: > On Mon, May 31, 2010 at 5:06 PM, Aram Hăvărneanu wrote: >> I'd like to disable the scrollbar > > To answer my own question, I need to call HRESULT > WebFrame::setAllowsScrolling(BOOL flag). To get an IWebFrame > interface, I call WebView::

Re: [webkit-dev] Disabling the scrollbars

2010-05-31 Thread Aram Hăvărneanu
On Mon, May 31, 2010 at 5:06 PM, Aram Hăvărneanu wrote: > I'd like to disable the scrollbar To answer my own question, I need to call HRESULT WebFrame::setAllowsScrolling(BOOL flag). To get an IWebFrame interface, I call WebView::mainFrame(). -- Aram Hăvărneanu _

[webkit-dev] Disabling the scrollbars

2010-05-31 Thread Aram Hăvărneanu
Hello, I'm embedding WebKit in a Windows application. It works fine. However, I'd like to disable the scrollbar that appears when the `data' is bigger then a client area (just as WebKit on the iPhone does). Is there a way to disable the scrollbar, or detect when a scrollbar is needed? Thanks. --

Re: [webkit-dev] On adding 'console.memory' API (and about the whole 'console' object.)

2010-05-31 Thread Mikhail Naganov
On Sun, May 30, 2010 at 04:02, Sam Weinig wrote: > In general, hassle should not be used as a rationale for API design :). Yeah, you are right. Sloth can't serve as a justification. >  Another question ,if the browser has multiple heaps, should it report the > combined memory use by all the heap