Stories
Slash Boxes
Comments

SoylentNews is people

posted by Fnord666 on Wednesday December 18 2019, @12:41PM   Printer-friendly
from the now-you-see-it-now-you-don't dept.

Where's our data, Google? Chrome 79 update 'a catastrophe' for Android devs with WebView apps:

A change to the location of profile data in Chrome 79 on Android, the new version rolling out now, means that applications using the WebView component lose data stored locally.

"This is a catastrophe; our users' data are being deleted as they receive the update," complained one developer.

[...] Google said it has halted the rollout, which is estimated at 50 per cent of devices.

The problem appears to stem from a change to the location of profile data in Chromium, the open source project on which Google Chrome is based. Some applications, such as those built with Apache Cordova, use the WebView component extensively, and in these cases the location of local data is determined by this component.

The upgrade to Chrome 79 should migrate this data to the new location, but a Chromium engineer remarked that "unfortunately local storage was missed off the list of files migrated."

[...] It gets worse. "There are several more missed migrations. 'databases' contains the websql dbs 'QuotaManager', and 'QuotaManager-journal' tracks site storage quotas," said another engineer.

One would think that after the deleting of user's files by a Microsoft Windows auto-update raised such a backlash, that testing for loss of data would be a top priority.


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2) by barbara hudson on Thursday December 19 2019, @12:18AM (3 children)

    by barbara hudson (6443) <barbara.Jane.hudson@icloud.com> on Thursday December 19 2019, @12:18AM (#934004) Journal
    Repeating the mistakes of the past - the DOM wasa terrible way to get things done. Then again, most of te stuff that came out of W3C is crap.
    --
    SoylentNews is social media. Says so right in the slogan. Soylentnews is people, not tech.
    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2  
  • (Score: 2) by arslan on Thursday December 19 2019, @04:41AM (2 children)

    by arslan (3462) on Thursday December 19 2019, @04:41AM (#934096)

    It is easy to be an armchair critic. Perhaps you'd like to share better alternatives, I'd be more than happy to look at better alternatives - so please enlighten us.

    • (Score: 2) by barbara hudson on Thursday December 19 2019, @06:43PM (1 child)

      by barbara hudson (6443) <barbara.Jane.hudson@icloud.com> on Thursday December 19 2019, @06:43PM (#934298) Journal

      Simple - anything except a web browser. How hard was that, given that we know that the more links in a chain, the weaker the chain, and the web browser is a really weak link.

      It would probably have been easier to harden Flash, since it wasn't trying to be and do everything - until it too fell into the same trap.

      The more features you have, the more formats you support, the more you're screwed, and the more hoops you have to jump through.

      To get back to essentials, the first question is do we even need a GUI? Many/most applications don't.

      --
      SoylentNews is social media. Says so right in the slogan. Soylentnews is people, not tech.
      • (Score: 2) by arslan on Thursday December 19 2019, @10:39PM

        by arslan (3462) on Thursday December 19 2019, @10:39PM (#934413)

        "Don't use this" isn't really an alternative. I sure hope you're not proposing Flash...

        And yes, some problems don't need a GUI, but fact is there still is a need to for GUIs in some cases, hence a good UI dev platform.