forked from adobe/webkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[V8] Replace toWebCoreString()/toWebCoreAtomicString() in CodeGenerat…
…orV8.pm with V8StringResource https://bugs.webkit.org/show_bug.cgi?id=103391 Reviewed by Adam Barth. This is an incremental effort for fixing bug 103331. I confirmed that this patch causes no performance regression for the micro benchmarks (https://bugs.webkit.org/attachment.cgi?id=176178). No tests. No change in behavior. * bindings/scripts/CodeGeneratorV8.pm: (GenerateNormalAttrSetter): (GenerateEventListenerCallback): * bindings/scripts/test/V8/V8TestEventTarget.cpp: (WebCore::TestEventTargetV8Internal::addEventListenerCallback): (WebCore::TestEventTargetV8Internal::removeEventListenerCallback): * bindings/scripts/test/V8/V8TestObj.cpp: (WebCore::TestObjV8Internal::addEventListenerCallback): (WebCore::TestObjV8Internal::removeEventListenerCallback): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@135922 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
a62ca72
commit 9eabbcf
Showing
4 changed files
with
35 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
2012-11-27 Kentaro Hara <[email protected]> | ||
|
||
[V8] Replace toWebCoreString()/toWebCoreAtomicString() in CodeGeneratorV8.pm with V8StringResource | ||
https://bugs.webkit.org/show_bug.cgi?id=103391 | ||
|
||
Reviewed by Adam Barth. | ||
|
||
This is an incremental effort for fixing bug 103331. | ||
I confirmed that this patch causes no performance regression | ||
for the micro benchmarks (https://bugs.webkit.org/attachment.cgi?id=176178). | ||
|
||
No tests. No change in behavior. | ||
|
||
* bindings/scripts/CodeGeneratorV8.pm: | ||
(GenerateNormalAttrSetter): | ||
(GenerateEventListenerCallback): | ||
* bindings/scripts/test/V8/V8TestEventTarget.cpp: | ||
(WebCore::TestEventTargetV8Internal::addEventListenerCallback): | ||
(WebCore::TestEventTargetV8Internal::removeEventListenerCallback): | ||
* bindings/scripts/test/V8/V8TestObj.cpp: | ||
(WebCore::TestObjV8Internal::addEventListenerCallback): | ||
(WebCore::TestObjV8Internal::removeEventListenerCallback): | ||
|
||
2012-11-27 Alexandru Chiculita <[email protected]> | ||
|
||
[CSS Regions] Elements using transforms are not repainted correctly when rendered in a region | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters