File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2015-10-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2
+
3
+ [EFL] Bump Version/X in user agent
4
+ https://bugs.webkit.org/show_bug.cgi?id=150013
5
+
6
+ Reviewed by Csaba Osztrogonác.
7
+
8
+ EFL port needs to ensure maximum compatibility with existing web sites.
9
+ Thus version number needs to be bumped from 5.0 to 8.0 as GTK port.
10
+
11
+ * UIProcess/efl/WebPageProxyEfl.cpp:
12
+ (WebKit::WebPageProxy::standardUserAgent):
13
+
1
14
2015-10-10 Dan Bernstein <mitz@apple.com>
2
15
3
16
[iOS] Remove unnecessary iOS version checks
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ String WebPageProxy::standardUserAgent(const String& applicationNameForUserAgent
63
63
osVersion = " Unknown" ;
64
64
65
65
standardUserAgentString = " Mozilla/5.0 (" + platform + " ; " + osVersion + " ) AppleWebKit/" + version
66
- + " (KHTML, like Gecko) Version/5 .0 Safari/" + version;
66
+ + " (KHTML, like Gecko) Version/8 .0 Safari/" + version;
67
67
68
68
return applicationNameForUserAgent.isEmpty () ? standardUserAgentString : standardUserAgentString + ' ' + applicationNameForUserAgent;
69
69
}
You can’t perform that action at this time.
0 commit comments