Summary: | WebCoreJSBuiltins do not need to use conditional include | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | youenn fablet <youennf> | ||||||||||
Component: | WebCore Misc. | Assignee: | youenn fablet <youennf> | ||||||||||
Status: | RESOLVED FIXED | ||||||||||||
Severity: | Normal | CC: | commit-queue | ||||||||||
Priority: | P2 | ||||||||||||
Version: | WebKit Nightly Build | ||||||||||||
Hardware: | Unspecified | ||||||||||||
OS: | Unspecified | ||||||||||||
Bug Depends on: | 153420, 153423 | ||||||||||||
Bug Blocks: | |||||||||||||
Attachments: |
|
Description
youenn fablet
2016-01-21 07:47:36 PST
Created attachment 269454 [details]
Patch
Comment on attachment 269454 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=269454&action=review > Source/WebCore/bindings/js/WebCoreJSBuiltins.cpp:33 > There's no need for this space, then, and the two lists should be merged. Created attachment 269734 [details]
Patch for landing
(In reply to comment #2) > Comment on attachment 269454 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=269454&action=review > > > Source/WebCore/bindings/js/WebCoreJSBuiltins.cpp:33 > > > > There's no need for this space, then, and the two lists should be merged. Thanks for the review. I fixed the cpp file accordingly. Comment on attachment 269734 [details] Patch for landing Clearing flags on attachment: 269734 Committed r195531: <http://trac.webkit.org/changeset/195531> All reviewed patches have been landed. Closing bug. Re-opened since this is blocked by bug 153420 Created attachment 269742 [details]
Fixing MediaDevices
(In reply to comment #8) > Created attachment 269742 [details] > Fixing MediaDevices MediaDevices was using @optional and not the new term @conditional, hence breaking some builds. Comment on attachment 269742 [details] Fixing MediaDevices Clearing flags on attachment: 269742 Committed r195533: <http://trac.webkit.org/changeset/195533> All reviewed patches have been landed. Closing bug. Re-opened since this is blocked by bug 153423 Created attachment 269775 [details]
Fixing NavigatorUserMedia.js
Attachment 269775 [details] did not pass style-queue:
ERROR: Source/WebCore/bindings/js/WebCoreJSBuiltins.cpp:29: Found other header before a header this file implements. Should be: config.h, primary header, blank line, and then alphabetically sorted. [build/include_order] [4]
Total errors found: 1 in 5 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 269775 [details] Fixing NavigatorUserMedia.js Clearing flags on attachment: 269775 Committed r195584: <http://trac.webkit.org/changeset/195584> All reviewed patches have been landed. Closing bug. |