Commit Graph

38 Commits

Author SHA1 Message Date
Josh Adams
5ff572f4bb - Fixed some platforms after recent CEF changes that didn't come in from other stream
#rb trivial
#preflight 62961d84b3433bddeffb272f

[CL 20436767 by Josh Adams in ue5-main branch]
2022-05-31 10:23:10 -04:00
josh adams
325c2bc02f - Updating CEF to v90 (in prep for getting M1 version checked in)
#rb alfred.reynolds
#preflight skip (too big for horde)

[CL 20435886 by josh adams in ue5-main branch]
2022-05-31 08:44:08 -04:00
christopher waters
4b9e68073c Deprecating RHICreateTexture2D and RHICreateTextureExternal2D.
#jira none
#rb zach.bethel
#preflight 627a6ec010766ef8c1f54f1e

[CL 20129702 by christopher waters in ue5-main branch]
2022-05-10 17:13:37 -04:00
Emil Persson
84a6f589d6 Build fix
#rb trivial

[CL 15435803 by Emil Persson in ue5-main branch]
2021-02-17 11:58:36 -04:00
Marcus Wassmer
3b81cf8201 Merging using //UE5/Main_to_//UE5/Release-Engine-Staging @14384769
autoresolved files
#rb none

[CL 14384911 by Marcus Wassmer in ue5-main branch]
2020-09-24 00:43:27 -04:00
Marc Audy
7379fa99c5 Merging //UE5/Release-Engine-Staging to Main (//UE5/Main) @ 14229157
[CL 14233282 by Marc Audy in ue5-main branch]
2020-09-01 14:07:48 -04:00
Rolando Caloca
5b82f15def Copying //UE4/Dev-RenderPlat-Staging@11388153 to //UE4/Main
#rb none
#rnx

[CL 11388545 by Rolando Caloca in Main branch]
2020-02-12 13:27:19 -05:00
Juan Canada
2ecf4f9708 Merging //UE4/Dev-Main@10877709 to Dev-RenderPlat-Staging(//UE4/Dev-Rendering)
#rnx
#rb none

[CL 10895568 by Juan Canada in Dev-RenderPlat-Staging branch]
2020-01-07 13:45:01 -05:00
ryan durand
0f0464a30e Updating copyright for Engine Runtime.
#rnx
#rb none


#ROBOMERGE-OWNER: ryan.durand
#ROBOMERGE-AUTHOR: ryan.durand
#ROBOMERGE-SOURCE: CL 10869210 via CL 10869511 via CL 10869900
#ROBOMERGE-BOT: (v613-10869866)

[CL 10870549 by ryan durand in Main branch]
2019-12-26 14:45:42 -05:00
Marcus Wassmer
6517c68ef5 Copying //UE4/Dev-RenderPlat-Staging@8684824 to Dev-Main (//UE4/Dev-Main)
#rb none

[CL 8684840 by Marcus Wassmer in Main branch]
2019-09-14 09:45:25 -04:00
Matt Collins
66042bdd9b Fixes Ocean compile failure.
WebBrowser has a path where it writes directly to underlying texture objects. Removed OpenGL code.

#jira UE-79939
#rb none

[CL 8576045 by Matt Collins in Dev-RenderPlat-Staging branch]
2019-09-09 15:44:51 -04:00
ben marsh
13505addcb Fix IOS/Android shadow variable warnings.
#rb none
#jira

#ROBOMERGE-SOURCE: CL 5312045 in //UE4/Release-4.22/...
#ROBOMERGE-BOT: RELEASE (Release-4.22 -> Main)

[CL 5314709 by ben marsh in Main branch]
2019-03-06 12:44:42 -05:00
rolando caloca
e809bda72c UE4.22 - Deprecate ENQUEUE_UNIQUE_RENDER_COMMAND and variants
#rb none
#jira

#ROBOMERGE-SOURCE: CL 5073805 in //UE4/Release-4.22/...
#ROBOMERGE-BOT: RELEASE (Release-4.22 -> Main)

[CL 5073858 by rolando caloca in Main branch]
2019-02-19 17:25:58 -05:00
Ben Marsh
7598af0532 Update copyright notices to 2019.
#rb none
#lockdown Nick.Penwarden

[CL 4662404 by Ben Marsh in Main branch]
2018-12-14 13:41:00 -05:00
sorin gradinaru
ae5834f7d9 UE-64749 App crashes on device when a Widget Blueprint in use contains a Web Browser widget
#jira UE-64749
#Android
#iOS
#4.21
#rb Jack.Porter

