mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 12:22:44 +00:00 
			
		
		
		
	LibWeb: Respect the trusted state of input events when submitting forms
This involves passing the UserNavigationInvolvement from each form associated element that triggers a submit through to the methods that perform the actual navigation. While here, refactor HTMLFormElement to use the new Bindings::NavigationHistoryBehavior enum.
This commit is contained in:
		
							parent
							
								
									a5e1364938
								
							
						
					
					
						commit
						7d2635355d
					
				
					 5 changed files with 70 additions and 79 deletions
				
			
		|  | @ -210,7 +210,7 @@ private: | |||
|     void create_text_input_shadow_tree(); | ||||
|     void create_color_input_shadow_tree(); | ||||
|     void create_range_input_shadow_tree(); | ||||
|     WebIDL::ExceptionOr<void> run_input_activation_behavior(); | ||||
|     WebIDL::ExceptionOr<void> run_input_activation_behavior(DOM::Event const&); | ||||
|     void set_checked_within_group(); | ||||
| 
 | ||||
|     void handle_readonly_attribute(Optional<String> const& value); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andrew Kaster
						Andrew Kaster