Bug 67859 - Enable Viewport Meta Tag on Chromium Platforms [Work in Progress]
Summary: Enable Viewport Meta Tag on Chromium Platforms [Work in Progress]
Status: RESOLVED DUPLICATE of bug 70559
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Fady Samuel
URL:
Keywords:
Depends on:
Blocks: 68075
  Show dependency treegraph
 
Reported: 2011-09-09 11:28 PDT by Fady Samuel
Modified: 2011-10-25 15:45 PDT (History)
7 users (show)

See Also:


Attachments
Patch (11.00 KB, patch)
2011-09-09 11:28 PDT, Fady Samuel
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fady Samuel 2011-09-09 11:28:13 PDT
Enable Viewport Meta Tag on Chromium Platforms [Work in Progress]
Comment 1 Fady Samuel 2011-09-09 11:28:48 PDT
Created attachment 106891 [details]
Patch
Comment 2 Fady Samuel 2011-09-09 11:29:42 PDT
Comment on attachment 106891 [details]
Patch

Not for review. Here to monitor progress.
Comment 3 WebKit Review Bot 2011-09-09 11:31:16 PDT
Attachment 106891 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit/chromium/ChangeLog', u'Sourc..." exit_code: 1

Source/WebKit/chromium/src/WebViewImpl.cpp:1022:  Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side.  [whitespace/operators] [4]
Source/WebKit/chromium/src/WebViewImpl.cpp:1027:  Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side.  [whitespace/operators] [4]
Source/WebKit/chromium/src/ChromeClientImpl.cpp:643:  Should have only a single space after a punctuation in a comment.  [whitespace/comments] [5]
Source/WebKit/chromium/src/ChromeClientImpl.cpp:647:  Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side.  [whitespace/operators] [4]
Source/WebKit/chromium/src/ChromeClientImpl.cpp:648:  Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side.  [whitespace/operators] [4]
Source/WebKit/chromium/src/ChromeClientImpl.cpp:649:  Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side.  [whitespace/operators] [4]
Source/WebKit/chromium/src/ChromeClientImpl.cpp:674:  Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side.  [whitespace/operators] [4]
Source/WebKit/chromium/src/ChromeClientImpl.cpp:676:  Should have a space between // and comment  [whitespace/comments] [4]
Source/WebKit/chromium/src/ChromeClientImpl.h:128:  The parameter name "arguments" adds no information, so it should be removed.  [readability/parameter_name] [5]
Source/WebKit/chromium/public/WebViewClient.h:123:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
Source/WebKit/chromium/public/WebViewClient.h:124:  One space before end of line comments  [whitespace/comments] [5]
Source/WebKit/chromium/public/WebViewClient.h:128:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
Total errors found: 12 in 6 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 WebKit Review Bot 2011-09-09 11:50:59 PDT
Comment on attachment 106891 [details]
Patch

Attachment 106891 [details] did not pass cr-mac-ews (chromium):
Output: http://queues.webkit.org/results/9621943
Comment 5 Adam Barth 2011-09-09 11:55:38 PDT
See also https://bugs.webkit.org/show_bug.cgi?id=67616
Comment 6 WebKit Review Bot 2011-09-09 19:24:13 PDT
Comment on attachment 106891 [details]
Patch

Attachment 106891 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/9631102
Comment 7 Fady Samuel 2011-10-25 15:45:19 PDT
This has been replaced by the master bug: https://bugs.webkit.org/show_bug.cgi?id=70559

Marking this as a Duplicate.	

(In reply to comment #6)
> (From update of attachment 106891 [details])
> Attachment 106891 [details] did not pass chromium-ews (chromium-xvfb):
> Output: http://queues.webkit.org/results/9631102

*** This bug has been marked as a duplicate of bug 70559 ***