RSSAmplifier

Blog

Abhijeet Kandalkar

Software Engineer @ Igalia | C++ developer | Open Source contributor in Webkit/Chromium

abhijeetk.github.ioRSS feed ↗10 posts

Latest posts

Testing WebXR on Windows

WebXR on Windows

Exploring sandboxing in CEF and CEFSharp for Windows platform

Sandboxing is a critical feature for ensuring the security and stability of applications that embed web content. In this blog, we will delve into how sandboxing is achieved in the Chromium Embedded Framework (CEF). All analysis in this blog is performed on Windows operating system.

Improving disk read performance

When I started working on analyzing the startup time of a browser, I didn’t have an idea where to start. For me, Performance was a number game and trial-n-error approach. The challenge I was looking into is described in bug 1270977, in which the chrome binary hosted on two different partitions behaved differently.

Introduction to LaCrOS

Happy new year to All !!!

Up and running WebChimera with nwjs

Add proxy to windows environment

Up and running WebChimera with nwjs Ubuntu

Add proxy to ~/.bashrc

Up and running webassembly in browser

ASM to WebAssembly

Up and running ASM.js in browser

Install Emscripten SDK Download Emscripten SDK Offline Installer and install it. For more information about installation process refer https://kripken.github.io/emscripten-site/docs/getting_started/index.html

Building ffmpeg form nwjs/chromium repository

Open VS2013 x64 Native Tools Command Prompt C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\Shortcuts Open C:\cygwin64\Cygwin.bat in VS2013 x64 Native Tools Command Prompt and make sure that compiler and linker are refering to VS2013 64 bit executables as shown below.[Assuming you have cygwin installed on your Windows machine] Set following environment variables set…

Building ffmpeg and ffplay on Windows7 64 bit

##Prerequisite for ffmpeg## Install Msys64 on yourmachine. (msys2-x86_64-20150916.exe)