<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>285379</bug_id>
          
          <creation_ts>2025-01-03 21:15:55 -0800</creation_ts>
          <short_desc>Create WebKitWebExtension API for WebKitGTk</short_desc>
          <delta_ts>2025-10-08 07:18:45 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKitGTK</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>288481</dependson>
    
    <dependson>288484</dependson>
          <blocked>288478</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Jamie Murphy">jmurphy</reporter>
          <assigned_to name="Diego Pino">dpino</assigned_to>
          <cc>bugs-noreply</cc>
    
    <cc>commit-queue</cc>
    
    <cc>dpino</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2084844</commentid>
    <comment_count>0</comment_count>
    <who name="Jamie Murphy">jmurphy</who>
    <bug_when>2025-01-03 21:15:55 -0800</bug_when>
    <thetext>This API exposes WebExtension manifest support. At the moment, there&apos;s no Context or Controller API to use this yet, the only APIs provided are regarding parsing manifest information.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2086919</commentid>
    <comment_count>1</comment_count>
    <who name="Jamie Murphy">jmurphy</who>
    <bug_when>2025-01-13 16:20:38 -0800</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/38527</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2097403</commentid>
    <comment_count>2</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2025-02-24 10:15:46 -0800</bug_when>
    <thetext>Committed 290957@main (785a4e3b033d): &lt;https://commits.webkit.org/290957@main&gt;

Reviewed commits have been landed. Closing PR #38527 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2097775</commentid>
    <comment_count>3</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2025-02-25 06:27:59 -0800</bug_when>
    <thetext>Re-opened since this is blocked by bug 288481</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2136573</commentid>
    <comment_count>4</comment_count>
    <who name="Jamie Murphy">jmurphy</who>
    <bug_when>2025-08-14 13:43:32 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/49408</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2148795</commentid>
    <comment_count>5</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2025-10-06 11:47:49 -0700</bug_when>
    <thetext>Committed 301078@main (68f61154cacb): &lt;https://commits.webkit.org/301078@main&gt;

Reviewed commits have been landed. Closing PR #49408 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2149227</commentid>
    <comment_count>6</comment_count>
    <who name="Diego Pino">dpino</who>
    <bug_when>2025-10-07 14:24:06 -0700</bug_when>
    <thetext>Changeset broke WebKitGTK build with GTK3 (`--cmakeargs=-DUSE_GTK4=OFF`). The build error is:

https://build.webkit.org/#/builders/1519/builds/7515/steps/10/logs/stdio

```
worker/GTK-Linux-64-bit-Release-GTK3-Build/build/WebKitBuild/GTK/Release/WebKitGTK/DerivedSources/webkit/WebKitEnumTypes.cpp/home/buildbot-worker/GTK-Linux-64-bit-Release-GTK3-Build/build/WebKitBuild/GTK/Release/WebKitGTK/DerivedSources/webkit/WebKitEnumTypes.cpp: In function ‘GType webkit_web_extension_match_pattern_options_get_type()’:/home/buildbot-worker/GTK-Linux-64-bit-Release-GTK3-Build/build/WebKitBuild/GTK/Release/WebKitGTK/DerivedSources/webkit/WebKitEnumTypes.cpp:641:11: error: ‘WEBKIT_WEB_EXTENSION_MATCH_PATTERN_OPTIONS_NONE’ was not declared in this scope; did you mean ‘WEBKIT_TYPE_WEB_EXTENSION_MATCH_PATTERN_OPTIONS’?  641 |         { WEBKIT_WEB_EXTENSION_MATCH_PATTERN_OPTIONS_NONE, &quot;WEBKIT_WEB_EXTENSION_MATCH_PATTERN_OPTIONS_NONE&quot;, &quot;none&quot; },      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~      |           WEBKIT_TYPE_WEB_EXTENSION_MATCH_PATTERN_OPTIONS/home/buildbot-worker/GTK-Linux-64-bit-Release-GTK3-Build/build/WebKitBuild/GTK/Release/WebKitGTK/DerivedSources/webkit/WebKitEnumTypes.cpp:642:11: error: ‘WEBKIT_WEB_EXTENSION_MATCH_PATTERN_OPTIONS_IGNORE_SCHEMES’ was not declared in this scope; did you mean ‘WEBKIT_WEB_EXTENSION_MATCH_PATTERN_ERROR_INVALID_SCHEME’?  642 |         { WEBKIT_WEB_EXTENSION_MATCH_PATTERN_OPTIONS_IGNORE_SCHEMES, &quot;WEBKIT_WEB_EXTENSION_MATCH_PATTERN_OPTIONS_IGNORE_SCHEMES&quot;, &quot;ignore-schemes&quot; },      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~      |           WEBKIT_WEB_EXTENSION_MATCH_PATTERN_ERROR_INVALID_SCHEME/home/buildbot-worker/GTK-Linux-64-bit-Release-GTK3-Build/build/WebKitBuild/GTK/Release/WebKitGTK/DerivedSources/webkit/WebKitEnumTypes.cpp:643:11: error: ‘WEBKIT_WEB_EXTENSION_MATCH_PATTERN_OPTIONS_IGNORE_PATHS’ was not declared in this scope; did you mean ‘WEBKIT_WEB_EXTENSION_MATCH_PATTERN_ERROR_INVALID_PATH’?  643 |         { WEBKIT_WEB_EXTENSION_MATCH_PATTERN_OPTIONS_IGNORE_PATHS, &quot;WEBKIT_WEB_EXTENSION_MATCH_PATTERN_OPTIONS_IGNORE_PATHS&quot;, &quot;ignore-paths&quot; },      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~      |           WEBKIT_WEB_EXTENSION_MATCH_PATTERN_ERROR_INVALID_PATH/home/buildbot-worker/GTK-Linux-64-bit-Release-GTK3-Build/build/WebKitBuild/GTK/Release/WebKitGTK/DerivedSources/webkit/WebKitEnumTypes.cpp:644:11: error: ‘WEBKIT_WEB_EXTENSION_MATCH_PATTERN_OPTIONS_MATCH_BIDIRECTIONALLY’ was not declared in this scope  644 |         { WEBKIT_WEB_EXTENSION_MATCH_PATTERN_OPTIONS_MATCH_BIDIRECTIONALLY, &quot;WEBKIT_WEB_EXTENSION_MATCH_PATTERN_OPTIONS_MATCH_BIDIRECTIONALLY&quot;, &quot;match-bidirectionally&quot; },      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2149380</commentid>
    <comment_count>7</comment_count>
    <who name="Diego Pino">dpino</who>
    <bug_when>2025-10-07 23:13:05 -0700</bug_when>
    <thetext>Re-opening for pull request https://github.com/WebKit/WebKit/pull/51993</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2149408</commentid>
    <comment_count>8</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2025-10-08 01:19:36 -0700</bug_when>
    <thetext>Committed 301195@main (8a6a6600d5d2): &lt;https://commits.webkit.org/301195@main&gt;

Reviewed commits have been landed. Closing PR #51993 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2149451</commentid>
    <comment_count>9</comment_count>
    <who name="Diego Pino">dpino</who>
    <bug_when>2025-10-08 06:48:35 -0700</bug_when>
    <thetext>Re-opening for pull request https://github.com/WebKit/WebKit/pull/52007</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2149456</commentid>
    <comment_count>10</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2025-10-08 07:18:35 -0700</bug_when>
    <thetext>Committed 301205@main (0e5a6487523b): &lt;https://commits.webkit.org/301205@main&gt;

Reviewed commits have been landed. Closing PR #52007 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>