Attachment #138515
configure: bump mozjs requirement to 52 patch 2018-04-03 14:50:25 UTC 2.58 KB no flags Details
Attachment #138516
jsauthority: fix how classes are defined patch 2018-04-03 14:50:28 UTC 5.65 KB no flags Details
Attachment #138517
jsauthority: use JS_FN instead of JS_FS patch 2018-04-03 14:50:30 UTC 2.87 KB no flags Details
Attachment #138518
jsauthority: get rid of JSRuntime patch 2018-04-03 14:50:33 UTC 9.41 KB no flags Details
Attachment #138519
jsauthority: change how setVersion is called patch 2018-04-03 14:50:35 UTC 3.07 KB no flags Details
Attachment #138520
jsauthority: call JS_Init patch 2018-04-03 14:50:38 UTC 5.09 KB no flags Details
Attachment #138521
jsauthority: call JS_InitSelfHostedCode patch 2018-04-03 14:50:41 UTC 2.80 KB no flags Details
Attachment #138522
jsauthority: change how JIT is disabled patch 2018-04-03 14:50:44 UTC 3.24 KB no flags Details
Attachment #138523
jsauthority: JS::SetWarningReporter instead of JS_SetErrorReporter patch 2018-04-03 14:50:47 UTC 5.38 KB no flags Details
Attachment #138524
jsauthority: add UTF8 suffix to renamed functions patch 2018-04-03 14:50:49 UTC 6.56 KB no flags Details
Attachment #138525
jsauthority: pass "%s" format string to report functions patch 2018-04-03 14:50:52 UTC 2.86 KB no flags Details
Attachment #138526
jsauthority: s/JSBool/bool/ patch 2018-04-03 14:50:54 UTC 21.35 KB no flags Details
Attachment #138527
jsauthority: s/jsval/JS::Value/ patch 2018-04-03 14:50:57 UTC 30.72 KB no flags Details
Attachment #138528
jsauthority: s/JSVAL_NULL/JS::NullValue()/ patch 2018-04-03 14:51:01 UTC 8.60 KB no flags Details
Attachment #138529
jsauthority: s/JSVAL_VOID/JS::UndefinedValue()/ patch 2018-04-03 14:51:04 UTC 2.42 KB no flags Details
Attachment #138530
jsauthority: s/OBJECT_TO_JSVAL/JS::ObjectValue/ patch 2018-04-03 14:51:07 UTC 2.92 KB no flags Details
Attachment #138531
jsauthority: s/STRING_TO_JSVAL/JS::StringValue/ patch 2018-04-03 14:51:11 UTC 8.26 KB no flags Details
Attachment #138532
jsauthority: s/BOOLEAN_TO_JSVAL/JS::BooleanValue/ patch 2018-04-03 14:51:14 UTC 2.27 KB no flags Details
Attachment #138533
jsauthority: JSVAL_TO_OBJECT (o) to o.toObjectOrNull() patch 2018-04-03 14:51:16 UTC 4.54 KB no flags Details
Attachment #138534
jsauthority: JSVAL_TO_STRING (s) to s.toString() patch 2018-04-03 14:51:19 UTC 6.53 KB no flags Details
Attachment #138535
jsauthority: JSVAL_IS_STRING (s) to s.isString() patch 2018-04-03 14:51:21 UTC 6.56 KB no flags Details
Attachment #138536
jsauthority: JSVAL_IS_NULL (o) to o.isNull() patch 2018-04-03 14:51:24 UTC 2.73 KB no flags Details
Attachment #138537
jsauthority: Fix up JS_CallFunctionName invocations patch 2018-04-03 14:51:27 UTC 16.32 KB no flags Details
Attachment #138538
jsauthority: use InterruptCallback api instead of OperationCallback patch 2018-04-03 14:51:29 UTC 5.20 KB no flags Details
Attachment #138539
jsauthority: redo how global objects are set up patch 2018-04-03 14:51:33 UTC 14.14 KB no flags Details
Attachment #138540
jsauthority: root some locals to the context patch 2018-04-03 14:51:37 UTC 9.07 KB no flags Details
Attachment #138541
jsauthority: adapt arguments for new JS::Compile API patch 2018-04-03 14:51:40 UTC 3.30 KB no flags Details
Attachment #138542
jsauthority: adapt arguments for new JS_ExecuteScript API patch 2018-04-03 14:51:43 UTC 3.05 KB no flags Details
Attachment #138543
jsauthority: use JS::Evaluate instead of JS_EvaluateScript patch 2018-04-03 14:51:45 UTC 10.63 KB no flags Details
Attachment #138544
jsauthority: fix up set_property methods patch 2018-04-03 14:51:48 UTC 7.04 KB no flags Details
Attachment #138545
jsauthority: stop using JS_GetStringCharsZ patch 2018-04-03 14:51:51 UTC 9.43 KB no flags Details
Attachment #138546
jsauthority: switch from JS_ConvertArguments to JS::CallArgsFromVp patch 2018-04-03 14:51:54 UTC 8.42 KB no flags Details
Attachment #138547
jsauthority: re-enable JIT patch 2018-04-03 14:51:57 UTC 2.97 KB no flags Details
Attachment #138548
test: Add a test case to handle actions without explicit rules patch 2018-04-03 14:51:59 UTC 2.74 KB no flags Details

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.