Changeset 139542 in webkit
- Timestamp:
- Jan 11, 2013, 8:54:15 PM (13 years ago)
- Location:
- trunk/Source
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r139541 r139542 1 1 2013-01-10 Filip Pizlo <fpizlo@apple.com> 2 2 3 The JITThunks class should be in its own file, and doing so should not break the build3 JITThunks should not compile only because of luck 4 4 https://bugs.webkit.org/show_bug.cgi?id=105696 5 5 -
trunk/Source/WebCore/ChangeLog
r139541 r139542 1 1 2013-01-10 Filip Pizlo <fpizlo@apple.com> 2 2 3 The JITThunks class should be in its own file, and doing so should not break the build3 JITThunks should not compile only because of luck 4 4 https://bugs.webkit.org/show_bug.cgi?id=105696 5 5 -
trunk/Source/WebKit/efl/ChangeLog
r139417 r139542 1 2013-01-11 Filip Pizlo <fpizlo@apple.com> 2 3 JITThunks should not compile only because of luck 4 https://bugs.webkit.org/show_bug.cgi?id=105696 5 6 Rubber stamped by Sam Weinig. 7 8 * ewk/EWebKit.h: 9 * ewk/ewk_main.cpp: 10 1 11 2013-01-11 KwangYong Choi <ky0.choi@samsung.com> 2 12 -
trunk/Source/WebKit2/ChangeLog
r139525 r139542 1 2013-01-11 Filip Pizlo <fpizlo@apple.com> 2 3 JITThunks should not compile only because of luck 4 https://bugs.webkit.org/show_bug.cgi?id=105696 5 6 Rubber stamped by Sam Weinig. 7 8 * Shared/APIObject.cpp: 9 * Shared/linux/WebMemorySamplerLinux.cpp: 10 * UIProcess/WebContext.cpp: 11 * WebProcess/WebPage/WebPage.cpp: 12 * WebProcess/efl/WebProcessMainEfl.cpp: 13 1 14 2013-01-11 Huang Dongsung <luxtella@company100.net> 2 15
Note:
See TracChangeset
for help on using the changeset viewer.