[webkit-dev] Request for position: contain-intrinsic-size auto & longhands

2021-04-15 Thread Christian Biesinger via webkit-dev
, contain-intrinsic-inline-size properties. Does Webkit have a position on these additions? Thanks, Christian ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] Request for position on mapping a source's width/height attributes to width/height/aspect-ratio CSS properties on the in a

2021-02-12 Thread Christian Biesinger via webkit-dev
mapped to CSS properties width/height/aspect-ratio on the in the . Thanks, Christian ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Another WPT bite

2017-05-12 Thread Christian Biesinger
For what it's worth, my personal solution to this was to put a symlink in / for the resources directory: lrwxrwxrwx 1 root root 55 Dec 11 2015 /resources -> /home/cbiesinger/csswg-test/resources/ Hm, I guess I should update that to web-platform-tests now! Christian On Fri, May 12, 2

Re: [webkit-dev] Unprefixing intrinsic size keywords (-webkit-min-content et al)

2015-08-07 Thread Christian Biesinger
On Fri, Aug 7, 2015 at 3:22 PM, Dean Jackson wrote: > >> On 7 Aug 2015, at 2:44 AM, Christian Biesinger >> wrote: >> >> Hi all! >> >> We (blink) would like to unprefix the intrinsic sizing keywords: >> https://drafts.csswg.org/css-sizing/#width-hei

[webkit-dev] Unprefixing intrinsic size keywords (-webkit-min-content et al)

2015-08-06 Thread Christian Biesinger
e you also interested in unprefixing? Are you happy with the keywords as specced? Would you rather stop supporting them? thank you! -christian ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] AX: Implement CSS -webkit-alt property (text alternative for generated content pseudo-elements ::before and ::after)

2013-10-02 Thread Christian Biesinger
is an important clarification - Mozilla and Google use unprefixed versions only *behind a (runtime) flag*, until the spec is stable. That way experimental features are not exposed to the web at large until it is unlikely that the spec will change, to avoid cross-browser compatibility risks. -christian ___

Re: [webkit-dev] Fwd: WebKit2 Extending Javascript

2013-04-16 Thread Christian Frost
Hi I ended up following Dominiks suggestion of changing some IDL files in WebCore. Also, I have added a NPAPI plugin. /Christian On Mon, Apr 8, 2013 at 2:51 PM, Dominik Röttsches wrote: > On 04/04/2013 10:33 AM, Christian Frost wrote: > >> My problem is that I have to extend J

[webkit-dev] Fwd: WebKit2 Extending Javascript

2013-04-04 Thread Christian Frost
Best regards Christian ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] Ports: Converting media controls to -webkit-flex

2013-02-14 Thread Christian Biesinger
the other ports. You may want to double-check that the layout looks correct (if you have more than one flexing control, the layout may be different, e.g. if you have both a timeline and a volume slider. Otherwise there should be no difference) -christian

Re: [webkit-dev] Looking for a counterpart of webkit_get_default_session()

2009-06-10 Thread Christian Dywan
. But at the time of implementing webkit_get_default_session() it was unclear what the best approach is to implement different sessions per web view. Have a look at the bug report: https://bugs.webkit.org/show_bug.cgi?id=22624 Regards, Christian ___ webkit-dev mailing list

[webkit-dev] Controling HTML5 local storage/ databases programmatically

2009-05-12 Thread Christian Dywan
WebKitGTK+, can provide API for this, would be greatly appreciated. Apologies for throwing local storage and databases in the same pot here. I'm aware these are distinct features. Yours, Christian [1] https://bugs.webkit.org/show_bug.cgi?id=

Re: [webkit-dev] WebKit Javascript Popups

2009-05-06 Thread Christian Dywan
ted, and so no new window is opened. > > How can we get the URI? > > Thanks > Hey Michael, have a look at the create-web-view signal in WebKitWebView, ie. /WebKit/gtk/webkit/webkitwebview.cpp Yours, Christian ___ webkit-dev mail

Re: [webkit-dev] webkit-gtk issue: destroying webview widget directly causes crash.

