Bug 1173947 - Make getRandomValues message be urgent (r=mrbkap)

This commit is contained in:
Bill McCloskey 2015-07-07 14:21:36 -07:00
Родитель faa7457301
Коммит e05708ef41
2 изменённых файлов: 5 добавлений и 1 удалений

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

@ -90,6 +90,10 @@ function make_json()
function parent_test(finish)
{
function f(check_func) {
// Make sure this doesn't crash.
let array = new Uint32Array(10);
content.crypto.getRandomValues(array);
let result = check_func(10);
ok(result == 20, "calling function in parent worked");
return result;

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

@ -732,7 +732,7 @@ parent:
sync PCrashReporter(NativeThreadId tid, uint32_t processType);
sync GetRandomValues(uint32_t length)
prio(urgent) sync GetRandomValues(uint32_t length)
returns (uint8_t[] randomValues);
async GetSystemMemory(uint64_t getterId);