lp:~samarjit-adhikari/gtkhtml/gtkhtml-gnome-3-6

Created by Samarjit Adhikari and last modified
Get this branch:
bzr branch lp:~samarjit-adhikari/gtkhtml/gtkhtml-gnome-3-6

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Samarjit Adhikari
Project:
GtkHTML
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at git://git.gnome.org/gtkhtml,branch=gnome-3-6.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on pear and finished taking 20 seconds — see the log
Import started on pear and finished taking 20 seconds — see the log
Import started on pear and finished taking 15 seconds — see the log
Import started on pear and finished taking 15 seconds — see the log

Recent revisions

6375. By Federico Mena Quintero

Oops, add missing brace

6374. 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>
    bar

then 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.

6373. By Federico Mena Quintero

Error out if the cursor position becomes negative.

6372. By Federico Mena Quintero

Don't pass -1 for the string length to a function that takes guints...

6371. By Cédric VALMARY (Tot en òc)

Updated Occitan translation

6370. By Rūdolfs Mazurs <email address hidden>

Updated Latvian translation

6369. By Matthew Barnes

Post-release version bump.

6368. By Matthew Barnes

NEWS update for 4.6.6 release.

6367. By Milan Crha <email address hidden>

Bug #699574 - gtk_selection_owner_set() breaks mouse wheel scrolling

6366. By Milan Crha <email address hidden>

Wrong cursor position after paste of text with <div></div>

The <div /> is placed as DISPLAY_BLOCK, which adds one more character
for cursor positioning, which was not counted with, thus after paste
the cursor was positioned before the end of the pasted text.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.