2009-04-03 Thread Christian Dywan
; James Su Hey James, the best way to solve this would be to enhance the unit tests to test creation and destroying. Have a look at WebKit/gtk/tests/testwebframe.c . And please file a bug, otherwise it will be lost on the list. Yours, Christian ___ web

Re: [webkit-dev] To use Freenode IRC, do I need to use non-windows OS ?

2009-03-11 Thread Christian Dywan
; Then do I need to try it on linux or mac? Hey Humi, there are lots of clients for IRC for any operating system, you can even use a BlackBerry or Symbian mobile for that :) I suggest you have a look at XChat, Bersirc or Pidgin, these provide Win32 builds. Yours, Christian

[webkit-dev] WebKitGTK+ 1.1.1 released

2009-03-01 Thread Christian Dywan
urrent page. - Improved stability and lots of bugfixes. So fetch the tarball now! Yours, Christian on behalf of the WebKitGTK+ team ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] libsoup

2009-02-24 Thread Christian Dywan
Am Tue, 24 Feb 2009 21:19:30 + schrieb Luke Kenneth Casson Leighton : > On Tue, Feb 24, 2009 at 6:34 PM, Christian Dywan > wrote: > > > > Hey, > > > > note that some time ago the WebKitGtk hackers decided to drop > > support for libcurl and always wor

Re: [webkit-dev] Equivalent of WebKit/Qt's link delegation policy in WebKit/Gtk+?

2009-02-24 Thread Christian Dywan
't depend on WebKit supporting a particular feature. If your use case is missing, file a feature request, the libSoup maintainer is a nice person :) Regards, Christian ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] checking for LIBSOUP... configure: error: Package requirements (libsoup-2.4 >= 2.23) were not met:

2009-02-16 Thread Christian Dywan
ON is set to 2.23 anyway. Hey, this is actually wrong I'm afraid. The API name is 'libsoup-2.4' which is arguably a bad idea on the side of the library author. The actual version is something else, in this case 2.23. Pay attention to the actual release version when looking for a mor

Re: [webkit-dev] Building a rich application using Webkit

2009-01-09 Thread Christian Dywan
the archives of this mailing list. Be welcome to pose more exact questions, or join #webkit-gtk on freenode ciao, Christian ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] disableing webkit plugins on gtk+ port

2009-01-08 Thread Christian Dywan
t; "enable-plugins", FALSE, > > NULL); > > // webkit_web_view_set_settings is now not needed Even better, just write settings = webkit_web_view_get_settings (web_view); g_object_set (settings, "enable-plugins", FALSE, NULL); You don't need to case the first argument since it expects void*. ciao, Christian ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] IDE for gtk+

2009-01-08 Thread Christian Dywan
Am Thu, 8 Jan 2009 19:14:09 +0530 schrieb "Nilesh Patil" : > Hi > U can try gdb for the same. Or even KDbg if u are mpre familier with > GUI Or try 'nemiver', a frontend for gdb. Or geany, which features a graphical d

Re: [webkit-dev] Q: Webkit on Windows without COM registration (as wrapped DLL only?)

2009-01-07 Thread Christian Dywan
ch of dynamic link libraries in the same place as the application, on Win32 that is. ciao, Christian ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] WebKitGtk network backend

2008-12-22 Thread Christian Dywan
Am Mon, 22 Dec 2008 14:03:36 -0800 schrieb "Brent Fulgham" : > Hi, > > On Mon, Dec 22, 2008 at 2:29 AM, Gustavo Noronha Silva > wrote: > > On Sun, 2008-12-21 at 21:29 +0100, Christian Dywan wrote: > >> So, I'd like to suggest to make libSoup the only ba

[webkit-dev] WebKitGtk network backend

2008-12-21 Thread Christian Dywan
this, please speak up now or remain silent forever ^_^ Yours, Christian ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] webkit glib DOM bindings demo code

2008-12-08 Thread Christian Dywan
what functions in Glib libraries should and usually do conform to. It's as simple as that. Convincing anyone of your preferred coding and naming style is not going to help. :) ciao, Christian ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Webkit compatibility in India - Transcoding Indic fonts

