summaryrefslogtreecommitdiff
path: root/javascript/jsapi/navigator.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix include and structure definition to stop compiler redefinition errorsVincent Sanders2012-08-091-2/+2
|
* Add missing #include.Michael Drake2012-08-081-0/+1
|
* Implement navigator propertiesVincent Sanders2012-07-021-1/+151
| | | | Signed-Off-By: Vincent Sanders <vince@netsurf-browser.org>
* Add initial navigator object creation.Vincent Sanders2012-07-021-0/+55
Basic navigator object outline ready to add methods to. The navigator object contains all the information about the browser Signed-Off-By: Vincent Sanders <vince@netsurf-browser.org>