mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-07 15:12:28 +00:00
The auto complete session successfully instantiates now in response to user input.
This commit is contained in:
parent
eb72a00520
commit
26aae436e4
@ -42,7 +42,7 @@
|
|||||||
do_GetService("@mozilla.org/autocompleteSession;1?type=history");
|
do_GetService("@mozilla.org/autocompleteSession;1?type=history");
|
||||||
mAutoComplete = session;
|
mAutoComplete = session;
|
||||||
if (!mAutoComplete)
|
if (!mAutoComplete)
|
||||||
printf("CRAP CRAP!\n");
|
printf("Could not find autocomplete!\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -257,7 +257,7 @@
|
|||||||
buildSettings = {
|
buildSettings = {
|
||||||
DEBUGGING_SYMBOLS = NO;
|
DEBUGGING_SYMBOLS = NO;
|
||||||
FRAMEWORK_SEARCH_PATHS = ../embedding/browser/cocoa/src/build;
|
FRAMEWORK_SEARCH_PATHS = ../embedding/browser/cocoa/src/build;
|
||||||
HEADER_SEARCH_PATHS = "../dist/include/webbrwsr ../dist/include/dom ../dist/include/nspr ../dist/include/string ../dist/include/rdf ../dist/include/necko ../dist/include/find ../dist/include/embed_base ../dist/include/windowwatcher ../dist/include/webshell ../dist/include/widget ../dist/include/uriloader ../dist/include/docshell ../dist/include/profile ../dist/include/layout ../dist/include/content ../dist/include/webbrowserpersist ../dist/include/pref ../dist/include/mimetype ../dist/include/shistory ../dist/include/view ../dist/include/gfx ../dist/include/xultmpl ../dist/include/xmlextras ../dist/include/htmlparser ../dist/include/locale ../dist/include/unicharutil ../dist/include/xpcom";
|
HEADER_SEARCH_PATHS = "../dist/include/webbrwsr ../dist/include/dom ../dist/include/nspr ../dist/include/string ../dist/include/rdf ../dist/include/necko ../dist/include/find ../dist/include/embed_base ../dist/include/windowwatcher ../dist/include/webshell ../dist/include/widget ../dist/include/uriloader ../dist/include/docshell ../dist/include/profile ../dist/include/layout ../dist/include/content ../dist/include/webbrowserpersist ../dist/include/pref ../dist/include/mimetype ../dist/include/shistory ../dist/include/view ../dist/include/gfx ../dist/include/xultmpl ../dist/include/xmlextras ../dist/include/htmlparser ../dist/include/locale ../dist/include/unicharutil ../dist/include/appcomps ../dist/include/xpcom";
|
||||||
INSTALL_PATH = "$(HOME)/Applications";
|
INSTALL_PATH = "$(HOME)/Applications";
|
||||||
LIBRARY_SEARCH_PATHS = "../dist/bin ../dist/lib ../intl/unicharutil/util ../modules/zlib/src";
|
LIBRARY_SEARCH_PATHS = "../dist/bin ../dist/lib ../intl/unicharutil/util ../modules/zlib/src";
|
||||||
OPTIMIZATION_CFLAGS = "-O2";
|
OPTIMIZATION_CFLAGS = "-O2";
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
do_GetService("@mozilla.org/autocompleteSession;1?type=history");
|
do_GetService("@mozilla.org/autocompleteSession;1?type=history");
|
||||||
mAutoComplete = session;
|
mAutoComplete = session;
|
||||||
if (!mAutoComplete)
|
if (!mAutoComplete)
|
||||||
printf("CRAP CRAP!\n");
|
printf("Could not find autocomplete!\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
do_GetService("@mozilla.org/autocompleteSession;1?type=history");
|
do_GetService("@mozilla.org/autocompleteSession;1?type=history");
|
||||||
mAutoComplete = session;
|
mAutoComplete = session;
|
||||||
if (!mAutoComplete)
|
if (!mAutoComplete)
|
||||||
printf("CRAP CRAP!\n");
|
printf("Could not find autocomplete!\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -257,7 +257,7 @@
|
|||||||
buildSettings = {
|
buildSettings = {
|
||||||
DEBUGGING_SYMBOLS = NO;
|
DEBUGGING_SYMBOLS = NO;
|
||||||
FRAMEWORK_SEARCH_PATHS = ../embedding/browser/cocoa/src/build;
|
FRAMEWORK_SEARCH_PATHS = ../embedding/browser/cocoa/src/build;
|
||||||
HEADER_SEARCH_PATHS = "../dist/include/webbrwsr ../dist/include/dom ../dist/include/nspr ../dist/include/string ../dist/include/rdf ../dist/include/necko ../dist/include/find ../dist/include/embed_base ../dist/include/windowwatcher ../dist/include/webshell ../dist/include/widget ../dist/include/uriloader ../dist/include/docshell ../dist/include/profile ../dist/include/layout ../dist/include/content ../dist/include/webbrowserpersist ../dist/include/pref ../dist/include/mimetype ../dist/include/shistory ../dist/include/view ../dist/include/gfx ../dist/include/xultmpl ../dist/include/xmlextras ../dist/include/htmlparser ../dist/include/locale ../dist/include/unicharutil ../dist/include/xpcom";
|
HEADER_SEARCH_PATHS = "../dist/include/webbrwsr ../dist/include/dom ../dist/include/nspr ../dist/include/string ../dist/include/rdf ../dist/include/necko ../dist/include/find ../dist/include/embed_base ../dist/include/windowwatcher ../dist/include/webshell ../dist/include/widget ../dist/include/uriloader ../dist/include/docshell ../dist/include/profile ../dist/include/layout ../dist/include/content ../dist/include/webbrowserpersist ../dist/include/pref ../dist/include/mimetype ../dist/include/shistory ../dist/include/view ../dist/include/gfx ../dist/include/xultmpl ../dist/include/xmlextras ../dist/include/htmlparser ../dist/include/locale ../dist/include/unicharutil ../dist/include/appcomps ../dist/include/xpcom";
|
||||||
INSTALL_PATH = "$(HOME)/Applications";
|
INSTALL_PATH = "$(HOME)/Applications";
|
||||||
LIBRARY_SEARCH_PATHS = "../dist/bin ../dist/lib ../intl/unicharutil/util ../modules/zlib/src";
|
LIBRARY_SEARCH_PATHS = "../dist/bin ../dist/lib ../intl/unicharutil/util ../modules/zlib/src";
|
||||||
OPTIMIZATION_CFLAGS = "-O2";
|
OPTIMIZATION_CFLAGS = "-O2";
|
||||||
|
@ -257,7 +257,7 @@
|
|||||||
buildSettings = {
|
buildSettings = {
|
||||||
DEBUGGING_SYMBOLS = NO;
|
DEBUGGING_SYMBOLS = NO;
|
||||||
FRAMEWORK_SEARCH_PATHS = ../embedding/browser/cocoa/src/build;
|
FRAMEWORK_SEARCH_PATHS = ../embedding/browser/cocoa/src/build;
|
||||||
HEADER_SEARCH_PATHS = "../dist/include/webbrwsr ../dist/include/dom ../dist/include/nspr ../dist/include/string ../dist/include/rdf ../dist/include/necko ../dist/include/find ../dist/include/embed_base ../dist/include/windowwatcher ../dist/include/webshell ../dist/include/widget ../dist/include/uriloader ../dist/include/docshell ../dist/include/profile ../dist/include/layout ../dist/include/content ../dist/include/webbrowserpersist ../dist/include/pref ../dist/include/mimetype ../dist/include/shistory ../dist/include/view ../dist/include/gfx ../dist/include/xultmpl ../dist/include/xmlextras ../dist/include/htmlparser ../dist/include/locale ../dist/include/unicharutil ../dist/include/xpcom";
|
HEADER_SEARCH_PATHS = "../dist/include/webbrwsr ../dist/include/dom ../dist/include/nspr ../dist/include/string ../dist/include/rdf ../dist/include/necko ../dist/include/find ../dist/include/embed_base ../dist/include/windowwatcher ../dist/include/webshell ../dist/include/widget ../dist/include/uriloader ../dist/include/docshell ../dist/include/profile ../dist/include/layout ../dist/include/content ../dist/include/webbrowserpersist ../dist/include/pref ../dist/include/mimetype ../dist/include/shistory ../dist/include/view ../dist/include/gfx ../dist/include/xultmpl ../dist/include/xmlextras ../dist/include/htmlparser ../dist/include/locale ../dist/include/unicharutil ../dist/include/appcomps ../dist/include/xpcom";
|
||||||
INSTALL_PATH = "$(HOME)/Applications";
|
INSTALL_PATH = "$(HOME)/Applications";
|
||||||
LIBRARY_SEARCH_PATHS = "../dist/bin ../dist/lib ../intl/unicharutil/util ../modules/zlib/src";
|
LIBRARY_SEARCH_PATHS = "../dist/bin ../dist/lib ../intl/unicharutil/util ../modules/zlib/src";
|
||||||
OPTIMIZATION_CFLAGS = "-O2";
|
OPTIMIZATION_CFLAGS = "-O2";
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
do_GetService("@mozilla.org/autocompleteSession;1?type=history");
|
do_GetService("@mozilla.org/autocompleteSession;1?type=history");
|
||||||
mAutoComplete = session;
|
mAutoComplete = session;
|
||||||
if (!mAutoComplete)
|
if (!mAutoComplete)
|
||||||
printf("CRAP CRAP!\n");
|
printf("Could not find autocomplete!\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user