gaia

Memory mapped equivalent for FirefoxOS

痴心易碎 提交于 2019-12-22 04:15:08
问题 How would you emulate a memory mapped file in FirefoxOS, Tizen or any other mobile pure-JS solution? The use case is for a mobile browser and you need lots of data which does not fit in the RAM or you don't want to waste RAM for it yet and prefer to lazy load it. The only thing I found is IndexedDB or what can I do about it? Any better tricks or APIs? Hmmh it looks like Web SQL Database could be also a solution on Android, Tizen or iOS. But Firefox does not support it (?) Update : I'm asking

Unable to build gaia from git in windows. Getting “Makefile:671: recipe for target 'preferences' failed”

蓝咒 提交于 2019-12-13 02:37:32
问题 I am trying to build and deploy a gaia build from git repo in Windows. I am trying to deploy it in অ Flame. I am trying to do it in a windows 7 with cygwin installed. After installing everything this is the error I am getting This works just fine in a Linux machine, but I need to do this in Windows since right now I have access to it only. Any pointers to what I am doing wrong here? 回答1: I'm afraid it's not going to work without significant effort for several reasons. Much better to use a VM

Memory mapped equivalent for FirefoxOS

岁酱吖の 提交于 2019-12-05 03:45:20
How would you emulate a memory mapped file in FirefoxOS, Tizen or any other mobile pure-JS solution? The use case is for a mobile browser and you need lots of data which does not fit in the RAM or you don't want to waste RAM for it yet and prefer to lazy load it. The only thing I found is IndexedDB or what can I do about it? Any better tricks or APIs? Hmmh it looks like Web SQL Database could be also a solution on Android, Tizen or iOS. But Firefox does not support it (?) Update : I'm asking because of some experiments jnv First thing first, Web SQL won't be ever standardised as explained in