1. 0b6e825 Merge "js.core: Make vdl tool generate valid struct tags so that go vet is happy." by Suharsh Sivakumar · 9 years ago
  2. 200abb3 js.core: Make vdl tool generate valid struct tags so that go vet is happy. by Suharsh Sivakumar · 9 years ago
  3. 4c7ddee js.core: Change "profiles" directory to "runtime" by Suharsh Sivakumar · 9 years ago
  4. 699ae8c "javascript": Update w.r.t CL 10893 by Ankur · 9 years ago
  5. ba0680f core.js: Adding an example which shows service methods to jsdocs. by Ali Ghassemi · 9 years ago
  6. 3e3ab69 js/core: Add WebDriver library for UI Testing by Alex Fandrianto · 9 years ago
  7. acdbe57 core.js: docs wrongly saying 'method' name is passed to dispacther. by Ali Ghassemi · 9 years ago
  8. a8d3180 js.core: simplifying cross-compilation with the v23 tool by Jiri Simsa · 9 years ago
  9. 3ffdaac ext: Switch to open caveat validation tab when one is already open by Benjamin Prosnitz · 9 years ago
  10. 1e51992 Lazily connect to background port from content script by Benjamin Prosnitz · 9 years ago
  11. 68f3c18 TBR Update version of extension by Benjamin Prosnitz · 9 years ago
  12. 0ca15d1 Support for Multi-caveat Auth On a Single Page by Benjamin Prosnitz · 9 years ago
  13. be5f6e7 TBR js.core: generate index.js after a change to a vdl file by Srdjan Petrovic · 9 years ago
  14. b67877e js.core: update javascript files after a vdlconfig change by Srdjan Petrovic · 9 years ago
  15. 4b4be70 TBR Update extension version by Benjamin Prosnitz · 9 years ago
  16. 918a6bf Merge "core.js: [encode/decode] name elements support in JS." by Ali Ghassemi · 9 years ago
  17. 8f325a2 Merge "js: Support Vanadium in iframes of different origin than main page" by Benjamin Prosnitz · 9 years ago
  18. e91c79a Merge "core.js: fixing some security docs." by Ali Ghassemi · 9 years ago
  19. 0e4778a js: Support Vanadium in iframes of different origin than main page by Benjamin Prosnitz · 9 years ago
  20. cccd794 core.js: [encode/decode] name elements support in JS. by Ali Ghassemi · 9 years ago
  21. 4ef27f5 Merge "core.js: Documenting the crash event on runtime with @event Also loading fonts from https" by Ali Ghassemi · 9 years ago
  22. d85d3f7 core.js: fixing some security docs. by Ali Ghassemi · 9 years ago
  23. 3e5b736 core.js: Using the vanadium module's public API rather than by Ali Ghassemi · 9 years ago
  24. 9815802 TBR version bump to 0.1.4 by Ali Ghassemi · 9 years ago
  25. 07407cd js/core: Revert 20d54fdd8c87ced82becd632bd93d071f53c1356 with a fix in by Shyam Jayaraman · 9 years ago
  26. b2e8134 core.js: Documenting the crash event on runtime with @event by Ali Ghassemi · 9 years ago
  27. d3929fb TBR: version bump for the rollback by Ali Ghassemi · 9 years ago
  28. 823f2c4 TBR js/core: Revert b7e1471eaeb0f1677edf45b69a1fd719d56e5047 because the by Shyam Jayaraman · 9 years ago
  29. be9eaf5 TBR Update extension version by Benjamin Prosnitz · 9 years ago
  30. 9194e46 Merge "js/core: Share an encoder and decoder for all clients." by Shyam Jayaraman · 9 years ago
  31. 1175291 js: Support for all methods on blessing store by Benjamin Prosnitz · 9 years ago
  32. b7e1471 js/core: Share an encoder and decoder for all clients. by Shyam Jayaraman · 9 years ago
  33. 20dc3d1 js: UnionOfBlessings() by Benjamin Prosnitz · 9 years ago
  34. 2ddf6c2 javascript/core: fixing the CONTRIBUTORS file by Jiri Simsa · 9 years ago
  35. 5a8e7a8 js/core: async-call numOutArg consistency for callbacks and promises by Alex Fandrianto · 9 years ago
  36. a62a5ce TBR version bump by Ali Ghassemi · 9 years ago
  37. 58415d2 Merge "core.js: Adding support for RpcServerOptions such as IsLeaf and ServesMountTable to wspr and JS." by Ali Ghassemi · 9 years ago
  38. ffb75ee Use native promise implementation if one is available, otherwise by Nicolas Lacasse · 9 years ago
  39. 9d06c8b core.js: Adding support for RpcServerOptions such as IsLeaf and by Ali Ghassemi · 9 years ago
  40. f02fa6e js/core: Use vdl instead of serviceDescription in test-js-client-server.js by Alex Fandrianto · 9 years ago
  41. bc99f09 Take out "private: true" from package.json, and bump extn version to 0.1.0 by Nicolas Lacasse · 9 years ago
  42. 91c6673 Switch "useGranter" to "granter", and add documentation. by Nicolas Lacasse · 9 years ago
  43. 800589b core.js: Fixing a bug where extensionIsNotInstalled error was not by Ali Ghassemi · 9 years ago
  44. a4854ac Merge "vom: move magicbyte handling into encode/decode." by Jungho Ahn · 9 years ago
  45. 6e735d1 core.js: Adding serverCall to the list of reserved names. by Ali Ghassemi · 9 years ago
  46. d3c15f2 Merge "core.js: Cleaning up security docs." by Ali Ghassemi · 9 years ago
  47. b0627be vom: move magicbyte handling into encode/decode. by Jungho Ahn · 9 years ago
  48. 8945fcb Merge "Copy all error properties in fromNativeValue." by Nicolas Lacasse · 9 years ago
  49. a0372a7 TBR core.js: Version bump by Ali Ghassemi · 9 years ago
  50. c0a7cdd Copy all error properties in fromNativeValue. by Nicolas Lacasse · 9 years ago
  51. 17fd77f Merge "js/core: Pass the user language between wspr and JS" by Shyam Jayaraman · 9 years ago
  52. 9f2a095 Merge "js/core: Use strings for kinds" by Alex Fandrianto · 9 years ago
  53. 9541da3 js/core: Pass the user language between wspr and JS by Shyam Jayaraman · 9 years ago
  54. fab4ef7 Merge "js.core: Pass the language from client to server across RPCs." by Matt Rosencrantz · 9 years ago
  55. ca7a6ad core.js: Cleaning up security docs. by Ali Ghassemi · 9 years ago
  56. 697a08b js.core: Pass the language from client to server across RPCs. by Matt Rosencrantz · 9 years ago
  57. 9fdca1e js/core: Use strings for kinds by Alex Fandrianto · 9 years ago
  58. 00ff532 core.js: Removing some TODOs that were done or won't get done. by Ali Ghassemi · 9 years ago
  59. c710b64 TBR js.core: VDL require named in-args, fix bug with named out-args. by Todd Wang · 9 years ago
  60. 21b89f9 Merge "javascript: moving deploy logic to the infrastructure project" by Jiri Simsa · 9 years ago
  61. 024b9fb js/core: Renames createSignatures and Signature by Alex Fandrianto · 9 years ago
  62. 9d1a1e7 TBR: Bump extension version by Nicolas Lacasse · 9 years ago
  63. 963cf16 Merge "Fix another race condition triggered when two vanadium runtimes authenticate at the same time (like on the tutorials)." by Nicolas Lacasse · 9 years ago
  64. b63902c Merge "js: Set default app name to be location.host" by Benjamin Prosnitz · 9 years ago
  65. 2105771 Merge "core.js: cleaning up docs for vanadium.rpc.*" by Ali Ghassemi · 9 years ago
  66. 57ce408 javascript: moving deploy logic to the infrastructure project by Jiri Simsa · 9 years ago
  67. e45e4cd Fix another race condition triggered when two vanadium runtimes by Nicolas Lacasse · 9 years ago
  68. 07f0e20 js: Set default app name to be location.host by Benjamin Prosnitz · 9 years ago
  69. a37374e TBR js/core: use &lt; and &gt; instead of < > in docs. by Shyam Jayaraman · 9 years ago
  70. 54db905 TBR: bump extn version by Nicolas Lacasse · 9 years ago
  71. 6c6db3c jsdoc vtrace tweaks. by Nicolas Lacasse · 9 years ago
  72. e362761 Merge "Fix race condition in nacl plugin startup." by Nicolas Lacasse · 9 years ago
  73. 81b37d4 Merge "core.js: Adding reference to Browserify, tutorials and moving usage section to be before Building and testing" by Ali Ghassemi · 9 years ago
  74. 3c19007 core.js: cleaning up docs for vanadium.rpc.* by Ali Ghassemi · 9 years ago
  75. d1f1265 Fix race condition in nacl plugin startup. by Nicolas Lacasse · 9 years ago
  76. 9b139f5 core.js: Adding reference to Browserify, tutorials and moving usage by Ali Ghassemi · 9 years ago
  77. 21ee68a Add allowAnyoneAuthorizer in JS. by Nicolas Lacasse · 9 years ago
  78. 1efddd2 Merge "js.core: CaveatX->Caveat and rename caveat factories." by Suharsh Sivakumar · 9 years ago
  79. 65af901 js: Split blessing store from principal by Benjamin Prosnitz · 9 years ago
  80. 6a6a3e7 js.core: CaveatX->Caveat and rename caveat factories. by Suharsh Sivakumar · 9 years ago
  81. 3bb4840 jsdocs: Fix up uniqueid, vdl.*, and vlog. by Nicolas Lacasse · 9 years ago
  82. 845365b Merge "js: Add debug string to blessing object" by Benjamin Prosnitz · 9 years ago
  83. 51d9a66 core.js: Fixing context and error docs. by Ali Ghassemi · 9 years ago
  84. b0652d1 TBR js: Fix bug where all out args aren't passed in convertOutArgSafe by Benjamin Prosnitz · 9 years ago
  85. c2113f4 js: Add debug string to blessing object by Benjamin Prosnitz · 9 years ago
  86. 86cd3c5 Merge "js/vdl: lowercase non-type exports in vdl namespace" by Shyam Jayaraman · 9 years ago
  87. fcb64a3 Merge "Update Terms of Service text based on lawyer feedback." by Nicolas Lacasse · 9 years ago
  88. c948b70 Merge "js/core: BigInt.fromNativeNumberApprox" by Alex Fandrianto · 9 years ago
  89. fb5461d Update Terms of Service text based on lawyer feedback. by Nicolas Lacasse · 9 years ago
  90. 443e217 js/core: BigInt.fromNativeNumberApprox by Alex Fandrianto · 9 years ago
  91. b153427 js.core: Remove support for API versions <9 and endpoint versions < 5. by Matt Rosencrantz · 9 years ago
  92. 1f5f7c3 js/vdl: lowercase non-type exports in vdl namespace by Shyam Jayaraman · 9 years ago
  93. 0db107b Merge "core.js/docs: Adding favicon for JSDocs" by Ali Ghassemi · 9 years ago
  94. 23c627b Merge "js/core: Update Usage for RPC client and ipc->rpc" by Alex Fandrianto · 9 years ago
  95. 60e36d7 core.js/docs: Adding favicon for JSDocs by Ali Ghassemi · 9 years ago
  96. 6bf5ad6 Merge "js/core: expected-gen build rule" by Alex Fandrianto · 9 years ago
  97. 3c1b323 TBR update manifest version by Benjamin Prosnitz · 9 years ago
  98. 878df4a js/core: expected-gen build rule by Alex Fandrianto · 9 years ago
  99. 9e03eea TBR: bump extn version by Nicolas Lacasse · 9 years ago
  100. 77e20d0 js: Add addToRoots() on principal by Benjamin Prosnitz · 9 years ago