You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-07-12 22:30:17 +02:00
Added more comments to ResponseFilterBrowser and fixed a couple of bugs
- Move unit in the "uses" section. - Return RESPONSE_FILTER_DONE when all data has been written.
This commit is contained in:
@ -50,7 +50,7 @@ object ResponseFilterBrowserFrm: TResponseFilterBrowserFrm
|
||||
Margins.Right = 5
|
||||
Align = alClient
|
||||
TabOrder = 0
|
||||
Text = 'https://www.wikipedia.org/'
|
||||
Text = 'https://www.briskbard.com'
|
||||
ExplicitHeight = 21
|
||||
end
|
||||
object Panel1: TPanel
|
||||
@ -88,7 +88,7 @@ object ResponseFilterBrowserFrm: TResponseFilterBrowserFrm
|
||||
Height = 20
|
||||
Align = alRight
|
||||
TabOrder = 1
|
||||
Text = 'index-475f3bca23.js'
|
||||
Text = 'script.js'
|
||||
ExplicitHeight = 21
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user