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
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 /
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
>
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,
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
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
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
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::
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
_
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.
--
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
11 matches
Mail list logo