mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:07:34 +00:00
LibWebView: Define the list of built-in search engines in LibWebView
These engines and their query URLs are duplicated in several places. Before implementing search support in the AppKit chrome, let's move these engines to LibWebView.
This commit is contained in:
parent
10428fc7ce
commit
b770ed03ac
4 changed files with 74 additions and 0 deletions
|
@ -9,6 +9,7 @@ set(SOURCES
|
|||
DOMTreeModel.cpp
|
||||
History.cpp
|
||||
RequestServerAdapter.cpp
|
||||
SearchEngine.cpp
|
||||
SourceHighlighter.cpp
|
||||
StylePropertiesModel.cpp
|
||||
URL.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue