--
You received this message because you are subscribed to the Google Groups "headless-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to headless-dev+unsubscribe@chromium.org.
To post to this group, send email to headle...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/headless-dev/CAPuKmMWeWRd-J7sq3iMzX_Zj0YpoBUvMBAYascEcPN80Cmb1rQ%40mail.gmail.com.
I wonder how reusing is possible so simply - I know some of the files contain absolute paths - did you fix those instances, or are they simply irrelevant (used only by plugins, extensions and other unsupported features in --headless)?☆PhistucKOn Tue, Oct 31, 2017 at 12:44 AM, dvallet (Chromium) <dva...@chromium.org> wrote:Headless user profile structure is changing. If you reuse profiles by setting the --user-data-dir flag, your profile (Cookies and local storage) will no longer be read in Chrome 63.Why are we making this change?We are changing headless to use a "Default" profile, this means that we share the same structure as non-headless Chrome Default profile, so you can reuse/share more easily profiles between Chrome and Headless Chrome. See https://crbug.com/775703 and https://crbug.com/617931 for more information.Can I reuse the profile from previous versions of Headless Chrome?Yes, you just need to move all folders into a Default directory. So if you stored your profile in <profile> you would run the following bash commands:cd <profile>mkdir Defaultmv * DefaultPlease report any issues at crbug.com/new
--
You received this message because you are subscribed to the Google Groups "headless-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to headless-dev...@chromium.org.
--
You received this message because you are subscribed to the Google Groups "headless-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to headless-dev...@chromium.org.
To post to this group, send email to headle...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/headless-dev/3830c79c-2f16-4209-908f-313a69012458%40chromium.org.
it should pick up the "Default" profile's local storage and cookies.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/headless-dev/e4d37f13-dedf-4eb8-a3f9-398165ea075d%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/headless-dev/17c31630-2670-4698-8195-65c8b971cd36%40chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to headless-dev+unsubscribe@chromium.org.
To post to this group, send email to headle...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/headless-dev/2a9b515b-66bf-47f0-bf43-d8b718639648%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/headless-dev/2a9b515b-66bf-47f0-bf43-d8b718639648%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "headless-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to headless-dev...@chromium.org.
To post to this group, send email to headle...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/headless-dev/CAPG_qM5ifeSR1kjAoXtQao78%3DXfOv8rv4AhguGxv%3DcvijeB8YQ%40mail.gmail.com.