Moving SharedThis(this) out of the WB Window's constructor

#ROBOMERGE-SOURCE: CL 4431307 in //UE4/Release-4.21/...
#ROBOMERGE-BOT: RELEASE (Release-4.21 -> Release-Staging-4.21)

[CL 4431308 by sorin gradinaru in Staging-4.21 branch]
2018-10-05 07:29:26 -04:00
Marc Audy
af90b7bcd4 Copying //UE4/Fortnite-Staging to Dev-Main (//UE4/Dev-Main) @ 4395008
#rb
#rnx
#lockdown Nick.Penwarden

[CL 4395058 by Marc Audy in Main branch]
2018-09-25 10:11:35 -04:00
Sorin Gradinaru
f8a8d6e047 UE-63953 TVOS compile errors in Main
#jira UE-63953
#TvOS
#4.21
#lockdown Nick.Penwarden

Fix compile errors by
- commenting out the method (void)userContentController:(WKUserContentController *) for PLATFORM_TVOS
- adding default return values for some methods

[CL 4357886 by Sorin Gradinaru in Main branch]
2018-09-11 12:13:56 -04:00
Jack Porter
2a6f9fd726 Fix CIS issues in IOSPlatformWebBrowser
#jira UE-63809
#rb None

[CL 4348580 by Jack Porter in Dev-Mobile branch]
2018-09-06 14:36:13 -04:00
Sorin Gradinaru
1d89a48b13 UEMOB-185 Implement the equivalent of FAndroidJSScripting for iOS
UE-59488 FWebBrowserWindow::UnbindUObject of IOSPlatformWebBrowser.cpp is not implemented yet

#jira UEMOB-185
#jira UE-59488
#4.21
#iOS
#rb Jack.Porter

New methods (using WebKit, matching the Android implementation):
- Go back/forward
- HandlePageLoading (loading/didCommitNavigation, loaded/didFinishNavigation)
- HandleReceivedError (didFailNavigation)
- execute JS code
- controlling the client using JS commands (WKWebViewConfiguration & WKUserContentController):
	- in Android we using shouldInterceptRequest to intercept a custom resource URL (JS: XMLHttpRequest.send, document.location)
	- iOS will register handlers (JS: window.webkit.messageHandlers.<FMobileJSScripting::JSMessageHandler>.postMessage)

[CL 4343824 by Sorin Gradinaru in Dev-Mobile branch]
2018-09-05 04:55:55 -04:00
Sorin Gradinaru
71278811de Remove unnecessary comment in IOSPlatformWebBrowser.cpp
#rb none

[CL 4339656 by Sorin Gradinaru in Dev-Mobile branch]
2018-09-03 06:40:30 -04:00
Sorin Gradinaru
a9a4887bba UE-59697 WebBrowser SetVisibility not working on Android & iOS
#jira UE-59697
#4.21
#iOS
#Android
#rb Jack.Porter

SetVisibility implemented on iOS and Android's web browsers, by extending the implementation on Windows: use a list to store references to the webbrowsers in the scene , then in WebBrowserSingleton::Tick check if the cached web browsers windows or widgets ticked on the last frame

[CL 4339654 by Sorin Gradinaru in Dev-Mobile branch]
2018-09-03 06:38:15 -04:00
Sorin Gradinaru
40d1e3ac82 UE-61554 Web Browser: No Transparency in 3D Widget Component on Mobile
#jira UE-61554
#Android
#4.21
#rb Jack.Porter

Modified Web Texture Material's blend mode to "Translucent"

[CL 4339590 by Sorin Gradinaru in Dev-Mobile branch]
2018-09-03 05:01:26 -04:00
Jack Porter
079be7f538 Merging //UE4/Dev-Main to Dev-Mobile (//UE4/Dev-Mobile)
#rb None
#jira 0

[CL 4293080 by Jack Porter in Dev-Mobile branch]
2018-08-16 13:53:43 -04:00
Sorin Gradinaru
1450df4439 UE-50492 OnUrlChanged does not fire on mobile
#jira UE-50492
#iOS
#4.21
#rb Jack.Porter

Adding the events for load started & finished with errors

[CL 4202481 by Sorin Gradinaru in Dev-Mobile branch]
2018-07-11 05:59:28 -04:00
Jack Porter
2792c7c559 Merging //UE4/Dev-Main to Dev-Mobile (//UE4/Dev-Mobile)
#jira 0
#rb None

[CL 4161603 by Jack Porter in Dev-Mobile branch]
2018-06-26 08:42:47 -04:00