summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fix strcasecmp implicit declaration warnings on freebsdVincent Sanders2016-02-122-0/+2
* enable monkey to be built everywhere it is completely generic nowVincent Sanders2016-02-121-18/+2
* fix debug print format type.Vincent Sanders2016-02-121-3/+3
* remove reliance on GLib from monkey frontendVincent Sanders2016-02-127-284/+282
* Stop GIF animations when they are no longer in useChris Young2016-02-113-0/+36
|\
| * Stop GIF animations when they are no longer in use, instead of waiting until ...Chris Young2016-02-113-0/+36
|/
* fix coverity build generated tar handlingVincent Sanders2016-02-111-4/+6
* 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
* cleanup cocoa application run methodVincent Sanders2016-02-101-154/+164
* Prevent cocoa infinite event loop at startupVincent Sanders2016-02-101-2/+4
* Layout: Don't generate :before and :after boxes for replaced elements.Michael Drake2016-02-092-6/+17
* Can free pango font desc as soon as it's set.Michael Drake2016-02-091-10/+12
* Add switch case fallthrough comment.Michael Drake2016-02-091-0/+1
* Add switch case fallthrough comments.Michael Drake2016-02-091-0/+5
* fix coverity submission for netsurfVincent Sanders2016-02-091-3/+5
* remove possible null dereference on allocation faliureVincent Sanders2016-02-091-2/+2
* remove another failing cocoa translation stringVincent Sanders2016-02-091-0/+0
* remove another cocoa string causing ibtool to failVincent Sanders2016-02-091-0/+0
* remove strings causing ibtool to fail on cocoa buildVincent Sanders2016-02-091-0/+0
* clean up cocoa warnings on os x yosemite sdkVincent Sanders2016-02-0915-1298/+1426
* mac os x 32bit runtime requires properties to be defined to syntehsizeVincent Sanders2016-02-081-0/+1
* Update compilation to cope with modern SDK locationsVincent Sanders2016-02-083-23/+29
* Update Mac OS X cocoa frontend to build using SDK 10.10Vincent Sanders2016-02-087-270/+316
* Use readonly get_line, since it is supposed to be faster.Michael Drake2016-02-081-1/+1
* Don't haemorrhage Pango layouts out of nsfont_paint.Michael Drake2016-02-081-0/+1
* Log the cache limit along side size, after clean.Michael Drake2016-02-081-1/+1
* Style: Wrap some long lines.Michael Drake2016-02-081-18/+31
* Add URL to llcache object destruction logging.Michael Drake2016-02-081-1/+2
* fix cocoa SDK awk invocationVincent Sanders2016-02-071-1/+1
* extract cocoa SDK path rather than use pre-defined pathVincent Sanders2016-02-071-1/+2
* ensure limits is included for PATH_MAXVincent Sanders2016-02-071-0/+1
* ensure mac os x path is correctVincent Sanders2016-02-071-0/+1
* Fix RISC OS pointer shape issueDave Higton2016-02-071-0/+1
* update jenkins build script for yosemiteVincent Sanders2016-02-071-0/+3
* remove need for glib in monkey frontend mainVincent Sanders2016-02-071-4/+111
* Fix body text hint.Michael Drake2016-02-071-0/+25
* Test: Remove duplicate noscript element.Michael Drake2016-02-061-3/+0
* Remove torrent of logging during browser window resize.Michael Drake2016-02-062-2/+1
* Merge branch 'tlsa/upfront-hints'Michael Drake2016-02-057-1791/+1645
|\
| * Rewrite hints handling to be more efficient.Michael Drake2016-02-052-1123/+788
| * Change hints handling to use new libcss API.Michael Drake2016-02-052-55/+191
| * Remove duplicate branch.Michael Drake2016-02-051-8/+0
| * Tidy cellpadding hint handling.Michael Drake2016-02-051-11/+12
| * Split out presentational hints handling.Michael Drake2016-02-056-1791/+1851
|/
* add noscript warning to all tests so it is obvious when js is disabledVincent Sanders2016-02-0448-1/+49
* Add test for document.write() adding a STYLE element.Michael Drake2016-02-021-0/+15
* UI fixes for search bar and cookie managerAdrien Destugues2016-02-013-13/+14
* Test for [TreatNullAs=EmptyString]John-Mark Bell2016-02-011-0/+24
* Handle known HTML elements without specialisations.Michael Drake2016-02-011-1/+7