Vincent Sanders
|
912b9de928
|
ensure default action fetcher is set to NULL
|
12 years ago |
Vincent Sanders
|
646aed64ff
|
change to parameterised parser binding creation
|
12 years ago |
Vincent Sanders
|
3052864773
|
issue click events at dom
|
12 years ago |
Vincent Sanders
|
d80bb6210d
|
add missing include
|
12 years ago |
Vincent Sanders
|
68f359d1ec
|
initial event fireing implementation
|
12 years ago |
Vincent Sanders
|
fefc9ed6be
|
html renderer error path fixups for meta refresh
|
12 years ago |
Vincent Sanders
|
fb13fcf166
|
Improve html renderer error reporting
|
12 years ago |
Michael Drake
|
8bccf16158
|
Check if box with imagemap at point has area at point.
|
12 years ago |
Michael Drake
|
bd3f65b7da
|
Use can_reformat instead of HTML special case. Allow reflow of parent for any object that gets a reformat.
|
12 years ago |
Michael Drake
|
ddf45cd672
|
Reformat objects that reach the READY state.
|
12 years ago |
Vincent Sanders
|
a79e098817
|
remove redundant domutils and put functionality in existing utils/libdom
|
12 years ago |
Vincent Sanders
|
43fb761f45
|
add document.body, head and documentElement getters
add a dom utility file and use it
|
12 years ago |
Michael Drake
|
bf7d8d46ee
|
More useful error type for libdom hubbub binding errors.
|
12 years ago |
Vincent Sanders
|
f18bbd48c7
|
Improve error handling in html content
|
13 years ago |
Michael Drake
|
4fccdf18f3
|
Move dom walker to utils/libdom.{c|h}. Add a few HTML elements to core strings.
|
13 years ago |
Daniel Silverstone
|
fdba0bd72c
|
Fix document leak in encoding change handler
|
13 years ago |
Michael Drake
|
6b7669dc09
|
Use nsurl_join instead of url_join. Forms still need to be moved over to nsurl.
|
13 years ago |
Michael Drake
|
c82a5ad699
|
Need to talloc_free things that are created with talloc.
|
13 years ago |
Vincent Sanders
|
c1671f37b1
|
reduce talloc usage to box tree layout only
|
13 years ago |
Vincent Sanders
|
2718272f4f
|
quick and dirty fix to deal with replaced object trying to get a script context
|
13 years ago |
Michael Drake
|
aea01d1978
|
Fix to define variable at start of block, for GCC 2.95.2.
|
13 years ago |
Michael Drake
|
c67187079e
|
Improve object status message handling.
|
13 years ago |
Michael Drake
|
afdf72d7b5
|
Confine box_at_point to the document it's given. Callers are now responsible for calling whatever functionality for object boxes. Remove last bw dereference from render directory. Remove a couple of unused functions.
|
13 years ago |
Michael Drake
|
b134279644
|
Allow the presence of form inputs to be obtained without knowledge of html content internals.
|
13 years ago |
Michael Drake
|
a11de47b64
|
Implement debug dump content call for HTML.
|
13 years ago |
Michael Drake
|
edef40bbc4
|
Don't pass struct box to content open.
|
13 years ago |
Michael Drake
|
427fb928c5
|
Remove unused member of html_content struct.
|
13 years ago |
Michael Drake
|
a4f796e217
|
Let *_drop_file_at_point determine if a drop is possible.
|
13 years ago |
Michael Drake
|
57d2e31e59
|
Avoid using hlcache_handle for drag saves in html_interaction. Drag save msg with NULL content now means save the content which sends the message.
|
13 years ago |
Michael Drake
|
5a2d4c6ddb
|
Group content messages that are passed on.
|
13 years ago |
Michael Drake
|
a2906b3994
|
Add paste request content message.
|
13 years ago |
Michael Drake
|
142a0bf859
|
Add content message for setting mouse pointer.
|
13 years ago |
Michael Drake
|
402de7572d
|
Use new content message for saving of hyperlink target URL.
|
13 years ago |
Michael Drake
|
1919c8e071
|
Add message for content wanting wanting drag save to start.
|
13 years ago |
Michael Drake
|
699173331b
|
html__redraw_a_box takes html_content instead of struct content.
|
13 years ago |
Michael Drake
|
e5374cc042
|
Let contents broadcast explicit status messages as well as announce that their internal status has been updated.
|
13 years ago |
Michael Drake
|
fcb7143ecb
|
Simplify content status text setting.
|
13 years ago |
Michael Drake
|
5810d131d5
|
Let HTML content handle object content srcoll request messages.
|
13 years ago |
John-Mark Bell
|
e1b37918e8
|
Reflect change to hubbub parser binding API.
|
13 years ago |
Vincent Sanders
|
9a0f7028a3
|
Libdom now returns the document object at creation time
|
13 years ago |
Vincent Sanders
|
5c25b8255a
|
add post parse script execution
|
13 years ago |
Vincent Sanders
|
4182685d1e
|
fix parse completion - working syncronous scripts
|
13 years ago |
Vincent Sanders
|
b0a41606ff
|
extend html data processing to deal with paused parse
|
13 years ago |
Vincent Sanders
|
06608c1bf0
|
extend script enumeration to include asyncronous and deferred scripts
|
13 years ago |
Michael Drake
|
81e079e747
|
Use interns for string comparisons.
|
13 years ago |
Michael Drake
|
f6f2bcbcde
|
Interned string cleanup, phase 6 (final): Move html.c to corestring.
|
13 years ago |
Michael Drake
|
3c790bf12d
|
Fix ref counting issue in meta tag finder.
|
13 years ago |
Michael Drake
|
d70bf9ac43
|
Fix ref counting issue in HEAD handler. Fix logic error too.
|
13 years ago |
John-Mark Bell
|
41abc08cbb
|
Fix ref leak in error case
|
13 years ago |
Daniel Silverstone
|
88207c0b17
|
Unref the <html> node where appropriate, so we don't have it left behind
|
13 years ago |