[INFER] Fix comment, temporarily turn on -a in browser for tests.

This commit is contained in:
Brian Hackett 2011-06-01 08:46:29 -07:00
Родитель 37b15c8920
Коммит 1bc79b5ebc
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -4405,7 +4405,9 @@ inline jsval
GetRTStringByIndex(JSContext *cx, uintN index);
// Wrapper for JS_NewObject to mark the new object as system when parent is
// also a system object.
// also a system object. If uniqueType is specified then a new type object will
// be created which is used only by the result, so that its property types
// will be tracked precisely.
inline JSObject*
xpc_NewSystemInheritingJSObject(JSContext *cx, JSClass *clasp, JSObject *proto,
bool uniqueType, JSObject *parent);

Просмотреть файл

@ -616,7 +616,7 @@ pref("javascript.options.methodjit.content", true);
pref("javascript.options.methodjit.chrome", true);
pref("javascript.options.jitprofiling.content", true);
pref("javascript.options.jitprofiling.chrome", true);
pref("javascript.options.methodjit_always", false);
pref("javascript.options.methodjit_always", true);
pref("javascript.options.typeinference", true);
// This preference limits the memory usage of javascript.
// If you want to change these values for your device,