javascript - What is libcontent_shell_content_view.so and how can I modify it? -


i creating android app using custom (not me) chromium , creating website in it. website front-end of app, , uses lot of javascript code. implement multi-threading in code make whole thing more user-friendly (better performances) , allow threads freeze without having whole website crashing.

to that, using web workers great feature. though, there libraries (such jquery or swipe) use window object, object can't accessed web worker.

i tried customize libraries (remove unused window objects, etc) either worker won't load library, or library isn't working anymore. tried modify chromium source code allow access window object. can't find reference web workers anywhere, file containing interesting (when ran grep on whole project) file libcontent_shell_content_view.so.

and after hours on internet, can't find library come from? do? , possible modify it?

thanks,

clems4ever


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -