lp://staging/gtkhtml
- Get this branch:
- bzr branch lp://staging/gtkhtml
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://git.gnome.org/gtkhtml.
Last successful import was .
Recent revisions
- 6408. By Milan Crha <email address hidden>
-
Frame/iframe print miscalculates its height
When printing a document with a frame or iframe, the content below
the frame could cover part of the bottom of the frame, due to it
miscalculating its height for the print. The code didn't add frame's
top and bottom border to the content height. - 6406. By Federico Mena Quintero
-
htmlobject: handle containers with non-cursor-able children
If the cursor is right at the beginning of a table like
<table>
<tr>
<td>
<a name="">
</a>
</td>
<td>
foo
</td>
</tr>
</table>
barthen move_object_
cursor( ) would find the first TableCell (the first
<td>), and its Anchor. The anchor contains nothing, so it can't take
the cursor.However, move_object_
cursor( ) would jump to the step where it does,
"find me the next object within the current object's parent", but for
the entire Table, not for the TableCell. Thus it would miss the second
<td> that actually contains a "foo" string, and it would skip past the
Table to its next cursor-able sibling, the "bar" string. - 6404. By Federico Mena Quintero
-
Don't pass -1 for the string length to a function that takes guints...
- 6401. By Milan Crha <email address hidden>
-
Correct attributes of the po/fi.po file
Should not be an executable.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)