Bug 77439 - Web Inspector: [InspectorIndexedDB] Add tests for database names and database structure requests.
Summary: Web Inspector: [InspectorIndexedDB] Add tests for database names and database...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Vsevolod Vlasov
URL:
Keywords:
: 77002 (view as bug list)
Depends on:
Blocks: 75386
  Show dependency treegraph
 
Reported: 2012-01-31 07:49 PST by Vsevolod Vlasov
Modified: 2012-02-13 09:19 PST (History)
12 users (show)

See Also:


Attachments
Patch (23.14 KB, patch)
2012-01-31 07:55 PST, Vsevolod Vlasov
no flags Details | Formatted Diff | Diff
Patch (23.17 KB, patch)
2012-01-31 08:11 PST, Vsevolod Vlasov
no flags Details | Formatted Diff | Diff
Patch (23.17 KB, patch)
2012-01-31 09:08 PST, Vsevolod Vlasov
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vsevolod Vlasov 2012-01-31 07:49:30 PST
Add tests for database names and database structure requests.
Comment 1 Vsevolod Vlasov 2012-01-31 07:55:30 PST
Created attachment 124732 [details]
Patch
Comment 2 WebKit Review Bot 2012-01-31 07:57:01 PST
Attachment 124732 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/update-webkit']" exit_code: 9

Updating OpenSource
First, rewinding head to replay your work on top of it...
Applying: Fix compilation errors on build-webkit --debug --no-workers on mac.
Using index info to reconstruct a base tree...
Falling back to patching base and 3-way merge...
Auto-merging LayoutTests/ChangeLog
CONFLICT (content): Merge conflict in LayoutTests/ChangeLog
Auto-merging LayoutTests/platform/qt/Skipped
CONFLICT (content): Merge conflict in LayoutTests/platform/qt/Skipped
Auto-merging Source/WebCore/ChangeLog
CONFLICT (content): Merge conflict in Source/WebCore/ChangeLog
Failed to merge in the changes.
Patch failed at 0001 Fix compilation errors on build-webkit --debug --no-workers on mac.

When you have resolved this problem run "git rebase --continue".
If you would prefer to skip this patch, instead run "git rebase --skip".
To restore the original branch and stop rebasing run "git rebase --abort".

rebase refs/remotes/origin/master: command returned error: 1

Died at Tools/Scripts/update-webkit line 164.


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Vsevolod Vlasov 2012-01-31 08:11:46 PST
Created attachment 124736 [details]
Patch
Comment 4 WebKit Review Bot 2012-01-31 08:13:58 PST
Attachment 124736 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/update-webkit']" exit_code: 9

Updating OpenSource
First, rewinding head to replay your work on top of it...
Applying: Fix compilation errors on build-webkit --debug --no-workers on mac.
Using index info to reconstruct a base tree...
Falling back to patching base and 3-way merge...
Auto-merging LayoutTests/ChangeLog
CONFLICT (content): Merge conflict in LayoutTests/ChangeLog
Auto-merging LayoutTests/platform/qt/Skipped
CONFLICT (content): Merge conflict in LayoutTests/platform/qt/Skipped
Auto-merging Source/WebCore/ChangeLog
CONFLICT (content): Merge conflict in Source/WebCore/ChangeLog
Failed to merge in the changes.
Patch failed at 0001 Fix compilation errors on build-webkit --debug --no-workers on mac.

When you have resolved this problem run "git rebase --continue".
If you would prefer to skip this patch, instead run "git rebase --skip".
To restore the original branch and stop rebasing run "git rebase --abort".

rebase refs/remotes/origin/master: command returned error: 1

Died at Tools/Scripts/update-webkit line 164.


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 WebKit Review Bot 2012-01-31 08:43:36 PST
Comment on attachment 124736 [details]
Patch

Attachment 124736 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/11378036

New failing tests:
http/tests/inspector/indexeddb/database-names.html
http/tests/inspector/indexeddb/database-structure.html
Comment 6 Vsevolod Vlasov 2012-01-31 09:08:19 PST
Created attachment 124752 [details]
Patch
Comment 7 WebKit Review Bot 2012-01-31 09:11:52 PST
Attachment 124752 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/update-webkit']" exit_code: 9

Updating OpenSource
First, rewinding head to replay your work on top of it...
Applying: Fix compilation errors on build-webkit --debug --no-workers on mac.
Using index info to reconstruct a base tree...
Falling back to patching base and 3-way merge...
Auto-merging LayoutTests/ChangeLog
CONFLICT (content): Merge conflict in LayoutTests/ChangeLog
Auto-merging LayoutTests/platform/qt/Skipped
CONFLICT (content): Merge conflict in LayoutTests/platform/qt/Skipped
Auto-merging Source/WebCore/ChangeLog
CONFLICT (content): Merge conflict in Source/WebCore/ChangeLog
Failed to merge in the changes.
Patch failed at 0001 Fix compilation errors on build-webkit --debug --no-workers on mac.

When you have resolved this problem run "git rebase --continue".
If you would prefer to skip this patch, instead run "git rebase --skip".
To restore the original branch and stop rebasing run "git rebase --abort".

rebase refs/remotes/origin/master: command returned error: 1

Died at Tools/Scripts/update-webkit line 164.


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 8 Vsevolod Vlasov 2012-02-01 04:03:12 PST
Committed r106463: <http://trac.webkit.org/changeset/106463>
Comment 9 Vsevolod Vlasov 2012-02-13 09:19:37 PST
*** Bug 77002 has been marked as a duplicate of this bug. ***