1
0
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:
Salvador Díaz Fau
2018-08-07 17:03:13 +02:00
parent 9d1c1ac052
commit a6d948a5c4
2 changed files with 24 additions and 9 deletions

View File

@ -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