Bug 87512 - Web Inspector: [Compiler] Remove compile-front-end.sh and fix InjectedScriptSource errors.
Summary: Web Inspector: [Compiler] Remove compile-front-end.sh and fix InjectedScriptS...
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:
Depends on:
Blocks:
 
Reported: 2012-05-25 10:41 PDT by Vsevolod Vlasov
Modified: 2012-06-06 04:37 PDT (History)
11 users (show)

See Also:


Attachments
Patch (21.81 KB, patch)
2012-05-25 10:44 PDT, Vsevolod Vlasov
yurys: 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-05-25 10:41:44 PDT
Patch to follow
Comment 1 Vsevolod Vlasov 2012-05-25 10:44:41 PDT
Created attachment 144099 [details]
Patch
Comment 2 Vsevolod Vlasov 2012-05-25 10:45:11 PDT
This might need some polish before landing, but overall, folks, what do you think?
Comment 3 WebKit Review Bot 2012-05-25 10:47:04 PDT
Attachment 144099 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1
Source/WebCore/inspector/generate_protocol_externs.py:7:  trailing whitespace  [pep8/W291] [5]
Source/WebCore/inspector/generate_protocol_externs.py:17:  trailing whitespace  [pep8/W291] [5]
Source/WebCore/inspector/generate_protocol_externs.py:37:  whitespace before '}'  [pep8/E202] [5]
Source/WebCore/inspector/generate_protocol_externs.py:42:  expected 2 blank lines, found 1  [pep8/E302] [5]
Source/WebCore/inspector/generate_protocol_externs.py:44:  indentation is not a multiple of four  [pep8/E111] [5]
Source/WebCore/inspector/generate_protocol_externs.py:46:  trailing whitespace  [pep8/W291] [5]
Source/WebCore/inspector/generate_protocol_externs.py:47:  expected 2 blank lines, found 1  [pep8/E302] [5]
Source/WebCore/inspector/generate_protocol_externs.py:62:  expected 2 blank lines, found 1  [pep8/E302] [5]
Source/WebCore/inspector/generate_protocol_externs.py:72:  whitespace before ')'  [pep8/E202] [5]
Source/WebCore/inspector/generate_protocol_externs.py:130:  multiple statements on one line (semicolon)  [pep8/E702] [5]
Source/WebCore/inspector/generate_protocol_externs.py:150:  multiple statements on one line (semicolon)  [pep8/E702] [5]
Source/WebCore/inspector/generate_protocol_externs.py:152:  multiple statements on one line (semicolon)  [pep8/E702] [5]
Total errors found: 12 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Yury Semikhatsky 2012-05-27 23:26:36 PDT
Comment on attachment 144099 [details]
Patch

Looks good.
Comment 5 Yury Semikhatsky 2012-05-27 23:27:29 PDT
(In reply to comment #4)
> (From update of attachment 144099 [details])
> Looks good.

Please fix style warnings before landing.
Comment 6 Vsevolod Vlasov 2012-06-06 04:37:17 PDT
Committed r119585: <http://trac.webkit.org/changeset/119585>