Pierre Tachoire
|
a470a7eaef
|
browser: add som steps comments
|
2024-01-17 18:21:49 +01:00 |
|
Pierre Tachoire
|
7d226a43b6
|
browser: window must survive between 2 pages
So window is moved to session
|
2024-01-17 18:21:49 +01:00 |
|
Pierre Tachoire
|
cc5280460e
|
browser: add TODO for fragment URL
|
2024-01-17 18:21:49 +01:00 |
|
Pierre Tachoire
|
bd9c63f22f
|
browser: update window injection TODO
|
2024-01-17 18:21:48 +01:00 |
|
Pierre Tachoire
|
0d32fc62ba
|
browser: inject window global object
|
2024-01-17 18:21:48 +01:00 |
|
Pierre Tachoire
|
6ff121334f
|
browser: refactor session and page
Now session owns the js env and the loader.
page start and stop the js session.
|
2024-01-17 18:21:48 +01:00 |
|
Pierre Tachoire
|
228f44a57d
|
browser: add initVM/deinitVM in main
|
2024-01-17 18:21:48 +01:00 |
|
Pierre Tachoire
|
df2e6dcfc0
|
get: start work on get command
|
2024-01-17 18:21:47 +01:00 |
|
Pierre Tachoire
|
1642741027
|
browser: start browser API
|
2024-01-17 18:21:47 +01:00 |
|
Pierre Tachoire
|
b53d4a149c
|
add nav web api
|
2024-01-17 18:21:47 +01:00 |
|
Pierre Tachoire
|
a461ecd7df
|
Merge pull request #129 from lightpanda-io/html-collection-arraylike
dom: html collection: implement array like
|
2024-01-16 15:50:40 +01:00 |
|
Pierre Tachoire
|
93db41ff10
|
html_collection: update iterator values
|
2024-01-15 14:25:20 +01:00 |
|
Francis Bouvier
|
5734b903ec
|
Adapt HTMLCollectionIterator to HTMLCollection._item changes
And update jsruntime to fix the build
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-01-13 15:14:43 +01:00 |
|
Pierre Tachoire
|
f59f36422c
|
html_collection: free generated array like keys
|
2024-01-11 10:49:17 +01:00 |
|
Pierre Tachoire
|
39afb6593d
|
dom: hmtl collection: wip postAttach
|
2024-01-11 10:00:00 +01:00 |
|
Pierre Tachoire
|
d92c121ecf
|
Merge pull request #149 from lightpanda-io/fix-parse-chunk
netsurf: fix document html parse reader loop
|
2024-01-10 17:41:47 +01:00 |
|
Pierre Tachoire
|
2011e0b642
|
Merge pull request #147 from lightpanda-io/fix-attr-crash
dom: attr: fix crash w/o parent
|
2024-01-10 17:34:03 +01:00 |
|
Pierre Tachoire
|
c1b4026fa3
|
Merge pull request #144 from lightpanda-io/html-doc
dom: DocumentHTML getters
|
2024-01-10 17:33:43 +01:00 |
|
Pierre Tachoire
|
390f9f408c
|
netsurf: fix document html parse reader loop
|
2024-01-10 17:31:52 +01:00 |
|
Francis Bouvier
|
1e4ddf580d
|
Forgot test_runner
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-01-10 16:20:19 +01:00 |
|
Francis Bouvier
|
a5dfa6cb44
|
Adopt global Types changes in jsruntime
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
|
2024-01-10 11:56:53 +01:00 |
|
Pierre Tachoire
|
cb3abe58c2
|
dom: attr: fix crash w/o parent
|
2024-01-09 17:45:14 +01:00 |
|
Pierre Tachoire
|
ca6bb577c6
|
Document: use document cast to node
|
2024-01-09 14:24:55 +01:00 |
|
Pierre Tachoire
|
be1e55272a
|
DocumentHTML: cast directly document to node
|
2024-01-09 14:13:52 +01:00 |
|
Pierre Tachoire
|
a25169c9e8
|
documentHTML: replace NotSupported with NotImplemented
|
2024-01-09 14:13:52 +01:00 |
|
Pierre Tachoire
|
c73ecb5e0d
|
HTMLDocument: implement all getter
|
2024-01-09 14:13:51 +01:00 |
|
Pierre Tachoire
|
fce9e44407
|
HTMLDocument: add noop legacy functions
|
2024-01-09 14:13:51 +01:00 |
|
Pierre Tachoire
|
91d1f539d4
|
HTMLDocument: implements anchors
|
2024-01-09 14:13:51 +01:00 |
|
Pierre Tachoire
|
552bf4224c
|
HTMLDocument: pseudo designMode
|
2024-01-09 14:13:50 +01:00 |
|
Pierre Tachoire
|
584b254c08
|
HTMLDocument: applets return empty collection
|
2024-01-09 14:13:50 +01:00 |
|
Pierre Tachoire
|
d07717cd10
|
HTMLDocument: add currentScript getter
|
2024-01-09 14:13:50 +01:00 |
|
Pierre Tachoire
|
8f18fda54f
|
HTMLDocument: add head getter
|
2024-01-09 14:13:49 +01:00 |
|
Pierre Tachoire
|
9de23d76d2
|
HTMLDocument: add body setter
|
2024-01-09 14:13:49 +01:00 |
|
Pierre Tachoire
|
7a4de724e3
|
HTMLDocument: add images/scripts/forms/links/embed getters
|
2024-01-09 14:13:48 +01:00 |
|
Pierre Tachoire
|
db8031f965
|
HTMLCollection: add match by links
|
2024-01-09 14:13:48 +01:00 |
|
Pierre Tachoire
|
6bc44cbe75
|
dom: add DocumentHTML getElementsByName
|
2024-01-09 14:13:48 +01:00 |
|
Pierre Tachoire
|
2b681c8353
|
nodelist: add comment about liveness
|
2024-01-09 14:13:47 +01:00 |
|
Pierre Tachoire
|
0b952f5295
|
HTMLCollection: add a matcher by name
|
2024-01-09 14:13:47 +01:00 |
|
Pierre Tachoire
|
a4d44081e5
|
netsurf: add missing inline
|
2024-01-09 14:13:47 +01:00 |
|
Pierre Tachoire
|
970d51e4b0
|
dom: DocumentHTML title
|
2024-01-09 14:13:46 +01:00 |
|
Pierre Tachoire
|
ea80e5e4a1
|
dom: DocumentHTML getters
|
2024-01-09 14:13:46 +01:00 |
|
Pierre Tachoire
|
5496e68a02
|
netsurf: remove documentHTMLParseFromFile
|
2024-01-09 11:35:18 +01:00 |
|
Pierre Tachoire
|
cc3a7ec4a1
|
netsurf: fix DocumentHTMLParseFromStr and add test
|
2024-01-09 11:33:02 +01:00 |
|
Pierre Tachoire
|
57e948ded5
|
Merge pull request #142 from lightpanda-io/attr
dom: implement Attr interface
|
2024-01-08 17:39:27 +01:00 |
|
Pierre Tachoire
|
1c55269342
|
netsurf: use 1024 bytes for fil read buffer
|
2024-01-08 16:23:22 +01:00 |
|
Pierre Tachoire
|
ac99aab3fd
|
netsurf: better parsing error
|
2024-01-08 16:02:54 +01:00 |
|
Pierre Tachoire
|
0159051b17
|
netsurf: remove deprecated API for parsing HTML
|
2024-01-08 16:02:53 +01:00 |
|
Pierre Tachoire
|
9f77ba01bb
|
netsurf: rewrite wrapper.ci func in pure zig
|
2024-01-08 16:02:53 +01:00 |
|
Pierre Tachoire
|
3b851f889e
|
dom: add Element AttributeNode funcs
|
2024-01-03 14:44:24 +01:00 |
|
Pierre Tachoire
|
152014fe16
|
dom: implement Attr interface
|
2024-01-03 14:20:42 +01:00 |
|