Active Topics

 

Showing results 1 to 25 of 40 @ 0.02 seconds. Search: Posts Made By: romaxa
Forum: MeeGo / Harmattan 2013-01-28, 21:11
Replies: 452
Views: 185,238
Posted By romaxa
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!

Btw, if you see any issues with rendering, make issue in github, so we can track it and fix it.
Forum: MeeGo / Harmattan 2013-01-26, 18:30
Replies: 452
Views: 185,238
Posted By romaxa
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!

yes embedlite creates normal mozilla profile, and basically you are able to use mozilla API to receive history, bookmarks API... I need to wrap them into embedlite or provide example of component how...
Forum: MeeGo / Harmattan 2013-01-24, 07:50
Replies: 452
Views: 185,238
Posted By romaxa
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!

I think if you take build from my site and open
http://camendesign.com/code/video_for_everybody/test.html
it should display video playback with H264 string in right bottom corner, isn't it?
Forum: MeeGo / Harmattan 2013-01-24, 07:48
Replies: 452
Views: 185,238
Posted By romaxa
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!

Make sure that you run
make -f client.mk configure/build after mozconfig change (enable gstreamer)
Forum: MeeGo / Harmattan 2013-01-23, 16:16
Replies: 452
Views: 185,238
Posted By romaxa
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!

does it show H264 context? is it Harmattan N9 build?
Forum: MeeGo / Harmattan 2013-01-23, 15:07
Replies: 452
Views: 185,238
Posted By romaxa
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!

Try run exactly this in cmdline with latest url, probably original string not copied properly

CUSTOM_UA="Mozilla/5.0 (Linux; Android 4.0.3; Transformer Prime TF201 Build/IML74K) AppleWebKit/535.19...
Forum: MeeGo / Harmattan 2013-01-23, 08:42
Replies: 452
Views: 185,238
Posted By romaxa
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!

Latest builds have gstreamer support.
Simple test page:
http://camendesign.com/code/video_for_everybody/test.html

in order to test youtube mobile with h264 on harmattan N9, run
...
Forum: Nokia N9 / N950 2013-01-22, 18:05
Replies: 12
Views: 6,761
Posted By romaxa
Re: MicroB on n9?

I believe it would be much better to just make EmbedLite with QML having all necessary functionality and use it as main stream browser.
It should be as fast as Microb, support all latest mozilla...
Forum: MeeGo / Harmattan 2013-01-22, 14:40
Replies: 452
Views: 185,238
Posted By romaxa
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!

That feature need some small piece of code implementation, should not be hard to do.
Forum: MeeGo / Harmattan 2013-01-22, 09:53
Replies: 452
Views: 185,238
Posted By romaxa
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!

Updated harmattan and mer builds available at the same location.
Bunch of fixes for input methods, fixed some reported issues (typing in previous field, covering input field - vkb down, et.c.)

If...
Forum: MeeGo / Harmattan 2013-01-22, 09:50
Replies: 452
Views: 185,238
Posted By romaxa
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!

Try to install gold linker, and get 4GB mem free.... that should link fast, also don't use virtualBox it is slow.
Forum: MeeGo / Harmattan 2013-01-21, 01:32
Replies: 452
Views: 185,238
Posted By romaxa
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!

I guess you need to cd into extracted build, or export GRE_HOME=/path/to/libxpcom.so_folder
Forum: MeeGo / Harmattan 2013-01-16, 00:43
Replies: 452
Views: 185,238
Posted By romaxa
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!

Yep, that make sense. I guess it also make sense to figure out some bug tracking system, probably simple is enough... also grant access to repository to people who willing to contribute...
Forum: MeeGo / Harmattan 2013-01-15, 23:28
Replies: 452
Views: 185,238
Posted By romaxa
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!

Practically you can try to build it from that branch, export SWRENDER=1 ./qml....
or launch with -no-glwidget cmd line argument. that will make it run with SW rendering
Forum: MeeGo / Harmattan 2013-01-15, 21:58
Replies: 452
Views: 185,238
Posted By romaxa
Forum: MeeGo / Harmattan 2013-01-15, 21:57
Replies: 452
Views: 185,238
Posted By romaxa
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!

I'm going to bake Embedding Branch in github for a while until it is ready to ship, and keep reference QML test browser inside...

Not sure what would be the best placeholder for writing Nice user...
Forum: MeeGo / Harmattan 2013-01-15, 21:50
Replies: 452
Views: 185,238
Posted By romaxa
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!

Current version is should be working pretty much anywhere...
At least I'm keeping it running on normal desktop Qt4.8.
Also build which I'm posting for N9 is not using meegotouch or any harmattan...
Forum: MeeGo / Harmattan 2013-01-15, 21:22
Replies: 452
Views: 185,238
Posted By romaxa
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!

Btw, Is anyone willing to participate development, for example write nice looking UI instead of this one:...
Forum: MeeGo / Harmattan 2013-01-15, 21:21
Replies: 452
Views: 185,238
Posted By romaxa
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!

Not sure I was using some simple QML ui around for long time...
Currently refactored embedding API, moved more stuff to generic part, created tiny Qt layer for QML adaptation...
Forum: MeeGo / Harmattan 2013-01-15, 20:04
Replies: 452
Views: 185,238
Posted By romaxa
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!

Hmm there is the branch with all stuff inside, rebased yesterday it to recent m-c.
Forum: MeeGo / Harmattan 2013-01-15, 17:28
Replies: 452
Views: 185,238
Posted By romaxa
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!

I updated build instructions
https://wiki.mozilla.org/Embedding/IPCLiteAPI#Build_instructions:
now repository located on github.
Forum: MeeGo / Harmattan 2013-01-15, 11:02
Replies: 452
Views: 185,238
Posted By romaxa
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!

Created new build for Harmattan N9:
http://romaxa.info/mer/mozbuildhm.tar.gz
Mer, amhl7:
http://romaxa.info/mer/mozbuild.tar.gz

1) Added basic support for touch events (http://here.net,...
Forum: MeeGo / Harmattan 2012-11-05, 05:06
Replies: 452
Views: 185,238
Posted By romaxa
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!

No UI problem not yet solved, I just started QML UI prototype using Threaded rendering model, which is very close to Android Firefox rendering model.
Forum: MeeGo / Harmattan 2012-09-09, 22:27
Replies: 452
Views: 185,238
Posted By romaxa
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!

Oh, I've been working on different branch.... now it is in default, you can try again
Forum: MeeGo / Harmattan 2012-09-05, 14:10
Replies: 452
Views: 185,238
Posted By romaxa
Re: Qt based Fennec (Firefox) - IPCLiteAPI - Hell it's fast!

Hi2all,

Thanks for sending me e-mail, haven't noticed there is some interest about it....

Here is some explanation about what is going on and roadmap...
Originally I was doing embedding API's...
Showing results 1 to 25 of 40



 
Forum Jump

All times are GMT. The time now is 19:19.