2008-11-19 Thread Christian Dywan
roject.org/userguide/Transform.html ) So, it > > appears to be almost a perfect fit. > > This sounds like it would work for any ICU-based, though it would > prevent the feature from working for ports that use something other > than ICU for unicode and text transcoding support, m

Re: [webkit-dev] loadRequest

2008-11-19 Thread Christian Dywan
find related bugs in the bug tracker as well as posts to this list. ciao, Christian ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] need some information......

2008-11-19 Thread Christian Dywan
webkit ? Flash should work in all but in a direct frame buffer, naturally. I believe no port currently supports ActiveX controls. As for PDF, the mac port has that built-in, not sure about others. ciao, Christian ___ webkit-dev mailing list webkit-de

Re: [webkit-dev] Harmonizing content sniffing

2008-11-14 Thread Christian Dywan
g WebKit, even if CFNetwork may not be able to use the exact same logic for whatever reason. So everyone could benefit from the improvements. Just my 2 pfennig, Christian ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Extending WebKit JavaScript support

2008-11-13 Thread Christian Dywan
ource tree. The API of javascript is pretty intuitive once you got the hang of it. ciao, Christian ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] To open the xml file

2008-11-13 Thread Christian Dywan
address up on the spot in the example :) ciao, Christian ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] change the image sources with Javascript

2008-10-27 Thread Christian Dywan
ntal resitriction I'm aware of is that you cannot reference local files from anything else than a local document. That might just be what you're seeing. Yours, Christian ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Kompilierungshilfe

2008-10-15 Thread Christian Dywan
this, http://trac.webkit.org/wiki/BuildingGtk, that should get you started. Note that this list is English only. ciao, Christian ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] segfault when having multiple webkit instances (got backtrace)

2008-10-06 Thread Christian Dywan
rocesses combined with pipes works perfectly, although I don't actually have a use for threads. Such a setup actually improves interface responsiveness, if that is your intent. ciao, Christian ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

[webkit-dev] Maintainer wanted for wkpdf command-line client to WebKit

2008-09-29 Thread Christian Plessl
t repository is useful, or if you would like to be the new maintainer for wkpdf please let me know via this mailing list or private email. Best regards, Christian ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Transparency on GTK/DirectFB

2008-09-24 Thread Christian Dywan
;s a question > for someone else. Take a look at the headers. There's no other documentation at this point but it should be intuitive enough for most of what we have. webkit_web_view_set_transparent You will want that. And make sure you have an ARGB colour

Re: [webkit-dev] How to set proxy in webkit ?

2008-08-21 Thread Christian Dywan
t ? Is there > any sample code I can refer to ? Someone can give me a link ? > Thanks for your time. Not knowing about your platform, on ports that run on unix platforms you should be able to set the "http_proxy" environment variable and Webkit w

Re: [webkit-dev] installing hicolor icon theme for webkit

2008-08-21 Thread Christian Dywan
that, you might have to find out how the paths and environment on your platform are setup. ciao, Christian ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] compiling GTK port

2008-08-18 Thread Christian Dywan
g the gtk port on my machine regularly, but even though I change the configuration now and then, I don't normally change those defines either. I switch only the network and font backends. ciao, Christian ___ webkit-dev mailing list webkit

Re: [webkit-dev] Safari and libxml2

2008-07-21 Thread Christian Dywan
nternal classes exported other than in the form of WebKit API. If WebKit's DOM is not enough for your use case example and you want to be able to, say, work with arbitrary XML files, this is obviously out of the scope of WebKit, thus you can use libxml2. ciao, Christian __

Re: [webkit-dev] Clarification on developing an embedded browser in PPC platform

2008-07-02 Thread Christian Dywan
lso wx and clutter. All these ports are built from the same source tree, with different platform dependend tweaks as needed. So it should probably not be much effort, if at all, to use one of these on your debian powerpc machine. ciao, Christian __

Re: [webkit-dev] How do do incremental build?

