[webkit-dev] Apologies this is off topic

2014-09-08 Thread D.J. Barrow
If anybody is interested in Carpool websites since google valued Uber at 17 
billion dollars
I have a carpool website open sourced at
gplcontributions
  
 
gplcontributions
Aria Software Ireland Ltd. - GPL Contributions Kernel, Driver, VHDL  Compiler 
Development.  
View on www.ariasoft.ie Preview by Yahoo  
  

Also if interested in artificial intelligence have a look at fundamental my god 
inspired masterpeice.

Sorry again for bothering you.
 
D.J. Barrow Linux kernel developer
email: dj_bar...@ariasoft.ie
Mobile Ireland: +353-86-1715438
www.travelsmart.ie, everyones favourite carpool website, works beautifully on 
the apple iphone
www.warehog.com,  you thought ebay was good
www.ariasoft.ie, See my GPL contributions___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] need help with adding javascript commands to browser.

2011-10-06 Thread D.J. Barrow
Hi there,
I've generated

 WebKit/Source/WebCore/page
digiplayer.cpp
digiplayer.h
and digiplayer.idl

The idl file looks as follows

module window {
    interface [
    LegacyDefaultOptionalArguments,
    OmitConstructor
    ] digiplayer {
 void videoSetup(in DOMString url,
               in boolean play_immeadiately,
               in boolean eject_on_finish,
               in long x,
               in long y,
               in long width,
               in long height);
    };
}

will  LegacyDefaultOptionalArguments
support the 7 arguments or will I need to
do a Custom argument handler.

I'm using the browser in an embedded mips linux platform.
The code is linking to build/WebCore/libwebcore_efl.a
but not managing to do the final link to
build/WebKit/libewebkit.so 

Any help would be greatly appreciated  God bless.




D.J. Barrow Linux kernel developer
email: dj_bar...@ariasoft.ie
Mobile Ireland: +353-86-1715438
www.travelsmart.ie, everyones favourite carpool website, works beautifully on 
the apple iphone
www.warehog.com,  you thought ebay was good
www.ariasoft.ie, See my GPL contributions___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] question wrt knowing if some text or graphics will be drawn on next webkit render Thursday, June 9, 2011 10:11 AM From:

2011-06-09 Thread D.J. Barrow
Hi there,
I'm making enhancements to EWebLauncher  the ewk backend
on a low end mips box.
A colleague of mine is disappointed that the screen
goes blank for several seconds before displaying
more complex pages like bbc news.#

What we would like to be able to do is leave the old
page on the screen until there is some text or graphics
on the new page to be displayed.

We are not using WebKit2.
WebCore::FrameView::layout getting called only
invalidates stuff on the screen  doesn't gaurantee
that WebCore::FrameView::paintContents
has anything to draw other than blank the screen
in the next redraw session

D.J. Barrow Linux kernel developer
email: dj_bar...@ariasoft.ie
Mobile Ireland: +353-86-1715438
www.travelsmart.ie, everyones favourite carpool website, works beautifully on 
the apple iphone
www.warehog.com,  you thought ebay was good
www.ariasoft.ie, See my GPL contributions
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev