RESOLVED FIXED 107814
Web Inspector: implement search for workspace sources
https://bugs.webkit.org/show_bug.cgi?id=107814
Summary Web Inspector: implement search for workspace sources
Andrey Lushnikov
Reported 2013-01-24 05:41:02 PST
Implement search for workspace sources.
Attachments
Patch (2.44 KB, patch)
2013-01-24 05:46 PST, Andrey Lushnikov
no flags
Patch (4.84 KB, patch)
2013-01-24 07:55 PST, Andrey Lushnikov
no flags
Patch (5.03 KB, patch)
2013-01-24 08:01 PST, Andrey Lushnikov
no flags
Patch (5.25 KB, patch)
2013-01-24 08:12 PST, Andrey Lushnikov
no flags
Patch (5.31 KB, patch)
2013-01-25 01:31 PST, Andrey Lushnikov
no flags
Andrey Lushnikov
Comment 1 2013-01-24 05:46:04 PST
Pavel Feldman
Comment 2 2013-01-24 05:53:31 PST
Comment on attachment 184472 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=184472&action=review > Source/WebCore/inspector/front-end/FileSystemWorkspaceProvider.js:96 > + function contentCallback(content, base64Encoded, mimeType) Please annotate. > Source/WebCore/inspector/front-end/FileSystemWorkspaceProvider.js:99 > + var lines = content.split("\n"); You either need lines or lineEndings. > Source/WebCore/inspector/front-end/FileSystemWorkspaceProvider.js:102 > + for (var i = 0; i < lines.length; ++i) { Please extract this code.
Andrey Lushnikov
Comment 3 2013-01-24 07:55:54 PST
Pavel Feldman
Comment 4 2013-01-24 08:01:02 PST
Comment on attachment 184495 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=184495&action=review > Source/WebCore/inspector/front-end/ContentProviders.js:291 > callback(result); no need for intermediate result variable. > Source/WebCore/inspector/front-end/utilities.js:646 > +function performSearchInContent(content, query, caseSensitive, isRegex) utilities are non-WebInspector aware. This should be defined next to WebInspector.ContentProvider.SearchMatch.
Andrey Lushnikov
Comment 5 2013-01-24 08:01:20 PST
Andrey Lushnikov
Comment 6 2013-01-24 08:12:29 PST
WebKit Review Bot
Comment 7 2013-01-24 09:10:37 PST
Comment on attachment 184502 [details] Patch Rejecting attachment 184502 [details] from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=gce-cq-03', 'apply-attachment', '--no-update', '--non-interactive', 184502, '--port=chromium-xvfb']" exit_code: 2 cwd: /mnt/git/webkit-commit-queue Last 500 characters of output: webkit-commit-queue Parsed 4 diffs from patch file(s). patch: **** Can't create file /tmp/ppu5M6MG : No space left on device patch: **** Can't create file /tmp/ppxbXQiF : No space left on device patch: **** Can't create file /tmp/ppa1jDZE : No space left on device patch: **** Can't create file /tmp/pp13mTbF : No space left on device Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', '--force', '--reviewer', 'Pavel Feldman']" exit_code: 2 cwd: /mnt/git/webkit-commit-queue Full output: http://queues.webkit.org/results/16078781
Andrey Lushnikov
Comment 8 2013-01-25 01:31:19 PST
WebKit Review Bot
Comment 9 2013-01-25 03:16:02 PST
Comment on attachment 184697 [details] Patch Clearing flags on attachment: 184697 Committed r140809: <http://trac.webkit.org/changeset/140809>
WebKit Review Bot
Comment 10 2013-01-25 03:16:06 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.