2008-07-01 Thread Christian Dywan
what you want, it checks for updated files and incrementally rebuilds the files that need to. Joshua, if you are running into problems, please give us more details about the exact folder, command and error messages. ciao, Christian ___ webkit-dev mail

Re: [webkit-dev] renaming some things in JavaScriptCore

2008-06-15 Thread Christian Dywan
than the others. > > > No! Please leave the WebCore namespace alone. > > Use JavaScriptCore instead of JSC if you are worried about > consistency. I second that. While I appreciate your efforts to reorganize the source tree, I really prefer verbose namespaces over confusing ab

[webkit-dev] Using Webkit with C#

2008-05-30 Thread Christian
Hi, sorry if this is not working properly but this is the first time that I use a mailing list. My question is, if it's possible to use Webkit in Visual Studio as a Windows Forms control or with .net in general.. I already tried to add the libs from the nightly builds, but that did not work..

Re: [webkit-dev] Load finished notification

2008-05-20 Thread Christian Dywan
hat there is no error handling and failing loads will usually fail without emitting a signal. Yours, Christian ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Webkit with directfb on linux

2008-04-03 Thread Christian Dywan
have a successful > > gtk build which is running fine. However, I would like to run > > webkit on a headless linux machine hence the question. > > > > Thanks > > Giri You are mentioning a number of patches and I suspect you have even more not related to direct framebuf

Re: [webkit-dev] Building GTK+ port on Win32

2008-03-13 Thread Christian Dywan
x build. None of the Apple libraries are required. Regards, Christian ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Text color inside Textfield in GTKport

2008-02-20 Thread Christian Dywan
e of code that controls this. > > thanks, > Zaheer There is an open bug report about the color of form controls [1]. Yours, Christian [1] http://bugs.webkit.org/show_bug.cgi?id=15597 ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://

Re: [webkit-dev] Re: Issues with font rendering on DirectFB build

2008-02-13 Thread Christian Dywan
t fix the problem, hardcoding arbitrary values is not exactly advisable. It should be interesting to figure out what causes this function to fail in the first place. Regards, Christian ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] WebKit for WinCE / WinMobile

2008-02-11 Thread Christian Dywan
spreading :) Slightly off topic, your registration form looks very strange here, most items seemingly disabled yet required to be filled out. Regards, Christian ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] [Q] License

2008-02-06 Thread Christian Dywan
s of the Win port. That was as far as I know mainly introduced to save time and efforts in getting a build done for use with Safari. It's not intended to be widely used. You will want to look at the current efforts to replace Apple's frameworks with Cairo and other techn

Re: [webkit-dev] innerHTML

2008-01-17 Thread Christian Dywan
tents of an element in source code form, so you either want to look at the JavaScriptCore API which is available in WebKitGtk or you want an interface to the page source from a WebView or WebFrame. For the latter it seems that a model similar to WebDataSource is desirable which would have t

Re: [webkit-dev] Printing a WebView in ObjectiveC command-line application fails in OS X 10.5

2007-12-04 Thread Plessl Christian
>. I will report this problem. Thanks again and best regards, Christian ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] Printing a WebView in ObjectiveC command-line application fails in OS X 10.5

2007-12-04 Thread Plessl Christian
mailing list for this question, or would cocoa-dev be more appropriate? Best regards, Christian ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Determine whether all resources have been successfully loaded

2007-08-04 Thread Plessl Christian
part of this sentence is unclear and incomplete) That documentation seems pretty unclear, and quite possibly wrong. You can report bugs in the Apple documentation at bugreport.apple.com>. I will report a bug with Apple. Thanks a lot for your help, Christian -- Christian Plessl [EMAIL PR

[webkit-dev] Determine whether all resources have been successfully loaded

2007-08-03 Thread Plessl Christian
incomplete) What is the recommended way to find out, whether all resources have been loaded successfully? Did I misunderstand something or is this a bug in WebKit? Should I file a bugreport with WebKit? I would appreciate any help. Cheers, Christian -- test_missing_frame.html

[webkit-dev] Differentiating between JS object properties and DOM attributes

2007-03-09 Thread Christian Cantrell
ate their content when Leopard comes out? Thanks, Christian ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev