netsurf/desktop
Michael Drake 4cb38c4704 css: Add option to ignore author level CSS
This adds a new config option, `author_level_css`.

When it is disabled, NetSurf will ignore all CSS from the web
page. In this case only the default CSS rules from the browser
and user CSS rules will be applied. It is enabled by default.

Tested by running:

    ./nsgtk3 --author_level_css=0
2023-11-25 20:02:23 +00:00
..
bitmap.c Bitmap: Implement test_opaque in core instead of in every frontend. 2022-03-29 15:25:33 +01:00
bitmap.h Bitmap: Add support for premultiplied alpha conversion. 2022-03-28 16:05:47 +01:00
browser_history.c Bitmap API: Clean up creation flags. 2022-03-24 18:09:28 +00:00
browser_history.h split out internal local history macros from public interface header 2021-03-23 22:09:37 +00:00
browser_private.h remove box handling from browser window 2020-05-25 20:37:06 +01:00
browser_window.c Browser window: include theme.h 2022-05-27 15:09:48 +01:00
browser.c desktop: clamp dpi in browser_set_dpi() to sensible values 2020-05-05 20:14:51 +01:00
cookie_manager.c Cookie manager: Add API to set the search string. 2020-02-24 08:49:50 +00:00
cookie_manager.h Cookie manager: Add API to set the search string. 2020-02-24 08:49:50 +00:00
cw_helper.c
cw_helper.h
download.c
download.h
font_haru.c
font_haru.h
frame_types.h
frames.c remove box handling from browser window 2020-05-25 20:37:06 +01:00
frames.h remove box handling from browser window 2020-05-25 20:37:06 +01:00
global_history.c
global_history.h
gui_factory.c Bitmap: Implement test_opaque in core instead of in every frontend. 2022-03-29 15:25:33 +01:00
gui_internal.h
gui_table.h
hotlist.c s/http/https/ in user-facing URIs 2022-05-27 17:58:51 +01:00
hotlist.h
knockout.c
knockout.h
local_history_private.h Switch to new libcss API for unit conversion. 2021-05-30 11:52:33 +01:00
local_history.c split out internal local history macros from public interface header 2021-03-23 22:09:37 +00:00
local_history.h
Makefile Include: Bitmap: Add API for setting core bitmap format. 2022-03-26 15:45:00 +00:00
mouse.c
netsurf.c Avoid integer types with platform dependent size 2023-06-17 10:29:39 +01:00
options.h css: Add option to ignore author level CSS 2023-11-25 20:02:23 +00:00
page-info.c Fix offset to allow tiled rendering 2020-05-22 23:26:11 +01:00
page-info.h add page information core window handler to RISC OS 2020-05-22 17:34:39 +01:00
plot_style.c
print.c Switch to new libcss API for unit conversion. 2021-05-30 11:52:33 +01:00
print.h
printer.h
save_complete.c Save complete: silence warning 2022-05-27 15:09:48 +01:00
save_complete.h
save_pdf.c
save_pdf.h
save_text.c
save_text.h
scrollbar.c Scrollbar: Convert to use nscolour. 2020-04-07 21:32:27 +01:00
scrollbar.h split html box processing code 2020-04-29 20:37:42 +01:00
search.c improve desktop text search header usage 2020-06-24 23:49:59 +01:00
search.h improve desktop text search header usage 2020-06-24 23:49:59 +01:00
searchweb.c s/http/https/ in user-facing URIs 2022-05-27 17:58:51 +01:00
searchweb.h s/http/https/ in user-facing URIs 2022-05-27 17:58:51 +01:00
selection.c improve desktop text search header usage 2020-06-24 23:49:59 +01:00
selection.h remove unused text selection interface 2020-05-23 23:40:29 +01:00
system_colour.c
system_colour.h
textarea.c textarea: always clear selection on NS_KEY_WORD_{LEFT,RIGHT} 2022-01-23 14:22:40 +00:00
textarea.h
textinput.c improve content header usage 2020-05-07 20:55:44 +01:00
textinput.h
theme.h
treeview.c Treeview: Use bitmap layout for bitmap generation. 2022-03-27 09:58:21 +01:00
treeview.h Treeview: Add API for setting the search string. 2020-02-24 08:44:52 +00:00
version.c Update version for next development cycle 2020-05-24 21:58:37 +01:00
version.h