Re: [webkit-dev] Platform specific fields on WebCore::HistoryItem

2010-12-21 Thread Yael.Aharon
From: webkit-dev-boun...@lists.webkit.org [mailto:webkit-dev-boun...@lists.webkit.org] On Behalf Of ext Darin Fisher Sent: Tuesday, December 21, 2010 2:39 PM To: WebKit Development Subject: [webkit-dev] Platform specific fields on WebCore::HistoryItem I'm working on fixing some session history

[webkit-dev] Order of positioned elements

2010-10-26 Thread Yael.Aharon
Hi, I am working on improving the spatial algorithm in webkit, and I have a problem with positioned elements that do not have a z-index defined. If I have 2 elements that are intersecting, I need to find out which element is covering the other. Is it safe to assume that the last element in tree o

[webkit-dev] URL attributes

2009-10-15 Thread Yael.Aharon
Hi, I am working on implementation of "URL decomposition IDL attributes" for HTMLAnchorElement. and . I have 2 questions regarding this work:

Re: [webkit-dev] Limiting the size of LocalStorage

2008-12-04 Thread Yael.Aharon
I'd be happy to fix this bug and submit a patch when I am done. Before I can do that, I have a question - why is LocalStorgare created and tracked per page group and not per process, like offline storage databases are? Thanks, Yael -Original Message- From: ext Darin Adler [mailto:[EMAI

Re: [webkit-dev] Limiting the size of LocalStorage

2008-11-25 Thread Yael.Aharon
Should I file a bug about it? Thanks, Yael -Original Message- From: ext Darin Adler [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2008 1:13 AM To: Aharon Yael (Nokia-D-MSW/Boston) Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] Limiting the size of LocalStorage On Nov

Re: [webkit-dev] Limiting the size of LocalStorage

2008-11-24 Thread Yael.Aharon
The sample script below would create any arbitrary size of database.. function makeStringOfLength(n) { var str = "X"; while (str.length < n) str += ((str.length << 1) < n ? str : makeStringOfLength(n - str.length)); return str; } function setthesize() { var i = document.get

Re: [webkit-dev] Limiting the size of LocalStorage

2008-11-24 Thread Yael.Aharon
Thanks Darin, Does DatabaseTracker control LocalStorage too, or only offline SQLite databases? In my QT build, the callback did not seem to arrive to ChromeClientQt. Thanks, Yael -Original Message- From: ext Darin Adler [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2008 8:40 PM To

[webkit-dev] Limiting the size of LocalStorage

2008-11-24 Thread Yael.Aharon
Hi, Is it possible to limit the size of the LocalStorage databases and selectively allow only certain servers to use this feature? Thanks, Yael ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-de

RE: [webkit-dev] WebKit still doesn't compile

2007-06-17 Thread Yael.Aharon
A quick solution is to manually copy the folder c:\cygwin\webkit\javascriptcore\wtf to c:\WebKitBuild\Include\JavaScriptCore. It fixed this problem for me. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, June 17, 2007 11:41 AM To: webkit-dev@lists.webk

[webkit-dev] Core Foundation for Windows port

2007-06-17 Thread Yael.Aharon
Hi, I am trying to build Safari for Windows, and got an error that file is missing. (Required by MarshallingHelpers.h). I found a package of CoreFoundation version 262, and used that. After that, I got more errors, about other missing header files. Can you please point me to where to find the