Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit c8f39a5

Browse files
committed
Bug 879133 - "indexedDB.open fails if profile is in network drive". r=mak77
1 parent 9e554db commit c8f39a5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

db/sqlite3/src/moz.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@ DEFINES['SQLITE_MAX_SCHEMA_RETRY'] = 25
4949
# -DSQLITE_WIN32_GETVERSIONEX=0 avoids using deprecated functions.
5050
# SQLite will just assume we are running on NT kinds of Windows. That's fine
5151
# because we don't support Win9x.
52+
# -DSQLITE_ALLOW_URI_AUTHORITY=1 enables uri authorities. See bug 879133.
5253
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
5354
DEFINES['SQLITE_WIN32_GETVERSIONEX'] = 0
55+
DEFINES['SQLITE_ALLOW_URI_AUTHORITY'] = 1
5456

5557
# -DSQLITE_ENABLE_LOCKING_STYLE=1 to help with AFP folders
5658
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':

0 commit comments

Comments
 (0)