mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
Revert "Issue #756 - Remove Contextual Identity from UnifiedComplete"
This reverts commit 50bf383712.
This commit is contained in:
parent
393112bc29
commit
979a96c49a
6 changed files with 116 additions and 40 deletions
|
|
@ -133,8 +133,10 @@
|
|||
// nsPlacesAutoComplete.js.
|
||||
#define CREATE_MOZ_OPENPAGES_TEMP NS_LITERAL_CSTRING( \
|
||||
"CREATE TEMP TABLE moz_openpages_temp (" \
|
||||
" url TEXT PRIMARY KEY" \
|
||||
" url TEXT" \
|
||||
", userContextId INTEGER" \
|
||||
", open_count INTEGER" \
|
||||
", PRIMARY KEY (url, userContextId)" \
|
||||
")" \
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue