File: enum.FeatureStatus.html

package info (click to toggle)
wpewebkit 2.50.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 438,332 kB
  • sloc: cpp: 3,777,828; javascript: 197,888; ansic: 156,951; python: 49,119; asm: 21,987; ruby: 18,540; perl: 16,722; xml: 4,623; yacc: 2,360; sh: 2,096; java: 2,019; lex: 1,327; pascal: 366; makefile: 90
file content (238 lines) | stat: -rw-r--r-- 6,740 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<!--
SPDX-FileCopyrightText: The WebKit GTK and WPE teams

SPDX-License-Identifier: BSD, LGPL-2.1
-->

<!DOCTYPE html>
<html lang="en">
<head>
  <title>WPEWebKit.FeatureStatus</title>
  <meta name="viewport" content="width=device-width, initial-scale=1">

  <meta charset="utf-8" />

  
  <meta property="og:type" content="website"/>

  

  
  <meta property="og:title" content="WPEWebKit.FeatureStatus"/>
  <meta property="og:description" content="Reference for WPEWebKit.FeatureStatus"/>
  <meta name="twitter:title" content="WPEWebKit.FeatureStatus"/>
  <meta name="twitter:description" content="Reference for WPEWebKit.FeatureStatus"/>


  
  <meta name="twitter:card" content="summary"/>

  
  
  
  

  <link rel="stylesheet" href="style.css" type="text/css" />

  

  
  <script src="wpe2-urlmap.js"></script>
  
  
  <script src="fzy.js"></script>
  <script src="search.js"></script>
  
  <script src="main.js"></script>
</head>

<body>
  <div id="body-wrapper" tabindex="-1">

    <nav class="sidebar devhelp-hidden">
      
      
      <div class="search section">
        <form id="search-form" autocomplete="off">
          <input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
        </form>
      </div>
      
      <div class="section namespace">
        <h3><a href="index.html">WPEWebKit</a></h3>
        <p>API Version: 2.0</p>
        
        <p>Library Version: 2.50.5</p>
        
      </div>
      
<div class="section">
  <h5>Type</h5>
  <div class="links">
    <a class="current" href="enum.FeatureStatus.html">FeatureStatus</a>
  </div>
</div>




      <div class="section generator">
        <p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.1</p>
      </div>
    </nav>

    <button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>

    
<section id="main" class="content">
  <header>
    <h3>Enumeration</h3>
    <h1><a href="index.html">WPEWebKit</a><span class="sep"></span>FeatureStatus</h1>
  </header>

  <section>
    <div class="docblock">
      <p><span class="emblem available">since: 2.42</span></p>
    </div>

    <div class="declaration toggle-wrapper">
      <h4 style="display:flex;" id="declaration">
        Declaration
        <a href="#declaration" class="anchor"></a>
        
      </h4>

      <div class="docblock">
        <pre><code>enum WPEWebKit.FeatureStatus</code></pre>
      </div>
    </div>

    <div class="description toggle-wrapper">
      <h4 style="display:flex;" id="description">
        Description
        <a href="#description" class="anchor"></a>
        
        <a class="srclink" title="go to source location" href="https://github.com/WebKit/WebKit/tree/main/WebKitBuild/WPE/Release/DerivedSources/WebKit/wpe/WebKitFeature.h#L29">[src]</a>
        
      </h4>

      <div class="docblock">
      <p>Describes the status of a <a href="struct.Feature.html"><code>WebKitFeature</code></a>.</p>
<p>The status for a given feature can be obtained with
<a href="method.Feature.get_status.html"><code>webkit_feature_get_status()</code></a>.</p>
      </div>

      <div class="docblock">
        
        
        <p>Available since: 2.42</p>
        
        
      </div>

      
    </div>

    <div class="members toggle-wrapper">
      <h4 id="members">
        Members
        <a href="#members" class="anchor"></a>
      </h4>

      <div class="docblock">
      <table class="enum-members">
        <tr>
          <th>Name</th>
          <th>Description</th>
        </tr>
      
        <tr>
          <td><a id="embedder" href="#embedder"><code title="Value: 0">WEBKIT_FEATURE_STATUS_EMBEDDER</code></a></td>
          <td><p>Feature that adjust behaviour for
  specific application needs. The feature is not part of a Web platform
  feature, not a mature feature intended to be always&nbsp;on.</p></td>
        </tr>
      
        <tr>
          <td><a id="unstable" href="#unstable"><code title="Value: 1">WEBKIT_FEATURE_STATUS_UNSTABLE</code></a></td>
          <td><p>Feature in development. The feature
  may be unfinished, and there are no guarantees about its safety and&nbsp;stability.</p></td>
        </tr>
      
        <tr>
          <td><a id="internal" href="#internal"><code title="Value: 2">WEBKIT_FEATURE_STATUS_INTERNAL</code></a></td>
          <td><p>Feature for debugging the WebKit engine.
  The feature is not generally useful for user or web developers, and
  always disabled by&nbsp;default.</p></td>
        </tr>
      
        <tr>
          <td><a id="developer" href="#developer"><code title="Value: 3">WEBKIT_FEATURE_STATUS_DEVELOPER</code></a></td>
          <td><p>Feature for web developers. The feature
  is not generally useful for end users, and always disabled by&nbsp;default.</p></td>
        </tr>
      
        <tr>
          <td><a id="testable" href="#testable"><code title="Value: 4">WEBKIT_FEATURE_STATUS_TESTABLE</code></a></td>
          <td><p>Feature in active development and
  complete enough for testing. The feature may not be yet ready to
  ship and is disabled by&nbsp;default.</p></td>
        </tr>
      
        <tr>
          <td><a id="preview" href="#preview"><code title="Value: 5">WEBKIT_FEATURE_STATUS_PREVIEW</code></a></td>
          <td><p>Feature ready to be tested by users.
  The feature is disabled by default, but may be enabled by applications
  automatically e.g. in their “technology preview” or “beta”&nbsp;versions.</p></td>
        </tr>
      
        <tr>
          <td><a id="stable" href="#stable"><code title="Value: 6">WEBKIT_FEATURE_STATUS_STABLE</code></a></td>
          <td><p>Feature ready for general use. The
  feature is enabled by default, but it may still be toggled to support
  debugging and&nbsp;testing.</p></td>
        </tr>
      
        <tr>
          <td><a id="mature" href="#mature"><code title="Value: 7">WEBKIT_FEATURE_STATUS_MATURE</code></a></td>
          <td><p>Feature in general use. The feature is
  always enabled and in general there should be no user-facing interface
  to toggle&nbsp;it.</p></td>
        </tr>
      
      </table>
      </div>
    </div>

    

    

  </section>
</section>


    
<div id="toc" class="toc">
  <nav aria-labelledby="toc-title">
    <p id="toc-title">Content</p>
    <ul class="toc-list">
      <li class="toc-list-item"><a href="#description"><span class="link-text">Description</span></a></li>
      <li class="toc-list-item"><a href="#members"><span class="link-text">Members</span></a></li>
      

      

    </ul>
  </nav>
</div>


    <section id="search" class="content hidden"></section>

    <footer>
    
    </footer>
  </div>
</body>
</html>