Vincent Sanders
|
63d7247a9c
|
fix mismatched option name and variable names
block_ads should be block_advertisments to match option name
toolbar_status_width should be toolbar_status_size to match option name
|
2013-05-28 14:16:11 +01:00 |
|
Vincent Sanders
|
4ae69da5ea
|
build new options code and remove old
|
2013-05-28 14:16:11 +01:00 |
|
Vincent Sanders
|
ee6e6eec05
|
move options include
|
2013-05-28 14:16:10 +01:00 |
|
Vincent Sanders
|
a5355ec557
|
change all core and frontend options headers to new format
|
2013-05-28 14:16:10 +01:00 |
|
Vincent Sanders
|
c1e864656d
|
add tests for new options API
|
2013-05-28 14:16:10 +01:00 |
|
Vincent Sanders
|
a2769ec68b
|
add new option API and implementation
|
2013-05-28 14:16:10 +01:00 |
|
Michael Drake
|
977452b2ba
|
Fix handling of clip property to avoid clip rectangles that are entierly outside the redraw region.
|
2013-05-28 12:47:20 +01:00 |
|
Michael Drake
|
ba9769bc8c
|
Pass fetch redirect info up to content layer as content_msg. Mark redirect origin URLs as visited in browser window content callback. Note this doesn't mean we track redirects, it just lets us get the :visited link style on links that redirect.
|
2013-05-27 14:51:00 +01:00 |
|
Chris Young
|
8dc7ec2cb4
|
More split fixery
|
2013-05-25 14:12:02 +01:00 |
|
Chris Young
|
4a618b7040
|
Another attempt to fix the moving split position when a string fits exactly.
|
2013-05-25 14:05:32 +01:00 |
|
Chris Young
|
b66775dc53
|
Prevent ASL from causing delayed menus
|
2013-05-25 13:59:42 +01:00 |
|
Michael Drake
|
9751a10705
|
Handle title on dom event. Remove head walker from begin_conversion.
|
2013-05-23 15:02:15 +01:00 |
|
Michael Drake
|
e8df19f3d2
|
Move base and link element handling to event callback.
|
2013-05-23 13:29:40 +01:00 |
|
Vincent Sanders
|
87b80b667f
|
add missing include
|
2013-05-23 12:13:53 +01:00 |
|
Vincent Sanders
|
e2957762ba
|
remove extraneous debug
|
2013-05-23 12:07:08 +01:00 |
|
Vincent Sanders
|
35dacc3671
|
move the logging initialisation out to be call by frontends
This allows each frontend to pass a distinct callback to configure the
output file stream appropriately for their use.
|
2013-05-23 11:50:57 +01:00 |
|
Vincent Sanders
|
12ff7a47f4
|
removed unsuded memdebug utilities
|
2013-05-23 09:29:00 +01:00 |
|
Michael Drake
|
5a312946c5
|
Move meta refresh handling to dom event handler.
|
2013-05-22 23:57:59 +01:00 |
|
Michael Drake
|
8a13f530ea
|
Merge branch 'master' of git://git.netsurf-browser.org/netsurf
|
2013-05-22 22:06:30 +01:00 |
|
Vincent Sanders
|
ca345e9b99
|
fix version range when teh callback API changed
|
2013-05-22 20:42:37 +01:00 |
|
Michael Drake
|
161271070e
|
Add default visited link colour.
|
2013-05-22 20:41:37 +01:00 |
|
Vincent Sanders
|
af75070bee
|
add script_timeout option and use it
|
2013-05-22 19:12:26 +01:00 |
|
Vincent Sanders
|
7f7ff93745
|
add recusion and infinite loop tests
|
2013-05-22 19:12:26 +01:00 |
|
Vincent Sanders
|
ce0fe06349
|
create javascript heartbeat and hook a script timeout to it
|
2013-05-22 19:12:26 +01:00 |
|
Vincent Sanders
|
447c0fc271
|
ensure downloaded files are not interpreted
|
2013-05-22 19:12:26 +01:00 |
|
Michael Drake
|
bec089e7aa
|
Tiny simplification.
|
2013-05-20 19:51:15 +01:00 |
|
Chris Young
|
2f94771f41
|
revert text split change
|
2013-05-20 17:59:58 +01:00 |
|
Rob Kendrick (humdrum)
|
d78c9ccd10
|
Merge branch 'rjek/bloom'
|
2013-05-20 13:13:43 +01:00 |
|
Michael Drake
|
0088273dba
|
Merge branch 'master' of git://git.netsurf-browser.org/netsurf
|
2013-05-20 13:10:00 +01:00 |
|
Michael Drake
|
7ee2573f17
|
Convert image format to core format, when the core requests it.
|
2013-05-20 13:07:40 +01:00 |
|
Rob Kendrick (humdrum)
|
f571aebbdb
|
Merge branch 'master' into rjek/bloom
|
2013-05-20 11:15:17 +01:00 |
|
Rob Kendrick (humdrum)
|
90d2c8c212
|
Use hash generated by nsurl rather than doing it ourselves
|
2013-05-20 09:19:31 +01:00 |
|
Chris Young
|
6c9d0aaee7
|
Merge branch 'chris/gadtools-53-5'
Merging changes that don't need gadtools 53.5
|
2013-05-18 16:30:03 +01:00 |
|
Chris Young
|
c10a4321f2
|
Bring ARexx items to new alloc function
|
2013-05-18 16:28:10 +01:00 |
|
Chris Young
|
051fce07d9
|
Move hotlist entries to new allocation function
|
2013-05-18 16:11:49 +01:00 |
|
Chris Young
|
9c49d5f090
|
Menu refactor
|
2013-05-18 15:34:25 +01:00 |
|
Michael Drake
|
943025ddb0
|
Remove SUPPORT_VISITED build switch.
|
2013-05-18 14:40:42 +01:00 |
|
Chris Young
|
15fc44bd4d
|
Remove unused variable
|
2013-05-18 13:45:26 +01:00 |
|
Chris Young
|
5fcdbb80f0
|
Try to avoid the split point jumping around when it occurs exactly on the boundary requested
|
2013-05-18 13:34:36 +01:00 |
|
Chris Young
|
13e667ff78
|
Remove friend BitMap as it doesn't solve the problem intended, and I'm concerned that it will cause problems on gfx cards which only have LE modes
|
2013-05-18 13:26:07 +01:00 |
|
Rob Kendrick (humdrum)
|
bb08964f27
|
Merge branch 'master' into rjek/bloom
|
2013-05-17 13:15:25 +01:00 |
|
Michael Drake
|
c240fb0c00
|
Enable :visited handling for experimentation.
|
2013-05-17 12:38:06 +01:00 |
|
Michael Drake
|
39cc1a6d4a
|
Add function to get a nsurl's hash value.
|
2013-05-17 12:25:04 +01:00 |
|
Rob Kendrick (humdrum)
|
c204e5ff0c
|
Add explanitory comment and make bloom size be a #define
|
2013-05-17 12:12:55 +01:00 |
|
Rob Kendrick (humdrum)
|
60e8f11850
|
urldb maintains a bloom filter of URLs contained within and consults it when searching
|
2013-05-17 11:40:43 +01:00 |
|
Rob Kendrick (humdrum)
|
9f00abec03
|
Merge branch 'master' into rjek/bloom
|
2013-05-17 11:13:18 +01:00 |
|
Michael Drake
|
abebc6ae2b
|
Fix visited support for libdom. (Still disabled.)
|
2013-05-16 18:18:06 +01:00 |
|
Rob Kendrick (humdrum)
|
0c45ed935d
|
Better bit and byte selection
|
2013-05-16 17:24:05 +01:00 |
|
Rob Kendrick (humdrum)
|
7d60132816
|
Painfully trivial bloom filter implementation to experiment with optimising urldb lookups
|
2013-05-16 17:15:29 +01:00 |
|
Michael Drake
|
023c014ac4
|
Tidy up cached descriptor usage and ensure "shrink-wrap" realloc call only ever has to shrink.
|
2013-05-15 23:30:01 +01:00 |
|