Merge m-c to fig

This commit is contained in:
Lucas Rocha
2013-08-20 11:50:04 +01:00
131 changed files with 4458 additions and 1636 deletions

View File

@@ -448,6 +448,7 @@ public class Tabs implements GeckoEventListener {
// Default to white if no color is given
tab.setBackgroundColor(Color.WHITE);
}
tab.setErrorType(message.optString("errorType"));
notifyListeners(tab, Tabs.TabEvents.LOADED);
} else if (event.equals("DOMTitleChanged")) {
tab.updateTitle(message.getString("title"));