summaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Treat cookies from HTTP and HTTPS as identical."John-Mark Bell2013-01-042-4/+0
| | | | | | | | Sadly, this breaks path cookies on HTTPS sites. The correct fix is to implement RFC6265 in full (probably replacing urldb with something less complex, too). This reverts commit 924f8844d4e94f56232d70b25a925731ab19a84c.
* Remove junk "http_equiv" string.John-Mark Bell2013-01-031-1/+1
|
* Treat cookies from HTTP and HTTPS as identical.John-Mark Bell2013-01-032-0/+4
|
* Correctly emit entities when serialising to HTML.John-Mark Bell2012-12-304-1/+145
|
* add dom event handler to document objectVincent Sanders2012-12-172-0/+4
|
* ensure default action fetcher is set to NULLVincent Sanders2012-12-061-0/+1
|
* change to parameterised parser binding creationVincent Sanders2012-12-062-7/+89
|
* extend corestings with event typesVincent Sanders2012-11-282-4/+278
|
* add message retrival of error codes ensuring there are messages for all codesVincent Sanders2012-11-263-0/+109
|
* Update the BeOS/Haiku portAdrien Destugues - PulkoMandy2012-11-241-2/+2
| | | | | | | | * Toolbar use HVIF icons on Haiku * Download window * Some tweaks to the event loop to let network traffic happen Signed-off-by: François Revol <revol@free.fr>
* Check if box with imagemap at point has area at point.Michael Drake2012-11-221-3/+1
|
* make nsurl_access() not assert with being passed a NULL url as it is assumed ↵Vincent Sanders2012-11-221-1/+3
| | | | elsewhere this will never fail.
* Close file when we've finished parsing it.Chris Young2012-11-111-0/+1
|
* Report (and ignore) failure to load non-existent document. (Credit: Chris Young)John-Mark Bell2012-11-112-7/+9
|
* remove redundant domutils and put functionality in existing utils/libdomVincent Sanders2012-11-104-198/+159
|
* Port hotlist load/save to libdom.John-Mark Bell2012-11-092-1/+108
|
* Fix conditionals to be saneJohn-Mark Bell2012-11-091-2/+2
|
* add document.body, head and documentElement gettersVincent Sanders2012-11-072-0/+90
| | | | add a dom utility file and use it
* reduce call overhead on log messagesVincent Sanders2012-11-052-11/+11
|
* type=search is a new-fangled HTML5 thing which we treat as input and thus ↵Daniel Silverstone2012-11-042-0/+4
| | | | give EX width hinting. Closes #3578446
* Fix join with rel part of " ". Add a few tests.Michael Drake2012-11-021-0/+7
|
* More useful title info for images.Michael Drake2012-10-242-0/+46
|
* Improve error handling in html contentVincent Sanders2012-10-171-1/+15
|
* Remove double ;.Michael Drake2012-10-161-1/+1
|
* Add newline at end of file.Michael Drake2012-10-141-1/+1
|
* Move dom walker to utils/libdom.{c|h}. Add a few HTML elements to core strings.Michael Drake2012-10-124-0/+223
|
* Make url_{get|reform|destroy}_components static.Michael Drake2012-10-112-196/+191
|
* Add nsurl_replace_query. Add tests. Make tester itterate remaining ↵Michael Drake2012-10-112-0/+102
| | | | lwc_strings.
* Remove unused function.Michael Drake2012-10-112-35/+0
|
* Don't need url_compare any more.Michael Drake2012-10-112-71/+0
|
* Ensure correct error type is returned.Michael Drake2012-10-111-4/+12
|
* Fix dead store.Michael Drake2012-10-111-1/+1
|
* Ensure non-void functions have a return at the end, even though it shouldn't ↵Michael Drake2012-10-111-0/+4
| | | | get there, to squash warning.
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-10-082-4/+4
|\
| * trivial docuemntation cleanups to address some of the huge number of ↵Vincent Sanders2012-10-082-4/+4
| | | | | | | | docuemntation warnings
* | Add "https" lwc string.Michael Drake2012-10-082-0/+4
|/
* If you pass CI_BUILD=xxx to make, it will build a CI #xxx into the version ↵Daniel Silverstone2012-10-062-216/+5
| | | | string and also mention it in the testament
* Remove url_parent.Michael Drake2012-10-062-50/+0
|
* Add nusrl_parent function, to get parent path URL.Michael Drake2012-10-062-8/+123
|
* Remove unused functions.Michael Drake2012-10-052-113/+0
|
* Don't let it read off the front of empty relative URLs.Michael Drake2012-10-021-2/+2
|
* Fix select elements. Requires latest libdom.Michael Drake2012-09-192-0/+4
|
* Allow the presence of form inputs to be obtained without knowledge of html ↵Michael Drake2012-08-201-0/+5
| | | | content internals.
* add mint to mmap exclude listVincent Sanders2012-08-131-1/+1
|
* alter file fetcher to use mmap where availableVincent Sanders2012-08-132-10/+16
|
* Fix RO build.Michael Drake2012-08-131-0/+2
|
* fix windows build format specifiersVincent Sanders2012-08-121-0/+10
| | | | add install target for windows - creates installer rather than actually installing
* Dodge a clang warning.Michael Drake2012-08-091-5/+7
|
* extend completion typesVincent Sanders2012-07-302-0/+8
|
* s/object/option/Michael Drake2012-07-261-1/+1
|