RESOLVED FIXED 61677
Property caching is too aggressive for API objects
https://bugs.webkit.org/show_bug.cgi?id=61677
Summary Property caching is too aggressive for API objects
Geoffrey Garen
Reported 2011-05-27 16:38:34 PDT
Property caching is too aggressive for API objects
Attachments
Patch (12.59 KB, patch)
2011-05-27 16:41 PDT, Geoffrey Garen
no flags
Patch (12.44 KB, patch)
2011-05-27 16:50 PDT, Geoffrey Garen
oliver: review+
Geoffrey Garen
Comment 1 2011-05-27 16:41:07 PDT
WebKit Review Bot
Comment 2 2011-05-27 16:43:14 PDT
Attachment 95227 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/API/JSCallbackObject..." exit_code: 1 Source/JavaScriptCore/runtime/JSTypeInfo.h:37: Code inside a namespace should not be indented. [whitespace/indent] [4] Source/JavaScriptCore/API/tests/testapi.c:358: PropertyCatchalls_getProperty is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Source/JavaScriptCore/API/tests/testapi.c:395: PropertyCatchalls_setProperty is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Source/JavaScriptCore/API/tests/testapi.c:415: PropertyCatchalls_getPropertyNames is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Source/JavaScriptCore/API/tests/testapi.c:429: PropertyCatchalls_definition is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Source/JavaScriptCore/API/tests/testapi.c:452: PropertyCatchalls_class is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Total errors found: 6 in 7 files If any of these errors are false positives, please file a bug against check-webkit-style.
Geoffrey Garen
Comment 3 2011-05-27 16:50:06 PDT
WebKit Review Bot
Comment 4 2011-05-27 16:52:10 PDT
Attachment 95228 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/API/JSCallbackObject..." exit_code: 1 Source/JavaScriptCore/runtime/JSTypeInfo.h:37: Code inside a namespace should not be indented. [whitespace/indent] [4] Source/JavaScriptCore/API/tests/testapi.c:358: PropertyCatchalls_getProperty is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Source/JavaScriptCore/API/tests/testapi.c:395: PropertyCatchalls_setProperty is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Source/JavaScriptCore/API/tests/testapi.c:415: PropertyCatchalls_getPropertyNames is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Source/JavaScriptCore/API/tests/testapi.c:429: PropertyCatchalls_definition is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Source/JavaScriptCore/API/tests/testapi.c:452: PropertyCatchalls_class is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Total errors found: 6 in 7 files If any of these errors are false positives, please file a bug against check-webkit-style.
Geoffrey Garen
Comment 5 2011-05-27 16:53:32 PDT
Geoffrey Garen
Comment 6 2011-05-27 16:53:40 PDT
Note You need to log in before you can comment on or make changes to this bug.