[Webkit-unassigned] [Bug 128083] [GTK] Web Inspector crashes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 2 14:31:22 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=128083





--- Comment #1 from Diego Pino <dpino at igalia.com>  2014-02-02 14:28:44 PST ---
> resource:///org/webkitgtk/inspector/UserInterface/ImageUtilities.js:34: CONSOLE WARN: Can't open database due to: Error: SecurityError: DOM Exception 18. Images will be generated instead of loaded from cache

ImageUtilities.js:

try {
    var _generatedImageCacheDatabase = openDatabase("com.apple.WebInspector", 1, "Web Inspector Storage Database", 5 * 1024 * 1024);
} catch (e) {
    // If we can't open the database it isn't the end of the world, we just will always generate
    // the images and not cache them for better load times.
    console.warn("Can't open database due to: " + e + ". Images will be generated instead of loaded from cache.");
}

This warning was happening before and everything was working OK. If I comment the openDatabase line, the crash doesn't happen. For the moment that's a workaround.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list