Bug 162666 - Adopt #pragma once in some generated resources
Summary: Adopt #pragma once in some generated resources
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-28 00:51 PDT by Joseph Pecoraro
Modified: 2016-09-28 12:36 PDT (History)
6 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (37.11 KB, patch)
2016-09-28 00:56 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2016-09-28 00:51:08 PDT
Adopt #pragma once in most JavaScriptCore generated resources.

- Bytecode.h
- Replay generated files and tests
- Remove stale builtins test results that have no test

This didn't cover Air generated files.
Comment 1 Joseph Pecoraro 2016-09-28 00:56:20 PDT
Created attachment 290067 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 2016-09-28 00:57:39 PDT
This patch modifies the JS builtins code generator. Please ensure that you have rebaselined any generator test results (i.e., by running `Tools/Scripts/run-builtins-generator-tests --reset-results`)

This patch modifies the WEB_REPLAY inputs generator. Please ensure that you have rebaselined any generator test results (i.e., by running `Tools/Scripts/run-input-generator-tests --reset-results`)

This patch modifies the inspector protocol generator. Please ensure that you have rebaselined any generator test results (i.e., by running `Tools/Scripts/run-inspector-generator-tests --reset-results`)
Comment 3 WebKit Commit Bot 2016-09-28 12:36:49 PDT
Comment on attachment 290067 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 290067

Committed r206533: <http://trac.webkit.org/changeset/206533>
Comment 4 WebKit Commit Bot 2016-09-28 12:36:53 PDT
All reviewed patches have been landed.  Closing bug.