Commit Graph

313 Commits

Author SHA1 Message Date
michael
5ceedc6bc3 * Patch from Henrique Werlang to expose JSValue (bug ID 37597) 2020-08-20 07:27:45 +00:00
michael
1572f8e05f * Patch from Henrique Werlang to retrieve declared properties (Bg ID 37598) 2020-08-20 07:26:26 +00:00
michael
f75a471eeb * Integer -> longint 2020-08-14 12:00:14 +00:00
michael
8e58dc66b3 * Patch from Henrique to improve stub generation for Delphi (bug ID 37568) 2020-08-14 10:26:02 +00:00
michael
2248f6abe2 * Move HRESULT to system unit 2020-08-14 10:21:22 +00:00
michael
a5a55469e9 * Fixes for Blob handling 2020-08-14 09:47:36 +00:00
michael
ed92652785 * Add arrayBuffer to Blob 2020-08-14 09:47:15 +00:00
michael
4be82217cd * Some fixes after tests with TSTrings 2020-08-14 09:34:44 +00:00
michael
0c8d5388e6 * TBytesStream.LoadFromURL 2020-08-14 09:23:01 +00:00
michael
bb2faaa7fe * Fix bug ID 37544 (add overload modifier for CharInSet) 2020-08-11 13:38:02 +00:00
michael
02a759f94d * Add stdcall in case of makestub 2020-08-11 13:32:10 +00:00
michael
031890d363 * Fix bug ID 37543 - type alias 2020-08-11 13:21:24 +00:00
michael
8a7ce44e4f * Get/Set value for objects, patch by Henrique Werlang (Bug ID 37540) 2020-08-11 11:46:50 +00:00
michael
1c6c8b9bf1 * Fix declaration (by Henrique Werlang, bug ID 37542) 2020-08-11 11:29:21 +00:00
michael
bc1f5ab533 Use HRESULT for delphi compatibility 2020-08-11 11:26:53 +00:00
michael
3ed3dc7f1c * Remove TUseBoolStr type 2020-08-10 15:09:24 +00:00
michael
767287d442 * Patch from Henrique Werlang to remove duplicate identifiers 2020-08-10 14:05:47 +00:00
michael
d395512a12 * Remove duplicate TStringDYnArray, patch from Henrique Werlang 2020-08-10 13:16:24 +00:00
michael
082bd8ce32 * Patch from Sven Barth to stream top/left 2020-08-08 09:21:18 +00:00
michael
601dfd5be7 * Add TJSCloseEvent definition from Simon Ameis, bug ID 37425 2020-08-06 22:33:48 +00:00
michael
628dd46797 * Fix missing reference to procedure streaming 2020-08-06 13:00:01 +00:00
michael
b5e238ec57 * Make strtoint more Delphi/FPC compatible: floats are rejected 2020-08-01 08:50:57 +00:00
mattias
3d92248d55 rtl: fixed AnsiSameText using toLowerCase to use default locale 2020-07-08 14:11:41 +00:00
michael
9578fd2459 * Complete URL and add URLSearchParams object 2020-07-02 08:54:05 +00:00
mattias
3df6637e4b rtl: fixed jsInstanceOf returning boolean 2020-06-27 07:18:24 +00:00
michael
9a0639a37f * Add overloads for postMessage with options object (bug ID 36727) 2020-06-24 09:11:46 +00:00
michael
6222bd535a * Add overloads for postMessage without Target (bug ID 36727) 2020-06-24 09:08:03 +00:00
michael
26553bcac7 * Add debug to TJSConsole (bug ID 36726) 2020-06-24 08:46:59 +00:00
michael
df8e44ef3e * Change some code that results in browser warning about unreachable code (bug ID 37246) 2020-06-24 08:41:58 +00:00
michael
a9eed7255c * Change some code that results in browser warning about unreachable code 2020-06-24 08:37:58 +00:00
michael
738210f764 * Change some code that results in browser warning about unreachable code 2020-06-24 08:31:39 +00:00
mattias
175bd2a274 rtl: enclosed async modifier in ifndef skipasync 2020-06-18 07:55:00 +00:00
mattias
3fbb199385 rtl: renamed overloads 2020-06-07 18:24:34 +00:00
michael
c72c0faa30 * Stack is enumerated from bottom up 2020-06-07 15:36:14 +00:00
michael
362986f47b * Added generic TStack/TObjectStack and tests 2020-06-07 15:21:36 +00:00
michael
e5ee98ef8a * Add TQueue/TObjectQueue 2020-06-07 10:06:23 +00:00
michael
796126d257 * Test generic list 2020-06-01 17:11:50 +00:00
michael
572897dec0 * TObjectDictionary 2020-06-01 15:19:16 +00:00
michael
21cf390e72 * Changed name to avoid confusion 2020-06-01 12:15:53 +00:00
michael
cac354d470 * Sleep function 2020-06-01 08:11:00 +00:00
michael
fe582f7957 * Add threadlist 2020-05-31 11:18:43 +00:00
michael
f34c0a891f * Initial TDictionary implementation 2020-05-31 10:58:40 +00:00
michael
8bf4930531 * Dictionary start 2020-05-31 09:21:27 +00:00
michael
25cd4a3287 * Map error 2020-05-30 14:12:57 +00:00
michael
d1ef06167d * Remove inline 2020-05-30 14:12:37 +00:00
michael
11a03717f0 * Change to anonymous func 2020-05-30 14:12:16 +00:00
mattias
bed2ddb8f2 rtl: using async function modifier 2020-05-28 07:16:42 +00:00
mattias
efd8b125a2 fixed missing inline 2020-05-28 07:14:44 +00:00
mattias
026bb6faa7 rtl: fixed compile 2020-05-20 07:58:01 +00:00
michael
27b6f1c5a3 * use reference to for exception handlers 2020-05-18 07:40:35 +00:00