[Webkit-unassigned] [Bug 175130] [GTK][WPE] Add API to provide browser information required by automation
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 4 12:20:53 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=175130
Michael Catanzaro <mcatanzaro at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mcatanzaro at igalia.com
--- Comment #5 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Comment on attachment 317116
--> https://bugs.webkit.org/attachment.cgi?id=317116
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=317116&action=review
> Source/WebKit/UIProcess/API/glib/WebKitApplicationInfo.cpp:136
> + * Set the application version. If the application doesn't use the format
> + * major.minor.micro you can pass 0 as the micro to use major.minor, or pass
> + * 0 as both micro and minor to use only major number. Any other format must
> + * be converted to major.minor.micro so that it can be used in version comparisons.
What about nano versions? I do nano versions for Epiphany on occasion.
This API is too limiting. I would make it variadic so the user can add any desired number of decimal places.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170804/b7d07c6a/attachment-0001.html>
More information about the webkit-unassigned
mailing list