--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
I am asking because you can open the Preferences file,write in it,save ..but Chrome rewrites it while it's running ,so there must be a way of synchronizing with that file to write in it.
--
Do you know how Chrome stores it's preferences and other data while it's running?With cookies ,or using session variable,or it syncs with the google account online.And another thing,the Preferences file is modified instantly when you disable an extension (seems with that data in the browser)
--
Thank you,I guess it's using a FileMapping of some sort ,if I only knew the name of the mapping
--
Is there any way to see the contents of the in-memory data structure?
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
If I could access that structure from another process/program ,maybe I could change something in it,via memory writing
I want to make a program from which I can modify Externally the properties of extensions ,Outside of Chrome .That is why I don't want to create an extension using the management api to do this,it has to be Externally from another program to monitor what the user does with extensions and interfere without using Chrome,or any api that chrome delivers.
I want to make a program from which I can modify Externally the properties of extensions ,Outside of Chrome .That is why I don't want to create an extension using the management api to do this,it has to be Externally from another program to monitor what the user does with extensions and interfere without using Chrome,or any api that chrome delivers.