Re: [webkit-gtk] XmlHttprequest? leaking ?

2013-06-12 Thread Marco Peereboom
Nope. Create a GTK tab with a webview and close it and you lost 3MB. I have been working on trying to narrow down where the leaks are. Either in webkit or in the GTK parts. Memory leaks are the bane of webkit gtk at this point. On 06/12/13 03:31, Vellemans, Noel wrote: Hi, Still

Re: [webkit-gtk] Progress about TLS handling in WebKit2

2012-07-05 Thread Marco Peereboom
On Thu, Jul 05, 2012 at 12:23:11PM +0200, Carlos Garcia Campos wrote: After thinking more about it and looking at ephy and other browsers code, I think that we want to support at least two features regarding the TLS handling: - Provide certificate information to apps, so that they can set

Re: [webkit-gtk] Cookies API in WebKit2

2012-03-26 Thread Marco Peereboom
On Mon, Mar 26, 2012 at 11:20:05AM +0200, Sergio Villar Senin wrote: En 26/03/12 10:40, Carlos Garcia Campos escribiu: typedef enum { WEBKIT_COOKIE_STORAGE_TEXT, WEBKIT_COOKIE_STORAGE_SQLITE } WebKitCookieStorage; void webkit_cookie_manager_set_storage (WebKitCookieManager

Re: [webkit-gtk] Changeset 95567 fixes hang

2012-02-06 Thread Marco Peereboom
Awesome! On Mon, Feb 06, 2012 at 05:15:06PM -0800, Martin Robinson wrote: On Mon, Feb 6, 2012 at 5:09 PM, Marco Peereboom sl...@peereboom.us wrote: Can we please get http://trac.webkit.org/changeset/95567/ merged in the 1.6 tree? ??This issue hits everyone who uses twitter; if one clicks

[webkit-gtk] webkit_dom_* api

2011-11-08 Thread Marco Peereboom
I am working on some code on my xxxterm browser and have come to the point that I need to be able to touch the DOM stuff. I don't seem to be able to find any API docs and have been trolling the code instead. I have 2 questions. 1. Are there any docs or is the source + UT the doco? 2. Can someone

Re: [webkit-gtk] webkit_dom_* api

2011-11-08 Thread Marco Peereboom
On Tue, Nov 08, 2011 at 11:30:18AM -0600, Marco Peereboom wrote: I am working on some code on my xxxterm browser and have come to the point that I need to be able to touch the DOM stuff. I don't seem to be able to find any API docs and have been trolling the code instead. I have 2 questions

Re: [webkit-gtk] 1.4.1 - CLOSE_WAIT

2011-07-12 Thread Marco Peereboom
On Fri, Jul 08, 2011 at 02:46:20PM -0500, Marco Peereboom wrote: This seems to be fixable by doing something like this: --- Source/WebCore/platform/graphics/FontFallbackList.cpp.origFri Jul 8 14:05:45 2011 +++ Source/WebCore/platform/graphics/FontFallbackList.cpp Fri Jul 8 14

Re: [webkit-gtk] 1.4.1 - CLOSE_WAIT

2011-06-30 Thread Marco Peereboom
On Wed, Jun 29, 2011 at 06:27:30PM -0500, Marco Peereboom wrote: On Wed, Jun 29, 2011 at 04:23:00PM -0700, Martin Robinson wrote: On Wed, Jun 29, 2011 at 2:43 PM, Marco Peereboom sl...@peereboom.us wrote: This is with the webkit 1.4.1 snapshot with web sockets enabled. ??By default

Re: [webkit-gtk] 1.4.1 - CLOSE_WAIT

2011-06-30 Thread Marco Peereboom
On Thu, Jun 30, 2011 at 09:54:34AM -0500, Marco Peereboom wrote: On Wed, Jun 29, 2011 at 06:27:30PM -0500, Marco Peereboom wrote: On Wed, Jun 29, 2011 at 04:23:00PM -0700, Martin Robinson wrote: On Wed, Jun 29, 2011 at 2:43 PM, Marco Peereboom sl...@peereboom.us wrote

[webkit-gtk] webkit 1.2.7 crashes when visiting a site

2011-03-15 Thread Marco Peereboom
When visiting http://design.canonical.com/2011/03/quit/ webkit 1.2.7 crashes with the following backtrace: #0 0x000210eb25c0 in WebCore::ImageBuffer::context () from /usr/local/lib/libwebkit-1.0.so.2.2 #1 0x000210eb186d in WebCore::drawPathShadow () from

Re: [webkit-gtk] dns prefetching knob

2011-03-09 Thread Marco Peereboom
+1,19 @@ +2011-03-08 Marco Peereboom marco@peereboom.u + +Reviewed no one yet + +Backport code to enable/disable dns prefetching. +DNS prefetching is enabled by default. +https://bugs.webkit.org/show_bug.cgi?id=28825 + +* dom/Document.cpp: +(WebCore

Re: [webkit-gtk] dns prefetching knob

2011-03-09 Thread Marco Peereboom
On Wed, Mar 09, 2011 at 09:33:21AM -0300, Gustavo Noronha Silva wrote: On Wed, 2011-03-09 at 07:16 -0500, Dan Winship wrote: On 03/08/2011 07:07 PM, Marco Peereboom wrote: I created a bug report to add a DNS prefetch knob but I was advised to also send the patch to the mailing list

Re: [webkit-gtk] dns prefetching knob

2011-03-09 Thread Marco Peereboom
On Wed, Mar 09, 2011 at 08:55:37AM -0800, Martin Robinson wrote: On Wed, Mar 9, 2011 at 6:28 AM, Marco Peereboom sl...@peereboom.us wrote: Hence the knobbing part. ??Some people have legitimate use for it which is of course fine. ??I want it for performance reasons but also to prevent DNS

[webkit-gtk] dns prefetching knob

2011-03-08 Thread Marco Peereboom
(SAFARI_THEME) static bool gShouldPaintNativeControls; --- WebKit/gtk/ChangeLog.orig Tue Mar 8 16:17:18 2011 +++ WebKit/gtk/ChangeLogTue Mar 8 16:14:29 2011 @@ -1,3 +1,20 @@ +2011-03-08 Marco Peereboom ma...@peereboom.us + +Reviewed no one yet + +Provide a knob