hao liu
2018-11-19 10:08:22 UTC
Hi, I'm very new in chromium developing.
I recently encountered a problem
I am going to add an object to my javascript to get a large piece of text.
Initially I was going to use base::CommandLine to load a file path and open
it in render_process_host_impl.cc
But I found that the text was too long, causing the browser to crash when
dispatched to the renderer.
What method should I use to open the file in the renderer or in the Browser
and then send the data to the renderer so that the javascript object I
added can read it?
Thank you
I recently encountered a problem
I am going to add an object to my javascript to get a large piece of text.
Initially I was going to use base::CommandLine to load a file path and open
it in render_process_host_impl.cc
But I found that the text was too long, causing the browser to crash when
dispatched to the renderer.
What method should I use to open the file in the renderer or in the Browser
and then send the data to the renderer so that the javascript object I
added can read it?
Thank you
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/6f7bddcd-e687-46bc-8561-281de3ff5b05%40chromium.org.
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/6f7bddcd-e687-46bc-8561-281de3ff5b05%40chromium.org.