WebKit Trac
  • Login
  • Preferences
  • Forgot your password?
  • Wiki
  • Timeline
  • Browse Source
  • Search

Context Navigation



Results (1 - 10 of 25)

1 2 3 →
[230092]: Remove WTF_EXPORTDATA and JS_EXPORTDATA ...
Remove WTF_EXPORTDATA and JS_EXPORTDATA https://bugs.webkit.org/show_bug.cgi?id=184170 Reviewed by JF Bastien. Replace WTF_EXPORTDATA and JS_EXPORTDATA with WTF_EXPORT_PRIVATE and JS_EXPORT_PRIVATE respectively. Source/JavaScriptCore: * heap/WriteBarrierSupport. ...
By Yusuke Suzuki — Mar 29, 2018, 9:16:30 PM
[108808]: Fix linker warnings on Windows * ...
... def: Removed symbols that are already exported via JS_EXPORTDATA. * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreCommon.vsprops: Define BUILDING_WTF. We aren't actually building WTF, but we are statically linking it, so we need to define this symbol so that we export WTF's exports.
By Adam Roben — Feb 24, 2012, 8:49:04 AM
[106151]: [JSC] Some JS_EXPORTDATA may not be necessary. ...
[JSC] Some JS_EXPORTDATA may not be necessary. https://bugs.webkit.org/show_bug.cgi?id=77145 Reviewed by Darin Adler. Removed JS_EXPORTDATA attributes whose attributing symbols are not exported on Mac port. * runtime/ExceptionHelpers.h: (Interrupte ...
By morrita@google.com — Jan 27, 2012, 2:40:53 PM
[104744]: Assertion failure in JSC::allocateCell trying to allocate a JSString ...
... def file and export them explicitly using the JS_EXPORTDATA macro. member variables explicitly using * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def: * runtime/Executable.h: * runtime/JSString.h:
By andersca@apple.com — Jan 11, 2012, 2:01:29 PM
[102849]: JS_INLINE and WTF_INLINE should be visible from WebCore ...
... h family to Platform.h. - Replaced JS_EXPORTDATA in wtf moudule with newly introduced WTF_EXPORTDATA. Patch by Hajime Morrita <morrita@chromium.org> on 2011-12-14 Reviewed by Kevin Ollivier. * JavaScriptCore.xcodeproj/project.pbxproj: * config.h: * runtime/JSExportMacros.h ...
By commit-queue@webkit.org — Dec 14, 2011, 4:51:42 PM
[101751]: JS_INLINE and WTF_INLINE should be visible from WebCore ...
... h family to Platform.h. - Replaced JS_EXPORTDATA in wtf moudule with newly introduced WTF_EXPORTDATA. Patch by Hajime Morrita <morrita@chromium.org> on 2011-12-01 Reviewed by Kevin Ollivier. * JavaScriptCore.xcodeproj/project.pbxproj: * config.h: * runtime/JSExportMacros.h ...
By commit-queue@webkit.org — Dec 1, 2011, 11:33:40 PM
[97620]: Windows build fix after r97536, part 3 * runtime/JSAPIValueWrapper.h: ...
... h: * runtime/JSObject.h: Use JS_EXPORTDATA to export the s_info members.
By Adam Roben — Oct 17, 2011, 7:21:10 AM
[97610]: Windows build fix after r97536 * ...
... ct exports of s_info members, which need to be exported via JS_EXPORTDATA instead.
By Adam Roben — Oct 17, 2011, 5:58:42 AM
[96889]: Windows build fix Unreviewed build fix. Weird runtime failures on ...
... he ClassInfo struct in JSByteArray not being declared with JS_EXPORTDATA. * runtime/JSByteArray.h:
By mhahnenberg@apple.com — Oct 6, 2011, 7:09:35 PM
[93426]: TestWebKitAPI breaks on Windows due to fast malloc incompatibility. ...
... cpp: Removed redefinition of JS_EXPORTDATA.
By dslomov@google.com — Aug 19, 2011, 12:08:10 PM
1 2 3 →
Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 1.5.4
By Edgewall Software .

Hosted by Apple