summaryrefslogtreecommitdiff
path: root/content/handlers/html
Commit message (Expand)AuthorAgeFilesLines
* html: Fire DOM KeyboardEvents on keypresses.Michael Drake2019-12-011-0/+36
* html: Add function for issuing a keypress event.Michael Drake2019-12-012-0/+85
* html: Split out helper for firing DOM events and swallowing errors.Michael Drake2019-12-011-4/+23
* HTML: Rename fire_dom_event to fire_generic_dom_event.Michael Drake2019-12-013-4/+4
* html_saw_insecure_objects: Don't infinite loop on objectsDaniel Silverstone2019-12-011-0/+1
* html_css_fetcher: Use corestring_lwc_x_ns_cssDaniel Silverstone2019-12-011-8/+2
* Allow contents to indicate if they believe they may not be secure.Daniel Silverstone2019-12-014-0/+79
* box_construct: Do not leak attributes in <embed> boxesDaniel Silverstone2019-11-301-0/+5
* HTML redraw: Don't render scrollbars when the CSS doesn't permit it.Michael Drake2019-11-301-3/+6
* make unknown content drag assert have meanigful messageVincent Sanders2019-11-291-1/+1
* change mouse action drag handling to use a more efficient dispatchVincent Sanders2019-11-171-13/+16
* move remaining mouse action drag handling into separate functionsVincent Sanders2019-11-171-21/+60
* move more select menu handling into mouse_action_select_menu()Vincent Sanders2019-11-171-8/+7
* make mouse track and mouse action content handlers return an error codeVincent Sanders2019-11-121-4/+5
* Remove redundant drag handling for content selectionVincent Sanders2019-11-121-10/+0
* split out html interaction header elements and rename sourceVincent Sanders2019-11-126-148/+278
* Content: Remove redundant and unused redraw message fields.Michael Drake2019-11-111-31/+16
* remove unecessary user warningVincent Sanders2019-11-101-8/+7
* remove user warning and log error insteadVincent Sanders2019-11-071-2/+3
* fix keypress entry on text areaVincent Sanders2019-11-071-22/+29
* remove user warning and fix up error handling in form select menusVincent Sanders2019-11-073-28/+36
* remove unecessary user warningVincent Sanders2019-11-062-3/+1
* remove user warning and propogate error returnVincent Sanders2019-11-063-37/+37
* remove unecessary user warning calls and improve error propogation in html boxVincent Sanders2019-11-053-46/+63
* fix utils configuration header orderingVincent Sanders2019-10-111-1/+1
* fix core find in page behaviour when case sensitivity is toggledVincent Sanders2019-09-213-61/+68
* make the gtk_search structure private to teh gtk search objectVincent Sanders2019-09-211-2/+2
* Box Conversion: Cancel conversion during html_destroyDaniel Silverstone2019-08-234-3/+38
* HTML: Don't allow objects to redraw until we have a layout.Michael Drake2019-08-063-0/+12
* html_begin_conversion: If we pause in completing parse, try again later.Daniel Silverstone2019-08-051-0/+7
* HTML: Box coordinates: Take fast route to float container.Michael Drake2019-08-051-4/+4
* Excise the llcache query pathway.Daniel Silverstone2019-08-053-50/+0
* content: Rename content_broadcast_errorcode()Daniel Silverstone2019-08-053-31/+36
* Content messages: Remove ERRORCODE, rework ERRORDaniel Silverstone2019-08-053-18/+6
* enable gnu extensions to get strcasestr from string.hVincent Sanders2019-08-051-0/+2
* form: Fix situation where a gadget initialises with NULL valueDaniel Silverstone2019-08-041-2/+6
* html: Mirror gadget values in and out of the DOMDaniel Silverstone2019-08-046-1/+169
* change browser_window_drop_file_at_point() to take unscaled coordinatesVincent Sanders2019-08-041-18/+26
* change browser_window_redraw to use unscaled coordinatesVincent Sanders2019-08-041-2/+2
* Add content handlers for queriesDaniel Silverstone2019-08-043-0/+50
* remove unnecessary browser_window_redraw_rect interfaceVincent Sanders2019-08-031-2/+4
* change browser_window_get_features to use unscaled coordinatesVincent Sanders2019-08-031-4/+11
* change browser_window_mouse_track to use unscaled coordinatesVincent Sanders2019-08-031-3/+2
* change browser_window_mouse_click to use unscaled coordinatesVincent Sanders2019-08-031-5/+5
* box_construct: Check error return from dom_has_attributeDaniel Silverstone2019-08-031-3/+11
* html_interaction.c: Default node to <HTML> nodeDaniel Silverstone2019-08-011-1/+1
* Layout: Apply min/max width to replaced elements when width is given.Michael Drake2019-07-301-0/+5
* make content close check the content status itselfVincent Sanders2019-07-101-2/+6
* HTML: Viewport width/height in length context are fixed point.Michael Drake2019-06-291-2/+2
* html.c: Correct ordering for reformat timeDaniel Silverstone2019-06-051-1/+1