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