Hi, Does any one know how to load a new copy of mediacontrolsgtk.css & html.css with custom settings for a different theme for html5 video controls?
I do not want to change the default mediacontrolsgtk.css & html.css. I want to use different css for a new theme. Thanks, Sunil Sent from Samsung Mobile -------- Original message -------- From: webkit-help-requ...@lists.webkit.org Date: 28/12/2013 1:30 AM (GMT+05:30) To: webkit-help@lists.webkit.org Subject: webkit-help Digest, Vol 54, Issue 17 Send webkit-help mailing list submissions to webkit-help@lists.webkit.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.webkit.org/mailman/listinfo/webkit-help or, via email, send a message with subject or body 'help' to webkit-help-requ...@lists.webkit.org You can reach the person managing the list at webkit-help-ow...@lists.webkit.org When replying, please edit your Subject line so it is more specific than "Re: Contents of webkit-help digest..." Today's Topics: 1. about html5 and http protocol (T andolsi) 2. How to provide extra stylesheets for a new theme (ksingh.sunil) ---------------------------------------------------------------------- Message: 1 Date: Fri, 27 Dec 2013 15:15:47 +0100 From: T andolsi <thouraya.ando...@gmail.com> To: webkit-help@lists.webkit.org, webkit-help-requ...@lists.webkit.org, webkit-...@lists.webkit.org Subject: [webkit-help] about html5 and http protocol Message-ID: <calvzyxxrmmdo1zshtkxy1doepqvom00a1wvnrskzgl2xbq7...@mail.gmail.com> Content-Type: text/plain; charset="iso-8859-1" Hi, Running some html5 tests, I'm getting the following error: GStreamer-ERROR **: gstbuffer.c:542: failed to allocate 38707983 bytes Debugging the issue, I see that in "StreamingClient::didReceiveData(ResourceHandle* handle, const char* data, int length, int)" function,we are trying to allocate a huge size of memory. I think that in webkit, we are loading all the stream in one or tow buffers. Is it the case ? Is there any way in webkit to stream the video: I mean to not load all the data in one or tow buffers ? to use *Dynamic Adaptive Streaming over HTTP ?* Regards, Thouraya. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.webkit.org/pipermail/webkit-help/attachments/20131227/8db9e7de/attachment-0001.html> ------------------------------ Message: 2 Date: Fri, 27 Dec 2013 20:28:57 +0530 From: "ksingh.sunil" <ksingh.su...@gmail.com> To: "webkit-help@lists.webkit.org" <webkit-help@lists.webkit.org> Subject: [webkit-help] How to provide extra stylesheets for a new theme Message-ID: <6dlielqkibvxkfm07ou2imsp.1388155969...@email.android.com> Content-Type: text/plain; charset="utf-8" Hi, Benjamin, thanks for your help. Mediacontrolsgtk.css is getting used by default for gtk. I want to load my own copy? Mediacontrolsgtk.css html.css for new theme. How can i do it.? Thanks, Sunil Sent from Samsung Mobile -------- Original message -------- From: webkit-help-requ...@lists.webkit.org Date: 25/12/2013 1:30 AM (GMT+05:30) To: webkit-help@lists.webkit.org Subject: webkit-help Digest, Vol 54, Issue 15 Send webkit-help mailing list submissions to webkit-help@lists.webkit.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.webkit.org/mailman/listinfo/webkit-help or, via email, send a message with subject or body 'help' to webkit-help-requ...@lists.webkit.org You can reach the person managing the list at webkit-help-ow...@lists.webkit.org When replying, please edit your Subject line so it is more specific than "Re: Contents of webkit-help digest..." Today's Topics: ?? 1. How does rendertheme.cpp load a new theme (ksingh.sunil) ---------------------------------------------------------------------- Message: 1 Date: Tue, 24 Dec 2013 22:47:08 +0530 From: "ksingh.sunil" <ksingh.su...@gmail.com> To: "webkit-help@lists.webkit.org" <webkit-help@lists.webkit.org> Subject: [webkit-help] How does rendertheme.cpp load a new theme Message-ID: <hy5tv03haso03wc16hrt2wkw.1387904674...@email.android.com> Content-Type: text/plain; charset="utf-8" Hi, How does the below code load a new theme? Is it loading a file for theme? Rendertheme::rendertheme() #if use(new-theme) :m-theme(platformtheme()) #endif How can we provide a new theme? Thanks, Sunil Sent from Samsung Mobile -------- Original message -------- From: webkit-help-requ...@lists.webkit.org Date: 21/12/2013? 1:30 AM? (GMT+05:30) To: webkit-help@lists.webkit.org Subject: webkit-help Digest, Vol 54, Issue 13 Send webkit-help mailing list submissions to webkit-help@lists.webkit.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.webkit.org/mailman/listinfo/webkit-help or, via email, send a message with subject or body 'help' to webkit-help-requ...@lists.webkit.org You can reach the person managing the list at webkit-help-ow...@lists.webkit.org When replying, please edit your Subject line so it is more specific than "Re: Contents of webkit-help digest..." Today's Topics: ?? 1. Re: Subversion error during checkout 207 Multi-Status ????? (Jakub Trzebiatowski) ---------------------------------------------------------------------- Message: 1 Date: Thu, 19 Dec 2013 21:55:00 +0000 (UTC) From: Jakub Trzebiatowski <kuba.trzebiatow...@gmail.com> To: webkit-help@lists.webkit.org Subject: Re: [webkit-help] Subversion error during checkout 207 Multi-Status Message-ID: <loom.20131219t225309-...@post.gmane.org> Content-Type: text/plain; charset=utf-8 christian sanchez <christian.sanchez@...> writes: > > Thanks!? I hate this random SVN problem, but your solution fixed it. > > On Jul 8, 2012, at 3:19 AM, Alexey Proskuryakov wrote: > > > 07.07.2012, ? 13:47, christian sanchez ???????(?): > I'm receiving the following error during the checkout of the project: > > [Jul 7, 14:15:39] Updating Working Copy... > [Jul 7, 14:16:00] PROPFIND of '/repository/webkit/!svn/bc/19963/trunk/LayoutTests/fast/xpath/4XPath/Core/t est.js': 207 Multi-Status (http://svn.webkit.org) > [Jul 7, 14:16:00] Finished operation. > > > > This happens from time to time (rarely). The solution is to delete the local?Core directory, and check out it again (svn co, NOT svn up). > > - WBR, Alexey Proskuryakov > > > > > > > > <div>Thanks!? I hate this random SVN problem, but your solution fixed it. <div> > <br><div> > <div>On Jul 8, 2012, at 3:19 AM, Alexey Proskuryakov wrote:</div> > <br class="Apple-interchange-newline"><blockquote type="cite"><div> > <br><div> > <div>07.07.2012, в 13:47, christian sanchez написал(а):</div> > <br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span"><div>I'm receiving the following error during the checkout of the project:</div> > <blockquote class="webkit-indent-blockquote"> > <div>[Jul 7, 14:15:39] Updating Working Copy...</div> > <div>[Jul 7, 14:16:00] PROPFIND of '/repository/webkit/!svn/bc/19963/trunk/LayoutTests/fast/xpath/4XPath/Core/t est.js': 207 Multi-Status (<a href="http://svn.webkit.org/">http://svn.webkit.org</a>)</div> > <div>[Jul 7, 14:16:00] Finished operation.</div> > </blockquote></span></blockquote> > <br> > </div> > <div>This happens from time to time (rarely). The solution is to delete the local Core directory, and check out it again (svn co, NOT svn up). </div> > <br><div apple-content-edited="true"> > <span class="Apple-style-span"><div>- WBR, Alexey Proskuryakov</div> </span> > </div> > </div></blockquote> > </div> > <br> > </div> > </div> > That was probably obvious for you, but it took me a while to figure out the right command: cd src\third_party\WebKit\LayoutTests\fast\xpath\4XPath svn co https://src.chromium.org/blink/trunk/src/third_party/WebKit/LayoutTests/fast /xpath/4XPath/Core ------------------------------ _______________________________________________ webkit-help mailing list webkit-help@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-help End of webkit-help Digest, Vol 54, Issue 13 ******************************************* -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.webkit.org/pipermail/webkit-help/attachments/20131224/431ab6b1/attachment-0001.html> ------------------------------ _______________________________________________ webkit-help mailing list webkit-help@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-help End of webkit-help Digest, Vol 54, Issue 15 ******************************************* -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.webkit.org/pipermail/webkit-help/attachments/20131227/8f3d2c42/attachment-0001.html> ------------------------------ _______________________________________________ webkit-help mailing list webkit-help@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-help End of webkit-help Digest, Vol 54, Issue 17 *******************************************
_______________________________________________ webkit-help mailing list webkit-help@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-help