Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:windows

266         Reviewed by NOBODY (build fix for windows).
268 Adjust the exports for JSC on Windows like what was done for OSX in
332 Lower stringify recursion limit to deal with small windows stack.
351 Build fix for Windows target.
645 Unreviewed, another Windows build fix.
652 Unreviewed, projectile-fixing Windows build.
655 * wtf/DateMath.cpp: Replaced math with algorithm include (looking for std::min def for Windows).
659 Unreviewed, Windows build fix.
700 Windows build fix.
743 [Qt] Use $QMAKE_PATH_SEP instead of hardcoded / to fix Windows build
1001 Try to unbreak Windows build.
1173 This fixes the Windows-build if the user does not have a /tmp directory.
1190 Reviewed by NOBODY - speculative windows build fix (errm, for the other patch!).
1197 Reviewed by NOBODY - speculative windows build fix.
1340 Reviewed by NOBODY (windows build fix).
1342 Add exports for windows (corresponding to the JavaScriptCore.exp modification
1416 Fix the Windows build.
1425 When building on Windows, consider Windows specific files.
1594 underscore on Windows
1600 Build fix for experimental PGO Windows target.
1661 Part two of an attempted Windows build fix.
1668 Part one of an attempted Windows build fix.
1858 JavaScriptCore Fails to build on Windows (Cairo) due to CoreFoundation
2045 Windows build fix.
2158 Windows build fix.
2340 Windows build fix
2351 MacroAssemblerX86Common as a speculative build fix for Windows.
2365 This is just a convenience for Windows developers.
2460 Back out incorrect Windows build fix
2467 Windows build fix
2474 Windows jsc build fix
2627 Windows build fix.
2633 Windows build fixes after r43642
2912 Windows build fix.
2918 Windows build fix.
3333 (WTF::createThreadInternal): All the platforms (except Windows) used a sequential
3334 counter as a thread ID and mapped it into platform ID. Windows was using native thread
3351 * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def: ditto for Windows, plus added "deprecated" functions
3429 More Windows build fixes after r43479
3437 Windows build fixes after r43479
3538 Part 2: Try to fix the Windows build by adding a symbol which is really just a re-mangling of a changed method signature
3545 Try to fix the Windows build by removing an unknown symbol
3552 Touch Nodes.cpp to try to fix Windows build
3819 Windows build fix.
3826 Windows build fix.
4303 Fix the windows build by adding calling convention declarations everywhere,
4306 deluded belief that documented fastcall behavior on windows would match
4611 (WTF::createThreadInternal): All the platforms (except Windows) used a sequential
4612 counter as a thread ID and mapped it into platform ID. Windows was using native thread
4629 * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def: ditto for Windows, plus added "deprecated" functions
4923 Fix the build on Windows without JIT: interpreter/RegisterFile.h needs
5137 Redo parse tree constructor optimization without breaking the Windows
5178 Fix the Qt build on Windows.
5187 Enable the JIT for the Qt build on Windows.
5259 Try to fix Windows build.
5268 Try to fix Windows build.
5348 Reviewed by NOBODY (Make windows go again until i work out the
5357 Reviewed by NOBODY (Fix windows debug builds).
5581 Windows build fix.
5602 Roll JSC API number marshaling back out. It still breaks windows.
5696 Fix windows build (when doing a clean build)
5814 Windows build fix.
5899 Fix windows build.
6002 Windows build fix take 6.
6008 Windows build fix take 5.
6014 Windows build fix take 4.
6020 Windows build fix take 3.
6026 Windows build fix take 2.
6032 Windows build fix take 1.
7261 Another attempt to fix the windows build.
7268 Try and fix the windows build.
7706 Windows Debug build fix
7885 More Windows build fixage.
7892 Attempt to fix the Windows build.
7924 Speculative Windows build fix II.
7932 Speculative Windows build fix.
8041 * Add support for x86_64 and Windows.
8154 Disabled one more Mozilla JS test because it fails intermittently on Windows.
8170 Part of Bug 25305: can't run safari or drt on windows
8209 More Windows build fixes.
8222 Allows us to break a circular dependency between CFNetwork and WebKit on Windows,
8641 Remove support for profile-guided optimization on Windows
8998 Disabled another JavaScriptCore test because it fails on Windows but
9333 Copy testapi.js to $WebKitOutputDir on Windows
9336 Windows
9340 testapi from run-javascriptcore-tests on Windows.
9550 Fixed a JavaScriptCore crash on the Windows buildbot.
9553 Apparently, Windows has small stacks.
9709 Rolling out r41818 since it broke the windows build.
9831 Adopt setThreadNameInternal on Windows
9833 Also changed a Windows-only assertion about thread name length to an
9900 Change the Windows implementation of ThreadSpecific to use functions
10365 Use timeBeginPeriod to enable timing resolution greater than 16ms in command line jsc for Windows.
11108 Math.random is really slow on windows.
11111 the secure rand_s on windows. Unfortunately rand_s is an order
11117 30% win on SunSpider on Windows, resolving most of the remaining
11270 Windows
11501 Windows build fix after r40813
12071 REGRESSION (r36006): "out of memory" alert running dromaeo on Windows
12438 Windows build fix
13027 Windows build fix
13457 while they have their own implementation even on Windows.
13794 Try to fix Windows build.
13801 Try to fix Windows build.
14281 <rdar://problem/6040850> JavaScript register file should use VirtualAlloc on Windows
14305 * wtf/Platform.h: Touch this file again to make sure all Windows builds use the most recent
15209 Hopeful Windows crash-on-launch fix
15237 Windows build fixes
15305 <rdar://problem/6471129> Workers crash on Windows Release builds
15314 * wtf/ThreadingWin.cpp: (WTF::wtfThreadEntryPoint): Remove a Windows-only hack to finalize
16807 Revert r39226 / Bug 22818: Unify JIT callback argument access OS X / Windows
16848 Windows build fix.
17195 Fix windows builds.
17506 Remove CTI_ARGUMENTS mode, use va_start implementation on Windows,
17507 unifying JIT callback (cti_*) argument access on OS X & Windows
17750 Speculative fix for the Chromium-Windows bot.
17752 Strangely it builds fine on my local windows box (or at least doesn't hit this error)
18094 Previously platforms like Apple Windows WebKit, Cairo Windows WebKit,
18096 for all WIN_OS, later platforms can turn it off as needed on Windows
18124 Fix the build with Qt on Windows.
18126 * JavaScriptCore.pri: Compile ExecutableAllocatorWin.cpp on Windows.
18645 Windows build fix after r39020
19580 Fix compilation on Windows CE
19594 Implement lowResUTCTime() on Windows CE using GetSystemTime as _ftime() is not available.
19603 Removed unnecessary inclusion of errno.h, which also fixes compilation on Windows CE.
19650 Enable mouse panning feaure on Windows Cairo build.
19653 * wtf/Platform.h: Enable mouse panning feaure on Windows Cairo build.
19838 compile on Windows CE.
19843 * runtime/DateMath.cpp: Use localtime() on Windows CE.
19844 * wtf/Assertions.cpp: Compile on Windows CE without debugger.
19845 * wtf/Assertions.h: Include windows.h before defining ASSERT.
19848 on the Qt endianess. On Qt for Windows CE the endianess is
19852 * wtf/win/MainThreadWin.cpp: Don't include windows.h on CE after
20096 Make JavaScriptCore Chromium build under Windows (cmd only, cygwin almost works)
20550 - try to fix the Windows build
20666 - Windows build fix
20675 - Windows build fix
20837 Try to fix Windows build.
20845 Try to fix Windows build.
20873 Try to fix Windows build.
20912 Try to fix Windows build.
20920 Try to fix Windows build.
20928 Try to fix Windows build.
21140 Try to fix Windows build.
21175 Try to fix Windows build.
21183 Try to fix Windows build.
21191 Try to fix Windows build.
21199 Try to fix Windows build.
21207 Try to fix Windows build.
21263 Try to fix windows build.
23855 In order to speculatively fix the Windows build, this patch changes that
24820 Windows build fix after r38196
24849 Windows clean build fix after r38155
25307 * wtf/Threading.h: Changed other platforms to share the Windows
25330 Windows build fix
25523 Windows build fix.
26068 For Windows, export explicit functions rather than exporting data for atomicallyInitializedStaticMutex.
26070 Exporting data from a DLL on Windows requires specifying __declspec(dllimport) in the header used by
26205 Attempt to fix the Windows build.
26255 Fix the Windows build.
26557 Try to fix Windows build.
26567 Try to fix Windows build.
27052 Really "fix" CTI mode on windows 2k3.
27059 However in windows debug builds all executable allocations will be
27520 - get CTI working on Windows again
27611 - another similar Windows build fix
27617 - try to fix Windows build
27812 - try to fix Windows build
28940 Fix compilation on Windows CE.
28942 str(n)icmp, strdup and vsnprintf are not available on Windows CE,
29581 Windows build fix.
30156 v8 tests on Windows
30411 Chromium doesn't use pthreads on windows, so make its use conditional.
31053 * VM/CTI.cpp: Another Windows build fix. Change the args of ctiTrampoline.
31060 - try to fix Windows build
31290 Replace SSE3 check with an SSE2 check, and implement SSE2 check on windows.
31292 5.6% win on SunSpider on windows.
31691 Speculative Windows build fix.
31771 Improve performance of CTI on windows.
32709 Try to fix the windows build.
33196 Not reviewed, Windows build fix.
34258 Improve timer accuracy for JavaScript Date object on Windows.
34377 Fix the Windows build.
35344 Speculative Windows build fix.
36268 Attempt to fix the Windows build by using a const_cast to cast regs.Esp
36579 Fix some windows abi issues.
36620 Start bringing up SFX on windows.
36624 Start doing the work to bring up SFX on windows. Initially
38505 (WTF::initializeMainThread): On non-Windows platforms, just call mainThreadFunctionQueueMutex.
38657 Windows build fixes
38662 defined on Windows.
39250 Windows build fix.
39710 Still fixing Windows build.