Open
Bug 1163644
(edge-migration)
Opened 10 years ago
Updated 2 years ago
[meta] Data importers/migrators for Microsoft Edge browser
Categories
(Firefox :: Migration, task)
Tracking
()
People
(Reporter: phlsa, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: meta, Whiteboard: [windows10])
Our import wizard on Windows currently doesn't show Microsoft Edge/Spartan as an option. It should really be in there, potentially at the very top.
Updated•10 years ago
|
Component: General → Migration
Updated•10 years ago
|
Blocks: windows-10-issues
Comment 1•10 years ago
|
||
Tracking for 39 and 40 from discussion on release-drivers about possible uplift of support for Windows 10.
tracking-firefox39:
--- → +
tracking-firefox40:
--- → +
Comment 2•10 years ago
|
||
So, rumors say Win10 could be released in july, users will take at least one month before building data they might be interested into migrating (basically they have to use Edge for at least one month and decide they don't like it), that pushes the date to August, more realistically September.
Having a migrator for Firefox 41 (released on 22nd of September) should cover vast majority of use-cases.
Reporter | ||
Updated•10 years ago
|
Priority: -- → P1
Comment 3•9 years ago
|
||
(In reply to Marco Bonardo [::mak] from comment #2)
> So, rumors say Win10 could be released in july, users will take at least one
> month before building data they might be interested into migrating
> (basically they have to use Edge for at least one month and decide they
> don't like it), that pushes the date to August, more realistically September.
> Having a migrator for Firefox 41 (released on 22nd of September) should
> cover vast majority of use-cases.
I'll circle back with Philipp and Dolske, but I agree that the data importer seems like a feature we can hold off on until we assume our users have some data and are migrating over.
Updated•9 years ago
|
status-firefox38.0.5:
--- → wontfix
status-firefox39:
--- → affected
status-firefox40:
--- → affected
status-firefox41:
--- → affected
tracking-firefox41:
--- → +
Comment 4•9 years ago
|
||
At first glance, the bookmarks from Edge/Spartan are shared with IE and stored in the same directory in the profile folder.
History, cookies, and settings are the other data types we currently import and I didn't look much at them yet.
Comment 5•9 years ago
|
||
Are you looking at the older build? Edge has different bookmarks from what IE has for me.
Comment 6•9 years ago
|
||
I'm running the version with Windows 10 TP.
Comment 7•9 years ago
|
||
Please try with the latest "Insider" Preview (no longer TP). The latest build is 10130.
Comment 8•9 years ago
|
||
Spartan's favorites is under Spartan APPX's data folder. I don't know the package folder name is kept even if RTM.
%HOME%/AppData/Local/Packages/Microsoft.Windows.Spartan_cw5n1h2txyewy/AC/Spartan/User/Default/Favorites
Comment 9•9 years ago
|
||
Edge is a universal app so it acts a lot like metro apps do. I'd bet that this directory can be difference per machine: 'Microsoft.Windows.Spartan_cw5n1h2txyewy'
IMO we shouldn't waste any time on this bug. There are far more serious issues on win10 to deal with.
Comment 10•9 years ago
|
||
Changing to P3 after discussion -- this will be important to do eventually, but it's not critical to have immediately for the Windows 10 release. Worst case until this is we import a slightly-stale version of the user's IE data (if they've been using Edge, and if it stays separate).
Priority: P1 → P3
Comment 11•9 years ago
|
||
OK. Glad to know this isn't going to block release. Marking wontfix for 39.
Comment 12•9 years ago
|
||
A documented way to get a folder for AppContainer (or a Metro app or a universal app) is the GetAppContainerFolderPath function:
https://msdn.microsoft.com/en-us/library/windows/desktop/hh448543%28v=vs.85%29.aspx
The DeriveAppContainerSidFromAppContainerName function will return an app container sid from an AppContainerName (or a "Moniker") such as "Microsoft.Windows.Spartan_cw5n1h2txyewy":
https://msdn.microsoft.com/en-us/library/windows/desktop/hh448541%28v=vs.85%29.aspx
NetworkIsolationEnumAppContainers will enumerate all AppContainers on the system:
https://msdn.microsoft.com/en-us/library/windows/desktop/hh447479%28v=vs.85%29.aspx
Comment 13•9 years ago
|
||
http://blogs.windows.com/bloggingwindows/2015/06/19/upcoming-changes-to-windows-10-insider-preview-builds/ indicates they're changing the app ID and people will lose all the stuff they don't actively back up and restore (and they're only providing instructions for restoring favorites).
Comment 14•9 years ago
|
||
It means that they can't change the app ID lightly (otherwise users will lose favorites and other settings again). So we can use the new app ID as a stable import source.
Comment 15•9 years ago
|
||
We need at least bookmarks migration for Firefox 41, provided the strings are approved to land in Aurora in bug 1179346.
Updated•9 years ago
|
Priority: P3 → P2
Comment 16•9 years ago
|
||
fyi - the passwords team (rchtara/rittme) is taking password specific importing off our backlog.
Updated•9 years ago
|
Keywords: meta
Summary: Data Importer can't import from Edge/Spartan → Data importers/migrators for Microsoft Edge browser
Comment 18•9 years ago
|
||
I've made this a metabug, and split out the different migrator types into subbugs since they are at least somewhat independent of each other. (Feel free to continue to use this one for discussing shared issues.)
Updated•9 years ago
|
Alias: edge-migration
I don't see a reason to track this meta bug going forward. I am hoping that devs/Sheila/RelMan team will track individual bugs targeting specific releases.
Comment 20•6 years ago
|
||
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Priority: P2 → P3
Comment 21•6 years ago
|
||
(In reply to Sylvestre Ledru [:sylvestre] from comment #20)
> Moving to p3 because no activity for at least 1 year(s).
> See
> https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.
> md#how-do-you-triage for more information
Those definitions don't reflect when a component isn't resourced. Moving back to P2.
Priority: P3 → P2
Updated•4 years ago
|
Severity: normal → N/A
Type: defect → task
Priority: P2 → --
Summary: Data importers/migrators for Microsoft Edge browser → [meta] Data importers/migrators for Microsoft Edge browser
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•