CEF3 Development Status

Do not post support requests, bug reports or feature requests. Discuss CEF here. Non-CEF related discussion goes in General Discussion!

Re: CEF3 Development Status

Postby Pzjay » Sun Mar 04, 2012 9:57 pm

magreenblatt wrote:
Pzjay wrote:
Most HTML5 features

I wonder y when I explorer html5test.com in CEF3, the 'Video ' & 'Audio' score zero ? That even less than CEF.

Revision 520 adds HTML5 audio/video support.

cool !
Here are some other questions, we can find that cef3 supports the 'Geolocation' & 'Notification', but why cef3 doestn't performs the same as chrome[17] when run some demos ? :)
The Demos:
about 'Notification' : http://beakkon.com/tutorial/html5/desktop-notification
about 'Geolocation': http://html5demos.com/geo

best regards
Pzjay
Techie
 
Posts: 10
Joined: Sun Aug 07, 2011 9:19 pm

Re: CEF3 Development Status

Postby bobmanc » Sat Mar 10, 2012 9:06 am

Would it be possible to get a binary of CEF3 just for beta testing?
bobmanc
Newbie
 
Posts: 9
Joined: Wed Feb 15, 2012 4:57 pm

Re: CEF3 Development Status

Postby welemon » Sun Mar 11, 2012 10:27 pm

bobmanc wrote:Would it be possible to get a binary of CEF3 just for beta testing?

I vote for this. It would be very nice to have a binary posting for CEF3, I would like to try with single process vs multi-process solutions~~ :)
welemon
Newbie
 
Posts: 2
Joined: Sun Mar 11, 2012 10:07 pm

Re: CEF3 Development Status

Postby magreenblatt » Mon Mar 12, 2012 7:29 pm

Pzjay wrote:we can find that cef3 supports the 'Geolocation' & 'Notification', but why cef3 doestn't performs the same as chrome[17] when run some demos ?

Support for these features is being reported incorrectly (they require implementation in CEF). The incorrect reporting is fixed in revision 524.

bobmanc wrote:Would it be possible to get a binary of CEF3 just for beta testing?

Sure, I'll try to make something available this week.
magreenblatt
Site Admin
 
Posts: 12382
Joined: Fri May 29, 2009 6:57 pm

Re: CEF3 Development Status

Postby magreenblatt » Wed Mar 14, 2012 10:32 am

magreenblatt wrote:
Pzjay wrote:we can find that cef3 supports the 'Geolocation' & 'Notification', but why cef3 doestn't performs the same as chrome[17] when run some demos ?

Support for these features is being reported incorrectly (they require implementation in CEF). The incorrect reporting is fixed in revision 524.

Geolocation support has been added in revision 532.
magreenblatt
Site Admin
 
Posts: 12382
Joined: Fri May 29, 2009 6:57 pm

Re: CEF3 Development Status

Postby magreenblatt » Wed Mar 14, 2012 3:41 pm

magreenblatt wrote:
bobmanc wrote:Would it be possible to get a binary of CEF3 just for beta testing?

Sure, I'll try to make something available this week.

A binary preview (Windows only) is now available for download from the project downloads page: http://code.google.com/p/chromiumembedd ... indows.zip
magreenblatt
Site Admin
 
Posts: 12382
Joined: Fri May 29, 2009 6:57 pm

Re: CEF3 Development Status

Postby welemon » Wed Mar 14, 2012 6:41 pm

This preview ROCKs!

Thank you & Great job!

Best Regards,
William L.
magreenblatt wrote:
magreenblatt wrote:
bobmanc wrote:Would it be possible to get a binary of CEF3 just for beta testing?

Sure, I'll try to make something available this week.

A binary preview (Windows only) is now available for download from the project downloads page: http://code.google.com/p/chromiumembedd ... indows.zip
welemon
Newbie
 
Posts: 2
Joined: Sun Mar 11, 2012 10:07 pm

Re: CEF3 Development Status

Postby fddima » Thu Mar 15, 2012 4:05 am

Oh, preview is amazing. http://html5test.com/ page now scrolling without lags. Very great work!
fddima
Master
 
Posts: 788
Joined: Tue Dec 07, 2010 6:10 am

Re: CEF3 Development Status

Postby fddima » Thu Mar 15, 2012 4:34 am

It is will be possible to use something like JSBinding from UI process (not render process)? Or may be it is already implemented?
fddima
Master
 
Posts: 788
Joined: Tue Dec 07, 2010 6:10 am

Re: CEF3 Development Status

Postby magreenblatt » Thu Mar 15, 2012 7:55 am

fddima wrote:It is will be possible to use something like JSBinding from UI process (not render process)? Or may be it is already implemented?

I originally considered this but decided that the performance would be sub-optimal in many cases due to data being passed between processes unnecessarily. Instead, the application uses CefProcessMessage for communicating between processes and JS bindings are in the renderer process only. This allows for application-level optimization of both communication and bindings (JS API). So, for example, you can pass all of an object's attributes as a single CefProcessMessage and create a binding that exposes them to JS as separate accessors without additional inter-process communication. Design your JS APIs to work asynchronously as described here: http://www.chromium.org/developers/desi ... design-doc
magreenblatt
Site Admin
 
Posts: 12382
Joined: Fri May 29, 2009 6:57 pm

PreviousNext

Return to CEF Discussion

Who is online

Users browsing this forum: No registered users and 16 guests