lp:gnome-seed

Created by IRIE Shinsuke and last modified
Get this branch:
bzr branch lp:gnome-seed

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
IRIE Shinsuke
Project:
GNOME Seed
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/seed.

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

Last successful import was .

Import started on izar and finished taking 10 seconds — see the log
Import started on izar and finished taking 15 seconds — see the log
Import started on alnitak and finished taking 15 seconds — see the log
Import started on izar and finished taking 15 seconds — see the log

Recent revisions

2177. By Emanuele Aina

Bug #778310 - Constify string parameters

2176. By Emanuele Aina

Bug #778176 - Fix System.programInvocationName

2175. By Emanuele Aina

Bug #778175 - Small buildsystem cleanup and fixes

2174. By Danilo Cesar Lemes de Paula <email address hidden>

Making instalable tests

2173. By Danilo Cesar Lemes de Paula <email address hidden>

fixing property-glib-exception.js test

Basically a string fix. Although I think this should be fixed someway
else.

2172. By Danilo Cesar Lemes de Paula <email address hidden>

Adding GIRepository hidden inside Seed.js context

Seed.js content is visible from the main Javascript context.
That means that an object trying to use "GIRepository" as global var
will get an error.

Seed.js should hide GIRepository in an anonymous context to use it.

2171. By Danilo Cesar Lemes de Paula <email address hidden>

Fixing array-gtype.js and gvalue-argument.js tests

When the argument prediction took place, there's no need to
send the Array size as argument when passing arrays to GLib methods.

2170. By Danilo Cesar Lemes de Paula <email address hidden>

Fixing GType constructor exception

When a constructor raises an exception it needs to return NULL.
WebKitAPI excepts an JSObjectRef for object constructor, we can't
return a JSValueRef with a NULL value and expect that webkit will be OK
 with that.

Fixing this also fix some tests that were XFAIL-ing and
now passes.

2169. By Danilo Cesar Lemes de Paula <email address hidden>

Fixing object constructor exception

When a constructor raises an exception it needs to return NULL.
WebKitAPI excepts an JSObjectRef for object constructor, we can't return
a JSValueRef with a NULL value and expect that webkit will be OK with
that.

Fixing this also fix some tests that were XFAIL-ing and now passes.

2168. By Danilo Cesar Lemes de Paula <email address hidden>

Fixing the signal-connect.js test

It was failing due to what I believe be a bug in GTK.
After calling widget_set_opacity(X), widget_get_opacity() won't
return X as the set_opacity rounds the value.

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.

Subscribers