-
Notifications
You must be signed in to change notification settings - Fork 227
Place Edge browser userdata directory in metadata space of workspace #2469
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Place Edge browser userdata directory in metadata space of workspace #2469
Conversation
cea1248
to
97b092d
Compare
Test Results 1 821 files ±0 1 821 suites ±0 1h 55m 25s ⏱️ + 5m 12s For more details on these failures, see this check. Results for commit ec79aef. ± Comparison against base commit 1170414. ♻️ This comment has been updated with latest results. |
Looks good in principle. One more thought: Is this EBWebView directory platform-independet or could we potentially run into inconsistencies / problems in case Windows-on-ARM users migrate from |
97b092d
to
13b6ba6
Compare
Right, my thought was whether there is anything platform-specific inside that folder, and we should instead put it into the fragment directories But that is probably overthinking the problem, since if we did not override this path and stick to the default path, it also would be a generic platform-independent directory. So would the Remaining question: Who is the 'owner' of that directory
|
I am not sure whether there is a "correct" answer in the sense that there is some agreement, convention or the like that indisputably determines where to place it. I would go with the latter open (in |
13b6ba6
to
fb08bc7
Compare
The userdata directory for the Edge browser is currently placed as an immediate child of the workspace directory (if existing), thus mixing up with actual projects in the workspace. With this change, the directory is placed in the metadata folder of the SWT bundle within the workspace.
fb08bc7
to
ec79aef
Compare
Failing test already documented: #370 |
The userdata directory for the Edge browser is currently placed as an immediate child of the workspace directory (if existing), thus mixing up with actual projects in the workspace. With this change, the directory is placed in the metadata folder of the SWT bundle within the workspace.
See #2434 (comment)