mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
5f8d852dae
Currently, if we want to add a new e.g. WebContent command line option, we have to add it to all of Qt, AppKit, and headless-browser. (Or worse, we only add it to one of these, and we have feature disparity). To prevent this, this moves command line flags to WebView::Application. The flags are assigned to ChromeOptions and WebContentOptions structs. Each chrome can still add its platform-specific options; for example, the Qt chrome has a flag to enable Qt networking. There should be no behavior change here, other than that AppKit will now support command line flags that were previously only supported by Qt. |
||
---|---|---|
.. | ||
abench.cpp | ||
aconv.cpp | ||
animation.cpp | ||
gzip.cpp | ||
headless-browser.cpp | ||
icc.cpp | ||
image.cpp | ||
js.cpp | ||
lzcat.cpp | ||
tar.cpp | ||
ttfdisasm.cpp | ||
wasm.cpp | ||
xml.cpp | ||
xzcat.cpp |