summaryrefslogtreecommitdiff
path: root/TODO
blob: 64d3b6f1eef1a327bc93f01b3adf2b376c1dbe85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Some TODO items, in no particular order:

- Use g_signal_emit instead of g_signal_emit_by_name
- Use GDK_EVENT_PROPAGATE/GDK_EVENT_STOP.
- Use G_SOURCE_CONTINUE/G_SOURCE_REMOVE.
- Name all timeout and idle sources
- Replace constructor functions with constructed functions
- Use g_clear_object in dispose/finalize
- Get rid of object references in dispose, not finalize
- embed/ does not make much sense anymore as a name. Rename to
  something else, perhaps core/? webview/?
- Replace GtkAction and GtkUIManager with GAction
- Use GtkBuilder instead of declaring the UIs with C
- Kill EphyNode
- We practically don't test any part of Epiphany, change that (how do
  you test UI code? There's like 3 or 4 frameworks for this, pick one?
  What does Chrome do?)
- g_str_equal -> g_strcmp0 or strcmp except in hash maps
- Replace ephy_file with GResource. Get rid of data/pages
- g_return -> g_assert more or less everywhere