Sam Atkins
d7485df928
LibWeb: Give each Node a unique ID
...
We maintain a directory of ID -> Node. Nodes add themselves to this
directory when they are created, receiving a random ID. When a Node is
destroyed, it removes itself from this directory. Anyone can request a
Node from the directory by its ID using `Node::from_id()`.
We reserve the `0` ID to mean "none".
These IDs allow different processes to communicate about a given Node
over IPC, for example the DOM Inspector.
2021-09-02 22:16:41 +02:00
..
2021-09-02 09:12:17 +02:00
2021-09-02 09:12:17 +02:00
2021-09-02 09:12:17 +02:00
2021-09-02 09:12:17 +02:00
2021-09-02 09:12:17 +02:00
2021-09-02 09:12:17 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-08-24 16:37:28 +02:00
2021-09-02 22:16:41 +02:00
2021-05-04 23:40:43 +01:00
2021-04-22 23:15:33 +02:00
2021-04-22 11:22:27 +02:00
2021-04-11 18:32:42 +02:00
2021-04-22 11:22:27 +02:00
2021-05-04 22:59:15 +01:00
2021-04-23 16:46:57 +02:00
2021-04-11 18:27:52 +02:00
2021-05-04 22:59:15 +01:00
2021-05-04 22:59:15 +01:00
2021-05-04 22:59:15 +01:00
2021-08-15 15:11:59 +02:00
2021-07-31 00:18:11 +02:00
2021-05-11 18:01:36 +02:00
2021-04-23 16:46:57 +02:00
2021-04-22 11:22:27 +02:00
2021-08-01 08:10:16 +02:00
2021-04-23 16:46:57 +02:00
2021-04-11 18:27:52 +02:00
2021-09-02 09:11:24 +02:00
2021-04-22 11:22:27 +02:00
2021-06-27 22:36:04 +02:00
2021-06-27 22:36:04 +02:00
2021-05-04 23:41:44 +01:00
2021-05-04 23:41:44 +01:00
2021-05-04 23:41:44 +01:00
2021-06-27 12:49:49 +01:00
2021-04-22 21:21:46 +02:00
2021-04-23 16:46:57 +02:00
2021-07-04 22:07:36 +01:00
2021-09-02 22:16:41 +02:00
2021-09-02 22:16:41 +02:00
2021-07-05 12:39:46 +02:00
2021-06-24 19:57:01 +02:00
2021-04-22 11:22:27 +02:00
2021-08-02 19:01:25 +04:30
2021-04-22 11:22:27 +02:00
2021-06-24 19:57:01 +02:00
2021-05-21 21:57:03 +02:00
2021-04-22 11:22:27 +02:00
2021-04-22 11:22:27 +02:00
2021-04-06 21:42:00 +02:00
2021-04-23 16:46:57 +02:00
2021-04-22 11:22:27 +02:00
2021-02-17 23:45:07 +01:00
2021-06-24 19:57:01 +02:00
2021-04-22 11:22:27 +02:00
2021-04-23 16:46:57 +02:00
2021-04-22 11:22:27 +02:00
2021-06-27 22:36:04 +02:00
2021-06-27 22:36:04 +02:00
2021-08-24 16:37:28 +02:00
2021-06-27 22:36:04 +02:00