On Wed, Jul 22, 2009 at 10:52 PM, Alexey Proskuryakov wrote:
>
> 22.07.2009, в 22:36, Darin Fisher написал(а):
>
> Firefox and Chrome send very similar A-L headers. Given FF's marketshare,
> I'm surprised you observed compat problems with doing the same. Was that a
> recent observation? Can yo
22.07.2009, в 22:36, Darin Fisher написал(а):
Firefox and Chrome send very similar A-L headers. Given FF's
marketshare, I'm surprised you observed compat problems with doing
the same. Was that a recent observation? Can you provide more
details about the issues you observed?
It's not r
Jumping in late here, but a couple of points:
1) Instead of JSClassSetPropertyGetterSetter, it might be more in line
with the class design to be able to define getters and setters in the
class struct, just as functions are. In addition to being more
convenient, this API may also provide fu
2009/7/22 Alexey Proskuryakov
>
> 22.07.2009, в 16:41, Jungshik Shin (신정식, 申政湜) написал(а):
>
> Some web apps/widgets/browser extensions can also benefit from knowing
>> the ordered list of languages in Accept-Language.
>>
>
>
> I should note that Safari only sends one language. The reasons for
Sure!
Geoff
On Jul 20, 2009, at 3:51 PM, Brian Barnes wrote:
What should be my next step, here? Submit a "bug" for this?
[>] Brian
On Jul 20, 2009, at 6:05 PM, Geoffrey Garen wrote:
How about separate call backs at the class level? That would
solve my problem with minimal code movement.
22.07.2009, в 16:41, Jungshik Shin (신정식, 申政湜)
написал(а):
Some web apps/widgets/browser extensions can also benefit from knowing
the ordered list of languages in Accept-Language.
I should note that Safari only sends one language. The reasons for
this are:
- protecting users' privacy, as
On Jul 22, 2009, at 4:41 PM, Jungshik Shin (신정식, 申政湜) wrote:
Hi,
I proposed exposing the values of the Accept-Langauge list via
window.navigation.acceptLanguages at
https://bugs.webkit.org/show_bug.cgi?id=27555
This email is to get opinions (for and against) on that in case the
bug is
I assume you mean window.navigator?
I think this is a good idea. You should bring this up the WHATWG as well.
2009/7/22 Jungshik Shin (신정식, 申政湜) :
> Hi,
>
> I proposed exposing the values of the Accept-Langauge list via
> window.navigation.acceptLanguages at
>
> https://bugs.webkit.org/sho
On Jul 22, 2009, at 5:35 PM, Eric Seidel wrote:
What is HasStandardGetOwnPropertySlot adding? Is it testable?
It’s an optimization.
If it’s set, then the JavaScript engine won’t even call
getOwnPropertySlot, saving the overhead of a virtual function call. If
it’s not set, then the engine
Never mind. I've looked at the source, and understand enough to see
that that looks like a bad idea. Autogen'd constructors seem to
always assume that the ConstructorTable will be non-empty, and thus
they need to have a custom getOwnPropertySlot. So I'll leave the
autogen'd code for now. It doe
On Wed, Jul 22, 2009 at 5:35 PM, Eric Seidel wrote:
> Now from the right email address.
>
> On Wed, Jul 22, 2009 at 5:34 PM, Eric Seidel wrote:
> > http://trac.webkit.org/changeset/45938 added DOMConstructorObject, but
> > did not change most constructors (the autogen'd ones).
> >
> >
> > I'm now
Now from the right email address.
On Wed, Jul 22, 2009 at 5:34 PM, Eric Seidel wrote:
> http://trac.webkit.org/changeset/45938 added DOMConstructorObject, but
> did not change most constructors (the autogen'd ones).
>
>
> I'm now removing the autogen'd createStructure and making all
> constructors
2009/7/22 Jungshik Shin (신정식, 申政湜)
> This email is to get opinions (for and against) on that in case the
> bug is not noticed by many. As pointed out by ap in the bug, perhaps,
> we have to bring this up in the WHATWG as well. Before I do that, it
> may not be a bad idea to know what others her t
Hi,
I proposed exposing the values of the Accept-Langauge list via
window.navigation.acceptLanguages at
https://bugs.webkit.org/show_bug.cgi?id=27555
This email is to get opinions (for and against) on that in case the
bug is not noticed by many. As pointed out by ap in the bug, perhaps,
Hi,
I'm using Qt[4.5.0]/WebKit[trunk] on Linux and I'm running into a
kerning/advancement problem.
I need to produce rasters for printing [1] at 600dpi; but the results don't
look too good [2]. I suspect this is due fonts being selected at 96dpi (the
coordinate space in which WebKit operates)
http://www.wedison.org is a project based on Origyn Web Browser, which is a
WebKit derivative.The aim is to add WebKit with
CE-HTML iBox and OpenIPTVForum capabilities.
Sources are due to be opened end of this year
2009/7/22
> Hi all,
>
> I want to add the new features on webkit according to CE
This thread is not appropriate for webkit-dev and indeed, not appropriate for
any webkit list in general. TeaShark is only tangentially related to WebKit
and the WebKit developers have no special knowledge of this third party
product. For queries about TeaShark or any client application that h
If you believe you've found a bug the correct thing to do is to post a bug on
bugs.webkit.org. See here:
http://webkit.org/quality/reporting.html
Otherwise, generic queries of this form should probably be asked on the
webkit-help mailing list:
http://lists.webkit.org/mailman/listinfo.cgi/webk
This thread is not appropriate for webkit-dev. There is a new mailing list -
webkit-help - which has been setup for threads of this nature. Please use the
other mailing list and keep webkit-dev focused on webkit development.
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
Cheers,
Ada
This thread is not appropriate for webkit-dev. There is a new mailing list -
webkit-help - which has been setup for threads of this nature. Please use the
other mailing list and keep webkit-dev focused on webkit development.
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
Cheers,
Ada
This thread is not appropriate for webkit-dev. There is a new mailing list -
webkit-help - which has been setup for threads of this nature. Please use the
other mailing list and keep webkit-dev focused on webkit development.
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
Cheers,
Ada
Hi
Thanx Niilesh. "Cannot find file: \usr\bin\WebKit\WebKit.pro" Error
occurred due to qmake not able
understand the cygwin style path. I have modified webkitdir.pm to generate
windows style path.
then I got the below message.
bash-3.2$ WebKitTools/Scripts/build-webkit --cairo-win32 --debug
un
Hi,
I've gone through some of the posts related to compiling WebKit for ARM but
found them to be conflicting. One of them says that just setting the QMAKESPEC
should work fine while others mentioned compiling the tool chain for cross
compilation etc.
Can somebody help me with any instruction
If I run the command explicitly at the command prompt linking to the .a instead
of .lib, it works:
g++ -enable-stdcall-fixup -Wl,-enable-auto-import
-Wl,-enable-runtime-pseudo-reloc -Wl,-s -mthreads -Wl
-Wl,-subsystem,windows -o ..\..\..\bin\QtLauncher.exe release/main.o
-L"defaultbuild\Release
hi Charlie,
You can write checkout code in WebKit/WebCore/ folders how other properties
and methods are being implemented. Write the functions in c++/.h files and
property and method names in idl files. It will automatically generate the
files in Derived Sources folder during make. The properties a
Hi all,
I want to add the new features on webkit according to CEA-2014(CE-HTML).
Please let me know how I can get the detailed documents about webkit.
Any pointers will be greatly appreciated.
thanks and regards,
Charlie
___
webkit-dev mailing li
Hi,
I am working on Linux, and now I see you are working on
Windows with MinGw. I will try to build with your config,
and then answer you approximately in an hour.
br,
Ossy
Ashok N N wrote:
In WebCore.pro, the library apparently being created is libQtWebKit.lib:
TEMPLATE = lib
TARGET = QtW
Thanks Ossy.
In WebCore.pro, the library apparently being created is libQtWebKit.lib:
TEMPLATE = lib
TARGET = QtWebKit
But when linking the library is QtWebKit4. And in fact I can find
libQtWebKit4.a but not QtWebKit.lib or QtWebKit.a.
g++ -enable-stdcall-fixup -Wl,-enable-auto-import
-Wl,
Hi,
qwebelement.cpp build into WebCore library: libQtWebKit.so ,
because in WebCore/WebCore.pro SOURCES contains qwebelement.cpp.
br,
Ossy
Ashok N N wrote:
Thanks Ossy. Can you tell me what library is created from that? My
problem could be a linking issue with the required library not being
l
Hi all,
I built webkit on gtk. Then run Gtklauncher but the font of webpage is so blur.
Any one gives me some advices?
Thank you in advance!
Vui vẻ chat thêm trên nhiều blog và website. Hãy thử dùng ứng dụng
Pingbox online. http://vn.messenger.yahoo.com/pingbox/___
Qualcomm is working on it in USA, it is maybe diffculty in porting the graphic
port
2009-07-22
hndzgh
发件人: Veerabhadra Sheelavant
发送时间: 2009-07-22 17:20:14
收件人: webkit-dev@lists.webkit.org
抄送:
主题: [webkit-dev] Webkit on BREW
Hi all,
Please let me know if it is possible to port Web
Hi all,
Please let me know if it is possible to port Webkit to a BREW?
Any pointers will be greatly appreciated.
thanks and regards,
Veeru
"DISCLAIMER: This message is proprietary to Aricent and is intended solely for
the use of the individual to whom it is addressed. It may contain privilege
Hi
>From errors you are getting , seems that you cygwin is not
installed/configured correctly. You need to have required dependancies
in cygwin shell.
Thanks & Regards
Niilesh
On Wed, Jul 22, 2009 at 2:05 PM, mjbh wrote:
>
> Hi,
> I have tried to build Webkit using cygwin. I have followed the
>
Hi,
I have tried to build Webkit using cygwin. I have followed the
documentation and post details in the forum.
1. Installed the cygwin.
2. Installed QuickTime SDK
3. Checkout the latest webkit code from trunk (in cgywin)
4. set the ENV variable WEBKITLIBRARIESDIR & WEBKITOUTPUTDIR
5. Ran : WebKi
Thanks Ossy. Can you tell me what library is created from that? My problem
could be a linking issue with the required library not being linked to.
ashok
From: Osztrogonac Csaba
Cc: webkit-dev@lists.webkit.org
Sent: Wednesday, July 22, 2009 1:00:38 PM
Subject:
Hi,
I am using WebKit rev 46156 with Qt 4.5.2 and it works
correctly. Here qwebelement.h and cpp can be found in
Webkit's webkit/qt/Api directory not in Qt.
br,
Ossy
Ashok N N írta:
Hi,
I am compiling QtWebKit for the first time with Qt 4.5.2. At the very
end of compilation, I see linking e
Hi,
I am compiling QtWebKit for the first time with Qt 4.5.2. At the very end of
compilation, I see linking errors for QWebElement (among others). And searching
around I did not find the header file qwebelement.h included in Qt4.5.2. And
searching online I found that QWebElement is released in
37 matches
Mail list logo