Amine Khaldi
f5a2b4ee5d
[JSCRIPT_WINETEST] Sync with Wine Staging 1.9.23. CORE-12409
...
svn path=/trunk/; revision=73355
2016-11-23 10:09:03 +00:00
Amine Khaldi
a7a057e3a2
[JSCRIPT] Sync with Wine Staging 1.9.23. Dedicated to Ged. CORE-12409
...
7af3f65 jscript: Add more jsdisp_t to Instance helpers.
55f6e3c jscript: Use the existing helpers to get from a jsdisp_t to an Instance.
0f21353 jscript: Use wine_rb_tree to store local variables in compiler_ctx_t.
fc1ae4f jscript: Use CONTAINING_RECORD() to get from a field to a struct.
57291c4 jscript: Simplify create_utc_string and add basic tests.
20d5bba jscript: Simplify date_to_string and add basic tests.
4d67ffd jscript: Allocate string of correct size in Date toLocaleDateString method.
79f18d0 jscript: Properly handle \0 characters in Array join method.
fd07a15 jscript: Allocate string of correct size in Date toTimeString method.
1c3e0dd jscript: Properly handle \0 characters in String indexOf method.
54e6736 jscript: Properly handle \0 characters in String to{Lower,Upper}Case methods.
1842082 jscript: Do not include terminating \0 in result returned by Date_toLocale{Date,Time}String.
69437af jscript: Change prototype of jsstr_alloc_buf and fix some error handling issues.
d36ae56 jscript: Fix definition of JSSTR_MAX_LENGTH.
7369836 jscript: Simplify jsstr_release implementation.
svn path=/trunk/; revision=73354
2016-11-23 10:06:56 +00:00
Amine Khaldi
e98102ef8a
[CRYPT32] Bring back the code path that had r64026 and r66349 until we adapt our changes to the new code. CORE-12409 CORE-12446
...
svn path=/trunk/; revision=73353
2016-11-23 09:22:56 +00:00
Ged Murphy
dc7472be71
[NTOS]
...
- Fix an assert in MiFindExportedRoutineByName to be something more like what the original author probably wanted to do.
- This allows FileSpy to run successfully with the legacy filter driver
- https://postimg.org/image/7z73xy4pd/
svn path=/trunk/; revision=73352
2016-11-22 22:30:55 +00:00
Amine Khaldi
e6d204ac42
[WINDOWSCODECS] Addendum to r73303. CORE-12409
...
svn path=/trunk/; revision=73351
2016-11-22 18:10:59 +00:00
Amine Khaldi
9a6c74a856
[DBGHELP] Sync with Wine Staging 1.9.23. CORE-12409
...
svn path=/trunk/; revision=73350
2016-11-22 18:03:01 +00:00
Amine Khaldi
595348341e
[INCLUDES/WINE] Attempt to please the linux builder.
...
svn path=/trunk/; revision=73349
2016-11-22 17:42:41 +00:00
Amine Khaldi
c4dbe78cac
[INCLUDES/WINE] Update rbtree.h. [D3DCOMPILER_43][DBGHELP][WINED3D] Reflect the rbtree.h changes. CORE-12409
...
svn path=/trunk/; revision=73348
2016-11-22 17:23:40 +00:00
Amine Khaldi
81461b5470
[CRYPT32_WINETEST] Sync with Wine Staging 1.9.23. CORE-12409
...
svn path=/trunk/; revision=73347
2016-11-22 17:09:34 +00:00
Amine Khaldi
112dfc045f
[CRYPT32] Sync with Wine Staging 1.9.23. Jérôme, please review as we no longer have r64026 and r66349 with this. CORE-12409
...
svn path=/trunk/; revision=73346
2016-11-22 17:05:59 +00:00
Amine Khaldi
2324378c5e
[OLEDLG] Sync with Wine Staging 1.9.23. CORE-12409
...
svn path=/trunk/; revision=73345
2016-11-22 13:14:51 +00:00
Amine Khaldi
6b17088fa1
[RPCRT4_WINETEST] Sync with Wine Staging 1.9.23. CORE-12409
...
svn path=/trunk/; revision=73344
2016-11-22 13:13:22 +00:00
Amine Khaldi
0f3ce680b5
[RPCRT4] Sync with Wine Staging 1.9.23. CORE-12409
...
svn path=/trunk/; revision=73343
2016-11-22 13:11:44 +00:00
Peter Hater
2dc688c68b
[WSHTCPIP] Implement SIO_GET_INTERFACE_LIST by Andreas Maier aka andy-123. Thanks. CORE-10343
...
svn path=/trunk/; revision=73342
2016-11-22 12:45:41 +00:00
Amine Khaldi
b0a8d568d9
[OLE32] Sync with Wine Staging 1.9.23. CORE-12409
...
svn path=/trunk/; revision=73341
2016-11-22 12:30:48 +00:00
Amine Khaldi
6c3bba2b11
[MSI_WINETEST] Sync with Wine Staging 1.9.23. CORE-12409
...
svn path=/trunk/; revision=73340
2016-11-22 12:26:43 +00:00
Amine Khaldi
687517808b
[MSI] Sync with Wine Staging 1.9.23. CORE-12409
...
svn path=/trunk/; revision=73339
2016-11-22 12:25:27 +00:00
Amine Khaldi
08824abdc1
[COMDLG32_WINETEST] Sync with Wine Staging 1.9.23. CORE-12409
...
svn path=/trunk/; revision=73338
2016-11-22 12:17:19 +00:00
Amine Khaldi
9bf7b57fd1
[COMDLG32] Sync with Wine Staging 1.9.23. CORE-12409
...
svn path=/trunk/; revision=73337
2016-11-22 12:15:51 +00:00
Amine Khaldi
722d054541
[COMCTL32_WINETEST] Sync with Wine Staging 1.9.23. CORE-12409
...
svn path=/trunk/; revision=73336
2016-11-22 12:11:38 +00:00
Amine Khaldi
fe25cf50e9
[COMCTL32] Sync with Wine Staging 1.9.23. CORE-12409
...
svn path=/trunk/; revision=73335
2016-11-22 12:10:28 +00:00
James Tabor
b45fe0d55c
[Win32SS]
...
- Patch by Katayama Hirofumi MZ : Improves NC_IconForWindow function. See CORE-12129.
svn path=/trunk/; revision=73334
2016-11-22 04:46:58 +00:00
James Tabor
20637bd50c
[User32]
...
- Fix dialog pop up crash due to loop.
- Sync/Port from wine head, not sure about Staging.
svn path=/trunk/; revision=73333
2016-11-22 03:57:48 +00:00
James Tabor
4027329c6a
[User32]
...
- Patch by Katayama Hirofumi MZ : Improve task switcher's appearance.
- Debugged Alt+Esc
- Pixel perfect
- Implemented "Display Item Shifting"
- Added comments.
svn path=/trunk/; revision=73332
2016-11-22 03:54:55 +00:00
Hermès Bélusca-Maïto
ff16e0a2fc
[LSASRV]: Use LsapAllocateHeapZero to initialize the AllocateLsaHeap member of the LSA auth DispatchTable. Should fix login (this means some of the code calling DispatchTable->AllocateLsaHeap expect zero-initialized memory). Addendum to r73330.
...
CORE-12432
svn path=/trunk/; revision=73331
2016-11-21 14:42:14 +00:00
Hermès Bélusca-Maïto
4fc25ae9f2
[LSASRV]: Implement a simplified version of LsaIAllocateHeap / LsaIAllocateHeapZero / LsaIFreeHeap.
...
CORE-12432
svn path=/trunk/; revision=73330
2016-11-20 23:53:49 +00:00
Hermès Bélusca-Maïto
a310f53b84
[LSASRV]: Whitespace fixes only.
...
svn path=/trunk/; revision=73329
2016-11-20 23:53:10 +00:00
Pierre Schweitzer
9951d766cc
[KMTESTS:MM]
...
This tests doesn't fail anylonger on ReactOS (not sure which rev fixed it)
ROSTESTS-108
svn path=/trunk/; revision=73328
2016-11-20 20:58:22 +00:00
Pierre Schweitzer
d36b97a1dc
[NTOSKRNL]
...
When we're really not able to init cache for creating a file section, return the appropriate status code
svn path=/trunk/; revision=73327
2016-11-20 20:55:17 +00:00
Pierre Schweitzer
49691778cd
[KMTESTS:MM]
...
Thanks to r73325, these tests don't deadlock anymore on ReactOS. Enable them again (aka, revert r73227).
ROSTESTS-248
svn path=/trunk/; revision=73326
2016-11-20 18:42:15 +00:00
Pierre Schweitzer
d3a5befca6
[NTOSKRNL]
...
When creating a new VACB, compare file offset to section size and not to file size.
This fixes regression from r73199 where file size isn't changed anylonger, but section size is.
CORE-12430
ROSTESTS-248
svn path=/trunk/; revision=73325
2016-11-20 18:39:17 +00:00
Amine Khaldi
d14a8724c0
[UNIATA] Update to v0.46e1. CORE-11451
...
svn path=/trunk/; revision=73324
2016-11-20 15:58:03 +00:00
Pierre Schweitzer
c5ad9e290c
[NTOSKRNL]
...
Use the appropriated macro to check for pending operations. NFC
ROSTESTS-248
svn path=/trunk/; revision=73323
2016-11-20 10:51:26 +00:00
Thomas Faber
c037053a34
[NOTEPAD]
...
- Update the window title on Save. Based on a patch by Thomas Csovcsity.
CORE-12423 #resolve
svn path=/trunk/; revision=73322
2016-11-20 09:16:19 +00:00
Mark Jansen
cef870285c
[CMD] Wait for commands to exit when run with /C or /K. CORE-12402 #resolve
...
svn path=/trunk/; revision=73321
2016-11-18 19:53:40 +00:00
Amine Khaldi
bc95e1f73c
[WSHOM_WINETEST] Sync with Wine Staging 1.9.23. CORE-12409
...
svn path=/trunk/; revision=73320
2016-11-17 23:56:32 +00:00
Amine Khaldi
d65aa5dd2f
[RSAENH_WINETEST] Sync with Wine Staging 1.9.23. CORE-12409
...
svn path=/trunk/; revision=73319
2016-11-17 23:54:08 +00:00
Amine Khaldi
a02e2eb1aa
[SCRRUN_WINETEST] Sync with Wine Staging 1.9.23. CORE-12409
...
svn path=/trunk/; revision=73318
2016-11-17 23:52:31 +00:00
Amine Khaldi
1f354adf5e
[SETUPAPI_WINETEST] Sync with Wine Staging 1.9.23. CORE-12409
...
svn path=/trunk/; revision=73317
2016-11-17 23:49:54 +00:00
Amine Khaldi
12edc3f68c
[IMM32_WINETEST] Sync with Wine Staging 1.9.23. CORE-12409
...
svn path=/trunk/; revision=73316
2016-11-17 23:47:11 +00:00
Amine Khaldi
a16217bd9d
[REGEDIT_WINETEST] Sync with Wine Staging 1.9.23. CORE-12409
...
svn path=/trunk/; revision=73315
2016-11-17 23:39:22 +00:00
Amine Khaldi
bcbf704a5d
[GDI32_WINETEST] Sync with Wine Staging 1.9.23. CORE-12409
...
svn path=/trunk/; revision=73314
2016-11-17 23:36:54 +00:00
Amine Khaldi
1fd943c142
[PSDK] Add missing WINHTTP_NO_CLIENT_CERT_CONTEXT.
...
svn path=/trunk/; revision=73313
2016-11-17 23:32:39 +00:00
Amine Khaldi
01e37dce52
[XMLLITE_WINETEST] Sync with Wine Staging 1.9.23. CORE-12409
...
svn path=/trunk/; revision=73312
2016-11-17 23:31:04 +00:00
Amine Khaldi
5947a69517
[XMLLITE] Sync with Wine Staging 1.9.23. CORE-12409
...
svn path=/trunk/; revision=73311
2016-11-17 23:30:21 +00:00
Amine Khaldi
b623cc77d2
[XINPUT1_3_WINETEST] Sync with Wine Staging 1.9.23. CORE-12409
...
svn path=/trunk/; revision=73310
2016-11-17 23:29:18 +00:00
Amine Khaldi
fef2774bdd
[XINPUT1_3] Sync with Wine Staging 1.9.23. CORE-12409
...
svn path=/trunk/; revision=73309
2016-11-17 23:28:41 +00:00
Amine Khaldi
ed898f91d4
[PSDK] Update xinput.h. CORE-12409
...
svn path=/trunk/; revision=73308
2016-11-17 23:27:31 +00:00
Amine Khaldi
a63f1b60f6
[WINTRUST_WINETEST] Sync with Wine Staging 1.9.23. CORE-12409
...
svn path=/trunk/; revision=73307
2016-11-17 23:26:31 +00:00
Amine Khaldi
d4491e333c
[WINTRUST] Sync with Wine Staging 1.9.23. CORE-12409
...
svn path=/trunk/; revision=73306
2016-11-17 23:25:53 +00:00