After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 723087 - Use new WebKit API to pass user data to the web extension
Use new WebKit API to pass user data to the web extension
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: Backend
git master
Other Mac OS
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks: 723302
 
 
Reported: 2014-01-27 11:15 UTC by Carlos Garcia Campos
Modified: 2014-02-05 17:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use initialize-web-extensions signal to pass user data to the web extension (4.26 KB, patch)
2014-01-27 11:17 UTC, Carlos Garcia Campos
committed Details | Review

Description Carlos Garcia Campos 2014-01-27 11:15:24 UTC
Instead of the environment variables we are currently using.
Comment 1 Carlos Garcia Campos 2014-01-27 11:17:16 UTC
Created attachment 267290 [details] [review]
Use initialize-web-extensions signal to pass user data to the web extension

Note that this API is only in WebKit trunk for now.
Comment 2 Claudio Saavedra 2014-02-04 12:21:32 UTC
Review of attachment 267290 [details] [review]:

Looks good, commit once the API is released.