[Webkit-unassigned] [Bug 152634] New: [SOUP] REGRESSION(r192761): Broke resource URIs for applications that use g_resource_load in a web extension

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 31 20:35:46 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=152634

            Bug ID: 152634
           Summary: [SOUP] REGRESSION(r192761): Broke resource URIs for
                    applications that use g_resource_load in a web
                    extension
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Page Loading
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com
                CC: beidson at apple.com

Now that network process is mandatory, applications that were using the default WEBKIT_PROCESS_MODEL_SHARED_SECONDARY_PROCESS to allow injecting GResources into the web process have been seriously broken, since the loads occur in the network process but the resources were injected into the web process.

I'm kind of surprised that we support resource URIs, actually (did we somehow inherit that accidentally from libsoup?), but it's a nice feature, so let's keep it working by handling resource URIs in the web process rather than the network process, same as we already do for data URIs and QuickLook URIs (whatever those are ;)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160101/1416733c/attachment.html>


More information about the webkit-unassigned mailing list