| Summary: | Rename HighFidelityTypeProfiling variables for more clarity | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Saam Barati <saam> | ||||||||
| Component: | JavaScriptCore | Assignee: | Saam Barati <saam> | ||||||||
| Status: | RESOLVED FIXED | ||||||||||
| Severity: | Normal | CC: | bunhere, burg, commit-queue, fpizlo, ggaren, gyuyoung.kim, joepeck, rakuco, sergio, timothy | ||||||||
| Priority: | P2 | ||||||||||
| Version: | 528+ (Nightly build) | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Saam Barati
2014-08-13 13:32:09 PDT
Created attachment 236840 [details]
patch
Massive renaming job.
Attachment 236840 [details] did not pass style-queue:
ERROR: Source/JavaScriptCore/runtime/TypeProfilerLog.h:92: Should have a space between // and comment [whitespace/comments] [4]
ERROR: Source/JavaScriptCore/runtime/TypeProfilerLog.cpp:58: Missing space after , [whitespace/comma] [3]
ERROR: Source/JavaScriptCore/runtime/TypeProfilerLog.cpp:94: Should have a space between // and comment [whitespace/comments] [4]
Total errors found: 3 in 41 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 236841 [details]
patch
Fix above style bugs.
Comment on attachment 236841 [details]
patch
r=me
Comment on attachment 236841 [details] patch Rejecting attachment 236841 [details] from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.appspot.com', '--bot-id=webkit-cq-01', 'apply-attachment', '--no-update', '--non-interactive', 236841, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit Last 500 characters of output: g file Source/JavaScriptCore/runtime/TypeProfilerLog.cpp patching file Source/JavaScriptCore/runtime/TypeProfilerLog.h patching file Source/JavaScriptCore/runtime/VM.cpp patching file Source/JavaScriptCore/runtime/VM.h patching file Source/WebInspectorUI/ChangeLog patching file Source/WebInspectorUI/UserInterface/Models/ScriptSyntaxTree.js Failed to run "[u'/Volumes/Data/EWS/WebKit/Tools/Scripts/svn-apply', '--force', '--reviewer', u'Geoffrey Garen']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit Full output: http://webkit-queues.appspot.com/results/6029360024780800 Created attachment 236903 [details]
patch
Fixed conflict.
Comment on attachment 236903 [details]
patch
r=me
Comment on attachment 236903 [details] patch Clearing flags on attachment: 236903 Committed r172820: <http://trac.webkit.org/changeset/172820> All reviewed patches have been landed. Closing bug. |