Grammalecte  Check-in [1a70959cda]

Overview
Comment:[fx][bug] fix personal dictionary loading at startup
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | fr
Files: files | file ages | folders
SHA3-256: 1a70959cdac7bf65d93946300455c90bef24bc5aae97ab69f22c4ede654620c7
User & Date: olr on 2018-04-06 12:02:11
Other Links: manifest | tags
Context
2018-04-06
12:36
[build][fx][bug] lexicon editor: set dictionary after import, hide save button after saving, + workaround for building with permanent specific profile (web-ext bug) check-in: 63cbaf7236 user: olr tags: trunk, build, fx
12:02
[fx][bug] fix personal dictionary loading at startup check-in: 1a70959cda user: olr tags: trunk, fr
10:30
[build][fx] option for web-ext linter check-in: c3d7359f80 user: olr tags: trunk, build, fx
Changes

Modified gc_lang/fr/webext/background.js from [a81d6917ba] to [5ef343fe2e].

105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
        console.log("initGrammarChecker failed");
        showError(e);
    }
}

function setDictionaryOnOff (sDictionary, bActivate) {
    xGCEWorker.postMessage({
        sCommand: "setDictionary",
        dParam: { sDictionary: sDictionary, bActivate: bActivate },
        dInfo: {}
    });
}

function initSCOptions (dSavedOptions) {
    if (!dSavedOptions.hasOwnProperty("sc_options")) {







|







105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
        console.log("initGrammarChecker failed");
        showError(e);
    }
}

function setDictionaryOnOff (sDictionary, bActivate) {
    xGCEWorker.postMessage({
        sCommand: "setDictionaryOnOff",
        dParam: { sDictionary: sDictionary, bActivate: bActivate },
        dInfo: {}
    });
}

function initSCOptions (dSavedOptions) {
    if (!dSavedOptions.hasOwnProperty("sc_options")) {