summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* fix plain text render regression introduced in layout table changesVincent Sanders2016-04-281-3/+5
* remove all core usage of warn_user APIVincent Sanders2016-04-264-17/+25
* update scrollbar_create error handling to return nserrorVincent Sanders2016-04-262-6/+8
* split out the layout glyph sizing and splitting APIVincent Sanders2016-04-237-3156/+3183
* Split utils header into string functions and everything elseVincent Sanders2016-04-212-6/+8
* implement tsla code review points in render monotonic time changeVincent Sanders2016-04-201-15/+16
* use monotonic clock call for html reflow timingVincent Sanders2016-04-202-29/+44
* stop content header dragging in so many other headersVincent Sanders2016-04-191-0/+1
* complete the rename of the gui browser tableVincent Sanders2016-04-163-8/+8
* Fix size_t printf formattingVincent Sanders2016-03-171-1/+1
* Revert "Fix memory leak in error handling"Vincent Sanders2016-03-161-1/+0
* Fix memory leak in error handlingVincent Sanders2016-03-141-0/+1
* Fix possible dereference of NULLVincent Sanders2016-03-141-14/+30
* Fix object accounting for aborted HTML contents.Michael Drake2016-02-111-3/+4
* HTML: Remove some status bar updating code.Michael Drake2016-02-104-43/+0
* Layout: Don't generate :before and :after boxes for replaced elements.Michael Drake2016-02-092-6/+17
* Split out presentational hints handling.Michael Drake2016-02-051-1/+2
* Simplify special element handling in node inserted callback.Michael Drake2016-01-291-31/+31
* Spaces to tabs.Michael Drake2016-01-291-1/+1
* Add comment on on-demand JS context creation safetyMichael Drake2016-01-211-0/+3
* Ensure we do on-demand JS context creation only when JS is enabled.Michael Drake2016-01-211-13/+16
* Fix place where we're calling a js_* fn without checking for context.Michael Drake2016-01-211-1/+3
* Ensure constant javascript_enabled for HTML contents.Michael Drake2016-01-213-4/+8
* Pass html_content to box_extract_link.Michael Drake2016-01-213-15/+18
* Simplify place_float_below loop condition.Michael Drake2016-01-211-1/+1
* Make use of cached place float below value earlier.Michael Drake2016-01-201-1/+5
* Cache place below level, to avoid pointless calls to find_sides.Michael Drake2016-01-203-1/+12
* Optimise white hot find_sides to take advantage of sorted float_children.Michael Drake2016-01-201-1/+7
* Sort float_children of containers by their bottom edge.Michael Drake2016-01-201-2/+27
* Split adding float to a container out into separate function.Michael Drake2016-01-201-10/+14
* Remove redundant condition in white hot path.Michael Drake2016-01-201-1/+1
* Remove erroneous redeclaration of variable in new scope.Michael Drake2015-12-201-1/+0
* Make it clearer why we're asserting.Michael Drake2015-11-111-1/+2
* Only fire click event on button 1 press.Michael Drake2015-11-061-2/+1
* Assert that we have a node.Michael Drake2015-11-061-0/+1
* Always consider the root element's box.Michael Drake2015-11-061-5/+2
* Fix overflow-{x|y} handling.Michael Drake2015-11-011-3/+4
* Fix descendant bounding box calcs to work with overflow-{x|y}.Michael Drake2015-10-311-16/+16
* Don't call up if the parent's jscontext has gone NULL in the meantimeDaniel Silverstone2015-10-311-1/+1
* Change click handling to fire_dom_eventDaniel Silverstone2015-10-311-1/+1
* Add fire_dom_event, it's in a bad place but we can move it laterDaniel Silverstone2015-10-312-0/+42
* Shunt the handling of new elementsDaniel Silverstone2015-10-311-3/+4
* Initial work toward JS event supportDaniel Silverstone2015-10-311-0/+14
* Fix dom document leak for framesets.Michael Drake2015-10-311-0/+5
* Make nsurl utf8 string conversion function consistent with nsurl API.Michael Drake2015-10-251-1/+1
* Rework IDN URL retrieval to return an nserrorChris Young2015-10-241-6/+11
* Modify the status bar link text so it shows either the ASCII encoded or IDN h...Chris Young2015-10-241-4/+15
* ensure completion of async js scripts completes the fetchVincent Sanders2015-10-021-0/+7
* fix gadget resource leak (coverity #1109875)Vincent Sanders2015-09-071-0/+1
* Rename context_menu.c and strip out all the context menu code, so this file a...Chris Young2015-09-051-0/+1