Bug 124444

Summary: Move IDBCursorBackend operations into their own files
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebCore Misc.Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: alecflett, commit-queue, gyuyoung.kim, jsbell, rakuco
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch v1 thorton: review+

Brady Eidson
Reported 2013-11-15 17:00:02 PST
Move IDBCursorBackend operations into their own files
Attachments
Patch v1 (25.06 KB, patch)
2013-11-15 17:01 PST, Brady Eidson
thorton: review+
Brady Eidson
Comment 1 2013-11-15 17:01:15 PST
Created attachment 217104 [details] Patch v1
Brady Eidson
Comment 2 2013-11-15 17:03:18 PST
Style bot will complain about IDBCursorBackendOperations.h and IDBCursorBackendOperations.cpp not having newlines at the end. Fixed locally.
WebKit Commit Bot
Comment 3 2013-11-15 17:03:33 PST
Attachment 217104 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/CMakeLists.txt', u'Source/WebCore/ChangeLog', u'Source/WebCore/GNUmakefile.list.am', u'Source/WebCore/Modules/indexeddb/IDBCursorBackend.cpp', u'Source/WebCore/Modules/indexeddb/IDBCursorBackend.h', u'Source/WebCore/Modules/indexeddb/IDBCursorBackendOperations.cpp', u'Source/WebCore/Modules/indexeddb/IDBCursorBackendOperations.h', u'Source/WebCore/WebCore.xcodeproj/project.pbxproj']" exit_code: 1 Source/WebCore/Modules/indexeddb/IDBCursorBackendOperations.h:102: Could not find a newline character at the end of the file. [whitespace/ending_newline] [5] Source/WebCore/Modules/indexeddb/IDBCursorBackendOperations.cpp:131: Could not find a newline character at the end of the file. [whitespace/ending_newline] [5] Source/WebCore/CMakeLists.txt:792: Line contains tab character. [whitespace/tab] [5] Total errors found: 3 in 8 files If any of these errors are false positives, please file a bug against check-webkit-style.
Brady Eidson
Comment 4 2013-11-15 17:04:35 PST
(In reply to comment #3) > Attachment 217104 [details] did not pass style-queue: > Source/WebCore/CMakeLists.txt:792: Line contains tab character. [whitespace/tab] [5] Fixed that, too.
Tim Horton
Comment 5 2013-11-15 17:09:34 PST
Comment on attachment 217104 [details] Patch v1 View in context: https://bugs.webkit.org/attachment.cgi?id=217104&action=review > Source/WebCore/Modules/indexeddb/IDBCursorBackendOperations.cpp:2 > + * Copyright (C) 2013 Apple Inc. All rights reserved. Please use the license header from the original file.
Brady Eidson
Comment 6 2013-11-15 17:14:31 PST
Note You need to log in before you can comment on or make changes to this bug.