1. 17 11月, 2021 1 次提交
    • P
      [wasm] renames and cleanup before modularization (#61596) · da0e0f73
      Pavel Savara 提交于
      - no imports from outer scope
      - move dotnet to -extern-pre-js
      - re-enable JS minification with ES2018
      - rename main javaScript files to main.js and test-main.js
      - sample and test script cleanup
      - rename set_exit_code method
      - rewrite test start as async method
      - improve script loading via script element on page in test
      - use BINDING.bind_static_method instead of INTERNAL where possible
      - better .d.ts exports
      - formatted html files
      - renamed modules.ts to imports.ts which makes more sense
      - improved error propagation
      - renamed __initializeImportsAndExports
      - delayed exit and stdout flush
      da0e0f73
  2. 03 11月, 2021 1 次提交
    • I
      [wasm][debugger]Add hidden attribute support (#61143) · 39f34708
      Ilona Tomkowicz 提交于
      * Draft of hidden attribute decorator use.
      
      * Removed checking custom attributes in the runtime each time the breakpoint is set and moved it to the constructor which is more efficient.
      
      * Added test for DebuggerHidden decorator.
      
      * By adding a line: using System.Diagnostics; IntAdd method moved down one line what resulted in CreateGoodBreakpoint tests failures. All row numbers in these tests had to be incremented.
      
      * Reverted edition of tests not connected with HiddenAttribute.
      
      * Added visible method to the HiddenAttribute test.
      
      * Applying thaystg review suggestion.
      39f34708
  3. 23 10月, 2021 1 次提交
  4. 14 10月, 2021 1 次提交
    • P
      [wasm] rationalize internal exports (#60075) · a546fa48
      Pavel Savara 提交于
      - introduce globalThis.INTERNAL and move all exported methods which we only use internally or for testing
      - reduce BINDING and MONO exports to minimal scope necessary - as used by Blazor
      - fix all internal usages in tests
      - produce dotnet.d.ts and include it in the workload
      - moved Module.config to MONO.config
      - added mono_load_runtime_and_bcl_args into MONO export
      - removed obsolete debugger test InvalidScopeId
      - introduced INTERNAL.mono_wasm_set_main_args
      - add mono_wasm_new_root_buffer, mono_wasm_new_root, mono_wasm_release_roots to the MONO interface
      a546fa48
  5. 12 9月, 2021 1 次提交
  6. 04 8月, 2021 2 次提交
  7. 29 7月, 2021 1 次提交
    • T
      [debugger] Improve debug after hot reload (#55869) · 3ffd963a
      Thays Grazia 提交于
      * Creating more test for hot reload debugging.
      
      * Fixing step on android after hot reload.
      
      * Fix get document information from enc pdb.
      
      * Addressing Aleksey comments.
      
      * Addressing @lambdageek comments and fixing implementation of mono_ppdb_lookup_location
      
      * Fixing compilation on ios.
      
      * Fix android compilation.
      3ffd963a
  8. 15 7月, 2021 1 次提交
  9. 13 7月, 2021 1 次提交
  10. 22 3月, 2021 1 次提交
    • T
      [wasm][debugger] Fix source link feature (#49908) · b8cba907
      Thays Grazia 提交于
      * sourcelink test
      
      * Test sourcelink.
      
      * Fix sourcelink.
      
      * Change test name
      
      * Move test to another file.
      
      * Rollback GetSourceLinkUrl
      
      * Changing to make trying to get from a Windows url running on Linux.
      b8cba907
  11. 11 3月, 2021 1 次提交