From: Christian Rupp Date: Tue, 7 Jun 2011 18:02:26 +0000 (+0000) Subject: (no commit message) X-Git-Tag: initial-import-from-subversion-38251~18303 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5ebec364deba52dfc2c28e73c274bf766cdc70cb;p=oweals%2Fgnunet.git --- diff --git a/.ICEauthority b/.ICEauthority new file mode 100644 index 000000000..36c161b6f Binary files /dev/null and b/.ICEauthority differ diff --git a/.bash_logout b/.bash_logout new file mode 100644 index 000000000..de4f5f75d --- /dev/null +++ b/.bash_logout @@ -0,0 +1,7 @@ +# ~/.bash_logout: executed by bash(1) when login shell exits. + +# when leaving the console clear the screen to increase privacy + +if [ "$SHLVL" = 1 ]; then + [ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q +fi diff --git a/.bashrc b/.bashrc new file mode 100644 index 000000000..58585d0bc --- /dev/null +++ b/.bashrc @@ -0,0 +1,99 @@ +# ~/.bashrc: executed by bash(1) for non-login shells. +# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) +# for examples + +# If not running interactively, don't do anything +[ -z "$PS1" ] && return + +# don't put duplicate lines in the history. See bash(1) for more options +# ... or force ignoredups and ignorespace +HISTCONTROL=ignoredups:ignorespace + +# append to the history file, don't overwrite it +shopt -s histappend + +# for setting history length see HISTSIZE and HISTFILESIZE in bash(1) +HISTSIZE=1000 +HISTFILESIZE=2000 + +# check the window size after each command and, if necessary, +# update the values of LINES and COLUMNS. +shopt -s checkwinsize + +# make less more friendly for non-text input files, see lesspipe(1) +[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)" + +# set variable identifying the chroot you work in (used in the prompt below) +if [ -z "$debian_chroot" ] && [ -r /etc/debian_chroot ]; then + debian_chroot=$(cat /etc/debian_chroot) +fi + +# set a fancy prompt (non-color, unless we know we "want" color) +case "$TERM" in + xterm-color) color_prompt=yes;; +esac + +# uncomment for a colored prompt, if the terminal has the capability; turned +# off by default to not distract the user: the focus in a terminal window +# should be on the output of commands, not on the prompt +#force_color_prompt=yes + +if [ -n "$force_color_prompt" ]; then + if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then + # We have color support; assume it's compliant with Ecma-48 + # (ISO/IEC-6429). (Lack of such support is extremely rare, and such + # a case would tend to support setf rather than setaf.) + color_prompt=yes + else + color_prompt= + fi +fi + +if [ "$color_prompt" = yes ]; then + PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' +else + PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' +fi +unset color_prompt force_color_prompt + +# If this is an xterm set the title to user@host:dir +case "$TERM" in +xterm*|rxvt*) + PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1" + ;; +*) + ;; +esac + +# enable color support of ls and also add handy aliases +if [ -x /usr/bin/dircolors ]; then + test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)" + alias ls='ls --color=auto' + #alias dir='dir --color=auto' + #alias vdir='vdir --color=auto' + + alias grep='grep --color=auto' + alias fgrep='fgrep --color=auto' + alias egrep='egrep --color=auto' +fi + +# some more ls aliases +alias ll='ls -alF' +alias la='ls -A' +alias l='ls -CF' + +# Alias definitions. +# You may want to put all your additions into a separate file like +# ~/.bash_aliases, instead of adding them here directly. +# See /usr/share/doc/bash-doc/examples in the bash-doc package. + +if [ -f ~/.bash_aliases ]; then + . ~/.bash_aliases +fi + +# enable programmable completion features (you don't need to enable +# this, if it's already enabled in /etc/bash.bashrc and /etc/profile +# sources /etc/bash.bashrc). +if [ -f /etc/bash_completion ] && ! shopt -oq posix; then + . /etc/bash_completion +fi diff --git a/.cache/compizconfig/animation.pb b/.cache/compizconfig/animation.pb new file mode 100644 index 000000000..676ee3949 Binary files /dev/null and b/.cache/compizconfig/animation.pb differ diff --git a/.cache/compizconfig/annotate.pb b/.cache/compizconfig/annotate.pb new file mode 100644 index 000000000..44687e44e Binary files /dev/null and b/.cache/compizconfig/annotate.pb differ diff --git a/.cache/compizconfig/blur.pb b/.cache/compizconfig/blur.pb new file mode 100644 index 000000000..4828f69c1 Binary files /dev/null and b/.cache/compizconfig/blur.pb differ diff --git a/.cache/compizconfig/clone.pb b/.cache/compizconfig/clone.pb new file mode 100644 index 000000000..78f1d1ddf Binary files /dev/null and b/.cache/compizconfig/clone.pb differ diff --git a/.cache/compizconfig/colorfilter.pb b/.cache/compizconfig/colorfilter.pb new file mode 100644 index 000000000..31ea97ee6 Binary files /dev/null and b/.cache/compizconfig/colorfilter.pb differ diff --git a/.cache/compizconfig/commands.pb b/.cache/compizconfig/commands.pb new file mode 100644 index 000000000..d0fffaf78 Binary files /dev/null and b/.cache/compizconfig/commands.pb differ diff --git a/.cache/compizconfig/core.pb b/.cache/compizconfig/core.pb new file mode 100644 index 000000000..a74da5d7c Binary files /dev/null and b/.cache/compizconfig/core.pb differ diff --git a/.cache/compizconfig/cube.pb b/.cache/compizconfig/cube.pb new file mode 100644 index 000000000..3f71693e7 Binary files /dev/null and b/.cache/compizconfig/cube.pb differ diff --git a/.cache/compizconfig/dbus.pb b/.cache/compizconfig/dbus.pb new file mode 100644 index 000000000..ab900149e Binary files /dev/null and b/.cache/compizconfig/dbus.pb differ diff --git a/.cache/compizconfig/decoration.pb b/.cache/compizconfig/decoration.pb new file mode 100644 index 000000000..77dae949b Binary files /dev/null and b/.cache/compizconfig/decoration.pb differ diff --git a/.cache/compizconfig/expo.pb b/.cache/compizconfig/expo.pb new file mode 100644 index 000000000..999b84c6c Binary files /dev/null and b/.cache/compizconfig/expo.pb differ diff --git a/.cache/compizconfig/ezoom.pb b/.cache/compizconfig/ezoom.pb new file mode 100644 index 000000000..95972b4a5 Binary files /dev/null and b/.cache/compizconfig/ezoom.pb differ diff --git a/.cache/compizconfig/fade.pb b/.cache/compizconfig/fade.pb new file mode 100644 index 000000000..5959bd9cd Binary files /dev/null and b/.cache/compizconfig/fade.pb differ diff --git a/.cache/compizconfig/fs.pb b/.cache/compizconfig/fs.pb new file mode 100644 index 000000000..fa68140b8 Binary files /dev/null and b/.cache/compizconfig/fs.pb differ diff --git a/.cache/compizconfig/glib.pb b/.cache/compizconfig/glib.pb new file mode 100644 index 000000000..91cc5c259 Binary files /dev/null and b/.cache/compizconfig/glib.pb differ diff --git a/.cache/compizconfig/gnomecompat.pb b/.cache/compizconfig/gnomecompat.pb new file mode 100644 index 000000000..5ca219f18 Binary files /dev/null and b/.cache/compizconfig/gnomecompat.pb differ diff --git a/.cache/compizconfig/imgjpeg.pb b/.cache/compizconfig/imgjpeg.pb new file mode 100644 index 000000000..581e711a2 Binary files /dev/null and b/.cache/compizconfig/imgjpeg.pb differ diff --git a/.cache/compizconfig/inotify.pb b/.cache/compizconfig/inotify.pb new file mode 100644 index 000000000..f1257c629 Binary files /dev/null and b/.cache/compizconfig/inotify.pb differ diff --git a/.cache/compizconfig/kdecompat.pb b/.cache/compizconfig/kdecompat.pb new file mode 100644 index 000000000..09ea57b6f Binary files /dev/null and b/.cache/compizconfig/kdecompat.pb differ diff --git a/.cache/compizconfig/mag.pb b/.cache/compizconfig/mag.pb new file mode 100644 index 000000000..e0624cb78 Binary files /dev/null and b/.cache/compizconfig/mag.pb differ diff --git a/.cache/compizconfig/minimize.pb b/.cache/compizconfig/minimize.pb new file mode 100644 index 000000000..91b9c42d7 Binary files /dev/null and b/.cache/compizconfig/minimize.pb differ diff --git a/.cache/compizconfig/mousepoll.pb b/.cache/compizconfig/mousepoll.pb new file mode 100644 index 000000000..82b548a00 Binary files /dev/null and b/.cache/compizconfig/mousepoll.pb differ diff --git a/.cache/compizconfig/move.pb b/.cache/compizconfig/move.pb new file mode 100644 index 000000000..588d6aa85 Binary files /dev/null and b/.cache/compizconfig/move.pb differ diff --git a/.cache/compizconfig/neg.pb b/.cache/compizconfig/neg.pb new file mode 100644 index 000000000..8a811392c Binary files /dev/null and b/.cache/compizconfig/neg.pb differ diff --git a/.cache/compizconfig/obs.pb b/.cache/compizconfig/obs.pb new file mode 100644 index 000000000..52cd3f3ff Binary files /dev/null and b/.cache/compizconfig/obs.pb differ diff --git a/.cache/compizconfig/opacify.pb b/.cache/compizconfig/opacify.pb new file mode 100644 index 000000000..d3c4c22a4 Binary files /dev/null and b/.cache/compizconfig/opacify.pb differ diff --git a/.cache/compizconfig/place.pb b/.cache/compizconfig/place.pb new file mode 100644 index 000000000..511ee4ec6 Binary files /dev/null and b/.cache/compizconfig/place.pb differ diff --git a/.cache/compizconfig/png.pb b/.cache/compizconfig/png.pb new file mode 100644 index 000000000..56c49829a Binary files /dev/null and b/.cache/compizconfig/png.pb differ diff --git a/.cache/compizconfig/put.pb b/.cache/compizconfig/put.pb new file mode 100644 index 000000000..d56e1077b Binary files /dev/null and b/.cache/compizconfig/put.pb differ diff --git a/.cache/compizconfig/regex.pb b/.cache/compizconfig/regex.pb new file mode 100644 index 000000000..817561978 Binary files /dev/null and b/.cache/compizconfig/regex.pb differ diff --git a/.cache/compizconfig/resize.pb b/.cache/compizconfig/resize.pb new file mode 100644 index 000000000..086e9c9c6 Binary files /dev/null and b/.cache/compizconfig/resize.pb differ diff --git a/.cache/compizconfig/resizeinfo.pb b/.cache/compizconfig/resizeinfo.pb new file mode 100644 index 000000000..ae30549e2 Binary files /dev/null and b/.cache/compizconfig/resizeinfo.pb differ diff --git a/.cache/compizconfig/ring.pb b/.cache/compizconfig/ring.pb new file mode 100644 index 000000000..797f01cdd Binary files /dev/null and b/.cache/compizconfig/ring.pb differ diff --git a/.cache/compizconfig/rotate.pb b/.cache/compizconfig/rotate.pb new file mode 100644 index 000000000..a10c17952 Binary files /dev/null and b/.cache/compizconfig/rotate.pb differ diff --git a/.cache/compizconfig/scale.pb b/.cache/compizconfig/scale.pb new file mode 100644 index 000000000..037669e4b Binary files /dev/null and b/.cache/compizconfig/scale.pb differ diff --git a/.cache/compizconfig/scaleaddon.pb b/.cache/compizconfig/scaleaddon.pb new file mode 100644 index 000000000..f813a1029 Binary files /dev/null and b/.cache/compizconfig/scaleaddon.pb differ diff --git a/.cache/compizconfig/screenshot.pb b/.cache/compizconfig/screenshot.pb new file mode 100644 index 000000000..58732f010 Binary files /dev/null and b/.cache/compizconfig/screenshot.pb differ diff --git a/.cache/compizconfig/session.pb b/.cache/compizconfig/session.pb new file mode 100644 index 000000000..0ed453f74 Binary files /dev/null and b/.cache/compizconfig/session.pb differ diff --git a/.cache/compizconfig/shift.pb b/.cache/compizconfig/shift.pb new file mode 100644 index 000000000..9b0106ae1 Binary files /dev/null and b/.cache/compizconfig/shift.pb differ diff --git a/.cache/compizconfig/snap.pb b/.cache/compizconfig/snap.pb new file mode 100644 index 000000000..5bfbabc55 Binary files /dev/null and b/.cache/compizconfig/snap.pb differ diff --git a/.cache/compizconfig/staticswitcher.pb b/.cache/compizconfig/staticswitcher.pb new file mode 100644 index 000000000..9b037077b Binary files /dev/null and b/.cache/compizconfig/staticswitcher.pb differ diff --git a/.cache/compizconfig/svg.pb b/.cache/compizconfig/svg.pb new file mode 100644 index 000000000..e11affdf1 Binary files /dev/null and b/.cache/compizconfig/svg.pb differ diff --git a/.cache/compizconfig/switcher.pb b/.cache/compizconfig/switcher.pb new file mode 100644 index 000000000..b273fb5b3 Binary files /dev/null and b/.cache/compizconfig/switcher.pb differ diff --git a/.cache/compizconfig/text.pb b/.cache/compizconfig/text.pb new file mode 100644 index 000000000..3081b5f08 Binary files /dev/null and b/.cache/compizconfig/text.pb differ diff --git a/.cache/compizconfig/thumbnail.pb b/.cache/compizconfig/thumbnail.pb new file mode 100644 index 000000000..3e7e703e6 Binary files /dev/null and b/.cache/compizconfig/thumbnail.pb differ diff --git a/.cache/compizconfig/titleinfo.pb b/.cache/compizconfig/titleinfo.pb new file mode 100644 index 000000000..5332d1625 Binary files /dev/null and b/.cache/compizconfig/titleinfo.pb differ diff --git a/.cache/compizconfig/video.pb b/.cache/compizconfig/video.pb new file mode 100644 index 000000000..a8c02c096 Binary files /dev/null and b/.cache/compizconfig/video.pb differ diff --git a/.cache/compizconfig/vpswitch.pb b/.cache/compizconfig/vpswitch.pb new file mode 100644 index 000000000..1c9f0567e Binary files /dev/null and b/.cache/compizconfig/vpswitch.pb differ diff --git a/.cache/compizconfig/wall.pb b/.cache/compizconfig/wall.pb new file mode 100644 index 000000000..e8e56614e Binary files /dev/null and b/.cache/compizconfig/wall.pb differ diff --git a/.cache/compizconfig/water.pb b/.cache/compizconfig/water.pb new file mode 100644 index 000000000..462a703d7 Binary files /dev/null and b/.cache/compizconfig/water.pb differ diff --git a/.cache/compizconfig/winrules.pb b/.cache/compizconfig/winrules.pb new file mode 100644 index 000000000..392d2ff34 Binary files /dev/null and b/.cache/compizconfig/winrules.pb differ diff --git a/.cache/compizconfig/wobbly.pb b/.cache/compizconfig/wobbly.pb new file mode 100644 index 000000000..e1a544264 Binary files /dev/null and b/.cache/compizconfig/wobbly.pb differ diff --git a/.cache/compizconfig/workarounds.pb b/.cache/compizconfig/workarounds.pb new file mode 100644 index 000000000..e9283da67 Binary files /dev/null and b/.cache/compizconfig/workarounds.pb differ diff --git a/.cache/compizconfig/zoom.pb b/.cache/compizconfig/zoom.pb new file mode 100644 index 000000000..6cc1af6cf Binary files /dev/null and b/.cache/compizconfig/zoom.pb differ diff --git a/.cache/event-sound-cache.tdb.a57dd1df27b8b2f3891975714dee2f78.i486-pc-linux-gnu b/.cache/event-sound-cache.tdb.a57dd1df27b8b2f3891975714dee2f78.i486-pc-linux-gnu new file mode 100644 index 000000000..d9787d1c7 Binary files /dev/null and b/.cache/event-sound-cache.tdb.a57dd1df27b8b2f3891975714dee2f78.i486-pc-linux-gnu differ diff --git a/.cache/indicator-applet-session.log b/.cache/indicator-applet-session.log new file mode 100644 index 000000000..97ebcef39 --- /dev/null +++ b/.cache/indicator-applet-session.log @@ -0,0 +1,39 @@ +Looking at Module: libme.so +Unable to create service proxy on 'org.ayatana.indicator.me': Could not get owner of name 'org.ayatana.indicator.me': no such name +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +Using user icon for 'Gastsitzung' from file: (null) +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +Restarting service 'org.ayatana.indicator.me' count 1 +id_prop_update: assertion `priv->root != NULL' failed +id_prop_update: assertion `priv->root != NULL' failed +id_prop_update: assertion `priv->root != NULL' failed +loading avatar from file /home/ruppa/.face +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' diff --git a/.cache/indicator-applet.log b/.cache/indicator-applet.log new file mode 100644 index 000000000..d0f51f626 --- /dev/null +++ b/.cache/indicator-applet.log @@ -0,0 +1,34 @@ +Looking at Module: libmessaging.so +id_prop_update: assertion `priv->root != NULL' failed +id_prop_update: assertion `priv->root != NULL' failed +id_prop_update: assertion `priv->root != NULL' failed +id_prop_update: assertion `priv->root != NULL' failed +id_prop_update: assertion `priv->root != NULL' failed +about to connect to the signals +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +Connected to Application Indicator Service. +slider parent changed +Building new application entry: :1.77 with icon: gtk-dialog-authentication +Signal: Entry Removed +Building new application entry: :1.77 with icon: gtk-dialog-authentication +Signal: Entry Removed +Building new application entry: :1.77 with icon: gtk-dialog-authentication +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +Signal: Entry Removed +Building new application entry: :1.77 with icon: gtk-dialog-authentication +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +Signal: Entry Removed +Building new application entry: :1.77 with icon: gtk-dialog-authentication +Signal: Entry Removed +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +Building new application entry: :1.77 with icon: gtk-dialog-authentication +/build/buildd/gtk+2.0-2.20.1/gtk/gtkstyle.c:1788: widget class `GtkImage' has no property named `x-ayatana-indicator-dynamic' +Signal: Entry Removed diff --git a/.cache/notify-osd.log b/.cache/notify-osd.log new file mode 100644 index 000000000..08c1c3f94 --- /dev/null +++ b/.cache/notify-osd.log @@ -0,0 +1,12 @@ +[2011-06-07T16:06:12-00:00, NetworkManager ] Kabelnetzwerk +Verbindung getrennt - Sie sind nun offline + +[2011-06-07T16:06:57-00:00, NetworkManager ] Auto eth0 +Verbindung hergestellt + +[2011-06-07T16:35:42-00:00, NetworkManager ] Kabelnetzwerk +Verbindung getrennt + +[2011-06-07T16:35:43-00:00, NetworkManager replaced] Auto eth0 +Verbindung hergestellt + diff --git a/.cache/wallpaper/zoom_1024_768__usr_share_backgrounds_warty-final-ubuntu.png b/.cache/wallpaper/zoom_1024_768__usr_share_backgrounds_warty-final-ubuntu.png new file mode 100644 index 000000000..d4fe89c23 Binary files /dev/null and b/.cache/wallpaper/zoom_1024_768__usr_share_backgrounds_warty-final-ubuntu.png differ diff --git a/.config/compiz/compizconfig/config b/.config/compiz/compizconfig/config new file mode 100644 index 000000000..590f62e64 --- /dev/null +++ b/.config/compiz/compizconfig/config @@ -0,0 +1,4 @@ +[gnome_session] +profile = +plugin_list_autosort = true + diff --git a/.config/enchant/de_DE.dic b/.config/enchant/de_DE.dic new file mode 100644 index 000000000..e69de29bb diff --git a/.config/enchant/de_DE.exc b/.config/enchant/de_DE.exc new file mode 100644 index 000000000..e69de29bb diff --git a/.config/geany/filedefs/filetypes.README b/.config/geany/filedefs/filetypes.README new file mode 100644 index 000000000..9363c9d1e --- /dev/null +++ b/.config/geany/filedefs/filetypes.README @@ -0,0 +1,2 @@ +Copy files from /usr/share/geany/ to this directory to overwrite them. To use the defaults, just delete the file in this directory. +For more information read the documentation (in /usr/share/doc/geany/html/index.html or visit http://www.geany.org/). \ No newline at end of file diff --git a/.config/geany/geany.conf b/.config/geany/geany.conf new file mode 100644 index 000000000..d875fc650 --- /dev/null +++ b/.config/geany/geany.conf @@ -0,0 +1,161 @@ + +[geany] +default_open_path= +cmdline_new_files=true +notebook_double_click_hides_widgets=false +tab_pos_sidebar=2 +highlighting_invert_all=false +pref_main_suppress_search_dialogs=false +pref_main_search_use_current_word=true +check_detect_indent=false +use_tab_to_indent=true +pref_editor_tab_width=4 +indent_hard_tab_width=8 +indent_mode=2 +indent_type=1 +autocomplete_doc_words=false +completion_drops_rest_of_word=false +autocompletion_max_entries=30 +mru_length=10 +disk_check_timeout=30 +show_editor_scrollbars=true +brace_match_ltgt=false +use_gtk_word_boundaries=true +complete_snippets_whilst_editing=false +show_symbol_list_expanders=true +allow_always_save=false +use_safe_file_saving=false +documents_show_paths=true +sidebar_page=0 +pref_main_load_session=true +pref_main_project_session=true +pref_main_project_file_in_basedir=false +pref_main_save_winpos=true +pref_main_confirm_exit=false +pref_main_suppress_status_messages=false +switch_msgwin_pages=false +beep_on_errors=true +auto_focus=false +sidebar_symbol_visible=true +sidebar_openfiles_visible=true +editor_font=Monospace 10 +tagbar_font=Sans 9 +msgwin_font=Sans 9 +show_notebook_tabs=true +show_tab_cross=true +tab_order_ltr=true +tab_pos_editor=2 +tab_pos_msgwin=0 +show_indent_guide=false +show_white_space=false +show_line_endings=false +show_markers_margin=true +show_linenumber_margin=true +long_line_type=0 +long_line_column=72 +long_line_color=#C2EBC2 +symbolcompletion_max_height=10 +symbolcompletion_min_chars=4 +use_folding=true +unfold_all_children=false +use_indicators=true +line_wrapping=false +auto_close_xml_tags=true +complete_snippets=true +auto_complete_symbols=true +pref_editor_disable_dnd=false +pref_editor_smart_home_key=true +pref_editor_newline_strip=false +line_break_column=72 +auto_continue_multiline=true +comment_toggle_mark=~ +scroll_stop_at_last_line=true +autoclose_chars=0 +pref_editor_default_new_encoding=UTF-8 +pref_editor_default_open_encoding=none +default_eol_character=2 +pref_editor_new_line=true +pref_editor_replace_tabs=false +pref_editor_trail_space=false +pref_toolbar_show=true +pref_toolbar_append_to_menu=false +pref_toolbar_icon_style=3 +pref_toolbar_icon_size=3 +pref_template_developer=Christian Rupp +pref_template_company= +pref_template_mail=ruppa@katharina +pref_template_initial=CR +pref_template_version=1.0 +pref_template_year=%Y +pref_template_date=%Y-%m-%d +pref_template_datetime=%d.%m.%Y %H:%M:%S %Z +context_action_cmd= +sidebar_visible=true +statusbar_visible=true +msgwindow_visible=true +fullscreen=false +scribble_text=Schreiben Sie hier rein, was sie möchten. Sie können es als Notizbuch nutzen. +scribble_pos=77 +treeview_position=156 +msgwindow_position=368 +geometry=0;24;900;600;0; +custom_date_format= + +[search] +pref_search_current_file_dir=true +find_all_expanded=false +replace_all_expanded=false +fif_mode=0 +fif_extra_options= +fif_case_sensitive=true +fif_match_whole_word=false +fif_invert_results=false +fif_recursive=false +fif_use_extra_options=false + +[plugins] +load_plugins=true +custom_plugin_path= +active_plugins=; + +[tools] +make_cmd=make +term_cmd=xterm +browser_cmd=firefox +grep_cmd=grep + +[printing] +print_cmd=/usr/bin/lpr %f +use_gtk_printing=true +print_line_numbers=true +print_page_numbers=true +print_page_header=true +page_header_basename=false +page_header_datefmt=%c + +[VTE] +load_vte=true +emulation=xterm +font=Monospace 10 +scroll_on_key=true +scroll_on_out=true +enable_bash_keys=false +ignore_menu_bar_accel=false +follow_path=false +run_in_vte=false +skip_run_script=false +cursor_blinks=false +scrollback_lines=500 +shell=/bin/bash +colour_fore=#FFFFFF +colour_back=#000000 +last_dir=/home/ruppa + +[project] +session_file= +project_file_path=/home/ruppa/Projekte + +[files] +recent_files= +recent_projects= +current_page=0 diff --git a/.config/geany/templates/bsd b/.config/geany/templates/bsd new file mode 100644 index 000000000..3a38ad477 --- /dev/null +++ b/.config/geany/templates/bsd @@ -0,0 +1,25 @@ +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + +* Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following disclaimer + in the documentation and/or other materials provided with the + distribution. +* Neither the name of the {company} nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/.config/geany/templates/changelog b/.config/geany/templates/changelog new file mode 100644 index 000000000..081fefbef --- /dev/null +++ b/.config/geany/templates/changelog @@ -0,0 +1,5 @@ +{date} {developer} <{mail}> + + * + + diff --git a/.config/geany/templates/fileheader b/.config/geany/templates/fileheader new file mode 100644 index 000000000..450d4876c --- /dev/null +++ b/.config/geany/templates/fileheader @@ -0,0 +1,5 @@ +{filename} + +Copyright {year} {developer} <{mail}> + +{gpl} \ No newline at end of file diff --git a/.config/geany/templates/filetype.c b/.config/geany/templates/filetype.c new file mode 100644 index 000000000..601cf3b9b --- /dev/null +++ b/.config/geany/templates/filetype.c @@ -0,0 +1,9 @@ +{fileheader} + +#include + +int main(int argc, char** argv) +{ + + return 0; +} diff --git a/.config/geany/templates/filetype.cpp b/.config/geany/templates/filetype.cpp new file mode 100644 index 000000000..abfeff6a7 --- /dev/null +++ b/.config/geany/templates/filetype.cpp @@ -0,0 +1,9 @@ +{fileheader} + +#include + +int main(int argc, char** argv) +{ + + return 0; +} diff --git a/.config/geany/templates/filetype.d b/.config/geany/templates/filetype.d new file mode 100644 index 000000000..4da38d7c4 --- /dev/null +++ b/.config/geany/templates/filetype.d @@ -0,0 +1,9 @@ +{fileheader} + +import std.stdio; + +int main(char[][] args) +{ + + return 0; +} diff --git a/.config/geany/templates/filetype.html b/.config/geany/templates/filetype.html new file mode 100644 index 000000000..f616d394a --- /dev/null +++ b/.config/geany/templates/filetype.html @@ -0,0 +1,15 @@ +{fileheader} + + + + + {untitled} + + + + + + + + diff --git a/.config/geany/templates/filetype.java b/.config/geany/templates/filetype.java new file mode 100644 index 000000000..8ab28430f --- /dev/null +++ b/.config/geany/templates/filetype.java @@ -0,0 +1,8 @@ +{fileheader} + +public class {untitled} { + + public static void main (String args[]) { + + } +} diff --git a/.config/geany/templates/filetype.keiner b/.config/geany/templates/filetype.keiner new file mode 100644 index 000000000..e69de29bb diff --git a/.config/geany/templates/filetype.latex b/.config/geany/templates/filetype.latex new file mode 100644 index 000000000..f01347dd4 --- /dev/null +++ b/.config/geany/templates/filetype.latex @@ -0,0 +1,8 @@ +\documentclass[a4paper]{article} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{lmodern} +\usepackage{babel} +\begin{document} + +\end{document} diff --git a/.config/geany/templates/filetype.pascal b/.config/geany/templates/filetype.pascal new file mode 100644 index 000000000..6076421d0 --- /dev/null +++ b/.config/geany/templates/filetype.pascal @@ -0,0 +1,11 @@ +{fileheader} + +program {untitled}; + +uses crt; +var i : byte; + +BEGIN + + +END. diff --git a/.config/geany/templates/filetype.php b/.config/geany/templates/filetype.php new file mode 100644 index 000000000..7d8b3e19a --- /dev/null +++ b/.config/geany/templates/filetype.php @@ -0,0 +1,17 @@ + + + + + + + {untitled} + + + + + + + + diff --git a/.config/geany/templates/filetype.python b/.config/geany/templates/filetype.python new file mode 100644 index 000000000..118417531 --- /dev/null +++ b/.config/geany/templates/filetype.python @@ -0,0 +1,12 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- +# +{fileheader} + + +def main(): + + return 0 + +if __name__ == '__main__': + main() diff --git a/.config/geany/templates/filetype.ruby b/.config/geany/templates/filetype.ruby new file mode 100644 index 000000000..e4fc98a6a --- /dev/null +++ b/.config/geany/templates/filetype.ruby @@ -0,0 +1,9 @@ +{fileheader} + +class StdClass + def initialize + + end +end + +x = StdClass.new diff --git a/.config/geany/templates/function b/.config/geany/templates/function new file mode 100644 index 000000000..088206e4f --- /dev/null +++ b/.config/geany/templates/function @@ -0,0 +1,4 @@ + +name: {functionname} +@param +@return diff --git a/.config/geany/templates/gpl b/.config/geany/templates/gpl new file mode 100644 index 000000000..b499126f6 --- /dev/null +++ b/.config/geany/templates/gpl @@ -0,0 +1,14 @@ +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +MA 02110-1301, USA. diff --git a/.config/geany/templates/templates.README b/.config/geany/templates/templates.README new file mode 100644 index 000000000..4e21a8abf --- /dev/null +++ b/.config/geany/templates/templates.README @@ -0,0 +1,2 @@ +There are several template files in this directory. For these templates you can use wildcards. +For more information read the documentation (in /usr/share/doc/geany/html/index.html or visit http://www.geany.org/). \ No newline at end of file diff --git a/.config/indicators/application/lru-file.json b/.config/indicators/application/lru-file.json new file mode 100644 index 000000000..24e63f99d --- /dev/null +++ b/.config/indicators/application/lru-file.json @@ -0,0 +1,6 @@ +{ + "version": 1, + "bluetooth-manager": { "first-time": "2011-06-07T14:04:13.934200Z", "last-time": "2011-06-07T14:04:13.934202Z", "category": "Hardware"}, + "gnome-power-manager": { "first-time": "2011-06-07T14:04:13.915173Z", "last-time": "2011-06-07T14:04:13.915181Z", "category": "Hardware"}, + "PolicyKit-gnome": { "first-time": "2011-06-07T14:06:50.457857Z", "last-time": "2011-06-07T15:38:02.395998Z", "category": "SystemServices"} +} diff --git a/.config/softwarecenter/softwarecenter.cfg b/.config/softwarecenter/softwarecenter.cfg new file mode 100644 index 000000000..614cbaaea --- /dev/null +++ b/.config/softwarecenter/softwarecenter.cfg @@ -0,0 +1,4 @@ +[general] +available-node-expanded = True +maximized = True + diff --git a/.config/user-dirs.dirs b/.config/user-dirs.dirs new file mode 100644 index 000000000..518074f79 --- /dev/null +++ b/.config/user-dirs.dirs @@ -0,0 +1,15 @@ +# This file is written by xdg-user-dirs-update +# If you want to change or add directories, just edit the line you're +# interested in. All local changes will be retained on the next run +# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped +# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an +# absolute path. No other format is supported. +# +XDG_DESKTOP_DIR="$HOME/Desktop" +XDG_DOWNLOAD_DIR="$HOME/Downloads" +XDG_TEMPLATES_DIR="$HOME/Vorlagen" +XDG_PUBLICSHARE_DIR="$HOME/Öffentlich" +XDG_DOCUMENTS_DIR="$HOME/Dokumente" +XDG_MUSIC_DIR="$HOME/Musik" +XDG_PICTURES_DIR="$HOME/Bilder" +XDG_VIDEOS_DIR="$HOME/Videos" diff --git a/.config/user-dirs.locale b/.config/user-dirs.locale new file mode 100644 index 000000000..0a0e2fec2 --- /dev/null +++ b/.config/user-dirs.locale @@ -0,0 +1 @@ +de_DE \ No newline at end of file diff --git a/.dbus/session-bus/a57dd1df27b8b2f3891975714dee2f78-0 b/.dbus/session-bus/a57dd1df27b8b2f3891975714dee2f78-0 new file mode 100644 index 000000000..ae64ec527 --- /dev/null +++ b/.dbus/session-bus/a57dd1df27b8b2f3891975714dee2f78-0 @@ -0,0 +1,8 @@ +# This file allows processes on the machine with id a57dd1df27b8b2f3891975714dee2f78 using +# display :0 to find the D-Bus session bus with the below address. +# If the DBUS_SESSION_BUS_ADDRESS environment variable is set, it will +# be used rather than this file. +# See "man dbus-launch" for more details. +DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-ooBCd7vUMz,guid=234bebaa2f6e1f5d8b3f73534dee2fc2 +DBUS_SESSION_BUS_PID=1893 +DBUS_SESSION_BUS_WINDOWID=8388609 diff --git a/.dmrc b/.dmrc new file mode 100644 index 000000000..4691a80c6 --- /dev/null +++ b/.dmrc @@ -0,0 +1,4 @@ + +[Desktop] +Language=de_DE.utf8 +Layout=de diff --git a/.esd_auth b/.esd_auth new file mode 100644 index 000000000..25b535e55 --- /dev/null +++ b/.esd_auth @@ -0,0 +1 @@ +H3䕘Â¥|t+ݪ‘d \ No newline at end of file diff --git a/.fontconfig/21a99156bb11811cef641abeda519a45-le32d4.cache-3 b/.fontconfig/21a99156bb11811cef641abeda519a45-le32d4.cache-3 new file mode 100644 index 000000000..0c15cf286 Binary files /dev/null and b/.fontconfig/21a99156bb11811cef641abeda519a45-le32d4.cache-3 differ diff --git a/.fontconfig/27f6fa40476fb33ad65cb210c133a216-le32d4.cache-3 b/.fontconfig/27f6fa40476fb33ad65cb210c133a216-le32d4.cache-3 new file mode 100644 index 000000000..5b63c0929 Binary files /dev/null and b/.fontconfig/27f6fa40476fb33ad65cb210c133a216-le32d4.cache-3 differ diff --git a/.fontconfig/407fd690308a0b04640307de6deab6da-le32d4.cache-3 b/.fontconfig/407fd690308a0b04640307de6deab6da-le32d4.cache-3 new file mode 100644 index 000000000..a21383c92 Binary files /dev/null and b/.fontconfig/407fd690308a0b04640307de6deab6da-le32d4.cache-3 differ diff --git a/.fontconfig/4abdb2dd99886b2b2d3168a6b22d0473-le32d4.cache-3 b/.fontconfig/4abdb2dd99886b2b2d3168a6b22d0473-le32d4.cache-3 new file mode 100644 index 000000000..3d20a2fe9 Binary files /dev/null and b/.fontconfig/4abdb2dd99886b2b2d3168a6b22d0473-le32d4.cache-3 differ diff --git a/.fontconfig/6d41288fd70b0be22e8c3a91e032eec0-le32d4.cache-3 b/.fontconfig/6d41288fd70b0be22e8c3a91e032eec0-le32d4.cache-3 new file mode 100644 index 000000000..241637b45 Binary files /dev/null and b/.fontconfig/6d41288fd70b0be22e8c3a91e032eec0-le32d4.cache-3 differ diff --git a/.fontconfig/79517df041c92e3f2b4a9700e7dbe3c7-le32d4.cache-3 b/.fontconfig/79517df041c92e3f2b4a9700e7dbe3c7-le32d4.cache-3 new file mode 100644 index 000000000..67454b68d Binary files /dev/null and b/.fontconfig/79517df041c92e3f2b4a9700e7dbe3c7-le32d4.cache-3 differ diff --git a/.fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le32d4.cache-3 b/.fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le32d4.cache-3 new file mode 100644 index 000000000..6dcf1fcd3 Binary files /dev/null and b/.fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le32d4.cache-3 differ diff --git a/.fontconfig/8039e78ad04dad2b193eec8c5f90bc4d-le32d4.cache-3 b/.fontconfig/8039e78ad04dad2b193eec8c5f90bc4d-le32d4.cache-3 new file mode 100644 index 000000000..44049091e Binary files /dev/null and b/.fontconfig/8039e78ad04dad2b193eec8c5f90bc4d-le32d4.cache-3 differ diff --git a/.fontconfig/90e84e89a4382a8db77728561d41356d-le32d4.cache-3 b/.fontconfig/90e84e89a4382a8db77728561d41356d-le32d4.cache-3 new file mode 100644 index 000000000..28dddcec1 Binary files /dev/null and b/.fontconfig/90e84e89a4382a8db77728561d41356d-le32d4.cache-3 differ diff --git a/.fontconfig/9123b38b1c36356a690c2f0bc4cbf728-le32d4.cache-3 b/.fontconfig/9123b38b1c36356a690c2f0bc4cbf728-le32d4.cache-3 new file mode 100644 index 000000000..6bf911e0c Binary files /dev/null and b/.fontconfig/9123b38b1c36356a690c2f0bc4cbf728-le32d4.cache-3 differ diff --git a/.fontconfig/98d684ad3abba16030bd60992dc9c5d7-le32d4.cache-3 b/.fontconfig/98d684ad3abba16030bd60992dc9c5d7-le32d4.cache-3 new file mode 100644 index 000000000..376c96861 Binary files /dev/null and b/.fontconfig/98d684ad3abba16030bd60992dc9c5d7-le32d4.cache-3 differ diff --git a/.fontconfig/a18183678af55fd6535fa2d00e080189-le32d4.cache-3 b/.fontconfig/a18183678af55fd6535fa2d00e080189-le32d4.cache-3 new file mode 100644 index 000000000..b35b6829e Binary files /dev/null and b/.fontconfig/a18183678af55fd6535fa2d00e080189-le32d4.cache-3 differ diff --git a/.fontconfig/b73ae53b2eee308c3d7feb99ac2d34cd-le32d4.cache-3 b/.fontconfig/b73ae53b2eee308c3d7feb99ac2d34cd-le32d4.cache-3 new file mode 100644 index 000000000..5d59c05fd Binary files /dev/null and b/.fontconfig/b73ae53b2eee308c3d7feb99ac2d34cd-le32d4.cache-3 differ diff --git a/.fontconfig/b9af901c4f3947128be824d599af5f25-le32d4.cache-3 b/.fontconfig/b9af901c4f3947128be824d599af5f25-le32d4.cache-3 new file mode 100644 index 000000000..bc7c5a43a Binary files /dev/null and b/.fontconfig/b9af901c4f3947128be824d599af5f25-le32d4.cache-3 differ diff --git a/.fontconfig/cabbd14511b9e8a55e92af97fb3a0461-le32d4.cache-3 b/.fontconfig/cabbd14511b9e8a55e92af97fb3a0461-le32d4.cache-3 new file mode 100644 index 000000000..e988a2105 Binary files /dev/null and b/.fontconfig/cabbd14511b9e8a55e92af97fb3a0461-le32d4.cache-3 differ diff --git a/.fontconfig/e13b20fdb08344e0e664864cc2ede53d-le32d4.cache-3 b/.fontconfig/e13b20fdb08344e0e664864cc2ede53d-le32d4.cache-3 new file mode 100644 index 000000000..214262188 Binary files /dev/null and b/.fontconfig/e13b20fdb08344e0e664864cc2ede53d-le32d4.cache-3 differ diff --git a/.fontconfig/e3fa16a14183b06aa45b3e009278fd14-le32d4.cache-3 b/.fontconfig/e3fa16a14183b06aa45b3e009278fd14-le32d4.cache-3 new file mode 100644 index 000000000..a1bccc840 Binary files /dev/null and b/.fontconfig/e3fa16a14183b06aa45b3e009278fd14-le32d4.cache-3 differ diff --git a/.fontconfig/eeebfc908bd29a90773fd860017aada4-le32d4.cache-3 b/.fontconfig/eeebfc908bd29a90773fd860017aada4-le32d4.cache-3 new file mode 100644 index 000000000..8578832b4 Binary files /dev/null and b/.fontconfig/eeebfc908bd29a90773fd860017aada4-le32d4.cache-3 differ diff --git a/.gconf/apps/%gconf.xml b/.gconf/apps/%gconf.xml new file mode 100644 index 000000000..e69de29bb diff --git a/.gconf/apps/compiz/%gconf.xml b/.gconf/apps/compiz/%gconf.xml new file mode 100644 index 000000000..e69de29bb diff --git a/.gconf/apps/compiz/general/%gconf.xml b/.gconf/apps/compiz/general/%gconf.xml new file mode 100644 index 000000000..e69de29bb diff --git a/.gconf/apps/compiz/general/allscreens/%gconf.xml b/.gconf/apps/compiz/general/allscreens/%gconf.xml new file mode 100644 index 000000000..e69de29bb diff --git a/.gconf/apps/compiz/general/allscreens/options/%gconf.xml b/.gconf/apps/compiz/general/allscreens/options/%gconf.xml new file mode 100644 index 000000000..6f63d3d13 --- /dev/null +++ b/.gconf/apps/compiz/general/allscreens/options/%gconf.xml @@ -0,0 +1,96 @@ + + + +
  • + core +
  • +
  • + ccp +
  • +
  • + move +
  • +
  • + resize +
  • +
  • + place +
  • +
  • + decoration +
  • +
  • + dbus +
  • +
  • + mousepoll +
  • +
  • + gnomecompat +
  • +
  • + png +
  • +
  • + svg +
  • +
  • + imgjpeg +
  • +
  • + text +
  • +
  • + commands +
  • +
  • + neg +
  • +
  • + wall +
  • +
  • + snap +
  • +
  • + animation +
  • +
  • + scale +
  • +
  • + scaleaddon +
  • +
  • + expo +
  • +
  • + staticswitcher +
  • +
  • + regex +
  • +
  • + resizeinfo +
  • +
  • + workarounds +
  • +
  • + ezoom +
  • +
  • + vpswitch +
  • +
  • + fade +
  • +
  • + session +
  • +
    + + + DMZ-White + +
    diff --git a/.gconf/apps/evolution/%gconf.xml b/.gconf/apps/evolution/%gconf.xml new file mode 100644 index 000000000..e69de29bb diff --git a/.gconf/apps/evolution/calendar/%gconf.xml b/.gconf/apps/evolution/calendar/%gconf.xml new file mode 100644 index 000000000..bce4e1327 --- /dev/null +++ b/.gconf/apps/evolution/calendar/%gconf.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/.gconf/apps/evolution/calendar/notify/%gconf.xml b/.gconf/apps/evolution/calendar/notify/%gconf.xml new file mode 100644 index 000000000..8cd58ec85 --- /dev/null +++ b/.gconf/apps/evolution/calendar/notify/%gconf.xml @@ -0,0 +1,4 @@ + + + + diff --git a/.gconf/apps/nautilus/%gconf.xml b/.gconf/apps/nautilus/%gconf.xml new file mode 100644 index 000000000..e69de29bb diff --git a/.gconf/apps/nautilus/desktop-metadata/%gconf.xml b/.gconf/apps/nautilus/desktop-metadata/%gconf.xml new file mode 100644 index 000000000..e69de29bb diff --git a/.gconf/apps/nautilus/desktop-metadata/directory/%gconf.xml b/.gconf/apps/nautilus/desktop-metadata/directory/%gconf.xml new file mode 100644 index 000000000..3b900b158 --- /dev/null +++ b/.gconf/apps/nautilus/desktop-metadata/directory/%gconf.xml @@ -0,0 +1,9 @@ + + + + 1307455450 + + + true + + diff --git a/.gconf/apps/nautilus/preferences/%gconf.xml b/.gconf/apps/nautilus/preferences/%gconf.xml new file mode 100644 index 000000000..8a6536f84 --- /dev/null +++ b/.gconf/apps/nautilus/preferences/%gconf.xml @@ -0,0 +1,7 @@ + + + + + 800x550+0+24 + + diff --git a/.gconf/apps/nm-applet/%gconf.xml b/.gconf/apps/nm-applet/%gconf.xml new file mode 100644 index 000000000..d9ea8ce1b --- /dev/null +++ b/.gconf/apps/nm-applet/%gconf.xml @@ -0,0 +1,4 @@ + + + + diff --git a/.gconf/apps/panel/%gconf.xml b/.gconf/apps/panel/%gconf.xml new file mode 100644 index 000000000..e69de29bb diff --git a/.gconf/apps/panel/applets/%gconf.xml b/.gconf/apps/panel/applets/%gconf.xml new file mode 100644 index 000000000..e69de29bb diff --git a/.gconf/apps/panel/applets/clock_screen0/%gconf.xml b/.gconf/apps/panel/applets/clock_screen0/%gconf.xml new file mode 100644 index 000000000..c659e6497 --- /dev/null +++ b/.gconf/apps/panel/applets/clock_screen0/%gconf.xml @@ -0,0 +1,23 @@ + + + + + + + + top_panel_screen0 + + + + + bonobo-applet + + + + + + OAFIID:GNOME_ClockApplet + + + + diff --git a/.gconf/apps/panel/applets/clock_screen0/prefs/%gconf.xml b/.gconf/apps/panel/applets/clock_screen0/prefs/%gconf.xml new file mode 100644 index 000000000..79e1c228d --- /dev/null +++ b/.gconf/apps/panel/applets/clock_screen0/prefs/%gconf.xml @@ -0,0 +1,26 @@ + + + + + + + + + 12-hour + + + + + + + + + + + + + + + + + diff --git a/.gconf/apps/panel/applets/fast_user_switch_screen0/%gconf.xml b/.gconf/apps/panel/applets/fast_user_switch_screen0/%gconf.xml new file mode 100644 index 000000000..48bd96ec2 --- /dev/null +++ b/.gconf/apps/panel/applets/fast_user_switch_screen0/%gconf.xml @@ -0,0 +1,23 @@ + + + + + + + + top_panel_screen0 + + + + + bonobo-applet + + + + + + OAFIID:GNOME_FastUserSwitchApplet + + + + diff --git a/.gconf/apps/panel/applets/indicator_applet_screen0/%gconf.xml b/.gconf/apps/panel/applets/indicator_applet_screen0/%gconf.xml new file mode 100644 index 000000000..ff7a32012 --- /dev/null +++ b/.gconf/apps/panel/applets/indicator_applet_screen0/%gconf.xml @@ -0,0 +1,23 @@ + + + + + + + + top_panel_screen0 + + + + + bonobo-applet + + + + + + OAFIID:GNOME_IndicatorApplet + + + + diff --git a/.gconf/apps/panel/applets/notification_area_screen0/%gconf.xml b/.gconf/apps/panel/applets/notification_area_screen0/%gconf.xml new file mode 100644 index 000000000..4fc92f853 --- /dev/null +++ b/.gconf/apps/panel/applets/notification_area_screen0/%gconf.xml @@ -0,0 +1,23 @@ + + + + + + + + top_panel_screen0 + + + + + bonobo-applet + + + + + + OAFIID:GNOME_NotificationAreaApplet + + + + diff --git a/.gconf/apps/panel/applets/show_desktop_button_screen0/%gconf.xml b/.gconf/apps/panel/applets/show_desktop_button_screen0/%gconf.xml new file mode 100644 index 000000000..a99ca3024 --- /dev/null +++ b/.gconf/apps/panel/applets/show_desktop_button_screen0/%gconf.xml @@ -0,0 +1,23 @@ + + + + + + + + bottom_panel_screen0 + + + + + bonobo-applet + + + + + + OAFIID:GNOME_ShowDesktopApplet + + + + diff --git a/.gconf/apps/panel/applets/trashapplet_screen0/%gconf.xml b/.gconf/apps/panel/applets/trashapplet_screen0/%gconf.xml new file mode 100644 index 000000000..acebfb536 --- /dev/null +++ b/.gconf/apps/panel/applets/trashapplet_screen0/%gconf.xml @@ -0,0 +1,22 @@ + + + + + + + bottom_panel_screen0 + + + + + bonobo-applet + + + + + + OAFIID:GNOME_Panel_TrashApplet + + + + diff --git a/.gconf/apps/panel/applets/window_list_screen0/%gconf.xml b/.gconf/apps/panel/applets/window_list_screen0/%gconf.xml new file mode 100644 index 000000000..cd8281500 --- /dev/null +++ b/.gconf/apps/panel/applets/window_list_screen0/%gconf.xml @@ -0,0 +1,23 @@ + + + + + + + + bottom_panel_screen0 + + + + + bonobo-applet + + + + + + OAFIID:GNOME_WindowListApplet + + + + diff --git a/.gconf/apps/panel/applets/window_list_screen0/prefs/%gconf.xml b/.gconf/apps/panel/applets/window_list_screen0/prefs/%gconf.xml new file mode 100644 index 000000000..59ec0ad0a --- /dev/null +++ b/.gconf/apps/panel/applets/window_list_screen0/prefs/%gconf.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/.gconf/apps/panel/applets/workspace_switcher_screen0/%gconf.xml b/.gconf/apps/panel/applets/workspace_switcher_screen0/%gconf.xml new file mode 100644 index 000000000..b4baeccf2 --- /dev/null +++ b/.gconf/apps/panel/applets/workspace_switcher_screen0/%gconf.xml @@ -0,0 +1,23 @@ + + + + + + + + bottom_panel_screen0 + + + + + bonobo-applet + + + + + + OAFIID:GNOME_WorkspaceSwitcherApplet + + + + diff --git a/.gconf/apps/panel/applets/workspace_switcher_screen0/prefs/%gconf.xml b/.gconf/apps/panel/applets/workspace_switcher_screen0/prefs/%gconf.xml new file mode 100644 index 000000000..c3d7533fb --- /dev/null +++ b/.gconf/apps/panel/applets/workspace_switcher_screen0/prefs/%gconf.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/.gconf/apps/panel/general/%gconf.xml b/.gconf/apps/panel/general/%gconf.xml new file mode 100644 index 000000000..76a4d8e23 --- /dev/null +++ b/.gconf/apps/panel/general/%gconf.xml @@ -0,0 +1,48 @@ + + + +
  • + fast_user_switch_screen0 +
  • +
  • + trashapplet_screen0 +
  • +
  • + workspace_switcher_screen0 +
  • +
  • + window_list_screen0 +
  • +
  • + show_desktop_button_screen0 +
  • +
  • + indicator_applet_screen0 +
  • +
  • + notification_area_screen0 +
  • +
  • + clock_screen0 +
  • +
    + +
  • + yelp_launcher_screen0 +
  • +
  • + browser_launcher_screen0 +
  • +
  • + menu_bar_screen0 +
  • +
    + +
  • + bottom_panel_screen0 +
  • +
  • + top_panel_screen0 +
  • +
    +
    diff --git a/.gconf/apps/panel/objects/%gconf.xml b/.gconf/apps/panel/objects/%gconf.xml new file mode 100644 index 000000000..e69de29bb diff --git a/.gconf/apps/panel/objects/browser_launcher_screen0/%gconf.xml b/.gconf/apps/panel/objects/browser_launcher_screen0/%gconf.xml new file mode 100644 index 000000000..6da5f0eba --- /dev/null +++ b/.gconf/apps/panel/objects/browser_launcher_screen0/%gconf.xml @@ -0,0 +1,23 @@ + + + + + + + + top_panel_screen0 + + + + + launcher-object + + + + + + + + firefox.desktop + + diff --git a/.gconf/apps/panel/objects/menu_bar_screen0/%gconf.xml b/.gconf/apps/panel/objects/menu_bar_screen0/%gconf.xml new file mode 100644 index 000000000..4a7fb85ba --- /dev/null +++ b/.gconf/apps/panel/objects/menu_bar_screen0/%gconf.xml @@ -0,0 +1,21 @@ + + + + + + + + top_panel_screen0 + + + + + menu-bar + + + + + + + + diff --git a/.gconf/apps/panel/objects/yelp_launcher_screen0/%gconf.xml b/.gconf/apps/panel/objects/yelp_launcher_screen0/%gconf.xml new file mode 100644 index 000000000..9bcc87f22 --- /dev/null +++ b/.gconf/apps/panel/objects/yelp_launcher_screen0/%gconf.xml @@ -0,0 +1,23 @@ + + + + + + + + top_panel_screen0 + + + + + launcher-object + + + + + + + + file:///usr/share/applications/yelp.desktop + + diff --git a/.gconf/apps/panel/toplevels/%gconf.xml b/.gconf/apps/panel/toplevels/%gconf.xml new file mode 100644 index 000000000..e69de29bb diff --git a/.gconf/apps/panel/toplevels/bottom_panel_screen0/%gconf.xml b/.gconf/apps/panel/toplevels/bottom_panel_screen0/%gconf.xml new file mode 100644 index 000000000..3460ebda7 --- /dev/null +++ b/.gconf/apps/panel/toplevels/bottom_panel_screen0/%gconf.xml @@ -0,0 +1,25 @@ + + + + + + + bottom + + + + + + + + + + + + + + + + + + diff --git a/.gconf/apps/panel/toplevels/bottom_panel_screen0/background/%gconf.xml b/.gconf/apps/panel/toplevels/bottom_panel_screen0/background/%gconf.xml new file mode 100644 index 000000000..2bd810d4c --- /dev/null +++ b/.gconf/apps/panel/toplevels/bottom_panel_screen0/background/%gconf.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/.gconf/apps/panel/toplevels/top_panel_screen0/%gconf.xml b/.gconf/apps/panel/toplevels/top_panel_screen0/%gconf.xml new file mode 100644 index 000000000..57cfed1da --- /dev/null +++ b/.gconf/apps/panel/toplevels/top_panel_screen0/%gconf.xml @@ -0,0 +1,25 @@ + + + + + + top + + + + + + + + + + + + + + + + + + + diff --git a/.gconf/apps/panel/toplevels/top_panel_screen0/background/%gconf.xml b/.gconf/apps/panel/toplevels/top_panel_screen0/background/%gconf.xml new file mode 100644 index 000000000..2bd810d4c --- /dev/null +++ b/.gconf/apps/panel/toplevels/top_panel_screen0/background/%gconf.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/.gconf/apps/update-manager/%gconf.xml b/.gconf/apps/update-manager/%gconf.xml new file mode 100644 index 000000000..d630464f5 --- /dev/null +++ b/.gconf/apps/update-manager/%gconf.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/.gconf/desktop/%gconf.xml b/.gconf/desktop/%gconf.xml new file mode 100644 index 000000000..e69de29bb diff --git a/.gconf/desktop/gnome/%gconf.xml b/.gconf/desktop/gnome/%gconf.xml new file mode 100644 index 000000000..e69de29bb diff --git a/.gconf/desktop/gnome/accessibility/%gconf.xml b/.gconf/desktop/gnome/accessibility/%gconf.xml new file mode 100644 index 000000000..e69de29bb diff --git a/.gconf/desktop/gnome/accessibility/keyboard/%gconf.xml b/.gconf/desktop/gnome/accessibility/keyboard/%gconf.xml new file mode 100644 index 000000000..0bb963ad2 --- /dev/null +++ b/.gconf/desktop/gnome/accessibility/keyboard/%gconf.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.gconf/desktop/gnome/applications/%gconf.xml b/.gconf/desktop/gnome/applications/%gconf.xml new file mode 100644 index 000000000..e69de29bb diff --git a/.gconf/desktop/gnome/applications/window_manager/%gconf.xml b/.gconf/desktop/gnome/applications/window_manager/%gconf.xml new file mode 100644 index 000000000..d787a14dd --- /dev/null +++ b/.gconf/desktop/gnome/applications/window_manager/%gconf.xml @@ -0,0 +1,9 @@ + + + + /usr/bin/compiz + + + /usr/bin/compiz + + diff --git a/.gconf/desktop/gnome/peripherals/%gconf.xml b/.gconf/desktop/gnome/peripherals/%gconf.xml new file mode 100644 index 000000000..e69de29bb diff --git a/.gconf/desktop/gnome/peripherals/keyboard/%gconf.xml b/.gconf/desktop/gnome/peripherals/keyboard/%gconf.xml new file mode 100644 index 000000000..e69de29bb diff --git a/.gconf/desktop/gnome/peripherals/keyboard/host-katharina/%gconf.xml b/.gconf/desktop/gnome/peripherals/keyboard/host-katharina/%gconf.xml new file mode 100644 index 000000000..e69de29bb diff --git a/.gconf/desktop/gnome/peripherals/keyboard/host-katharina/0/%gconf.xml b/.gconf/desktop/gnome/peripherals/keyboard/host-katharina/0/%gconf.xml new file mode 100644 index 000000000..9a59ecc9f --- /dev/null +++ b/.gconf/desktop/gnome/peripherals/keyboard/host-katharina/0/%gconf.xml @@ -0,0 +1,4 @@ + + + + diff --git a/.gconf/desktop/gnome/peripherals/touchpad/%gconf.xml b/.gconf/desktop/gnome/peripherals/touchpad/%gconf.xml new file mode 100644 index 000000000..104f9b4c2 --- /dev/null +++ b/.gconf/desktop/gnome/peripherals/touchpad/%gconf.xml @@ -0,0 +1,4 @@ + + + + diff --git a/.gconfd/saved_state b/.gconfd/saved_state new file mode 100755 index 000000000..6cc0eeb55 --- /dev/null +++ b/.gconfd/saved_state @@ -0,0 +1,122 @@ +CLIENTADD "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f7374000000290000002f746d702f6f726269742d72757070612f6c696e632d3762642d302d3339353461376239343134650000000000000000caaedfba5400000001010200290000002f746d702f6f726269742d72757070612f6c696e632d3762642d302d333935346137623934313465000000001c000000000000006fa43018f5efa828c02b28282828282806000000b9bfbdb901000000480000000100000002000000050000001c000000000000006fa43018f5efa828c02b28282828282806000000b9bfbdb901000000140000000100000001000105000000000901010000000000" +CLIENTADD "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3739662d302d3536383262643562333938633500000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3739662d302d353638326264356233393863350000001c0000000000000034125cc0678f68a8c02b282828282828010000006b8d45d501000000480000000100000002000000050000001c0000000000000034125cc0678f68a8c02b282828282828010000006b8d45d501000000140000000100000001000105000000000901010000000000" +CLIENTADD "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3765352d302d3365373439353263333938643400000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3765352d302d336537343935326333393864340000001c000000000000001e46f490bdcfe8a8c02b28282828282804000000f9c8a07001000000480000000100000002000000050000001c000000000000001e46f490bdcfe8a8c02b28282828282804000000f9c8a07001000000140000000100000001000105000000000901010000000000" +CLIENTADD "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3738312d302d3663653834626364633666643000000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3738312d302d366365383462636463366664300000001c000000000000008a6ea430994fe8a8c02b2828282828280100000036f5777301000000480000000100000002000000050000001c000000000000008a6ea430994fe8a8c02b2828282828280100000036f5777301000000140000000100000001000105000000000901010000000000" +CLIENTADD "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3763612d302d3361336363643032653834316300000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3763612d302d336133636364303265383431630000001c000000000000009a4ee4b0d24fe8a8c02b28282828282806000000652bb99d01000000480000000100000002000000050000001c000000000000009a4ee4b0d24fe8a8c02b28282828282806000000652bb99d01000000140000000100000001000105000000000901010000000000" +CLIENTADD "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f7374000000290000002f746d702f6f726269742d72757070612f6c696e632d3738332d302d3365383738663262353362650000000000000000caaedfba5400000001010200290000002f746d702f6f726269742d72757070612f6c696e632d3738332d302d336538373866326235336265000000001c000000000000001a4ee4b09b4fe8a8c02b28282828282801000000110b3b5b01000000480000000100000002000000050000001c000000000000001a4ee4b09b4fe8a8c02b28282828282801000000110b3b5b01000000140000000100000001000105000000000901010000000000" +CLIENTADD "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3763642d302d3432666664343236643434376600000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3763642d302d343266666434323664343437660000001c000000000000001f44f09885efa828c02b28282828282806000000a1e9774b01000000480000000100000002000000050000001c000000000000001f44f09885efa828c02b28282828282806000000a1e9774b01000000140000000100000001000105000000000901010000000000" +CLIENTADD "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f7374000000290000002f746d702f6f726269742d72757070612f6c696e632d3765652d302d3139623334626430333230640000000000000000caaedfba5400000001010200290000002f746d702f6f726269742d72757070612f6c696e632d3765652d302d313962333462643033323064000000001c00000000000000e6b6145036cfe8a8c02b28282828282801000000832b7fd701000000480000000100000002000000050000001c00000000000000e6b6145036cfe8a8c02b28282828282801000000832b7fd701000000140000000100000001000105000000000901010000000000" +CLIENTADD "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3739622d302d3730366333643263393632653200000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3739622d302d373036633364326339363265320000001c000000000000004fe4b018d3efa828c02b282828282828010000005778229601000000480000000100000002000000050000001c000000000000004fe4b018d3efa828c02b282828282828010000005778229601000000140000000100000001000105000000000901010000000000" +CLIENTADD "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3764372d302d3766363135303632366461333800000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3764372d302d376636313530363236646133380000001c000000000000002d203808bfaf2828c02b28282828282801000000ff8e68a401000000480000000100000002000000050000001c000000000000002d203808bfaf2828c02b28282828282801000000ff8e68a401000000140000000100000001000105000000000901010000000000" +CLIENTADD "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3733662d302d3637666236366436386134643300000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3733662d302d363766623636643638613464330000001c0000000000000085709848d7af2828c02b2828282828280100000080889cb401000000480000000100000002000000050000001c0000000000000085709848d7af2828c02b2828282828280100000080889cb401000000140000000100000001000105000000000901010000000000" +CLIENTADD "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3764662d302d3465303962656537326634366300000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3764662d302d346530396265653732663436630000001c00000000000000f59058c837af2828c02b28282828282801000000439e205c01000000480000000100000002000000050000001c00000000000000f59058c837af2828c02b28282828282801000000439e205c01000000140000000100000001000105000000000901010000000000" +CLIENTADD "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3738342d302d3539376539353431373561643200000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3738342d302d353937653935343137356164320000001c000000000000007d807888ecaf2828c02b28282828282801000000d932e04401000000480000000100000002000000050000001c000000000000007d807888ecaf2828c02b28282828282801000000d932e04401000000140000000100000001000105000000000901010000000000" +CLIENTADD "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3763622d302d3137353237326661653437343700000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3763622d302d313735323732666165343734370000001c000000000000002734105803efa828c02b28282828282806000000e80bc35301000000480000000100000002000000050000001c000000000000002734105803efa828c02b28282828282806000000e80bc35301000000140000000100000001000105000000000901010000000000" +CLIENTADD "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d3331353265303833323334303000000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d333135326530383332333430300000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000480000000100000002000000050000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000140000000100000001000105000000000901010000000000" +CLIENTADD "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3861342d302d3535323162333532323165643400000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3861342d302d353532316233353232316564340000001c00000000000000105acce01c0068a8c02b2828282828280400000083d4703801000000480000000100000002000000050000001c00000000000000105acce01c0068a8c02b2828282828280400000083d4703801000000140000000100000001000105000000000901010000000000" +CLIENTADD "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3833392d302d3336333930343331383130343500000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3833392d302d333633393034333138313034350000001c000000000000004fe4b01871e0a828c02b2828282828280100000033b0b2b601000000480000000100000002000000050000001c000000000000004fe4b01871e0a828c02b2828282828280100000033b0b2b601000000140000000100000001000105000000000901010000000000" +CLIENTADD "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3763632d302d3335303261363435396530626400000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3763632d302d333530326136343539653062640000001c0000000000000053dcc0f8446fa828c02b28282828282806000000c7741ccc01000000480000000100000002000000050000001c0000000000000053dcc0f8446fa828c02b28282828282806000000c7741ccc01000000140000000100000001000105000000000901010000000000" +CLIENTADD "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3764352d302d3737613139326632363764623900000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3764352d302d373761313932663236376462390000001c000000000000002e2634108dcfe8a8c02b282828282828010000005ccdeba701000000480000000100000002000000050000001c000000000000002e2634108dcfe8a8c02b282828282828010000005ccdeba701000000140000000100000001000105000000000901010000000000" +CLIENTADD "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f7374000000290000002f746d702f6f726269742d72757070612f6c696e632d3762632d302d6535343533333161363634620000000000000000caaedfba5400000001010200290000002f746d702f6f726269742d72757070612f6c696e632d3762632d302d653534353333316136363462000000001c0000000000000074925cc0448f68a8c02b2828282828280b0000006149019101000000480000000100000002000000050000001c0000000000000074925cc0448f68a8c02b2828282828280b0000006149019101000000140000000100000001000105000000000901010000000000" +CLIENTADD "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d3763316132313065326636646600000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d376331613231306532663664660000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000480000000100000002000000050000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000140000000100000001000105000000000901010000000000" +CLIENTADD "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3737632d302d3362333665653562663063613200000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3737632d302d336233366565356266306361320000001c00000000000000ac223c00048f68a8c02b28282828282801000000e3359dcd01000000480000000100000002000000050000001c00000000000000ac223c00048f68a8c02b28282828282801000000e3359dcd01000000140000000100000001000105000000000901010000000000" +CLIENTADD "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d313139342d302d31613530313665663336626400000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d313139342d302d3161353031366566333662640000001c00000000000000e4b21c406c9968a8c02b282828282828010000002169fdd501000000480000000100000002000000050000001c00000000000000e4b21c406c9968a8c02b282828282828010000002169fdd501000000140000000100000001000105000000000901010000000000" +CLIENTADD "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3737642d302d3638363962613065383064336500000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3737642d302d363836396261306538306433650000001c000000000000003c027c80058f68a8c02b28282828282801000000ee9f79b501000000480000000100000002000000050000001c000000000000003c027c80058f68a8c02b28282828282801000000ee9f79b501000000140000000100000001000105000000000901010000000000" +ADD 2667577345 "xml:merged:/etc/gconf/gconf.xml.mandatory;xml:merged:/etc/gconf/gconf.xml.system;xml:merged:/etc/gconf/gconf.xml.defaults" "/desktop/gnome/background" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3739662d302d3536383262643562333938633500000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3739662d302d353638326264356233393863350000001c0000000000000034125cc0678f68a8c02b282828282828010000006b8d45d501000000480000000100000002000000050000001c0000000000000034125cc0678f68a8c02b282828282828010000006b8d45d501000000140000000100000001000105000000000901010000000000" +ADD 2097152021 "def" "/apps/bluetooth-manager" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3738312d302d3663653834626364633666643000000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3738312d302d366365383462636463366664300000001c000000000000008a6ea430994fe8a8c02b2828282828280100000036f5777301000000480000000100000002000000050000001c000000000000008a6ea430994fe8a8c02b2828282828280100000036f5777301000000140000000100000001000105000000000901010000000000" +ADD 2147483672 "def" "/apps/compiz/general/screen0/options" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d3763316132313065326636646600000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d376331613231306532663664660000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000480000000100000002000000050000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000140000000100000001000105000000000901010000000000" +ADD 2701131832 "def" "/apps/compiz" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f7374000000290000002f746d702f6f726269742d72757070612f6c696e632d3738332d302d3365383738663262353362650000000000000000caaedfba5400000001010200290000002f746d702f6f726269742d72757070612f6c696e632d3738332d302d336538373866326235336265000000001c000000000000001a4ee4b09b4fe8a8c02b28282828282801000000110b3b5b01000000480000000100000002000000050000001c000000000000001a4ee4b09b4fe8a8c02b28282828282801000000110b3b5b01000000140000000100000001000105000000000901010000000000" +ADD 3120562257 "def" "/apps/compiz/plugins/decoration/allscreens/options" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3764372d302d3766363135303632366461333800000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3764372d302d376636313530363236646133380000001c000000000000002d203808bfaf2828c02b28282828282801000000ff8e68a401000000480000000100000002000000050000001c000000000000002d203808bfaf2828c02b28282828282801000000ff8e68a401000000140000000100000001000105000000000901010000000000" +ADD 3254779991 "def" "/apps/evolution/calendar/sources" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3765352d302d3365373439353263333938643400000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3765352d302d336537343935326333393864340000001c000000000000001e46f490bdcfe8a8c02b28282828282804000000f9c8a07001000000480000000100000002000000050000001c000000000000001e46f490bdcfe8a8c02b28282828282804000000f9c8a07001000000140000000100000001000105000000000901010000000000" +ADD 3288334425 "def" "/apps/evolution/memos/sources" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3765352d302d3365373439353263333938643400000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3765352d302d336537343935326333393864340000001c000000000000001e46f490bdcfe8a8c02b28282828282804000000f9c8a07001000000480000000100000002000000050000001c000000000000001e46f490bdcfe8a8c02b28282828282804000000f9c8a07001000000140000000100000001000105000000000901010000000000" +ADD 3271557208 "def" "/apps/evolution/tasks/sources" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3765352d302d3365373439353263333938643400000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3765352d302d336537343935326333393864340000001c000000000000001e46f490bdcfe8a8c02b28282828282804000000f9c8a07001000000480000000100000002000000050000001c000000000000001e46f490bdcfe8a8c02b28282828282804000000f9c8a07001000000140000000100000001000105000000000901010000000000" +ADD 1845493766 "def" "/apps/gnome-keyring/daemon-components" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3733662d302d3637666236366436386134643300000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3733662d302d363766623636643638613464330000001c0000000000000085709848d7af2828c02b2828282828280100000080889cb401000000480000000100000002000000050000001c0000000000000085709848d7af2828c02b2828282828280100000080889cb401000000140000000100000001000105000000000901010000000000" +ADD 2080374804 "def" "/apps/gnome-power-manager" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3737632d302d3362333665653562663063613200000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3737632d302d336233366565356266306361320000001c00000000000000ac223c00048f68a8c02b28282828282801000000e3359dcd01000000480000000100000002000000050000001c00000000000000ac223c00048f68a8c02b28282828282801000000e3359dcd01000000140000000100000001000105000000000901010000000000" +ADD 3003121738 "def" "/apps/gnome-screensaver" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3764352d302d3737613139326632363764623900000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3764352d302d373761313932663236376462390000001c000000000000002e2634108dcfe8a8c02b282828282828010000005ccdeba701000000480000000100000002000000050000001c000000000000002e2634108dcfe8a8c02b282828282828010000005ccdeba701000000140000000100000001000105000000000901010000000000" +ADD 2483028012 "def" "/apps/gnome-screensaver" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3739662d302d3536383262643562333938633500000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3739662d302d353638326264356233393863350000001c0000000000000034125cc0678f68a8c02b282828282828010000006b8d45d501000000480000000100000002000000050000001c0000000000000034125cc0678f68a8c02b282828282828010000006b8d45d501000000140000000100000001000105000000000901010000000000" +ADD 3506438240 "def" "/apps/gnome-settings/Gecko" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3861342d302d3535323162333532323165643400000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3861342d302d353532316233353232316564340000001c00000000000000105acce01c0068a8c02b2828282828280400000083d4703801000000480000000100000002000000050000001c00000000000000105acce01c0068a8c02b2828282828280400000083d4703801000000140000000100000001000105000000000901010000000000" +ADD 3238002774 "def" "/apps/gnome-settings/evolution-alarm-notify" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3765352d302d3365373439353263333938643400000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3765352d302d336537343935326333393864340000001c000000000000001e46f490bdcfe8a8c02b28282828282804000000f9c8a07001000000480000000100000002000000050000001c000000000000001e46f490bdcfe8a8c02b28282828282804000000f9c8a07001000000140000000100000001000105000000000901010000000000" +ADD 1996488719 "def" "/apps/gnome_settings_daemon/gtk-modules" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d3331353265303833323334303000000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d333135326530383332333430300000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000480000000100000002000000050000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000140000000100000001000105000000000901010000000000" +ADD 2650800182 "def" "/apps/gnome_settings_daemon/keybindings" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d3331353265303833323334303000000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d333135326530383332333430300000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000480000000100000002000000050000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000140000000100000001000105000000000901010000000000" +ADD 1895825417 "def" "/apps/gnome_settings_daemon/plugins" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d3331353265303833323334303000000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d333135326530383332333430300000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000480000000100000002000000050000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000140000000100000001000105000000000901010000000000" +ADD 1912602634 "def" "/apps/gnome_settings_daemon/xrandr" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d3331353265303833323334303000000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d333135326530383332333430300000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000480000000100000002000000050000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000140000000100000001000105000000000901010000000000" +ADD 3070230606 "def" "/apps/gwd" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3764372d302d3766363135303632366461333800000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3764372d302d376636313530363236646133380000001c000000000000002d203808bfaf2828c02b28282828282801000000ff8e68a401000000480000000100000002000000050000001c000000000000002d203808bfaf2828c02b28282828282801000000ff8e68a401000000140000000100000001000105000000000901010000000000" +ADD 1879048200 "def" "/apps/gwibber" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3733662d302d3637666236366436386134643300000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3733662d302d363766623636643638613464330000001c0000000000000085709848d7af2828c02b2828282828280100000080889cb401000000480000000100000002000000050000001c0000000000000085709848d7af2828c02b2828282828280100000080889cb401000000140000000100000001000105000000000901010000000000" +ADD 3019898955 "def" "/apps/indicator-session" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3764352d302d3737613139326632363764623900000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3764352d302d373761313932663236376462390000001c000000000000002e2634108dcfe8a8c02b282828282828010000005ccdeba701000000480000000100000002000000050000001c000000000000002e2634108dcfe8a8c02b282828282828010000005ccdeba701000000140000000100000001000105000000000901010000000000" +ADD 3087007823 "def" "/apps/metacity/general" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3764372d302d3766363135303632366461333800000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3764372d302d376636313530363236646133380000001c000000000000002d203808bfaf2828c02b28282828282801000000ff8e68a401000000480000000100000002000000050000001c000000000000002d203808bfaf2828c02b28282828282801000000ff8e68a401000000140000000100000001000105000000000901010000000000" +ADD 2634022965 "def" "/apps/metacity/general" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d3763316132313065326636646600000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d376331613231306532663664660000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000480000000100000002000000050000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000140000000100000001000105000000000901010000000000" +ADD 2717909049 "def" "/apps/metacity" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f7374000000290000002f746d702f6f726269742d72757070612f6c696e632d3738332d302d3365383738663262353362650000000000000000caaedfba5400000001010200290000002f746d702f6f726269742d72757070612f6c696e632d3738332d302d336538373866326235336265000000001c000000000000001a4ee4b09b4fe8a8c02b28282828282801000000110b3b5b01000000480000000100000002000000050000001c000000000000001a4ee4b09b4fe8a8c02b28282828282801000000110b3b5b01000000140000000100000001000105000000000901010000000000" +ADD 2617245748 "def" "/apps/metacity/window_keybindings" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d3763316132313065326636646600000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d376331613231306532663664660000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000480000000100000002000000050000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000140000000100000001000105000000000901010000000000" +ADD 2785017917 "def" "/apps/nautilus/desktop" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d3763316132313065326636646600000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d376331613231306532663664660000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000480000000100000002000000050000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000140000000100000001000105000000000901010000000000" +ADD 2214592540 "def" "/apps/nautilus" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3738342d302d3539376539353431373561643200000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3738342d302d353937653935343137356164320000001c000000000000007d807888ecaf2828c02b28282828282801000000d932e04401000000480000000100000002000000050000001c000000000000007d807888ecaf2828c02b28282828282801000000d932e04401000000140000000100000001000105000000000901010000000000" +ADD 2768240700 "def" "/apps/nautilus/preferences" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d3763316132313065326636646600000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d376331613231306532663664660000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000480000000100000002000000050000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000140000000100000001000105000000000901010000000000" +ADD 3355443293 "def" "/apps/notify-osd" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3833392d302d3336333930343331383130343500000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3833392d302d333633393034333138313034350000001c000000000000004fe4b01871e0a828c02b2828282828280100000033b0b2b601000000480000000100000002000000050000001c000000000000004fe4b01871e0a828c02b2828282828280100000033b0b2b601000000140000000100000001000105000000000901010000000000" +ADD 2902458436 "def" "/apps/panel/applets/clock_screen0/prefs" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3763632d302d3335303261363435396530626400000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3763632d302d333530326136343539653062640000001c0000000000000053dcc0f8446fa828c02b28282828282806000000c7741ccc01000000480000000100000002000000050000001c0000000000000053dcc0f8446fa828c02b28282828282806000000c7741ccc01000000140000000100000001000105000000000901010000000000" +ADD 2348810276 "def" "/apps/panel/applets/clock_screen0" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d3763316132313065326636646600000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d376331613231306532663664660000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000480000000100000002000000050000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000140000000100000001000105000000000901010000000000" +ADD 2936012870 "def" "/apps/panel/applets/fast_user_switch_screen0/prefs" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3763612d302d3361336363643032653834316300000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3763612d302d336133636364303265383431630000001c000000000000009a4ee4b0d24fe8a8c02b28282828282806000000652bb99d01000000480000000100000002000000050000001c000000000000009a4ee4b0d24fe8a8c02b28282828282806000000652bb99d01000000140000000100000001000105000000000901010000000000" +ADD 2516582446 "def" "/apps/panel/applets/fast_user_switch_screen0" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d3763316132313065326636646600000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d376331613231306532663664660000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000480000000100000002000000050000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000140000000100000001000105000000000901010000000000" +ADD 3036676172 "def" "/apps/panel/applets/indicator_applet_screen0/prefs" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3763622d302d3137353237326661653437343700000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3763622d302d313735323732666165343734370000001c000000000000002734105803efa828c02b28282828282806000000e80bc35301000000480000000100000002000000050000001c000000000000002734105803efa828c02b28282828282806000000e80bc35301000000140000000100000001000105000000000901010000000000" +ADD 2382364710 "def" "/apps/panel/applets/indicator_applet_screen0" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d3763316132313065326636646600000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d376331613231306532663664660000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000480000000100000002000000050000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000140000000100000001000105000000000901010000000000" +ADD 3170893908 "def" "/apps/panel/applets/notification_area_screen0/prefs" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3763642d302d3432666664343236643434376600000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3763642d302d343266666434323664343437660000001c000000000000001f44f09885efa828c02b28282828282806000000a1e9774b01000000480000000100000002000000050000001c000000000000001f44f09885efa828c02b28282828282806000000a1e9774b01000000140000000100000001000105000000000901010000000000" +ADD 2365587493 "def" "/apps/panel/applets/notification_area_screen0" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d3763316132313065326636646600000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d376331613231306532663664660000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000480000000100000002000000050000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000140000000100000001000105000000000901010000000000" +ADD 2868904002 "def" "/apps/panel/applets/show_desktop_button_screen0/prefs" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f7374000000290000002f746d702f6f726269742d72757070612f6c696e632d3762632d302d6535343533333161363634620000000000000000caaedfba5400000001010200290000002f746d702f6f726269742d72757070612f6c696e632d3762632d302d653534353333316136363462000000001c0000000000000074925cc0448f68a8c02b2828282828280b0000006149019101000000480000000100000002000000050000001c0000000000000074925cc0448f68a8c02b2828282828280b0000006149019101000000140000000100000001000105000000000901010000000000" +ADD 2399141927 "def" "/apps/panel/applets/show_desktop_button_screen0" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d3763316132313065326636646600000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d376331613231306532663664660000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000480000000100000002000000050000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000140000000100000001000105000000000901010000000000" +ADD 2818572351 "def" "/apps/panel/applets/trashapplet_screen0/prefs" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f7374000000290000002f746d702f6f726269742d72757070612f6c696e632d3762642d302d3339353461376239343134650000000000000000caaedfba5400000001010200290000002f746d702f6f726269742d72757070612f6c696e632d3762642d302d333935346137623934313465000000001c000000000000006fa43018f5efa828c02b28282828282806000000b9bfbdb901000000480000000100000002000000050000001c000000000000006fa43018f5efa828c02b28282828282806000000b9bfbdb901000000140000000100000001000105000000000901010000000000" +ADD 2466250795 "def" "/apps/panel/applets/trashapplet_screen0" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d3763316132313065326636646600000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d376331613231306532663664660000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000480000000100000002000000050000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000140000000100000001000105000000000901010000000000" +ADD 2751463483 "def" "/apps/panel/applets/window_list/prefs" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f7374000000290000002f746d702f6f726269742d72757070612f6c696e632d3738332d302d3365383738663262353362650000000000000000caaedfba5400000001010200290000002f746d702f6f726269742d72757070612f6c696e632d3738332d302d336538373866326235336265000000001c000000000000001a4ee4b09b4fe8a8c02b28282828282801000000110b3b5b01000000480000000100000002000000050000001c000000000000001a4ee4b09b4fe8a8c02b28282828282801000000110b3b5b01000000140000000100000001000105000000000901010000000000" +ADD 2801795134 "def" "/apps/panel/applets/window_list_screen0/prefs" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f7374000000290000002f746d702f6f726269742d72757070612f6c696e632d3762632d302d6535343533333161363634620000000000000000caaedfba5400000001010200290000002f746d702f6f726269742d72757070612f6c696e632d3762632d302d653534353333316136363462000000001c0000000000000074925cc0448f68a8c02b2828282828280b0000006149019101000000480000000100000002000000050000001c0000000000000074925cc0448f68a8c02b2828282828280b0000006149019101000000140000000100000001000105000000000901010000000000" +ADD 2415919144 "def" "/apps/panel/applets/window_list_screen0" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d3763316132313065326636646600000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d376331613231306532663664660000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000480000000100000002000000050000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000140000000100000001000105000000000901010000000000" +ADD 2885681219 "def" "/apps/panel/applets/workspace_switcher_screen0/prefs" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f7374000000290000002f746d702f6f726269742d72757070612f6c696e632d3762632d302d6535343533333161363634620000000000000000caaedfba5400000001010200290000002f746d702f6f726269742d72757070612f6c696e632d3762632d302d653534353333316136363462000000001c0000000000000074925cc0448f68a8c02b2828282828280b0000006149019101000000480000000100000002000000050000001c0000000000000074925cc0448f68a8c02b2828282828280b0000006149019101000000140000000100000001000105000000000901010000000000" +ADD 2432696361 "def" "/apps/panel/applets/workspace_switcher_screen0" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d3763316132313065326636646600000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d376331613231306532663664660000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000480000000100000002000000050000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000140000000100000001000105000000000901010000000000" +ADD 1828716549 "def" "/apps/panel" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3733662d302d3637666236366436386134643300000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3733662d302d363766623636643638613464330000001c0000000000000085709848d7af2828c02b2828282828280100000080889cb401000000480000000100000002000000050000001c0000000000000085709848d7af2828c02b2828282828280100000080889cb401000000140000000100000001000105000000000901010000000000" +ADD 2197815323 "def" "/apps/panel/general" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d3763316132313065326636646600000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d376331613231306532663664660000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000480000000100000002000000050000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000140000000100000001000105000000000901010000000000" +ADD 2164260889 "def" "/apps/panel/global" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d3763316132313065326636646600000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d376331613231306532663664660000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000480000000100000002000000050000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000140000000100000001000105000000000901010000000000" +ADD 2566914097 "def" "/apps/panel/objects/browser_launcher_screen0" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d3763316132313065326636646600000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d376331613231306532663664660000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000480000000100000002000000050000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000140000000100000001000105000000000901010000000000" +ADD 2550136880 "def" "/apps/panel/objects/menu_bar_screen0" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d3763316132313065326636646600000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d376331613231306532663664660000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000480000000100000002000000050000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000140000000100000001000105000000000901010000000000" +ADD 2583691314 "def" "/apps/panel/objects/yelp_launcher_screen0" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d3763316132313065326636646600000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d376331613231306532663664660000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000480000000100000002000000050000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000140000000100000001000105000000000901010000000000" +ADD 2684354615 "def" "/apps/panel/toplevels/bottom_panel_screen0" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d3763316132313065326636646600000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d376331613231306532663664660000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000480000000100000002000000050000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000140000000100000001000105000000000901010000000000" +ADD 2600468531 "def" "/apps/panel/toplevels/top_panel_screen0" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d3763316132313065326636646600000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d376331613231306532663664660000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000480000000100000002000000050000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000140000000100000001000105000000000901010000000000" +ADD 2449473578 "def" "/desktop/gnome/accessibility/keyboard" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d3331353265303833323334303000000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d333135326530383332333430300000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000480000000100000002000000050000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000140000000100000001000105000000000901010000000000" +ADD 2315255842 "def" "/desktop/gnome/accessibility/mouse" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d3331353265303833323334303000000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d333135326530383332333430300000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000480000000100000002000000050000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000140000000100000001000105000000000901010000000000" +ADD 3489661023 "def" "/desktop/gnome" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3861342d302d3535323162333532323165643400000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3861342d302d353532316233353232316564340000001c00000000000000105acce01c0068a8c02b2828282828280400000083d4703801000000480000000100000002000000050000001c00000000000000105acce01c0068a8c02b2828282828280400000083d4703801000000140000000100000001000105000000000901010000000000" +ADD 3221225544 "def" "/desktop/gnome" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3765352d302d3365373439353263333938643400000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3765352d302d336537343935326333393864340000001c000000000000001e46f490bdcfe8a8c02b28282828282804000000f9c8a07001000000480000000100000002000000050000001c000000000000001e46f490bdcfe8a8c02b28282828282804000000f9c8a07001000000140000000100000001000105000000000901010000000000" +ADD 2734686266 "def" "/desktop/gnome/applications/terminal" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f7374000000290000002f746d702f6f726269742d72757070612f6c696e632d3738332d302d3365383738663262353362650000000000000000caaedfba5400000001010200290000002f746d702f6f726269742d72757070612f6c696e632d3738332d302d336538373866326235336265000000001c000000000000001a4ee4b09b4fe8a8c02b28282828282801000000110b3b5b01000000480000000100000002000000050000001c000000000000001a4ee4b09b4fe8a8c02b28282828282801000000110b3b5b01000000140000000100000001000105000000000901010000000000" +ADD 2248146974 "def" "/desktop/gnome/background" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3738342d302d3539376539353431373561643200000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3738342d302d353937653935343137356164320000001c000000000000007d807888ecaf2828c02b28282828282801000000d932e04401000000480000000100000002000000050000001c000000000000007d807888ecaf2828c02b28282828282801000000d932e04401000000140000000100000001000105000000000901010000000000" +ADD 2231369757 "def" "/desktop/gnome/file_views" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3738342d302d3539376539353431373561643200000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3738342d302d353937653935343137356164320000001c000000000000007d807888ecaf2828c02b28282828282801000000d932e04401000000480000000100000002000000050000001c000000000000007d807888ecaf2828c02b28282828282801000000d932e04401000000140000000100000001000105000000000901010000000000" +ADD 3338666076 "def" "/desktop/gnome/font_rendering" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3833392d302d3336333930343331383130343500000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3833392d302d333633393034333138313034350000001c000000000000004fe4b01871e0a828c02b2828282828280100000033b0b2b601000000480000000100000002000000050000001c000000000000004fe4b01871e0a828c02b2828282828280100000033b0b2b601000000140000000100000001000105000000000901010000000000" +ADD 2013265936 "def" "/desktop/gnome/font_rendering" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d3331353265303833323334303000000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d333135326530383332333430300000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000480000000100000002000000050000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000140000000100000001000105000000000901010000000000" +ADD 3321888859 "def" "/desktop/gnome/interface" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3833392d302d3336333930343331383130343500000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3833392d302d333633393034333138313034350000001c000000000000004fe4b01871e0a828c02b2828282828280100000033b0b2b601000000480000000100000002000000050000001c000000000000004fe4b01871e0a828c02b2828282828280100000033b0b2b601000000140000000100000001000105000000000901010000000000" +ADD 3187671125 "def" "/desktop/gnome/interface" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3763642d302d3432666664343236643434376600000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3763642d302d343266666434323664343437660000001c000000000000001f44f09885efa828c02b28282828282806000000a1e9774b01000000480000000100000002000000050000001c000000000000001f44f09885efa828c02b28282828282806000000a1e9774b01000000140000000100000001000105000000000901010000000000" +ADD 3137339474 "def" "/desktop/gnome/interface" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3764372d302d3766363135303632366461333800000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3764372d302d376636313530363236646133380000001c000000000000002d203808bfaf2828c02b28282828282801000000ff8e68a401000000480000000100000002000000050000001c000000000000002d203808bfaf2828c02b28282828282801000000ff8e68a401000000140000000100000001000105000000000901010000000000" +ADD 3053453389 "def" "/desktop/gnome/interface" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3763622d302d3137353237326661653437343700000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3763622d302d313735323732666165343734370000001c000000000000002734105803efa828c02b28282828282806000000e80bc35301000000480000000100000002000000050000001c000000000000002734105803efa828c02b28282828282806000000e80bc35301000000140000000100000001000105000000000901010000000000" +ADD 2952790087 "def" "/desktop/gnome/interface" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3763612d302d3361336363643032653834316300000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3763612d302d336133636364303265383431630000001c000000000000009a4ee4b0d24fe8a8c02b28282828282806000000652bb99d01000000480000000100000002000000050000001c000000000000009a4ee4b0d24fe8a8c02b28282828282806000000652bb99d01000000140000000100000001000105000000000901010000000000" +ADD 2919235653 "def" "/desktop/gnome/interface" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3763632d302d3335303261363435396530626400000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3763632d302d333530326136343539653062640000001c0000000000000053dcc0f8446fa828c02b28282828282806000000c7741ccc01000000480000000100000002000000050000001c0000000000000053dcc0f8446fa828c02b28282828282806000000c7741ccc01000000140000000100000001000105000000000901010000000000" +ADD 2852126785 "def" "/desktop/gnome/interface" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f7374000000290000002f746d702f6f726269742d72757070612f6c696e632d3762642d302d3339353461376239343134650000000000000000caaedfba5400000001010200290000002f746d702f6f726269742d72757070612f6c696e632d3762642d302d333935346137623934313465000000001c000000000000006fa43018f5efa828c02b28282828282806000000b9bfbdb901000000480000000100000002000000050000001c000000000000006fa43018f5efa828c02b28282828282806000000b9bfbdb901000000140000000100000001000105000000000901010000000000" +ADD 2835349568 "def" "/desktop/gnome/interface" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f7374000000290000002f746d702f6f726269742d72757070612f6c696e632d3762632d302d6535343533333161363634620000000000000000caaedfba5400000001010200290000002f746d702f6f726269742d72757070612f6c696e632d3762632d302d653534353333316136363462000000001c0000000000000074925cc0448f68a8c02b2828282828280b0000006149019101000000480000000100000002000000050000001c0000000000000074925cc0448f68a8c02b2828282828280b0000006149019101000000140000000100000001000105000000000901010000000000" +ADD 2130706455 "def" "/desktop/gnome/interface" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d3763316132313065326636646600000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d376331613231306532663664660000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000480000000100000002000000050000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000140000000100000001000105000000000901010000000000" +ADD 1962934285 "def" "/desktop/gnome/interface" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d3331353265303833323334303000000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d333135326530383332333430300000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000480000000100000002000000050000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000140000000100000001000105000000000901010000000000" +ADD 1862270983 "def" "/desktop/gnome/interface" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3733662d302d3637666236366436386134643300000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3733662d302d363766623636643638613464330000001c0000000000000085709848d7af2828c02b2828282828280100000080889cb401000000480000000100000002000000050000001c0000000000000085709848d7af2828c02b2828282828280100000080889cb401000000140000000100000001000105000000000901010000000000" +ADD 2030043153 "def" "/desktop/gnome/keybindings" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d3331353265303833323334303000000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d333135326530383332333430300000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000480000000100000002000000050000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000140000000100000001000105000000000901010000000000" +ADD 2986344521 "def" "/desktop/gnome/lockdown" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3764352d302d3737613139326632363764623900000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3764352d302d373761313932663236376462390000001c000000000000002e2634108dcfe8a8c02b282828282828010000005ccdeba701000000480000000100000002000000050000001c000000000000002e2634108dcfe8a8c02b282828282828010000005ccdeba701000000140000000100000001000105000000000901010000000000" +ADD 2499805229 "def" "/desktop/gnome/lockdown" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3739662d302d3536383262643562333938633500000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3739662d302d353638326264356233393863350000001c0000000000000034125cc0678f68a8c02b282828282828010000006b8d45d501000000480000000100000002000000050000001c0000000000000034125cc0678f68a8c02b282828282828010000006b8d45d501000000140000000100000001000105000000000901010000000000" +ADD 2264924191 "def" "/desktop/gnome/lockdown" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3738342d302d3539376539353431373561643200000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3738342d302d353937653935343137356164320000001c000000000000007d807888ecaf2828c02b28282828282801000000d932e04401000000480000000100000002000000050000001c000000000000007d807888ecaf2828c02b28282828282801000000d932e04401000000140000000100000001000105000000000901010000000000" +ADD 2181038106 "def" "/desktop/gnome/lockdown" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d3763316132313065326636646600000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3737662d302d376331613231306532663664660000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000480000000100000002000000050000001c000000000000006ca23c00078f68a8c02b282828282828040000009808227601000000140000000100000001000105000000000901010000000000" +ADD 1778384898 "def" "/desktop/gnome/lockdown" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3733662d302d3637666236366436386134643300000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3733662d302d363766623636643638613464330000001c0000000000000085709848d7af2828c02b2828282828280100000080889cb401000000480000000100000002000000050000001c0000000000000085709848d7af2828c02b2828282828280100000080889cb401000000140000000100000001000105000000000901010000000000" +ADD 2298478625 "def" "/desktop/gnome/peripherals/keyboard" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d3331353265303833323334303000000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d333135326530383332333430300000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000480000000100000002000000050000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000140000000100000001000105000000000901010000000000" +ADD 3103785040 "def" "/desktop/gnome/peripherals/mouse" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3764372d302d3766363135303632366461333800000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3764372d302d376636313530363236646133380000001c000000000000002d203808bfaf2828c02b28282828282801000000ff8e68a401000000480000000100000002000000050000001c000000000000002d203808bfaf2828c02b28282828282801000000ff8e68a401000000140000000100000001000105000000000901010000000000" +ADD 1929379851 "def" "/desktop/gnome/peripherals/mouse" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d3331353265303833323334303000000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d333135326530383332333430300000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000480000000100000002000000050000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000140000000100000001000105000000000901010000000000" +ADD 2332033059 "def" "/desktop/gnome/peripherals/touchpad" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d3331353265303833323334303000000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d333135326530383332333430300000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000480000000100000002000000050000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000140000000100000001000105000000000901010000000000" +ADD 1811939332 "def" "/desktop/gnome/remote_access" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3733662d302d3637666236366436386134643300000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3733662d302d363766623636643638613464330000001c0000000000000085709848d7af2828c02b2828282828280100000080889cb401000000480000000100000002000000050000001c0000000000000085709848d7af2828c02b2828282828280100000080889cb401000000140000000100000001000105000000000901010000000000" +ADD 2533359663 "def" "/desktop/gnome/session" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3739662d302d3536383262643562333938633500000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3739662d302d353638326264356233393863350000001c0000000000000034125cc0678f68a8c02b282828282828010000006b8d45d501000000480000000100000002000000050000001c0000000000000034125cc0678f68a8c02b282828282828010000006b8d45d501000000140000000100000001000105000000000901010000000000" +ADD 1761607681 "def" "/desktop/gnome/session" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3733662d302d3637666236366436386134643300000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3733662d302d363766623636643638613464330000001c0000000000000085709848d7af2828c02b2828282828280100000080889cb401000000480000000100000002000000050000001c0000000000000085709848d7af2828c02b2828282828280100000080889cb401000000140000000100000001000105000000000901010000000000" +ADD 1979711502 "def" "/desktop/gnome/sound" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d3331353265303833323334303000000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d333135326530383332333430300000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000480000000100000002000000050000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000140000000100000001000105000000000901010000000000" +ADD 1795162115 "def" "/desktop/gnome/sound" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3733662d302d3637666236366436386134643300000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3733662d302d363766623636643638613464330000001c0000000000000085709848d7af2828c02b2828282828280100000080889cb401000000480000000100000002000000050000001c0000000000000085709848d7af2828c02b2828282828280100000080889cb401000000140000000100000001000105000000000901010000000000" +ADD 2063597587 "def" "/desktop/gnome/thumbnail_cache" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d3331353265303833323334303000000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d333135326530383332333430300000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000480000000100000002000000050000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000140000000100000001000105000000000901010000000000" +ADD 3607101530 "def" "/desktop/gnome/thumbnailers" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3738342d302d3539376539353431373561643200000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3738342d302d353937653935343137356164320000001c000000000000007d807888ecaf2828c02b28282828282801000000d932e04401000000480000000100000002000000050000001c000000000000007d807888ecaf2828c02b28282828282801000000d932e04401000000140000000100000001000105000000000901010000000000" +ADD 2046820370 "def" "/desktop/gnome/typing_break" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d3331353265303833323334303000000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d333135326530383332333430300000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000480000000100000002000000050000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000140000000100000001000105000000000901010000000000" +ADD 1946157068 "def" "/desktop/gtk" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d3331353265303833323334303000000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3736662d302d333135326530383332333430300000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000480000000100000002000000050000001c000000000000001656d4d0b7cfe8a8c02b282828282828010000002b6befe701000000140000000100000001000105000000000901010000000000" +ADD 3942645859 "def" "/system/http_proxy" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d313139342d302d31613530313665663336626400000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d313139342d302d3161353031366566333662640000001c00000000000000e4b21c406c9968a8c02b282828282828010000002169fdd501000000480000000100000002000000050000001c00000000000000e4b21c406c9968a8c02b282828282828010000002169fdd501000000140000000100000001000105000000000901010000000000" +ADD 3154116691 "def" "/system/indicator/me" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3764662d302d3465303962656537326634366300000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3764662d302d346530396265653732663436630000001c00000000000000f59058c837af2828c02b28282828282801000000439e205c01000000480000000100000002000000050000001c00000000000000f59058c837af2828c02b28282828282801000000439e205c01000000140000000100000001000105000000000901010000000000" +ADD 2113929238 "def" "/system/networking/connections" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3737642d302d3638363962613065383064336500000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3737642d302d363836396261306538306433650000001c000000000000003c027c80058f68a8c02b28282828282801000000ee9f79b501000000480000000100000002000000050000001c000000000000003c027c80058f68a8c02b28282828282801000000ee9f79b501000000140000000100000001000105000000000901010000000000" +ADD 3925868638 "def" "/system/proxy" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d313139342d302d31613530313665663336626400000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d313139342d302d3161353031366566333662640000001c00000000000000e4b21c406c9968a8c02b282828282828010000002169fdd501000000480000000100000002000000050000001c00000000000000e4b21c406c9968a8c02b282828282828010000002169fdd501000000140000000100000001000105000000000901010000000000" +ADD 2281701408 "def" "/system/pulseaudio" "IOR:010000001700000049444c3a436f6e6669674c697374656e65723a312e300000030000000054424f540000000101020005000000554e4958000000000a0000006c6f63616c686f73740000002a0000002f746d702f6f726269742d72757070612f6c696e632d3739622d302d3730366333643263393632653200000000000000caaedfba54000000010102002a0000002f746d702f6f726269742d72757070612f6c696e632d3739622d302d373036633364326339363265320000001c000000000000004fe4b018d3efa828c02b282828282828010000005778229601000000480000000100000002000000050000001c000000000000004fe4b018d3efa828c02b282828282828010000005778229601000000140000000100000001000105000000000901010000000000" diff --git a/.gnome2/accels/nautilus b/.gnome2/accels/nautilus new file mode 100644 index 000000000..b45dcc28c --- /dev/null +++ b/.gnome2/accels/nautilus @@ -0,0 +1,174 @@ +; nautilus GtkAccelMap rc-file -*- scheme -*- +; this file is an automated accelerator map dump +; +; (gtk_accel_path "/ShellActions/File" "") +; (gtk_accel_path "/view_as_2" "2") +; (gtk_accel_path "/view_as_1" "1") +; (gtk_accel_path "/SpatialActions/Search" "f") +; (gtk_accel_path "/DirViewActions/Cut" "x") +; (gtk_accel_path "/ShellActions/Go to Trash" "") +; (gtk_accel_path "/DirViewActions/Self Unmount Volume" "") +; (gtk_accel_path "/DirViewActions/Save Search" "") +; (gtk_accel_path "/DirViewActions/Empty Trash" "") +; (gtk_accel_path "/ShellActions/Preferences" "") +; (gtk_accel_path "/ClipboardActions/Cut" "x") +; (gtk_accel_path "/DirViewActions/Location Format Volume" "") +; (gtk_accel_path "/DirViewActions/LocationRestoreFromTrash" "") +; (gtk_accel_path "/DirViewActions/PropertiesAccel" "i") +; (gtk_accel_path "/DirViewActions/Location Unmount Volume" "") +; (gtk_accel_path "/IconViewActions/Reversed Order" "") +; (gtk_accel_path "/DirViewActions/Location Start Volume" "") +; (gtk_accel_path "/DirViewActions/Invert Selection" "i") +; (gtk_accel_path "/DirViewActions/Self Mount Volume" "") +; (gtk_accel_path "/IconViewActions/Sort by Name" "") +; (gtk_accel_path "/DirViewActions/Delete" "Delete") +; (gtk_accel_path "/DirViewActions/OpenAccel" "Down") +; (gtk_accel_path "/DirViewActions/Paste" "v") +; (gtk_accel_path "/DirViewActions/Self Poll" "") +; (gtk_accel_path "/SpatialActions/Go to Location" "l") +; (gtk_accel_path "/DirViewActions/LocationTrash" "") +; (gtk_accel_path "/ShellActions/Edit" "") +; (gtk_accel_path "/LaunchpadIntegration/LaunchpadAppTranslate" "") +; (gtk_accel_path "/DirViewActions/LocationProperties" "") +; (gtk_accel_path "/DirViewActions/Copy to Home" "") +; (gtk_accel_path "/SpatialActions/Edit Bookmarks" "b") +; (gtk_accel_path "/DirViewActions/Select All" "a") +; (gtk_accel_path "/ShellActions/Show Hidden Files" "h") +; (gtk_accel_path "/DirViewActions/Restore From Trash" "") +; (gtk_accel_path "/IconViewActions/Sort by Modification Date" "") +; (gtk_accel_path "/DirViewActions/Copy" "c") +; (gtk_accel_path "/DirViewActions/New Documents" "") +; (gtk_accel_path "/DesktopViewActions/Empty Trash Conditional" "") +; (gtk_accel_path "/DirViewActions/Create Link" "m") +; (gtk_accel_path "/DirViewActions/LocationPasteFilesInto" "") +; (gtk_accel_path "/ClipboardActions/Paste" "v") +; (gtk_accel_path "/DirViewActions/OpenInNewTab" "o") +; (gtk_accel_path "/DirViewActions/Eject Volume" "") +; (gtk_accel_path "/NavigationActions/Bookmarks" "") +; (gtk_accel_path "/DirViewActions/Save Search As" "") +; (gtk_accel_path "/DirViewActions/OpenCloseParent" "Down") +; (gtk_accel_path "/NavigationActions/Show Hide Location Bar" "") +; (gtk_accel_path "/DirViewActions/Self Start Volume" "") +; (gtk_accel_path "/ClipboardActions/Select All" "a") +; (gtk_accel_path "/NavigationActions/Folder Window" "") +; (gtk_accel_path "/DirViewActions/CopyToMenu" "") +; (gtk_accel_path "/DirViewActions/Move to Home" "") +; (gtk_accel_path "/DirViewActions/Properties" "Return") +; (gtk_accel_path "/ShellActions/ZoomInAccel2" "KP_Add") +; (gtk_accel_path "/DirViewActions/LocationOpenInNewTab" "") +; (gtk_accel_path "/NavigationActions/New Window" "n") +; (gtk_accel_path "/ShellActions/ZoomInAccel" "equal") +; (gtk_accel_path "/DirViewActions/New Empty File" "") +; (gtk_accel_path "/NavigationActions/Show Hide Extra Pane" "F3") +; (gtk_accel_path "/DirViewActions/Copy to Desktop" "") +; (gtk_accel_path "/NavigationActions/SplitViewNextPane" "F6") +; (gtk_accel_path "/IconViewActions/Sort by Size" "") +; (gtk_accel_path "/NavigationActions/Add Bookmark" "d") +; (gtk_accel_path "/ShellActions/About Nautilus" "") +; (gtk_accel_path "/NavigationActions/New Tab" "t") +; (gtk_accel_path "/ShellActions/Go to Network" "") +; (gtk_accel_path "/ClipboardActions/Copy" "c") +; (gtk_accel_path "/DesktopViewActions/New Launcher Desktop" "") +; (gtk_accel_path "/DirViewActions/Reset to Defaults" "") +; (gtk_accel_path "/DirViewActions/Mount Volume" "") +; (gtk_accel_path "/ShellActions/Undo" "z") +; (gtk_accel_path "/DirViewActions/OpenAlternate" "o") +; (gtk_accel_path "/NavigationActions/Show Hide Statusbar" "") +; (gtk_accel_path "/NavigationActions/SplitViewSameLocation" "") +; (gtk_accel_path "/DirViewActions/RenameSelectAll" "F2") +; (gtk_accel_path "/ShellActions/Backgrounds and Emblems" "") +; (gtk_accel_path "/ShellActions/Stop" "") +; (gtk_accel_path "/DirViewActions/Open" "o") +; (gtk_accel_path "/ShellActions/Go to Templates" "") +; (gtk_accel_path "/ShellActions/Home" "Home") +; (gtk_accel_path "/DirViewActions/Open Scripts Folder" "") +; (gtk_accel_path "/DirViewActions/New Launcher" "") +; (gtk_accel_path "/NavigationActions/TabsPrevious" "Page_Up") +; (gtk_accel_path "/DirViewActions/Self Format Volume" "") +; (gtk_accel_path "/NavigationActions/Go to Location" "l") +; (gtk_accel_path "/NavigationActions/Show Hide Toolbar" "") +; (gtk_accel_path "/NavigationActions/ShowSearch" "f") +; (gtk_accel_path "/ShellActions/ZoomOutAccel" "KP_Subtract") +; (gtk_accel_path "/IconViewActions/Clean Up" "") +; (gtk_accel_path "/IconViewActions/Keep Aligned" "") +; (gtk_accel_path "/ShellActions/Connect to Server" "") +; (gtk_accel_path "/DirViewActions/LocationOpenFolderWindow" "") +; (gtk_accel_path "/NavigationActions/Go" "") +; (gtk_accel_path "/DirViewActions/MoveToMenu" "") +; (gtk_accel_path "/DirViewActions/Format Volume" "") +; (gtk_accel_path "/DirViewActions/Select Pattern" "s") +; (gtk_accel_path "/SpatialActions/Close All Folders" "q") +; (gtk_accel_path "/NavigationActions/Search" "") +; (gtk_accel_path "/DirViewActions/Move to Desktop" "") +; (gtk_accel_path "/LaunchpadIntegration/LaunchpadAppInfo" "") +; (gtk_accel_path "/ShellActions/Close" "w") +; (gtk_accel_path "/DirViewActions/Self Stop Volume" "") +; (gtk_accel_path "/DirViewActions/Location Stop Volume" "") +; (gtk_accel_path "/NavigationActions/Edit Bookmarks" "b") +; (gtk_accel_path "/DirViewActions/Open With" "") +; (gtk_accel_path "/DirViewActions/Duplicate" "") +; (gtk_accel_path "/SpatialActions/Places" "") +; (gtk_accel_path "/DirViewActions/LocationOpenAlternate" "") +; (gtk_accel_path "/DirViewActions/Location Eject Volume" "") +; (gtk_accel_path "/ShellActions/Zoom In" "plus") +; (gtk_accel_path "/DirViewActions/Start Volume" "") +; (gtk_accel_path "/IconViewActions/Sort by Type" "") +; (gtk_accel_path "/NavigationActions/Close All Windows" "w") +; (gtk_accel_path "/IconViewActions/Sort by Emblems" "") +; (gtk_accel_path "/ExtensionsMenuGroup/ubuntuone-udf-create" "") +; (gtk_accel_path "/NavigationActions/Tab4" "5") +; (gtk_accel_path "/ShellActions/Up" "Up") +; (gtk_accel_path "/NavigationActions/Forward" "Right") +; (gtk_accel_path "/NavigationActions/Tab6" "7") +; (gtk_accel_path "/DirViewActions/Unmount Volume" "") +; (gtk_accel_path "/NavigationActions/Tab9" "0") +; (gtk_accel_path "/DirViewActions/New Folder" "n") +; (gtk_accel_path "/DirViewActions/No Templates" "") +; (gtk_accel_path "/NavigationActions/Tab5" "6") +; (gtk_accel_path "/ShellActions/View" "") +; (gtk_accel_path "/NavigationActions/Tab8" "9") +; (gtk_accel_path "/NavigationActions/Tab7" "8") +; (gtk_accel_path "/NavigationActions/Tab1" "2") +; (gtk_accel_path "/DirViewActions/LocationCut" "") +; (gtk_accel_path "/DesktopViewActions/Change Background" "") +; (gtk_accel_path "/NavigationActions/Tab3" "4") +; (gtk_accel_path "/DirViewActions/Poll" "") +; (gtk_accel_path "/NavigationActions/Show Hide Sidebar" "F9") +; (gtk_accel_path "/NavigationActions/Tab0" "1") +; (gtk_accel_path "/NavigationActions/TabsMoveRight" "Page_Down") +; (gtk_accel_path "/NavigationActions/Tab2" "3") +; (gtk_accel_path "/DirViewActions/Rename" "F2") +; (gtk_accel_path "/DirViewActions/Copy to next pane" "") +; (gtk_accel_path "/DirViewActions/OtherApplication2" "") +; (gtk_accel_path "/DirViewActions/Connect To Server Link" "") +; (gtk_accel_path "/DirViewActions/OtherApplication1" "") +; (gtk_accel_path "/DirViewActions/LocationDelete" "") +; (gtk_accel_path "/IconViewActions/Arrange Items" "") +; (gtk_accel_path "/DirViewActions/Paste Files Into" "") +; (gtk_accel_path "/DirViewActions/LocationCopy" "") +; (gtk_accel_path "/DirViewActions/Location Mount Volume" "") +; (gtk_accel_path "/IconViewActions/Unstretch" "") +; (gtk_accel_path "/DirViewActions/SelfProperties" "") +; (gtk_accel_path "/ShellActions/Zoom Normal" "0") +; (gtk_accel_path "/DirViewActions/Location Poll" "") +; (gtk_accel_path "/ShellActions/Reload" "r") +; (gtk_accel_path "/IconViewActions/Stretch" "") +; (gtk_accel_path "/ShellActions/Nautilus Manual" "F1") +; (gtk_accel_path "/NavigationActions/Back" "Left") +; (gtk_accel_path "/ShellActions/Help" "") +; (gtk_accel_path "/DirViewActions/Self Eject Volume" "") +; (gtk_accel_path "/NavigationActions/Clear History" "") +; (gtk_accel_path "/NavigationActions/TabsMoveLeft" "Page_Up") +; (gtk_accel_path "/SpatialActions/Close Parent Folders" "w") +; (gtk_accel_path "/DirViewActions/OpenFolderWindow" "") +; (gtk_accel_path "/ShellActions/Go to Computer" "") +; (gtk_accel_path "/DirViewActions/Stop Volume" "") +; (gtk_accel_path "/DirViewActions/Move to next pane" "") +; (gtk_accel_path "/DirViewActions/Trash" "") +; (gtk_accel_path "/SpatialActions/Add Bookmark" "d") +; (gtk_accel_path "/IconViewActions/Manual Layout" "") +; (gtk_accel_path "/view_as_3" "3") +; (gtk_accel_path "/NavigationActions/TabsNext" "Page_Down") +; (gtk_accel_path "/ShellActions/Zoom Out" "minus") +; (gtk_accel_path "/IconViewActions/Tighter Layout" "") +; (gtk_accel_path "/view_as_4" "4") diff --git a/.gnome2/keyrings/login.keyring b/.gnome2/keyrings/login.keyring new file mode 100644 index 000000000..29710d280 Binary files /dev/null and b/.gnome2/keyrings/login.keyring differ diff --git a/.gnome2/keyrings/user.keystore b/.gnome2/keyrings/user.keystore new file mode 100644 index 000000000..4a818febc Binary files /dev/null and b/.gnome2/keyrings/user.keystore differ diff --git a/.gnome2/keyrings/user.keystore.2R6QWV b/.gnome2/keyrings/user.keystore.2R6QWV new file mode 100644 index 000000000..e69de29bb diff --git a/.gnome2/keyrings/user.keystore.5KEBWV b/.gnome2/keyrings/user.keystore.5KEBWV new file mode 100644 index 000000000..e69de29bb diff --git a/.gnome2/keyrings/user.keystore.96OIWV b/.gnome2/keyrings/user.keystore.96OIWV new file mode 100644 index 000000000..e69de29bb diff --git a/.gnome2/keyrings/user.keystore.GT8MWV b/.gnome2/keyrings/user.keystore.GT8MWV new file mode 100644 index 000000000..e69de29bb diff --git a/.gnome2/keyrings/user.keystore.GWCGWV b/.gnome2/keyrings/user.keystore.GWCGWV new file mode 100644 index 000000000..e69de29bb diff --git a/.gstreamer-0.10/registry.i486.bin b/.gstreamer-0.10/registry.i486.bin new file mode 100644 index 000000000..036416558 Binary files /dev/null and b/.gstreamer-0.10/registry.i486.bin differ diff --git a/.gtk-bookmarks b/.gtk-bookmarks new file mode 100644 index 000000000..c5a86a2c3 --- /dev/null +++ b/.gtk-bookmarks @@ -0,0 +1,5 @@ +file:///home/ruppa/Dokumente +file:///home/ruppa/Musik +file:///home/ruppa/Bilder +file:///home/ruppa/Videos +file:///home/ruppa/Downloads diff --git a/.local/share/gvfs-metadata/computer: b/.local/share/gvfs-metadata/computer: new file mode 100644 index 000000000..74817d5fd Binary files /dev/null and b/.local/share/gvfs-metadata/computer: differ diff --git a/.local/share/gvfs-metadata/computer:-ef5dfd0f.log b/.local/share/gvfs-metadata/computer:-ef5dfd0f.log new file mode 100644 index 000000000..6e498f7d1 Binary files /dev/null and b/.local/share/gvfs-metadata/computer:-ef5dfd0f.log differ diff --git a/.local/share/gvfs-metadata/home b/.local/share/gvfs-metadata/home new file mode 100644 index 000000000..356506860 Binary files /dev/null and b/.local/share/gvfs-metadata/home differ diff --git a/.local/share/gvfs-metadata/home-d4cb7d57.log b/.local/share/gvfs-metadata/home-d4cb7d57.log new file mode 100644 index 000000000..fab55f524 Binary files /dev/null and b/.local/share/gvfs-metadata/home-d4cb7d57.log differ diff --git a/.local/share/gvfs-metadata/root b/.local/share/gvfs-metadata/root new file mode 100644 index 000000000..b0c9c75d0 Binary files /dev/null and b/.local/share/gvfs-metadata/root differ diff --git a/.local/share/gvfs-metadata/root-90f60df0.log b/.local/share/gvfs-metadata/root-90f60df0.log new file mode 100644 index 000000000..e9a58dffa Binary files /dev/null and b/.local/share/gvfs-metadata/root-90f60df0.log differ diff --git a/.local/share/webkit/icondatabase/WebpageIcons.db b/.local/share/webkit/icondatabase/WebpageIcons.db new file mode 100644 index 000000000..d7bf207b8 Binary files /dev/null and b/.local/share/webkit/icondatabase/WebpageIcons.db differ diff --git a/.mozilla/firefox/Crash Reports/InstallTime20101206122310 b/.mozilla/firefox/Crash Reports/InstallTime20101206122310 new file mode 100644 index 000000000..492d38420 --- /dev/null +++ b/.mozilla/firefox/Crash Reports/InstallTime20101206122310 @@ -0,0 +1 @@ +1307457193 \ No newline at end of file diff --git a/.mozilla/firefox/p5hm66lq.default/.parentlock b/.mozilla/firefox/p5hm66lq.default/.parentlock new file mode 100644 index 000000000..e69de29bb diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/022385B4d01 b/.mozilla/firefox/p5hm66lq.default/Cache/022385B4d01 new file mode 100644 index 000000000..c8660d899 Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/022385B4d01 differ diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/0B6A1B25d01 b/.mozilla/firefox/p5hm66lq.default/Cache/0B6A1B25d01 new file mode 100644 index 000000000..112e2249a Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/0B6A1B25d01 differ diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/0C6C6628d01 b/.mozilla/firefox/p5hm66lq.default/Cache/0C6C6628d01 new file mode 100644 index 000000000..ab11d851f Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/0C6C6628d01 differ diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/12EEA278d01 b/.mozilla/firefox/p5hm66lq.default/Cache/12EEA278d01 new file mode 100644 index 000000000..df6d63c82 Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/12EEA278d01 differ diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/1E6DA756d01 b/.mozilla/firefox/p5hm66lq.default/Cache/1E6DA756d01 new file mode 100644 index 000000000..5fc5e82f1 Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/1E6DA756d01 differ diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/232C5138d01 b/.mozilla/firefox/p5hm66lq.default/Cache/232C5138d01 new file mode 100644 index 000000000..221f7dbd5 Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/232C5138d01 differ diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/2815E590d01 b/.mozilla/firefox/p5hm66lq.default/Cache/2815E590d01 new file mode 100644 index 000000000..df1aaed93 Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/2815E590d01 differ diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/2D6541D9d01 b/.mozilla/firefox/p5hm66lq.default/Cache/2D6541D9d01 new file mode 100644 index 000000000..00999f685 --- /dev/null +++ b/.mozilla/firefox/p5hm66lq.default/Cache/2D6541D9d01 @@ -0,0 +1,154 @@ +/*! + * jQuery JavaScript Library v1.4.2 + * http://jquery.com/ + * + * Copyright 2010, John Resig + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * Copyright 2010, The Dojo Foundation + * Released under the MIT, BSD, and GPL Licenses. + * + * Date: Sat Feb 13 22:33:48 2010 -0500 + */ +(function(A,w){function ma(){if(!c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTimeout(ma,1);return}c.ready()}}function Qa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function X(a,b,d,f,e,j){var i=a.length;if(typeof b==="object"){for(var o in b)X(a,o,b[o],f,e,d);return a}if(d!==w){f=!j&&f&&c.isFunction(d);for(o=0;o)[^>]*$|^#([\w-]+)$/,Ua=/^.[^:#\[\.,]*$/,Va=/\S/, +Wa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Xa=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,P=navigator.userAgent,xa=false,Q=[],L,$=Object.prototype.toString,aa=Object.prototype.hasOwnProperty,ba=Array.prototype.push,R=Array.prototype.slice,ya=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d,f;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(a==="body"&&!b){this.context=s;this[0]=s.body;this.selector="body";this.length=1;return this}if(typeof a==="string")if((d=Ta.exec(a))&& +(d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:s;if(a=Xa.exec(a))if(c.isPlainObject(b)){a=[s.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=sa([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}return c.merge(this,a)}else{if(b=s.getElementById(d[2])){if(b.id!==d[2])return T.find(a);this.length=1;this[0]=b}this.context=s;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=s;a=s.getElementsByTagName(a);return c.merge(this, +a)}else return!b||b.jquery?(b||T).find(a):c(b).find(a);else if(c.isFunction(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.context}return c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return R.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,d){var f=c();c.isArray(a)?ba.apply(f,a):c.merge(f,a);f.prevObject=this;f.context=this.context;if(b=== +"find")f.selector=this.selector+(this.selector?" ":"")+d;else if(b)f.selector=this.selector+"."+b+"("+d+")";return f},each:function(a,b){return c.each(this,a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(s,c);else Q&&Q.push(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(R.apply(this,arguments),"slice",R.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this, +function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,e,j,i,o;if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d===b){a=this;--b}for(;b
    a"; +var e=d.getElementsByTagName("*"),j=d.getElementsByTagName("a")[0];if(!(!e||!e.length||!j)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(j.getAttribute("style")),hrefNormalized:j.getAttribute("href")==="/a",opacity:/^0.55$/.test(j.style.opacity),cssFloat:!!j.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:s.createElement("select").appendChild(s.createElement("option")).selected, +parentNode:d.removeChild(d.appendChild(s.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(s.createTextNode("window."+f+"=1;"))}catch(i){}a.insertBefore(b,a.firstChild);if(A[f]){c.support.scriptEval=true;delete A[f]}try{delete b.test}catch(o){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function k(){c.support.noCloneEvent= +false;d.detachEvent("onclick",k)});d.cloneNode(true).fireEvent("onclick")}d=s.createElement("div");d.innerHTML="";a=s.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var k=s.createElement("div");k.style.width=k.style.paddingLeft="1px";s.body.appendChild(k);c.boxModel=c.support.boxModel=k.offsetWidth===2;s.body.removeChild(k).style.display="none"});a=function(k){var n= +s.createElement("div");k="on"+k;var r=k in n;if(!r){n.setAttribute(k,"return;");r=typeof n[k]==="function"}return r};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=j=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var G="jQuery"+J(),Ya=0,za={};c.extend({cache:{},expando:G,noData:{embed:true,object:true, +applet:true},data:function(a,b,d){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var f=a[G],e=c.cache;if(!f&&typeof b==="string"&&d===w)return null;f||(f=++Ya);if(typeof b==="object"){a[G]=f;e[f]=c.extend(true,{},b)}else if(!e[f]){a[G]=f;e[f]={}}a=e[f];if(d!==w)a[b]=d;return typeof b==="string"?a[b]:a}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var d=a[G],f=c.cache,e=f[d];if(b){if(e){delete e[b];c.isEmptyObject(e)&&c.removeData(a)}}else{if(c.support.deleteExpando)delete a[c.expando]; +else a.removeAttribute&&a.removeAttribute(c.expando);delete f[d]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===w){var f=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(f===w&&this.length)f=c.data(this[0],a);return f===w&&d[1]?this.data(d[0]):f}else return this.trigger("setData"+d[1]+"!",[d[0],b]).each(function(){c.data(this, +a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var f=c.data(a,b);if(!d)return f||[];if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else f.push(d);return f}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),f=d.shift();if(f==="inprogress")f=d.shift();if(f){b==="fx"&&d.unshift("inprogress");f.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b=== +w)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var Aa=/[\n\t]/g,ca=/\s+/,Za=/\r/g,$a=/href|src|style/,ab=/(button|input)/i,bb=/(button|input|object|select|textarea)/i, +cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(n){var r=c(this);r.addClass(a.call(this,n,r.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ca),d=0,f=this.length;d-1)return true;return false},val:function(a){if(a===w){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var d=b.selectedIndex,f=[],e=b.options;b=b.type==="select-one";if(d<0)return null;var j=b?d:0;for(d=b?d+1:e.length;j=0;else if(c.nodeName(this,"select")){var u=c.makeArray(r);c("option",this).each(function(){this.selected= +c.inArray(c(this).val(),u)>=0});if(!u.length)this.selectedIndex=-1}else this.value=r}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,d,f){if(!a||a.nodeType===3||a.nodeType===8)return w;if(f&&b in c.attrFn)return c(a)[b](d);f=a.nodeType!==1||!c.isXMLDoc(a);var e=d!==w;b=f&&c.props[b]||b;if(a.nodeType===1){var j=$a.test(b);if(b in a&&f&&!j){if(e){b==="type"&&ab.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed"); +a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:bb.test(a.nodeName)||cb.test(a.nodeName)&&a.href?0:w;return a[b]}if(!c.support.style&&f&&b==="style"){if(e)a.style.cssText=""+d;return a.style.cssText}e&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&&f&&j?a.getAttribute(b,2):a.getAttribute(b);return a===null?w:a}return c.style(a,b,d)}});var O=/\.(.*)$/,db=function(a){return a.replace(/[^\w\s\.\|`]/g, +function(b){return"\\"+b})};c.event={add:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){if(a.setInterval&&a!==A&&!a.frameElement)a=A;var e,j;if(d.handler){e=d;d=e.handler}if(!d.guid)d.guid=c.guid++;if(j=c.data(a)){var i=j.events=j.events||{},o=j.handle;if(!o)j.handle=o=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem,arguments):w};o.elem=a;b=b.split(" ");for(var k,n=0,r;k=b[n++];){j=e?c.extend({},e):{handler:d,data:f};if(k.indexOf(".")>-1){r=k.split("."); +k=r.shift();j.namespace=r.slice(0).sort().join(".")}else{r=[];j.namespace=""}j.type=k;j.guid=d.guid;var u=i[k],z=c.event.special[k]||{};if(!u){u=i[k]=[];if(!z.setup||z.setup.call(a,f,r,o)===false)if(a.addEventListener)a.addEventListener(k,o,false);else a.attachEvent&&a.attachEvent("on"+k,o)}if(z.add){z.add.call(a,j);if(!j.handler.guid)j.handler.guid=d.guid}u.push(j);c.event.global[k]=true}a=null}}},global:{},remove:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){var e,j=0,i,o,k,n,r,u,z=c.data(a), +C=z&&z.events;if(z&&C){if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(e in C)c.event.remove(a,e+b)}else{for(b=b.split(" ");e=b[j++];){n=e;i=e.indexOf(".")<0;o=[];if(!i){o=e.split(".");e=o.shift();k=new RegExp("(^|\\.)"+c.map(o.slice(0).sort(),db).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(r=C[e])if(d){n=c.event.special[e]||{};for(B=f||0;B=0){a.type= +e=e.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[e]&&c.each(c.cache,function(){this.events&&this.events[e]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return w;a.result=w;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(f=c.data(d,"handle"))&&f.apply(d,b);f=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+e]&&d["on"+e].apply(d,b)===false)a.result=false}catch(j){}if(!a.isPropagationStopped()&& +f)c.event.trigger(a,b,f,true);else if(!a.isDefaultPrevented()){f=a.target;var i,o=c.nodeName(f,"a")&&e==="click",k=c.event.special[e]||{};if((!k._default||k._default.call(d,a)===false)&&!o&&!(f&&f.nodeName&&c.noData[f.nodeName.toLowerCase()])){try{if(f[e]){if(i=f["on"+e])f["on"+e]=null;c.event.triggered=true;f[e]()}}catch(n){}if(i)f["on"+e]=i;c.event.triggered=false}}},handle:function(a){var b,d,f,e;a=arguments[0]=c.event.fix(a||A.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive; +if(!b){d=a.type.split(".");a.type=d.shift();f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}e=c.data(this,"events");d=e[a.type];if(e&&d){d=d.slice(0);e=0;for(var j=d.length;e-1?c.map(a.options,function(f){return f.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},fa=function(a,b){var d=a.target,f,e;if(!(!da.test(d.nodeName)||d.readOnly)){f=c.data(d,"_change_data");e=Fa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data", +e);if(!(f===w||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:fa,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return fa.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return fa.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a, +"_change_data",Fa(a))}},setup:function(){if(this.type==="file")return false;for(var a in ea)c.event.add(this,a+".specialChange",ea[a]);return da.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return da.test(this.nodeName)}};ea=c.event.special.change.filters}s.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(f){f=c.event.fix(f);f.type=b;return c.event.handle.call(this,f)}c.event.special[b]={setup:function(){this.addEventListener(a, +d,true)},teardown:function(){this.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,f,e){if(typeof d==="object"){for(var j in d)this[b](j,f,d[j],e);return this}if(c.isFunction(f)){e=f;f=w}var i=b==="one"?c.proxy(e,function(k){c(this).unbind(k,i);return e.apply(this,arguments)}):e;if(d==="unload"&&b!=="one")this.one(d,f,e);else{j=0;for(var o=this.length;j0){y=t;break}}t=t[g]}m[q]=y}}}var f=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g, +e=0,j=Object.prototype.toString,i=false,o=true;[0,0].sort(function(){o=false;return 0});var k=function(g,h,l,m){l=l||[];var q=h=h||s;if(h.nodeType!==1&&h.nodeType!==9)return[];if(!g||typeof g!=="string")return l;for(var p=[],v,t,y,S,H=true,M=x(h),I=g;(f.exec(""),v=f.exec(I))!==null;){I=v[3];p.push(v[1]);if(v[2]){S=v[3];break}}if(p.length>1&&r.exec(g))if(p.length===2&&n.relative[p[0]])t=ga(p[0]+p[1],h);else for(t=n.relative[p[0]]?[h]:k(p.shift(),h);p.length;){g=p.shift();if(n.relative[g])g+=p.shift(); +t=ga(g,t)}else{if(!m&&p.length>1&&h.nodeType===9&&!M&&n.match.ID.test(p[0])&&!n.match.ID.test(p[p.length-1])){v=k.find(p.shift(),h,M);h=v.expr?k.filter(v.expr,v.set)[0]:v.set[0]}if(h){v=m?{expr:p.pop(),set:z(m)}:k.find(p.pop(),p.length===1&&(p[0]==="~"||p[0]==="+")&&h.parentNode?h.parentNode:h,M);t=v.expr?k.filter(v.expr,v.set):v.set;if(p.length>0)y=z(t);else H=false;for(;p.length;){var D=p.pop();v=D;if(n.relative[D])v=p.pop();else D="";if(v==null)v=h;n.relative[D](y,v,M)}}else y=[]}y||(y=t);y||k.error(D|| +g);if(j.call(y)==="[object Array]")if(H)if(h&&h.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&E(h,y[g])))l.push(t[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&l.push(t[g]);else l.push.apply(l,y);else z(y,l);if(S){k(S,q,l,m);k.uniqueSort(l)}return l};k.uniqueSort=function(g){if(B){i=o;g.sort(B);if(i)for(var h=1;h":function(g,h){var l=typeof h==="string";if(l&&!/\W/.test(h)){h=h.toLowerCase();for(var m=0,q=g.length;m=0))l||m.push(v);else if(l)h[p]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()}, +CHILD:function(g){if(g[1]==="nth"){var h=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=h[1]+(h[2]||1)-0;g[3]=h[3]-0}g[0]=e++;return g},ATTR:function(g,h,l,m,q,p){h=g[1].replace(/\\/g,"");if(!p&&n.attrMap[h])g[1]=n.attrMap[h];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,h,l,m,q){if(g[1]==="not")if((f.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=k(g[3],null,null,h);else{g=k.filter(g[3],h,l,true^q);l||m.push.apply(m, +g);return false}else if(n.match.POS.test(g[0])||n.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,h,l){return!!k(l[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)}, +text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}}, +setFilters:{first:function(g,h){return h===0},last:function(g,h,l,m){return h===m.length-1},even:function(g,h){return h%2===0},odd:function(g,h){return h%2===1},lt:function(g,h,l){return hl[3]-0},nth:function(g,h,l){return l[3]-0===h},eq:function(g,h,l){return l[3]-0===h}},filter:{PSEUDO:function(g,h,l,m){var q=h[1],p=n.filters[q];if(p)return p(g,l,h,m);else if(q==="contains")return(g.textContent||g.innerText||a([g])||"").indexOf(h[3])>=0;else if(q==="not"){h= +h[3];l=0;for(m=h.length;l=0}},ID:function(g,h){return g.nodeType===1&&g.getAttribute("id")===h},TAG:function(g,h){return h==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===h},CLASS:function(g,h){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(h)>-1},ATTR:function(g,h){var l=h[1];g=n.attrHandle[l]?n.attrHandle[l](g):g[l]!=null?g[l]:g.getAttribute(l);l=g+"";var m=h[2];h=h[4];return g==null?m==="!=":m=== +"="?l===h:m==="*="?l.indexOf(h)>=0:m==="~="?(" "+l+" ").indexOf(h)>=0:!h?l&&g!==false:m==="!="?l!==h:m==="^="?l.indexOf(h)===0:m==="$="?l.substr(l.length-h.length)===h:m==="|="?l===h||l.substr(0,h.length+1)===h+"-":false},POS:function(g,h,l,m){var q=n.setFilters[h[2]];if(q)return q(g,l,h,m)}}},r=n.match.POS;for(var u in n.match){n.match[u]=new RegExp(n.match[u].source+/(?![^\[]*\])(?![^\(]*\))/.source);n.leftMatch[u]=new RegExp(/(^(?:.|\r|\n)*?)/.source+n.match[u].source.replace(/\\(\d+)/g,function(g, +h){return"\\"+(h-0+1)}))}var z=function(g,h){g=Array.prototype.slice.call(g,0);if(h){h.push.apply(h,g);return h}return g};try{Array.prototype.slice.call(s.documentElement.childNodes,0)}catch(C){z=function(g,h){h=h||[];if(j.call(g)==="[object Array]")Array.prototype.push.apply(h,g);else if(typeof g.length==="number")for(var l=0,m=g.length;l";var l=s.documentElement;l.insertBefore(g,l.firstChild);if(s.getElementById(h)){n.find.ID=function(m,q,p){if(typeof q.getElementById!=="undefined"&&!p)return(q=q.getElementById(m[1]))?q.id===m[1]||typeof q.getAttributeNode!=="undefined"&& +q.getAttributeNode("id").nodeValue===m[1]?[q]:w:[]};n.filter.ID=function(m,q){var p=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&p&&p.nodeValue===q}}l.removeChild(g);l=g=null})();(function(){var g=s.createElement("div");g.appendChild(s.createComment(""));if(g.getElementsByTagName("*").length>0)n.find.TAG=function(h,l){l=l.getElementsByTagName(h[1]);if(h[1]==="*"){h=[];for(var m=0;l[m];m++)l[m].nodeType===1&&h.push(l[m]);l=h}return l};g.innerHTML=""; +if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")n.attrHandle.href=function(h){return h.getAttribute("href",2)};g=null})();s.querySelectorAll&&function(){var g=k,h=s.createElement("div");h.innerHTML="

    ";if(!(h.querySelectorAll&&h.querySelectorAll(".TEST").length===0)){k=function(m,q,p,v){q=q||s;if(!v&&q.nodeType===9&&!x(q))try{return z(q.querySelectorAll(m),p)}catch(t){}return g(m,q,p,v)};for(var l in g)k[l]=g[l];h=null}}(); +(function(){var g=s.createElement("div");g.innerHTML="
    ";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){n.order.splice(1,0,"CLASS");n.find.CLASS=function(h,l,m){if(typeof l.getElementsByClassName!=="undefined"&&!m)return l.getElementsByClassName(h[1])};g=null}}})();var E=s.compareDocumentPosition?function(g,h){return!!(g.compareDocumentPosition(h)&16)}: +function(g,h){return g!==h&&(g.contains?g.contains(h):true)},x=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},ga=function(g,h){var l=[],m="",q;for(h=h.nodeType?[h]:h;q=n.match.PSEUDO.exec(g);){m+=q[0];g=g.replace(n.match.PSEUDO,"")}g=n.relative[g]?g+"*":g;q=0;for(var p=h.length;q=0===d})};c.fn.extend({find:function(a){for(var b=this.pushStack("","find",a),d=0,f=0,e=this.length;f0)for(var j=d;j0},closest:function(a,b){if(c.isArray(a)){var d=[],f=this[0],e,j= +{},i;if(f&&a.length){e=0;for(var o=a.length;e-1:c(f).is(e)){d.push({selector:i,elem:f});delete j[i]}}f=f.parentNode}}return d}var k=c.expr.match.POS.test(a)?c(a,b||this.context):null;return this.map(function(n,r){for(;r&&r.ownerDocument&&r!==b;){if(k?k.index(r)>-1:c(r).is(a))return r;r=r.parentNode}return null})},index:function(a){if(!a||typeof a=== +"string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){a=typeof a==="string"?c(a,b||this.context):c.makeArray(a);b=c.merge(this.get(),a);return this.pushStack(qa(a[0])||qa(b[0])?b:c.unique(b))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode", +d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")? +a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,f){var e=c.map(this,b,d);eb.test(a)||(f=d);if(f&&typeof f==="string")e=c.filter(f,e);e=this.length>1?c.unique(e):e;if((this.length>1||gb.test(f))&&fb.test(a))e=e.reverse();return this.pushStack(e,a,R.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return c.find.matches(a,b)},dir:function(a,b,d){var f=[];for(a=a[b];a&&a.nodeType!==9&&(d===w||a.nodeType!==1||!c(a).is(d));){a.nodeType=== +1&&f.push(a);a=a[b]}return f},nth:function(a,b,d){b=b||1;for(var f=0;a;a=a[d])if(a.nodeType===1&&++f===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var Ja=/ jQuery\d+="(?:\d+|null)"/g,V=/^\s+/,Ka=/(<([\w:]+)[^>]*?)\/>/g,hb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,La=/<([\w:]+)/,ib=/"},F={option:[1,""],legend:[1,"
    ","
    "],thead:[1,"","
    "],tr:[2,"","
    "],td:[3,"","
    "],col:[2,"","
    "],area:[1,"",""],_default:[0,"",""]};F.optgroup=F.option;F.tbody=F.tfoot=F.colgroup=F.caption=F.thead;F.th=F.td;if(!c.support.htmlSerialize)F._default=[1,"div
    ","
    "];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d= +c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==w)return this.empty().append((this[0]&&this[0].ownerDocument||s).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this}, +wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})}, +prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b, +this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,f;(f=this[d])!=null;d++)if(!a||c.filter(a,[f]).length){if(!b&&f.nodeType===1){c.cleanData(f.getElementsByTagName("*"));c.cleanData([f])}f.parentNode&&f.parentNode.removeChild(f)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild); +return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,f=this.ownerDocument;if(!d){d=f.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(Ja,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(V,"")],f)[0]}else return this.cloneNode(true)});if(a===true){ra(this,b);ra(this.find("*"),b.find("*"))}return b},html:function(a){if(a===w)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Ja, +""):null;else if(typeof a==="string"&&!ta.test(a)&&(c.support.leadingWhitespace||!V.test(a))&&!F[(La.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Ka,Ma);try{for(var b=0,d=this.length;b0||e.cacheable||this.length>1?k.cloneNode(true):k)}o.length&&c.each(o,Qa)}return this}});c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var f=[];d=c(d);var e=this.length===1&&this[0].parentNode;if(e&&e.nodeType===11&&e.childNodes.length===1&&d.length===1){d[b](this[0]); +return this}else{e=0;for(var j=d.length;e0?this.clone(true):this).get();c.fn[b].apply(c(d[e]),i);f=f.concat(i)}return this.pushStack(f,a,d.selector)}}});c.extend({clean:function(a,b,d,f){b=b||s;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||s;for(var e=[],j=0,i;(i=a[j])!=null;j++){if(typeof i==="number")i+="";if(i){if(typeof i==="string"&&!jb.test(i))i=b.createTextNode(i);else if(typeof i==="string"){i=i.replace(Ka,Ma);var o=(La.exec(i)||["", +""])[1].toLowerCase(),k=F[o]||F._default,n=k[0],r=b.createElement("div");for(r.innerHTML=k[1]+i+k[2];n--;)r=r.lastChild;if(!c.support.tbody){n=ib.test(i);o=o==="table"&&!n?r.firstChild&&r.firstChild.childNodes:k[1]===""&&!n?r.childNodes:[];for(k=o.length-1;k>=0;--k)c.nodeName(o[k],"tbody")&&!o[k].childNodes.length&&o[k].parentNode.removeChild(o[k])}!c.support.leadingWhitespace&&V.test(i)&&r.insertBefore(b.createTextNode(V.exec(i)[0]),r.firstChild);i=r.childNodes}if(i.nodeType)e.push(i);else e= +c.merge(e,i)}}if(d)for(j=0;e[j];j++)if(f&&c.nodeName(e[j],"script")&&(!e[j].type||e[j].type.toLowerCase()==="text/javascript"))f.push(e[j].parentNode?e[j].parentNode.removeChild(e[j]):e[j]);else{e[j].nodeType===1&&e.splice.apply(e,[j+1,0].concat(c.makeArray(e[j].getElementsByTagName("script"))));d.appendChild(e[j])}return e},cleanData:function(a){for(var b,d,f=c.cache,e=c.event.special,j=c.support.deleteExpando,i=0,o;(o=a[i])!=null;i++)if(d=o[c.expando]){b=f[d];if(b.events)for(var k in b.events)e[k]? +c.event.remove(o,k):Ca(o,k,b.handle);if(j)delete o[c.expando];else o.removeAttribute&&o.removeAttribute(c.expando);delete f[d]}}});var kb=/z-?index|font-?weight|opacity|zoom|line-?height/i,Na=/alpha\([^)]*\)/,Oa=/opacity=([^)]*)/,ha=/float/i,ia=/-([a-z])/ig,lb=/([A-Z])/g,mb=/^-?\d+(?:px)?$/i,nb=/^-?\d/,ob={position:"absolute",visibility:"hidden",display:"block"},pb=["Left","Right"],qb=["Top","Bottom"],rb=s.defaultView&&s.defaultView.getComputedStyle,Pa=c.support.cssFloat?"cssFloat":"styleFloat",ja= +function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return X(this,a,b,true,function(d,f,e){if(e===w)return c.curCSS(d,f);if(typeof e==="number"&&!kb.test(f))e+="px";c.style(d,f,e)})};c.extend({style:function(a,b,d){if(!a||a.nodeType===3||a.nodeType===8)return w;if((b==="width"||b==="height")&&parseFloat(d)<0)d=w;var f=a.style||a,e=d!==w;if(!c.support.opacity&&b==="opacity"){if(e){f.zoom=1;b=parseInt(d,10)+""==="NaN"?"":"alpha(opacity="+d*100+")";a=f.filter||c.curCSS(a,"filter")||"";f.filter= +Na.test(a)?a.replace(Na,b):b}return f.filter&&f.filter.indexOf("opacity=")>=0?parseFloat(Oa.exec(f.filter)[1])/100+"":""}if(ha.test(b))b=Pa;b=b.replace(ia,ja);if(e)f[b]=d;return f[b]},css:function(a,b,d,f){if(b==="width"||b==="height"){var e,j=b==="width"?pb:qb;function i(){e=b==="width"?a.offsetWidth:a.offsetHeight;f!=="border"&&c.each(j,function(){f||(e-=parseFloat(c.curCSS(a,"padding"+this,true))||0);if(f==="margin")e+=parseFloat(c.curCSS(a,"margin"+this,true))||0;else e-=parseFloat(c.curCSS(a, +"border"+this+"Width",true))||0})}a.offsetWidth!==0?i():c.swap(a,ob,i);return Math.max(0,Math.round(e))}return c.curCSS(a,b,d)},curCSS:function(a,b,d){var f,e=a.style;if(!c.support.opacity&&b==="opacity"&&a.currentStyle){f=Oa.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return f===""?"1":f}if(ha.test(b))b=Pa;if(!d&&e&&e[b])f=e[b];else if(rb){if(ha.test(b))b="float";b=b.replace(lb,"-$1").toLowerCase();e=a.ownerDocument.defaultView;if(!e)return null;if(a=e.getComputedStyle(a,null))f= +a.getPropertyValue(b);if(b==="opacity"&&f==="")f="1"}else if(a.currentStyle){d=b.replace(ia,ja);f=a.currentStyle[b]||a.currentStyle[d];if(!mb.test(f)&&nb.test(f)){b=e.left;var j=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;e.left=d==="fontSize"?"1em":f||0;f=e.pixelLeft+"px";e.left=b;a.runtimeStyle.left=j}}return f},swap:function(a,b,d){var f={};for(var e in b){f[e]=a.style[e];a.style[e]=b[e]}d.call(a);for(e in b)a.style[e]=f[e]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b= +a.offsetWidth,d=a.offsetHeight,f=a.nodeName.toLowerCase()==="tr";return b===0&&d===0&&!f?true:b>0&&d>0&&!f?false:c.curCSS(a,"display")==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var sb=J(),tb=//gi,ub=/select|textarea/i,vb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,N=/=\?(&|$)/,ka=/\?/,wb=/(\?|&)_=.*?(&|$)/,xb=/^(\w+:)?\/\/([^\/?#]+)/,yb=/%20/g,zb=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!== +"string")return zb.call(this,a);else if(!this.length)return this;var f=a.indexOf(" ");if(f>=0){var e=a.slice(f,a.length);a=a.slice(0,f)}f="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxSettings.traditional);f="POST"}var j=this;c.ajax({url:a,type:f,dataType:"html",data:b,complete:function(i,o){if(o==="success"||o==="notmodified")j.html(e?c("
    ").append(i.responseText.replace(tb,"")).find(e):i.responseText);d&&j.each(d,[i.responseText,o,i])}});return this}, +serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||ub.test(this.nodeName)||vb.test(this.type))}).map(function(a,b){a=c(this).val();return a==null?null:c.isArray(a)?c.map(a,function(d){return{name:b.name,value:d}}):{name:b.name,value:a}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "), +function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:f})},getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:f})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href, +global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:A.XMLHttpRequest&&(A.location.protocol!=="file:"||!A.ActiveXObject)?function(){return new A.XMLHttpRequest}:function(){try{return new A.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(a){function b(){e.success&& +e.success.call(k,o,i,x);e.global&&f("ajaxSuccess",[x,e])}function d(){e.complete&&e.complete.call(k,x,i);e.global&&f("ajaxComplete",[x,e]);e.global&&!--c.active&&c.event.trigger("ajaxStop")}function f(q,p){(e.context?c(e.context):c.event).trigger(q,p)}var e=c.extend(true,{},c.ajaxSettings,a),j,i,o,k=a&&a.context||e,n=e.type.toUpperCase();if(e.data&&e.processData&&typeof e.data!=="string")e.data=c.param(e.data,e.traditional);if(e.dataType==="jsonp"){if(n==="GET")N.test(e.url)||(e.url+=(ka.test(e.url)? +"&":"?")+(e.jsonp||"callback")+"=?");else if(!e.data||!N.test(e.data))e.data=(e.data?e.data+"&":"")+(e.jsonp||"callback")+"=?";e.dataType="json"}if(e.dataType==="json"&&(e.data&&N.test(e.data)||N.test(e.url))){j=e.jsonpCallback||"jsonp"+sb++;if(e.data)e.data=(e.data+"").replace(N,"="+j+"$1");e.url=e.url.replace(N,"="+j+"$1");e.dataType="script";A[j]=A[j]||function(q){o=q;b();d();A[j]=w;try{delete A[j]}catch(p){}z&&z.removeChild(C)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache=== +false&&n==="GET"){var r=J(),u=e.url.replace(wb,"$1_="+r+"$2");e.url=u+(u===e.url?(ka.test(e.url)?"&":"?")+"_="+r:"")}if(e.data&&n==="GET")e.url+=(ka.test(e.url)?"&":"?")+e.data;e.global&&!c.active++&&c.event.trigger("ajaxStart");r=(r=xb.exec(e.url))&&(r[1]&&r[1]!==location.protocol||r[2]!==location.host);if(e.dataType==="script"&&n==="GET"&&r){var z=s.getElementsByTagName("head")[0]||s.documentElement,C=s.createElement("script");C.src=e.url;if(e.scriptCharset)C.charset=e.scriptCharset;if(!j){var B= +false;C.onload=C.onreadystatechange=function(){if(!B&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){B=true;b();d();C.onload=C.onreadystatechange=null;z&&C.parentNode&&z.removeChild(C)}}}z.insertBefore(C,z.firstChild);return w}var E=false,x=e.xhr();if(x){e.username?x.open(n,e.url,e.async,e.username,e.password):x.open(n,e.url,e.async);try{if(e.data||a&&a.contentType)x.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){c.lastModified[e.url]&&x.setRequestHeader("If-Modified-Since", +c.lastModified[e.url]);c.etag[e.url]&&x.setRequestHeader("If-None-Match",c.etag[e.url])}r||x.setRequestHeader("X-Requested-With","XMLHttpRequest");x.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(ga){}if(e.beforeSend&&e.beforeSend.call(k,x,e)===false){e.global&&!--c.active&&c.event.trigger("ajaxStop");x.abort();return false}e.global&&f("ajaxSend",[x,e]);var g=x.onreadystatechange=function(q){if(!x||x.readyState===0||q==="abort"){E|| +d();E=true;if(x)x.onreadystatechange=c.noop}else if(!E&&x&&(x.readyState===4||q==="timeout")){E=true;x.onreadystatechange=c.noop;i=q==="timeout"?"timeout":!c.httpSuccess(x)?"error":e.ifModified&&c.httpNotModified(x,e.url)?"notmodified":"success";var p;if(i==="success")try{o=c.httpData(x,e.dataType,e)}catch(v){i="parsererror";p=v}if(i==="success"||i==="notmodified")j||b();else c.handleError(e,x,i,p);d();q==="timeout"&&x.abort();if(e.async)x=null}};try{var h=x.abort;x.abort=function(){x&&h.call(x); +g("abort")}}catch(l){}e.async&&e.timeout>0&&setTimeout(function(){x&&!E&&g("timeout")},e.timeout);try{x.send(n==="POST"||n==="PUT"||n==="DELETE"?e.data:null)}catch(m){c.handleError(e,x,null,m);d()}e.async||g();return x}},handleError:function(a,b,d,f){if(a.error)a.error.call(a.context||a,b,d,f);if(a.global)(a.context?c(a.context):c.event).trigger("ajaxError",[b,a,f])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status=== +1223||a.status===0}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"),f=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(f)c.etag[b]=f;return a.status===304||a.status===0},httpData:function(a,b,d){var f=a.getResponseHeader("content-type")||"",e=b==="xml"||!b&&f.indexOf("xml")>=0;a=e?a.responseXML:a.responseText;e&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b=== +"json"||!b&&f.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&f.indexOf("javascript")>=0)c.globalEval(a);return a},param:function(a,b){function d(i,o){if(c.isArray(o))c.each(o,function(k,n){b||/\[\]$/.test(i)?f(i,n):d(i+"["+(typeof n==="object"||c.isArray(n)?k:"")+"]",n)});else!b&&o!=null&&typeof o==="object"?c.each(o,function(k,n){d(i+"["+k+"]",n)}):f(i,o)}function f(i,o){o=c.isFunction(o)?o():o;e[e.length]=encodeURIComponent(i)+"="+encodeURIComponent(o)}var e=[];if(b===w)b=c.ajaxSettings.traditional; +if(c.isArray(a)||a.jquery)c.each(a,function(){f(this.name,this.value)});else for(var j in a)d(j,a[j]);return e.join("&").replace(yb,"+")}});var la={},Ab=/toggle|show|hide/,Bb=/^([+-]=)?([\d+-.]+)(.*)$/,W,va=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b){if(a||a===0)return this.animate(K("show",3),a,b);else{a=0;for(b=this.length;a").appendTo("body");f=e.css("display");if(f==="none")f="block";e.remove();la[d]=f}c.data(this[a],"olddisplay",f)}}a=0;for(b=this.length;a=0;f--)if(d[f].elem===this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,d,f)}});c.extend({speed:function(a,b,d){var f=a&&typeof a==="object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};f.duration=c.fx.off?0:typeof f.duration=== +"number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false&&c(this).dequeue();c.isFunction(f.old)&&f.old.call(this)};return f},easing:{linear:function(a,b,d,f){return d+f*a},swing:function(a,b,d,f){return(-Math.cos(a*Math.PI)/2+0.5)*f+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]|| +c.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];return(a=parseFloat(c.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:function(a,b,d){function f(j){return e.step(j)}this.startTime=J();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start; +this.pos=this.state=0;var e=this;f.elem=this.elem;if(f()&&c.timers.push(f)&&!W)W=setInterval(c.fx.tick,13)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var b=J(),d=true;if(a||b>=this.options.duration+this.startTime){this.now= +this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var f in this.options.curAnim)if(this.options.curAnim[f]!==true)d=false;if(d){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;a=c.data(this.elem,"olddisplay");this.elem.style.display=a?a:this.options.display;if(c.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var e in this.options.curAnim)c.style(this.elem, +e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{e=b-this.startTime;this.state=e/this.options.duration;a=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||a](this.state,e,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=c.timers,b=0;b
    "; +a.insertBefore(b,a.firstChild);d=b.firstChild;f=d.firstChild;e=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=f.offsetTop!==5;this.doesAddBorderForTableAndCells=e.offsetTop===5;f.style.position="fixed";f.style.top="20px";this.supportsFixedPosition=f.offsetTop===20||f.offsetTop===15;f.style.position=f.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=f.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==j;a.removeChild(b); +c.offset.initialize=c.noop},bodyOffset:function(a){var b=a.offsetTop,d=a.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){b+=parseFloat(c.curCSS(a,"marginTop",true))||0;d+=parseFloat(c.curCSS(a,"marginLeft",true))||0}return{top:b,left:d}},setOffset:function(a,b,d){if(/static/.test(c.curCSS(a,"position")))a.style.position="relative";var f=c(a),e=f.offset(),j=parseInt(c.curCSS(a,"top",true),10)||0,i=parseInt(c.curCSS(a,"left",true),10)||0;if(c.isFunction(b))b=b.call(a, +d,e);d={top:b.top-e.top+j,left:b.left-e.left+i};"using"in b?b.using.call(a,d):f.css(d)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),f=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.curCSS(a,"marginTop",true))||0;d.left-=parseFloat(c.curCSS(a,"marginLeft",true))||0;f.top+=parseFloat(c.curCSS(b[0],"borderTopWidth",true))||0;f.left+=parseFloat(c.curCSS(b[0],"borderLeftWidth",true))||0;return{top:d.top- +f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],j;if(!e)return null;if(f!==w)return this.each(function(){if(j=wa(this))j.scrollTo(!a?f:c(j).scrollLeft(),a?f:c(j).scrollTop());else this[d]=f});else return(j=wa(e))?"pageXOffset"in j?j[a?"pageYOffset": +"pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"):null};c.fn[d]=function(f){var e=this[0];if(!e)return f==null?null:this;if(c.isFunction(f))return this.each(function(j){var i=c(this);i[d](f.call(this,j,i[d]()))});return"scrollTo"in +e&&e.document?e.document.compatMode==="CSS1Compat"&&e.document.documentElement["client"+b]||e.document.body["client"+b]:e.nodeType===9?Math.max(e.documentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b],e.body["offset"+b],e.documentElement["offset"+b]):f===w?c.css(e,d):this.css(d,typeof f==="string"?f:f+"px")}});A.jQuery=A.$=c})(window);jQuery.noConflict(); diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/2E23E028d01 b/.mozilla/firefox/p5hm66lq.default/Cache/2E23E028d01 new file mode 100644 index 000000000..b3c23cc1a Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/2E23E028d01 differ diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/41DF14A8d01 b/.mozilla/firefox/p5hm66lq.default/Cache/41DF14A8d01 new file mode 100644 index 000000000..0d006b661 Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/41DF14A8d01 differ diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/4427826Dd01 b/.mozilla/firefox/p5hm66lq.default/Cache/4427826Dd01 new file mode 100644 index 000000000..5cef60d5f Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/4427826Dd01 differ diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/4A068913d01 b/.mozilla/firefox/p5hm66lq.default/Cache/4A068913d01 new file mode 100644 index 000000000..8d5a55bc4 Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/4A068913d01 differ diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/5179A826d01 b/.mozilla/firefox/p5hm66lq.default/Cache/5179A826d01 new file mode 100644 index 000000000..5e8d70c43 Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/5179A826d01 differ diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/519AF7A3d01 b/.mozilla/firefox/p5hm66lq.default/Cache/519AF7A3d01 new file mode 100644 index 000000000..50576f8bc --- /dev/null +++ b/.mozilla/firefox/p5hm66lq.default/Cache/519AF7A3d01 @@ -0,0 +1,259 @@ + + + + + + + Git › Wiki › ubuntuusers.de + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + +
    +
    +
      +
    + + +

    Wiki

    +

    Git

    +
    + +
    + + + + + ubuntuusers.de › Wiki › Git + +
    + +
    + + + +
    +

    Git

    + + + +

    +

    Dieser Artikel wurde für die folgenden +Ubuntu-Versionen getestet:

    +

    +

    Zum Verständnis dieses Artikels sind folgende Seiten hilfreich:

    +

    logo.png +Git {en} ist ein dezentrales Versionsverwaltungssystem. Es wurde als Ersatz für das proprietäre Programm BitKeeper {en} von Linux-Maintainer Linus Torvalds im Jahr 2005 geschrieben, da BitKeeper vielen Kernel-Entwicklern durch Lizenzverschärfungen den Zugang zu den Kernelquellen verwehrte. Die erste Version erschien wenige Tage nach der Ankündigung durch Torvalds. Seit dem Entwicklungsstart hat sich Git äußerst rasant entwickelt.

    Git unterscheidet sich als dezentrales System von den traditionellen Programmen wie CVS und Subversion. +Es hat folgende wichtige Eigenschaften: +

    • Einfache und effiziente Arbeitsweise nach KISS-Prinzip

    • Kein zentraler Server benötigt

    • Unterstützung vieler Übertragungsprotokolle (HTTP, HTTPS, FTP, SSH, rsync)

    • Absicherung durch GnuPG-Signierung

    • Viel Arbeit ohne Internetzugang möglich

    +

    Installation¶

    +Folgendes Paket muss installiert [1] werden:

    • git-core

    Wiki/Vorlagen/Installbutton/button.png +

    Anwendung¶

    +

    Quellcode herunterladen¶

    +Will man nur den Quellcode eines Projektes aus dem Git-Repository herunterladen, öffnet man ein Terminal[2] und verwendet den Befehl

    git clone git://ADRESSE  

    Um beispielsweise den aktuellen Quellcode des Linux-Kernels in das Verzeichnis linux herunterzuladen, braucht man nur diesen Befehl:

    git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git linux 

    Falls man hinter einer Firewall sitzt und so der Zugriff über den Git-Port(Port 9418) gesperrt ist, kann man versuchen über den fast immer offenen Port 80 auf das Repository zuzugreifen. Der entsprechende Befehl sieht folgendermaßen aus:

    git clone http://ADRESSE  

    Entwicklung mit Git¶

    +

    Einrichtung¶

    +Bevor man mit der Arbeit beginnt, sollte man seinen Namen und seine E-Mail-Adresse eintragen:

    git config --global user.name NAME
    +git config --global user.email EMAIL@ADRESSE.de 

    Diese Daten erscheinen in der Beschreibung einer Veränderung und sind, wenn mehrere Entwickler an einem Projekt arbeiten, wichtig um den Autoren einer Revision identifizieren zu können.

    Um die Lesbarkeit zu erhöhen, sollte man die Ausgaben mit den folgenden Befehlen einfärben:

    git config --global color.ui "auto" 

    Für Computer mit mehreren Prozessor-Kernen empfiehlt sich diese Option:

    git config --global pack.threads "0" 

    Grundlagen¶

    +Zuerst erstellt man einen Ordner für das Projekt und wechselt in diesen Ordner. +Dort führt man nun den Befehl

    git init 

    aus. Der Befehl erstellt das Git-Repository mit den nötigen Angaben. +Nun erstellt man den Quellcode des Programmes und fügt die Datei(en) mit dem Befehl

    git add DATEI 

    zum Git-Repository hinzu. Hat man nun wieder etwas am Quellcode verändert, erstellt man mit

    git commit -m "ÄNDERUNGSBESCHREIBUNG" 

    eine Revision. Will man den Quellcode nun auf einen Server laden, führt man diesen Befehl aus:

    git push ADRESSE BRANCHNAME 

    Hat nun ein anderer Entwickler etwas am Quellcode verändert, kann man die lokale Version mit dem Befehl

    git pull 

    aktualisieren.

    Wenn man nun etwas am Quellcode verändert oder einen Patch eingespielt hat, dies aber rückgängig machen möchte, benutzt man

    git checkout -f 

    Dies setzt alle unbestätigten lokalen Veränderungen zurück.

    Hiermit kann man auflisten, welche Dateien versioniert werden +

    git ls-files 

    Auslassen mit .gitignore¶

    +Hier ein Beispiel, was für jedes Projekt angepasst werden kann: +

     1
    + 2
    + 3
    + 4
    + 5
    + 6
    + 7
    + 8
    + 9
    +10
    +11
    +12
    +13
    +14
    +15
    +16
    +17
    +18
    +19
    # generic files to ignore
    +# backup files (*~) and vim swap file (.swp), MacOS dir file (.DS_Store)
    +*~
    +*.lock
    +*.DS_Store
    +*.swp
    +*.out
    +
    +#IDE files to ignore (Netbeans, Eclipse)
    +nbproject/private/
    +.classpath
    +.project
    +.settings
    +
    +#ignore generated .class files
    +*.class
    +
    +#except this file
    +!.gitignore
    +
    +

    Branches¶

    +Hat man mehrere Entwicklungszweige zu pflegen, wie beispielsweise stable oder testing, kann man sich der Branches bedienen. Um bestehende Branches anzuzeigen gibt man diesen Befehl ein:

    git branch 

    Um nun eine neue Branch zu erstellen, muss nur der folgende Befehl eingegeben werden:

    git branch branchname 

    Um in eine andere Branch zu wechseln verwendet man den diesen Befehl:

    git checkout branchname 

    Graphische Oberflächen für Git¶

    +

    git-gui¶

    +git-gui ist eine einfache Tk-Oberfläche für Git, die über das Paket

    • git-gui

    Wiki/Vorlagen/Installbutton/button.png +

    installiert werden kann. +Zum Start verwendet man diesen Befehl: +

    git gui 

    Mit ihr lassen sich die alltäglichen Aufgaben mit Git komfortabel erledigen. Sie ist ein offizieller Teil des Git-Projektes.

    qgit¶

    +qgit {en} ist eine Qt-basierte Oberfläche für Git, die nicht vom Git-Projekt, sondern extern entwickelt wird. Installiert wird sie über das Paket:

    • qgit

    Wiki/Vorlagen/Installbutton/button.png +

    Auch mit dieser Oberfläche kann man bequem die alltäglichen Dinge der Versionsverwaltung erledigen.

    Git und andere Versionsverwaltungssysteme¶

    +Falls man gezwungen ist, mit einem Subversion- oder CVS-Server zu arbeiten, kann man zur lokalen Verwaltung trotzdem Git einsetzen. Man muss nur das entsprechende Paket installieren. Für Subversion ist das

    • git-svn

    Wiki/Vorlagen/Installbutton/button.png +

    und für CVS ist das: +

    • git-cvs

    Wiki/Vorlagen/Installbutton/button.png +

    + +

    + Diese Revision wurde am 1. Juni 2011 um 20:12 Uhr + von Alice wtfiA erstellt. +
    Dieser Seite wurden folgende Begriffe zugeordnet: + Programmierung, System, Shell +

    +
    +
    +
    +
    + + +
    +
    +
    +
    + + + + + + + Passwort vergessen? + + +
    +
    + + + + \ No newline at end of file diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/5A2DAD96d01 b/.mozilla/firefox/p5hm66lq.default/Cache/5A2DAD96d01 new file mode 100644 index 000000000..9370a6546 Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/5A2DAD96d01 differ diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/5AD73737d01 b/.mozilla/firefox/p5hm66lq.default/Cache/5AD73737d01 new file mode 100644 index 000000000..3d17ea7f6 Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/5AD73737d01 differ diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/7DFE168Fd01 b/.mozilla/firefox/p5hm66lq.default/Cache/7DFE168Fd01 new file mode 100644 index 000000000..5276d4127 Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/7DFE168Fd01 differ diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/7EC84D2Fd01 b/.mozilla/firefox/p5hm66lq.default/Cache/7EC84D2Fd01 new file mode 100644 index 000000000..761367140 --- /dev/null +++ b/.mozilla/firefox/p5hm66lq.default/Cache/7EC84D2Fd01 @@ -0,0 +1,221 @@ + + + + + + + Entwicklungsumgebungen › Wiki › ubuntuusers.de + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + +
    + + +
    + + + + + ubuntuusers.de › Wiki › Entwicklungsumgebungen + +
    + +
    + + + +
    +

    Entwicklungsumgebungen

    + + + +

    Entwicklungsumgebungen werden auch als IDE bezeichnet, was für Integrated Development Environments steht. Damit wird nicht nur Software entwickelt, auch für den Bereich der Webprogrammierung existieren mehrere Lösungen.

    Diese Übersicht kann bzw. sollte weiter ausgebaut werden. Dabei sollte jeweils der Name, die unterstützten Sprachen des Werkzeugs, das Ubuntu-Paket, die betreffenden Repositories, sowie die URL der Website des entsprechenden Programms angegeben sein. Auch eine kurze Beschreibung mit jeweiligen Besonderheiten (Stichpunkte) weiter unten ist hilfreich. Die Liste ist dabei alphabetisch sortiert.

    Übersicht¶

    +

    Name Sprachen Plugins Code Completion Ubuntu-Paket Webseite
    Adobe Flex Flash nein nein siehe Artikel Adobe Flex {de}
    Anjuta C, C++, Python, Java ja ja anjuta (universe) Anjuta {en}
    Aptana Studio professionelle Web 2.0 - IDE ja ja - Aptana {en}
    Bluefish diverse, Schwerpunkt: HTML, JavaScript, CSS, PHP ja ja bluefish (universe) Bluefish {en}
    BlueJ Java - ja (ab Version 3.0) - BlueJ {en}
    Bouml C++, Java ja - - Bouml {en}
    CodeLite C, C++ ja ja codelite (universe) CodeLite {en}
    Code::Blocks C, C++ ja ja codeblocks (universe) Code::Blocks {en}
    DrJava Java ja nein - DrJava {en}
    DrPython Python ja ja (Plugin) drpython (universe) DrPython {en}
    Eclipse Java; C/C++ und weitere Sprachen über Plugins ja ja eclipse (universe) Eclipse {en}
    Emacs diverse ja ja emacs (universe), viele weitere Pakete mit anderen Versionen und Erweiterungen Emacs {en}
    Eric Python, Ruby ja ja eric (universe) Eric {en}
    Gambas Basic - ja gambas2 (universe) Gambas {en}
    Geany diverse ja ja geany (universe) Geany {en}
    GPS Ada, C, C++, Fortran nein ja gnat-gps (universe) Adacore {en}
    IDLE Python nein ja idle Idle Python {en}
    ISE WebPACK VHDL nein - Xilinx: ISE WebPACK {en}
    KDevelop C++, PHP (Beta), (weitere via Plugins) ja ja kdevelop4 (universe) KDevelop {de}
    Komodo IDE kommerzielle Web 2.0 - IDE für Webseiten, AJAX, Skriptsprachen ja ja - Komodo IDE {en}
    Kylix C, C++, Delphi nein ja - Kylix {de}
    Lazarus Pascal nein ja lazarus (universe) Lazarus {en}
    MonoDevelop C#, Nemerle, ILAsm, Boo, Visual Basic.Net, C/C++, Vala, Java (über Plugin) ja ja monodevelop (universe) Monodevelop {en}
    Netbeans Java, C, C++, Fortran, Ruby, HTML, PHP, CSS ja ja netbeans (universe) Netbeans {en}
    Simili VHDL nein nein - Simili {en}
    spe Python nein ja spe (universe) SPE {en}
    QDevelop C++ ja ja qdevelop (universe) QDevelop {en}
    Qt Creator C++ ja ja qtcreator (universe) Qt Creator {en}
    Quanta Plus HTML, JavaScript, CSS, PHP ja nein quanta (universe) Quanta Plus {en}
    XML mind XML, XSD, RNG, DocBook, DITA, XSL-FO, XSLT ja ja - XML mind {de}
    Zend Studio HTML, JavaScript, CSS, PHP, SQL, XML nein ja - Zend {en}

    +

    Programme¶

    +

    +

    Anjuta¶

    +Bei Anjuta handelt es sich um eine freie integrierte Entwicklungsumgebung (IDE) für GNOME. Anjuta ist DIE Alternative zum KDE Projekt KDevelop. Zur Zeit sind unter anderem folgende Features integriert:

    • Projektgenerierung für C und C++

    • Wizard zur Projektgenerierung

    • automatische Erstellung von Makefiles

    • automatische Code Vervollständigung, Highlighting und Formatierung (auch für andere Sprachen)

    • integrierter Debugger

    Mehr Informationen zum Programm bietet der Wiki-Artikel Anjuta, in dem in einer kleinen Einführung auch auf die Erstellung grafischer Oberflächen mit Glade eingegangen wird.

    +

    Aptana Studio¶

    +Aptana Studio {en} ist eine professionelle, plattformübergreifende Web-IDE, die es entweder als Plugin für Eclipse oder als eigenständiges Programm gibt. Sie verfügt über intelligente Code Completion (HTML und CSS komplett, bei JavaScript werden sogar die verlinkten Libraries berücksichtigt). Andere Datenformate werden auch unterstützt, können aber durch zusätzliche Plugins (wie etwa PHPeclipse für PHP, und RADrails für Ruby on Rails) noch komfortabler bearbeitet werden. Eine Überblick liefert die Aptana Studio Online Help {en} .

    Nachdem man Eclipse installiert hat, installiert man das Plugin ganz einfach wie hier {en} beschrieben. Alternativ kann man auch die Standalone-Variante herunterladen.

    BlueJ¶

    +BlueJ {en} ist eine freie Java IDE, die darauf ausgerichtet ist, Anfängern Kenntnisse in objektorientierter Programmierung mit Java zu vermitteln. Sie selbst ist in Java programmiert und steht unter der GPL-Lizenz zur Verfügung. Unter anderem wird BlueJ an den bayerischen Gymnasien eingesetzt. Weiteres: BlueJ

    +

    Bouml¶

    +Bouml ist ein UML Tool mit Reverse Engineering und Code Generierung von C++ oder Java. Sehr schnell und stabil. Die Bedienung ist etwas ungewöhnlich aber nach kurzer Gewöhnung recht effizient. Von Bouml ist nur eine ältere Version in den UBUNTU Quellen enthalten. Es sollte daher besser selbst kompiliert werden. Wer dies scheut, kann sich auch von einer externen Seite ein deb-Paket holen, eine Übersicht gibt die Projektseite {en} .

    Code::Blocks¶

    +Code::Blocks ist ein etwas unbekannterer Editor für C++-Projekte mit Unterstützung für grafische Oberflächen wie wxWidgets oder Qt. Er steht den größeren Projekten wie Anjuta, KDevelop und Eclipse in nichts nach und lässt sich sogar etwas einfacher bedienen. Ein großer Vorteil des Editors ist, dass er auf verschiedenen Plattformen läuft, so dass man Projekte leicht austauschen kann. Eine kurze Übersicht der Features:

    • Syntax Highlighting

    • Code Completion

    • Klassenbrowser

    • vordefinierte Projekteinstellungen

    • Debugger

    +

    Installation¶

    +

    Aus Ubuntu-Quellen¶

    +Code::Blocks lässt sich direkt aus den Paketquellen von Ubuntu installieren. Für Ubuntu Hardy Heron 8.04 müssen dafür allerdings die Backports freigeschalten werden [2]. Das zu installierende Paket [1] heißt:

    • codeblocks (universe[2])

    Wiki/Vorlagen/Installbutton/button.png +

    Es besteht die Möglichkeit, Code::Blocks (teilweise) auf Deutsch umzustellen. Diese Anleitung {de} veranschaulicht den relativ einfachen Weg dahin.

    Aktuelle Code::Blocks-Versionen¶

    +Zur Zeit gibt es für das stable-Release keine offiziellen deb-Pakete mehr, es sind aber "nightly Builds" {en} der aktuellen Entwicklungsversion verfügbar, deren Verwendung von den Code::Blocks-Entwicklern zur Zeit angeraten wird. Es werden fertige DEB-Pakete dieser "nightly Builds" über eine inoffizielle Quelle {en} angeboten. +

    Um aus der Fremdquelle zu installieren, muss man unabhängig von der Ubuntu-Version die folgende Paketquelle freischalten: +

    Hinweis!

    +Zusätzliche Fremdquellen können das System gefährden. +

    +

    deb http://apt.jenslody.de any main

    Um die Fremdquelle zu authentifizieren, muss man nur das folgende Paket installieren.

    • jens-lody-debian-keyring (ppa)

    Wiki/Vorlagen/Installbutton/button.png +

    Auch in dieser Quelle heißt das zu installierende Paket:

    • codeblocks (ppa)

    Wiki/Vorlagen/Installbutton/button.png +

    DrJava und DrPython¶

    +Bei beiden Programmen handelt es sich um sehr einsteigerfreundliche Oberflächen. Dies betrifft nicht nur die Bedienung, sondern auch die Tatsache, dass beide IDEs eine interaktive Eingabe von Code ermöglichen. Dies ist zwar beim Python-Interpreter nichts Neues, wohl aber in Verbindung mit einer IDE. Damit dies für Java umgesetzt werden konnte, wurde in Dr.Java extra ein Interpreter integriert.

    Wie die Homepage der beiden Programme explizit aufführt, ist die Zielgruppe für beide IDEs im Bereich der Schulen und Hochschulen angesiedelt. Wer also mit der Programmierung anfangen will, ist mit beiden Oberflächen gut bedient.

    +

    Eric¶

    +Eine weitere sehr gute Python IDE, die hier noch genannt werden sollte, ist Eric {en} . Vor allem KDE Usern sollte dieses Programm gefallen, da es in Qt geschrieben ist. Es zeichnet sich gegenüber SPE vor allem durch seine Schnelligkeit aus.

    Es existiert das Paket +

    • eric (universe [2])

    Wiki/Vorlagen/Installbutton/button.png +

    in den Ubuntu-Quellen, das installiert [1] werden muss. Bitte beachten, dass es das Paket eric und nicht eric3 ist.

    +

    GPS¶

    +Das Gnat Programming Studio (GPS) ist eine in GTK-Ada geschriebene IDE von Adacore {en} , die auch den Ada-Compiler GNAT pflegen. Es gibt vom Compiler und GPS jeweils eine kommerzielle Version und eine etwas ältere GPL-Version, welche in den Ubuntu-Repositorys enthalten ist. Vorrangig unterstützt GPS noch immer die Programmiersprache Ada. Es werden inzwischen aber auch weitere Programmiersprachen unterstützt. Neben den klassischen IDE-Tugenden wie Syntax Highlighting, Code Completion, Kompilieren und Debuggen beherrscht GPS auch noch Code Folding, Refactoring, eine grafische Anzeige der Include-Hierarchie und noch einiges mehr.

    GPS kann aus den Ubuntu-Quellen installiert werden:

    • gnat-gps (universe [2])

    Wiki/Vorlagen/Installbutton/button.png +

    Um die volle Funktionalität nutzen zu können, sollten noch folgende Pakete installiert [1] werden:

    • asis-programs (universe )

    • gnat-gdb (universe )

    Wiki/Vorlagen/Installbutton/button.png +

    IDLE¶

    +Die IDLE ist eines der einfachsten Entwicklungswerkzeuge für Python. Dabei sind eine einfache Shell und ein Editor mit Syntax-Highlighting für Python.

    Folgendes Paket muss installiert [1] werden:

    • idle

    Wiki/Vorlagen/Installbutton/button.png +

    Gestartet wird es dann mit dem Befehl [3]

    idle-python2.4 

    +

    KDevelop¶

    +KDevelop {de} ist die integrierte Entwicklungsumgebung des KDE Projekts. KDevelop bietet Funktionen wie Code Completion, Assistenten für das Erstellen neuer Projekte, Klassen oder auch nur einzelner Dateien. Gleichzeitig stellt KDevelop Frontends für den gdb {en} Debugger, den Debugger/Profiler Valgrind {en} , die GNU Compiler Collection {en} , das Dokumentationssystem Doxygen sowie Versionskontrollsystem wie CVS {en} und Subversion {en} zur Verfügung.

    KDevelop unterstützt eine Vielzahl von Programmiersprachen {en} und lässt sich durch Plugins erweitern. Zusätzlich lassen sich externe Programme in die Menüs einbinden.

    KDevelop eignet sich durch seinen Funktionsumfang und seine Erweiterbarkeit auch für große Projekte, macht es aber Anfängern schwer einen Zugang zum gesamten Funktionsumfang der Entwicklungsumgebung zu finden.

    Seit KDevelop4 wird ab der Installation lediglich C++ und PHP (in Beta-Version) unterstützt. Will man andere/weitere Sprachen nutzen, so muss man Plugins nachinstallieren. Diese sind z.Z. noch nicht in den Repositories enthalten.

    +

    Komodo IDE¶

    +Von dieser professionellen IDE existiert eine abgespeckte, frei erhältliche Variante namens Komodo Edit. Die IDE selbst ist weiterhin kommerzielle Software.

    Die IDE ist für eine Vielzahl von Sprachen geeignet, was die Code-Completion und das Syntax-Highlighting angeht, hat ihre Stärken aber vor bei der Programmierung mit Skriptsprachen wie Python, Perl, Ruby oder PHP. Auch auf die Programmierung in HTML, CSS und JavaScript wird großen Wert gelegt. Hier spielt das Mozilla-Toolkit, auf dem die Oberfläche programmiert wurde, seine Stärken aus - man kann mit einem Klick die Webseite im eingebetteten Firefox betrachten. Die Community hat sich auf die Fahnen geschrieben, die IDE als Nr. 1 für die Entwicklung von Web 2.0 - Websites und der Arbeit mit Webframeworks zu machen (Django, Ruby on Rails, Turbogears - Unterstützung).

    +

    MonoDevelop¶

    +MonoDevelop ist eine freie Entwicklungsumgebung (IDE), die im Rahmen des Mono-Projekts entwickelt wird. Bei Mono handelt es sich um ein Open Source-Projekt unter der Leitung der Firma Ximian. Ziel des Mono-Projektes ist es, eine Reihe von .NET-kompatiblen Entwicklungs-Werkzeugen zu schaffen. Die Erfolgsaussichten von Mono sind nicht unumstritten, da Softwarepatente von Microsoft berührt werden.

    Mehr Infos findet man auf der Webseite {en} und in der Wikipedia {de} .

    Pure Data¶

    +Pure Data ist eine modular aufgebaute grafische Echtzeit-Entwicklungsumgebung, mit der man eigene Multimedia-Anwendungen wie Software-Synthesizer, Sequencer oder visuelle Effekte erstellen kann. Sie ist wegen ihrer Flexibilität vor allem in der Multimediakunst und bei Komponisten und Produzenten elektronischer Musik, insbesondere experimenteller Stilrichtungen, verbreitet. Programmierkenntnisse sind nicht erforderlich.

    SPE¶

    +SPE ist eine in Python selbst geschriebene Entwicklungsumgebung, die insbesondere für die Erstellung von Python-Scripts gedacht ist. SPE darf frei heruntergeladen, genutzt und weitergegeben werden.

    SPE, obwohl noch in der Entwicklungsphase, kann sich bereits mit vielen anderen, auch kommerziellen Python Programmierumgebungen (wie WingIDE) messen und ist einer der besten Python IDEs, die es zur Zeit gibt.

    Es existiert das Paket +

    • spe (universe [2] )

    Wiki/Vorlagen/Installbutton/button.png +

    in den Ubuntu-Quellen, das installiert [1] werden muss.

    Wenn man die aktuelle Version benutzen will, muss man diese von Hand installieren:

    1. Paket spe von Berlios {en} herunterladen.

    2. Entpacken und folgenden Befehl im Terminal [3] ausführen:

    +

    sudo python setup.py install 

    Alternativ gibt es jetzt auch ein Ubuntu-Paket auf der Entwicklerseite {en}. +

    Hinweis!

    +Fremdpakete können das System gefährden. +

    +Danach sollte SPE über den Befehl "spe" startbar sein.

    + +

    + Diese Revision wurde am 15. Mai 2011 um 14:14 Uhr + von ignoble erstellt. +
    Dieser Seite wurden folgende Begriffe zugeordnet: + Übersicht, Editor, Programmierung +

    +
    +
    +
    +
    + + +
    +
    +
    +
    + + + + + + + Passwort vergessen? + + +
    +
    + + + + \ No newline at end of file diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/81255838d01 b/.mozilla/firefox/p5hm66lq.default/Cache/81255838d01 new file mode 100644 index 000000000..03de5f357 Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/81255838d01 differ diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/83708123d01 b/.mozilla/firefox/p5hm66lq.default/Cache/83708123d01 new file mode 100644 index 000000000..0c896e901 Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/83708123d01 differ diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/91014E00d01 b/.mozilla/firefox/p5hm66lq.default/Cache/91014E00d01 new file mode 100644 index 000000000..18bd86d55 Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/91014E00d01 differ diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/96A08B79d01 b/.mozilla/firefox/p5hm66lq.default/Cache/96A08B79d01 new file mode 100644 index 000000000..d55d3bb24 Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/96A08B79d01 differ diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/97BDCF7Cd01 b/.mozilla/firefox/p5hm66lq.default/Cache/97BDCF7Cd01 new file mode 100644 index 000000000..e96b79a57 Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/97BDCF7Cd01 differ diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/AA6438FEd01 b/.mozilla/firefox/p5hm66lq.default/Cache/AA6438FEd01 new file mode 100644 index 000000000..63ddc279b Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/AA6438FEd01 differ diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/AB616648d01 b/.mozilla/firefox/p5hm66lq.default/Cache/AB616648d01 new file mode 100644 index 000000000..2ca142585 Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/AB616648d01 differ diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/AD8B7B86d01 b/.mozilla/firefox/p5hm66lq.default/Cache/AD8B7B86d01 new file mode 100644 index 000000000..a4432fd6b Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/AD8B7B86d01 differ diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/AE1A53B6d01 b/.mozilla/firefox/p5hm66lq.default/Cache/AE1A53B6d01 new file mode 100644 index 000000000..d6b8bff88 Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/AE1A53B6d01 differ diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/B39D0819d01 b/.mozilla/firefox/p5hm66lq.default/Cache/B39D0819d01 new file mode 100644 index 000000000..2104c9d49 Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/B39D0819d01 differ diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/B7688AE6d01 b/.mozilla/firefox/p5hm66lq.default/Cache/B7688AE6d01 new file mode 100644 index 000000000..f9aea777e Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/B7688AE6d01 differ diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/E5CB24AAd01 b/.mozilla/firefox/p5hm66lq.default/Cache/E5CB24AAd01 new file mode 100644 index 000000000..020b286ed Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/E5CB24AAd01 differ diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/F052632Cd01 b/.mozilla/firefox/p5hm66lq.default/Cache/F052632Cd01 new file mode 100644 index 000000000..f68a65135 Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/F052632Cd01 differ diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/F27FC1B5d01 b/.mozilla/firefox/p5hm66lq.default/Cache/F27FC1B5d01 new file mode 100644 index 000000000..492833703 Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/F27FC1B5d01 differ diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/_CACHE_001_ b/.mozilla/firefox/p5hm66lq.default/Cache/_CACHE_001_ new file mode 100644 index 000000000..467d60909 Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/_CACHE_001_ differ diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/_CACHE_002_ b/.mozilla/firefox/p5hm66lq.default/Cache/_CACHE_002_ new file mode 100644 index 000000000..db5d6d1a6 Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/_CACHE_002_ differ diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/_CACHE_003_ b/.mozilla/firefox/p5hm66lq.default/Cache/_CACHE_003_ new file mode 100644 index 000000000..e95ef369a Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/_CACHE_003_ differ diff --git a/.mozilla/firefox/p5hm66lq.default/Cache/_CACHE_MAP_ b/.mozilla/firefox/p5hm66lq.default/Cache/_CACHE_MAP_ new file mode 100644 index 000000000..34fd086ad Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/Cache/_CACHE_MAP_ differ diff --git a/.mozilla/firefox/p5hm66lq.default/XPC.mfasl b/.mozilla/firefox/p5hm66lq.default/XPC.mfasl new file mode 100644 index 000000000..eff2e94b7 Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/XPC.mfasl differ diff --git a/.mozilla/firefox/p5hm66lq.default/XUL.mfasl b/.mozilla/firefox/p5hm66lq.default/XUL.mfasl new file mode 100644 index 000000000..a078372ec Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/XUL.mfasl differ diff --git a/.mozilla/firefox/p5hm66lq.default/bookmarks.html b/.mozilla/firefox/p5hm66lq.default/bookmarks.html new file mode 100644 index 000000000..2335823e5 --- /dev/null +++ b/.mozilla/firefox/p5hm66lq.default/bookmarks.html @@ -0,0 +1,35 @@ + + + +Bookmarks +

    Bookmarks

    + +

    +

    Get Bookmark Add-ons +
    +

    Bookmarks Toolbar Folder

    +
    Add bookmarks to this folder to see them displayed on the Bookmarks Toolbar +

    +

    Getting Started +
    Latest Headlines +

    +


    +

    Ubuntu and Free Software links

    +
    Information and resources about Ubuntu, Debian and Free Software in general +

    +

    Ubuntu +
    Ubuntu Wiki (community-edited website) +
    Make a Support Request to the Ubuntu Community +
    Debian (Ubuntu is based on Debian) +
    + +

    Mozilla Firefox

    +

    +

    Help and Tutorials +
    Customize Firefox +
    Get Involved +
    About Us +

    +

    diff --git a/.mozilla/firefox/p5hm66lq.default/cert8.db b/.mozilla/firefox/p5hm66lq.default/cert8.db new file mode 100644 index 000000000..9ccc4befb Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/cert8.db differ diff --git a/.mozilla/firefox/p5hm66lq.default/chrome/userChrome-example.css b/.mozilla/firefox/p5hm66lq.default/chrome/userChrome-example.css new file mode 100644 index 000000000..0fadb0070 --- /dev/null +++ b/.mozilla/firefox/p5hm66lq.default/chrome/userChrome-example.css @@ -0,0 +1,46 @@ +/* + * Edit this file and copy it as userChrome.css into your + * profile-directory/chrome/ + */ + +/* + * This file can be used to customize the look of Mozilla's user interface + * You should consider using !important on rules which you want to + * override default settings. + */ + +/* + * Do not remove the @namespace line -- it's required for correct functioning + */ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */ + + +/* + * Some possible accessibility enhancements: + */ +/* + * Make all the default font sizes 20 pt: + * + * * { + * font-size: 20pt !important + * } + */ +/* + * Make menu items in particular 15 pt instead of the default size: + * + * menupopup > * { + * font-size: 15pt !important + * } + */ +/* + * Give the Location (URL) Bar a fixed-width font + * + * #urlbar { + * font-family: monospace !important; + * } + */ + +/* + * For more examples see http://www.mozilla.org/unix/customizing.html + */ + diff --git a/.mozilla/firefox/p5hm66lq.default/chrome/userContent-example.css b/.mozilla/firefox/p5hm66lq.default/chrome/userContent-example.css new file mode 100644 index 000000000..bd796919f --- /dev/null +++ b/.mozilla/firefox/p5hm66lq.default/chrome/userContent-example.css @@ -0,0 +1,35 @@ +/* + * Edit this file and copy it as userContent.css into your + * profile-directory/chrome/ + */ + +/* + * This file can be used to apply a style to all web pages you view + * Rules without !important are overruled by author rules if the + * author sets any. Rules with !important overrule author rules. + */ + +/* + * example: turn off "blink" element blinking + * + * blink { text-decoration: none ! important; } + * + */ + +/* + * example: give all tables a 2px border + * + * table { border: 2px solid; } + */ + +/* + * example: turn off "marquee" element + * + * marquee { -moz-binding: none; } + * + */ + +/* + * For more examples see http://www.mozilla.org/unix/customizing.html + */ + diff --git a/.mozilla/firefox/p5hm66lq.default/compatibility.ini b/.mozilla/firefox/p5hm66lq.default/compatibility.ini new file mode 100644 index 000000000..537f55560 --- /dev/null +++ b/.mozilla/firefox/p5hm66lq.default/compatibility.ini @@ -0,0 +1,5 @@ +[Compatibility] +LastVersion=3.6.13_20101206122310/20101206122310 +LastOSABI=Linux_x86-gcc3 +LastPlatformDir=/usr/lib/firefox-3.6.13 +LastAppDir=/usr/lib/firefox-3.6.13 diff --git a/.mozilla/firefox/p5hm66lq.default/compreg.dat b/.mozilla/firefox/p5hm66lq.default/compreg.dat new file mode 100644 index 000000000..b79024f24 --- /dev/null +++ b/.mozilla/firefox/p5hm66lq.default/compreg.dat @@ -0,0 +1,1940 @@ +Generated File. Do not edit. + +[HEADER] +Version,0,5 + +[COMPONENTS] +rel:nsSessionStartup.js,1291642779000 +rel:nsExtensionManager.js,1291642779000 +rel:libimgicon.so,1291643227000 +rel:nsPlacesDBFlush.js,1291642779000 +rel:nsSafebrowsingApplication.js,1291642779000 +rel:nsURLFormatter.js,1291642779000 +rel:nsTryToClose.js,1291642779000 +rel:nsINIProcessor.js,1291642779000 +rel:nsSetDefaultBrowser.js,1291642779000 +abs:/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/ubufox@ubuntu.com/components/aboutHome.js,1282025850000 +rel:FeedConverter.js,1291642779000 +rel:nsHelperAppDlg.js,1291642779000 +rel:nsUpdateTimerManager.js,1291642779000 +rel:nsFormAutoComplete.js,1291642779000 +rel:nsTaggingService.js,1291642779000 +rel:nsContentPrefService.js,1291642779000 +rel:nsBrowserContentHandler.js,1291642779000 +rel:libbrowserdirprovider.so,1291643227000 +rel:WebContentConverter.js,1291642779000 +rel:nsProxyAutoConfig.js,1291642779000 +rel:nsAddonRepository.js,1291642779000 +rel:nsLoginManager.js,1291642779000 +rel:storage-mozStorage.js,1291642779000 +rel:nsUrlClassifierListManager.js,1291642779000 +rel:nsPlacesTransactionsService.js,1291642779000 +rel:FeedWriter.js,1291642779000 +rel:FeedProcessor.js,1291642779000 +rel:nsBrowserGlue.js,1291642779000 +rel:nsContentDispatchChooser.js,1291642779000 +rel:nsWebHandlerApp.js,1291642779000 +rel:fuelApplication.js,1291642779000 +rel:nsBlocklistService.js,1291642779000 +rel:libmozgnome.so,1291643247000 +rel:pluginGlue.js,1291642779000 +rel:nsPlacesAutoComplete.js,1291642779000 +rel:jsconsole-clhandler.js,1291642779000 +rel:txEXSLTRegExFunctions.js,1291642779000 +rel:NetworkGeolocationProvider.js,1291642779000 +rel:nsDefaultCLH.js,1291642779000 +rel:nsBadCertHandler.js,1291642779000 +rel:GPSDGeolocationProvider.js,1291642779000 +rel:storage-Legacy.js,1291642779000 +rel:nsMicrosummaryService.js,1291642779000 +rel:nsSessionStore.js,1291642779000 +rel:nsLivemarkService.js,1291642779000 +rel:nsLoginInfo.js,1291642779000 +rel:libnkgnomevfs.so,1291643247000 +rel:nsFilePicker.js,1291642779000 +rel:nsLoginManagerPrompter.js,1291642779000 +rel:nsDownloadManagerUI.js,1291642779000 +rel:libdbusservice.so,1291643227000 +abs:/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/ubufox@ubuntu.com/components/pluginGlue.js,1282025850000 +rel:nsHandlerService.js,1291642779000 +rel:nsSearchSuggestions.js,1291642779000 +rel:nsSidebar.js,1291642779000 +rel:libbrowsercomps.so,1291643227000 +rel:nsUrlClassifierLib.js,1291642779000 +rel:nsSearchService.js,1291642779000 +rel:nsPrivateBrowsingService.js,1291642779000 + +[CLASSIDS] +{bfc310d2-38a0-11d3-8cd3-0060b0fc14a3},,application/x-mozilla-static,,nsLayoutModule +{a7f800e0-4306-11d4-98d0-001083010e9b},@mozilla.org/uriloader/external-helper-app-service;1,application/x-mozilla-static,Netscape External Helper App Service,docshell_provider +{a47ef526-6e48-4574-9d60-3164e271f75e},,application/x-mozilla-static,,nsLayoutModule +{75656ad9-bd13-4c5d-939a-ec6351eea0cc},,application/x-mozilla-static,,nsComposerModule +{ba6151ad-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{8df290ae-dcaa-4c11-98a5-2429a4dc97bb},,text/javascript,,rel:nsContentPrefService.js +{6ec5f479-8e13-4403-b6ca-fe4c2dca14fd},,text/javascript,,rel:nsINIProcessor.js +{495eca42-0a5c-11d4-a135-005004832142},,application/x-mozilla-static,,nsUConvModule +{0cd233e0-7a86-11d3-915c-006008a6edf6},,application/x-mozilla-static,,nsI18nModule +{73bb7c12-dbab-4ae2-aecf-a0331dec916f},,application/x-mozilla-static,,nsUCvMathModule +{cb6593e0-f9b2-11d2-bdd6-000064657374},@mozilla.org/js/xpc/XPConnect;1,application/x-mozilla-static,,xpconnect +{e768ebef-70f9-4fe3-8835-4f4f3fd996e2},,application/x-mozilla-static,,nsUCvMathModule +{5d0ce354-df01-421a-83fb-7ead0990c24e},,text/javascript,,rel:nsBrowserContentHandler.js +{4bfaa9f0-1dd2-11b2-afae-a82cbaa0b606},,application/x-mozilla-static,,PKI +{f1299dc2-1dd1-11b2-a347-ee6b7660e048},,application/x-mozilla-static,,JavaScript_Debugger +{77da64d3-7458-4920-9491-86cc9914f904},,text/javascript,,rel:NetworkGeolocationProvider.js +{5eb7c3c1-ec1f-4007-87cc-eefb37d68ce6},,application/x-mozilla-static,,nsToolkitCompsModule +{6394eeae-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{d4f2b600-b5c1-11d6-b483-cc97c63e567c},,application/x-mozilla-static,,nsLayoutModule +{748a1132-671a-409a-8d1d-f1cdf6b3a6b4},,application/x-mozilla-static,,nsI18nModule +{fcacef24-2b40-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule +{a496d0a2-dff7-4e23-bd65-1ca742fa178a},,application/x-mozilla-static,,NSS +{2d524fd3-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule +{8323fad0-2102-11d4-8142-000064657374},,application/x-mozilla-static,,nsParserModule +{16786594-0296-4471-8096-8f84497ca428},,application/x-mozilla-static,,NSS +{a5570462-1dd1-11b2-9d19-df30a27fbdc4},,application/x-mozilla-static,,nsFileViewModule +{c0773e90-5799-4eff-ad03-3ebcd85624ac},,application/x-mozilla-static,,RemoteServiceModule +{ba6151ba-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{f7fa4581-238e-11d5-a73c-ab64fb68f2bc},,application/x-mozilla-static,,embedcomponents +{8b1ae382-51a9-4972-b930-56977a57919d},,text/javascript,,rel:nsWebHandlerApp.js +{10f2f5f0-f103-4901-980f-ba11bd70d60d},,application/x-mozilla-static,,nsToolkitCompsModule +{9416bfb4-1f93-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{be9a53ae-c7e9-11d3-8cda-0060b0fc14a3},@mozilla.org/network/file-input-stream;1,application/x-mozilla-static,nsFileInputStream,necko +{a0f827e1-8ab6-11d5-a14b-005004832142},,application/x-mozilla-static,,nsUConvModule +{a6cf9124-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsLayoutModule +{d3f69889-e13a-4321-980c-a39332e21f34},,application/x-mozilla-static,,nsWidgetGtk2Module +{05bae29d-8aef-486d-84aa-53f48f146811},,application/x-mozilla-static,,xpconnect +{660d8ca8-f763-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule +{6394eebb-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{0c4f1ddc-1dd2-11b2-9d95-f2fdf113044b},,application/x-mozilla-static,,NSS +{7b8556ac-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{a15789aa-8903-462b-81e9-4aa2cff4d5cb},,application/x-mozilla-static,,NSS +{12663f3a-a311-4606-83eb-b6b9108dcc36},,text/javascript,,rel:pluginGlue.js +{bc0017e3-2438-47be-a567-41db58f17627},,application/x-mozilla-static,,docshell_provider +{ff41913b-546a-4bff-9201-dc9b2c032eba},@mozilla.org/network/url-parser;1?auth=maybe,application/x-mozilla-static,nsStdURLParser,necko +{7fa5237d-b0eb-438f-9e50-ca0166e63788},,application/x-mozilla-static,,necko +{3c1c0163-9bd0-11d3-9d09-0050040007b2},,application/x-mozilla-static,,nsUConvModule +{efc323e1-ec62-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{95c963b7-20b2-11db-92f6-001422106990},,text/javascript,,rel:FeedProcessor.js +{d25e0511-2bae-11d4-9d10-0050040007b2},,application/x-mozilla-static,,nsChardetModule +{b69155f4-a8bf-453d-8653-91d1456e1d3d},,text/javascript,,rel:nsTryToClose.js +{7c657d14-ec5e-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{6394eea6-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{ba61519b-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{831f8f13-7aa8-485f-b02e-77c881cc5773},,application/x-mozilla-static,,necko +{660d8ca6-f763-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule +{7294fe9c-14d8-11d5-9882-00c04fa02f40},,application/x-mozilla-static,,docshell_provider +{eab9012e-5f74-4cbc-b2b5-a590235513cc},,text/javascript,,rel:nsBrowserGlue.js +{ba6151a3-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{eaca2576-0d4a-11d3-9d7e-0060088f9ff7},,application/x-mozilla-static,,nsLayoutModule +{b88a4712-eb52-4c10-9b85-bf5894b510f0},,application/x-mozilla-static,,nsLayoutModule +{ba6151b2-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{0c351177-0159-4500-86b0-a219dfde4258},,application/x-mozilla-static,,nsLayoutModule +{495eca47-0a5c-11d4-a135-005004832142},,application/x-mozilla-static,,nsUConvModule +{da5b130a-1dd1-11b2-ad47-f455b1814a78},,application/x-mozilla-static,,nsGfxModule +{3ff8fb9f-ee63-48df-89f0-dace0242fd82},,application/x-mozilla-static,,necko +{02bf7a2a-39d8-4a23-a50c-2cbb085ab7a5},,application/x-mozilla-static,,necko +{98d41c21-ccf3-11d2-b3b1-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{6803cac5-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule +{a62af1ba-79b3-4896-8aaf-b148bfce4280},,application/x-mozilla-static,,necko +{18c2f98d-b09f-11d2-bcde-00805f0e1353},,application/x-mozilla-static,,nsSoftwareUpdate +{fb0bbc5c-452e-4783-b32c-80124693d871},,application/x-mozilla-static,,NSS +{e3fa9d0a-1dd1-11b2-bdef-8c720b597445},,application/x-mozilla-static,,nsToolkitCompsModule +{660d8ca0-f763-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule +{6394eeb3-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{ba6151b7-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{019718e3-cdb5-11d2-8d3c-000000000000},,application/x-mozilla-static,,nsLayoutModule +{7b8556a4-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{f34ff792-722e-4490-b195-47d242edca1c},,application/x-mozilla-native,,rel:libbrowsercomps.so +{9fe5d975-09bd-44aa-a01a-66402ea28657},,application/x-mozilla-static,,mozSpellCheckerModule +{ea06d4e2-2b3d-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule +{2d524fd8-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule +{c31f4883-839b-45f6-82ad-a6a9bc5ad599},,text/javascript,,rel:nsPrivateBrowsingService.js +{12bb8f17-2389-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsChardetModule +{6b8bdffc-3394-417d-be83-a81b7c0f63bf},,application/x-mozilla-static,,docshell_provider +{ea06d4e6-2b3d-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule +{de9472d0-8034-11d3-9399-00104ba0fd40},,application/x-mozilla-static,,necko +{c0844a84-5a12-4808-80a8-809cb002bb4f},,text/javascript,,rel:nsPlacesTransactionsService.js +{5060b803-340e-11d5-be5b-b3e063ec6a3c},,application/x-mozilla-static,,nsFindComponent +{a6cf9107-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsParserModule +{21dd6a02-413c-11d3-b3c3-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{c5de4da2-d667-42d2-b8c2-efdbcf3302ef},,application/x-mozilla-static,,nsUConvModule +{57cf9383-3405-11d5-be5b-aa20fa2cf37c},,application/x-mozilla-static,,embedcomponents +{9445791f-fa4c-4669-b174-df5032bb67b3},,application/x-mozilla-static,,necko +{ccd0e960-7947-4635-b70e-4c661b63d675},,application/x-mozilla-static,,necko +{9b6dc177-a2e4-49e1-9c98-0a8384de7f6c},,application/x-mozilla-native,,rel:libnkgnomevfs.so +{a6cf9129-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsWidgetGtk2Module +{2f977d53-5485-11d4-87e2-0010a4e75ef2},,application/x-mozilla-static,,nsWidgetGtk2Module +{d4214e92-fb94-11d2-bdd8-00104bde6048},,application/x-mozilla-static,,nsRDFModule +{c401eb80-f9ea-11d3-bb6f-e732b73ebe7c},,application/x-mozilla-static,,nsWidgetGtk2Module +{aa892eb4-ffbf-477d-9f9a-06c995ae9f27},,text/javascript,,rel:nsSearchSuggestions.js +{24f92fae-f793-473b-8061-713408bd11d5},,application/x-mozilla-native,,rel:libbrowsercomps.so +{ba6151aa-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{ce02d538-0217-47a3-a589-b51790fdd8ce},,application/x-mozilla-static,,docshell_provider +{2587e382-1324-11d4-a652-eadbb2be3484},,application/x-mozilla-static,,application +{2b026890-5a2e-4981-ada2-a600358947b4},,application/x-mozilla-static,,nsUConvModule +{214c48a0-b57f-11d4-959c-0020183bf181},,application/x-mozilla-static,,docshell_provider +{74b7a390-3b41-11d4-8a80-006008c844c3},,application/x-mozilla-static,,NSS +{22117140-9c6e-11d3-aaf1-00805f8a4905},,text/javascript,,rel:nsSidebar.js +{9de95a0c-39a4-4d64-9a53-17940dd7cabb},,application/x-mozilla-static,,nsPlacesModule +{66856477-6596-40eb-bb87-59ca2dabb6f7},,application/x-mozilla-static,,nsLayoutModule +{dbded6ec-edbf-4054-a834-287b82c260f9},,text/javascript,,rel:nsBadCertHandler.js +{892ffeb0-3f80-11d3-a16c-0050041caf44},,application/x-mozilla-static,,necko +{929d9320-251e-11d4-8a7c-006008c844c3},,application/x-mozilla-static,,NSS +{1f4dbcf7-245c-4c8c-943d-8a1da0495e8a},,application/x-mozilla-static,,necko +{7e4bb6ad-2fc4-4dc6-89ef-23e8e5ccf980},,application/x-mozilla-native,,rel:libbrowsercomps.so +{6394eeab-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{ab1da296-6125-40ba-96d0-47a8282ae3db},,application/x-mozilla-static,,nsParserModule +{4ca3c946-5408-49f0-9eca-3a97d5c67750},,application/x-mozilla-native,,rel:libbrowsercomps.so +{d0272978-beab-4adc-a3d4-04b76acfa4e7},,text/javascript,,rel:nsPlacesAutoComplete.js +{f30bc0a2-958b-4287-bf62-ce38ba0c811e},,application/x-mozilla-static,,docshell_provider +{66634f68-be19-42d0-a4ca-d1c21fa059b8},,application/x-mozilla-static,,nsUConvModule +{2d524fd0-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule +{ff8780a5-bbb1-4bc5-8ee7-057e7bc5c925},,application/x-mozilla-static,,nsUConvModule +{2002f784-3960-11d3-b3c3-00805f8a6670},,application/x-mozilla-static,,nsChardetModule +{2d96b3d0-c051-11d1-a827-0040959a28c9},,application/x-mozilla-static,,nsWidgetGtk2Module +{67ba681d-5485-4fff-952c-2ee337ffdcd6},,application/x-mozilla-static,,NSS +{26acb1f0-28fc-43bc-867a-a46aabc85dd4},,text/javascript,,rel:FeedProcessor.js +{ff8fe7ec-2f74-4408-b742-6b7a546029a8},,application/x-mozilla-static,,necko +{62db0002-dbb6-43f4-8fb7-9d2538bc5747},,application/x-mozilla-static,,nsComposerModule +{5b256c10-22d8-4109-af92-1253035e9fcb},,application/x-mozilla-static,,NSS +{b57f97c1-0d70-11d3-8aae-00600811a836},,application/x-mozilla-static,,nsUConvModule +{4e4aae11-8901-46cc-8217-dad7c5415873},,application/x-mozilla-static,,embedcomponents +{7b8556a9-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{439400d3-6f23-43db-8b06-8aafe1869bd8},,application/x-mozilla-static,,necko +{a578e0a4-f76b-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{9416bfb1-1f93-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{78804a84-8173-42b6-bb94-789f0816a810},@mozilla.org/network/url-parser;1?auth=no,application/x-mozilla-static,nsNoAuthURLParser,necko +{bfd1a792-ad9f-11d3-bdc7-0050040a9b44},,application/x-mozilla-static,,docshell_provider +{6803caca-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule +{a47e9526-6e48-4574-9d6c-3164e271f74e},,application/x-mozilla-static,,nsLayoutModule +{948a0023-e3a7-11d2-96cf-0060b0fb9956},,application/x-mozilla-static,,nsWidgetGtk2Module +{8dbe7246-1dd2-11b2-9b8f-b9a849e4403a},,application/x-mozilla-static,,necko +{8b5314ba-db01-11d2-96ce-0060b0fb9956},,application/x-mozilla-static,,nsWidgetGtk2Module +{cf7fd51f-aba2-44c1-9ff0-11f7508efcd4},,application/x-mozilla-static,,nsLayoutModule +{7d7008a0-c49a-11d3-9b22-0080c7cb1080},,application/x-mozilla-static,,necko +{77cfaaf1-1cf4-11d3-8aaf-00600811a836},,application/x-mozilla-static,,nsUConvModule +{6394eeb8-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{0099907d-123c-4853-a46a-43098b5fb68c},,application/x-mozilla-static,,appshell +{cb60980e-18a5-4a77-9110-8146614ca7f0},,application/x-mozilla-static,,nsFileViewModule +{ba6151a2-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{379c2771-ec77-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{49b38f14-6193-11d3-b3c5-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{12bb8f1c-2389-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule +{e6fd9940-899d-11d2-8eae-00805f29f370},,application/x-mozilla-static,,nsLayoutModule +{9226888e-da08-11d3-8cda-0060b0fc14a3},@mozilla.org/network/buffered-input-stream;1,application/x-mozilla-static,nsBufferedInputStream,necko +{3a9cd622-264d-11d4-ba06-0060b0fc76dd},,application/x-mozilla-static,,nsLayoutModule +{3b581fd4-3497-426c-8f61-3658b971cb80},,application/x-mozilla-static,,nsLayoutModule +{36a1d3b3-d886-4317-96ff-87b0005cfef7},,application/x-mozilla-static,,NSS +{bf88b48c-fd8e-40b4-ba36-c7c3ad6d8ac9},,application/x-mozilla-static,,embedcomponents +{6a4d4c1e-a74a-4320-8124-16233a0183d6},,application/x-mozilla-static,,nsSoftwareUpdate +{920307b0-c6e8-11d2-8aa8-00600811a836},,application/x-mozilla-static,,nsUConvModule +{7c657d11-ec5e-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{6394eea3-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{9416bfbe-1f93-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{2bf64764-997f-450d-af96-3028d1a902b0},,application/x-mozilla-static,,nsI18nModule +{fcacef23-2b40-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule +{0885d4f8-f7b8-4cda-902e-94ba38bc256e},,application/x-mozilla-static,,necko +{7c02eadc-0076-4d03-998d-80d779c48589},,application/x-mozilla-static,,nsSecurityManagerModule +{895db6c7-dbdf-40ea-9f64-b175033243dc},,application/x-mozilla-static,,satchel +{78481e4a-50e4-4489-b68a-ef82670ed63f},,application/x-mozilla-native,,rel:libbrowsercomps.so +{e12752f0-ee9a-11d1-a82a-0040959a28c9},,application/x-mozilla-static,,nsGfxModule +{47049e42-1d87-482a-984d-56ae185e367a},,application/x-mozilla-static,,nsChromeModule +{c1751cfc-e8f1-4ade-b0bb-f74edfb8ef6a},,text/javascript,,rel:nsPlacesDBFlush.js +{ba6151af-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{ffc08380-256c-11d5-9905-001083010e9b},,application/x-mozilla-native,,rel:libimgicon.so +{376ff2c1-9bf6-418a-b143-3340c00112f7},,application/x-mozilla-static,,nsImageLib2Module +{495eca44-0a5c-11d4-a135-005004832142},,application/x-mozilla-static,,nsUConvModule +{972d8d8f-f0da-11d4-9885-00c04fa0cf4b},,application/x-mozilla-static,,nsLayoutModule +{56388dad-287b-4240-a785-85c394012503},,application/x-mozilla-static,,necko +{0f78da56-8321-11d2-8eac-00805f29f370},,application/x-mozilla-static,,nsRDFModule +{e56f5e01-c7cc-4675-a9d7-b8f1e4127295},,application/x-mozilla-static,,docshell_provider +{6394eec0-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{0404d02a-01ca-aaab-4762-944b1bf2f7b5},,application/x-mozilla-static,,nsLayoutModule +{a35d1cd4-c505-4d2d-a0f9-aef00b7ce5a5},,application/x-mozilla-static,,nsLayoutModule +{0032d852-1dd2-11b2-95f7-e0a1910ed2da},,application/x-mozilla-static,,nsRDFModule +{0a3be523-0f2a-32cc-ccd8-1e5986d5a79d},,text/javascript,,rel:GPSDGeolocationProvider.js +{87ed1160-e2f2-11d3-b32f-004005a7a7e4},,application/x-mozilla-static,,nsUCvMathModule +{6394eeb0-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{7b8556a1-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{0cb0d9a0-f503-11d3-b32f-004005a7a7e4},,application/x-mozilla-static,,nsUCvMathModule +{a59da935-4091-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule +{3f6fe6a2-ac0a-11d2-b3ae-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{2d524fd5-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule +{e332db00-e076-11d3-b32f-004005a7a7e4},,application/x-mozilla-static,,nsUCvMathModule +{3decd6c8-30ef-11d3-8cd0-0060b0fc14a3},,application/x-mozilla-static,,necko +{e8b8bdb7-c96c-4d82-9c6f-2b3c585ec7ea},,application/x-mozilla-static,,nsPlacesModule +{f1eac762-87e9-11d3-af80-00a024ffc08c},,application/x-mozilla-static,,docshell_provider +{ba6151bc-ec62-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{e6a3f533-4ffa-4615-8eb4-d4e72d883fa7},,text/javascript,,rel:nsContentPrefService.js +{2e9b69dd-9087-438c-8b5d-f77b553abefb},,application/x-mozilla-static,,docshell_provider +{e64f152a-9f07-11d3-8cda-0060b0fc14a3},@mozilla.org/network/protocol;1?name=resource,application/x-mozilla-static,nsResProtocolHandler,necko +{26a4a019-2827-4a89-a85c-5931a678823a},,text/javascript,,rel:nsUrlClassifierLib.js +{4a6212db-accb-11d3-b765-0060b0b6cecb},,application/x-mozilla-static,,nsSecurityManagerModule +{bbbb1d61-438f-4436-92ed-8308e5830fb0},,application/x-mozilla-static,,mozStorageModule +{7319788a-fe93-4db3-9f39-818cf08f4256},,text/javascript,,rel:nsSearchService.js +{841387c8-72e6-484b-9296-bf6eea80d58a},,application/x-mozilla-static,,nsWidgetGtk2Module +{7fbd2146-5ff4-4674-b069-a7bbce66e773},,application/x-mozilla-static,,nsComposerModule +{d0f9db12-249c-11d5-9905-001083010e9b},,application/x-mozilla-native,,rel:libimgicon.so +{6803cacf-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule +{ed0244e0-c144-11d2-8f4c-006008159b0c},,application/x-mozilla-static,,nsLayoutModule +{14632191-ac21-4bdf-83e7-2363ad17e838},,application/x-mozilla-static,,nsLayoutModule +{a6cf9126-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsLayoutModule +{5f43022c-6194-4b37-b26d-e41024625264},,application/x-mozilla-native,,rel:libmozgnome.so +{4d977f60-fbe7-4583-8cb7-f5ed882293ef},,application/x-mozilla-static,,nsLayoutModule +{c2710d40-6f4d-4b7f-9778-76ae5166648c},,application/x-mozilla-static,,nsLayoutModule +{6394eebd-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{7b8556ae-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{379c2776-ec77-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{ea617873-3b73-4efd-a2c4-fc39bfab809d},,application/x-mozilla-static,,necko +{db340cc2-7f50-4ea3-8427-f529daf6dc87},,application/x-mozilla-static,,satchel +{f6d5ebbd-34f4-487d-9d10-3d34123e3eb9},,application/x-mozilla-static,,tkAutoCompleteModule +{6987230e-0098-4e78-bc5f-1493ee7519fa},,application/x-mozilla-static,,nsWidgetGtk2Module +{f01cb3e7-4ace-414e-a2b7-eaba03e9c86c},,application/x-mozilla-static,,nsUCvMathModule +{af7a9952-aa48-11d2-b3ae-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{8c2023b9-175c-477e-9761-44ae7b549756},,text/javascript,,rel:storage-mozStorage.js +{4ca6b67b-5cc7-4e71-a98a-97af1c134862},,application/x-mozilla-static,,nsPermissionsModule +{64f300a1-c88c-11d3-97fb-00400553eef0},,application/x-mozilla-static,,nsLayoutModule +{a4bd2161-7892-4389-8d5a-3111a6d17ec7},,application/x-mozilla-static,,PKI +{66230b2b-17fa-4bd3-abf4-07986151022d},,application/x-mozilla-static,,necko +{1dcc23b0-d4cb-11dc-9ad6-479d56d89593},,text/javascript,,rel:nsTaggingService.js +{5d0fcdd0-4daa-11d2-b328-00805f8a3859},,application/x-mozilla-static,,nsLayoutModule +{a431b276-f77d-4b83-9b37-872cf2fbcc2a},,application/x-mozilla-static,,nsUConvModule +{8f666a11-04a0-11d3-b3b9-00805f8a6670},,application/x-mozilla-static,,nsI18nModule +{1cd91b88-1dd2-11b2-92e1-ed22ed298000},@mozilla.org/preferences-service;1,application/x-mozilla-static,Preferences Server,nsPrefModule +{dab3a846-3a59-4fc2-9745-c6ff48776f00},,application/x-mozilla-static,,mozStorageModule +{6394eea8-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{0958b101-9ada-11d2-8ebc-00805f29f370},,application/x-mozilla-static,,nsRDFModule +{9158c470-86e4-11d4-9be2-00e09872a416},,application/x-mozilla-static,,necko +{b9507aec-1dd1-11b2-8cd5-c48ee0c50307},,application/x-mozilla-static,,NSS +{c64d0bcb-8270-4ca7-a0b3-3380c8ffecb5},,text/javascript,,rel:nsSafebrowsingApplication.js +{b6ed3030-6183-11d3-a178-0050041caf44},,application/x-mozilla-static,,necko +{c07e81e0-ef12-11d2-92b6-00105a1b0d64},@mozilla.org/network/socket-transport-service;1,application/x-mozilla-static,nsSocketTransportService,necko +{64d6174c-1496-4ffd-87f2-da2670f88934},,application/x-mozilla-static,,mozSpellCheckerModule +{fb5c1775-1bbd-4b9c-abb0-ae7acd29e87e},,application/x-mozilla-static,,nsLayoutModule +{2002f781-3960-11d3-b3c3-00805f8a6670},,application/x-mozilla-static,,nsChardetModule +{1f34bc80-1bc7-11d6-a384-d705dd0746fc},,application/x-mozilla-static,,nsLayoutModule +{ba61519a-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{8b042e22-6f87-11d3-b3c8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{4dc30689-929d-425e-a709-082c6294e542},,application/x-mozilla-static,,nsLayoutModule +{ba6151b4-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{660d8ca5-f763-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule +{4f6b5e00-0c36-11d5-a535-0010a401eb10},,application/x-mozilla-static,,nsCookieModule +{495eca49-0a5c-11d4-a135-005004832142},,application/x-mozilla-static,,nsUConvModule +{a578e0a1-f76b-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule +{aeb8936f-219c-4d3c-8385-d9382daa551a},,application/x-mozilla-static,,mozSpellCheckerModule +{63c7b9f4-0cc8-43f8-b666-0a661655cb73},,application/x-mozilla-native,,rel:libbrowsercomps.so +{bacd8ad0-552f-11d3-a9f7-000064657374},,application/x-mozilla-static,,nsLayoutModule +{6803cac7-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule +{0bec75a8-1dd2-11b2-863a-f69f77c31371},,application/x-mozilla-static,,PKI +{d5eb483c-67c0-4286-a4a6-330e58a82300},,application/x-mozilla-static,,nsUCvMathModule +{9286e71a-621a-4b91-851e-9984c1a2e81a},,application/x-mozilla-static,,nsLayoutModule +{0704e7c0-a758-11d2-9119-006008a6edf6},,application/x-mozilla-static,,nsI18nModule +{4aef38b7-6364-4e23-a5e7-12f837fbbd9c},,application/x-mozilla-static,,nsLayoutModule +{660d8ca2-f763-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule +{6394eeb5-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{7b8556a6-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{ba61519f-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{5d5d92cd-6bf8-11d9-bf4a-000a95dc234c},,application/x-mozilla-static,,nsLayoutModule +{2d524fda-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule +{7baf62e0-8e61-11d2-8eb1-00805f29f370},,application/x-mozilla-static,,nsRDFModule +{136e2c4d-c5a4-477c-b131-d93d7d704f64},@mozilla.org/privatebrowsing-wrapper;1,application/x-mozilla-native,PrivateBrowsing Service C++ Wrapper,rel:libbrowsercomps.so +{0f2f347c-1e4f-40cc-8efd-792dea70a85e},,text/javascript,,rel:nsLoginInfo.js +{2ee83680-2af0-4bcb-bfa0-c9705f6554f1},,application/x-mozilla-static,,docshell_provider +{414af362-9ad8-4296-898e-62247f25a20e},,text/javascript,,rel:FeedProcessor.js +{2d524fdd-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule +{aaab6710-0f2c-11d5-a53b-0010a401eb10},,application/x-mozilla-static,,necko +{e9b301c0-e0e4-11d3-a1a8-0050041caf44},,application/x-mozilla-static,,necko +{23e8fd98-a625-4b08-be1a-f7cc18a5b106},,application/x-mozilla-static,,nsPluginModule +{77cfaaf2-1cf4-11d3-8aaf-00600811a836},,application/x-mozilla-static,,nsUConvModule +{d9b1f97e-cfa0-80b6-fb92-9972e48e3dcc},,application/x-mozilla-static,,nsUConvModule +{929814d6-1dd2-11b2-8e08-82fa0a339b00},,application/x-mozilla-static,,xpconnect +{ba5bc4c6-1dd1-11b2-bb89-b844c6ec0339},,application/x-mozilla-static,,nsAutoConfigModule +{e7caf8c0-3570-47fe-aa1b-da47539b5d07},,application/x-mozilla-static,,NSS +{ea06d4e5-2b3d-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule +{2f277c00-0eaf-4ddb-b936-41326ba48aae},,application/x-mozilla-static,,necko +{1423e739-782c-4081-b5d8-fe6fba68c0ef},,application/x-mozilla-static,,necko +{e042570c-62de-4bb6-a6e0-798e3c07b4df},,application/x-mozilla-static,,embedcomponents +{0ae53c0f-8ea2-4916-bedc-717443c3e185},,application/x-mozilla-static,,NSS +{0ddf4df8-4dbb-4133-8b79-9afb966514f5},,application/x-mozilla-static,,nsLayoutModule +{0de2fbfa-6b7f-11d7-bbba-0003938a9d96},,application/x-mozilla-static,,nsLayoutModule +{ba6151ac-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{cb3ede1a-0fa5-4e27-aafe-0f7801e5a1f1},,application/x-mozilla-static,,nsImageLib2Module +{c94f4a30-64d7-11d4-9960-00b0d02354a0},,application/x-mozilla-static,,NSS +{56ad2981-8a87-11d2-918c-0080c8e44db5},,application/x-mozilla-static,,nsLayoutModule +{822bcd11-6432-48be-9e9d-36f7804b7747},,application/x-mozilla-static,,nsCookieModule +{6ddb050c-0d04-11d4-986e-00c04fa0cf4a},,application/x-mozilla-static,,necko +{1691e1f4-ee41-11d4-9885-00c04fa0cf4b},,application/x-mozilla-static,,nsLayoutModule +{379c2774-ec77-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{a6cf90f5-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsLayoutModule +{49bb6593-3aff-4eb3-a068-2712c28bd58e},,text/javascript,,rel:FeedWriter.js +{e6156350-2be8-11db-a98b-0800200c9a66},,text/javascript,,rel:nsURLFormatter.js +{6394eead-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{42c52b81-a200-11d3-9d0b-0050040007b2},,application/x-mozilla-static,,nsXPIntlModule +{5d0cfa97-69dd-4e5e-ac84-f253162e8f9a},,text/javascript,,rel:FeedProcessor.js +{a59da932-4091-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule +{bfcb82c2-5611-4318-90d6-baf4a7864252},,application/x-mozilla-static,,nsLayoutModule +{9d3f70da-86e9-11d4-95ec-00b0d03e37b7},,application/x-mozilla-static,,nsLayoutModule +{2d524fd2-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule +{a2112d6a-0e28-421f-b46a-25c0b308cbd0},,application/x-mozilla-static,,embedcomponents +{2ce606b0-bee6-11d1-aad9-00805f8a3e14},,application/x-mozilla-static,,nsParserModule +{7526a738-9632-11d3-8cd9-0060b0fc14a3},,application/x-mozilla-static,,nsJarModule +{ff8c4d10-3194-11d3-9885-006008962422},@mozilla.org/js/xpc/ContextStack;1,application/x-mozilla-static,,xpconnect +{d2800356-c2d7-4e05-a884-79fe566af1cf},,application/x-mozilla-static,,nsUConvModule +{9868b4ce-da08-11d3-8cda-0060b0fc14a3},@mozilla.org/network/buffered-output-stream;1,application/x-mozilla-static,nsBufferedOutputStream,necko +{ba6151b9-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{d9b1f97f-cfa0-80b6-fb92-9972e48e3dcc},,application/x-mozilla-static,,nsUConvModule +{bc54f001-6eb0-4e32-9f49-7e064d8e70ef},,application/x-mozilla-static,,nsAuthModule +{26fb965c-9de6-11d3-bccc-0060b0fc76bd},,application/x-mozilla-static,,nsLayoutModule +{2d78bbf0-e26c-482b-92b3-78a7b2afc8f7},,application/x-mozilla-static,,nsLayoutModule +{62b778a6-bce3-456b-8c31-2865fbb68c91},@mozilla.org/network/idn-service;1,application/x-mozilla-static,nsIDNService,necko +{9416bfb3-1f93-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{6030f7ef-32ed-46a7-9a63-6a5d3f90445f},,application/x-mozilla-static,,nsLayoutModule +{e7c2aaf5-c11a-4954-9dbf-e28edec1fd91},,application/x-mozilla-static,,nsLayoutModule +{6803cacc-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule +{9f6d5d40-90e7-11d3-af80-00a024ffc08c},,application/x-mozilla-static,,docshell_provider +{8b5314bc-db01-11d2-96ce-0060b0fb9956},,application/x-mozilla-static,,nsWidgetGtk2Module +{660d8ca7-f763-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule +{7b8556a2-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{bd1326a6-5a14-48de-97cc-95b5195f4fb9},,application/x-mozilla-static,,nsUCvMathModule +{ba6151a4-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{75c80fd0-accb-432c-af59-ec60668c3990},,application/x-mozilla-static,,nsAuthModule +{6deb193c-f87d-4078-bc78-5e64655b4d62},,application/x-mozilla-native,,rel:libbrowserdirprovider.so +{44588c1f-2ce8-4ad8-9b16-dfb9d9d513a7},,application/x-mozilla-static,,necko +{45c23a20-d71c-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{a6cf9112-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsParserModule +{f916ebfb-78ef-464b-94d0-a6f2ca3200ae},,application/x-mozilla-static,,nsWidgetGtk2Module +{c6e8c44d-9f39-4af7-bcc0-76e38a8310f5},,text/javascript,,rel:nsBrowserGlue.js +{0e4e7d00-f71a-439f-9178-1a71ff11b55f},,application/x-mozilla-static,,nsLayoutModule +{7b8556b2-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{7c657d13-ec5e-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{6394eea5-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{9416bfc0-1f93-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{2e363d60-872e-11d2-b531-000000000000},,application/x-mozilla-static,,nsLayoutModule +{d930e29b-6909-44e5-ab4b-af10d6923705},,application/x-mozilla-static,,nsWidgetGtk2Module +{a1b72850-a999-11d2-9119-006008a6edf6},,application/x-mozilla-static,,nsI18nModule +{3a0a0fc1-8349-11d3-be47-00104bde6048},,application/x-mozilla-static,,nsLayoutModule +{6049b263-c1e6-11d1-a827-0040959a28c9},,application/x-mozilla-static,,nsGfxModule +{670ee5da-6ad5-11d7-9950-000393636592},,application/x-mozilla-static,,embedcomponents +{ec693a6f-0832-49dd-877c-89f6552df5de},,application/x-mozilla-static,,NSS +{dccbe7e4-7750-466b-a557-5ea36c8ff24e},,application/x-mozilla-static,,necko +{1f59b001-02c9-11d5-ae76-cc92f7db9e03},,application/x-mozilla-static,,embedcomponents +{ba6151b1-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{47433d1d-d9a7-4954-994f-f7a05cf87c2e},,application/x-mozilla-static,,nsUConvModule +{cb9e0de8-3598-4ed7-857b-827f011ad5d8},,text/javascript,,rel:nsLoginManager.js +{495eca46-0a5c-11d4-a135-005004832142},,application/x-mozilla-static,,nsUConvModule +{0e6892c1-a9ad-11d2-b3ae-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{d4214e93-fb94-11d2-bdd8-00104bde6048},,application/x-mozilla-static,,nsRDFModule +{58f089ee-512a-42d2-a935-d0c874128930},,application/x-mozilla-static,,nsLayoutModule +{6316c6ce-12d3-479e-8f53-e289351412b8},@mozilla.org/intl/stringbundle/text-override;1,application/x-mozilla-static,String Textfile Overrides,nsI18nModule +{6803cac4-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule +{34587f4a-be18-43c0-9112-b782b08c0add},,application/x-mozilla-static,,BOOT +{5ba6d920-d4e9-11d3-a1a5-0050041caf44},,application/x-mozilla-static,,necko +{822cb9ae-6421-4484-b3c3-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{6803cac9-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule +{1b117e16-0cad-11d4-986e-00c04fa0cf4a},,application/x-mozilla-static,,nsJarModule +{4b664e54-72a2-4bbf-a5c2-66d4dc3066a0},,application/x-mozilla-static,,nsLayoutModule +{8e4444ff-8e99-4bdd-aa7f-fb3c1c77319f},,text/javascript,,rel:FeedProcessor.js +{6394eeb2-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{6803cacd-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule +{b992ddcd-3899-4320-9909-924b3e72c922},,text/javascript,,rel:FeedProcessor.js +{7b8556a3-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{471f4944-1dd2-11b2-87ac-90be0a51d609},,application/x-mozilla-static,,embedcomponents +{14c13684-1dd2-11b2-9463-bb10ba742554},,application/x-mozilla-static,,nsToolkitCompsModule +{9c7ec5d1-23f9-11d5-aea8-8fcc0793e97f},,application/x-mozilla-static,,necko +{2d524fd7-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule +{b148eed2-236d-11d3-b35c-00a0cc3c1cde},,application/x-mozilla-static,,nsWidgetGtk2Module +{12bb8f16-2389-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsChardetModule +{ed394ba0-5472-11d3-bbc8-0000861d1237},,application/x-mozilla-static,,necko +{e638d761-8687-11d2-b530-000000000000},,application/x-mozilla-static,,nsRDFModule +{762c4ae7-b923-422f-b97e-b9bfc1ef7bf0},,application/x-mozilla-static,,nsLayoutModule +{9e9b565a-8e52-4c1a-8805-b2b91655f874},,application/x-mozilla-static,,nsI18nModule +{057b04d0-0ccf-11d2-beba-00805f8a66dc},,application/x-mozilla-static,,docshell_provider +{0a698c44-3bff-11d4-9649-00c0ca135b4e},,application/x-mozilla-static,,nsUConvModule +{bfd1a791-ad9f-11d3-bdc7-0050040a9b44},,application/x-mozilla-static,,docshell_provider +{36102b6b-7b62-451a-a1c8-a0d456c92dc5},,application/x-mozilla-static,,nsSecurityManagerModule +{ec7a6c20-e081-11da-8ad9-0800200c9a66},,text/javascript,,rel:nsSessionStartup.js +{8aa66d77-1bbb-45a6-991e-b8f47751c291},,text/javascript,,rel:nsLoginManagerPrompter.js +{9eb760f0-4380-11d2-b328-00805f8a3859},,application/x-mozilla-static,,nsLayoutModule +{2e41ada0-62b7-4902-b9a6-e4542aa458ba},,application/x-mozilla-static,,embedcomponents +{320706d2-2e81-42c6-89c3-8d83b17d3fb4},,application/x-mozilla-static,,necko +{1f5c1721-7dc3-11d3-bf87-00105a1b0627},,application/x-mozilla-static,,nsLayoutModule +{f1eac761-87e9-11d3-af80-00a024ffc08c},,application/x-mozilla-static,,Browser_Embedding_Module +{40b22006-5dd5-42f2-bfe7-7dbf0757ab8b},,application/x-mozilla-static,,nsLayoutModule +{9ef9fa14-1dd1-11b2-9d65-d72d6d1f025e},,application/x-mozilla-static,,necko +{5632bf70-51ec-11d3-9896-006008962422},@mozilla.org/js/xpc/Exception;1,application/x-mozilla-static,,xpconnect +{36b63ef3-e0fa-4c49-9fd4-e065e85568f4},,application/x-mozilla-static,,necko +{6394eebf-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{ba6151a9-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{379c2778-ec77-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{dc8e21a0-03e4-11da-8cd6-0800200c9a66},,application/x-mozilla-static,,nsAuthModule +{17491ba4-1dd2-11b2-aae3-de6b92dab620},,application/x-mozilla-static,,necko +{d6008c40-4dad-11d2-b328-00805f8a3859},,application/x-mozilla-static,,nsLayoutModule +{3a8a3a50-512c-11d4-9a54-000064657374},,application/x-mozilla-static,,nsLayoutModule +{4f91ef2e-57ba-472e-ab7a-b4999e42d6c0},,text/javascript,,rel:FeedConverter.js +{54ae32f8-1dd2-11b2-a209-df7c505370f8},,text/javascript,,rel:nsFilePicker.js +{9f6a0d2e-1dd1-11b2-a5b8-951f13c846f7},,application/x-mozilla-static,,nsImageLib2Module +{94f1de09-d0e5-4ca8-94c2-98b049316b7f},,application/x-mozilla-static,,nsSystemPrefModule +{a4557478-ae16-11d5-ba4b-00108303b117},,application/x-mozilla-static,,NSS +{adf42751-1cef-4ad2-aa8e-bcb849d8d31f},,application/x-mozilla-static,,nsI18nModule +{a39e0e9d-e567-41e3-b12c-5df67f18174d},,application/x-mozilla-static,,NSS +{fb8cbf4e-4701-4ba1-b1d6-5388e041fb67},,application/x-mozilla-static,,necko +{feca3c34-205e-4ae5-bd1c-03c686ff012b},,application/x-mozilla-static,,nsLayoutModule +{7c657d18-ec5e-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{f66bc334-1dd1-11b2-bab2-90e04fe15c19},,application/x-mozilla-static,,Browser_Embedding_Module +{a772eee4-0464-405d-a329-a29dfda3791a},,application/x-mozilla-static,,docshell_provider +{3a449110-66fd-11d4-9528-0020183bf181},,application/x-mozilla-static,,Browser_Embedding_Module +{6fb0c970-e1b1-11db-8314-0800200c9a66},,application/x-mozilla-native,,rel:libbrowsercomps.so +{b5e65b52-1dd1-11b2-ae8f-f0928ed88482},@mozilla.org/js/xpc/RuntimeService;1,application/x-mozilla-static,,xpconnect +{38d1592e-b81e-432b-86f8-471878bbfe07},,application/x-mozilla-static,,nsImageLib2Module +{01e1c3ff-094a-d048-44b4-62d29c7b4f39},,application/x-mozilla-static,,nsLayoutModule +{0fa3158c-d5a7-43de-9181-a285e74cf1d4},,application/x-mozilla-static,,nsUnixProxyModule +{2002f783-3960-11d3-b3c3-00805f8a6670},,application/x-mozilla-static,,nsChardetModule +{6ebc941a-f2ff-4d56-b3b6-f7d0b9d73344},,text/javascript,,rel:nsDefaultCLH.js +{1abdcc96-1dd2-11b2-b520-f8f59cdd67bc},,application/x-mozilla-static,,nsLayoutModule +{e09af32d-2a54-4d76-9ef0-3070e83f8be7},,application/x-mozilla-static,,nsLayoutModule +{a665e49a-f3e6-4fed-9f31-f7c568a29899},@mozilla.org/intl/unicodenormalizer;1,application/x-mozilla-static,Unicode Normlization,nsI18nModule +{ba6151b6-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{cf0f71fd-fafd-4e2b-9fdc-134d972e16e2},,application/x-mozilla-static,,necko +{5fb907e0-1dd2-11b2-a7c0-f14c416a62a1},,application/x-mozilla-static,,NSS +{0c797702-1c60-4051-9dd7-4d7405605642},,application/x-mozilla-static,,jsctypes +{13e50d8d-9cee-4ad1-a3a2-4a442fdf7dfa},,application/x-mozilla-static,,nsComposerModule +{a1fde867-e802-11d4-9885-00c04fa0cf4b},,application/x-mozilla-static,,nsLayoutModule +{a578e0a3-f76b-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{f96f5ec9-755b-447e-b1f3-717d1a84bb41},,application/x-mozilla-static,,nsLayoutModule +{84e11f80-ca55-11dd-ad8b-0800200c9a66},,application/x-mozilla-native,,rel:libmozgnome.so +{776588a6-86d5-47e2-b6b3-992810078202},,application/x-mozilla-static,,nsUConvModule +{f6913e2e-1dd1-11b2-84be-f455dee342af},,application/x-mozilla-static,,necko +{a6cf9120-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsI18nModule +{06aa7c21-fe05-4cf2-b1c4-0c7126a4f713},,application/x-mozilla-static,,nsLayoutModule +{ba61519d-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{660d8ca4-f763-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule +{6394eeb7-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{69bb8313-2d4f-45ec-97e0-d39da58ecce9},,text/javascript,,rel:nsExtensionManager.js +{7b8556a8-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{ba6151a1-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{830b5f80-e2f2-11d3-b32f-004005a7a7e4},,application/x-mozilla-static,,nsUCvMathModule +{2d524fdc-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule +{cc10c750-9ec3-11d2-b3ae-00805f8a6670},,application/x-mozilla-static,,nsI18nModule +{12bb8f1b-2389-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule +{d9783472-8fe9-11d2-9d3c-0060088f9ff7},,application/x-mozilla-static,,nsLayoutModule +{09f689e0-b4da-11d2-a68b-00104bde6048},,application/x-mozilla-static,,nsLayoutModule +{eae599aa-ecef-49c6-a8af-6ddcc6feb484},,application/x-mozilla-static,,NSS +{fcca6f83-9f7d-44e4-a74b-b59433e6c8c3},,application/x-mozilla-static,,nsLayoutModule +{218f2ac0-0a48-11d3-b3ba-00805f8a6670},,application/x-mozilla-static,,nsChardetModule +{51fa28c7-74c0-4b85-9c46-d03faa7b696b},,application/x-mozilla-static,,necko +{663ca4a8-d219-4000-925d-d8f66406b626},,application/x-mozilla-static,,nsAccessibilityModule +{6394eea2-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{bfd05264-834c-11d2-8eac-00805f29f370},,application/x-mozilla-static,,nsRDFModule +{ca200860-4696-40d7-88fa-4490d423a8ef},,application/x-mozilla-static,,embedcomponents +{2bc2ad62-ad5d-4b7b-a9db-f74ae203c527},,application/x-mozilla-static,,nsUConvModule +{1f1ce501-663a-11d3-b7a0-be426e4e69bc},,application/x-mozilla-static,,appshell +{3f429a14-dffe-417d-8cb8-fdf09bacd09e},,application/x-mozilla-static,,NSS +{a2059c0e-5a58-4c55-ab7c-26f0557546ef},,application/x-mozilla-static,,satchel +{a61e6398-2057-40fd-9c81-873b908d24e7},,application/x-mozilla-static,,nsWidgetGtk2Module +{8d995d4f-adcc-4159-b7f1-e94af72eeb88},,application/x-mozilla-static,,BOOT +{2ee3039b-2de4-43d9-93b0-649beacff39a},,application/x-mozilla-static,,tkAutoCompleteModule +{75a500a2-0030-40f7-86f8-63f225b940ae},,application/x-mozilla-native,,rel:libdbusservice.so +{67671792-8e25-4487-b1b7-5073cfa95fee},,application/x-mozilla-static,,nsUCvMathModule +{ba6151ae-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{1f13b201-39fa-11d6-a7f2-df501ff820dc},,application/x-mozilla-static,,nsLayoutModule +{ea06d4e1-2b3d-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule +{a3254cb0-8e20-11d2-8a98-00600811a836},,application/x-mozilla-static,,nsUConvModule +{9dcef3a4-a3bc-11d5-ba47-00108303b117},,application/x-mozilla-static,,NSS +{ac9e3e82-bfbd-4f26-941e-f58c8ee178c1},,application/x-mozilla-static,,nsLayoutModule +{9e3b6c90-2f75-11d3-8cd0-0060b0fc14a3},,application/x-mozilla-static,,necko +{7dd4d320-c84b-4624-8d45-7bb9b2356977},,application/x-mozilla-static,,nsToolkitCompsModule +{374e0cde-f605-4259-8c92-e639c6c2eeef},,application/x-mozilla-static,,nsUniversalCharDetModule +{2a898043-180f-4c8b-8e54-410c7a540f27},,application/x-mozilla-static,,nsWidgetGtk2Module +{2376201c-bbc6-472f-9b62-7548040a61c6},,text/javascript,,rel:FeedConverter.js +{e0da1d70-2f7b-11d3-8cd0-0060b0fc14a3},,application/x-mozilla-static,,necko +{a181af0d-68b8-4308-94db-d4f859058215},,application/x-mozilla-static,,necko +{461cd5dd-73c6-47a4-8cc3-603b37d84a61},,application/x-mozilla-static,,ZipWriterModule +{5534ddc0-dd96-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{84b0f182-c6c7-11d2-b3b0-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{6394eeaf-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{460a9792-b154-4f26-a922-0f653e2c8f91},,text/javascript,,rel:nsMicrosummaryService.js +{a2027ec6-ba0d-4c72-805d-148233f5f33c},,application/x-mozilla-static,,necko +{ba615199-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{495eca43-0a5c-11d4-a135-005004832142},,application/x-mozilla-static,,nsUConvModule +{3f6fe6a1-ac0a-11d2-b3ae-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{296d76aa-275b-4f3c-af8a-30a4026c18fc},,application/x-mozilla-static,,NSS +{2d524fd4-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule +{a6cf90e5-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsLayoutModule +{77c0e42a-1dd2-11b2-8ebf-edc6606f2f4b},,application/x-mozilla-static,,necko +{7bb40992-77eb-43db-9a4e-39d3bcc383ae},,application/x-mozilla-static,,nsParserModule +{8a0dce80-e2f2-11d3-b32f-004005a7a7e4},,application/x-mozilla-static,,nsUCvMathModule +{a4048e94-1dd1-11b2-a676-8a06c086cc7d},,application/x-mozilla-static,,nsRDFModule +{549abb24-7c9d-4aba-915e-7ce0b716b32f},,application/x-mozilla-static,,nsSystemPrefModule +{815e42e0-72cc-480f-934b-148e33c228a6},,application/x-mozilla-static,,nsAuthModule +{ba6151bb-ec62-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{95f46161-d177-11d2-bf86-00105a1b0627},,application/x-mozilla-static,,nsLayoutModule +{072a5c3d-30c6-4f07-b87f-9f63d51403f2},,text/javascript,,rel:FeedProcessor.js +{e1c61582-2a84-11d3-8cce-0060b0fc14a3},,application/x-mozilla-static,,necko +{a0f827e2-8ab6-11d5-a14b-005004832142},,application/x-mozilla-static,,nsUConvModule +{6803cace-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule +{32314cc8-22f7-4f7f-a645-1a45453ba6a6},,text/javascript,,rel:nsHandlerService.js +{1c31ed79-accd-4b94-b517-06e0c81999d5},,text/javascript,,rel:FeedConverter.js +{2f977d4f-5485-11d4-87e2-0010a4e75ef2},,application/x-mozilla-static,,nsPrefModule +{fe74cf80-aa2d-11db-abbd-0800200c9a66},,text/javascript,,rel:fuelApplication.js +{660d8ca9-f763-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule +{6394eebc-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{7b8556ad-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{379c2775-ec77-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{a4e5888f-4fe4-4632-8e7e-745196ea7c70},,application/x-mozilla-static,,NSS +{541afcb2-a9a3-11d2-8ec5-00805f29f370},,application/x-mozilla-static,,nsLayoutModule +{bfd0526d-834c-11d2-8eac-00805f29f370},,application/x-mozilla-static,,nsRDFModule +{4f47e42e-4d23-4dd3-bfda-eb29255e9ea3},,application/x-mozilla-static,,necko +{64edb481-0c04-11d5-a73c-e964b968b0bc},,application/x-mozilla-static,,embedcomponents +{7e677795-c582-4cd1-9e8d-8271b3474d2a},,application/x-mozilla-static,,embedcomponents +{af7a9951-aa48-11d2-b3ae-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{797bec5a-1dd2-11b2-a7f8-ca397e0179c4},,application/x-mozilla-static,,nsImageLib2Module +{27aecc62-7777-428e-b34c-5973a47b8298},,application/x-mozilla-static,,nsLayoutModule +{d96d5985-a13a-4bdc-9386-ef348d7a97a1},,application/x-mozilla-native,,rel:libmozgnome.so +{efc323e2-ec62-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{fca3766a-434a-4ae7-83cf-0909e18a093a},,application/x-mozilla-static,,necko +{95d89e3e-a169-41a3-8e56-719978e15b12},@mozilla.org/xre/app-info;1,application/x-mozilla-static,nsXULAppInfo,Apprunner +{fcacef22-2b40-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule +{9ac9e770-18bc-11d3-9337-00104ba0fd40},@mozilla.org/network/io-service;1,application/x-mozilla-static,nsIOService,necko +{7c657d15-ec5e-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{edb0490e-1dd1-11b2-83b8-dbf8d85906a6},,application/x-mozilla-static,,nsToolkitCompsModule +{6394eea7-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{a21bfa01-f349-4394-a84c-8de5cf0737d0},,application/x-mozilla-static,,embedcomponents +{63ac8c66-1dd2-11b2-b070-84d00d3eaece},,text/javascript,,rel:nsProxyAutoConfig.js +{ba615191-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{fe4f7592-c1fc-4662-ac83-538841318803},,application/x-mozilla-static,,xpconnect +{fc2389b8-c650-4093-9e42-b05e5f0685b7},,application/x-mozilla-static,,nsWidgetGtk2Module +{58a1c31c-1dd2-11b2-a3f6-d36949d48268},,application/x-mozilla-static,,necko +{c7e410d4-85f2-11d3-9f63-006008a6efe9},,application/x-mozilla-static,,nsJarModule +{18a03189-067b-4978-b4f1-bafe35292ed6},,text/javascript,,rel:txEXSLTRegExFunctions.js +{7b8556b1-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{7ee2a4c0-4b93-17d3-ba18-0060b0f199a2},@mozilla.org/scriptsecuritymanager;1,application/x-mozilla-static,scriptsecuritymanager,nsSecurityManagerModule +{ba6151b3-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{ca168834-cc00-48f9-b83c-fd018e58cae3},,text/javascript,,rel:nsUrlClassifierListManager.js +{77221d5a-1dd2-11b2-8c69-c710f15d2ed5},,application/x-mozilla-static,,nsWidgetGtk2Module +{5280606b-2510-4fe0-97ef-9b5a22eafe6b},,text/javascript,,rel:nsSessionStore.js +{495eca48-0a5c-11d4-a135-005004832142},,application/x-mozilla-static,,nsUConvModule +{6049b262-c1e6-11d1-a827-0040959a28c9},,application/x-mozilla-static,,nsGfxModule +{b00ed78a-04e2-4f74-8e1c-d1af79dfd12f},,application/x-mozilla-static,,necko +{bfd05264-834c-11d2-8eac-00805f29f371},,application/x-mozilla-static,,nsLayoutModule +{e746a8b1-c97a-4fc5-baa4-66607521bd08},,application/x-mozilla-static,,necko +{a6cf9063-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsLayoutModule +{6803cac6-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule +{fcacef21-2b40-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule +{518e071f-1dd2-11b2-937e-c45f14def778},,application/x-mozilla-static,,PKI +{f24a14f0-4fa1-11d3-9894-006008962422},,application/x-mozilla-static,,xpconnect +{e35d5067-95bc-4029-8432-e8f1e431148d},,text/javascript,,rel:nsContentDispatchChooser.js +{660d8ca1-f763-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule +{6394eeb4-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{14c0e880-623e-11d3-a178-0050041caf44},,application/x-mozilla-static,,necko +{7a2a7a56-827f-4b38-bdac-31aa7ec2971d},,text/javascript,,abs:/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/ubufox@ubuntu.com/components/aboutHome.js +{ba61519e-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{4f5e62b8-d659-4156-84fc-2f6099400369},,application/x-mozilla-static,,nsLayoutModule +{6c84aec9-29a5-4264-8fbc-bee8f922ea67},,application/x-mozilla-static,,necko +{2d524fd9-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule +{47cd0651-b1be-4a0f-b5c4-10e5a573ef71},,text/javascript,,rel:nsBrowserContentHandler.js +{e91f9440-e076-11d3-b32f-004005a7a7e4},,application/x-mozilla-static,,nsUCvMathModule +{06beec76-a183-4d9f-85dd-085f26da565a},,application/x-mozilla-static,,nsWidgetGtk2Module +{fd9a9e8a-a77b-496a-b7bb-263df9715149},,application/x-mozilla-static,,nsImageLib2Module +{e7f70966-9a37-48d7-8aeb-35998f31090e},,application/x-mozilla-static,,nsToolkitCompsModule +{a0ccaaf8-09da-44d8-b250-9ac3e93c8117},,application/x-mozilla-static,,nsToolkitCompsModule +{21dd6a03-413c-11d3-b3c3-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{ecba5203-77da-465a-865e-78b7af10d8f7},,application/x-mozilla-static,,nsWidgetGtk2Module +{5551a1e0-5a66-11d3-806a-00600811a9c3},,application/x-mozilla-static,,application +{50e95301-17a8-11d4-9f7e-dd530d5f057c},,application/x-mozilla-static,,nsComposerModule +{6c3c274b-4cbf-4bb5-a635-05ad2cbb6535},,application/x-mozilla-static,,docshell_provider +{25029490-f132-11d2-9588-00805f369f95},,application/x-mozilla-static,,necko +{30dcd313-73e1-447d-8339-37744952154e},,application/x-mozilla-static,,nsUConvModule +{e638d760-8687-11d2-b530-000000000001},,application/x-mozilla-static,,nsRDFModule +{fc886801-e768-11d4-9885-00c04fa0cf4b},,application/x-mozilla-static,,nsLayoutModule +{ac2bb8fe-eeeb-4572-b40f-be03932b56e0},,application/x-mozilla-static,,nsImageLib2Module +{4ea60761-31d6-491d-9e34-4b53a26c416c},,application/x-mozilla-static,,NSS +{aa40253b-4c42-4056-8132-37bcd07862fd},,application/x-mozilla-static,,nsLayoutModule +{baa34652-f1f1-4185-b224-244ee82a413a},,application/x-mozilla-static,,nsLayoutModule +{fbc81170-1f69-11d3-9344-00104ba0fd40},@mozilla.org/network/protocol;1?name=file,application/x-mozilla-static,nsFileProtocolHandler,necko +{a0d6ad32-1dd1-11b2-aa55-a40187b54036},,application/x-mozilla-static,,necko +{984e3259-9266-49cf-b605-60b022a00756},,application/x-mozilla-static,,nsPlacesModule +{ba6151ab-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{7584ce90-5b25-11d3-a175-0050041caf44},,application/x-mozilla-static,,necko +{0a5cd734-eb65-4d14-88a0-9f0bb2aba206},,application/x-mozilla-static,,nsRDFModule +{749e62f4-60ae-4569-a8a2-de78b649660e},,text/javascript,,rel:nsLoginManagerPrompter.js +{9a28ffa7-e6ef-4b52-a127-6ad951de8e9b},,application/x-mozilla-native,,rel:libbrowsercomps.so +{2d96b3df-c051-11d1-a827-0040959a28c9},,application/x-mozilla-static,,nsWidgetGtk2Module +{a6cf9115-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsGfxModule +{5c337258-a580-472e-8615-f277ddc5bb06},,application/x-mozilla-static,,nsWidgetGtk2Module +{0e3afd3d-eb60-4c2b-963b-56d7c439f124},,application/x-mozilla-static,,nsLayoutModule +{8eaaf524-7d6d-4f7d-ae8b-9277b324008d},,text/javascript,,rel:nsAddonRepository.js +{6394eeac-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{36fa00c2-1dd2-11b2-be07-d16eeb4c50ed},,application/x-mozilla-static,,nsImageLib2Module +{275d800e-3f60-4896-adb7-d7f390ce0e42},@mozilla.org/network/url-parser;1?auth=yes,application/x-mozilla-static,nsAuthURLParser,necko +{a59da931-4091-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule +{0659cb83-faad-11d2-8e19-b206620a657c},,application/x-mozilla-static,,appshell +{f3294b1c-89f4-46f8-98a0-44e1eae92518},,text/javascript,,rel:nsExtensionManager.js +{2d524fd1-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule +{20557898-1dd2-11b2-8f65-9c462ee2bc95},,application/x-mozilla-static,,nsImageLib2Module +{2d96b3d1-c051-11d1-a827-0040959a28c9},,application/x-mozilla-static,,nsWidgetGtk2Module +{13111d00-ce81-11d6-8082-ecf3665af67c},,application/x-mozilla-static,,nsLayoutModule +{bc26ff01-f2bd-11d4-a73c-e5a4b5a8bdfc},,application/x-mozilla-static,,nsComposerModule +{a41661d5-1417-11d5-9882-00c04fa02f40},,application/x-mozilla-static,,docshell_provider +{ba6151b8-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{b57f97c2-0d70-11d3-8aae-00600811a836},,application/x-mozilla-static,,nsUConvModule +{c87a37fc-8109-4ce2-a322-8cdec925379f},,application/x-mozilla-static,,nsLayoutModule +{9416bfb2-1f93-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{e7ba1480-1dea-11d3-830f-00104bed045e},,application/x-mozilla-static,,nsLayoutModule +{6803cacb-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule +{f68578eb-6ec2-4169-ae19-8c6243f0abe1},,text/javascript,,rel:nsHelperAppDlg.js +{d92d57c5-ba1d-11d2-af0c-0060089fe59b},,application/x-mozilla-static,,nsI18nModule +{e036c738-1dd1-11b2-9392-9d94aa74b0c5},,application/x-mozilla-static,,nsAutoConfigModule +{8b5314bb-db01-11d2-96ce-0060b0fb9956},,application/x-mozilla-static,,nsWidgetGtk2Module +{e7509b46-2eb2-410a-9d7c-c3ce73284d01},,application/x-mozilla-static,,nsLayoutModule +{d673255d-1184-400a-b0b5-ee9d1295bd85},,application/x-mozilla-static,,nsUConvModule +{6394eeb9-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{d0a75e02-b5e7-11d5-a7f2-df109fb8a1fc},,application/x-mozilla-static,,nsLayoutModule +{a33982d3-1adf-4162-9941-f734bc45e4ed},,application/x-mozilla-static,,nsComposerModule +{7b8556aa-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{bd6390c8-fbea-11d4-98f6-001083010e9b},,application/x-mozilla-static,,docshell_provider +{c375fa80-150f-11d6-a618-0010a401eb10},,application/x-mozilla-static,,necko +{660d8ca3-f763-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule +{d750a964-2d14-484c-b3aa-8ed7823b5c7b},,application/x-mozilla-static,,nsLayoutModule +{f57899d0-4e2c-4ac6-9e29-50c736103b0c},,text/javascript,,rel:nsSetDefaultBrowser.js +{786e0a0e-e035-4600-8ee0-365a63a80b80},,application/x-mozilla-static,,nsToolkitCompsModule +{b0ff4572-dae4-4bef-a092-83c1b88f6be9},@mozilla.org/network/dns-service;1,application/x-mozilla-static,nsDNSService,necko +{bbc23860-2553-479d-8b78-94d9038334f7},,text/javascript,,rel:nsTaggingService.js +{064d9cee-1dd2-11b2-83e3-d25ab0193c26},,application/x-mozilla-static,,nsPrefModule +{6394eea4-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{6ee5301a-3981-49bd-85f8-1a2cc228cf3e},,application/x-mozilla-static,,nsUniversalCharDetModule +{9416bfbf-1f93-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{2bf64765-997f-450d-af96-3028d1a902b0},,application/x-mozilla-static,,nsI18nModule +{9c8f9601-801a-11d2-98ba-00805f297d89},,application/x-mozilla-static,,nsTransactionManagerModule +{6c392c62-1ab1-4de7-bfc6-ed4f9fc7749a},,application/x-mozilla-static,,nsLayoutModule +{7dfdf0d1-aff6-4a34-bad1-d0fe74601642},,text/javascript,,rel:nsDownloadManagerUI.js +{b7b2ccec-7912-4ea6-a548-b038447004bd},,application/x-mozilla-static,,nsToolkitCompsModule +{06893e69-71d8-4b23-81eb-80314daf3e66},,application/x-mozilla-native,,rel:libbrowsercomps.so +{d899a152-9412-46b2-b651-2e71c5c2f05f},,application/x-mozilla-static,,nsLayoutModule +{217d014a-1dd2-11b2-999c-b0c4df79b324},,application/x-mozilla-static,,NSS +{80d7e247-d4b8-45d7-bb59-6f1dd56f384c},,application/x-mozilla-static,,nsLayoutModule +{ba6151b0-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{df71c6f0-ec53-11d2-bdca-000064657374},,application/x-mozilla-static,,nsRDFModule +{c2be6dc0-ef1e-4abd-86a2-4f864ddc57f6},,application/x-mozilla-static,,nsToolkitCompsModule +{792a7e82-06a0-437c-af63-b2d12e808acc},,text/javascript,,rel:WebContentConverter.js +{495eca45-0a5c-11d4-a135-005004832142},,application/x-mozilla-static,,nsUConvModule +{78c61626-4d1f-4843-9364-4652d98ff6e1},,application/x-mozilla-static,,nsImageLib2Module +{6356aa16-7916-4215-a825-cbc2692ca87a},,application/x-mozilla-static,,application +{e11a6080-4daa-11d2-b328-00805f8a3859},,application/x-mozilla-static,,nsLayoutModule +{7e6e57c0-e2f2-11d3-b32f-004005a7a7e4},,application/x-mozilla-static,,nsUCvMathModule +{ea06d4e3-2b3d-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule +{5871a422-1dd2-11b2-ab3f-e2e56be5da9c},,application/x-mozilla-static,,nsImageLib2Module +{15629ada-a41c-4a09-961f-6553cd60b1a2},,application/x-mozilla-static,,necko +{e197cc01-cfe1-11d4-8eb0-87ae406dfd3f},,application/x-mozilla-static,,nsLayoutModule +{2ea2e7d0-4095-11d3-9144-006008a6edf6},,application/x-mozilla-static,,nsI18nModule +{dd156d62-d26f-4441-9cdb-e8f09107c273},,application/x-mozilla-static,,nsSecurityManagerModule +{6394eeb1-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{c272fee0-c7e9-11d3-8cda-0060b0fc14a3},@mozilla.org/network/file-output-stream;1,application/x-mozilla-static,nsFileOutputStream,necko +{96ec4163-efc8-407a-8735-007fb26be4e8},,application/x-mozilla-static,,nsAuthModule +{e38e53b9-5bb0-456a-b553-579370cb1567},,application/x-mozilla-static,,xpconnect +{a6cf90e3-15b3-11d2-932e-00805f8add32},,application/x-mozilla-static,,nsLayoutModule +{d164e770-4157-11d4-9a42-000064657374},,application/x-mozilla-static,,nsLayoutModule +{2d524fd6-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule +{a277189c-1dd1-11b2-a8c9-e4e8bfb1338e},,application/x-mozilla-static,,NSS +{2cd0c310-e127-44d0-88fc-4435c9ab4d4b},,text/javascript,,rel:jsconsole-clhandler.js +{301dea42-6850-4cda-8945-81f7dbc2186b},,application/x-mozilla-static,,necko +{b322a5c0-a419-484e-96ba-d7182163899f},,text/javascript,,rel:nsUpdateTimerManager.js +{9c47c121-1c6e-4d8f-b904-3ac968116e88},,application/x-mozilla-static,,docshell_provider +{8b449142-1eab-4bfa-9830-fab6ebb09774},,application/x-mozilla-static,,nsLayoutModule +{6bd13476-1dd2-11b2-bbef-f0ccb5fa64b6},@mozilla.org/moz/jsloader;1,application/x-mozilla-static,JS component loader,xpconnect +{c8e518c1-47ae-11d3-91cd-00105aa3f7dc},,application/x-mozilla-static,,nsI18nModule +{2fd6b7f6-eb8c-4f32-ad26-113f2c02d0fe},,application/x-mozilla-static,,JavaScript_Debugger +{ff9fbcd7-9517-4334-b97a-ceed78909974},,application/x-mozilla-static,,NSS +{510a86bb-6019-4ed1-bb4f-965cffd23ece},,application/x-mozilla-static,,necko +{b084a2ce-1dd1-11b2-bf10-8324f8e065cc},,application/x-mozilla-static,,NSS +{3d262d00-8b5a-11d2-8eb0-00805f29f370},,application/x-mozilla-static,,nsLayoutModule +{dca61eb5-c7cd-4df1-b0fb-d0722baba251},,text/javascript,,rel:nsLivemarkService.js +{ea06d4e4-2b3d-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUniversalCharDetModule +{660a3226-915c-4ffb-bb20-8985a632df05},,application/x-mozilla-static,,NSS +{2ec62893-3b35-48fa-ab1d-5e68a9f45f08},,application/x-mozilla-static,,necko +{ce002b28-92b7-4701-8621-cc925866fb87},,application/x-mozilla-static,,nsCookieModule +{7ef52eaf-b7e1-462b-87e2-5d1dbaca9048},,application/x-mozilla-static,,mozSpellCheckerModule +{c95f1831-c376-11d1-b721-00600891d8c9},,application/x-mozilla-static,,nsLayoutModule +{cf3a0e06-1dd1-11b2-a904-ac1d6da77a02},,application/x-mozilla-static,,necko +{e09e4ca6-276b-4bb4-8b71-0635a3a2a007},,text/javascript,,rel:storage-Legacy.js +{56c778e4-1bee-45f3-a689-886692a97fe7},,application/x-mozilla-static,,mozSpellCheckerModule +{ec06f3fc-70db-4ecd-94e0-a6e91ca44d8a},,application/x-mozilla-static,,docshell_provider +{7bd05c78-6a26-11d7-b16f-0003938a9d96},,application/x-mozilla-static,,nsLayoutModule +{6394eebe-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{7b8556af-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{379c2777-ec77-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{de401c37-9a7f-4278-a6f8-3de2833989ef},,application/x-mozilla-static,,nsAccessibilityModule +{4ec832da-6ae7-4185-807b-daddcb5da37a},,application/x-mozilla-static,,nsLayoutModule +{f0acde16-1dd1-11b2-9e35-f5786fff5a66},,application/x-mozilla-static,,docshell_provider +{56e2ada8-4631-11d4-ba11-001083023c1e},,application/x-mozilla-static,,nsLayoutModule +{8a115faa-7dcb-4e8f-979b-5f53472f51cf},,text/javascript,,rel:nsExtensionManager.js +{61ba33c0-3031-11d3-8cd0-0060b0fc14a3},,application/x-mozilla-static,,nsChromeModule +{ad78bbf0-e261-482b-32b3-78a7b2afc8f7},,application/x-mozilla-static,,nsLayoutModule +{bbef8185-c628-4cc1-b53e-e61e74c2451a},,application/x-mozilla-static,,necko +{9416bfc1-1f93-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{aa13e4a0-a5ac-11d2-9119-006008a6edf6},,application/x-mozilla-static,,nsI18nModule +{7c657d17-ec5e-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{6394eea9-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{229fa115-9412-4d32-baf3-2fc407f76fb1},,text/javascript,,rel:FeedConverter.js +{66354bc9-7ed1-4692-ae1d-8da97d6b205e},,text/javascript,,rel:nsBlocklistService.js +{171e72db-0f8a-412a-8461-e4c927a3a2ac},,application/x-mozilla-static,,nsComposerModule +{ef565d0a-ab9a-4a13-9160-0644cdfd859a},,application/x-mozilla-static,,nsCookieModule +{735959a1-af01-447e-b02d-56e968fa52b4},,application/x-mozilla-static,,NSS +{5e8d4751-1852-434b-a992-2c6d2a25fa46},,application/x-mozilla-static,,nsPlacesModule +{ecd55a01-2780-11d5-a73c-ca641a6813bc},,application/x-mozilla-static,,embedcomponents +{2002f782-3960-11d3-b3c3-00805f8a6670},,application/x-mozilla-static,,nsChardetModule +{c11c21b2-71c9-4f87-a0f8-5e13f50495fd},,text/javascript,,rel:nsFormAutoComplete.js +{8227f019-afc7-461e-b030-9f185d7a0e29},,application/x-mozilla-static,,mozSpellCheckerModule +{1d40026b-4c44-4f6f-b158-26bb5e9c65e9},,application/x-mozilla-static,,nsLayoutModule +{e28ab250-d66d-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{ba6151b5-1dfa-11d3-b3bf-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{4f76e100-d71c-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{88cecbb7-6c63-4b3b-8cd4-84f3b8228c69},,application/x-mozilla-static,,nsPlacesModule +{d85a17c1-aa7c-11d2-9b8c-00805f8a16d9},@mozilla.org/intl/stringbundle;1,application/x-mozilla-static,String Bundle,nsI18nModule +{a578e0a2-f76b-11d2-8aad-00600811a836},,application/x-mozilla-static,,nsUConvModule +{f7c9f5f4-4451-41c3-a28a-5ba2447fbace},,application/x-mozilla-static,,necko +{7b8556b0-ec79-11d2-8aac-00600811a836},,application/x-mozilla-static,,nsUConvModule +{1147d32c-215b-4014-b180-07fe7aedf915},,application/x-mozilla-static,,nsLayoutModule +{905f80f1-8a7b-11d2-918c-0080c8e44db5},,application/x-mozilla-static,,nsLayoutModule +{6803cac8-1e3b-11d5-a145-005004832142},,application/x-mozilla-static,,nsUConvModule +{758e4f20-e2f2-11d3-b32f-004005a7a7e4},,application/x-mozilla-static,,nsUCvMathModule +{6394eea1-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{6049b261-c1e6-11d1-a827-0040959a28c9},,application/x-mozilla-static,,nsGfxModule +{6394eeb6-fc3d-11d2-b3b8-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{bd57cee8-1dd1-11b2-9fe7-95cf4709aea3},,application/x-mozilla-static,,nsWidgetGtk2Module +{9c0ff6f4-deda-40e5-806c-b6cc449c21ce},,application/x-mozilla-static,,nsUConvModule +{49b38f12-6193-11d3-b3c5-00805f8a6670},,application/x-mozilla-static,,nsUConvModule +{2d524fdb-ae74-11d3-abf7-0004aceefa51},,application/x-mozilla-static,,nsUConvModule +{7f915b01-98fc-11d4-8eb0-a803f80ff1bc},,application/x-mozilla-static,,nsLayoutModule +{430d416c-a722-4ad1-be98-d9a445f85e3f},,application/x-mozilla-static,,ZipWriterModule +{245abae2-b947-4ded-a46d-9829d3cca462},,application/x-mozilla-static,,nsJarModule +{cb9abbae-66b6-4609-8594-5c4ff300888e},,application/x-mozilla-static,,necko +{82776710-5690-11d3-be36-00104bde6048},,application/x-mozilla-static,,application +{2c3837af-8b85-4a68-b0d8-0aed88985b32},,application/x-mozilla-static,,NSS +{23bcc750-dc20-460b-b2d4-74d8f58d3615},,application/x-mozilla-static,,CommandLineModule +{cc75499a-1dd1-11b2-8a82-ca410ac907b8},,application/x-mozilla-static,,BOOT +{dbfcbe4a-10f7-4d6f-a481-68e6d6b71d21},,application/x-mozilla-static,,NSS +{c744ca3d-840b-460a-8d70-7ce63c51c958},,application/x-mozilla-static,,nsWindowDataSourceModule +{be65e2b7-fe46-4e0f-88e0-4b385db4d68a},,application/x-mozilla-static,,NSS +{dca9d7c3-7b6a-4490-ad6d-2699a8d683cd},,application/x-mozilla-static,,nsLayoutModule +{dc26e0e0-ca94-11d1-a9a4-00805f8a7ac4},,application/x-mozilla-static,,nsPrefModule +{b7f44954-11d1-11b2-8c2e-c2feab4186bc},,application/x-mozilla-static,,nsLayoutModule +{9f1800ab-f428-4207-b40c-e832e77b01fc},,application/x-mozilla-static,,nsWidgetGtk2Module +{0320e073-79c7-4dae-8055-81bed8b8db96},,application/x-mozilla-static,,nsJarModule +{93ad72a6-02cd-4716-9626-d47d5ec275ec},,application/x-mozilla-static,,nsLayoutModule + +[CONTRACTIDS] +@mozilla.org/intl/unicode/encoder;1?charset=Big5,{efc323e2-ec62-11d2-8aac-00600811a836} +@mozilla.org/gfx/region/nsThebes;1,{e12752f0-ee9a-11d1-a82a-0040959a28c9} +@mozilla.org/image/tools;1,{fd9a9e8a-a77b-496a-b7bb-263df9715149} +@mozilla.org/network/effective-tld-service;1,{cb9abbae-66b6-4609-8594-5c4ff300888e} +@mozilla.org/intl/unicode/encoder;1?charset=x-mac-greek,{7b8556b1-ec79-11d2-8aac-00600811a836} +@mozilla.org/extensions/addon-repository;1,{8eaaf524-7d6d-4f7d-ae8b-9277b324008d} +@mozilla.org/inspector/dom-utils;1,{40b22006-5dd5-42f2-bfe7-7dbf0757ab8b} +@mozilla.org/xtf/xml-contentbuilder;1,{e09af32d-2a54-4d76-9ef0-3070e83f8be7} +@mozilla.org/intl/unicharcategory;1,{748a1132-671a-409a-8d1d-f1cdf6b3a6b4} +@mozilla.org/intl/unicode/decoder;1?charset=x-windows-949,{9416bfbf-1f93-11d3-b3bf-00805f8a6670} +@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-6,{660d8ca8-f763-11d2-8aad-00600811a836} +@mozilla.org/intl/unicode/decoder;1?charset=UTF-32,{30dcd313-73e1-447d-8339-37744952154e} +@mozilla.org/content/post-content-iterator;1,{a6cf90e3-15b3-11d2-932e-00805f8add32} +@mozilla.org/intl/unicode/encoder;1?charset=x-t1-cmmi,{bd1326a6-5a14-48de-97cc-95b5195f4fb9} +@mozilla.org/network/mime-hdrparam;1,{1f4dbcf7-245c-4c8c-943d-8a1da0495e8a} +@mozilla.org/network/protocol/about;1?what=config,{f0acde16-1dd1-11b2-9e35-f5786fff5a66} +@mozilla.org/network/sync-stream-listener;1,{439400d3-6f23-43db-8b06-8aafe1869bd8} +@mozilla.org/intl/unicode/decoder;1?charset=x-viet-tcvn5712,{6394eead-fc3d-11d2-b3b8-00805f8a6670} +@mozilla.org/intl/unicode/encoder;1?charset=x-mac-arabic,{6803cac7-1e3b-11d5-a145-005004832142} +@mozilla.org/url-classifier/streamupdater;1,{c2be6dc0-ef1e-4abd-86a2-4f864ddc57f6} +@mozilla.org/xmlextras/domparser;1,{3a8a3a50-512c-11d4-9a54-000064657374} +@mozilla.org/streamconv;1?from=x-compress&to=uncompressed,{66230b2b-17fa-4bd3-abf4-07986151022d} +@mozilla.org/network/protocol-proxy-service;1,{e9b301c0-e0e4-11d3-a1a8-0050041caf44} +@mozilla.org/storage/service;1,{bbbb1d61-438f-4436-92ed-8308e5830fb0} +@mozilla.org/image/decoder;2?type=image/icon,{ffc08380-256c-11d5-9905-001083010e9b} +@mozilla.org/widget/clipboardhelper;1,{77221d5a-1dd2-11b2-8c69-c710f15d2ed5} +@mozilla.org/network/server-socket;1,{2ec62893-3b35-48fa-ab1d-5e68a9f45f08} +@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-14,{6394eeb1-fc3d-11d2-b3b8-00805f8a6670} +@mozilla.org/intl/unicode/decoder;1?charset=x-mac-turkish,{7b8556a4-ec79-11d2-8aac-00600811a836} +@mozilla.org/uriloader/web-handler-app;1,{8b1ae382-51a9-4972-b930-56977a57919d} +@mozilla.org/intl/saveascharset;1,{0cd233e0-7a86-11d3-915c-006008a6edf6} +@mozilla.org/network/http-authenticator;1?scheme=basic,{fca3766a-434a-4ae7-83cf-0909e18a093a} +@mozilla.org/sidebar;1,{22117140-9c6e-11d3-aaf1-00805f8a4905} +@mozilla.org/streamconv;1?from=text/plain&to=text/html,{9ef9fa14-1dd1-11b2-9d65-d72d6d1f025e} +@mozilla.org/webnavigation-info;1,{f30bc0a2-958b-4287-bf62-ce38ba0c811e} +@mozilla.org/intl/charsetdetect;1?type=ukprob,{2002f782-3960-11d3-b3c3-00805f8a6670} +@mozilla.org/intl/unicode/decoder;1?charset=windows-1251,{a578e0a1-f76b-11d2-8aad-00600811a836} +@mozilla.org/storage/statement-wrapper;1,{dab3a846-3a59-4fc2-9745-c6ff48776f00} +@mozilla.org/layout/contentserializer;1?mimetype=application/xml,{4aef38b7-6364-4e23-a5e7-12f837fbbd9c} +@mozilla.org/system-proxy-settings;1,{0fa3158c-d5a7-43de-9181-a285e74cf1d4} +@mozilla.org/gfx/renderingcontext;1,{6049b261-c1e6-11d1-a827-0040959a28c9} +@mozilla.org/image/decoder;2?type=image/jpg,{5871a422-1dd2-11b2-ab3f-e2e56be5da9c} +@mozilla.org/security/crlmanager;1,{5b256c10-22d8-4109-af92-1253035e9fcb} +@mozilla.org/layout/contentserializer;1?mimetype=image/svg+xml,{4aef38b7-6364-4e23-a5e7-12f837fbbd9c} +@mozilla.org/network/mime-input-stream;1,{58a1c31c-1dd2-11b2-a3f6-d36949d48268} +@mozilla.org/intl/unicode/decoder;1?charset=UTF-8,{5534ddc0-dd96-11d2-8aac-00600811a836} +@mozilla.org/dom/storage;1,{8b449142-1eab-4bfa-9830-fab6ebb09774} +@mozilla.org/embedding/browser/nsCommandHandler;1,{3a449110-66fd-11d4-9528-0020183bf181} +@mozilla.org/intl/unicode/encoder;1?charset=IBM850,{2d524fd6-ae74-11d3-abf7-0004aceefa51} +@mozilla.org/intl/unicode/encoder;1?charset=windows-1254,{7b8556ae-ec79-11d2-8aac-00600811a836} +@mozilla.org/sound;1,{b148eed2-236d-11d3-b35c-00a0cc3c1cde} +@mozilla.org/intl/unicode/encoder;1?charset=x-mac-devanagari,{6803cac5-1e3b-11d5-a145-005004832142} +@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-6,{660d8ca3-f763-11d2-8aad-00600811a836} +@mozilla.org/xpinstall/install-manager;1,{6a4d4c1e-a74a-4320-8124-16233a0183d6} +@mozilla.org/passwordmanager/authpromptfactory;1,{749e62f4-60ae-4569-a8a2-de78b649660e} +@mozilla.org/extensions/blocklist;1,{66354bc9-7ed1-4692-ae1d-8da97d6b205e} +@mozilla.org/widget/bidikeyboard;1,{9f1800ab-f428-4207-b40c-e832e77b01fc} +@mozilla.org/permissions/contentblocker;1,{4ca6b67b-5cc7-4e71-a98a-97af1c134862} +@mozilla.org/appshell/component/browser-status-filter;1,{6356aa16-7916-4215-a825-cbc2692ca87a} +@mozilla.org/intl/unicode/decoder;1?charset=ISO-2022-CN,{ba615199-1dfa-11d3-b3bf-00805f8a6670} +@mozilla.org/security/nsASN1Tree;1,{4bfaa9f0-1dd2-11b2-afae-a82cbaa0b606} +@mozilla.org/intl/texttransform;1?type=hankakutozenkaku,{8f666a11-04a0-11d3-b3b9-00805f8a6670} +@mozilla.org/intl/charsetdetect;1?type=ruprob,{2002f781-3960-11d3-b3c3-00805f8a6670} +@mozilla.org/uriloader/content-handler;1?type=text/css,{5d0ce354-df01-421a-83fb-7ead0990c24e} +@mozilla.org/widget/native-key-bindings;1?type=input,{5c337258-a580-472e-8615-f277ddc5bb06} +@mozilla.org/streamconv;1?from=text/gopher-dir&to=application/http-index-format,{ea617873-3b73-4efd-a2c4-fc39bfab809d} +@mozilla.org/editor/editorcontroller;1,{26fb965c-9de6-11d3-bccc-0060b0fc76bd} +@mozilla.org/layout/documentEncoder;1?type=application/xml,{e7ba1480-1dea-11d3-830f-00104bed045e} +@mozilla.org/image/decoder;2?type=image/gif,{797bec5a-1dd2-11b2-a7f8-ca397e0179c4} +@mozilla.org/intl/texttosuburi;1,{8b042e22-6f87-11d3-b3c8-00805f8a6670} +@mozilla.org/network/http-activity-distributor;1,{15629ada-a41c-4a09-961f-6553cd60b1a2} +@mozilla.org/network/protocol/about;1?what=buildconfig,{f0acde16-1dd1-11b2-9e35-f5786fff5a66} +@mozilla.org/widget/htmlformatconverter;1,{948a0023-e3a7-11d2-96cf-0060b0fb9956} +@mozilla.org/intl/unicode/encoder;1?charset=Shift_JIS,{e28ab250-d66d-11d2-8aac-00600811a836} +@mozilla.org/nsCertificateDialogs;1,{518e071f-1dd2-11b2-937e-c45f14def778} +@mozilla.org/streamconv;1?from=application/http-index-format&to=text/html,{cf0f71fd-fafd-4e2b-9fdc-134d972e16e2} +@mozilla.org/network/stream-transport-service;1,{0885d4f8-f7b8-4cda-902e-94ba38bc256e} +@mozilla.org/js/xpc/RuntimeService;1,{b5e65b52-1dd1-11b2-ae8f-f0928ed88482} +@mozilla.org/network/binary-detector;1,{a2027ec6-ba0d-4c72-805d-148233f5f33c} +@mozilla.org/intl/charsetalias;1,{98d41c21-ccf3-11d2-b3b1-00805f8a6670} +@mozilla.org/browser/favicon-service;1,{984e3259-9266-49cf-b605-60b022a00756} +@mozilla.org/globalprefsecuritycheck;1,{7ee2a4c0-4b93-17d3-ba18-0060b0f199a2} +@mozilla.org/js/xpc/Exception;1,{5632bf70-51ec-11d3-9896-006008962422} +@mozilla.org/feed-person;1,{95c963b7-20b2-11db-92f6-001422106990} +@mozilla.org/xul/xul-popup-manager;1,{14632191-ac21-4bdf-83e7-2363ad17e838} +@mozilla.org/content/plugin/document-loader-factory;1,{0ddf4df8-4dbb-4133-8b79-9afb966514f5} +@mozilla.org/network/request-observer-proxy;1,{51fa28c7-74c0-4b85-9c46-d03faa7b696b} +@mozilla.org/browser/clh;1,{5d0ce354-df01-421a-83fb-7ead0990c24e} +@mozilla.org/embedcomp/controller-command-group;1,{ecd55a01-2780-11d5-a73c-ca641a6813bc} +@mozilla.org/uriloader/content-handler;1?type=text/plain,{5d0ce354-df01-421a-83fb-7ead0990c24e} +@mozilla.org/network/socket;2?type=starttls,{b9507aec-1dd1-11b2-8cd5-c48ee0c50307} +@mozilla.org/uriloader/external-helper-app-service;1,{a7f800e0-4306-11d4-98d0-001083010e9b} +@mozilla.org/scriptsecuritymanager;1,{7ee2a4c0-4b93-17d3-ba18-0060b0f199a2} +@mozilla.org/browser/browserglue;1,{eab9012e-5f74-4cbc-b2b5-a590235513cc} +@mozilla.org/network/protocol;1?name=ftp,{25029490-f132-11d2-9588-00805f369f95} +@mozilla.org/js/xpc/XPConnect;1,{cb6593e0-f9b2-11d2-bdd6-000064657374} +@mozilla.org/intl/unicode/encoder;1?charset=x-mathematica3,{830b5f80-e2f2-11d3-b32f-004005a7a7e4} +@mozilla.org/intl/unicode/decoder;1?charset=Big5-HKSCS,{ba6151bb-ec62-11d2-8aac-00600811a836} +@mozilla.org/security/psmdownload;1,{c94f4a30-64d7-11d4-9960-00b0d02354a0} +@mozilla.org/image/container;2,{376ff2c1-9bf6-418a-b143-3340c00112f7} +@mozilla.org/embedcomp/find;1,{57cf9383-3405-11d5-be5b-aa20fa2cf37c} +@mozilla.org/autocomplete/controller;1,{f6d5ebbd-34f4-487d-9d10-3d34123e3eb9} +@mozilla.org/network/unichar-stream-loader;1,{9445791f-fa4c-4669-b174-df5032bb67b3} +@mozilla.org/nsTokenDialogs;1,{518e071f-1dd2-11b2-937e-c45f14def778} +@mozilla.org/intl/scriptabledateformat;1,{2ea2e7d0-4095-11d3-9144-006008a6edf6} +@mozilla.org/network/application-cache-service;1,{02bf7a2a-39d8-4a23-a50c-2cbb085ab7a5} +@mozilla.org/network/http-authenticator;1?scheme=ntlm,{bbef8185-c628-4cc1-b53e-e61e74c2451a} +@mozilla.org/intl/unicode/encoder;1?charset=gb18030,{a59da932-4091-11d5-a145-005004832142} +@mozilla.org/geolocation/provider;1,{77da64d3-7458-4920-9491-86cc9914f904} +@mozilla.org/intl/charsetdetect;1?type=ko_parallel_state_machine,{ea06d4e1-2b3d-11d3-b3bf-00805f8a6670} +@mozilla.org/inspector/search;1?type=cssvalue,{4d977f60-fbe7-4583-8cb7-f5ed882293ef} +@mozilla.org/network/socket;2?type=socks,{8dbe7246-1dd2-11b2-9b8f-b9a849e4403a} +@mozilla.org/intl/platformcharset;1,{84b0f182-c6c7-11d2-b3b0-00805f8a6670} +@mozilla.org/intl/unicode/decoder;1?charset=x-mac-arabic,{6803cac6-1e3b-11d5-a145-005004832142} +@mozilla.org/intl/charsetdetect;1?type=cjk_parallel_state_machine,{fcacef24-2b40-11d3-b3bf-00805f8a6670} +@mozilla.org/intl/unicode/decoder;1?charset=KOI8-U,{6394eea6-fc3d-11d2-b3b8-00805f8a6670} +@mozilla.org/intl/unicode/encoder;1?charset=x-t1-cmr,{d5eb483c-67c0-4286-a4a6-330e58a82300} +@mozilla.org/browser/sessionstore;1,{5280606b-2510-4fe0-97ef-9b5a22eafe6b} +@mozilla.org/pref-localizedstring;1,{064d9cee-1dd2-11b2-83e3-d25ab0193c26} +@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-6-E,{495eca45-0a5c-11d4-a135-005004832142} +@mozilla.org/security/nsscertcache;1,{3f429a14-dffe-417d-8cb8-fdf09bacd09e} +@mozilla.org/libjar/zip-reader-cache;1,{1b117e16-0cad-11d4-986e-00c04fa0cf4a} +@mozilla.org/url-classifier/utils;1,{b7b2ccec-7912-4ea6-a548-b038447004bd} +@mozilla.org/network/protocol/about;1?what=home,{7a2a7a56-827f-4b38-bdac-31aa7ec2971d} +@mozilla.org/intl/unicode/encoder;1?charset=windows-936,{9416bfc1-1f93-11d3-b3bf-00805f8a6670} +@mozilla.org/editor/txtsrvfilter;1,{171e72db-0f8a-412a-8461-e4c927a3a2ac} +@mozilla.org/nsDOMCryptoDialogs;1,{518e071f-1dd2-11b2-937e-c45f14def778} +@mozilla.org/intl/unicode/decoder;1?charset=armscii-8,{6394eeac-fc3d-11d2-b3b8-00805f8a6670} +@mozilla.org/jsctypes;1,{0c797702-1c60-4051-9dd7-4d7405605642} +@mozilla.org/intl/unicode/encoder;1?charset=windows-874,{6394eeb4-fc3d-11d2-b3b8-00805f8a6670} +@mozilla.org/network/protocol;1?name=resource,{e64f152a-9f07-11d3-8cda-0060b0fc14a3} +@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-3,{660d8ca5-f763-11d2-8aad-00600811a836} +@mozilla.org/accelerometer;1,{ecba5203-77da-465a-865e-78b7af10d8f7} +@mozilla.org/network/url-parser;1?auth=yes,{275d800e-3f60-4896-adb7-d7f390ce0e42} +@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-8-I,{495eca48-0a5c-11d4-a135-005004832142} +@mozilla.org/embedcomp/cookieprompt-service;1,{ce002b28-92b7-4701-8621-cc925866fb87} +@mozilla.org/intl/unicode/encoder;1?charset=x-zapf-dingbats,{21dd6a03-413c-11d3-b3c3-00805f8a6670} +@mozilla.org/network/idn-service;1,{62b778a6-bce3-456b-8c31-2865fbb68c91} +@mozilla.org/network/input-stream-channel;1,{6ddb050c-0d04-11d4-986e-00c04fa0cf4a} +@mozilla.org/microsummary/service;1,{460a9792-b154-4f26-a922-0f653e2c8f91} +@mozilla.org/toolkit/app-startup;1,{7dd4d320-c84b-4624-8d45-7bb9b2356977} +@mozilla.org/url-classifier/listmanager;1,{ca168834-cc00-48f9-b83c-fd018e58cae3} +@mozilla.org/network/auth-module;1?name=ntlm,{a4e5888f-4fe4-4632-8e7e-745196ea7c70} +@mozilla.org/intl/xmlencoding;1,{12bb8f16-2389-11d3-b3bf-00805f8a6670} +@mozilla.org/network/socket;2?type=udp,{320706d2-2e81-42c6-89c3-8d83b17d3fb4} +@mozilla.org/intl/unicode/encoder;1?charset=x-johab,{d9b1f97e-cfa0-80b6-fb92-9972e48e3dcc} +@mozilla.org/spellchecker/personaldictionary;1,{7ef52eaf-b7e1-462b-87e2-5d1dbaca9048} +@mozilla.org/security/hmac;1,{a496d0a2-dff7-4e23-bd65-1ca742fa178a} +@mozilla.org/browser/global-history;1,{a772eee4-0464-405d-a329-a29dfda3791a} +@mozilla.org/widget/idleservice;1,{6987230e-0098-4e78-bc5f-1493ee7519fa} +@mozilla.org/xpinstall/installtrigger;1,{18c2f98d-b09f-11d2-bcde-00805f0e1353} +@mozilla.org/layout/documentEncoder;1?type=application/xhtml+xml,{e7ba1480-1dea-11d3-830f-00104bed045e} +@mozilla.org/network/protocol;1?name=http,{4f47e42e-4d23-4dd3-bfda-eb29255e9ea3} +@mozilla.org/intl/unicode/decoder;1?charset=windows-1252,{7c657d15-ec5e-11d2-8aac-00600811a836} +@mozilla.org/intl/unicode/encoder;1?charset=UTF-32,{49b38f14-6193-11d3-b3c5-00805f8a6670} +@mozilla.org/intl/semanticunitscanner;1,{adf42751-1cef-4ad2-aa8e-bcb849d8d31f} +@mozilla.org/rdf/datasource;1?name=in-memory-datasource,{bfd0526d-834c-11d2-8eac-00805f29f370} +@mozilla.org/intl/unicode/decoder;1?charset=UTF-16LE,{ba6151b7-1dfa-11d3-b3bf-00805f8a6670} +@mozilla.org/streamconv;1?from=compress&to=uncompressed,{66230b2b-17fa-4bd3-abf4-07986151022d} +@mozilla.org/intl/unicode/decoder;1?charset=us-ascii,{ba6151b9-1dfa-11d3-b3bf-00805f8a6670} +@mozilla.org/network/stream-loader;1,{5ba6d920-d4e9-11d3-a1a5-0050041caf44} +@mozilla.org/content/canvas-rendering-context;1?id=2d,{a35d1cd4-c505-4d2d-a0f9-aef00b7ce5a5} +@mozilla.org/layout/contentserializer;1?mimetype=text/html,{9d3f70da-86e9-11d4-95ec-00b0d03e37b7} +@mozilla.org/network/socket;2?type=ssl,{217d014a-1dd2-11b2-999c-b0c4df79b324} +@mozilla.org/intl/unicode/encoder;1?charset=x-windows-949,{9416bfbe-1f93-11d3-b3bf-00805f8a6670} +@mozilla.org/security/hash;1,{36a1d3b3-d886-4317-96ff-87b0005cfef7} +@mozilla.org/network/auth-module;1?name=sasl-gssapi,{815e42e0-72cc-480f-934b-148e33c228a6} +@mozilla.org/intl/unicode/encoder;1?charset=windows-1251,{a578e0a3-f76b-11d2-8aac-00600811a836} +@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-15,{6394eea2-fc3d-11d2-b3b8-00805f8a6670} +@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-3,{660d8ca0-f763-11d2-8aad-00600811a836} +@mozilla.org/intl/unicode/encoder;1?charset=UTF-32LE,{ba6151b6-1dfa-11d3-b3bf-00805f8a6670} +@mozilla.org/dom/storagemanager;1,{b88a4712-eb52-4c10-9b85-bf5894b510f0} +@mozilla.org/psm;1,{a277189c-1dd1-11b2-a8c9-e4e8bfb1338e} +@mozilla.org/docloaderservice;1,{057b04d0-0ccf-11d2-beba-00805f8a66dc} +@mozilla.org/streamconv;1?from=application/mac-binhex40&to=*/*,{301dea42-6850-4cda-8945-81f7dbc2186b} +@mozilla.org/network/protocol/about;1?what=cache,{9158c470-86e4-11d4-9be2-00e09872a416} +@mozilla.org/gfx/printsettings-service;1,{841387c8-72e6-484b-9296-bf6eea80d58a} +@mozilla.org/intl/unicode/decoder;1?charset=IBM866,{ba6151a9-1dfa-11d3-b3bf-00805f8a6670} +@mozilla.org/content/syncload-dom-service;1,{0e4e7d00-f71a-439f-9178-1a71ff11b55f} +@mozilla.org/intl/unicode/encoder;1?charset=us-ascii,{ba6151ba-1dfa-11d3-b3bf-00805f8a6670} +@mozilla.org/intl/unicode/encoder;1?charset=TIS-620,{c5de4da2-d667-42d2-b8c2-efdbcf3302ef} +@mozilla.org/uriloader/content-handler;1?type=text/html,{5d0ce354-df01-421a-83fb-7ead0990c24e} +@mozilla.org/security/nsCertTree;1,{4ea60761-31d6-491d-9e34-4b53a26c416c} +@mozilla.org/xul/xul-template-builder;1,{3d262d00-8b5a-11d2-8eb0-00805f29f370} +@mozilla.org/inspector/flasher;1,{9286e71a-621a-4b91-851e-9984c1a2e81a} +@mozilla.org/security/crypto;1,{929d9320-251e-11d4-8a7c-006008c844c3} +@mozilla.org/fuel/application;1,{fe74cf80-aa2d-11db-abbd-0800200c9a66} +@mozilla.org/url-classifier/hashcompleter;1,{786e0a0e-e035-4600-8ee0-365a63a80b80} +@mozilla.org/intl/converter-output-stream;1,{ff8780a5-bbb1-4bc5-8ee7-057e7bc5c925} +@mozilla.org/embeddor.implemented/bookmark-charset-resolver;1,{88cecbb7-6c63-4b3b-8cd4-84f3b8228c69} +@mozilla.org/intl/stringcharsetdetect;1?type=zhcn_parallel_state_machine,{ea06d4e5-2b3d-11d3-b3bf-00805f8a6670} +@mozilla.org/find/find_service;1,{5060b803-340e-11d5-be5b-b3e063ec6a3c} +@mozilla.org/editor/editingsession;1,{bc26ff01-f2bd-11d4-a73c-e5a4b5a8bdfc} +@mozilla.org/xbl;1,{64f300a1-c88c-11d3-97fb-00400553eef0} +@mozilla.org/uriloader/dbus-handler-app;1,{6c3c274b-4cbf-4bb5-a635-05ad2cbb6535} +@mozilla.org/intl/unicode/encoder;1?charset=GEOSTD8,{6394eebe-fc3d-11d2-b3b8-00805f8a6670} +@mozilla.org/content-pref/hostname-grouper;1,{8df290ae-dcaa-4c11-98a5-2429a4dc97bb} +@mozilla.org/intl/unicode/encoder;1?charset=x-mac-romanian,{6394eeb8-fc3d-11d2-b3b8-00805f8a6670} +@mozilla.org/network/util;1,{9ac9e770-18bc-11d3-9337-00104ba0fd40} +@mozilla.org/intl/unicode/encoder;1?charset=x-ttf-cmex,{e91f9440-e076-11d3-b32f-004005a7a7e4} +@mozilla.org/intl/converter-input-stream;1,{2bc2ad62-ad5d-4b7b-a9db-f74ae203c527} +@mozilla.org/network/url-parser;1?auth=maybe,{ff41913b-546a-4bff-9201-dc9b2c032eba} +@mozilla.org/netwerk/global-channel-event-sink;1,{7ee2a4c0-4b93-17d3-ba18-0060b0f199a2} +@mozilla.org/layout/documentEncoder;1?type=image/svg+xml,{e7ba1480-1dea-11d3-830f-00104bed045e} +@mozilla.org/intl/unicode/encoder;1?charset=x-mac-ce,{7b8556b0-ec79-11d2-8aac-00600811a836} +@mozilla.org/permissionmanager;1,{4f6b5e00-0c36-11d5-a535-0010a401eb10} +@mozilla.org/toolkit/crash-reporter;1,{95d89e3e-a169-41a3-8e56-719978e15b12} +@mozilla.org/safebrowsing/application;1,{c64d0bcb-8270-4ca7-a0b3-3380c8ffecb5} +@mozilla.org/network/application-cache-namespace;1,{b00ed78a-04e2-4f74-8e1c-d1af79dfd12f} +@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-8,{660d8ca9-f763-11d2-8aad-00600811a836} +@mozilla.org/uriloader/content-handler;1?type=image/x-icon,{5d0ce354-df01-421a-83fb-7ead0990c24e} +@mozilla.org/accessibleRetrieval;1,{663ca4a8-d219-4000-925d-d8f66406b626} +@mozilla.org/intl/stringcharsetdetect;1?type=cjk_parallel_state_machine,{fcacef22-2b40-11d3-b3bf-00805f8a6670} +@mozilla.org/js/jsd/debugger-service;1,{f1299dc2-1dd1-11b2-a347-ee6b7660e048} +@mozilla.org/docshell;1,{f1eac762-87e9-11d3-af80-00a024ffc08c} +@mozilla.org/image/encoder;2?type=image/png,{38d1592e-b81e-432b-86f8-471878bbfe07} +@mozilla.org/intl/unicode/encoder;1?charset=x-mac-cyrillic,{6394eeb9-fc3d-11d2-b3b8-00805f8a6670} +@mozilla.org/gfx/devicecontextspec;1,{d3f69889-e13a-4321-980c-a39332e21f34} +@mozilla.org/network/protocol;1?name=feed,{4f91ef2e-57ba-472e-ab7a-b4999e42d6c0} +@mozilla.org/nsGeneratingKeypairInfoDialogs;1,{518e071f-1dd2-11b2-937e-c45f14def778} +@mozilla.org/cookie/permission;1,{ef565d0a-ab9a-4a13-9160-0644cdfd859a} +@mozilla.org/uriloader/content-handler;1?type=image/bmp,{5d0ce354-df01-421a-83fb-7ead0990c24e} +@mozilla.org/intl/unicode/encoder;1?charset=x-mathematica4,{87ed1160-e2f2-11d3-b32f-004005a7a7e4} +@mozilla.org/gnome-gconf-service;1,{d96d5985-a13a-4bdc-9386-ef348d7a97a1} +@mozilla.org/widget/appshell/gtk;1,{2d96b3df-c051-11d1-a827-0040959a28c9} +@mozilla.org/xhtmlparanoidfragmentsink;1,{2d78bbf0-e26c-482b-92b3-78a7b2afc8f7} +@mozilla.org/intl/unicode/decoder;1?charset=GB2312,{379c2774-ec77-11d2-8aac-00600811a836} +@mozilla.org/image/loader;1,{9f6a0d2e-1dd1-11b2-a5b8-951f13c846f7} +@mozilla.org/profile/migrator;1?app=browser&type=seamonkey,{9a28ffa7-e6ef-4b52-a127-6ad951de8e9b} +@mozilla.org/uriloader/psm-external-content-listener;1,{c94f4a30-64d7-11d4-9960-00b0d02354a0} +@mozilla.org/uriloader/content-handler;1?type=image/vnd.microsoft.icon,{5d0ce354-df01-421a-83fb-7ead0990c24e} +@mozilla.org/intl/unicode/encoder;1?charset=x-koreanjamo-0,{47433d1d-d9a7-4954-994f-f7a05cf87c2e} +@mozilla.org/intl/unicode/decoder;1?charset=windows-1257,{a578e0a2-f76b-11d2-8aad-00600811a836} +@mozilla.org/widget/window/gtk;1,{2d96b3d0-c051-11d1-a827-0040959a28c9} +@mozilla.org/widget/printdialog-service;1,{06beec76-a183-4d9f-85dd-085f26da565a} +@mozilla.org/login-manager/prompter;1,{8aa66d77-1bbb-45a6-991e-b8f47751c291} +@mozilla.org/network/protocol;1?name=gopher,{44588c1f-2ce8-4ad8-9b16-dfb9d9d513a7} +@mozilla.org/intl/unicode/decoder;1?charset=KOI8-R,{6394eea5-fc3d-11d2-b3b8-00805f8a6670} +@mozilla.org/intl/unicode/decoder;1?charset=x-mac-romanian,{6394eea8-fc3d-11d2-b3b8-00805f8a6670} +@mozilla.org/network/standard-url;1,{de9472d0-8034-11d3-9399-00104ba0fd40} +@mozilla.org/updates/item;1,{f3294b1c-89f4-46f8-98a0-44e1eae92518} +@mozilla.org/streamconv;1?from=application/vnd.mozilla.maybe.video.feed&to=*/*,{229fa115-9412-4d32-baf3-2fc407f76fb1} +@mozilla.org/intl/charsetdetect;1?type=zhcn_parallel_state_machine,{ea06d4e2-2b3d-11d3-b3bf-00805f8a6670} +@mozilla.org/feed-processor;1,{26acb1f0-28fc-43bc-867a-a46aabc85dd4} +@mozilla.org/security/cipherinfo;1,{ec693a6f-0832-49dd-877c-89f6552df5de} +@mozilla.org/network/protocol;1?name=moz-anno,{e8b8bdb7-c96c-4d82-9c6f-2b3c585ec7ea} +@mozilla.org/intl/unicode/encoder;1?charset=x-mac-gujarati,{6803cacb-1e3b-11d5-a145-005004832142} +@mozilla.org/xmlextras/xmlserializer;1,{a6cf9124-15b3-11d2-932e-00805f8add32} +@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-8,{660d8ca4-f763-11d2-8aad-00600811a836} +@mozilla.org/layout/xul-boxobject-container;1,{dca9d7c3-7b6a-4490-ad6d-2699a8d683cd} +@mozilla.org/streamconv;1?from=multipart/mixed&to=*/*,{7584ce90-5b25-11d3-a175-0050041caf44} +@mozilla.org/network/auth-module;1?name=kerb-gss,{dc8e21a0-03e4-11da-8cd6-0800200c9a66} +@mozilla.org/layout/contentserializer;1?mimetype=application/xhtml+xml,{e7c2aaf5-c11a-4954-9dbf-e28edec1fd91} +@mozilla.org/appshell/appShellService;1,{0099907d-123c-4853-a46a-43098b5fb68c} +@mozilla.org/network/protocol/about;1?what=mozilla,{f0acde16-1dd1-11b2-9e35-f5786fff5a66} +@mozilla.org/js/jsd/app-start-observer;2,{2fd6b7f6-eb8c-4f32-ad26-113f2c02d0fe} +@mozilla.org/network/protocol/about;1?what=plugins,{f0acde16-1dd1-11b2-9e35-f5786fff5a66} +@mozilla.org/intl/unicharutil;1,{cc10c750-9ec3-11d2-b3ae-00805f8a6670} +@mozilla.org/browser/search-service;1,{7319788a-fe93-4db3-9f39-818cf08f4256} +@mozilla.org/intl/unicode/decoder;1?charset=gb18030,{a59da935-4091-11d5-a145-005004832142} +@mozilla.org/browser/feeds/sniffer;1,{06893e69-71d8-4b23-81eb-80314daf3e66} +@mozilla.org/intl/unicode/decoder;1?charset=x-mac-greek,{7b8556a3-ec79-11d2-8aac-00600811a836} +@mozilla.org/system-alerts-service;1,{84e11f80-ca55-11dd-ad8b-0800200c9a66} +@mozilla.org/network/protocol/about;1?what=logo,{f0acde16-1dd1-11b2-9e35-f5786fff5a66} +@mozilla.org/intl/unicode/encoder;1?charset=T.61-8bit,{ba6151af-1dfa-11d3-b3bf-00805f8a6670} +@mozilla.org/login-manager/loginInfo;1,{0f2f347c-1e4f-40cc-8efd-792dea70a85e} +@mozilla.org/intl/unicode/decoder;1?charset=T.61-8bit,{ba6151b4-1dfa-11d3-b3bf-00805f8a6670} +@mozilla.org/embedcomp/appstartup-notifier;1,{1f59b001-02c9-11d5-ae76-cc92f7db9e03} +@mozilla.org/intl/unicode/encoder;1?charset=IBM855,{2d524fd8-ae74-11d3-abf7-0004aceefa51} +@mozilla.org/intl/unicode/decoder;1?charset=x-mac-ce,{7b8556a2-ec79-11d2-8aac-00600811a836} +@mozilla.org/rdf/datasource;1?name=composite-datasource,{e638d761-8687-11d2-b530-000000000000} +@mozilla.org/satchel/form-history;1,{a2059c0e-5a58-4c55-ab7c-26f0557546ef} +@mozilla.org/nsClientAuthDialogs;1,{518e071f-1dd2-11b2-937e-c45f14def778} +@mozilla.org/intl/datetimeformat;1,{0704e7c0-a758-11d2-9119-006008a6edf6} +@mozilla.org/nullprincipal;1,{dd156d62-d26f-4441-9cdb-e8f09107c273} +@mozilla.org/dom/window-controller;1,{7bd05c78-6a26-11d7-b16f-0003938a9d96} +@mozilla.org/inspector/deep-tree-walker;1,{bfcb82c2-5611-4318-90d6-baf4a7864252} +@mozilla.org/intl/charsetdetect;1?type=zh_parallel_state_machine,{fcacef23-2b40-11d3-b3bf-00805f8a6670} +@mozilla.org/intl/collation-factory;1,{a1b72850-a999-11d2-9119-006008a6edf6} +@mozilla.org/layout/contentserializer;1?mimetype=text/plain,{6030f7ef-32ed-46a7-9a63-6a5d3f90445f} +@mozilla.org/inspector/dom-view;1,{fb5c1775-1bbd-4b9c-abb0-ae7acd29e87e} +@mozilla.org/embeddor.implemented/web-content-handler-registrar;1,{792a7e82-06a0-437c-af63-b2d12e808acc} +@mozilla.org/offlinecacheupdate;1,{e56f5e01-c7cc-4675-a9d7-b8f1e4127295} +@mozilla.org/geolocation;1,{01e1c3ff-094a-d048-44b4-62d29c7b4f39} +@mozilla.org/embedcomp/controller-command-table;1,{670ee5da-6ad5-11d7-9950-000393636592} +@mozilla.org/intl/unicode/decoder;1?charset=x-mac-roman,{7b8556a1-ec79-11d2-8aac-00600811a836} +@mozilla.org/image/request;1,{20557898-1dd2-11b2-8f65-9c462ee2bc95} +@mozilla.org/autoconfiguration;1,{e036c738-1dd1-11b2-9392-9d94aa74b0c5} +@mozilla.org/network/protocol;1?name=wyciwyg,{e7509b46-2eb2-410a-9d7c-c3ce73284d01} +@mozilla.org/intl/unicode/encoder;1?charset=x-mac-turkish,{7b8556b2-ec79-11d2-8aac-00600811a836} +@mozilla.org/streamconv;1?from=uncompressed&to=deflate,{461cd5dd-73c6-47a4-8cc3-603b37d84a61} +@mozilla.org/svg/svg-document;1,{b7f44954-11d1-11b2-8c2e-c2feab4186bc} +@mozilla.org/rdf/serializer;1?format=ntriples,{0a5cd734-eb65-4d14-88a0-9f0bb2aba206} +@mozilla.org/intl/unicode/encoder;1?charset=windows-1252,{7b8556ac-ec79-11d2-8aac-00600811a836} +@mozilla.org/network/protocol;1?name=moz-gnomevfs,{9b6dc177-a2e4-49e1-9c98-0a8384de7f6c} +@mozilla.org/intl/charsetdetect;1?type=zhtw_parallel_state_machine,{ea06d4e3-2b3d-11d3-b3bf-00805f8a6670} +@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-10,{ba6151b0-1dfa-11d3-b3bf-00805f8a6670} +@mozilla.org/uriloader/content-handler;1?type=application/http-index-format,{5d0ce354-df01-421a-83fb-7ead0990c24e} +@mozilla.org/network/simple-stream-listener;1,{fb8cbf4e-4701-4ba1-b1d6-5388e041fb67} +@mozilla.org/browser/directory-provider;1,{6deb193c-f87d-4078-bc78-5e64655b4d62} +@mozilla.org/layout/xmlfragmentsink;1,{4b664e54-72a2-4bbf-a5c2-66d4dc3066a0} +@mozilla.org/content-pref/service;1,{e6a3f533-4ffa-4615-8eb4-d4e72d883fa7} +@mozilla.org/intl/unicode/decoder;1?charset=VISCII,{6394eeae-fc3d-11d2-b3b8-00805f8a6670} +@mozilla.org/layout/xul-boxobject-scrollbox;1,{56e2ada8-4631-11d4-ba11-001083023c1e} +@mozilla.org/network/load-group;1,{e1c61582-2a84-11d3-8cce-0060b0fc14a3} +@mozilla.org/layout/xul-boxobject-tree;1,{3b581fd4-3497-426c-8f61-3658b971cb80} +@mozilla.org/alerts-service;1,{a0ccaaf8-09da-44d8-b250-9ac3e93c8117} +@mozilla.org/intl/unicode/encoder;1?charset=x-euc-tw,{379c2776-ec77-11d2-8aac-00600811a836} +@mozilla.org/browser/shell-service;1,{63c7b9f4-0cc8-43f8-b666-0a661655cb73} +@mozilla.org/intl/unicode/encoder;1?charset=x-adobe-euro,{822cb9ae-6421-4484-b3c3-00805f8a6670} +@mozilla.org/widget/lookandfeel;1,{a61e6398-2057-40fd-9c81-873b908d24e7} +@mozilla.org/browser/placesTransactionsService;1,{c0844a84-5a12-4808-80a8-809cb002bb4f} +@mozilla.org/intl/unicode/encoder;1?charset=IBM862,{2d524fda-ae74-11d3-abf7-0004aceefa51} +@mozilla.org/network/file-output-stream;1,{c272fee0-c7e9-11d3-8cda-0060b0fc14a3} +@mozilla.org/network/protocol/about;1?what=credits,{f0acde16-1dd1-11b2-9e35-f5786fff5a66} +@mozilla.org/intl/unicode/decoder;1?charset=windows-1258,{6394eea3-fc3d-11d2-b3b8-00805f8a6670} +@mozilla.org/network/protocol;1?name=about,{9e3b6c90-2f75-11d3-8cd0-0060b0fc14a3} +@mozilla.org/content/style-sheet-service;1,{fcca6f83-9f7d-44e4-a74b-b59433e6c8c3} +@mozilla.org/uriloader/content-handler;1?type=image/png,{5d0ce354-df01-421a-83fb-7ead0990c24e} +@mozilla.org/chrome/chrome-registry;1,{47049e42-1d87-482a-984d-56ae185e367a} +@mozilla.org/appshell/trytoclose;1,{b69155f4-a8bf-453d-8653-91d1456e1d3d} +@mozilla.org/image/decoder;2?type=image/x-png,{36fa00c2-1dd2-11b2-be07-d16eeb4c50ed} +@mozilla.org/cookieService;1,{c375fa80-150f-11d6-a618-0010a401eb10} +@mozilla.org/xpcom/ini-processor-factory;1,{6ec5f479-8e13-4403-b6ca-fe4c2dca14fd} +@mozilla.org/principal;1,{36102b6b-7b62-451a-a1c8-a0d456c92dc5} +@mozilla.org/nsCMSDecoder;1,{9dcef3a4-a3bc-11d5-ba47-00108303b117} +@mozilla.org/intl/unicode/encoder;1?charset=EUC-JP,{45c23a20-d71c-11d2-8aac-00600811a836} +@mozilla.org/crypto/fips-info-service;1,{ff9fbcd7-9517-4334-b97a-ceed78909974} +@mozilla.org/intl/charsetdetect;1?type=ja_parallel_state_machine,{12bb8f1b-2389-11d3-b3bf-00805f8a6670} +@mozilla.org/content/element/html;1?name=audio,{1d40026b-4c44-4f6f-b158-26bb5e9c65e9} +@mozilla.org/security/script/nameset;1,{7c02eadc-0076-4d03-998d-80d779c48589} +@mozilla.org/network/protocol;1?name=moz-icon,{d0f9db12-249c-11d5-9905-001083010e9b} +@mozilla.org/uriloader/handler-service;1,{32314cc8-22f7-4f7f-a645-1a45453ba6a6} +@mozilla.org/security/pkcs11moduledb;1,{ff9fbcd7-9517-4334-b97a-ceed78909974} +@mozilla.org/widgets/child_window/gtk;1,{2d96b3d1-c051-11d1-a827-0040959a28c9} +@mozilla.org/autocomplete/search;1?name=form-history,{895db6c7-dbdf-40ea-9f64-b175033243dc} +@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-5,{660d8ca7-f763-11d2-8aad-00600811a836} +@mozilla.org/browser/places/import-export-service;1,{6fb0c970-e1b1-11db-8314-0800200c9a66} +@mozilla.org/toolkit/URLFormatterService;1,{e6156350-2be8-11db-a98b-0800200c9a66} +@mozilla.org/xml/xml-document;1,{a6cf9063-15b3-11d2-932e-00805f8add32} +@mozilla.org/image/decoder;2?type=image/pjpeg,{5871a422-1dd2-11b2-ab3f-e2e56be5da9c} +@mozilla.org/network/buffered-input-stream;1,{9226888e-da08-11d3-8cda-0060b0fc14a3} +@mozilla.org/intl/nslanguageatomservice;1,{a6cf9120-15b3-11d2-932e-00805f8add32} +@mozilla.org/feed-textconstruct;1,{b992ddcd-3899-4320-9909-924b3e72c922} +@mozilla.org/intl/unicode/encoder;1?charset=Adobe-Symbol-Encoding,{21dd6a02-413c-11d3-b3c3-00805f8a6670} +@mozilla.org/image/decoder;2?type=image/x-icon,{cb3ede1a-0fa5-4e27-aafe-0f7801e5a1f1} +@mozilla.org/uriloader/content-handler;1?type=application/xhtml+xml,{5d0ce354-df01-421a-83fb-7ead0990c24e} +@mozilla.org/security/keyobjectfactory;1,{a39e0e9d-e567-41e3-b12c-5df67f18174d} +@mozilla.org/intl/unicode/encoder;1?charset=UTF-16LE,{ba6151b5-1dfa-11d3-b3bf-00805f8a6670} +@mozilla.org/widget/native-key-bindings;1?type=textarea,{2a898043-180f-4c8b-8e54-410c7a540f27} +@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-15,{6394eeb2-fc3d-11d2-b3b8-00805f8a6670} +@mozilla.org/spellchecker-inline;1,{9fe5d975-09bd-44aa-a01a-66402ea28657} +@mozilla.org/htmlparanoidfragmentsink;2,{a47ef526-6e48-4574-9d60-3164e271f75e} +@mozilla.org/network/safe-file-output-stream;1,{a181af0d-68b8-4308-94db-d4f859058215} +@mozilla.org/streamconv;1?from=uncompressed&to=gzip,{461cd5dd-73c6-47a4-8cc3-603b37d84a61} +@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-6-E,{495eca47-0a5c-11d4-a135-005004832142} +@mozilla.org/content/css-parser;1,{2e363d60-872e-11d2-b531-000000000000} +@mozilla.org/rdf/datasource;1?name=window-mediator,{c744ca3d-840b-460a-8d70-7ce63c51c958} +@mozilla.org/intl/unicode/decoder;1?charset=windows-1250,{7c657d14-ec5e-11d2-8aac-00600811a836} +@mozilla.org/toolkit/console-clh;1,{2cd0c310-e127-44d0-88fc-4435c9ab4d4b} +@mozilla.org/transformiix-nodeset;1,{5d5d92cd-6bf8-11d9-bf4a-000a95dc234c} +@mozilla.org/uriloader/content-handler;1?type=image/svg+xml,{5d0ce354-df01-421a-83fb-7ead0990c24e} +@mozilla.org/intl/unicode/decoder;1?charset=UTF-32BE,{ba6151b3-1dfa-11d3-b3bf-00805f8a6670} +@mozilla.org/intl/nslocaleservice;1,{c8e518c1-47ae-11d3-91cd-00105aa3f7dc} +@mozilla.org/rdf/content-sink;1,{0958b101-9ada-11d2-8ebc-00805f29f370} +@mozilla.org/network/urichecker;1,{cf3a0e06-1dd1-11b2-a904-ac1d6da77a02} +@mozilla.org/dom/storage;2,{27aecc62-7777-428e-b34c-5973a47b8298} +@mozilla.org/intl/unicode/encoder;1?charset=x-mtextra,{0cb0d9a0-f503-11d3-b32f-004005a7a7e4} +@mozilla.org/uriloader/content-handler;1?type=application/vnd.mozilla.xul+xml,{5d0ce354-df01-421a-83fb-7ead0990c24e} +@mozilla.org/browser/livemark-service;2,{dca61eb5-c7cd-4df1-b0fb-d0722baba251} +@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-5,{660d8ca2-f763-11d2-8aad-00600811a836} +@mozilla.org/intl/unicode/decoder;1?charset=x-user-defined,{9416bfb2-1f93-11d3-b3bf-00805f8a6670} +@mozilla.org/preferences;1,{dc26e0e0-ca94-11d1-a9a4-00805f8a7ac4} +@mozilla.org/uriloader/content-handler;1?type=image/jpg,{5d0ce354-df01-421a-83fb-7ead0990c24e} +@mozilla.org/network/protocol;1?name=data,{b6ed3030-6183-11d3-a178-0050041caf44} +@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-8-E,{495eca42-0a5c-11d4-a135-005004832142} +@mozilla.org/parser/parser-service;1,{a6cf9112-15b3-11d2-932e-00805f8add32} +@mozilla.org/intl/unicode/encoder;1?charset=x-viet-tcvn5712,{6394eebd-fc3d-11d2-b3b8-00805f8a6670} +@mozilla.org/browser/httpindex-service;1,{2587e382-1324-11d4-a652-eadbb2be3484} +@mozilla.org/gfx/fontmetrics;1,{6049b263-c1e6-11d1-a827-0040959a28c9} +@mozilla.org/intl/stringcharsetdetect;1?type=ukprob,{2002f784-3960-11d3-b3c3-00805f8a6670} +@mozilla.org/network/protocol/about;1?what=blocked,{7e4bb6ad-2fc4-4dc6-89ef-23e8e5ccf980} +@mozilla.org/widget/native-key-bindings;1?type=editor,{f916ebfb-78ef-464b-94d0-a6f2ca3200ae} +@mozilla.org/js/xpc/ContextStackIterator;1,{05bae29d-8aef-486d-84aa-53f48f146811} +@mozilla.org/browser/session-history-entry;1,{bfd1a791-ad9f-11d3-bdc7-0050040a9b44} +@mozilla.org/feed-result;1,{072a5c3d-30c6-4f07-b87f-9f63d51403f2} +@mozilla.org/userinfo;1,{14c13684-1dd2-11b2-9463-bb10ba742554} +@mozilla.org/xpfe/http-index-format-factory-constructor,{82776710-5690-11d3-be36-00104bde6048} +@mozilla.org/intl/unicode/encoder;1?charset=IBM852,{2d524fd7-ae74-11d3-abf7-0004aceefa51} +@mozilla.org/browser/nav-history-service;1,{88cecbb7-6c63-4b3b-8cd4-84f3b8228c69} +@mozilla.org/gnome-vfs-service;1,{5f43022c-6194-4b37-b26d-e41024625264} +@mozilla.org/nsFormSigningDialog;1,{a4bd2161-7892-4389-8d5a-3111a6d17ec7} +@mozilla.org/xhtmlparanoidfragmentsink;2,{ad78bbf0-e261-482b-32b3-78a7b2afc8f7} +@mozilla.org/js/xpc/ID;1,{f24a14f0-4fa1-11d3-9894-006008962422} +@mozilla.org/geolocation/service;1,{0404d02a-01ca-aaab-4762-944b1bf2f7b5} +@mozilla.org/intl/stringcharsetdetect;1?type=zhtw_parallel_state_machine,{ea06d4e6-2b3d-11d3-b3bf-00805f8a6670} +@mozilla.org/intl/unicode/encoder;1?charset=x-mac-roman,{7b8556af-ec79-11d2-8aac-00600811a836} +@mozilla.org/nsCMSSecureMessage;1,{5fb907e0-1dd2-11b2-a7c0-f14c416a62a1} +@mozilla.org/embedding/browser/nsWebBrowserPersist;1,{7e677795-c582-4cd1-9e8d-8271b3474d2a} +@mozilla.org/toolkit/remote-service;1,{c0773e90-5799-4eff-ad03-3ebcd85624ac} +@mozilla.org/uriloader/content-handler;1?type=image/gif,{5d0ce354-df01-421a-83fb-7ead0990c24e} +@mozilla.org/intl/stringbundle;1,{d85a17c1-aa7c-11d2-9b8c-00805f8a16d9} +@mozilla.org/user_cert_picker;1,{735959a1-af01-447e-b02d-56e968fa52b4} +@mozilla.org/browser/shistory;1,{7294fe9c-14d8-11d5-9882-00c04fa02f40} +@mozilla.org/intl/unicode/encoder;1?charset=UTF-7,{77cfaaf2-1cf4-11d3-8aaf-00600811a836} +@mozilla.org/gfx/devicecontext;1,{6049b262-c1e6-11d1-a827-0040959a28c9} +@mozilla.org/browser/final-clh;1,{47cd0651-b1be-4a0f-b5c4-10e5a573ef71} +@mozilla.org/network/input-stream-pump;1,{ccd0e960-7947-4635-b70e-4c661b63d675} +@mozilla.org/embedcomp/prompt-service;1,{a2112d6a-0e28-421f-b46a-25c0b308cbd0} +@mozilla.org/intl/entityconverter;1,{9e9b565a-8e52-4c1a-8805-b2b91655f874} +@mozilla.org/intl/unicode/decoder;1?charset=x-imap4-modified-utf7,{b57f97c1-0d70-11d3-8aae-00600811a836} +@mozilla.org/intl/unicode/encoder;1?charset=x-user-defined,{9416bfb4-1f93-11d3-b3bf-00805f8a6670} +@mozilla.org/typeaheadfind;1,{e7f70966-9a37-48d7-8aeb-35998f31090e} +@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-13,{ba6151b1-1dfa-11d3-b3bf-00805f8a6670} +@mozilla.org/intl/unicode/encoder;1?charset=x-mathematica2,{7e6e57c0-e2f2-11d3-b32f-004005a7a7e4} +@mozilla.org/intl/unicode/decoder;1?charset=x-johab,{d9b1f97f-cfa0-80b6-fb92-9972e48e3dcc} +@mozilla.org/prefetch-service;1,{6b8bdffc-3394-417d-be83-a81b7c0f63bf} +@mozilla.org/embedcomp/nbalert-service;1,{a2112d6a-0e28-421f-b46a-25c0b308cbd0} +@mozilla.org/network/socket-provider-service;1,{ed394ba0-5472-11d3-bbc8-0000861d1237} +@mozilla.org/zipwriter;1,{430d416c-a722-4ad1-be98-d9a445f85e3f} +@mozilla.org/rdf/datasource;1?name=local-store,{df71c6f0-ec53-11d2-bdca-000064657374} +@mozilla.org/preferences-service;1,{1cd91b88-1dd2-11b2-92e1-ed22ed298000} +@mozilla.org/nsSSLCertErrorDialog;1,{518e071f-1dd2-11b2-937e-c45f14def778} +@mozilla.org/streamconv;1?from=gzip&to=uncompressed,{66230b2b-17fa-4bd3-abf4-07986151022d} +@mozilla.org/intl/unicode/decoder;1?charset=windows-1255,{ba6151a1-1dfa-11d3-b3bf-00805f8a6670} +@mozilla.org/intl/scriptableunicodeconverter,{0a698c44-3bff-11d4-9649-00c0ca135b4e} +@mozilla.org/nsCertPickDialogs;1,{518e071f-1dd2-11b2-937e-c45f14def778} +@mozilla.org/content/range-utils;1,{a6cf9126-15b3-11d2-932e-00805f8add32} +@mozilla.org/editor/txtsrvfiltermail;1,{7fbd2146-5ff4-4674-b069-a7bbce66e773} +@mozilla.org/network/protocol;1?name=jar,{c7e410d4-85f2-11d3-9f63-006008a6efe9} +@mozilla.org/pref-relativefile;1,{2f977d4f-5485-11d4-87e2-0010a4e75ef2} +@mozilla.org/gfx/printsession;1,{2f977d53-5485-11d4-87e2-0010a4e75ef2} +@mozilla.org/mime;1,{a7f800e0-4306-11d4-98d0-001083010e9b} +@mozilla.org/browser/global-history;2,{88cecbb7-6c63-4b3b-8cd4-84f3b8228c69} +@mozilla.org/intl/unicode/encoder;1?charset=windows-1258,{6394eeb3-fc3d-11d2-b3b8-00805f8a6670} +@mozilla.org/intl/charsetdetectionadaptor;1,{12bb8f17-2389-11d3-b3bf-00805f8a6670} +@mozilla.org/intl/unicode/encoder;1?charset=VISCII,{6394eebf-fc3d-11d2-b3b8-00805f8a6670} +@mozilla.org/profile/migrator;1?app=browser&type=phoenix,{78481e4a-50e4-4489-b68a-ef82670ed63f} +@mozilla.org/intl/unicode/encoder;1?charset=Big5-HKSCS,{ba6151bc-ec62-11d2-8aac-00600811a836} +@mozilla.org/streamconv;1?from=deflate&to=uncompressed,{66230b2b-17fa-4bd3-abf4-07986151022d} +@mozilla.org/layout/htmlsanitizer;1,{feca3c34-205e-4ae5-bd1c-03c686ff012b} +@mozilla.org/cookiemanager;1,{aaab6710-0f2c-11d5-a53b-0010a401eb10} +@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-2,{7b8556a6-ec79-11d2-8aac-00600811a836} +@mozilla.org/autocomplete/search;1?name=search-autocomplete,{aa892eb4-ffbf-477d-9f9a-06c995ae9f27} +@mozilla.org/intl/unicode/encoder;1?charset=x-mathematica1,{758e4f20-e2f2-11d3-b32f-004005a7a7e4} +@mozilla.org/network/url-parser;1?auth=no,{78804a84-8173-42b6-bb94-789f0816a810} +@mozilla.org/embedcomp/printingprompt-service;1,{e042570c-62de-4bb6-a6e0-798e3c07b4df} +@mozilla.org/image/encoder;2?type=image/jpeg,{ac2bb8fe-eeeb-4572-b40f-be03932b56e0} +@mozilla.org/network/network-link-service;1,{75a500a2-0030-40f7-86f8-63f225b940ae} +@mozilla.org/intl/wbrk;1,{2bf64765-997f-450d-af96-3028d1a902b0} +@mozilla.org/charset-converter-manager;1,{3c1c0163-9bd0-11d3-9d09-0050040007b2} +@mozilla.org/security/streamcipher;1,{dbfcbe4a-10f7-4d6f-a481-68e6d6b71d21} +@mozilla.org/eventlistenerservice;1,{baa34652-f1f1-4185-b224-244ee82a413a} +@mozilla.org:/content/content-area-dragdrop;1,{1f34bc80-1bc7-11d6-a384-d705dd0746fc} +@mozilla.org/layout/documentEncoder;1?type=text/html,{e7ba1480-1dea-11d3-830f-00104bed045e} +@mozilla.org/rdf/rdf-service;1,{bfd05264-834c-11d2-8eac-00805f29f370} +@mozilla.org/security/certoverride;1,{67ba681d-5485-4fff-952c-2ee337ffdcd6} +@mozilla.org/layout/content-policy;1,{0e3afd3d-eb60-4c2b-963b-56d7c439f124} +@mozilla.org/secure_browser_ui;1,{cc75499a-1dd1-11b2-8a82-ca410ac907b8} +@mozilla.org/browser/history-entry;1,{a41661d5-1417-11d5-9882-00c04fa02f40} +@mozilla.org/htmlparanoidfragmentsink;1,{a47e9526-6e48-4574-9d6c-3164e271f74e} +@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-10,{ba6151ab-1dfa-11d3-b3bf-00805f8a6670} +@mozilla.org/widget/dragservice;1,{8b5314bb-db01-11d2-96ce-0060b0fb9956} +@mozilla.org/channelclassifier,{ce02d538-0217-47a3-a589-b51790fdd8ce} +@mozilla.org/layout/xul-boxobject-menu;1,{aa40253b-4c42-4056-8132-37bcd07862fd} +@mozilla.org/embedcomp/base-command-controller;1,{bf88b48c-fd8e-40b4-ba36-c7c3ad6d8ac9} +@mozilla.org/intl/unicode/decoder;1?charset=IBM864i,{2d524fdc-ae74-11d3-abf7-0004aceefa51} +@mozilla.org/wifi/monitor;1,{3ff8fb9f-ee63-48df-89f0-dace0242fd82} +@mozilla.org/plugin/host;1,{23e8fd98-a625-4b08-be1a-f7cc18a5b106} +@mozilla.org/embedcomp/command-params;1,{f7fa4581-238e-11d5-a73c-ab64fb68f2bc} +@mozilla.org/uriloader/content-handler;1?type=text/xml,{5d0ce354-df01-421a-83fb-7ead0990c24e} +@mozilla.org/intl/unicode/encoder;1?charset=IBM857,{2d524fd9-ae74-11d3-abf7-0004aceefa51} +@mozilla.org/layout/xul-boxobject-listbox;1,{c2710d40-6f4d-4b7f-9778-76ae5166648c} +@mozilla.org/uriloader;1,{9f6d5d40-90e7-11d3-af80-00a024ffc08c} +@mozilla.org/intl/unicode/encoder;1?charset=windows-1255,{ba6151a3-1dfa-11d3-b3bf-00805f8a6670} +@mozilla.org/intl/unicode/encoder;1?charset=x-tamilttf-0,{a431b276-f77d-4b83-9b37-872cf2fbcc2a} +@mozilla.org/feed-generator;1,{414af362-9ad8-4296-898e-62247f25a20e} +@mozilla.org/intl/lbrk;1,{2bf64764-997f-450d-af96-3028d1a902b0} +@mozilla.org/uriloader/local-handler-app;1,{bc0017e3-2438-47be-a567-41db58f17627} +@mozilla.org/intl/unicode/encoder;1?charset=EUC-KR,{379c2778-ec77-11d2-8aac-00600811a836} +@mozilla.org/xmlextras/xmlhttprequest;1,{d164e770-4157-11d4-9a42-000064657374} +@mozilla.org/layout/documentEncoder;1?type=text/plain,{e7ba1480-1dea-11d3-830f-00104bed045e} +@mozilla.org/intl/unicode/encoder;1?charset=x-mac-hebrew,{6803cacd-1e3b-11d5-a145-005004832142} +@mozilla.org/filepicker;1,{bd57cee8-1dd1-11b2-9fe7-95cf4709aea3} +@mozilla.org/accessibilityService;1,{de401c37-9a7f-4278-a6f8-3de2833989ef} +@mozilla.org/xml/xpointer;1?scheme=xpath1,{0c351177-0159-4500-86b0-a219dfde4258} +@mozilla.org/network/protocol/about;1?what=sessionrestore,{7e4bb6ad-2fc4-4dc6-89ef-23e8e5ccf980} +@mozilla.org/intl/unicode/decoder;1?charset=x-mac-gurmukhi,{6803cace-1e3b-11d5-a145-005004832142} +@mozilla.org/intl/unicode/encoder;1?charset=windows-1250,{7b8556aa-ec79-11d2-8aac-00600811a836} +@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-16,{a0f827e1-8ab6-11d5-a14b-005004832142} +@mozilla.org/content/xmlhttprequest-bad-cert-handler;1,{dbded6ec-edbf-4054-a834-287b82c260f9} +@mozilla.org/layout/htmlfragmentsink;2,{13111d00-ce81-11d6-8082-ecf3665af67c} +@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-2,{7c657d11-ec5e-11d2-8aac-00600811a836} +@mozilla.org/image/decoder;2?type=image/bmp,{78c61626-4d1f-4843-9364-4652d98ff6e1} +@mozilla.org/image/decoder;2?type=image/jpeg,{5871a422-1dd2-11b2-ab3f-e2e56be5da9c} +@mozilla.org/feed-entry;1,{8e4444ff-8e99-4bdd-aa7f-fb3c1c77319f} +@mozilla.org/streamconv;1?from=x-gzip&to=uncompressed,{66230b2b-17fa-4bd3-abf4-07986151022d} +@mozilla.org/intl/unicode/encoder;1?charset=ISO-IR-111,{9416bfb3-1f93-11d3-b3bf-00805f8a6670} +@mozilla.org/intl/unicode/encoder;1?charset=IBM864,{2d524fdb-ae74-11d3-abf7-0004aceefa51} +@mozilla.org/content/namespacemanager;1,{d9783472-8fe9-11d2-9d3c-0060088f9ff7} +@mozilla.org/rdf/datasource;1?name=xml-datasource,{7baf62e0-8e61-11d2-8eb1-00805f29f370} +@mozilla.org/uriloader/content-handler;1?type=image/jpeg,{5d0ce354-df01-421a-83fb-7ead0990c24e} +@mozilla.org/embedding/browser/nsWebBrowser;1,{f1eac761-87e9-11d3-af80-00a024ffc08c} +@mozilla.org/network/proxy-auto-config;1,{63ac8c66-1dd2-11b2-b070-84d00d3eaece} +@mozilla.org/system-preferences;1,{549abb24-7c9d-4aba-915e-7ce0b716b32f} +@mozilla.org/systemprincipal;1,{4a6212db-accb-11d3-b765-0060b0b6cecb} +@mozilla.org/network/protocol/about;1?what=neterror,{f0acde16-1dd1-11b2-9e35-f5786fff5a66} +@mozilla.org/login-manager/storage/legacy;1,{e09e4ca6-276b-4bb4-8b71-0635a3a2a007} +@mozilla.org/streamconv;1?from=uncompressed&to=x-gzip,{461cd5dd-73c6-47a4-8cc3-603b37d84a61} +@mozilla.org/network/incremental-download;1,{a62af1ba-79b3-4896-8aaf-b148bfce4280} +@mozilla.org/xtf/xtf-service;1,{4ec832da-6ae7-4185-807b-daddcb5da37a} +@mozilla.org/embedcomp/command-manager;1,{64edb481-0c04-11d5-a73c-e964b968b0bc} +@mozilla.org/intl/unicode/decoder;1?charset=IBM850,{2d524fd0-ae74-11d3-abf7-0004aceefa51} +@mozilla.org/intl/stringcharsetdetect;1?type=ruprob,{2002f783-3960-11d3-b3c3-00805f8a6670} +@mozilla.org/network/file-input-stream;1,{be9a53ae-c7e9-11d3-8cda-0060b0fc14a3} +@mozilla.org/no-data-protocol-content-policy;1,{ac9e3e82-bfbd-4f26-941e-f58c8ee178c1} +@mozilla.org/libjar/zip-reader;1,{7526a738-9632-11d3-8cd9-0060b0fc14a3} +@mozilla.org/document-charset-info;1,{d25e0511-2bae-11d4-9d10-0050040007b2} +@mozilla.org/network/protocol/about;1?what=privatebrowsing,{7e4bb6ad-2fc4-4dc6-89ef-23e8e5ccf980} +@mozilla.org/download-manager;1,{edb0490e-1dd1-11b2-83b8-dbf8d85906a6} +@mozilla.org/xre/runtime;1,{95d89e3e-a169-41a3-8e56-719978e15b12} +@mozilla.org/readconfig;1,{ba5bc4c6-1dd1-11b2-bb89-b844c6ec0339} +@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-7,{7b8556a8-ec79-11d2-8aac-00600811a836} +@mozilla.org/content/subtree-content-iterator;1,{a6cf90e5-15b3-11d2-932e-00805f8add32} +@mozilla.org/intl/unicode/decoder;1?charset=UTF-16BE,{ba6151b2-1dfa-11d3-b3bf-00805f8a6670} +@mozilla.org/network/protocol;1?name=file,{fbc81170-1f69-11d3-9344-00104ba0fd40} +@mozilla.org/offlinecacheupdate-service;1,{ec06f3fc-70db-4ecd-94e0-a6e91ca44d8a} +@mozilla.org/browser/nav-bookmarks-service;1,{9de95a0c-39a4-4d64-9a53-17940dd7cabb} +@mozilla.org/widget/image-to-gdk-pixbuf;1,{fc2389b8-c650-4093-9e42-b05e5f0685b7} +@mozilla.org/txttohtmlconv;1,{77c0e42a-1dd2-11b2-8ebf-edc6606f2f4b} +@mozilla.org/intl/unicode/decoder;1?charset=x-mac-devanagari,{6803cac4-1e3b-11d5-a145-005004832142} +@mozilla.org/network/protocol/about;1?what=memory,{f0acde16-1dd1-11b2-9e35-f5786fff5a66} +@mozilla.org/network/protocol;1?name=https,{dccbe7e4-7750-466b-a557-5ea36c8ff24e} +@mozilla.org/intl/unicode/decoder;1?charset=Shift_JIS,{0e6892c1-a9ad-11d2-b3ae-00805f8a6670} +@mozilla.org/network/http-authenticator;1?scheme=negotiate,{75c80fd0-accb-432c-af59-ec60668c3990} +@mozilla.org/intl/unicode/decoder;1?charset=x-mac-cyrillic,{6394eea9-fc3d-11d2-b3b8-00805f8a6670} +@mozilla.org/intl/unicode/decoder;1?charset=x-mac-hebrew,{6803cacc-1e3b-11d5-a145-005004832142} +@mozilla.org/streamconv;1?from=application/x-unknown-content-type&to=*/*,{7d7008a0-c49a-11d3-9b22-0080c7cb1080} +@mozilla.org/rdf/resource-factory;1,{0f78da56-8321-11d2-8eac-00805f29f370} +@mozilla.org/intl/unicode/encoder;1?charset=UTF-32BE,{ba6151ae-1dfa-11d3-b3bf-00805f8a6670} +@mozilla.org/rdf/datasource;1?name=charset-menu,{42c52b81-a200-11d3-9d0b-0050040007b2} +@mozilla.org/intl/metacharset;1,{218f2ac0-0a48-11d3-b3ba-00805f8a6670} +@mozilla.org/feed;1,{5d0cfa97-69dd-4e5e-ac84-f253162e8f9a} +@mozilla.org/content/pre-content-iterator;1,{80d7e247-d4b8-45d7-bb59-6f1dd56f384c} +@mozilla.org/security/x509certdb;1,{fb0bbc5c-452e-4783-b32c-80124693d871} +@mozilla.org/view-manager;1,{c95f1831-c376-11d1-b721-00600891d8c9} +@mozilla.org/image/decoder;2?type=image/png,{36fa00c2-1dd2-11b2-be07-d16eeb4c50ed} +@mozilla.org/moz/jssubscript-loader;1,{929814d6-1dd2-11b2-8e08-82fa0a339b00} +@mozilla.org/security/sdr;1,{0c4f1ddc-1dd2-11b2-9d95-f2fdf113044b} +@mozilla.org/intl/unicode/decoder;1?charset=windows-1256,{ba6151a2-1dfa-11d3-b3bf-00805f8a6670} +@mozilla.org/extensions/manager;1,{8a115faa-7dcb-4e8f-979b-5f53472f51cf} +@mozilla.org/spellchecker/i18nmanager;1,{aeb8936f-219c-4d3c-8385-d9382daa551a} +@mozilla.org/intl/unicode/decoder;1?charset=x-gbk,{ba61519e-1dfa-11d3-b3bf-00805f8a6670} +@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-6-I,{495eca44-0a5c-11d4-a135-005004832142} +@mozilla.org/dirIndex;1,{f6913e2e-1dd1-11b2-84be-f455dee342af} +@mozilla.org/intl/unicode/decoder;1?charset=x-mac-croatian,{6394eea7-fc3d-11d2-b3b8-00805f8a6670} +@mozilla.org/appshell/window-mediator;1,{0659cb83-faad-11d2-8e19-b206620a657c} +@mozilla.org/network/protocol/about;1?what=rights,{7e4bb6ad-2fc4-4dc6-89ef-23e8e5ccf980} +@mozilla.org/network/simple-uri;1,{e0da1d70-2f7b-11d3-8cd0-0060b0fc14a3} +@mozilla.org/intl/unicode/decoder;1?charset=x-mac-gujarati,{6803caca-1e3b-11d5-a145-005004832142} +@mozilla.org/intl/unicode/decoder;1?charset=GEOSTD8,{6394eeaf-fc3d-11d2-b3b8-00805f8a6670} +@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-7,{af7a9951-aa48-11d2-b3ae-00805f8a6670} +@mozilla.org/security/datasignatureverifier;1,{296d76aa-275b-4f3c-af8a-30a4026c18fc} +@mozilla.org/content/range;1,{56ad2981-8a87-11d2-918c-0080c8e44db5} +@mozilla.org/network/default-auth-prompt;1,{ca200860-4696-40d7-88fa-4490d423a8ef} +@mozilla.org/places/sync;1,{c1751cfc-e8f1-4ade-b0bb-f74edfb8ef6a} +@mozilla.org/network/protocol/about;1?what=robots,{7e4bb6ad-2fc4-4dc6-89ef-23e8e5ccf980} +@mozilla.org/embedcomp/window-watcher;1,{a21bfa01-f349-4394-a84c-8de5cf0737d0} +@mozilla.org/network/protocol/about;1?what=licence,{f0acde16-1dd1-11b2-9e35-f5786fff5a66} +@mozilla.org/browser/default-browser-clh;1,{f57899d0-4e2c-4ac6-9e29-50c736103b0c} +@mozilla.org/layout/documentEncoder;1?type=text/xml,{e7ba1480-1dea-11d3-830f-00104bed045e} +@mozilla.org/streamconv;1?from=application/vnd.mozilla.maybe.feed&to=*/*,{229fa115-9412-4d32-baf3-2fc407f76fb1} +@mozilla.org/intl/stringcharsetdetect;1?type=ko_parallel_state_machine,{ea06d4e4-2b3d-11d3-b3bf-00805f8a6670} +@mozilla.org/appshell/component/browser/instance;1,{5551a1e0-5a66-11d3-806a-00600811a9c3} +@mozilla.org/updates/timer-manager;1,{b322a5c0-a419-484e-96ba-d7182163899f} +@mozilla.org/uriloader/content-handler;1?type=text/rdf,{5d0ce354-df01-421a-83fb-7ead0990c24e} +@mozilla.org/widget/clipboard;1,{8b5314ba-db01-11d2-96ce-0060b0fb9956} +@mozilla.org/scripterror;1,{e38e53b9-5bb0-456a-b553-579370cb1567} +@mozilla.org/nsCMSEncoder;1,{a15789aa-8903-462b-81e9-4aa2cff4d5cb} +@mozilla.org/content/element/html;1?name=option,{a6cf90f5-15b3-11d2-932e-00805f8add32} +@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-13,{ba6151ac-1dfa-11d3-b3bf-00805f8a6670} +@mozilla.org/spellchecker;1,{8227f019-afc7-461e-b030-9f185d7a0e29} +@mozilla.org/network/async-stream-copier;1,{e746a8b1-c97a-4fc5-baa4-66607521bd08} +@mozilla.org/image/cache;1,{9f6a0d2e-1dd1-11b2-a5b8-951f13c846f7} +@mozilla.org/intl/unicodenormalizer;1,{a665e49a-f3e6-4fed-9f31-f7c568a29899} +@mozilla.org/editor/editordocstatecontroller;1,{50e95301-17a8-11d4-9f7e-dd530d5f057c} +@mozilla.org/intl/unicode/decoder;1?charset=UTF-16,{d673255d-1184-400a-b0b5-ee9d1295bd85} +@mozilla.org/uriclassifierservice,{5eb7c3c1-ec1f-4007-87cc-eefb37d68ce6} +@mozilla.org/textservices/textservicesdocument;1,{019718e3-cdb5-11d2-8d3c-000000000000} +@mozilla.org/spellcheck/dir-provider;1,{64d6174c-1496-4ffd-87f2-da2670f88934} +@mozilla.org/embedcomp/rangefind;1,{471f4944-1dd2-11b2-87ac-90be0a51d609} +@mozilla.org/login-manager;1,{cb9e0de8-3598-4ed7-857b-827f011ad5d8} +@mozilla.org/streamconv;1?from=multipart/byteranges&to=*/*,{7584ce90-5b25-11d3-a175-0050041caf44} +@mozilla.org/network/protocol;1?name=javascript,{bfc310d2-38a0-11d3-8cd3-0060b0fc14a3} +@mozilla.org/geolocation/prompt;1,{c6e8c44d-9f39-4af7-bcc0-76e38a8310f5} +@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-8-E,{495eca49-0a5c-11d4-a135-005004832142} +@mozilla.org/network/protocol;1?name=chrome,{61ba33c0-3031-11d3-8cd0-0060b0fc14a3} +@mozilla.org/toolkit/command-line;1,{23bcc750-dc20-460b-b2d4-74d8f58d3615} +@mozilla.org/intl/unicode/encoder;1?charset=x-tscii,{d2800356-c2d7-4e05-a884-79fe566af1cf} +@mozilla.org/uriloader/external-protocol-service;1,{a7f800e0-4306-11d4-98d0-001083010e9b} +@mozilla.org/rdf/datasource;1?name=extensions,{69bb8313-2d4f-45ec-97e0-d39da58ecce9} +@mozilla.org/intl/unicode/decoder;1?charset=UTF-7,{77cfaaf1-1cf4-11d3-8aaf-00600811a836} +@mozilla.org/browser/annotation-service;1,{5e8d4751-1852-434b-a992-2c6d2a25fa46} +@mozilla.org/system-preference-service;1,{94f1de09-d0e5-4ca8-94c2-98b049316b7f} +@mozilla.org/intl/unicode/encoder;1?charset=x-ttf-cmsy,{e332db00-e076-11d3-b32f-004005a7a7e4} +@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-11,{776588a6-86d5-47e2-b6b3-992810078202} +@mozilla.org/intl/unicode/encoder;1?charset=x-imap4-modified-utf7,{b57f97c2-0d70-11d3-8aae-00600811a836} +@mozilla.org/intl/unicode/decoder;1?charset=x-viet-vps,{6394eeb0-fc3d-11d2-b3b8-00805f8a6670} +@mozilla.org/layout/htmlfragmentsink;1,{d4f2b600-b5c1-11d6-b483-cc97c63e567c} +@mozilla.org/security/pkcs11;1,{74b7a390-3b41-11d4-8a80-006008c844c3} +@mozilla.org/layout/xmlfragmentsink;2,{4dc30689-929d-425e-a709-082c6294e542} +@mozilla.org/intl/unicode/encoder;1?charset=x-mac-croatian,{6394eeb7-fc3d-11d2-b3b8-00805f8a6670} +@mozilla.org/network/protocol/about;1?what=support,{7e4bb6ad-2fc4-4dc6-89ef-23e8e5ccf980} +@mozilla.org/plugin-bindings;1,{12663f3a-a311-4606-83eb-b6b9108dcc36} +@mozilla.org/url-classifier/dbservice;1,{5eb7c3c1-ec1f-4007-87cc-eefb37d68ce6} +@mozilla.org/intl/unicode/decoder;1?charset=IBM862,{2d524fd4-ae74-11d3-abf7-0004aceefa51} +@mozilla.org/exslt/regexp;1,{18a03189-067b-4978-b4f1-bafe35292ed6} +@mozilla.org/document-transformer;1?type=xslt,{bacd8ad0-552f-11d3-a9f7-000064657374} +@mozilla.org/image/decoder;2?type=image/vnd.microsoft.icon,{cb3ede1a-0fa5-4e27-aafe-0f7801e5a1f1} +@mozilla.org/intl/unicode/decoder;1?charset=ISO-IR-111,{9416bfb1-1f93-11d3-b3bf-00805f8a6670} +@mozilla.org/editor/htmleditor;1,{ed0244e0-c144-11d2-8f4c-006008159b0c} +@mozilla.org/network/http-auth-manager;1,{36b63ef3-e0fa-4c49-9fd4-e065e85568f4} +@mozilla.org/xul/xul-document;1,{541afcb2-a9a3-11d2-8ec5-00805f29f370} +@mozilla.org/url-classifier/jslib;1,{26a4a019-2827-4a89-a85c-5931a678823a} +@mozilla.org/saxparser/attributes;1,{7bb40992-77eb-43db-9a4e-39d3bcc383ae} +@mozilla.org/intl/unicode/encoder;1?charset=KOI8-U,{6394eeb6-fc3d-11d2-b3b8-00805f8a6670} +@mozilla.org/focus-manager;1,{cf7fd51f-aba2-44c1-9ff0-11f7508efcd4} +@mozilla.org/intl/unicode/encoder;1?charset=x-mac-gurmukhi,{6803cacf-1e3b-11d5-a145-005004832142} +@mozilla.org/intl/unicode/decoder;1?charset=windows-936,{9416bfc0-1f93-11d3-b3bf-00805f8a6670} +@mozilla.org/transfer;1,{e3fa9d0a-1dd1-11b2-bdef-8c720b597445} +@mozilla.org/rdf/container-utils;1,{d4214e92-fb94-11d2-bdd8-00104bde6048} +@mozilla.org/rdf/datasource;1?name=httpindex,{2587e382-1324-11d4-a652-eadbb2be3484} +@mozilla.org/intl/unicode/decoder;1?charset=windows-874,{6394eea4-fc3d-11d2-b3b8-00805f8a6670} +@mozilla.org/browser/session-history-transaction;1,{bfd1a792-ad9f-11d3-bdc7-0050040a9b44} +@mozilla.org/autocomplete/simple-result;1,{2ee3039b-2de4-43d9-93b0-649beacff39a} +@mozilla.org/scriptableinterfaces;1,{fe4f7592-c1fc-4662-ac83-538841318803} +@mozilla.org/security/random-generator;1,{be65e2b7-fe46-4e0f-88e0-4b385db4d68a} +@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-4,{660d8ca6-f763-11d2-8aad-00600811a836} +@mozilla.org/profile/migrator;1?app=browser&type=dogbert,{24f92fae-f793-473b-8061-713408bd11d5} +@mozilla.org/network/content-sniffer;1,{7d7008a0-c49a-11d3-9b22-0080c7cb1080} +@mozilla.org/intl/unicode/decoder;1?charset=HZ-GB-2312,{ba61519a-1dfa-11d3-b3bf-00805f8a6670} +@mozilla.org/rdf/xml-parser;1,{a4048e94-1dd1-11b2-a676-8a06c086cc7d} +@mozilla.org/nsTokenPasswordDialogs;1,{518e071f-1dd2-11b2-937e-c45f14def778} +@mozilla.org/intl/unicode/encoder;1?charset=x-t1-cmsy,{e768ebef-70f9-4fe3-8835-4f4f3fd996e2} +@mozilla.org/intl/unicode/decoder;1?charset=TIS-620,{66634f68-be19-42d0-a4ca-d1c21fa059b8} +@mozilla.org/network/protocol;1?name=default,{bd6390c8-fbea-11d4-98f6-001083010e9b} +@mozilla.org/toolkit/default-clh;1,{6ebc941a-f2ff-4d56-b3b6-f7d0b9d73344} +@mozilla.org/intl/unicode/encoder;1?charset=x-mac-icelandic,{6394eebb-fc3d-11d2-b3b8-00805f8a6670} +@mozilla.org/intl/unicode/encoder;1?charset=ISO-2022-JP,{4f76e100-d71c-11d2-8aac-00600811a836} +@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-16,{a0f827e2-8ab6-11d5-a14b-005004832142} +@mozilla.org/gfx/fontenumerator;1,{a6cf9115-15b3-11d2-932e-00805f8add32} +@mozilla.org/network/socket-transport-service;1,{c07e81e0-ef12-11d2-92b6-00105a1b0d64} +@mozilla.org/content/element/html;1?name=img,{d6008c40-4dad-11d2-b328-00805f8a3859} +@mozilla.org/intl/unicode/encoder;1?charset=windows-1257,{a578e0a4-f76b-11d2-8aac-00600811a836} +@mozilla.org/browser/download-history;1,{88cecbb7-6c63-4b3b-8cd4-84f3b8228c69} +@mozilla.org/intl/unicode/encoder;1?charset=x-mac-farsi,{6803cac9-1e3b-11d5-a145-005004832142} +@mozilla.org/security/keyobject;1,{eae599aa-ecef-49c6-a8af-6ddcc6feb484} +@mozilla.org/network/stream-listener-tee;1,{831f8f13-7aa8-485f-b02e-77c881cc5773} +@mozilla.org/gfx/printerenumerator;1,{a6cf9129-15b3-11d2-932e-00805f8add32} +@mozilla.org/browser/feeds/result-service;1,{2376201c-bbc6-472f-9b62-7548040a61c6} +@mozilla.org/intl/unicode/decoder;1?charset=windows-1253,{af7a9952-aa48-11d2-b3ae-00805f8a6670} +@mozilla.org/network/protocol/about;1?what=,{1f1ce501-663a-11d3-b7a0-be426e4e69bc} +@mozilla.org/layout/xul-boxobject-popup;1,{6c392c62-1ab1-4de7-bfc6-ed4f9fc7749a} +@mozilla.org/nsSecurityWarningDialogs;1,{8d995d4f-adcc-4159-b7f1-e94af72eeb88} +@mozilla.org/data-document-content-policy;1,{1147d32c-215b-4014-b180-07fe7aedf915} +@mozilla.org/filepicker/fileview;1,{a5570462-1dd1-11b2-9d19-df30a27fbdc4} +@mozilla.org/xul/xul-controllers;1,{1f5c1721-7dc3-11d3-bf87-00105a1b0627} +@mozilla.org/embedcomp/dialogparam;1,{4e4aae11-8901-46cc-8217-dad7c5415873} +@mozilla.org/layout/xul-boxobject;1,{d750a964-2d14-484c-b3aa-8ed7823b5c7b} +@mozilla.org/layout/form-processor;1,{0ae53c0f-8ea2-4916-bedc-717443c3e185} +@mozilla.org/intl/unicode/encoder;1?charset=UTF-8,{7c657d18-ec5e-11d2-8aac-00600811a836} +@mozilla.org/gfx/screenmanager;1,{c401eb80-f9ea-11d3-bb6f-e732b73ebe7c} +@mozilla.org/rdf/container;1,{d4214e93-fb94-11d2-bdd8-00104bde6048} +@mozilla.org/moz/jsloader;1,{6bd13476-1dd2-11b2-bbef-f0ccb5fa64b6} +@mozilla.org/network/protocol/about;1?what=feeds,{7e4bb6ad-2fc4-4dc6-89ef-23e8e5ccf980} +@mozilla.org/rdf/xml-serializer;1,{0032d852-1dd2-11b2-95f7-e0a1910ed2da} +@mozilla.org/network/dns-service;1,{b0ff4572-dae4-4bef-a092-83c1b88f6be9} +@mozilla.org/intl/unicode/encoder;1?charset=windows-1256,{ba6151a4-1dfa-11d3-b3bf-00805f8a6670} +@mozilla.org/content/document-loader-factory;1,{fc886801-e768-11d4-9885-00c04fa0cf4b} +@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-14,{6394eea1-fc3d-11d2-b3b8-00805f8a6670} +@mozilla.org/intl/unicode/decoder;1?charset=Big5,{efc323e1-ec62-11d2-8aac-00600811a836} +@mozilla.org/helperapplauncherdialog;1,{f68578eb-6ec2-4169-ae19-8c6243f0abe1} +@mozilla.org/streamConverters;1,{892ffeb0-3f80-11d3-a16c-0050041caf44} +@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-4,{660d8ca1-f763-11d2-8aad-00600811a836} +@mozilla.org/content/contentutils;1,{762c4ae7-b923-422f-b97e-b9bfc1ef7bf0} +@mozilla.org/intl/unicode/decoder;1?charset=EUC-JP,{3f6fe6a1-ac0a-11d2-b3ae-00805f8a6670} +@mozilla.org/intl/stringbundle/text-override;1,{6316c6ce-12d3-479e-8f53-e289351412b8} +@mozilla.org/intl/unicode/decoder;1?charset=ISO-2022-JP,{3f6fe6a2-ac0a-11d2-b3ae-00805f8a6670} +@mozilla.org/intl/unicode/encoder;1?charset=HZ-GB-2312,{ba61519d-1dfa-11d3-b3bf-00805f8a6670} +@mozilla.org/browser/shistory-internal;1,{9c47c121-1c6e-4d8f-b904-3ac968116e88} +@mozilla.org/network/socket;2?type=socks4,{f7c9f5f4-4451-41c3-a28a-5ba2447fbace} +@mozilla.org/network/buffered-output-stream;1,{9868b4ce-da08-11d3-8cda-0060b0fc14a3} +@mozilla.org/intl/unicode/encoder;1?charset=IBM866,{ba6151aa-1dfa-11d3-b3bf-00805f8a6670} +@mozilla.org/intl/unicode/encoder;1?charset=x-ttf-cmmi,{73bb7c12-dbab-4ae2-aecf-a0331dec916f} +@mozilla.org/editor/editorspellchecker;1,{75656ad9-bd13-4c5d-939a-ec6351eea0cc} +@mozilla.org/intl/collation;1,{aa13e4a0-a5ac-11d2-9119-006008a6edf6} +@mozilla.org/widget/transferable;1,{8b5314bc-db01-11d2-96ce-0060b0fb9956} +@mozilla.org/intl/unicode/encoder;1?charset=UTF-16BE,{ba6151ad-1dfa-11d3-b3bf-00805f8a6670} +@mozilla.org/login-manager/storage/mozStorage;1,{8c2023b9-175c-477e-9761-44ae7b549756} +@mozilla.org/network/auth-module;1?name=sys-ntlm,{bc54f001-6eb0-4e32-9f49-7e064d8e70ef} +@mozilla.org/intl/unicode/encoder;1?charset=hkscs-1,{a59da931-4091-11d5-a145-005004832142} +@mozilla.org/intl/unicode/encoder;1?charset=x-t1-cmex,{f01cb3e7-4ace-414e-a2b7-eaba03e9c86c} +@mozilla.org/satchel/form-autocomplete;1,{c11c21b2-71c9-4f87-a0f8-5e13f50495fd} +@mozilla.org/intl/unicode/decoder;1?charset=IBM852,{2d524fd1-ae74-11d3-abf7-0004aceefa51} +@mozilla.org/download-manager-ui;1,{7dfdf0d1-aff6-4a34-bad1-d0fe74601642} +@mozilla.org/layout/contentserializer;1?mimetype=application/vnd.mozilla.xul+xml,{4aef38b7-6364-4e23-a5e7-12f837fbbd9c} +@mozilla.org/intl/unicode/encoder;1?charset=x-gbk,{ba61519b-1dfa-11d3-b3bf-00805f8a6670} +@mozilla.org/intl/unicode/decoder;1?charset=IBM855,{2d524fd2-ae74-11d3-abf7-0004aceefa51} +@mozilla.org/satchel/form-fill-controller;1,{895db6c7-dbdf-40ea-9f64-b175033243dc} +@mozilla.org/editor/texteditor;1,{e197cc01-cfe1-11d4-8eb0-87ae406dfd3f} +@mozilla.org/privatebrowsing-wrapper;1,{136e2c4d-c5a4-477c-b131-d93d7d704f64} +@mozilla.org/chrome/chrome-native-theme;1,{d930e29b-6909-44e5-ab4b-af10d6923705} +@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-9,{7b8556a9-ec79-11d2-8aac-00600811a836} +@mozilla.org/intl/unicode/encoder;1?charset=x-ttf-cmr,{67671792-8e25-4487-b1b7-5073cfa95fee} +@mozilla.org/nsCMSMessage;1,{a4557478-ae16-11d5-ba4b-00108303b117} +@mozilla.org/content/dom-selection;1,{c87a37fc-8109-4ce2-a322-8cdec925379f} +@mozilla.org/network/protocol/about;1?what=crashes,{f0acde16-1dd1-11b2-9e35-f5786fff5a66} +@mozilla.org/intl/unicode/decoder;1?charset=ISO-2022-KR,{ba61519f-1dfa-11d3-b3bf-00805f8a6670} +@mozilla.org/editor/htmleditorcontroller;1,{62db0002-dbb6-43f4-8fb7-9d2538bc5747} +@mozilla.org/profile/migrator;1?app=browser&type=opera,{f34ff792-722e-4490-b195-47d242edca1c} +@mozilla.org/streamconv;1?from=multipart/x-mixed-replace&to=*/*,{7584ce90-5b25-11d3-a175-0050041caf44} +@mozilla.org/streamconv;1?from=text/ftp-dir&to=application/http-index-format,{14c0e880-623e-11d3-a178-0050041caf44} +@mozilla.org/intl/unicode/encoder;1?charset=x-mathematica5,{8a0dce80-e2f2-11d3-b32f-004005a7a7e4} +@mozilla.org/intl/unicode/encoder;1?charset=IBM864i,{2d524fdd-ae74-11d3-abf7-0004aceefa51} +@mozilla.org/xul/xul-prototype-cache;1,{3a0a0fc1-8349-11d3-be47-00104bde6048} +@mozilla.org/intl/unicode/encoder;1?charset=UTF-16,{49b38f12-6193-11d3-b3c5-00805f8a6670} +@mozilla.org/network/default-prompt;1,{2e41ada0-62b7-4902-b9a6-e4542aa458ba} +@mozilla.org/intl/unicode/encoder;1?charset=GB2312,{379c2777-ec77-11d2-8aac-00600811a836} +@mozilla.org/security/pkiparamblock;1,{0bec75a8-1dd2-11b2-863a-f69f77c31371} +@mozilla.org/toolkit/profile-migrator;1,{4ca3c946-5408-49f0-9eca-3a97d5c67750} +@mozilla.org/network/auth-module;1?name=negotiate-gss,{96ec4163-efc8-407a-8735-007fb26be4e8} +@mozilla.org/embedding/browser/content-policy;1,{f66bc334-1dd1-11b2-bab2-90e04fe15c19} +@mozilla.org/browser/tagging-service;1,{bbc23860-2553-479d-8b78-94d9038334f7} +@mozilla.org/network/protocol/about;1?what=certerror,{7e4bb6ad-2fc4-4dc6-89ef-23e8e5ccf980} +@mozilla.org/js/xpc/ContextStack;1,{ff8c4d10-3194-11d3-9885-006008962422} +@mozilla.org/intl/unicode/encoder;1?charset=jis_0201,{ba615191-1dfa-11d3-b3bf-00805f8a6670} +@mozilla.org/intl/unicode/decoder;1?charset=windows-1254,{7c657d17-ec5e-11d2-8aac-00600811a836} +@mozilla.org/streamconv;1?from=uncompressed&to=rawdeflate,{461cd5dd-73c6-47a4-8cc3-603b37d84a61} +@mozilla.org/xre/app-info;1,{95d89e3e-a169-41a3-8e56-719978e15b12} +@mozilla.org/xptinfo/loader;1&type=zip,{0320e073-79c7-4dae-8055-81bed8b8db96} +@mozilla.org/streamconv;1?from=application/vnd.mozilla.maybe.audio.feed&to=*/*,{229fa115-9412-4d32-baf3-2fc407f76fb1} +@mozilla.org/intl/unicode/encoder;1?charset=KOI8-R,{6394eeb5-fc3d-11d2-b3b8-00805f8a6670} +@mozilla.org/network/protocol/about;1?what=license,{f0acde16-1dd1-11b2-9e35-f5786fff5a66} +@mozilla.org/intl/utf8converterservice;1,{2b026890-5a2e-4981-ada2-a600358947b4} +@mozilla.org/transactionmanager;1,{9c8f9601-801a-11d2-98ba-00805f297d89} +@mozilla.org/nss_errors_service;1,{a277189c-1dd1-11b2-a8c9-e4e8bfb1338e} +@mozilla.org/saxparser/xmlreader;1,{ab1da296-6125-40ba-96d0-47a8282ae3db} +@mozilla.org/locale/posix-locale;1,{d92d57c5-ba1d-11d2-af0c-0060089fe59b} +@mozilla.org/content-dispatch-chooser;1,{e35d5067-95bc-4029-8432-e8f1e431148d} +@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-9,{7c657d13-ec5e-11d2-8aac-00600811a836} +@mozilla.org/network/authprompt-adapter-factory;1,{a21bfa01-f349-4394-a84c-8de5cf0737d0} +@mozilla.org/layout/plaintextsink;1,{6030f7ef-32ed-46a7-9a63-6a5d3f90445f} +@mozilla.org/gfx/region;1,{da5b130a-1dd1-11b2-ad47-f455b1814a78} +@mozilla.org/geolocation/gpsd/provider;1,{0a3be523-0f2a-32cc-ccd8-1e5986d5a79d} +@mozilla.org/network/http-authenticator;1?scheme=digest,{17491ba4-1dd2-11b2-aae3-de6b92dab620} +@mozilla.org/network/cache-service;1,{6c84aec9-29a5-4264-8fbc-bee8f922ea67} +@mozilla.org/security/entropy;1,{34587f4a-be18-43c0-9112-b782b08c0add} +@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-1,{920307b0-c6e8-11d2-8aa8-00600811a836} +@mozilla.org/satchel/form-history-importer;1,{db340cc2-7f50-4ea3-8427-f529daf6dc87} +@mozilla.org/spellchecker/engine;1,{56c778e4-1bee-45f3-a689-886692a97fe7} +@mozilla.org/intl/unicode/decoder;1?charset=x-euc-tw,{379c2771-ec77-11d2-8aac-00600811a836} +@mozilla.org/network/protocol/about;1?what=blank,{3decd6c8-30ef-11d3-8cd0-0060b0fc14a3} +@mozilla.org/autocomplete/search;1?name=file,{cb60980e-18a5-4a77-9110-8146614ca7f0} +@mozilla.org/autocomplete/search;1?name=places-tag-autocomplete,{1dcc23b0-d4cb-11dc-9ad6-479d56d89593} +@mozilla.org/network/protocol/about;1?what=cache-entry,{7fa5237d-b0eb-438f-9e50-ca0166e63788} +@mozilla.org/security/pk11tokendb;1,{b084a2ce-1dd1-11b2-bf10-8324f8e065cc} +@mozilla.org/network/protocol;1?name=view-source,{9c7ec5d1-23f9-11d5-aea8-8fcc0793e97f} +@mozilla.org/intl/stringcharsetdetect;1?type=ja_parallel_state_machine,{12bb8f1c-2389-11d3-b3bf-00805f8a6670} +@mozilla.org/rdf/datasource;1?name=files,{e638d760-8687-11d2-b530-000000000001} +@mozilla.org/intl/unicode/encoder;1?charset=armscii-8,{6394eebc-fc3d-11d2-b3b8-00805f8a6670} +@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-11,{9c0ff6f4-deda-40e5-806c-b6cc449c21ce} +@mozilla.org/intl/stringcharsetdetect;1?type=universal_charset_detector,{6ee5301a-3981-49bd-85f8-1a2cc228cf3e} +@mozilla.org/feed-unescapehtml;1,{10f2f5f0-f103-4901-980f-ba11bd70d60d} +@mozilla.org/dom/xpath-evaluator;1,{d0a75e02-b5e7-11d5-a7f2-df109fb8a1fc} +@mozilla.org/layout/contentserializer;1?mimetype=text/xml,{4aef38b7-6364-4e23-a5e7-12f837fbbd9c} +@mozilla.org/intl/unicode/decoder;1?charset=IBM857,{2d524fd3-ae74-11d3-abf7-0004aceefa51} +@mozilla.org/browser/sessionstartup;1,{ec7a6c20-e081-11da-8ad9-0800200c9a66} +@mozilla.org/intl/unicode/encoder;1?charset=ISO-8859-6-I,{495eca46-0a5c-11d4-a135-005004832142} +@mozilla.org/intl/charsetdetect;1?type=universal_charset_detector,{374e0cde-f605-4259-8c92-e639c6c2eeef} +@mozilla.org/dirIndexParser;1,{a0d6ad32-1dd1-11b2-aa55-a40187b54036} +@mozilla.org/autocomplete/search;1?name=history,{d0272978-beab-4adc-a3d4-04b76acfa4e7} +@mozilla.org/network/downloader;1,{510a86bb-6019-4ed1-bb4f-965cffd23ece} +@mozilla.org/intl/unicode/decoder;1?charset=EUC-KR,{379c2775-ec77-11d2-8aac-00600811a836} +@mozilla.org/files/filereader;1,{06aa7c21-fe05-4cf2-b1c4-0c7126a4f713} +@mozilla.org/PopupWindowManager;1,{822bcd11-6432-48be-9e9d-36f7804b7747} +@mozilla.org/security/recentbadcerts;1,{e7caf8c0-3570-47fe-aa1b-da47539b5d07} +@mozilla.org/dom/json;1,{93ad72a6-02cd-4716-9626-d47d5ec275ec} +@mozilla.org/browser/feeds/result-writer;1,{49bb6593-3aff-4eb3-a068-2712c28bd58e} +@mozilla.org/intl/unicode/encoder;1?charset=x-viet-vps,{6394eec0-fc3d-11d2-b3b8-00805f8a6670} +@mozilla.org/intl/unicode/encoder;1?charset=windows-1253,{7b8556ad-ec79-11d2-8aac-00600811a836} +@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-8-I,{495eca43-0a5c-11d4-a135-005004832142} +@mozilla.org/network/protocol;1?name=pcast,{1c31ed79-accd-4b94-b517-06e0c81999d5} +@mozilla.org/network/io-service;1,{9ac9e770-18bc-11d3-9337-00104ba0fd40} +@mozilla.org/uriloader/content-handler;1?type=application/x-xpinstall,{18c2f98d-b09f-11d2-bcde-00805f0e1353} +@mozilla.org/intl/unicode/decoder;1?charset=ISO-8859-1,{a3254cb0-8e20-11d2-8a98-00600811a836} +@mozilla.org/intl/unicode/decoder;1?charset=IBM864,{2d524fd5-ae74-11d3-abf7-0004aceefa51} +@mozilla.org/xul/xul-tree-builder;1,{1abdcc96-1dd2-11b2-b520-f8f59cdd67bc} +@mozilla.org/privatebrowsing;1,{c31f4883-839b-45f6-82ad-a6a9bc5ad599} +@mozilla.org/docshell/urifixup;1,{214c48a0-b57f-11d4-959c-0020183bf181} +@mozilla.org/intl/stringcharsetdetect;1?type=zh_parallel_state_machine,{fcacef21-2b40-11d3-b3bf-00805f8a6670} +@mozilla.org/intl/unicode/decoder;1?charset=x-mac-icelandic,{6394eeab-fc3d-11d2-b3b8-00805f8a6670} +@mozilla.org/network/protocol;1?name=moz-safe-about,{1423e739-782c-4081-b5d8-fe6fba68c0ef} +@mozilla.org/xul/xul-sort-service;1,{bfd05264-834c-11d2-8eac-00805f29f371} +@mozilla.org/intl/unicode/decoder;1?charset=x-mac-farsi,{6803cac8-1e3b-11d5-a145-005004832142} +@mozilla.org/image/decoder;2?type=image/x-ms-bmp,{78c61626-4d1f-4843-9364-4652d98ff6e1} +@mozilla.org/layout/htmlCopyEncoder;1,{7f915b01-98fc-11d4-8eb0-a803f80ff1bc} +@mozilla.org/intl/unicode/decoder;1?charset=UTF-32LE,{ba6151b8-1dfa-11d3-b3bf-00805f8a6670} + +[CATEGORIES] +content-sniffing-services,@mozilla.org/image/loader;1,@mozilla.org/image/loader;1 +Charset Encoders,UTF-16, +Charset Encoders,ISO-8859-8-E, +Charset Encoders,ISO-8859-4, +Charset Encoders,ISO-8859-16, +Charset Encoders,x-mac-gurmukhi, +Charset Encoders,x-ttf-cmex, +Charset Encoders,TIS-620, +Charset Encoders,ISO-IR-111, +Charset Encoders,EUC-JP, +Charset Encoders,windows-1251, +Charset Encoders,HZ-GB-2312, +Charset Encoders,x-t1-cmex, +Charset Encoders,x-mac-roman, +Charset Encoders,ISO-8859-7, +Charset Encoders,x-mac-hebrew, +Charset Encoders,ISO-8859-15, +Charset Encoders,Adobe-Symbol-Encoding, +Charset Encoders,IBM857, +Charset Encoders,x-ttf-cmsy, +Charset Encoders,x-mathematica5, +Charset Encoders,hkscs-1, +Charset Encoders,x-mac-ce, +Charset Encoders,windows-1252, +Charset Encoders,KOI8-U, +Charset Encoders,ISO-8859-10, +Charset Encoders,GB2312, +Charset Encoders,UTF-8, +Charset Encoders,x-viet-tcvn5712, +Charset Encoders,gb18030, +Charset Encoders,ISO-8859-2, +Charset Encoders,windows-1257, +Charset Encoders,x-mathematica1, +Charset Encoders,x-windows-949, +Charset Encoders,x-tamilttf-0, +Charset Encoders,ISO-8859-6-I, +Charset Encoders,ISO-8859-5, +Charset Encoders,KOI8-R, +Charset Encoders,x-imap4-modified-utf7, +Charset Encoders,VISCII, +Charset Encoders,windows-1258, +Charset Encoders,ISO-8859-8, +Charset Encoders,IBM855, +Charset Encoders,EUC-KR, +Charset Encoders,x-ttf-cmmi, +Charset Encoders,x-mathematica3, +Charset Encoders,UTF-32LE, +Charset Encoders,windows-1250, +Charset Encoders,armscii-8, +Charset Encoders,IBM864i, +Charset Encoders,IBM852, +Charset Encoders,x-euc-tw, +Charset Encoders,ISO-8859-8-I, +Charset Encoders,x-johab, +Charset Encoders,UTF-16LE, +Charset Encoders,x-user-defined, +Charset Encoders,x-mac-icelandic, +Charset Encoders,windows-874, +Charset Encoders,windows-1255, +Charset Encoders,x-mac-romanian, +Charset Encoders,x-ttf-cmr, +Charset Encoders,x-mathematica4, +Charset Encoders,ISO-8859-3, +Charset Encoders,ISO-8859-11, +Charset Encoders,Big5, +Charset Encoders,UTF-7, +Charset Encoders,Shift_JIS, +Charset Encoders,IBM866, +Charset Encoders,x-mac-devanagari, +Charset Encoders,x-mtextra, +Charset Encoders,x-mac-turkish, +Charset Encoders,x-gbk, +Charset Encoders,UTF-32BE, +Charset Encoders,x-t1-cmr, +Charset Encoders,windows-1256, +Charset Encoders,x-mac-farsi, +Charset Encoders,GEOSTD8, +Charset Encoders,UTF-32, +Charset Encoders,x-koreanjamo-0, +Charset Encoders,x-t1-cmsy, +Charset Encoders,x-mac-croatian, +Charset Encoders,UTF-16BE, +Charset Encoders,ISO-8859-6, +Charset Encoders,us-ascii, +Charset Encoders,x-mac-greek, +Charset Encoders,T.61-8bit, +Charset Encoders,ISO-8859-9, +Charset Encoders,jis_0201, +Charset Encoders,x-mac-gujarati, +Charset Encoders,ISO-8859-6-E, +Charset Encoders,x-mathematica2, +Charset Encoders,Big5-HKSCS, +Charset Encoders,windows-1253, +Charset Encoders,ISO-8859-1, +Charset Encoders,IBM864, +Charset Encoders,ISO-8859-13, +Charset Encoders,IBM850, +Charset Encoders,x-zapf-dingbats, +Charset Encoders,ISO-8859-14, +Charset Encoders,x-mac-arabic, +Charset Encoders,IBM862, +Charset Encoders,windows-936, +Charset Encoders,windows-1254, +Charset Encoders,x-t1-cmmi, +Charset Encoders,x-tscii, +Charset Encoders,ISO-2022-JP, +Charset Encoders,x-viet-vps, +Charset Encoders,x-mac-cyrillic, +net-content-sniffers,Feed Sniffer,@mozilla.org/browser/feeds/sniffer;1 +net-content-sniffers,Binary Detector,@mozilla.org/network/binary-detector;1 +JavaScript global static nameset,PrivilegeManager,@mozilla.org/security/script/nameset;1 +JavaScript global constructor,BrowserFeedWriter,@mozilla.org/browser/feeds/result-writer;1 +JavaScript global constructor,Image,@mozilla.org/content/element/html;1?name=img +JavaScript global constructor,Audio,@mozilla.org/content/element/html;1?name=audio +JavaScript global constructor,Option,@mozilla.org/content/element/html;1?name=option +agent-style-sheets,pluginproblem xbl binding,chrome://mozapps/content/plugins/pluginProblemBinding.css +agent-style-sheets,pluginfinder xbl binding,chrome://ubufox/content/alternatePluginsBinding.css +xpcom-directory-providers,spellcheck-directory-provider,@mozilla.org/spellcheck/dir-provider;1 +xpcom-directory-providers,browser-directory-provider,@mozilla.org/browser/directory-provider;1 +uconv-charset-titles,chrome://global/locale/charsetTitles.properties, +uconv-charset-data,resource://gre/res/charsetData.properties, +command-line-handler,x-default,@mozilla.org/browser/final-clh;1 +command-line-handler,m-privatebrowsing,@mozilla.org/privatebrowsing;1 +command-line-handler,b-jsconsole,@mozilla.org/toolkit/console-clh;1 +command-line-handler,m-setdefaultbrowser,@mozilla.org/browser/default-browser-clh;1 +command-line-handler,m-browser,@mozilla.org/browser/clh;1 +command-line-handler,y-default,@mozilla.org/toolkit/default-clh;1 +content-policy,@mozilla.org/data-document-content-policy;1,@mozilla.org/data-document-content-policy;1 +content-policy,@mozilla.org/no-data-protocol-content-policy;1,@mozilla.org/no-data-protocol-content-policy;1 +content-policy,@mozilla.org/permissions/contentblocker;1,@mozilla.org/permissions/contentblocker;1 +content-policy,@mozilla.org/embedding/browser/content-policy;1,@mozilla.org/embedding/browser/content-policy;1 +@mozilla.org/streamconv;1,?from=multipart/x-mixed-replace&to=*/*, +@mozilla.org/streamconv;1,?from=multipart/mixed&to=*/*, +@mozilla.org/streamconv;1,?from=deflate&to=uncompressed, +@mozilla.org/streamconv;1,?from=application/http-index-format&to=text/html, +@mozilla.org/streamconv;1,?from=gzip&to=uncompressed, +@mozilla.org/streamconv;1,?from=text/gopher-dir&to=application/http-index-format, +@mozilla.org/streamconv;1,?from=application/x-unknown-content-type&to=*/*, +@mozilla.org/streamconv;1,?from=text/plain&to=text/html, +@mozilla.org/streamconv;1,?from=x-compress&to=uncompressed, +@mozilla.org/streamconv;1,?from=compress&to=uncompressed, +@mozilla.org/streamconv;1,?from=application/mac-binhex40&to=*/*, +@mozilla.org/streamconv;1,?from=text/ftp-dir&to=application/http-index-format, +@mozilla.org/streamconv;1,?from=x-gzip&to=uncompressed, +@mozilla.org/streamconv;1,?from=multipart/byteranges&to=*/*, +pref-config-startup,ReadConfig Module,@mozilla.org/readconfig;1 +charset-detectors,cjk_parallel_state_machine,@mozilla.org/intl/charsetdetect;1?type=cjk_parallel_state_machine +charset-detectors,ko_parallel_state_machine,@mozilla.org/intl/charsetdetect;1?type=ko_parallel_state_machine +charset-detectors,ruprob,@mozilla.org/intl/charsetdetect;1?type=ruprob +charset-detectors,off,off +charset-detectors,universal_charset_detector,@mozilla.org/intl/charsetdetect;1?type=universal_charset_detector +charset-detectors,zhcn_parallel_state_machine,@mozilla.org/intl/charsetdetect;1?type=zhcn_parallel_state_machine +charset-detectors,zhtw_parallel_state_machine,@mozilla.org/intl/charsetdetect;1?type=zhtw_parallel_state_machine +charset-detectors,zh_parallel_state_machine,@mozilla.org/intl/charsetdetect;1?type=zh_parallel_state_machine +charset-detectors,ja_parallel_state_machine,@mozilla.org/intl/charsetdetect;1?type=ja_parallel_state_machine +charset-detectors,ukprob,@mozilla.org/intl/charsetdetect;1?type=ukprob +JavaScript global property,InstallTrigger,@mozilla.org/xpinstall/installtrigger;1 +JavaScript global property,external,@mozilla.org/sidebar;1 +JavaScript global property,sidebar,@mozilla.org/sidebar;1 +command-line-validator,b-browser,@mozilla.org/browser/clh;1 +Gecko-Content-Viewers,application/xml,@mozilla.org/content/document-loader-factory;1 +Gecko-Content-Viewers,application/x-javascript,@mozilla.org/content/document-loader-factory;1 +Gecko-Content-Viewers,application/javascript,@mozilla.org/content/document-loader-factory;1 +Gecko-Content-Viewers,text/plain,@mozilla.org/content/document-loader-factory;1 +Gecko-Content-Viewers,image/jpg,@mozilla.org/content/document-loader-factory;1 +Gecko-Content-Viewers,image/gif,@mozilla.org/content/document-loader-factory;1 +Gecko-Content-Viewers,image/bmp,@mozilla.org/content/document-loader-factory;1 +Gecko-Content-Viewers,application/x-view-source,@mozilla.org/content/document-loader-factory;1 +Gecko-Content-Viewers,image/icon,@mozilla.org/content/document-loader-factory;1 +Gecko-Content-Viewers,image/jpeg,@mozilla.org/content/document-loader-factory;1 +Gecko-Content-Viewers,image/pjpeg,@mozilla.org/content/document-loader-factory;1 +Gecko-Content-Viewers,application/ecmascript,@mozilla.org/content/document-loader-factory;1 +Gecko-Content-Viewers,mozilla.application/cached-xul,@mozilla.org/content/document-loader-factory;1 +Gecko-Content-Viewers,image/x-png,@mozilla.org/content/document-loader-factory;1 +Gecko-Content-Viewers,application/http-index-format,@mozilla.org/xpfe/http-index-format-factory-constructor +Gecko-Content-Viewers,text/rdf,@mozilla.org/content/document-loader-factory;1 +Gecko-Content-Viewers,image/png,@mozilla.org/content/document-loader-factory;1 +Gecko-Content-Viewers,text/css,@mozilla.org/content/document-loader-factory;1 +Gecko-Content-Viewers,text/html,@mozilla.org/content/document-loader-factory;1 +Gecko-Content-Viewers,application/rdf+xml,@mozilla.org/content/document-loader-factory;1 +Gecko-Content-Viewers,image/x-icon,@mozilla.org/content/document-loader-factory;1 +Gecko-Content-Viewers,text/ecmascript,@mozilla.org/content/document-loader-factory;1 +Gecko-Content-Viewers,text/javascript,@mozilla.org/content/document-loader-factory;1 +Gecko-Content-Viewers,application/xhtml+xml,@mozilla.org/content/document-loader-factory;1 +Gecko-Content-Viewers,application/vnd.mozilla.xul+xml,@mozilla.org/content/document-loader-factory;1 +Gecko-Content-Viewers,text/xml,@mozilla.org/content/document-loader-factory;1 +Gecko-Content-Viewers,image/vnd.microsoft.icon,@mozilla.org/content/document-loader-factory;1 +Gecko-Content-Viewers,image/x-ms-bmp,@mozilla.org/content/document-loader-factory;1 +profile-after-change,Extension Manager,@mozilla.org/extensions/manager;1 +profile-after-change,Timer Manager,@mozilla.org/updates/timer-manager;1 +Charset Decoders,UTF-16, +Charset Decoders,ISO-8859-8-E, +Charset Decoders,ISO-8859-4, +Charset Decoders,ISO-8859-16, +Charset Decoders,UTF-32LE, +Charset Decoders,TIS-620, +Charset Decoders,ISO-IR-111, +Charset Decoders,windows-1252, +Charset Decoders,windows-1251, +Charset Decoders,UTF-16BE, +Charset Decoders,IBM852, +Charset Decoders,x-mac-roman, +Charset Decoders,ISO-8859-7, +Charset Decoders,x-mac-ce, +Charset Decoders,ISO-8859-15, +Charset Decoders,IBM857, +Charset Decoders,gb18030, +Charset Decoders,x-viet-tcvn5712, +Charset Decoders,IBM862, +Charset Decoders,KOI8-U, +Charset Decoders,ISO-8859-2, +Charset Decoders,armscii-8, +Charset Decoders,ISO-8859-10, +Charset Decoders,UTF-8, +Charset Decoders,us-ascii, +Charset Decoders,HZ-GB-2312, +Charset Decoders,ISO-2022-JP, +Charset Decoders,x-gbk, +Charset Decoders,windows-1257, +Charset Decoders,ISO-8859-14, +Charset Decoders,x-mac-hebrew, +Charset Decoders,ISO-8859-6-I, +Charset Decoders,x-johab, +Charset Decoders,ISO-8859-5, +Charset Decoders,KOI8-R, +Charset Decoders,x-imap4-modified-utf7, +Charset Decoders,VISCII, +Charset Decoders,windows-1258, +Charset Decoders,ISO-8859-8, +Charset Decoders,EUC-KR, +Charset Decoders,x-mac-gurmukhi, +Charset Decoders,Big5, +Charset Decoders,IBM864, +Charset Decoders,windows-1250, +Charset Decoders,EUC-JP, +Charset Decoders,IBM864i, +Charset Decoders,x-euc-tw, +Charset Decoders,ISO-8859-8-I, +Charset Decoders,UTF-16LE, +Charset Decoders,x-mac-icelandic, +Charset Decoders,GB2312, +Charset Decoders,windows-1255, +Charset Decoders,x-windows-949, +Charset Decoders,ISO-2022-KR, +Charset Decoders,x-mac-romanian, +Charset Decoders,T.61-8bit, +Charset Decoders,ISO-8859-3, +Charset Decoders,ISO-8859-11, +Charset Decoders,UTF-7, +Charset Decoders,Shift_JIS, +Charset Decoders,x-mac-devanagari, +Charset Decoders,ISO-2022-CN, +Charset Decoders,UTF-32BE, +Charset Decoders,x-mac-turkish, +Charset Decoders,IBM866, +Charset Decoders,windows-1256, +Charset Decoders,x-mac-farsi, +Charset Decoders,GEOSTD8, +Charset Decoders,UTF-32, +Charset Decoders,x-mac-croatian, +Charset Decoders,ISO-8859-6, +Charset Decoders,x-mac-greek, +Charset Decoders,ISO-8859-9, +Charset Decoders,x-mac-cyrillic, +Charset Decoders,x-mac-gujarati, +Charset Decoders,ISO-8859-6-E, +Charset Decoders,Big5-HKSCS, +Charset Decoders,windows-1253, +Charset Decoders,ISO-8859-1, +Charset Decoders,ISO-8859-13, +Charset Decoders,IBM850, +Charset Decoders,x-user-defined, +Charset Decoders,x-mac-arabic, +Charset Decoders,windows-874, +Charset Decoders,windows-936, +Charset Decoders,windows-1254, +Charset Decoders,IBM855, +Charset Decoders,x-viet-vps, +geolocation-provider,Returns a geolocation from a GPSD source,@mozilla.org/geolocation/gpsd/provider;1 +JavaScript global constructor prototype alias,Image,HTMLImageElement +JavaScript global constructor prototype alias,Audio,HTMLAudioElement +JavaScript global constructor prototype alias,Option,HTMLOptionElement +module-loader,text/javascript,@mozilla.org/moz/jsloader;1 +app-startup,PrivateBrowsing Service,service,@mozilla.org/privatebrowsing;1 +app-startup,tryToClose Service,service,@mozilla.org/appshell/trytoclose;1 +app-startup,Web Content Handler Registrar,service,@mozilla.org/embeddor.implemented/web-content-handler-registrar;1 +app-startup,Application,service,@mozilla.org/fuel/application;1 +app-startup,Window Data Source,service,@mozilla.org/rdf/datasource;1?name=window-mediator +app-startup,Firefox Browser Glue Service,service,@mozilla.org/browser/browserglue;1 +app-startup,Browser Session Startup Service,service,@mozilla.org/browser/sessionstartup;1 +app-startup,SystemPref Module,@mozilla.org/system-preferences;1 +app-startup,Script Security Manager,service,@mozilla.org/scriptsecuritymanager;1 +bookmark-observers,Used to synchronize the temporary and permanent tables of Places,@mozilla.org/places/sync;1 +external-uricontentlisteners,application/x-x509-user-cert,@mozilla.org/uriloader/psm-external-content-listener;1 +external-uricontentlisteners,application/x-x509-email-cert,@mozilla.org/uriloader/psm-external-content-listener;1 +external-uricontentlisteners,application/x-x509-crl,@mozilla.org/uriloader/psm-external-content-listener;1 +external-uricontentlisteners,application/pkix-crl,@mozilla.org/uriloader/psm-external-content-listener;1 +external-uricontentlisteners,application/x-pkcs7-crl,@mozilla.org/uriloader/psm-external-content-listener;1 +external-uricontentlisteners,application/x-x509-ca-cert,@mozilla.org/uriloader/psm-external-content-listener;1 +external-uricontentlisteners,application/x-x509-server-cert,@mozilla.org/uriloader/psm-external-content-listener;1 +JavaScript global privileged property,Application,@mozilla.org/fuel/application;1 +update-timer,Extension Manager,@mozilla.org/extensions/manager;1,getService,addon-background-update-timer,extensions.update.interval,86400 +update-timer,Microsummary Service,@mozilla.org/microsummary/service;1,getService,microsummary-generator-update-timer,browser.microsummary.generatorUpdateInterval,604800 +update-timer,Blocklist Service,@mozilla.org/extensions/blocklist;1,getService,blocklist-background-update-timer,extensions.blocklist.interval,86400 +XSLT extension functions,http://exslt.org/regular-expressions,@mozilla.org/exslt/regexp;1 +parser-service-category,Meta Charset Service,@mozilla.org/intl/metacharset;1 +history-observers,Used to synchronize the temporary and permanent tables of Places,@mozilla.org/places/sync;1 diff --git a/.mozilla/firefox/p5hm66lq.default/content-prefs.sqlite b/.mozilla/firefox/p5hm66lq.default/content-prefs.sqlite new file mode 100644 index 000000000..02d7db088 Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/content-prefs.sqlite differ diff --git a/.mozilla/firefox/p5hm66lq.default/cookies.sqlite b/.mozilla/firefox/p5hm66lq.default/cookies.sqlite new file mode 100644 index 000000000..f57c46e74 Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/cookies.sqlite differ diff --git a/.mozilla/firefox/p5hm66lq.default/cookies.sqlite-journal b/.mozilla/firefox/p5hm66lq.default/cookies.sqlite-journal new file mode 100644 index 000000000..7732a3c63 Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/cookies.sqlite-journal differ diff --git a/.mozilla/firefox/p5hm66lq.default/downloads.sqlite b/.mozilla/firefox/p5hm66lq.default/downloads.sqlite new file mode 100644 index 000000000..a206649c6 Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/downloads.sqlite differ diff --git a/.mozilla/firefox/p5hm66lq.default/extensions.cache b/.mozilla/firefox/p5hm66lq.default/extensions.cache new file mode 100644 index 000000000..437221a22 --- /dev/null +++ b/.mozilla/firefox/p5hm66lq.default/extensions.cache @@ -0,0 +1,4 @@ +app-global langpack-de@firefox-3.6.ubuntu.com rel%langpack-de@firefox-3.6.ubuntu.com 1297430674 +app-global langpack-en-GB@firefox-3.6.ubuntu.com rel%langpack-en-GB@firefox-3.6.ubuntu.com 1297430675 +app-global {972ce4c6-7e08-4474-a285-3208198ce6fd} rel%{972ce4c6-7e08-4474-a285-3208198ce6fd} 1297430102 +app-system-share ubufox@ubuntu.com rel%ubufox@ubuntu.com 1297430298 diff --git a/.mozilla/firefox/p5hm66lq.default/extensions.ini b/.mozilla/firefox/p5hm66lq.default/extensions.ini new file mode 100644 index 000000000..ace4ff3cb --- /dev/null +++ b/.mozilla/firefox/p5hm66lq.default/extensions.ini @@ -0,0 +1,6 @@ +[ExtensionDirs] +Extension0=/usr/lib/firefox-3.6.13/extensions/langpack-de@firefox-3.6.ubuntu.com +Extension1=/usr/lib/firefox-3.6.13/extensions/langpack-en-GB@firefox-3.6.ubuntu.com +Extension2=/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/ubufox@ubuntu.com +[ThemeDirs] +Extension0=/usr/lib/firefox-3.6.13/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd} diff --git a/.mozilla/firefox/p5hm66lq.default/extensions.rdf b/.mozilla/firefox/p5hm66lq.default/extensions.rdf new file mode 100644 index 000000000..21340def0 --- /dev/null +++ b/.mozilla/firefox/p5hm66lq.default/extensions.rdf @@ -0,0 +1,71 @@ + + + + 2 + Alexander Sack <asac@ubuntu.com> + Sasa Bodiroza <jazzva@gmail.com> + Daniel Abramov <ex@vingrad.ru> + Arzhel Younsi <xionox@gmail.com> + Saïvann Carignan <oxmosys@gmail.com> + + + + 8 + + + + 8 + + + + + + + + + + + + + + 4 + + + diff --git a/.mozilla/firefox/p5hm66lq.default/formhistory.sqlite b/.mozilla/firefox/p5hm66lq.default/formhistory.sqlite new file mode 100644 index 000000000..9a543531d Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/formhistory.sqlite differ diff --git a/.mozilla/firefox/p5hm66lq.default/key3.db b/.mozilla/firefox/p5hm66lq.default/key3.db new file mode 100644 index 000000000..b85cbed01 Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/key3.db differ diff --git a/.mozilla/firefox/p5hm66lq.default/localstore.rdf b/.mozilla/firefox/p5hm66lq.default/localstore.rdf new file mode 100644 index 000000000..b0aaf3cf8 --- /dev/null +++ b/.mozilla/firefox/p5hm66lq.default/localstore.rdf @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + diff --git a/.mozilla/firefox/p5hm66lq.default/lock b/.mozilla/firefox/p5hm66lq.default/lock new file mode 120000 index 000000000..4ec772921 --- /dev/null +++ b/.mozilla/firefox/p5hm66lq.default/lock @@ -0,0 +1 @@ +127.0.1.1:+2212 \ No newline at end of file diff --git a/.mozilla/firefox/p5hm66lq.default/mimeTypes.rdf b/.mozilla/firefox/p5hm66lq.default/mimeTypes.rdf new file mode 100644 index 000000000..ac83c0915 --- /dev/null +++ b/.mozilla/firefox/p5hm66lq.default/mimeTypes.rdf @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.mozilla/firefox/p5hm66lq.default/permissions.sqlite b/.mozilla/firefox/p5hm66lq.default/permissions.sqlite new file mode 100644 index 000000000..f2069bd4a Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/permissions.sqlite differ diff --git a/.mozilla/firefox/p5hm66lq.default/places.sqlite b/.mozilla/firefox/p5hm66lq.default/places.sqlite new file mode 100644 index 000000000..33909241f Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/places.sqlite differ diff --git a/.mozilla/firefox/p5hm66lq.default/places.sqlite-journal b/.mozilla/firefox/p5hm66lq.default/places.sqlite-journal new file mode 100644 index 000000000..e69de29bb diff --git a/.mozilla/firefox/p5hm66lq.default/pluginreg.dat b/.mozilla/firefox/p5hm66lq.default/pluginreg.dat new file mode 100644 index 000000000..ead796a98 --- /dev/null +++ b/.mozilla/firefox/p5hm66lq.default/pluginreg.dat @@ -0,0 +1,80 @@ +Generated File. Do not edit. + +[HEADER] +Version:0.11:$ + +[PLUGINS] +librhythmbox-itms-detection-plugin.so:$ +/usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so:$ +:$ +1277463660000:1:1:$ +This plug-in detects the presence of iTunes when opening iTunes Store URLs in a web page with Firefox.:$ +iTunes Application Detector:$ +1 +0:application/itunes-plugin:::$ +libtotem-narrowspace-plugin.so:$ +/usr/lib/mozilla/plugins/libtotem-narrowspace-plugin.so:$ +:$ +1274279893000:1:1:$ +The Totem 2.30.2 plugin handles video and audio streams.:$ +QuickTime Plug-in 7.6.6:$ +5 +0:video/quicktime:QuickTime-Video:mov:$ +1:video/mp4:MPEG-4-Video:mp4:$ +2:image/x-macpaint:MacPaint-Bitmap-Datei:pntg:$ +3:image/x-quicktime:Macintosh-Quickdraw/PICT-Zeichnung:pict, pict1, pict2:$ +4:video/x-m4v:MPEG-4-Video:m4v:$ +libtotem-mully-plugin.so:$ +/usr/lib/mozilla/plugins/libtotem-mully-plugin.so:$ +:$ +1274279893000:1:1:$ +DivX Web Player version 1.4.0.233:$ +DivX® Web Player:$ +1 +0:video/divx:AVI-Video:divx:$ +libtotem-gmp-plugin.so:$ +/usr/lib/mozilla/plugins/libtotem-gmp-plugin.so:$ +:$ +1274279893000:1:1:$ +The Totem 2.30.2 plugin handles video and audio streams.:$ +Windows Media Player Plug-in 10 (compatible; Totem):$ +13 +0:application/x-mplayer2:AVI-Video:avi, wma, wmv:$ +1:video/x-ms-asf-plugin:ASF-Video:asf, wmv:$ +2:video/x-msvideo:AVI-Video:asf, wmv:$ +3:video/x-ms-asf:ASF-Video:asf:$ +4:video/x-ms-wmv:Windows-Media-Video:wmv:$ +5:video/x-wmv:Windows-Media-Video:wmv:$ +6:video/x-ms-wvx:Windows-Media-Video:wmv:$ +7:video/x-ms-wm:Windows-Media-Video:wmv:$ +8:video/x-ms-wmp:Windows-Media-Video:wmv:$ +9:application/x-ms-wms:Windows-Media-Video:wms:$ +10:application/x-ms-wmp:Windows-Media-Video:wmp:$ +11:application/asx:Microsoft-ASX-Wiedergabeliste:asx:$ +12:audio/x-ms-wma:Windows-Media-Audio:wma:$ +libtotem-cone-plugin.so:$ +/usr/lib/mozilla/plugins/libtotem-cone-plugin.so:$ +:$ +1274279893000:1:1:$ +The Totem 2.30.2 plugin handles video and audio streams.:$ +VLC Multimedia Plugin (compatible Totem 2.30.2):$ +19 +0:application/x-vlc-plugin:VLC Multimedia Plugin::$ +1:application/vlc:VLC Multimedia Plugin::$ +2:video/x-google-vlc-plugin:VLC Multimedia Plugin::$ +3:application/x-ogg:Ogg-Multimediadatei:ogg:$ +4:application/ogg:Ogg-Multimediadatei:ogg:$ +5:audio/ogg:Ogg-Audio:oga:$ +6:audio/x-ogg:Ogg-Audio:ogg:$ +7:video/ogg:Ogg-Video:ogv:$ +8:video/x-ogg:Ogg-Video:ogg:$ +9:application/annodex:Annodex-Wechselformat:anx:$ +10:audio/annodex:Annodex-Audio:axa:$ +11:video/annodex:Annodex-Video:axv:$ +12:video/mpeg:MPEG-Video:mpg, mpeg, mpe:$ +13:audio/wav:WAV-Audio:wav:$ +14:audio/x-wav:WAV-Audio:wav:$ +15:audio/mpeg:MP3-Audio:mp3:$ +16:application/x-nsv-vp3-mp3:NullSoft-Video:nsv:$ +17:video/flv:Flash-Video:flv:$ +18:application/x-totem-plugin:Totem Multimedia plugin::$ diff --git a/.mozilla/firefox/p5hm66lq.default/prefs.js b/.mozilla/firefox/p5hm66lq.default/prefs.js new file mode 100644 index 000000000..2664243ff --- /dev/null +++ b/.mozilla/firefox/p5hm66lq.default/prefs.js @@ -0,0 +1,16 @@ +# Mozilla User Preferences + +/* Do not edit this file. + * + * If you make changes to this file while the application is running, + * the changes will be overwritten when the application exits. + * + * To make a manual change to preferences, you can visit the URL about:config + * For more information, see http://www.mozilla.org/unix/customizing.html#prefs + */ + +user_pref("browser.migration.version", 1); +user_pref("browser.places.smartBookmarksVersion", 2); +user_pref("browser.startup.homepage_override.mstone", "rv:1.9.2.13"); +user_pref("extensions.enabledItems", "langpack-de@firefox-3.6.ubuntu.com:3.6,langpack-en-GB@firefox-3.6.ubuntu.com:3.6,ubufox@ubuntu.com:0.9rc2,{972ce4c6-7e08-4474-a285-3208198ce6fd}:3.6.13"); +user_pref("extensions.lastAppVersion", "3.6.13"); diff --git a/.mozilla/firefox/p5hm66lq.default/search.json b/.mozilla/firefox/p5hm66lq.default/search.json new file mode 100644 index 000000000..ac288e2a8 --- /dev/null +++ b/.mozilla/firefox/p5hm66lq.default/search.json @@ -0,0 +1 @@ +{"version":6,"buildID":"20101206122310","locale":"de","directories":{"/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/ubufox@ubuntu.com/searchplugins":{"lastModifiedTime":1297430298000,"engines":[{"_id":"/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/ubufox@ubuntu.com/searchplugins/ask.xml","_name":"Ask.com","description":"Ask.com Search Engine - Better Web Search","__searchForm":"http://www.ask.com/","_iconURL":"data:image/x-icon;base64,AAABAAEAEBAAAAEACABoBQAAFgAAACgAAAAQAAAAIAAAAAEACAAAAAAAQAEAAAAAAAAAAAAAAAEAAAAAAACbm5sAAADJAAAA1gAAANMAAADYAAAAyACcnJ0AAADLAAEBywDCwsAAjIy2AH9/gwBdXa4AAAC5AAAAygAwMOEAMjLgADMzvQAEBHwAaGipAAAAzwCtsLEAhYWgAAsLygDq6toAQkK3AGZnigA5O84ACAiuANjY3wAICIsAAADAAGVljgAEBIQAAADfAGNiegAREZAAwsLzAAcHkwAEBZ0Ag4jOAC0twAALC7QAqK7dAKSq1wBycqQABATQAPT04ACYm74ARkaOALO09wAmJnQAJSXJADw9fwAzNc4ALzDCAHp6pACdnZkApKevAL29sQD5+foAkpKcAOzs4AAMDMoAPj7iAKGinACvr6oAT0/wAAwNyQAAANIAlJTaAN/f0QCcnZ0AAADRAF5erQAAAJ8AAADDAAAAzAA1NrwAMTGfAAkJ1QAAAMQAWlqvAHJ31wDMzMAAFhbHAAAAiQBERNIA8fHmAAgI1gCys6oAu7v4AD09ngDDwfoABgbOAM7N9wCYmPUAKyuOABkZmgAyMsEAiYq8AHp68gDDw5sAAgLPALW2rwCdnZgAAAC9AAMD1wCenpgA9fX1AAAArQCCgrIA0dLYAK+vnwB3e9kA5ubSAOfn+AClp6cA3NzDAMHHygBQU9MABATCAG5z2gAcHMQAio/aAAAA2QD19fwAnaHIAIaGogDm5uoAk5N0AK+ytAAMDNUAAAAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//////////////////////////////////////////////////////////////////+DBgAAAAAASBX///////8GEzQ/Ll5VEUo9aXX///86e08hAg1qUUUiaymAOXf/NxQlglZvIzgzHksFeQxs/xcBEG1aWC1lc2YgCmEEUkE2BwFdaHAkQ3RGRxgqAmcWKwgFD1Q7Yn4xYzx2En0DGf9TBwFbLyZgCVwdQgtuBE7//3xEQD4nA1BZgTVXHwIw/////3pkHEkOTV8aTIR//////////yxyeBsycSj/////////////////////////////////////////////////AAD//wAA//8AAMAfAACABwAAAAEAAAABAAAAAAAAAAAAAAAAAACAAAAAwAAAAPABAAD8BwAA//8AAP//AAA=","_urls":[{"template":"http://www.ask.com/web","rels":[],"params":[{"name":"q","value":"{searchTerms}"},{"name":"o","value":"1576"},{"name":"l","value":"dis"}]}],"filePath":"/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/ubufox@ubuntu.com/searchplugins/ask.xml","_installLocation":3,"queryCharset":"UTF-8"}]},"/usr/lib/firefox-addons/searchplugins/en-US":{"lastModifiedTime":1297430102000,"engines":[{"_id":"/usr/lib/firefox-addons/searchplugins/en-US/creativecommons.xml","_name":"Creative Commons","description":"Find photos, movies, music, and text to rip, sample, mash, and share.","__searchForm":"http://search.creativecommons.org/","_iconURL":"data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAJUSURBVDiNjZO9S1thGMXPvTfJFbnkipNkLLS0ksFg0M0lf4CboNCEgIIg/RiKtEOn0qGWTtbVoBYcIji10I9J0ApWCjp0kRaXdhHjTW4+uGnur4NJ8GOwZ3nf4TnnfZ5z3scAdBGGYdyVdN+yrGHTNNOtVqsVhuG+pO+S3gE/LtV3BIxzPDJNc8FxHGN0dNRKpVIGoJ2dndr+/r5Vr9cl6bmkN0AoSQIEyHXdj5KYnZ3F932uolKpkM/nK5KQ9FmSCZwLOI7zQBLr6+vXiFdRLBaDtsiTTve3YrFYkM/nbyR3MDU1dSKpLumO+vr6Xruui+d5AFSrVVZWVtjY2KDRaABwdHTE4uIie3t7AJTLZaLRaFXSCyUSid1MJgOA53n09/eTTqdJJpPMzc2xurqKbduMj48Tj8fZ3d0FYHBw8FjSezmOU56fnwdgeXkZ27ap1WpUKhWazSZjY2Nks1kASqVSd4zp6eljSX/MtiHdRDpnEATyfb+bkiSVSqXu3TCM8xgHBga+dkY4OzvDdV2GhoZIJBLMzMxQKBSIRqNkMhlisRhbW1sAJJPJn5I+KB6Pv7poou/7rK2tsbm5SRAEXROXlpY4ODgAoFarYdu2J+llN8ZcLvffMeZyud+SGpLuCVBPT89jSRQKhRvJxWKxISmU9JTOT5Rk9Pb2fpHE5OQkJycn14inp6dMTEx4bdM/SbKAy8sk6WEkElmwLCuSSqUYGRmxgHB7e7t+eHgYazabgaRnkt7SeZnr63xbUtYwjGHTNNNhGP4F9iR9a6/zr4v1/wDE1D9XlC4rrAAAAABJRU5ErkJggg==","_urls":[{"template":"http://search.creativecommons.org/","rels":[],"params":[{"name":"q","value":"{searchTerms}"},{"name":"sourceid","value":"Mozilla-search"}]}],"filePath":"/usr/lib/firefox-addons/searchplugins/en-US/creativecommons.xml","_installLocation":3,"queryCharset":"UTF-8"},{"_id":"/usr/lib/firefox-addons/searchplugins/en-US/google.xml","_name":"Google","description":"Google Search","__searchForm":"http://www.google.com/firefox","_iconURL":"data:image/png;base64,AAABAAEAEBAAAAEAGABoAwAAFgAAACgAAAAQAAAAIAAAAAEAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADs9Pt8xetPtu9FsfFNtu%2BTzvb2%2B%2Fne4dFJeBw0egA%2FfAJAfAA8ewBBegAAAAD%2B%2FPtft98Mp%2BwWsfAVsvEbs%2FQeqvF8xO7%2F%2F%2F63yqkxdgM7gwE%2FggM%2BfQA%2BegBDeQDe7PIbotgQufcMufEPtfIPsvAbs%2FQvq%2Bfz%2Bf%2F%2B%2B%2FZKhR05hgBBhQI8hgBAgAI9ewD0%2B%2Fg3pswAtO8Cxf4Kw%2FsJvvYAqupKsNv%2B%2Fv7%2F%2FP5VkSU0iQA7jQA9hgBDgQU%2BfQH%2F%2Ff%2FQ6fM4sM4KsN8AteMCruIqqdbZ7PH8%2Fv%2Fg6Nc%2Fhg05kAA8jAM9iQI%2BhQA%2BgQDQu6b97uv%2F%2F%2F7V8Pqw3eiWz97q8%2Ff%2F%2F%2F%2F7%2FPptpkkqjQE4kwA7kAA5iwI8iAA8hQCOSSKdXjiyflbAkG7u2s%2F%2B%2F%2F39%2F%2F7r8utrqEYtjQE8lgA7kwA7kwA9jwA9igA9hACiWSekVRyeSgiYSBHx6N%2F%2B%2Fv7k7OFRmiYtlAA5lwI7lwI4lAA7kgI9jwE9iwI4iQCoVhWcTxCmb0K%2BooT8%2Fv%2F7%2F%2F%2FJ2r8fdwI1mwA3mQA3mgA8lAE8lAE4jwA9iwE%2BhwGfXifWvqz%2B%2Ff%2F58u%2Fev6Dt4tr%2B%2F%2F2ZuIUsggA7mgM6mAM3lgA5lgA6kQE%2FkwBChwHt4dv%2F%2F%2F728ei1bCi7VAC5XQ7kz7n%2F%2F%2F6bsZkgcB03lQA9lgM7kwA2iQktZToPK4r9%2F%2F%2F9%2F%2F%2FSqYK5UwDKZAS9WALIkFn%2B%2F%2F3%2F%2BP8oKccGGcIRJrERILYFEMwAAuEAAdX%2F%2Ff7%2F%2FP%2B%2BfDvGXQLIZgLEWgLOjlf7%2F%2F%2F%2F%2F%2F9QU90EAPQAAf8DAP0AAfMAAOUDAtr%2F%2F%2F%2F7%2B%2Fu2bCTIYwDPZgDBWQDSr4P%2F%2Fv%2F%2F%2FP5GRuABAPkAA%2FwBAfkDAPAAAesAAN%2F%2F%2B%2Fz%2F%2F%2F64g1C5VwDMYwK8Yg7y5tz8%2Fv%2FV1PYKDOcAAP0DAf4AAf0AAfYEAOwAAuAAAAD%2F%2FPvi28ymXyChTATRrIb8%2F%2F3v8fk6P8MAAdUCAvoAAP0CAP0AAfYAAO4AAACAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAQAA","_urls":[{"template":"http://suggestqueries.google.com/complete/search?output=firefox&client=firefox&hl={moz:locale}&q={searchTerms}","rels":[],"type":"application/x-suggestions+json","params":[]},{"template":"http://www.google.com/search","rels":[],"params":[{"name":"client","value":"ubuntu"},{"name":"channel","value":"fs"},{"name":"q","value":"{searchTerms}"},{"name":"ie","value":"utf-8"},{"name":"oe","value":"utf-8"}]}],"filePath":"/usr/lib/firefox-addons/searchplugins/en-US/google.xml","_installLocation":3,"queryCharset":"UTF-8"},{"_id":"/usr/lib/firefox-addons/searchplugins/en-US/answers.xml","_name":"Answers.com","description":"Dictionary Search on Answers.com","__searchForm":"http://www.answers.com/","_iconURL":"data:image/x-icon;base64,AAABAAEAEBAAAAEAIABoBAAAFgAAACgAAAAQAAAAIAAAAAEAIAAAAAAAAAAAABMLAAATCwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////K////4f////E////5f///+n////P////mv///0EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8E////fv///+//////////////////////7NnP/+LFtv/////+////of///xYAAAAAAAAAAAAAAAD///8D////lf////////////j0//bi1v/OlXf/tGU9/6FCEv/OmH3////////////////D////FgAAAAAAAAAA////avPm4P/evaz/8NbI//7r3//23M3/xYRi/5kzAP/Df1z//u/l//749P/v4dn/+PPw/////6j///8B////GP///+W/f1//smM7//bczf/+69///uvf/9ytlP+ZMwD/5se3/+/f1//AgmP/nj0N/927qv/////+////QP///2z/////8NvQ/8WCYP/+69///uvf//7r3/+7ckz/pUkb/9m1ov+ePQ3/okUW/8+fh//38O3//////////5r///+t//////7y6v/Cflv/58Cr//DRwP/mwKv/okQU/8ODYv/cuqj/yZN4//Tq5f/+9e///vDn///////////Q////yf/////+7+b/05yA/65ZLv+9dVD/sF40/5kzAP/kvKb//vTu//Tr5v/7+Pb//vfz//707f//////////6f///8X//////vDm/+K4ov/KjGz//ure/8uNbf+jRBX/+OTX/+3b0v+jSBr/pk0h/717Wv/Wrpr//Pn4/////+b///+i//////7z7f/02Mj/wn5b//vl2P+uWS7/vXhU//v49//48u//1q6a/717Wv+oUSb/tWxH//jz8P/////K////V///////+/j//ure/8aFZP/fs5v/oEAQ/9q1o/+zaEL/1ayX//718P/+9/P/+PHu//jz8P//////////h////wr////O///////38v/YpYr/tGQ7/6ZLHf/06eX/s2dB/549Df/x49z//vDn//7x6f//////////8////yoAAAAA////R/////v/////7dXI/5kzAP+7cUv//vHp/+vYzv+bNwX/vHlY//38/P///////////////30AAAAAAAAAAAAAAAD///9n////+/z5+P++e1n/3LGc//7w5//++PT/0KKL/8OIa//9/Pv//////////5X///8GAAAAAAAAAAAAAAAAAAAAAP///0n////K///////////////////////////+/v7/////5v///2z///8CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA////Cv///1f///+g////xP///8n///+r////bP///xoAAAAAAAAAAAAAAAAAAAAA+B////AH///AA///wAH//4AB//+AAP//AAD//wAA//8AAP//AAD//4AA//+AAf//wAP//+AD///wD////D///w==","_urls":[{"template":"http://www.answers.com/main/ntquery","rels":[],"params":[{"name":"s","value":"{searchTerms}"},{"name":"gwp","value":"13"}]},{"template":"http://www.answers.com/main/startswith?output=json&client=firefox&s={searchTerms}","rels":[],"type":"application/x-suggestions+json","params":[]}],"filePath":"/usr/lib/firefox-addons/searchplugins/en-US/answers.xml","_installLocation":3,"queryCharset":"UTF-8"},{"_id":"/usr/lib/firefox-addons/searchplugins/en-US/wikipedia.xml","_name":"Wikipedia (en)","description":"Wikipedia, the free encyclopedia","__searchForm":"http://en.wikipedia.org/wiki/Special:Search","_iconURL":"data:image/x-icon;base64,AAABAAEAEBAQAAEABAAoAQAAFgAAACgAAAAQAAAAIAAAAAEABAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAEAgQAhIOEAMjHyABIR0gA6ejpAGlqaQCpqKkAKCgoAPz9%2FAAZGBkAmJiYANjZ2ABXWFcAent6ALm6uQA8OjwAiIiIiIiIiIiIiI4oiL6IiIiIgzuIV4iIiIhndo53KIiIiB%2FWvXoYiIiIfEZfWBSIiIEGi%2FfoqoiIgzuL84i9iIjpGIoMiEHoiMkos3FojmiLlUipYliEWIF%2BiDe0GoRa7D6GPbjcu1yIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA","_urls":[{"template":"http://en.wikipedia.org/w/api.php","rels":[],"type":"application/x-suggestions+json","params":[{"name":"action","value":"opensearch"},{"name":"search","value":"{searchTerms}"}]},{"template":"http://en.wikipedia.org/wiki/Special:Search","rels":[],"params":[{"name":"search","value":"{searchTerms}"},{"name":"sourceid","value":"Mozilla-search"}]}],"filePath":"/usr/lib/firefox-addons/searchplugins/en-US/wikipedia.xml","_installLocation":3,"queryCharset":"UTF-8"},{"_id":"/usr/lib/firefox-addons/searchplugins/en-US/yahoo.xml","_name":"Yahoo","description":"Yahoo Search","__searchForm":"http://search.yahoo.com/","_iconURL":"data:image/x-icon;base64,AAABAAEAEBAQAAEABAAoAQAAFgAAACgAAAAQAAAAIAAAAAEABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbgJqAIoCdgCaAnoAnhKCAKYijgCuLpIAskKeALpSpgC+Yq4AzHy8ANqezgDmvt4A7tLqAPz5+wD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKlRFIoABWAKERERE6ADcKMzzu2hOgAAhERK8REWCWBERE36ERMHMEREvo6iEgY6hEn6Pu0mAzqkz/xjMzoDNwpERERDoAMzAKlERIoAAzMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//wAA//8AAP//AADAOQAAgBkAAAAPAAAACQAAAAkAAAAIAAAACAAAAAgAAIAYAADAOAAA//8AAP//AAD//wAA","_urls":[{"template":"http://ff.search.yahoo.com/gossip?output=fxjson&command={searchTerms}","rels":[],"type":"application/x-suggestions+json","params":[]},{"template":"http://search.yahoo.com/search","rels":[],"params":[{"name":"p","value":"{searchTerms}"},{"name":"ei","value":"UTF-8"},{"pref":"yahoo-fr","name":"fr","condition":"pref","mozparam":true}]}],"filePath":"/usr/lib/firefox-addons/searchplugins/en-US/yahoo.xml","_installLocation":3,"queryCharset":"UTF-8"},{"_id":"/usr/lib/firefox-addons/searchplugins/en-US/eBay.xml","_name":"eBay","description":"eBay - Online auctions","__searchForm":"http://search.ebay.com/","_iconURL":"data:image/x-icon;base64,AAABAAEAEBAAAAEACABoBQAAFgAAACgAAAAQAAAAIAAAAAEACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAIAAAADAAAAA/wAAAABAAABAQAAAgEAAAMBAAAD/QAAAAIAAAECAAACAgAAAwIAAAP+AAAAAwAAAQMAAAIDAAADAwAAA/8AAAAD/AABA/wAAgP8AAMD/AAD//wAAAABAAEAAQACAAEAAwABAAP8AQAAAQEAAQEBAAIBAQADAQEAA/0BAAACAQABAgEAAgIBAAMCAQAD/gEAAAMBAAEDAQACAwEAAwMBAAP/AQAAA/0AAQP9AAID/QADA/0AA//9AAAAAgABAAIAAgACAAMAAgAD/AIAAAECAAEBAgACAQIAAwECAAP9AgAAAgIAAQICAAICAgADAgIAA/4CAAADAgABAwIAAgMCAAMDAgAD/wIAAAP+AAED/gACA/4AAwP+AAP//gAAAAMAAQADAAIAAwADAAMAA/wDAAABAwABAQMAAgEDAAMBAwAD/QMAAAIDAAECAwACAgMAAwIDAAP+AwAAAwMAAQMDAAIDAwADAwMAA/8DAAAD/wABA/8AAgP/AAMD/wAD//8AAAAD/AEAA/wCAAP8AwAD/AP8A/wAAQP8AQED/AIBA/wDAQP8A/0D/AACA/wBAgP8AgID/AMCA/wD/gP8AAMD/AEDA/wCAwP8AwMD/AP/A/wAA//8AQP//AID//wDA//8A////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB8fHx8fHx8fHx8fHx8AAB8cGRkUFAcHBx8fBUKfAAAfFBkfHxNHF4cb29vCnwAAHxkZFBQUBx8HG98bwp8fAB8ZGR8UGQcXhxvb28KFXx8fHZkZGRNHBwcfG8jCgoQfAB8fHx8HBx8b29vCnwPCnwAAAB8fBwcfHx8EBB8Dwp8AAAAAHx8fHwAfHx8AHx8fAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP//AAD//wAA//8AAP//AACAAwAAAAMAAAADAAAAAQAAAAAAAAAAAACAAAAA4AAAAPCIAAD//wAA//8AAP//AAA=","_urls":[{"template":"http://rover.ebay.com/rover/1/711-47294-18009-3/4","rels":[],"params":[{"name":"satitle","value":"{searchTerms}"}]}],"filePath":"/usr/lib/firefox-addons/searchplugins/en-US/eBay.xml","_installLocation":3},{"_id":"/usr/lib/firefox-addons/searchplugins/en-US/amazondotcom.xml","_name":"Amazon.com","description":"Amazon.com Search","__searchForm":"http://www.amazon.com/","_iconURL":"data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAHgSURBVHjalFM9TNtQEP4cB7PwM1RITUXIgsRaYEEVEyKZwhiyZAQyd0BhpFOlIjoBqhjSqVQMoVMLLAjEwECCQJkSkBqJYDOAFOMKFSf28d7DTUxiUDnp/Pzeu/vuu7t3ICKF6SLTMv2/lB0fRWKfjwDm4JJisYh0Oo3fpZLYT0SjSCQS8JAFMADNDZ3NZsnf1taiqVTKi4nGASruk5lkkmTmMB6JUKFQqO+DfX1eABWeQoVR6f7HSdM0obqu48Yw8G1tDT82NsRd1TSbU9BbGPCog8PDj+jLzurFoAVgMh4XxoNDQ6SqKi0tL9eBvAB8zZwymYxYY7EYAoEA8vm82BNTg6XUIs0MeGTZoR1mhXSnwNl4pmAbjU7mcjkKhkL1ynMnntZ4OEw3VyrV8utk7s5TdW++0QXz+1i3P7IK36t+PCfVn1OQOoOA0gXr5DPak+cPXbBK+/T3S69AtY3LJ98vZ1or/iLr+pTuvr59/A6s003UdqZFJF/PCKQ3o5CUznoBST2AfbEF/9iqYEDaIfwj73VJPEfgNTe0tWNYR0uwy9uOW0OkrgHI7z5ADo2C7v48nLV3XHKAT+x/1m1sX58xsBxg8rZJrDYD8DHHp4aJj/MK09sXjPOt46PcCzAACXY8/u34wN0AAAAASUVORK5CYII=","_urls":[{"template":"http://www.amazon.com/exec/obidos/external-search/","rels":[],"params":[{"name":"field-keywords","value":"{searchTerms}"},{"name":"mode","value":"blended"},{"name":"tag","value":"wwwcanoniccom-20"},{"name":"sourceid","value":"Mozilla-search"}]}],"filePath":"/usr/lib/firefox-addons/searchplugins/en-US/amazondotcom.xml","_installLocation":3}]}}} \ No newline at end of file diff --git a/.mozilla/firefox/p5hm66lq.default/search.sqlite b/.mozilla/firefox/p5hm66lq.default/search.sqlite new file mode 100644 index 000000000..d0a8616ae Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/search.sqlite differ diff --git a/.mozilla/firefox/p5hm66lq.default/secmod.db b/.mozilla/firefox/p5hm66lq.default/secmod.db new file mode 100644 index 000000000..b849867a5 Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/secmod.db differ diff --git a/.mozilla/firefox/p5hm66lq.default/sessionstore.js b/.mozilla/firefox/p5hm66lq.default/sessionstore.js new file mode 100644 index 000000000..4df774cd0 --- /dev/null +++ b/.mozilla/firefox/p5hm66lq.default/sessionstore.js @@ -0,0 +1 @@ +({"windows":[{"tabs":[{"entries":[{"url":"about:home","ID":0,"owner_b64":"NhAra3tiRRqhyKDUVsktxQAAAAAAAAAAwAAAAAAAAEYAAQAAAAAAAS8nfAAOr03buTZBMmukiq4HoizADOUR05MxABBLoP1AAAAAAAVhYm91dAAAAARob21l4NodcC97EdOM0ABgsPwUoweiLMAM5RHTkzEAEEug/UAAAAAADm1vei1zYWZlLWFib3V0AAAABGhvbWUAAAA="},{"url":"http://www.google.com/search?client=ubuntu&channel=fs&q=rescatux&ie=utf-8&oe=utf-8","title":"rescatux - Google-Suche","ID":2,"children":[{"url":"about:blank","ID":3,"owner_b64":"NhAra3tiRRqhyKDUVsktxQAAAAAAAAAAwAAAAAAAAEYAAQAAAAAAAd6UctCANBHTk5kAEEug/UAHoizADOUR05MxABBLoP1AAAAAAv////8AAABQAQAAAFJodHRwOi8vd3d3Lmdvb2dsZS5jb20vc2VhcmNoP2NsaWVudD11YnVudHUmY2hhbm5lbD1mcyZxPXJlc2NhdHV4JmllPXV0Zi04Jm9lPXV0Zi04AAAAAAAAAAQAAAAHAAAADgAAAAf/////AAAAB/////8AAAAHAAAADgAAABUAAAA9AAAAFQAAAAcAAAAVAAAAAQAAABYAAAAGAAAAFv////8AAAAV/////wAAAB0AAAA1AAAAFf////8BAAAAAAAAAAAAAQAA"}]},{"url":"http://www.supergrubdisk.org/rescatux/","title":"Rescatux | Boot Problems Open Source Tools","ID":4,"referrer":"http://www.google.com/search?client=ubuntu&channel=fs&q=rescatux&ie=utf-8&oe=utf-8"},{"url":"http://www.supergrubdisk.org/category/download/supergrub2diskdownload/","title":"Super Grub2 Disk | Boot Problems Open Source Tools","ID":5,"referrer":"http://www.supergrubdisk.org/rescatux/"},{"url":"http://www.google.com/search?client=ubuntu&channel=fs&q=ubuntu+git&ie=utf-8&oe=utf-8","title":"ubuntu git - Google-Suche","ID":6,"children":[{"url":"about:blank","ID":7,"owner_b64":"NhAra3tiRRqhyKDUVsktxQAAAAAAAAAAwAAAAAAAAEYAAQAAAAAAAd6UctCANBHTk5kAEEug/UAHoizADOUR05MxABBLoP1AAAAAAv////8AAABQAQAAAFRodHRwOi8vd3d3Lmdvb2dsZS5jb20vc2VhcmNoP2NsaWVudD11YnVudHUmY2hhbm5lbD1mcyZxPXVidW50dStnaXQmaWU9dXRmLTgmb2U9dXRmLTgAAAAAAAAABAAAAAcAAAAOAAAAB/////8AAAAH/////wAAAAcAAAAOAAAAFQAAAD8AAAAVAAAABwAAABUAAAABAAAAFgAAAAYAAAAW/////wAAABX/////AAAAHQAAADcAAAAV/////wEAAAAAAAAAAAABAAA="}]},{"url":"http://wiki.ubuntuusers.de/GIT","title":"Git › Wiki › ubuntuusers.de","ID":8,"referrer":"http://www.google.com/search?client=ubuntu&channel=fs&q=ubuntu+git&ie=utf-8&oe=utf-8"},{"url":"http://www.google.com/search?client=ubuntu&channel=fs&q=ubuntu+c+entwicklungsumgebung&ie=utf-8&oe=utf-8","title":"ubuntu c entwicklungsumgebung - Google-Suche","ID":9,"children":[{"url":"about:blank","ID":10,"owner_b64":"NhAra3tiRRqhyKDUVsktxQAAAAAAAAAAwAAAAAAAAEYAAQAAAAAAAd6UctCANBHTk5kAEEug/UAHoizADOUR05MxABBLoP1AAAAAAv////8AAABQAQAAAGdodHRwOi8vd3d3Lmdvb2dsZS5jb20vc2VhcmNoP2NsaWVudD11YnVudHUmY2hhbm5lbD1mcyZxPXVidW50dStjK2VudHdpY2tsdW5nc3VtZ2VidW5nJmllPXV0Zi04Jm9lPXV0Zi04AAAAAAAAAAQAAAAHAAAADgAAAAf/////AAAAB/////8AAAAHAAAADgAAABUAAABSAAAAFQAAAAcAAAAVAAAAAQAAABYAAAAGAAAAFv////8AAAAV/////wAAAB0AAABKAAAAFf////8BAAAAAAAAAAAAAQAA","scroll":"0,0"}],"formdata":{"#csi":"1","#wwcache":"","#wgjc":"","#hcache":"{\"fjruTdbmJsTdsgbgk6j2Aw\":[[69,{}],[14,{}],[60,{}],[81,{\"persisted\":true,\"tbpr\":{\"a\":-1}}],[42,{}],[43,{}],[83,{}],[95,{\"kfe\":{\"kfeHost\":\"clients1.google.com\",\"kfeUrlPrefix\":\"/webpagethumbnail?r=2&f=2&s=300:585&query=ubuntu+c+entwicklungsumgebung&hl=de&gl=us\",\"maxPrefetchConnections\":2,\"slowConnection\":false,\"v\":9},\"logging\":{\"csiFraction\":0.05,\"gen204Fraction\":0.05},\"msgs\":{\"loading\":\"Wird geladen...\",\"mute\":\"Ton ausschalten\",\"noPreview\":\"Vorschau nicht verf\\u00fcgbar\",\"sound\":\"Ton:\",\"soundOff\":\"aus\",\"soundOn\":\"ein\",\"unmute\":\"Ton einschalten\"},\"pb\":{\"desiredHeight\":585,\"desiredWidth\":300,\"minHeight\":200,\"minWidth\":300},\"time\":{\"hoverClose\":300,\"hoverModeTimeout\":60,\"hoverOpen\":125,\"loading\":100,\"longHoverOpen\":725,\"prefetchOnLoad\":3000,\"timeout\":2500},\"vp\":{\"previewUrls\":null,\"setUserPrefsUrl\":\"/setprefs?vpsndts=%(exptime)s&sig=0_r1wOq1OCGVPjfA8wA0dmhCDXCyI=&noredirect=1\"},\"knav\":{\"sendMsg\":false}}],[78,{}],[25,{\"m\":{\"bks\":true,\"blg\":true,\"dsc\":true,\"evn\":true,\"frm\":true,\"isch\":true,\"klg\":true,\"mbl\":true,\"nws\":true,\"plcs\":true,\"ppl\":true,\"prc\":true,\"pts\":true,\"rcp\":true,\"shop\":true,\"vid\":true},\"t\":null}],[64,{}],[105,{}],[22,{\"m_errors\":{\"32\":\"Es gibt leider keine weiteren Ergebnisse.\",\"default\":\"Fehler: Der Server konnte Ihre Anforderung nicht ausf\\u00fchren. Versuchen Sie es in 30 Sekunden noch einmal.\"},\"m_tip\":\"Klicken Sie hier, um weitere Informationen zu erhalten.\"}],[77,{}],[84,{}],[99,{}],[29,{\"mcr\":5}],[92,{\"avgTtfc\":2000,\"fd\":1000,\"fl\":true,\"focus\":true,\"hpt\":250,\"kn\":true,\"mds\":\"clir,clue,dfn,evn,frim,klg,prc,rl,show,sp,sts,ww,mbl_he,mbl_hs,mbl_re,mbl_rs,mbl_sv,isch\",\"msg\":{\"dym\":\"Meinten Sie:\",\"gs\":\"Google-Suche\",\"kntt\":\"W\\u00e4hlen Sie die einzelnen Ergebnisse mithilfe der Nach-unten- und der Nach-oben-Taste aus. Dr\\u00fccken Sie die Eingabetaste, um zur Auswahl zu gelangen.\",\"sif\":\"Stattdessen suchen nach:\",\"srf\":\"Ergebnisse f\\u00fcr\"},\"odef\":true,\"ophe\":true,\"pq\":true,\"rpt\":50,\"tct\":\" ?\",\"tdur\":50}],[24,{}],[38,{}]]}","#grey":"","//xhtml:td[@id='lst-xbtn']/xhtml:div/xhtml:div[2]/xhtml:input[@name='q']":"ubuntu c entwicklungsumgebung"},"scroll":"0,0"},{"url":"http://wiki.ubuntuusers.de/entwicklungsumgebungen","title":"Entwicklungsumgebungen › Wiki › ubuntuusers.de","ID":11,"referrer":"http://www.google.com/search?client=ubuntu&channel=fs&q=ubuntu+c+entwicklungsumgebung&ie=utf-8&oe=utf-8"}],"index":7,"attributes":{"image":"http://www.google.com/favicon.ico"},"storage":{"http://www.google.com":{"web-vs-inHoverMode":"false","web-vs-prevQuery":"ubuntu+c+entwicklungsumgebung","web-v":"8_c9c918f0"}},"_formDataSaved":true},{"entries":[{"url":"http://www.computerhartware.de/thread-c_c_entwicklungsumgebung_fuer_linux.html","title":"C/C++ Entwicklungsumgebung für Linux","ID":17,"referrer":"http://www.google.com/search?client=ubuntu&channel=fs&q=ubuntu+c+entwicklungsumgebung&ie=utf-8&oe=utf-8","formdata":{"//xhtml:div[@id='search']/xhtml:form/xhtml:input[@name='keywords']":"Suchbegriffe eingeben","//xhtml:div[@id='container']/xhtml:div[2]/xhtml:div[2]/xhtml:div/xhtml:form/xhtml:input[@name='keywords']":"Suchbegriff(e)"},"scroll":"0,1539"}],"index":1,"attributes":{"image":"http://www.computerhartware.de/favicon.png"},"_formDataSaved":true}],"selected":2,"_closedTabs":[{"state":{"entries":[{"url":"http://www.mikrocontroller.net/topic/26631","title":"C/C++ Entwicklungsumgebung für Linux - Mikrocontroller.net","ID":12,"referrer":"http://www.google.com/search?client=ubuntu&channel=fs&q=ubuntu+c+entwicklungsumgebung&ie=utf-8&oe=utf-8","children":[{"url":"http://pubads.g.doubleclick.net/gampad/ads?correlator=1307458197448&output=html&impl=ifr&client=ca-pub-1202612203358489&slotname=uc_sidebar_top_sky&page_slots=uc_sidebar_top_sky&cust_params=site_id%3D1%26forum_id%3D8%26section%3Dforum-8%26pagetype%3Dtopic&cookie=ID%3Dc4aeeeffb5987b91%3AT%3D1307458197%3AS%3DALNI_MYQlRWFzwlbEHDworzmVsgwqvUmzw&cookie_enabled=1&url=http%3A%2F%2Fwww.mikrocontroller.net%2Ftopic%2F26631&ref=http%3A%2F%2Fwww.google.com%2Fsearch%3Fclient%3Dubuntu%26channel%3Dfs%26q%3Dubuntu%2Bc%2Bentwicklungsumgebung%26ie%3Dutf-8%26oe%3Dutf-8&lmt=1266157028&dt=1307458197564&cc=100&channel=9981472036%2C7311337829%2C7920462969%2C2239022970&color_border=ffffff&color_bg=ffffff&color_link=000000&color_url=0000ee&color_text=000000&biw=1024&bih=541&ifi=1&adk=3832501204&u_tz=120&u_his=1&u_h=768&u_w=1024&u_ah=720&u_aw=1024&u_cd=24&u_nplug=5&u_nmime=39&flash=0&gads=v2&ga_vid=1000655954.1307458198&ga_sid=1307458198&ga_hid=1195980570","ID":13,"referrer":"http://www.mikrocontroller.net/topic/26631","scroll":"0,0"},{"url":"http://pubads.g.doubleclick.net/gampad/ads?correlator=1307458197448&output=html&impl=ifr&client=ca-pub-1202612203358489&slotname=uc_sidebar_second_sky&page_slots=uc_sidebar_top_sky%2Cuc_sidebar_second_sky&cust_params=site_id%3D1%26forum_id%3D8%26section%3Dforum-8%26pagetype%3Dtopic&cookie=ID%3Dc4aeeeffb5987b91%3AT%3D1307458197%3AS%3DALNI_MYQlRWFzwlbEHDworzmVsgwqvUmzw&cookie_enabled=1&url=http%3A%2F%2Fwww.mikrocontroller.net%2Ftopic%2F26631&ref=http%3A%2F%2Fwww.google.com%2Fsearch%3Fclient%3Dubuntu%26channel%3Dfs%26q%3Dubuntu%2Bc%2Bentwicklungsumgebung%26ie%3Dutf-8%26oe%3Dutf-8&lmt=1266157028&dt=1307458197734&cc=100&channel=9981472036%2C0392040567%2C5150403961&color_border=ffa500&color_bg=ffeebb&color_link=000000&color_url=000000&color_text=333333&biw=1008&bih=541&ifi=2&adk=1553290938&u_tz=120&u_his=1&u_h=768&u_w=1024&u_ah=720&u_aw=1024&u_cd=24&u_nplug=5&u_nmime=39&flash=0&gads=v2&ga_vid=1000655954.1307458198&ga_sid=1307458198&ga_hid=1195980570","ID":14,"referrer":"http://www.mikrocontroller.net/topic/26631","scroll":"0,0"},{"url":"http://pubads.g.doubleclick.net/gampad/ads?correlator=1307458197448&output=html&impl=ifr&client=ca-pub-1202612203358489&slotname=uc_postform_wsky&page_slots=uc_sidebar_top_sky%2Cuc_sidebar_second_sky%2Cuc_postform_wsky&cust_params=site_id%3D1%26forum_id%3D8%26section%3Dforum-8%26pagetype%3Dtopic&cookie=ID%3Dc4aeeeffb5987b91%3AT%3D1307458197%3AS%3DALNI_MYQlRWFzwlbEHDworzmVsgwqvUmzw&cookie_enabled=1&url=http%3A%2F%2Fwww.mikrocontroller.net%2Ftopic%2F26631&ref=http%3A%2F%2Fwww.google.com%2Fsearch%3Fclient%3Dubuntu%26channel%3Dfs%26q%3Dubuntu%2Bc%2Bentwicklungsumgebung%26ie%3Dutf-8%26oe%3Dutf-8&lmt=1266157028&dt=1307458198406&cc=100&channel=9981472036%2C3856911612%2C5150403961&color_border=ffa500&color_bg=ffeebb&color_link=000000&color_url=000000&color_text=333333&biw=1008&bih=541&ifi=3&adk=829300808&u_tz=120&u_his=1&u_h=768&u_w=1024&u_ah=720&u_aw=1024&u_cd=24&u_nplug=5&u_nmime=39&flash=0&gads=v2&ga_vid=1000655954.1307458198&ga_sid=1307458198&ga_hid=1195980570","ID":15,"referrer":"http://www.mikrocontroller.net/topic/26631","scroll":"0,0"},{"url":"http://pubads.g.doubleclick.net/gampad/ads?correlator=1307458197448&output=html&impl=ifr&client=ca-pub-1202612203358489&slotname=uc_bottom_lb&page_slots=uc_sidebar_top_sky%2Cuc_sidebar_second_sky%2Cuc_postform_wsky%2Cuc_bottom_lb&cust_params=site_id%3D1%26forum_id%3D8%26section%3Dforum-8%26pagetype%3Dtopic&cookie=ID%3Dc4aeeeffb5987b91%3AT%3D1307458197%3AS%3DALNI_MYQlRWFzwlbEHDworzmVsgwqvUmzw&cookie_enabled=1&url=http%3A%2F%2Fwww.mikrocontroller.net%2Ftopic%2F26631&ref=http%3A%2F%2Fwww.google.com%2Fsearch%3Fclient%3Dubuntu%26channel%3Dfs%26q%3Dubuntu%2Bc%2Bentwicklungsumgebung%26ie%3Dutf-8%26oe%3Dutf-8&lmt=1266157028&dt=1307458199214&cc=100&channel=9981472036%2C4432670337%2C1675723313&color_border=0066cc&color_bg=c3d9ff&color_link=0000ff&color_url=0000ff&color_text=000000&biw=1008&bih=541&ifi=4&adk=4051969610&u_tz=120&u_his=1&u_h=768&u_w=1024&u_ah=720&u_aw=1024&u_cd=24&u_nplug=5&u_nmime=39&flash=0&gads=v2&ga_vid=1000655954.1307458198&ga_sid=1307458198&ga_hid=1195980570&ga_fc=true","ID":16,"referrer":"http://www.mikrocontroller.net/topic/26631","scroll":"0,0"}],"formdata":{"//xhtml:form[@id='postform']/xhtml:input[@name='title']":"","#form_post_guest_name":"","#form_post_guest_email":"","#form_post_subject":"Re: C/C++ Entwicklungsumgebung für Linux","#form_post_new_attachment":{"type":"file","fileList":[]},"#form_post_text":""},"scroll":"0,1026"}],"index":1,"attributes":{"image":"http://www.mikrocontroller.net/favicon.ico"},"_formDataSaved":true},"title":"C/C++ Entwicklungsumgebung für Linux - Mikrocontroller.net","image":"http://www.mikrocontroller.net/favicon.ico","pos":1}],"_hosts":{"www.google.com":true,"www.supergrubdisk.org":true,"wiki.ubuntuusers.de":true,"www.computerhartware.de":true},"width":"994","height":"682","screenX":"0","screenY":"24","sizemode":"maximized","cookies":[{"host":".supergrubdisk.org","value":"76402071","path":"/","name":"__utmc"},{"host":".ubuntuusers.de","value":"\"queR9UVvFpGuo72AoL2eRGtwhzg=?_ex=RjEzMDk4NzY4NzMuODE1MzU4Ci4=&_sk=UydFRjlLSi9zdjdmZTlTVGxwQTRqZm53JwpwMAou\"","path":"/","name":"sessionid"},{"host":".computerhartware.de","value":"121122586","path":"/","name":"__utmc"},{"host":".computerhartware.de","value":"a3ae2f0ee9b488319b2d501e20a268b6","path":"/","name":"sid","httponly":true}]}],"selectedWindow":1,"_closedWindows":[],"session":{"state":"running","lastUpdate":1307458717174}}) \ No newline at end of file diff --git a/.mozilla/firefox/p5hm66lq.default/signons.sqlite b/.mozilla/firefox/p5hm66lq.default/signons.sqlite new file mode 100644 index 000000000..daee17adf Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/signons.sqlite differ diff --git a/.mozilla/firefox/p5hm66lq.default/urlclassifier3.sqlite b/.mozilla/firefox/p5hm66lq.default/urlclassifier3.sqlite new file mode 100644 index 000000000..a371c9317 Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/urlclassifier3.sqlite differ diff --git a/.mozilla/firefox/p5hm66lq.default/urlclassifierkey3.txt b/.mozilla/firefox/p5hm66lq.default/urlclassifierkey3.txt new file mode 100644 index 000000000..887d298e8 --- /dev/null +++ b/.mozilla/firefox/p5hm66lq.default/urlclassifierkey3.txt @@ -0,0 +1,2 @@ +clientkey:24:YNCmwILNcY02I5B2ueRysQ== +wrappedkey:100:AKEgNito_745TkFuwoyr4W-xsk9DjkHkFkWMUJPyWEtRSj4rdJtIglDxdmfZdaGQTroqhn_KxUzw38IpD14CxvcoNIhaYwM4_A== diff --git a/.mozilla/firefox/p5hm66lq.default/webappsstore.sqlite b/.mozilla/firefox/p5hm66lq.default/webappsstore.sqlite new file mode 100644 index 000000000..04feb0402 Binary files /dev/null and b/.mozilla/firefox/p5hm66lq.default/webappsstore.sqlite differ diff --git a/.mozilla/firefox/p5hm66lq.default/xpti.dat b/.mozilla/firefox/p5hm66lq.default/xpti.dat new file mode 100644 index 000000000..11966d594 --- /dev/null +++ b/.mozilla/firefox/p5hm66lq.default/xpti.dat @@ -0,0 +1,1441 @@ +# Generated file. ** DO NOT EDIT! ** + +[Header,2] +0,Version,2,0 +1,AppDir,/usr/lib/firefox-3.6.13 + +[Directories,2] +0,/usr/lib/firefox-3.6.13/components +1,/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/ubufox@ubuntu.com/components + +[Files,1] +0,browser.xpt,0,364841,1291642780000 + +[ArchiveItems,0] + +[Interfaces,1425] +0,nsIDOMStyleSheet,{a6cf9080-15b3-11d2-932e-00805f8add32},0,-1,1 +1,nsIAddonSearchResultsCallback,{a6f70917-dd30-4eb6-8b3d-453204f96f33},0,-1,1 +2,inIDOMView,{fbb67442-27a3-483c-8eb2-29c3eed7514c},0,-1,1 +3,txIXPathObject,{67706346-dece-4c9b-9fc2-57cf19071014},0,-1,1 +4,nsIUnicharStreamListener,{4a7e9b62-fef8-400d-9865-d6820f630b4c},0,-1,1 +5,nsIContentSniffer,{a5772d1b-fc63-495e-a169-96e8d3311af0},0,-1,1 +6,extIPreferenceBranch,{ce697d40-aa5a-11db-abbd-0800200c9a66},0,-1,1 +7,nsIDOMMediaList,{9b0c2ed7-111c-4824-adf9-ef0da6dad371},0,-1,1 +8,nsISHContainer,{65281ba2-988a-11d3-bdc7-0050040a9b44},0,-1,1 +9,nsITimer,{193fc37a-8aa4-4d29-aa57-1acd87c26b66},0,-1,1 +10,nsIBrowserSearchService,{8307b8f2-08ea-45b8-96bf-b1dc7688fe3b},0,-1,1 +11,nsIDOMHTMLAudioElement,{5ecd8913-a738-41be-8597-7f3a4ffba017},0,-1,1 +12,nsIDOMNSDataTransfer,{990758e9-fd38-4444-a1e8-395195802bda},0,-1,1 +13,nsIThreadPool,{d628159b-1a03-4985-aa77-43122eb23bfc},0,-1,1 +14,nsIScrollBoxObject,{56e2ada8-4631-11d4-ba11-001083023c1e},0,-1,1 +15,nsICachingChannel,{830d4bcb-3e46-4011-9bda-51a5d1af891f},0,-1,1 +16,nsIDNSService,{c1a56a45-8fa3-44e6-9f01-38c91c858cf9},0,-1,1 +17,nsIDOMCSSUnknownRule,{a6cf90d0-15b3-11d2-932e-00805f8add32},0,-1,1 +18,nsIDragDropHandler,{4f418f58-f834-4736-a755-e0395bedca9d},0,-1,1 +19,nsIDOMSVGAnimatedInteger,{7b196db6-955e-4a9f-8f42-645ebc2ce938},0,-1,1 +20,nsIJARURI,{b0922a89-f87b-4cb5-8612-305a285fcca7},0,-1,1 +21,nsITableEditor,{4805e684-49b9-11d3-9ce4-ed60bd6cb5bc},0,-1,1 +22,nsIZipReader,{5cce7f53-23b3-47f8-be05-122c0ba703fd},0,-1,1 +23,nsIDOMStorageManager,{c8e54beb-48f3-4538-a0ce-d6229f4d8f45},0,-1,1 +24,nsIPropertyBag2,{625cfd1e-da1e-4417-9ee9-dbc8e0b3fd79},0,-1,1 +25,nsILocalFile,{aa610f20-a889-11d3-8c81-000064657374},0,-1,1 +26,nsIURIFixup,{773081ac-9f81-4bdb-9e7a-5e87b4361f09},0,-1,1 +27,nsIDOMStorageItem,{0cc37c78-4c5f-48e1-adfc-7480b8fe9dc4},0,-1,1 +28,nsISupportsPRInt16,{e30d94b0-4a1c-11d3-9890-006008962422},0,-1,1 +29,nsIStorageStream,{604ad9d0-753e-11d3-90ca-34278643278f},0,-1,1 +30,nsIMemory,{59e7e77a-38e4-11d4-8cf5-0060b0fc14a3},0,-1,1 +31,nsITreeSelection,{ab6fe746-300b-4ab4-abb9-1c0e3977874c},0,-1,1 +32,nsIDownloadObserver,{44b3153e-a54e-4077-a527-b0325e40924e},0,-1,1 +33,nsIUnicharStreamLoaderObserver,{6bb3e55b-69c0-4fc9-87e5-bed780d997ce},0,-1,1 +34,nsIFile,{c8c0a080-0868-11d3-915f-d9d889d48e3c},0,-1,1 +35,nsIDocumentLoader,{bbe961ee-59e9-42bb-be50-0331979bb79f},0,-1,1 +36,nsIDOMHTMLTableCellElement,{a6cf90b7-15b3-11d2-932e-00805f8add32},0,-1,1 +37,nsIException,{f3a8d3b4-c424-4edc-8bf6-8974c983ba78},0,-1,1 +38,nsIContentPrefObserver,{746c7a02-f6c1-4869-b434-7c8b86e60e61},0,-1,1 +39,nsICommandParams,{83f892cf-7ed3-490e-967a-62640f3158e1},0,-1,1 +40,nsIUrlClassifierDBService,{7aae3f3a-527d-488b-a448-45dca6db0e80},0,-1,1 +41,nsIRDFDataSource,{0f78da58-8321-11d2-8eac-00805f29f370},0,-1,1 +42,nsIPrefLocalizedString,{ae419e24-1dd1-11b2-b39a-d3e5e7073802},0,-1,1 +43,nsIDOMNotifyPaintEvent,{792e5779-7c39-4817-91a7-fdb3fba6428f},0,-1,1 +44,nsIDOMSVGFEMergeElement,{b860512c-2547-4d1f-bb43-b57b54d39014},0,-1,1 +45,nsIDOMCRMFObject,{16da46c0-208d-11d4-8a7c-006008c844c3},0,-1,1 +46,nsIInterfaceInfoManager,{8b161900-be2b-11d2-9831-006008962422},0,-1,0 +47,nsITextServicesFilter,{5bec321f-59ac-413a-a4ad-8a8d7c50a0d0},0,-1,1 +48,nsIJAR,{04501db2-0409-11d3-bcf8-00805f0e1353},0,-1,1 +49,nsIClientAuthUserDecision,{95c4373e-bdd4-4a63-b431-f5b000367721},0,-1,1 +50,nsILoginManagerPrompter,{68b3cb59-51b8-4c57-bd7f-b2ce955a593d},0,-1,1 +51,nsISearchContext,{31aba0f0-2d93-11d3-8069-00600811a9c3},0,-1,1 +52,nsIDirectoryServiceProvider,{bbf8cab0-d43a-11d3-8cc2-00609792278c},0,-1,1 +53,nsIX509Cert,{f0980f60-ee3d-11d4-998b-00b0d02354a0},0,-1,1 +54,nsISecurityEventSink,{a71aee68-dd38-4736-bd79-035fea1a1ec6},0,-1,1 +55,nsIRDFNode,{0f78da50-8321-11d2-8eac-00805f29f370},0,-1,1 +56,nsIDOMSVGDescElement,{56f539b7-0b3d-4bac-b60d-9efe220216ea},0,-1,1 +57,nsIDOMSVGFEFuncBElement,{8b139fe7-5d21-4af3-beda-414aa089b3fb},0,-1,1 +58,nsIProxyInfo,{3fe9308b-1608-4fa0-933c-c5ec2c6175fd},0,-1,1 +59,nsIDOMHTMLLinkElement,{a6cf9088-15b3-11d2-932e-00805f8add32},0,-1,1 +60,nsISupportsPRUint32,{e01dc470-4a1c-11d3-9890-006008962422},0,-1,1 +61,nsIDOMXMLDocument,{8816d003-e7c8-4065-8827-829b8d07b6e0},0,-1,1 +62,nsIDOMSVGImageElement,{43ae4efe-2610-4cce-8242-279e556a78fa},0,-1,1 +63,nsIUrlClassifierDBServiceWorker,{2af84c09-269e-4fc2-b28f-af56717db118},0,-1,1 +64,nsIXSLTProcessorObsolete,{3fbff728-2d20-11d3-aef3-00108300ff91},0,-1,1 +65,nsIWebBrowserSetup,{f15398a0-8018-11d3-af70-00a024ffc08c},0,-1,1 +66,nsIDOMHTMLParagraphElement,{a6cf90a1-15b3-11d2-932e-00805f8add32},0,-1,1 +67,nsIAssociatedContentSecurity,{8db92dde-799f-4d33-80f7-459cac800dc9},0,-1,1 +68,nsIRunnable,{4a2abaf0-6886-11d3-9382-00104ba0fd40},0,-1,1 +69,nsIDirectoryService,{57a66a60-d43a-11d3-8cc2-00609792278c},0,-1,1 +70,extIExtension,{10cee02c-f6e0-4d61-ab27-c16572b18c46},0,-1,1 +71,nsIDNSListener,{41466a9f-f027-487d-a96c-af39e629b8d2},0,-1,1 +72,nsIPK11TokenDB,{4ee28c82-1dd2-11b2-aabf-bb4017abe395},0,-1,1 +73,nsIDOMSVGAnimatedNumberList,{93ebb030-f82d-4f8e-b133-d1b5abb73cf3},0,-1,1 +74,nsIAccessibleText,{0f4633b1-550c-4b50-8c04-0eb1005eef2f},0,-1,1 +75,nsICommandLineValidator,{5ecaa593-7660-4a3a-957a-92d5770671c7},0,-1,1 +76,nsICommandLineHandler,{d4b123df-51ee-48b1-a663-002180e60d3b},0,-1,1 +77,nsICookieManager,{aaab6710-0f2c-11d5-a53b-0010a401eb10},0,-1,1 +78,mozIStorageService,{fe8e95cb-b377-4c8d-bccb-d9198c67542b},0,-1,1 +79,nsPIDNSService,{a26c5b45-7707-4412-bbc1-2462b890848d},0,-1,1 +80,nsIMIMEHeaderParam,{ddbbdfb8-a1c0-4dd5-a31b-5d2a7a3bb6ec},0,-1,1 +81,xpcIJSWeakReference,{5b776cd4-952b-45a2-b363-84e99e8fe608},0,-1,1 +82,mozIPersonalDictionary,{7ef52eaf-b7e1-462b-87e2-5d1dbaca9048},0,-1,1 +83,nsIInstallLocation,{32a74707-ec7c-af19-f4d8-d0cd8cb6a948},0,-1,1 +84,nsISerializable,{91cca981-c26d-44a8-bebe-d9ed4891503a},0,-1,1 +85,nsICurrentCharsetListener,{cf9428c1-df50-11d3-9d0c-0050040007b2},0,-1,1 +86,nsIStringEnumerator,{50d3ef6c-9380-4f06-9fb2-95488f7d141c},0,-1,1 +87,nsICipherInfoService,{766d47cb-6d8c-4e71-b6b7-336917629a69},0,-1,1 +88,nsIDOMSerializer,{9fd4ba15-e67c-4c98-b52c-7715f62c9196},0,-1,1 +89,nsICacheMetaDataVisitor,{22f9a49c-3cf8-4c23-8006-54efb11ac562},0,-1,1 +90,nsIDownloadManagerUI,{ca7663d5-69e3-4c4a-b754-f462bd36b05f},0,-1,1 +91,nsIPKCS11Slot,{c2d4f296-ee60-11d4-998b-00b0d02354a0},0,-1,1 +92,nsIGeneratingKeypairInfoDialogs,{11bf5cdc-1dd2-11b2-ba6a-c76afb326fa1},0,-1,1 +93,jsdIEphemeral,{46f1e23e-1dd2-11b2-9ceb-8285f2e95e69},0,-1,1 +94,nsIWorker,{daf945c3-8d29-4724-8939-dd383f7d27a7},0,-1,1 +95,nsIPrompt,{a63f70c0-148b-11d3-9333-00104ba0fd40},0,-1,1 +96,nsIAuthPromptAdapterFactory,{60e46383-bb9a-4860-8962-80d9c5c05ddc},0,-1,1 +97,nsIDOMNSHTMLScriptElement,{5b2065d7-7888-4529-8a29-e58390a40bd2},0,-1,1 +98,nsIUrlClassifierCallback,{4ca27b6b-a674-4b3d-ab30-d21e2da2dffb},0,-1,1 +99,nsIApplicationCacheChannel,{9acfd21c-9c07-459f-8dae-ed2ffba23ddc},0,-1,1 +100,nsIXULBuilderListener,{ac46be8f-c863-4c23-84a2-d0fcc8dfa9f4},0,-1,1 +101,nsIDownloader,{fafe41a9-a531-4d6d-89bc-588a6522fb4e},0,-1,1 +102,nsICacheVisitor,{f8c08c4b-d778-49d1-a59b-866fdc500d95},0,-1,1 +103,nsIOutputStream,{0d0acd2a-61b4-11d4-9877-00c04fa0cf4a},0,-1,1 +104,nsIDOMCounter,{31adb439-0055-402d-9b1d-d5ca94f3f55b},0,-1,1 +105,nsIHTTPHeaderListener,{ea51e0b8-871c-4b85-92da-6f400394c5ec},0,-1,1 +106,jsdIObject,{a735a94c-9d41-4997-8fcb-cfa8b649a5b7},0,-1,1 +107,nsIDOMSVGTransformList,{cee0a9d4-8554-4bf6-bf9b-7d0cebb4269d},0,-1,1 +108,nsISecureBrowserUI,{081e31e0-a144-11d3-8c7c-00609792278c},0,-1,1 +109,nsIAppStartup2,{3012668f-44b6-49b1-89fb-761a912a78c1},0,-1,1 +110,nsICertPickDialogs,{51d59b08-1dd2-11b2-ad4a-a51b92f8a184},0,-1,1 +111,nsIToolkit,{18032bd0-b265-11d1-aa2a-000000000000},0,-1,0 +112,nsISupportsFloat,{abeaa390-4ac0-11d3-baea-00805f8a5dd7},0,-1,1 +113,nsIDOMHTMLSelectElement,{a6cf9090-15b3-11d2-932e-00805f8add32},0,-1,1 +114,nsIAutoCompleteInput,{f5eddd39-f8e0-43b7-bc3d-03623f595e52},0,-1,1 +115,nsIContextMenuInfo,{2f977d56-5485-11d4-87e2-0010a4e75ef2},0,-1,1 +116,nsIMultiPartChannel,{ba78db7b-b88c-4b76-baf9-3c2296a585ae},0,-1,1 +117,nsIUnicharLineInputStream,{67f42475-ba80-40f8-ac0b-649c89230184},0,-1,1 +118,nsIDOMGeoPositionAddress,{0df49c5c-9845-42f9-a76c-62e09c110986},0,-1,1 +119,nsIINIParserWriter,{712dc5da-8d09-45d0-ba2e-de27eb384c4c},0,-1,1 +120,nsITokenDialogs,{a1cbc159-468c-495d-8068-61dd538cbcca},0,-1,1 +121,nsILoginManager,{30534ff7-fb95-45c5-8336-5448638f2aa1},0,-1,1 +122,nsIDOMDocumentCSS,{39f76c23-45b2-428a-9240-a981e5abf148},0,-1,1 +123,nsIScriptableRegion,{4d179656-a5bd-42a6-a937-c81f820dcf2f},0,-1,1 +124,nsITransportSecurityInfo,{0d0a6b62-d4a9-402e-a197-6bc6e358fec9},0,-1,1 +125,nsPIPromptService,{c60a1955-6cb3-4827-8ef8-4f5c668af0b3},0,-1,0 +126,nsITextToSubURI,{8b042e24-6f87-11d3-b3c8-00805f8a6670},0,-1,1 +127,nsIAccessibleTableCell,{654e296d-fae6-452b-987d-746b20b9514b},0,-1,1 +128,nsITokenPasswordDialogs,{be26b580-1dd1-11b2-9946-c598d0d07727},0,-1,1 +129,nsIDataSignatureVerifier,{0a84b3d5-6ba9-432d-89da-4fbd0b0f2aec},0,-1,1 +130,jsdIExecutionHook,{3a722496-9d78-4f0a-a797-293d9e8cb8d2},0,-1,1 +131,nsINavBookmarkObserver,{1f7e9032-b2c0-4561-b35b-94ba3f8344e2},0,-1,1 +132,nsIDOMPopupBlockedEvent,{05be571f-c3ea-4959-a340-c57b1591ae4b},0,-1,1 +133,nsIFeedWriter,{67003393-018c-4e96-af10-c6c51a049fad},0,-1,1 +134,nsIDOMSVGFECompositeElement,{6ff3c539-1a3b-4a3f-8acd-354d349eb7fc},0,-1,1 +135,nsIXPIProgressDialog,{ce8f744e-d5a5-41b3-911f-0fee3008b64e},0,-1,1 +136,nsISupportsChar,{e2b05e40-4a1c-11d3-9890-006008962422},0,-1,1 +137,nsISelectionPrivate,{98552206-ad7a-4d2d-8ce3-b6fa2389298b},0,-1,1 +138,nsIXPCConstructor,{c814ca20-e0dc-11d3-8f5f-0010a4e73d9a},0,-1,1 +139,nsIDOMSVGZoomEvent,{339a8c7a-552e-4cbc-8d96-8370a3939358},0,-1,1 +140,nsICancelable,{d94ac0a0-bb18-46b8-844e-84159064b0bd},0,-1,1 +141,nsIDOMHTMLCanvasElement,{d87394af-d31a-484e-8b7c-75381045384d},0,-1,1 +142,nsIJARChannel,{6e6cc56d-51eb-4299-a795-dcfd1229ab3d},0,-1,1 +143,nsIFeedProgressListener,{ebfd5de5-713c-40c0-ad7c-f095117fa580},0,-1,1 +144,nsIDOMLSSerializerFilter,{b9b6ec85-f69f-4a5a-a96a-8a7a8f07e2b4},0,-1,1 +145,nsIBinaryOutputStream,{204ee610-8765-11d3-90cf-0040056a906e},0,-1,1 +146,nsIDOMDOMStringList,{0bbae65c-1dde-11d9-8c46-000a95dc234c},0,-1,1 +147,nsIAccessibleHyperText,{d56bd454-8ff3-4edc-b266-baeada00267b},0,-1,1 +148,nsIExceptionService,{35a88f54-f267-4414-92a7-191f6454ab52},0,-1,1 +149,nsIDOMSVGPathSegLinetoVerticalAbs,{fd5ffb7b-7279-4c09-abfd-b733dc872e80},0,-1,1 +150,nsIAutoCompleteResult,{d2fcba9a-3f5c-40fc-a9fc-4adc87dc61ef},0,-1,1 +151,nsIDOMWindowUtils_1_9_2_5,{915abb48-66d4-4135-a0d8-153fb87b99e6},0,-1,1 +152,nsIThreadInternal,{f89b5063-b06d-42f8-bf23-4dfcf2d80d6a},0,-1,1 +153,nsIDOMCSSMediaRule,{a6cf90bc-15b3-11d2-932e-00805f8add32},0,-1,1 +154,imgIDecoder,{9eebf43a-1dd1-11b2-953e-f1782f4cbad3},0,-1,1 +155,nsIRDFInMemoryDataSource,{17c4e0aa-1dd2-11b2-8029-bf6f668de500},0,-1,1 +156,nsIFeed,{3b8aae33-80e2-4efa-99c8-a6c5b99f76ea},0,-1,1 +157,nsIAccessibleProvider,{3f7f9194-c625-4a85-8148-6d92d34897fa},0,-1,1 +158,nsIDOMHTMLPreElement,{a6cf90a4-15b3-11d2-932e-00805f8add32},0,-1,1 +159,nsIDOMMouseScrollEvent,{ba8d1a7e-b475-4542-8d32-01e7ea7b8091},0,-1,1 +160,nsIDOMSVGUseElement,{d49a3ac7-e779-46c8-ae92-214420aa1b71},0,-1,1 +161,nsIAccessibleSelectable,{34d268d6-1dd2-11b2-9d63-83a5e0ada290},0,-1,1 +162,nsPICommandUpdater,{b135f602-0bfe-11d5-a73c-f0e420e8293c},0,-1,1 +163,nsIDOMDocumentType,{a6cf9077-15b3-11d2-932e-00805f8add32},0,-1,1 +164,nsIExternalProtocolService,{70f93b7a-3ec6-4bcb-b093-92d9984c9f83},0,-1,1 +165,nsIPrivateBrowsingService,{49d6f133-80c0-48c7-876d-0b70bbfd0289},0,-1,1 +166,nsIUTF8ConverterService,{249f52a3-2599-4b00-ba40-0481364831a2},0,-1,1 +167,nsIDOMXULLabelElement,{c987629e-6370-45f5-86ec-aa765fa861cd},0,-1,1 +168,nsIDOMDOMException,{a6cf910a-15b3-11d2-932e-00805f8add32},0,-1,1 +169,mozIStoragePendingStatement,{00da7d20-3768-4398-bedc-e310c324b3f0},0,-1,1 +170,nsIStreamConverter,{0b6e2c69-5cf5-48b0-9dfd-c95950e2cc7b},0,-1,1 +171,nsIContentViewerContainer,{ea2ce7a0-5c3d-11d4-90c2-0050041caf44},0,-1,1 +172,nsIAppStartup,{6799abed-4721-4f51-9304-d1a2ea1df5d5},0,-1,1 +173,nsICookie2,{05c420e5-03d0-4c7b-a605-df7ebe5ca326},0,-1,1 +174,nsIPKCS11ModuleDB,{ff9fbcd7-9517-4334-b97a-ceed78909974},0,-1,1 +175,nsIBrowserInstance,{8af0fa40-598d-11d3-806a-00600811a9c3},0,-1,1 +176,nsIOCSPResponder,{96b2f5ae-4334-11d5-ba27-00108303b117},0,-1,1 +177,nsIAddonUpdateCheckListener,{c946119f-9e7c-41aa-a794-803148045350},0,-1,1 +178,nsIRandomGenerator,{2362d97a-747a-4576-8863-697667309209},0,-1,1 +179,nsIAccessibleTextChangeEvent,{50a1e151-8e5f-4bcc-aaaf-a4bed1190e93},0,-1,1 +180,nsIDOMCDATASection,{a6cf9071-15b3-11d2-932e-00805f8add32},0,-1,1 +181,nsIXPCScriptable,{5d309b93-e9b4-4374-bcd5-44245c83408f},0,-1,0 +182,nsIProtocolProxyFilter,{f424abd3-32b4-456c-9f45-b7e3376cb0d1},0,-1,1 +183,nsIDOMXULContainerItemElement,{4650e55f-4777-4271-8b62-9603a7dd4614},0,-1,1 +184,nsISSLSocketControl,{a092097c-8386-4f1b-97b1-90eb70008c2d},0,-1,1 +185,nsISSLErrorListener,{99f8d972-bae4-414c-b39b-47587d3ded68},0,-1,1 +186,nsIContentHandler,{49439df2-b3d2-441c-bf62-866bdaf56fd2},0,-1,1 +187,nsIPKIParamBlock,{b6fe3d78-1dd1-11b2-9058-ced9016984c8},0,-1,1 +188,nsICache,{ec1c0063-197d-44bb-84ba-7525d50fc937},0,-1,1 +189,nsIBufEntropyCollector,{485b87a8-5dd7-4b8d-8ea8-dee53201f899},0,-1,0 +190,nsIDOMFile,{0845e8ae-56bd-4f0e-962a-3b3e92638a0b},0,-1,1 +191,nsIHTMLEditor,{afc36593-5787-4420-93d9-b2c0ccbf0cad},0,-1,1 +192,nsIDOMSVGPathSegLinetoRel,{7933a81a-72c5-4489-ba64-5635f4c23063},0,-1,1 +193,jsdIStackFrame,{0633ca73-105e-4e8e-bcc5-13405d61754a},0,-1,1 +194,nsISHEntry,{09fecea6-5453-43ba-bf91-3ff32618f037},0,-1,1 +195,nsISHistoryInternal,{7ca0fd71-437c-48ad-985d-11ce9e2429b4},0,-1,1 +196,nsIGnomeVFSService,{dea20bf0-4e4d-48c5-b932-dc3e116dc64b},0,-1,1 +197,nsITreeContentView,{5ef62896-0c0a-41f1-bb3c-44a60f5dfdab},0,-1,1 +198,nsIDOMSVGPathSegLinetoHorizontalRel,{8693268c-5180-43fd-acc3-5b9c09f43386},0,-1,1 +199,nsIXPIDialogService,{8cdd8baa-1dd2-11b2-909a-f0178da5c5ff},0,-1,1 +200,nsIDOMGeoPositionCallback,{527e8b53-6f29-4b6a-8d04-5c1666a4c4c1},0,-1,1 +201,nsIAutoCompleteSimpleResult,{f9841787-ad26-49e6-a2dd-ba9020ee1c64},0,-1,1 +202,nsIFocusManager,{cd6040a8-243f-412a-8a16-0bf2aa1083b9},0,-1,1 +203,nsIAccessibleEditableText,{52837507-202d-4e72-a482-5f068a1fd720},0,-1,1 +204,nsIWorkerMessagePort,{ab3725b8-3fca-40cc-a42c-92fb154ef01d},0,-1,1 +205,nsIAboutModule,{9575693c-60d9-4332-b6b8-6c29289339cb},0,-1,1 +206,nsIDOMNotation,{a6cf907e-15b3-11d2-932e-00805f8add32},0,-1,1 +207,nsIProxyObjectManager,{ee8ce1e3-0319-4bd9-8f70-7258b21c7733},0,-1,1 +208,fuelIApplication,{fe74cf80-aa2d-11db-abbd-0800200c9a66},0,-1,1 +209,nsIObserver,{db242e01-e4d9-11d2-9dde-000064657374},0,-1,1 +210,nsIAuthInformation,{0d73639c-2a92-4518-9f92-28f71fea5f20},0,-1,1 +211,nsIProfileLock,{50e07b0a-f338-4da3-bcdb-f4bb0db94dbe},0,-1,1 +212,nsIAutoCompleteSimpleResultListener,{004efdc5-1989-4874-8a7a-345bf2fa33af},0,-1,1 +213,nsINavHistoryObserver,{14065711-8a91-4d96-ba32-59512f5401b6},0,-1,1 +214,nsIFileOutputStream,{e6f68040-c7ec-11d3-8cda-0060b0fc14a3},0,-1,1 +215,nsIFind,{75125d55-37ee-4575-b9b5-f33bfa68c2a1},0,-1,1 +216,nsIXTFPrivate,{13ef3d54-1dd1-4a5c-a8d5-a04a327fb9b6},0,-1,1 +217,nsIPlaintextEditor,{1480e196-0d5c-40cf-8563-ed8a33eabcf2},0,-1,1 +218,nsIDOMNSHTMLSelectElement,{a6cf9105-15b3-11d2-932e-00805f8add32},0,-1,1 +219,nsIDOMHTMLModElement,{a6cf90a9-15b3-11d2-932e-00805f8add32},0,-1,1 +220,nsIDOMFileInternal,{047ca6c4-52b3-46f1-8976-e198b724f72f},0,-1,1 +221,nsIPluginInputStream,{af160530-542a-11d2-8164-006008119d7a},0,-1,0 +222,nsICRLInfo,{c185d920-4a3e-11d5-ba27-00108303b117},0,-1,1 +223,nsIDOMCSSMozDocumentRule,{4eb9adac-afaf-4b8a-8640-7340863c1587},0,-1,1 +224,nsIAccessibleRelation,{f42a1589-70ab-4704-877f-4a9162bbe188},0,-1,1 +225,nsIDOMSVGEllipseElement,{5d1cd1e6-4a14-4056-acc0-2f78c1672898},0,-1,1 +226,jsdIContext,{3e5c934d-6863-4d81-96f5-76a3b962fc2b},0,-1,1 +227,nsIDOMDocumentTraversal,{13f236c0-47f8-11d5-b6a3-009027446e84},0,-1,1 +228,nsIFeedProcessor,{8a0b2908-21b0-45d7-b14d-30df0f92afc7},0,-1,1 +229,nsIXTFAttributeHandler,{72152f7f-7e8d-43fd-8477-3f29ae8d240d},0,-1,1 +230,nsISupportsWeakReference,{9188bc86-f92e-11d2-81ef-0060083a0bcf},0,-1,1 +231,nsIDOMSVGElement,{e0be7cbb-81c1-4663-8f95-109d96a60b6b},0,-1,1 +232,nsIDOM3DocumentEvent,{090ecc19-b7cb-4f47-ae47-ed68d4926249},0,-1,1 +233,nsIRDFRemoteDataSource,{1d297320-27f7-11d3-be01-000064657374},0,-1,1 +234,nsIDOMSVGPathSegLinetoHorizontalAbs,{4a54a4d2-edef-4e19-9600-2330311000f4},0,-1,1 +235,nsIAsyncInputStream,{a5f255ab-4801-4161-8816-277ac92f6ad1},0,-1,1 +236,nsIDOMText,{a6cf9082-15b3-11d2-932e-00805f8add32},0,-1,1 +237,nsIDOMRect,{71735f62-ac5c-4236-9a1f-5ffb280d531c},0,-1,1 +238,nsICRLManager,{486755db-627a-4678-a21b-f6a63bb9c56a},0,-1,1 +239,nsIHttpEventSink,{9475a6af-6352-4251-90f9-d65b1cd2ea15},0,-1,1 +240,nsIX509Cert3,{399004d8-b8c7-4eb9-8362-d99f4c0161fd},0,-1,1 +241,nsISearchEngine,{803e510b-4b27-4ba2-a16d-bb5fa953c166},0,-1,1 +242,nsIUrlListManagerCallback,{fa4caf12-d057-4e7e-81e9-ce066ceee90b},0,-1,1 +243,nsIDOMXPathNamespace,{75506f87-b504-11d5-a7f2-ca108ab8b6fc},0,-1,1 +244,nsIDOMHTMLHRElement,{a6cf90a8-15b3-11d2-932e-00805f8add32},0,-1,1 +245,fuelIBookmarkRoots,{c9a80870-eb3c-11dc-95ff-0800200c9a66},0,-1,1 +246,nsIXULTemplateRuleFilter,{819cd1ed-8010-42e1-a8b9-778b726a1ff3},0,-1,1 +247,nsIWebBrowserFocus,{9c5d3c58-1dd1-11b2-a1c9-f3699284657a},0,-1,1 +248,nsISAXErrorHandler,{e02b6693-6cca-11da-be43-001422106990},0,-1,1 +249,nsIHTMLObjectResizer,{8b396020-69d3-451f-80c1-1a96a7da25a9},0,-1,1 +250,nsIXMLContentBuilder,{e9c4cd4f-cd41-43d0-bf3b-48abb9cde90f},0,-1,1 +251,nsIInputStreamCallback,{d1f28e94-3a6e-4050-a5f5-2e81b1fc2a43},0,-1,1 +252,nsISupportsPRUint64,{e13567c0-4a1c-11d3-9890-006008962422},0,-1,1 +253,nsIClipboard,{38984945-8674-4d04-b786-5c0ca9434457},0,-1,1 +254,nsPIPlacesHistoryListenersNotifier,{b96adaff-e02c-48da-a379-8af5d10e09af},0,-1,1 +255,inIDOMUtils,{78fd16c2-bdfb-4b1d-8738-d536d0a8f430},0,-1,1 +256,nsIToolkitProfileService,{9b434f48-438c-4f85-89de-b7f321a45341},0,-1,1 +257,nsIRandomAccessIterator,{9bd6fdb0-1dd1-11b2-9101-d15375968230},0,-1,1 +258,nsITransactionListener,{58e330c4-7b48-11d2-98b9-00805f297d89},0,-1,1 +259,nsICookiePermission,{4b1a775d-f6d3-4389-be2e-9dfbaf2ab47b},0,-1,1 +260,nsIContentPolicy,{344f9cb0-9a17-44c5-ab96-ee707884266c},0,-1,1 +261,nsIWyciwygChannel,{89b0674a-9e2f-4124-9b59-481444be841d},0,-1,1 +262,nsIHelperAppLauncher,{d9a19faf-497b-408c-b995-777d956b72c0},0,-1,1 +263,nsIDOMCharacterData,{a6cf9072-15b3-11d2-932e-00805f8add32},0,-1,1 +264,nsITransaction,{58e330c1-7b48-11d2-98b9-00805f297d89},0,-1,1 +265,nsIRDFContainerUtils,{d4214e91-fb94-11d2-bdd8-00104bde6048},0,-1,1 +266,nsIRelativeFilePref,{2f977d4e-5485-11d4-87e2-0010a4e75ef2},0,-1,1 +267,mozIStorageConnection,{ac3c486c-69a1-4cbe-8f25-2ad20880eab3},0,-1,1 +268,nsIDOMClientRect,{b2f824c4-d9d3-499b-8d3b-45c8245497c6},0,-1,1 +269,nsINavHistoryQueryResultNode,{ea17745a-1852-4155-a98f-d1dd1763b3df},0,-1,1 +270,nsIDOMDocumentStyle,{3d9f4973-dd2e-48f5-b5f7-2634e09eadd9},0,-1,1 +271,nsIURIContentListener,{94928ab3-8b63-11d3-989d-001083010e9b},0,-1,1 +272,nsIRDFObserver,{3cc75360-484a-11d2-bc16-00805f912fe7},0,-1,1 +273,nsITransportEventSink,{eda4f520-67f7-484b-a691-8c3226a5b0a6},0,-1,1 +274,nsIDOMPlugin,{ff69a292-c74d-4ef5-9d0f-86112fff2d5b},0,-1,1 +275,nsIWebBrowser,{69e5df00-7b8b-11d3-af61-00a024ffc08c},0,-1,1 +276,nsIRDFXMLSource,{4da56f10-99fe-11d2-8ebb-00805f29f370},0,-1,1 +277,nsIDOMElement,{a6cf9078-15b3-11d2-932e-00805f8add32},0,-1,1 +278,nsICookieManager2,{d1e9e50f-b78b-4e3b-a474-f3cbca59b013},0,-1,1 +279,nsIDOMSVGTextElement,{6d43b1b4-efb6-426d-9e65-4420c3e24688},0,-1,1 +280,jsdIFilter,{0c9189d9-4287-47a4-bca6-6ed65aaf737f},0,-1,1 +281,nsIDOMCSSStyleRule,{a6cf90bf-15b3-11d2-932e-00805f8add32},0,-1,1 +282,nsIDOMClientInformation,{f8bbf8c3-c47b-465a-a221-22824449f689},0,-1,1 +283,nsIContentViewer,{08665a60-b398-11de-8a39-0800200c9a66},0,-1,1 +284,nsIDOMJSWindow,{14efb76c-5bd6-449e-b36f-0cbd22981f20},0,-1,1 +285,nsIDOMSVGAnimatedLengthList,{bfa6e42b-bc9d-404d-8688-729fdbfff801},0,-1,1 +286,nsIStreamConverterService,{f2b1ab53-f0bd-4adb-9365-e59b1701a258},0,-1,1 +287,nsIFastLoadReadControl,{652ecec6-d40b-45b6-afef-641d6c63a35b},0,-1,1 +288,nsIWebBrowserChrome2,{2585a7b1-7b47-43c4-bf17-c6bf84e09b7b},0,-1,1 +289,nsIBidiKeyboard,{0d8f8f10-c92d-4a6a-b2bb-e1921f3f4dda},0,-1,1 +290,nsIXPConnectWrappedJS,{bed52030-bca6-11d2-ba79-00805f8a5dd7},0,-1,0 +291,nsIHTMLInlineTableEditor,{eda2e65c-a758-451f-9b05-77cb8de74ed2},0,-1,1 +292,nsIAutoCompleteController,{46a86173-0ab5-44b2-ab51-722cb3db1b60},0,-1,1 +293,nsIDOMSVGAnimatedPreserveAspectRatio,{afcd7cd4-d74d-492f-b3b1-d71bfa36874f},0,-1,1 +294,nsIPrefBranch,{56c35506-f14b-11d3-99d3-ddbfac2ccf65},0,-1,1 +295,nsIBrowserHistory,{b333c6dd-3dbe-4c0b-8062-92ed92b7e7c9},0,-1,1 +296,nsISelectionListener,{a6cf90e2-15b3-11d2-932e-00805f8add32},0,-1,1 +297,nsIWebHandlerApp,{7521a093-c498-45ce-b462-df7ba0d882f6},0,-1,1 +298,nsIMIMEInputStream,{dcbce63c-1dd1-11b2-b94d-91f6d49a3161},0,-1,1 +299,jsdIScriptHook,{cf7ecc3f-361b-44af-84a7-4b0d6cdca204},0,-1,1 +300,nsIWindowDataSource,{3722a5b9-5323-4ed0-bb1a-8299f27a4e89},0,-1,1 +301,nsIDOMHTMLByteRanges,{992c540c-4d81-42df-80a6-f71ede2b59d8},0,-1,1 +302,nsIStreamLoaderObserver,{359f7990-d4e9-11d3-a1a5-0050041caf44},0,-1,1 +303,nsIDOMHTMLElement,{a6cf9085-15b3-11d2-932e-00805f8add32},0,-1,1 +304,nsIXTFElementFactory,{27c10dca-2efc-416b-ae36-9794380a661e},0,-1,1 +305,nsIXPInstallManager,{83fdd52f-2d34-4e22-981d-cf3c4ae76faa},0,-1,1 +306,nsIDOMHTMLMediaElement,{505b523e-4a27-4151-b0eb-750b7258760e},0,-1,1 +307,nsIDOMFileReader,{5db0ce80-de44-40c0-a346-e28aac4aa978},0,-1,1 +308,fuelIBookmarkFolder,{9f42fe20-52de-4a55-8632-a459c7716aa0},0,-1,1 +309,nsIBrowserHandler,{8d3f5a9d-118d-4548-a137-cf7718679069},0,-1,1 +310,nsIGeolocationPrompt,{2300c895-1bee-4297-912c-a57082f3e936},0,-1,1 +311,nsIInputStreamTee,{44e8b2c8-1ecb-4a63-8b23-3e3500c34f32},0,-1,1 +312,nsIDOMNodeSelector,{7cebc153-168a-416c-ba5a-56a8c2ddb2ec},0,-1,1 +313,nsIAbstractWorker,{b90b7561-b5e2-4545-84b0-280dbaaa94ea},0,-1,1 +314,nsIWritableVariant,{5586a590-8c82-11d5-90f3-0010a4e73d9a},0,-1,1 +315,nsIFontEnumerator,{924d98d9-3518-4cb4-8708-c74fe8e3ec3c},0,-1,1 +316,nsIDOMNode,{a6cf907c-15b3-11d2-932e-00805f8add32},0,-1,1 +317,nsIDOMSVGPathSegCurvetoCubicSmoothAbs,{5fa8fea8-bdd1-4315-ac44-a39b3ff347b5},0,-1,1 +318,nsIDOMDOMConfiguration,{cfb5b821-9016-4a79-9d98-87b57c3ea0c7},0,-1,1 +319,nsIPKCS11Module,{8a44bdf9-d1a5-4734-bd5a-34ed7fe564c2},0,-1,1 +320,nsIFormatConverter,{948a0023-e3a7-11d2-96cf-0060b0fb9956},0,-1,1 +321,nsIChannel,{c63a055a-a676-4e71-bf3c-6cfa11082018},0,-1,1 +322,nsIDOMDocumentFragment,{a6cf9076-15b3-11d2-932e-00805f8add32},0,-1,1 +323,nsIStreamListenerTee_1_9_2,{18b1e3d7-8083-4b19-a077-82ceea6fd296},0,-1,1 +324,nsIDOMParser,{5677f36e-1842-4c6f-a39c-2e5576ab8b40},0,-1,1 +325,imgILoader,{d2f50c69-1064-4ce3-a92d-01dc5f5b4842},0,-1,1 +326,nsIDOMCSSPageRule,{a6cf90bd-15b3-11d2-932e-00805f8add32},0,-1,1 +327,nsIDOMSVGAnimatedTransformList,{fd54c8c4-2eb4-4849-8df6-79985c2491da},0,-1,1 +328,nsISliderListener,{e5b3074e-ee18-4538-83b9-2487d90a2a34},0,-1,1 +329,nsIJSID,{baedc96a-9cee-4b6b-9160-90d257b3c8ef},0,-1,1 +330,nsIBrowserGlue,{781df699-17dc-4237-b3d7-876ddb7085e3},0,-1,1 +331,nsIExternalProtocolHandler,{0e61f3b2-34d7-4c79-bfdc-4860bc7341b7},0,-1,1 +332,nsIXTFElement,{4f144387-796d-4baf-8641-5db45dba1808},0,-1,1 +333,nsIFilePicker,{d24ef0aa-d555-4117-84af-9cbbb7406909},0,-1,1 +334,nsIPropertyElement,{283ee646-1aef-11d4-98b3-00c04fa0ce9a},0,-1,1 +335,nsIDOMGeoPositionErrorCallback,{7d9b09d9-4843-43eb-a7a7-67f7dda6b3c4},0,-1,1 +336,nsIStandardURL,{babd6cca-ebe7-4329-967c-d6b9e33caa81},0,-1,1 +337,nsIRDFPurgeableDataSource,{951700f0-fed0-11d2-bdd9-00104bde6048},0,-1,1 +338,nsIExtendedExpatSink,{0c2dc80f-7aa4-467a-9454-b89dba0e0779},0,-1,1 +339,nsIWorkerMessageEvent,{508f2d49-e9a0-4fe8-bd33-321820173b4a},0,-1,1 +340,nsISeekableStream,{8429d350-1040-4661-8b71-f2a6ba455980},0,-1,1 +341,nsIHandlerService,{53f0ad17-ec62-46a1-adbc-efccc06babcd},0,-1,1 +342,nsIScriptSecurityManager,{f8e350b9-9f31-451a-8c8f-d10fea26b780},0,-1,1 +343,nsIWindowMediator,{0659cb81-faad-11d2-8e19-b206620a657c},0,-1,1 +344,nsIMicrosummary,{6867dc21-077f-4462-937d-cd8b7c680e0c},0,-1,1 +345,nsIDocumentLoaderFactory,{5e7d2967-5a07-444f-95d5-25b533252d38},0,-1,1 +346,nsIProxiedChannel,{6238f134-8c3f-4354-958f-dfd9d54a4446},0,-1,1 +347,nsIUnicodeNormalizer,{b43a461f-1bcf-4329-820b-66e48c979e14},0,-1,1 +348,nsIStreamListenerTee,{fb683e76-d42b-41a4-8ae6-65a6c2b146e5},0,-1,1 +349,nsIDOM3Text,{bcca052e-46f4-4b8e-8859-a86776c2f1d7},0,-1,1 +350,nsIFeedGenerator,{0fecd56b-bd92-481b-a486-b8d489cdd385},0,-1,1 +351,nsISyncStreamListener,{7e1aa658-6e3f-4521-9946-9685a169f764},0,-1,1 +352,nsIDOMLSParserFilter,{10e8893d-ddf5-45d1-8872-615d72065fb4},0,-1,1 +353,nsIDOMNSDocument,{09a439ad-4079-46d5-a050-4d7015d1a108},0,-1,1 +354,nsIScriptError,{b0196fc7-1913-441a-882a-453c0d8b89b8},0,-1,1 +355,nsIXPConnectJSObjectHolder,{8916a320-d118-11d3-8f3a-0010a4e73d9a},0,-1,0 +356,nsIEditorMailSupport,{fdf23301-4a94-11d3-9ce4-9960496c41bc},0,-1,1 +357,nsIXULWindow,{c175a596-ee13-420a-aa74-13ad3a14deb1},0,-1,1 +358,nsIEventTarget,{4e8febe4-6631-49dc-8ac9-308c1cb9b09c},0,-1,1 +359,nsIURLParser,{7281076d-cf37-464a-815e-698235802604},0,-1,1 +360,nsIGeolocationUpdate,{b89d7227-9f04-4236-a582-25a3f2779d72},0,-1,1 +361,nsIX509CertValidity,{e701dfd8-1dd1-11b2-a172-ffa6cc6156ad},0,-1,1 +362,extIExtensions,{de281930-aa5a-11db-abbd-0800200c9a66},0,-1,1 +363,nsIModule,{7392d032-5371-11d3-994e-00805fd26fee},0,-1,1 +364,nsINativeAppSupport,{5fdf8480-1f98-11d4-8077-00600811a9c3},0,-1,1 +365,nsIDOMSVGMetadataElement,{94558064-140c-41a1-9cc9-4e9cdbf5c124},0,-1,1 +366,nsINavHistoryQueryOptions,{b3d5de06-f8ef-4433-84c2-b8b237403b2a},0,-1,1 +367,nsIRDFDate,{e13a24e1-c77a-11d2-80be-006097b76b8e},0,-1,1 +368,nsIDOMSVGFEDisplacementMapElement,{80e1ea9c-eff3-490a-8c98-918963d2e7e9},0,-1,1 +369,nsIDocCharset,{9c18bb4e-1dd1-11b2-bf91-9cc82c275823},0,-1,1 +370,nsISignatureVerifier,{dea87f65-e91e-4119-aa13-aaa2be80cac2},0,-1,0 +371,nsISocketTransport,{ef3f4993-cfbc-4e5a-9509-16deafe16549},0,-1,1 +372,nsIASN1Object,{ba8bf582-1dd1-11b2-898c-f40246bc9a63},0,-1,1 +373,nsIPrintProgress,{7e46bc35-fb7d-4b45-ab35-82fd61015380},0,-1,1 +374,nsIDOMXULElement,{30a4a815-b42a-4f0b-9c10-1e7f727cd135},0,-1,1 +375,nsIXPCWrappedJSObjectGetter,{254bb2e0-6439-11d4-8fe0-0010a4e73d9a},0,-1,1 +376,nsIDOMMimeType,{f6134682-f28b-11d2-8360-c90899049c3c},0,-1,1 +377,nsIDOMMouseEvent,{ff751edc-8b02-aae7-0010-8301838a3123},0,-1,1 +378,nsIAccessibleEvent,{ba448f0e-a761-48c8-a0f5-1f25e23d4fe4},0,-1,1 +379,nsIDOMNSRGBAColor,{742dc816-5134-4214-adfa-cad9dd3377cd},0,-1,1 +380,nsIInterfaceRequestor,{033a1470-8b2a-11d3-af88-00a024ffc08c},0,-1,1 +381,nsINestedURI,{6de2c874-796c-46bf-b57f-0d7bd7d6cab0},0,-1,1 +382,nsIServiceManager,{8bb35ed9-e332-462d-9155-4a002ab5c958},0,-1,1 +383,nsIDOMHTMLOptGroupElement,{a6cf9091-15b3-11d2-932e-00805f8add32},0,-1,1 +384,nsICommandManager,{080d2001-f91e-11d4-a73c-f9242928207c},0,-1,1 +385,nsIIDNService,{a592a60e-3621-4f19-a318-2bf233cfad3e},0,-1,1 +386,nsIDOMHTMLTitleElement,{a6cf9089-15b3-11d2-932e-00805f8add32},0,-1,1 +387,nsIMemoryReporter,{d298b942-3e66-4cd3-9ff5-46abc69147a7},0,-1,1 +388,nsITraceRefcnt,{273dc92f-0fe6-4545-96a9-21be77828039},0,-1,0 +389,nsITimelineService,{93276790-3daf-11d5-b67d-000064657374},0,-1,1 +390,nsIUnicharOutputStream,{2d00b1bb-8b21-4a63-bcc6-7213f513ac2e},0,-1,1 +391,nsIAppShell,{501403e9-a091-4780-ba55-cfd1e21287a1},0,-1,0 +392,nsIDataType,{4d12e540-83d7-11d5-90ed-0010a4e73d9a},0,-1,1 +393,nsIChromeRegistry,{249fb5ad-ae29-4e2c-a728-ba5cf464d188},0,-1,1 +394,nsIJSON,{45464c36-efde-4cb5-8e00-07480533ff35},0,-1,1 +395,nsINavHistoryVisitResultNode,{8e2c5a86-b33d-4fa6-944b-559af7e95fcd},0,-1,1 +396,nsIDOMCryptoDialogs,{1f8fe77e-1dd2-11b2-8dd2-e55f8d3465b8},0,-1,1 +397,nsIDOMSVGGradientElement,{988b2de4-137b-4bb8-a15e-fe94038e9cf3},0,-1,1 +398,nsIDOMSVGFEImageElement,{3250f5c9-9c76-4e77-96d8-5f0cc85f41c4},0,-1,1 +399,nsIInputStreamPump,{400f5468-97e7-4d2b-9c65-a82aecc7ae82},0,-1,1 +400,nsIDOMLSParser,{2a31a3a0-be68-40af-9f64-914192f0fba2},0,-1,1 +401,nsIDOMCSSStyleDeclaration,{a6cf90be-15b3-11d2-932e-00805f8add32},0,-1,1 +402,nsIOfflineCacheUpdateService,{6fd2030f-7b00-4102-a0e3-d73078821eb1},0,-1,1 +403,nsIRequest,{ef6bfbd2-fd46-48d8-96b7-9f8f0fd387fe},0,-1,1 +404,nsIJSIID,{e76ec564-a080-4705-8609-384c755ec91e},0,-1,1 +405,nsIDOMHTMLTableSectionElement,{a6cf90b5-15b3-11d2-932e-00805f8add32},0,-1,1 +406,nsIDirectoryEnumerator,{31f7f4ae-6916-4f2d-a81e-926a4e3022ee},0,-1,1 +407,imgICache,{f1b74aae-5661-4753-a21c-66dd644afebc},0,-1,1 +408,nsIDOMSVGZoomAndPan,{18967370-921a-4245-8158-a279b190abca},0,-1,1 +409,nsIContainerBoxObject,{35d4c04b-3bd3-4375-92e2-a818b4b4acb6},0,-1,1 +410,nsIProtocolProxyService,{e38ab577-786e-4a7f-936b-7ae4c7d877b2},0,-1,1 +411,nsIEventListenerInfo,{cbc2ea6e-4043-4435-ba8f-64cbf6638622},0,-1,1 +412,nsISupportsPRUint8,{dec2e4e0-4a1c-11d3-9890-006008962422},0,-1,1 +413,nsIDOMSVGStyleElement,{9af0d129-b366-4aa8-b7d8-8dce93148d91},0,-1,1 +414,nsIURILoader,{2f7e8051-f1c9-4bcc-8584-9cfd5849e343},0,-1,1 +415,nsIMIMEInfo,{1c21acef-c7a1-40c6-9d40-a20480ee53a1},0,-1,1 +416,nsIEditorLogging,{4805e681-49b9-11d3-9ce4-ed60bd6cb5bc},0,-1,1 +417,nsIIdentityInfo,{e9da87b8-b87c-4bd1-a6bc-5a9a2c7f6d8d},0,-1,1 +418,nsITransferable,{8b5314bc-db01-11d2-96ce-0060b0fb9956},0,-1,1 +419,nsIDOMNSEventTarget,{37ca0054-c715-42df-83c7-35c69e24a632},0,-1,1 +420,nsIEditingSession,{274cd32e-3675-47e1-9d8a-fc6504ded9ce},0,-1,1 +421,nsIDOMHTMLDocument,{a6cf9084-15b3-11d2-932e-00805f8add32},0,-1,1 +422,nsIStyleSheetService,{1f42a6a2-ab0a-45d4-8a96-396f58ea6c6d},0,-1,1 +423,nsIUrlClassifierUtils,{e4f0e59c-b922-48b0-a7b6-1735c1f96fed},0,-1,1 +424,nsIDOMSVGFESpecularLightingElement,{49c38287-a7c2-4895-a630-86d2b45df23c},0,-1,1 +425,nsIUrlListManager,{9c5598ec-9986-40cf-af40-b5e0d817a3a0},0,-1,1 +426,nsIDOMStorageWindow,{a44581fe-dd9b-4fd7-9893-00c4ab43f12e},0,-1,1 +427,imgIRequest,{a297d3fa-5e0c-4e59-9f30-a01c9d4f3f8b},0,-1,1 +428,nsILocaleService,{c2edc848-4219-4440-abbf-98119882c83f},0,-1,1 +429,nsIPluginDocument,{e4be1d0a-9f24-4d69-bec5-245726ab85fb},0,-1,0 +430,nsIRDFCompositeDataSource,{96343820-307c-11d2-bc15-00805f912fe7},0,-1,1 +431,nsIRequestObserver,{fd91e2e0-1481-11d3-9333-00104ba0fd40},0,-1,1 +432,nsIDOMSVGFEComponentTransferElement,{4de6b44a-f909-4948-bc43-5ee2ca6de55b},0,-1,1 +433,nsIRecyclingAllocator,{d064a04c-9cee-4319-be31-64d565bccba9},0,-1,1 +434,nsISelectionController,{b5c3ffc4-f48a-4f25-86e1-4cf79db1bcbb},0,-1,1 +435,nsIDOMSVGStylable,{ea8a6cb1-9176-45db-989d-d0e89f563d7e},0,-1,1 +436,nsIDOMHTMLIFrameElement,{a6cf90ba-15b3-11d2-932e-00805f8add32},0,-1,1 +437,nsIHttpAuthManager,{7ce8e9d1-8b4b-4883-a307-66fe12a50153},0,-1,1 +438,nsIXULBrowserWindow,{67a601df-f091-4894-a2e2-2e6cfebb35ea},0,-1,1 +439,nsIDOMSVGPointList,{4c12af24-0fc2-4fe7-b71d-5d6b41d463c1},0,-1,1 +440,nsIUserInfo,{6c1034f0-1dd2-11b2-aa14-e6657ed7bb0b},0,-1,1 +441,nsIDOMHTMLVideoElement,{edf468dc-42eb-4494-920b-56a315172640},0,-1,1 +442,nsICacheEntryDescriptor,{49c1a11d-f5d2-4f09-8262-551e64908ada},0,-1,1 +443,nsIHTMLAbsPosEditor,{91375f52-20e6-4757-9835-eb04fabe5498},0,-1,1 +444,nsIAutoCompleteObserver,{18c36504-9a4c-4ac3-8494-bd05e00ae27f},0,-1,1 +445,nsIFormHistory2,{5d7d84d1-9798-4016-bf61-a32acf09b29d},0,-1,1 +446,nsISecurityWarningDialogs,{1c399d06-1dd2-11b2-bc58-c87cbcacdb78},0,-1,1 +447,nsIImageDocument,{7b80eebc-c98e-4461-8bdb-6e3b6e828890},0,-1,1 +448,jsdIDebuggerService,{dc0a24db-f8ac-4889-80d0-6016545a2dda},0,-1,1 +449,nsITransport,{d8786c64-eb49-4a0b-b42c-0936a745fbe8},0,-1,1 +450,nsIMutable,{321578d0-03c1-4d95-8821-021ac612d18d},0,-1,1 +451,jsdICallHook,{191d2738-22e8-4756-b366-6c878c87d73b},0,-1,1 +452,nsIListBoxObject,{aa9def4e-2e59-412d-a6df-b76f52167795},0,-1,1 +453,nsIAccessibleScrollType,{05cd38b1-94b3-4cdf-8371-3935a9611405},0,-1,1 +454,nsICategoryManager,{3275b2cd-af6d-429a-80d7-f0c5120342ac},0,-1,1 +455,nsIBidirectionalIterator,{948defaa-1dd1-11b2-89f6-8ce81f5ebda9},0,-1,1 +456,nsIDOMDOMTokenList,{c6f1e160-eeeb-404a-98b0-6f1246520b6e},0,-1,1 +457,nsIURIClassifier,{2de5c563-1203-43dd-a212-f5d56d530b6f},0,-1,1 +458,nsIWindowMediatorListener,{2f276982-0d60-4377-a595-d350ba516395},0,-1,1 +459,nsISHistoryListener,{3b07f591-e8e1-11d4-9882-00c04fa02f40},0,-1,1 +460,nsIEditor,{96b60ba0-634a-41e4-928e-78ab0b3c4b46},0,-1,1 +461,nsIDOMHistory,{896d1d20-b4c4-11d2-bd93-00805f8ae3f4},0,-1,1 +462,nsIZipEntry,{e1c028bc-c478-11da-95a8-00e08161165f},0,-1,1 +463,nsIWebContentHandlerRegistrar,{e6a75410-c93e-42bf-84ca-a5c3ec34a2f1},0,-1,1 +464,mozIStorageStatementWrapper,{eee6f7c9-5586-4eaf-b35c-dca987c4ffd1},0,-1,1 +465,nsIDOMNodeList,{a6cf907d-15b3-11d2-932e-00805f8add32},0,-1,1 +466,nsIUnicharInputStream,{d5e3bd80-6723-4b92-b0c9-22f6162fd94f},0,-1,1 +467,rdfITripleVisitor,{aafea151-c271-4505-9978-a100d292800c},0,-1,1 +468,nsIDOMDOMImplementationLS,{e2c8b03c-a49a-4923-81b0-ba9a86da0e21},0,-1,1 +469,nsIDOMAbstractView,{f51ebade-8b1a-11d3-aae7-0010830123b4},0,-1,1 +470,nsIPopupBoxObject,{a41af368-9f73-4d73-a058-49dd7e41f9ea},0,-1,1 +471,nsIWorkerErrorEvent,{73d82c1d-05de-49c9-a23b-7121ff09a67a},0,-1,1 +472,nsIDOMXULSelectControlElement,{919d9808-8937-4cec-9390-91225eb8864b},0,-1,1 +473,nsIRDFLiteral,{e0c493d2-9542-11d2-8eb8-00805f29f370},0,-1,1 +474,nsIAccessible,{c81d8f8c-8585-4094-bc7c-71dd01494906},0,-1,1 +475,nsIDOMCanvasPattern,{21dea65c-5c08-4eb1-ac82-81fe95be77b8},0,-1,1 +476,nsIStreamBufferAccess,{ac923b72-ac87-4892-ac7a-ca385d429435},0,-1,0 +477,nsISupportsVoid,{464484f0-568d-11d3-baf8-00805f8a5dd7},0,-1,1 +478,nsIDOMCSSImportRule,{a6cf90cf-15b3-11d2-932e-00805f8add32},0,-1,1 +479,nsIDOMScrollAreaEvent,{b2f49035-4a2f-4e62-8fb0-deb68b0de4d9},0,-1,1 +480,jsdIContextEnumerator,{d96af02e-3379-4db5-885d-fee28d178701},0,-1,1 +481,nsIConsoleMessage,{41bd8784-1dd2-11b2-9553-8606958fffe1},0,-1,1 +482,imgILoad,{e6273acc-1dd1-11b2-a08b-824ad1b1628d},0,-1,1 +483,nsISAXLocator,{7a307c6c-6cc9-11da-be43-001422106990},0,-1,1 +484,nsIDOMHTMLSourceElement,{be281029-7dd9-4268-963e-96f5196acc19},0,-1,1 +485,nsIDOMSVGMaskElement,{fdd7039c-35b6-465a-b7a3-c98a815b583e},0,-1,1 +486,nsICookiePromptService,{72f8bb14-2810-4f38-8d0d-290c5401f54e},0,-1,1 +487,extIApplication,{e53d6610-7468-11dd-ad8b-0800200c9a66},0,-1,1 +488,nsIDOMHTMLCollection,{a6cf9083-15b3-11d2-932e-00805f8add32},0,-1,1 +489,nsIFeedPerson,{29cbd45f-f2d3-4b28-b557-3ab7a61ecde4},0,-1,1 +490,mozIStorageFunction,{9ff02465-21cb-49f3-b975-7d5b38ceec73},0,-1,1 +491,nsINavHistoryService,{437f539b-d541-4a0f-a200-6f9a6d45cce2},0,-1,1 +492,nsIDOMHTMLBRElement,{a6cf90a5-15b3-11d2-932e-00805f8add32},0,-1,1 +493,nsINonBlockingAlertService,{e800ef97-ae37-46b7-a46c-31fbe79657ea},0,-1,1 +494,nsICertificateDialogs,{a03ca940-09be-11d5-ac5d-000064657374},0,-1,1 +495,nsIInputIterator,{85585e12-1dd2-11b2-a930-f6929058269a},0,-1,1 +496,nsIGlobalHistory,{9491c383-e3c4-11d2-bdbe-0050040a9b44},0,-1,1 +497,mozIStorageStatementParams,{e65fe6e2-2643-463c-97e2-27665efe2386},0,-1,1 +498,fuelIWindow,{207edb28-eb5e-424e-a862-b0e97c8de866},0,-1,1 +499,nsIPref,{a22ad7b0-ca86-11d1-a9a4-00805f8a7ac4},0,-1,1 +500,nsIAsyncStreamCopier,{5a19ca27-e041-4aca-8287-eb248d4c50c0},0,-1,1 +501,nsIDOMSVGPathSegLinetoAbs,{5c7ba7b0-c7c5-4a7b-bc1c-2d784153be77},0,-1,1 +502,nsIDOMSVGAnimatedEnumeration,{73b101bd-797b-470f-9308-c24c64278bcd},0,-1,1 +503,nsIAutoCompleteSearch,{de8db85f-c1de-4d87-94ba-7844890f91fe},0,-1,1 +504,nsITimerCallback,{a796816d-7d47-4348-9ab8-c7aeb3216a7d},0,-1,1 +505,nsIDOMComment,{a6cf9073-15b3-11d2-932e-00805f8add32},0,-1,1 +506,nsISecretDecoderRingConfig,{01d8c0f0-0ccc-11d4-9fdd-000064657374},0,-1,1 +507,nsIXULTreeBuilderObserver,{57ced9a7-ec0b-4a0e-8aeb-5da32ebe951c},0,-1,1 +508,nsIXPTLoader,{368a15d9-17a9-4c2b-ac3d-a35b3a22b876},0,-1,1 +509,nsIContentFilter,{c18c49a8-62f0-4045-9884-4aa91e388f14},0,-1,1 +510,nsIASN1Tree,{c727b2f2-1dd1-11b2-95df-f63c15b4cd35},0,-1,1 +511,nsIHttpAuthenticator_1_9_2,{923e7c35-6e0c-448c-81a1-39c93db597d9},0,-1,1 +512,extISessionStorage,{0787ac44-29b9-4889-b97f-13573aec6971},0,-1,1 +513,nsIComponentManagerObsolete,{8458a740-d5dc-11d2-92fb-00e09805570f},0,-1,1 +514,mozIStorageStatementRow,{02eeaf95-c3db-4182-9340-222c29f68f02},0,-1,1 +515,nsIInterfaceInfo,{215dbe04-94a7-11d2-ba58-00805f8a5dd7},0,-1,0 +516,nsIShellService,{bb477da4-dddf-4106-a562-f06c85c7f9a8},0,-1,1 +517,mozISpellCheckingEngine,{43987f7b-0faa-4019-811e-42becac73fc5},0,-1,1 +518,nsIApplicationCacheContainer,{bbb80700-1f7f-4258-aff4-1743cc5a7d23},0,-1,1 +519,nsISound,{86b75b05-db60-4c3e-97a7-82b363a41a01},0,-1,1 +520,nsIJSContextStack,{c67d8270-3189-11d3-9885-006008962422},0,-1,0 +521,nsIWindowCreator2,{f673ec81-a4b0-11d6-964b-eb5a2bf216fc},0,-1,1 +522,nsIDOMNSHTMLFrameElement,{d67bd267-f984-4993-b378-95851b71f0a3},0,-1,1 +523,nsIProfile,{02b0625a-e7f3-11d2-9f5a-006008a6efe9},0,-1,1 +524,nsIDOMSVGPathSegMovetoRel,{58ca7e86-661a-473a-96de-89682e7e24d6},0,-1,1 +525,nsISystemProxySettings,{a9f3ae38-b769-4e0b-9317-578388e326c9},0,-1,1 +526,nsIPromptService,{1630c61a-325e-49ca-8759-a31b16c47aa5},0,-1,1 +527,nsIJARProtocolHandler,{92c3b42c-98c4-11d3-8cd9-0060b0fc14a3},0,-1,1 +528,nsIRefreshURI,{cb0ad623-6b46-4c09-a473-c1d6ca63d3c7},0,-1,1 +529,nsIDOMAttr,{a6cf9070-15b3-11d2-932e-00805f8add32},0,-1,1 +530,nsIDOMXPathExpression,{75506f82-b504-11d5-a7f2-ca108ab8b6fc},0,-1,1 +531,nsIVariant,{6c9eb060-8c6a-11d5-90f3-0010a4e73d9a},0,-1,1 +532,nsIDOMSVGAnimatedBoolean,{7e325385-cc82-4763-bd14-e2c92edd5462},0,-1,1 +533,jsdIFilterEnumerator,{e391ba85-9379-4762-b387-558e38db730f},0,-1,1 +534,nsITreeColumn,{ae835ecf-6b32-4660-9b43-8a270df56e02},0,-1,1 +535,nsIAutoCompletePopup,{1b9d7d8a-6dd0-11dc-8314-0800200c9a66},0,-1,1 +536,nsIAccessibleCaretMoveEvent,{b9076dce-4cd3-4e3d-a7f6-7f33a7f40c31},0,-1,1 +537,nsIContentPrefService,{ea7d29eb-7095-476e-b5d9-13263f3ae243},0,-1,1 +538,nsIDOMNSCSS2Properties,{8c31e4a6-8f3a-4bb9-b180-8385ac2a4080},0,-1,1 +539,nsIDOMPkcs11,{9fd42950-25e7-11d4-8a7d-006008c844c3},0,-1,1 +540,nsIDocumentEncoderNodeFixup,{c0da5b87-0ba7-4d7c-8cb3-fcb02af4253d},0,-1,1 +541,nsIToolkitProfile,{7422b090-4a86-4407-972e-75468a625388},0,-1,1 +542,nsIWebBrowserPrint,{9a7ca4b0-fbba-11d4-a869-00105a183419},0,-1,1 +543,nsIDOMNameList,{faaf1b80-1ddd-11d9-8c46-000a95dc234c},0,-1,1 +544,nsIGlobalHistory2,{cf777d42-1270-4b34-be7b-2931c93feda5},0,-1,1 +545,rdfIDataSource,{ebce86bd-1568-4a34-a808-9ccf9cde8087},0,-1,1 +546,nsIWebBrowserFindInFrames,{e0f5d182-34bc-11d5-be5b-b760676c6ebc},0,-1,1 +547,nsIDynamicContainer,{7e85d97b-4109-4ea7-afd8-bc2cd3840d70},0,-1,1 +548,nsISAXXMLFilter,{77a22cf0-6cdf-11da-be43-001422106990},0,-1,1 +549,nsINavHistoryFullVisitResultNode,{c49fd9d5-56e2-43eb-932c-f933f28cba85},0,-1,1 +550,nsIAddonSearchResult,{a549a714-2ada-4bb9-8a47-be26e73d49a5},0,-1,1 +551,nsIDirIndexListener,{fae4e9a8-1dd1-11b2-b53c-8f3aa1bbf8f5},0,-1,1 +552,nsISAXContentHandler,{2a99c757-dfee-4806-bff3-f721440412e0},0,-1,1 +553,nsIExternalHelperAppService,{9e456297-ba3e-42b1-92bd-b7db014268cb},0,-1,1 +554,nsIDOMSVGTitleElement,{524564b0-13a3-459b-bbec-ad66aea9f789},0,-1,1 +555,nsISocketProvider,{00b3df92-e830-11d8-d48e-0004e22243f8},0,-1,1 +556,nsIThreadObserver,{81d0b509-f198-4417-8020-08eb4271491f},0,-1,1 +557,nsIStringInputStream,{450cd2d4-f0fd-424d-b365-b1251f80fd53},0,-1,1 +558,nsIPhonetic,{bc6ea726-ab56-46b6-a21a-aa7b76d6818f},0,-1,1 +559,nsIDOMLoadStatus,{2cb53a8a-d2f4-4ddf-874f-3bc2d595c41a},0,-1,1 +560,nsIXPCScriptNotify,{b804504d-0025-4d6b-8ced-d94e41102a7f},0,-1,0 +561,nsIInterfaceInfoSuperManager,{0ee22850-bc6a-11d5-9134-0010a4e73d9a},0,-1,0 +562,nsIObjectLoadingContent_MOZILLA_1_9_2_BRANCH,{2725a137-db4b-4e43-a096-a084aeaa8b0b},0,-1,1 +563,nsIDOMCSSValue,{009f7ea5-9e80-41be-b008-db62f10823f2},0,-1,1 +564,nsICookieAcceptDialog,{3f2f0d2c-bdea-4b5a-afc6-fcf18f66b97e},0,-1,1 +565,nsIDOMSVGFEBlendElement,{8f4daf4c-de2d-450f-a373-449ad62e3800},0,-1,1 +566,nsIMenuBoxObject,{f5099746-5049-4e81-a03e-945d5110fee2},0,-1,1 +567,nsIDOMSVGFEFuncRElement,{85719a5d-9688-4c5f-bad5-c21847515200},0,-1,1 +568,nsIDOMNSEvent,{9be8096b-f795-4045-9664-0c275f36fe5b},0,-1,1 +569,nsIDOMSVGPathSegClosePath,{4970505f-2cc0-4afa-92e6-0cf4bdbf5a53},0,-1,1 +570,nsIDOMLSException,{1cc8e4b3-1dbb-4adc-a913-1527bf67748c},0,-1,1 +571,nsIDOMHTMLTimeRanges,{5c9995a1-9fce-44e8-aa7f-de52ff4c3f46},0,-1,1 +572,nsIDOMSVGFEGaussianBlurElement,{43ff8d42-3380-4dbd-a916-7c2daa3ed7f4},0,-1,1 +573,nsIDOMHTMLFieldSetElement,{a6cf9097-15b3-11d2-932e-00805f8add32},0,-1,1 +574,nsIDOMSVGLinearGradientElement,{7e15fce5-b208-43e1-952a-c570ebad0619},0,-1,1 +575,nsIDOMStorage,{43e5edad-1e02-42c4-9d99-c3d9dee22a20},0,-1,1 +576,nsIStreamLoader,{8ea7e890-8211-11d9-8bde-f66bad1e3f3a},0,-1,1 +577,nsIDOMWindowCollection,{a6cf906f-15b3-11d2-932e-00805f8add32},0,-1,1 +578,nsIBinaryInputStream,{7b456cb0-8772-11d3-90cf-0040056a906e},0,-1,1 +579,nsIDOMSVGFEConvolveMatrixElement,{42109b58-a8c1-4078-b44c-ec1d5d6b9574},0,-1,1 +580,nsISSLStatus,{cfede939-def1-49be-81ed-d401b3a07d1c},0,-1,1 +581,nsITextScroll,{067b28a0-877f-11d3-af7e-00a024ffc08c},0,-1,1 +582,nsIDOMSVGRadialGradientElement,{d0262ae1-31a4-44be-b82e-85e4cfe280fd},0,-1,1 +583,nsIBidirectionalEnumerator,{75f158a0-cadd-11d2-8cca-0060b0fc14a3},0,-1,0 +584,nsIVersionComparator,{e6cd620a-edbb-41d2-9e42-9a2ffc8107f3},0,-1,1 +585,nsIUrlClassifierLookupCallback,{f1dc83c6-ad43-4f0f-a809-fd43de7de8a4},0,-1,0 +586,nsIControllerCommandTable,{d1a47834-6ad4-11d7-bfad-000393636592},0,-1,1 +587,nsIWindowWatcher,{002286a8-494b-43b3-8ddd-49e3fc50622b},0,-1,1 +588,nsIDOMXPathException,{75506f89-b504-11d5-a7f2-ca108ab8b6fc},0,-1,1 +589,nsIDOMXULCommandEvent,{f9fa8205-a988-4828-9228-f3332d5475ac},0,-1,1 +590,nsISHistory,{9883609f-cdd8-4d83-9b55-868ff08ad433},0,-1,1 +591,nsIAutoCompleteBaseResult,{e6396544-921d-4776-aa62-8bf2dc1ae058},0,-1,0 +592,nsIDOMCrypto,{12b6d899-2aed-4ea9-8c02-2223ab7ab592},0,-1,1 +593,nsIDOMSVGFEDiffuseLightingElement,{2e9eb422-2398-4be9-a9b8-b1cc7aa9dd6f},0,-1,1 +594,nsIWorkerLocation,{17a005c3-4f2f-4bb6-b169-c181fa6873de},0,-1,1 +595,nsISimpleUnicharStreamFactory,{8238cd2e-e8e3-43e8-b556-56e21389c766},0,-1,1 +596,nsIDOMMutationEvent,{8e440d86-886a-4e76-9e59-c13b939c9a4b},0,-1,1 +597,nsIDOMSVGTextPositioningElement,{5d052835-8cb0-442c-9754-a8e616db1f89},0,-1,1 +598,nsIDOMSVGPathSegArcAbs,{c9e222e5-31fd-4083-ae1f-fcf013681340},0,-1,1 +599,nsIDOMNSHTMLAnchorElement,{a6cf911c-15b3-11d2-932e-00805f8add32},0,-1,1 +600,nsILocalHandlerApp,{9812be73-273c-478c-8170-c3e0db08ae7c},0,-1,1 +601,nsIComponentRegistrar,{2417cbfe-65ad-48a6-b4b6-eb84db174392},0,-1,1 +602,nsIFileChannel,{06169120-136d-45a5-b535-498f1f755ab7},0,-1,1 +603,nsIPluginHost,{30c7c529-b05c-4950-b5b8-9af673e46521},0,-1,1 +604,nsIDOMSVGPathElement,{2b19e692-3338-440f-a998-3cb1e8474999},0,-1,1 +605,nsIHttpAuthenticator,{0f331436-8bc8-4c68-a124-d0253a19d06f},0,-1,1 +606,nsIPlugin,{0937fb08-16e8-4365-babf-88e09e4e33a4},0,-1,0 +607,nsICacheListener,{638c3848-778b-4851-8ff3-9400f65b8773},0,-1,1 +608,mozIStorageResultSet,{18dd7953-076d-4598-8105-3e32ad26ab24},0,-1,1 +609,mozIStorageValueArray,{07b5b93e-113c-4150-863c-d247b003a55d},0,-1,1 +610,nsIStreamCipher,{1d507cd6-1630-4710-af1b-4012dbcc514c},0,-1,1 +611,nsIProtocolProxyService2,{dbd9565d-29b1-437a-bff5-2fc339e2c5df},0,-1,1 +612,nsIDOMDocumentEvent,{46b91d66-28e2-11d4-ab1e-0010830123b4},0,-1,1 +613,nsICMSMessageErrors,{f2aec680-60a0-49f0-afe5-6cf1d3f15e0d},0,-1,1 +614,nsICrashReporter,{44650737-59f7-4c9b-adbe-2b6d4dfee86a},0,-1,1 +615,nsIXULAppInfo,{a61ede2a-ef09-11d9-a5ce-001124787b2e},0,-1,1 +616,nsIProxiedProtocolHandler,{0a24fed4-1dd2-11b2-a75c-9f8b9a8f9ba7},0,-1,1 +617,nsISupportsString,{d79dc970-4a1c-11d3-9890-006008962422},0,-1,1 +618,nsIDOMNSFeatureFactory,{dc5ba787-b648-4b01-a8e7-b293ffb044ef},0,-1,1 +619,nsISafeOutputStream,{5f914307-5c34-4e1f-8e32-ec749d25b27a},0,-1,1 +620,inIDeepTreeWalker,{91fca0e9-99d6-406b-9d78-4c96f11e9ee4},0,-1,1 +621,nsIComponentManager,{a88e5a60-205a-4bb1-94e1-2628daf51eae},0,-1,1 +622,nsIDocShellTreeItem,{09b54ec1-d98a-49a9-bc95-3219e8b55089},0,-1,1 +623,nsIDOMCSSFontFaceRule,{a6cf90bb-15b3-11d2-932e-00805f8add32},0,-1,1 +624,nsIPrincipal,{b8268b9a-2403-44ed-81e3-614075c92034},0,-1,1 +625,nsIAlertsService,{e177399e-2e31-4019-aed3-cba63ce9fa99},0,-1,1 +626,nsITaggingService,{e39cea60-7e6d-4c8b-80a3-997af1c2cbcb},0,-1,1 +627,nsIXMLHttpRequestEventTarget,{6ce0a193-b033-4c3d-b748-f851b09261f5},0,-1,1 +628,nsICMSMessage2,{a99a3203-39e3-45e1-909c-175b0e471c2b},0,-1,0 +629,nsIAutoCompleteMdbResult,{f7e7b341-2d5c-4d04-9f51-496cb2ce178c},0,-1,0 +630,nsIPrefBranch2,{74567534-eb94-4b1c-8f45-389643bfc555},0,-1,1 +631,nsIDOMDragEvent,{d52cf140-fb90-44df-8d69-4b2bab4d461f},0,-1,1 +632,inISearchObserver,{46226d9b-e398-4106-8d9b-225d4d0589f5},0,-1,1 +633,nsIDOMSVGAnimatedLength,{a52f0322-7f4d-418d-af6d-a7b14abd5cdf},0,-1,1 +634,nsIPasswordManager,{173562f0-2173-11d5-a54c-0010a401eb10},0,-1,1 +635,nsISupportsID,{d18290a0-4a1c-11d3-9890-006008962422},0,-1,1 +636,nsIRollupListener,{0ca103e5-80d4-4b81-a310-be0708f8eaa9},0,-1,0 +637,nsIResProtocolHandler,{067ca872-e947-4bd6-8946-a479cb6ba5dd},0,-1,1 +638,nsIServerSocketListener,{836d98ec-fee2-4bde-b609-abd5e966eabd},0,-1,1 +639,nsIAccessNode,{71a3b4e7-e83d-45cf-a20e-9ce292bcf19f},0,-1,1 +640,nsIDOMSVGPathSegCurvetoQuadraticAbs,{b7aef0f0-2830-4145-b04f-fe05789ccf8a},0,-1,1 +641,nsIWebNavigation,{f5d9e7b0-d930-11d3-b057-00a024ffc08c},0,-1,1 +642,nsISupportsPRInt64,{e3cb0ff0-4a1c-11d3-9890-006008962422},0,-1,1 +643,nsIXPCComponents_ID,{7994a6e0-e028-11d3-8f5d-0010a4e73d9a},0,-1,1 +644,nsITooltipTextProvider,{b128a1e6-44f3-4331-8fbe-5af360ff21ee},0,-1,1 +645,nsIXPCComponents_Classes,{978ff520-d26c-11d2-9842-006008962422},0,-1,1 +646,nsIFastLoadService,{759e475e-0c23-4dbf-b1b8-78c9369e3072},0,-1,1 +647,jsdIProperty,{4491ecd4-fb6b-43fb-bd6f-5d1473f1df24},0,-1,1 +648,nsIDOMHTMLDListElement,{a6cf909b-15b3-11d2-932e-00805f8add32},0,-1,1 +649,nsIWorkerGlobalScope,{c111e7d3-8044-4458-aa7b-637696ffb841},0,-1,1 +650,nsIDOMHTMLLegendElement,{a6cf9098-15b3-11d2-932e-00805f8add32},0,-1,1 +651,nsIAutoConfig,{80db54ae-13f2-11d5-be44-00108335a220},0,-1,0 +652,nsIDOMNSHTMLAreaElement2,{1859b16a-7c16-4ab7-bdb9-52792ba16cc1},0,-1,1 +653,nsIDOMSVGDefsElement,{a2e86036-f04c-4013-9f74-e7090a0aac0a},0,-1,1 +654,nsIBaseWindow,{046bc8a0-8015-11d3-af70-00a024ffc08c},0,-1,1 +655,nsIFastLoadFileControl,{8a1e2c63-af50-4147-af7e-26289dc180dd},0,-1,1 +656,nsIPrefService,{decb9cc7-c08f-4ea5-be91-a8fc637ce2d2},0,-1,1 +657,nsIDOMLSProgressEvent,{b9a2371f-70e9-4657-b0e8-28e15b40857e},0,-1,1 +658,nsIMicrosummaryGenerator,{05b48344-d0a7-427e-934e-9a6e0d5ecced},0,-1,1 +659,mozIStorageRow,{62d1b6bd-cbfe-4f9b-aee1-0ead4af4e6dc},0,-1,1 +660,nsIDOMGeoPosition,{23e5269f-4dd7-41c4-b52a-75918694c2de},0,-1,1 +661,nsIDOMSVGPathSeg,{b9022da7-e26d-4df3-8c94-b45c4aedda7c},0,-1,1 +662,fuelIBrowserTab,{3073ceff-777c-41ce-9ace-ab37268147c1},0,-1,1 +663,nsISSLCertErrorDialog,{0729ce8e-8935-4989-ba72-a2d6307f2365},0,-1,1 +664,nsIThreadJSContextStack,{a1339ae0-05c1-11d4-8f92-0010a4e73d9a},0,-1,0 +665,nsIScriptChannel,{33234b99-9588-4c7d-9da6-86b8b7cba565},0,-1,1 +666,nsIDOMBarProp,{9eb2c150-1d56-11d3-8221-0060083a0bcf},0,-1,1 +667,nsIPluginInstanceOwner,{c4ed03f3-498b-4045-97c7-0b05838f886c},0,-1,0 +668,nsIDOMStorageList,{a4e9b257-5ccf-4b17-8721-23ac45c83128},0,-1,1 +669,nsIHttpHeaderVisitor,{0cf40717-d7c1-4a94-8c1e-d6c9734101bb},0,-1,1 +670,fuelIAnnotations,{335c9292-91a1-4ca0-ad0b-07d5f63ed6cd},0,-1,1 +671,nsIWindowProvider,{5119ac7f-81dd-4061-96a7-71f2cf5efee4},0,-1,1 +672,nsIPrintSettingsService,{841387c8-72e6-484b-9296-bf6eea80d58a},0,-1,1 +673,nsIDOMSVGFEColorMatrixElement,{0e966878-ebf1-4455-86fd-f4c7b1f24777},0,-1,1 +674,nsIPKCS11,{5743f870-958e-4f02-aef2-c0afeef67f05},0,-1,1 +675,nsIDOMSVGFEFuncAElement,{fa48511c-283a-437f-9507-c309ac6f0f57},0,-1,1 +676,nsIObjectInputStream,{6c248606-4eae-46fa-9df0-ba58502368eb},0,-1,1 +677,nsIDOMSVGFETileElement,{ed042a81-39fc-4c89-9385-75758a2434b5},0,-1,1 +678,nsIDOMGetSVGDocument,{b5d3074c-4f63-4936-bf39-49034efa26a5},0,-1,1 +679,nsIDirIndex,{23bbabd0-1dd2-11b2-86b7-aad68ae7d7e0},0,-1,1 +680,nsIPasswordManagerInternal,{a448531f-dc92-4dc1-9012-da841febcbe0},0,-1,1 +681,nsIDOMNSHTMLHRElement,{19b5879f-c125-447c-aaaf-719de3ef221a},0,-1,1 +682,nsIDOMSVGFEFloodElement,{2743af95-28c5-429d-9812-12b7b017887e},0,-1,1 +683,nsIFormFillController,{07f0a0dc-f6e9-4cdd-a55f-56d770523a4c},0,-1,1 +684,nsIRecentBadCertsService,{a5ae8b05-a76e-408f-b0ba-02a831265749},0,-1,1 +685,nsICommandHandler,{34a4fcf0-66fc-11d4-9528-0020183bf181},0,-1,1 +686,nsIDOMHTMLObjectElement,{a6cf90ac-15b3-11d2-932e-00805f8add32},0,-1,1 +687,nsIDOMLocation,{a6cf906d-15b3-11d2-932e-00805f8add32},0,-1,1 +688,nsIViewSourceChannel,{8b77d6e2-2ae9-11d5-be57-000064657374},0,-1,0 +689,nsISyncLoadDOMService,{8095998d-ae1c-4cfa-9b43-0973e5d77eb0},0,-1,1 +690,nsIDOMXULDescriptionElement,{c7b0b43c-1dd1-11b2-9e1c-ce5f6a660630},0,-1,1 +691,nsIURL,{d6116970-8034-11d3-9399-00104ba0fd40},0,-1,1 +692,nsIMultiplexInputStream,{a076fd12-1dd1-11b2-b19a-d53b5dffaade},0,-1,1 +693,nsIQueryContentEventResult,{4b4ba266-b51e-4f0f-8d0e-9f13cb2a0056},0,-1,1 +694,nsIThreadEventFilter,{a0605c0b-17f5-4681-b8cd-a1cd75d42559},0,-1,1 +695,nsIXPCSecurityManager,{31431440-f1ce-11d2-985a-006008962422},0,-1,0 +696,nsIDOMXULMenuListElement,{3d49950e-04f9-4e35-a9a0-ffd51356a674},0,-1,1 +697,nsIDocShellTreeNode,{37f1ab73-f224-44b1-82f0-d2834ab1cec0},0,-1,1 +698,nsIWebBrowserChrome,{ba434c60-9d52-11d3-afb0-00a024ffc08c},0,-1,1 +699,nsIFastLoadWriteControl,{2ad6e9e6-1379-4e45-a899-a54b27ff915c},0,-1,1 +700,nsITreeView,{c06dc4d3-63a2-4422-a0a3-5f2eddeca8c1},0,-1,1 +701,nsIHandlerApp,{8d298761-0963-4c90-99e2-6ea498825e82},0,-1,1 +702,nsIByteRangeRequest,{c1b1f426-7e83-4759-9f88-0e1b17f49366},0,-1,1 +703,nsIPrintStatusFeedback,{19855dff-3248-4902-b196-93ee4c477880},0,-1,1 +704,nsINetUtil,{a50d5516-5c0a-4f08-b427-703ca0c44ac3},0,-1,1 +705,nsPIPlacesDatabase,{8e6d4f8a-4b8e-4026-9fca-517c4494ddb7},0,-1,1 +706,nsIDOMRange,{a6cf90ce-15b3-11d2-932e-00805f8add32},0,-1,1 +707,nsIAccessibleStates,{7fe1ee90-edaa-43f1-9f3b-071099b51f08},0,-1,1 +708,nsIAtomService,{9c1f50b9-f9eb-42d4-a8cb-2c7600aeb241},0,-1,1 +709,nsIExceptionProvider,{0577744c-c1d2-47f2-8bcc-ce7a9e5a88fc},0,-1,1 +710,nsIDOMJSNavigator,{4b4f8316-1dd2-11b2-b265-9a857376d159},0,-1,1 +711,nsIScriptableDateFormat,{0c89efb0-1aae-11d3-9141-006008a6edf6},0,-1,1 +712,nsIDOM3EventTarget,{3e9c01a7-de97-4c3b-8294-b4bd9d7056d1},0,-1,1 +713,nsIDOMSVGAnimatedAngle,{c6ab8b9e-32db-464a-ae33-8691d44bc60a},0,-1,1 +714,nsIDOMXPathNSResolver,{75506f83-b504-11d5-a7f2-ca108ab8b6fc},0,-1,1 +715,nsIFTPChannel,{2315d831-8b40-446a-9138-fe09ebb1b720},0,-1,1 +716,nsIDOMCSSValueList,{8f09fa84-39b9-4dca-9b2f-db0eeb186286},0,-1,1 +717,nsIStackFrame,{91d82105-7c62-4f8b-9779-154277c0ee90},0,-1,1 +718,nsIDOMHTMLFontElement,{a6cf90a7-15b3-11d2-932e-00805f8add32},0,-1,1 +719,nsIEffectiveTLDService,{6852369e-baa9-4c9a-bbcd-5123fc54a297},0,-1,1 +720,imgIEncoder,{ba3a854b-fb8d-4881-8af9-5849df10e5e5},0,-1,1 +721,nsIToolkitChromeRegistry,{8727651c-9530-45a0-b81e-0e0690c30c50},0,-1,1 +722,nsIDOMSVGPathSegCurvetoQuadraticSmoothRel,{ac0b2007-04e4-4e70-a0e0-294f374b29c4},0,-1,1 +723,nsIPropertyBag,{bfcd37b0-a49f-11d5-910d-0010a4e73d9a},0,-1,1 +724,nsIFeedElementBase,{5215291e-fa0a-40c2-8ce7-e86cd1a1d3fa},0,-1,1 +725,nsIINIParserFactory,{ccae7ea5-1218-4b51-aecb-c2d8ecd46af9},0,-1,1 +726,nsIFormSigningDialog,{4fe04d6d-4b66-4023-a0bc-b43ce68b3e15},0,-1,1 +727,nsIDOMProgressEvent,{6af7022c-d7f8-414c-a11f-a7918f14052b},0,-1,1 +728,nsIAccessibleImage,{09086623-0f09-4310-ac56-c2cda7c29648},0,-1,1 +729,nsILiveTitleNotificationSubject,{f9e577a8-19d9-4ca0-a140-b9e43f014470},0,-1,1 +730,nsITypeAheadFind,{0749a445-19d3-4eb9-9d66-78eca8c6f604},0,-1,1 +731,nsIDOMFile_1_9_2_BRANCH,{fc41a294-8c9a-4639-b8ed-7c04f8017ef6},0,-1,1 +732,nsISSLStatusProvider,{8de811f0-1dd2-11b2-8bf1-e9aa324984b2},0,-1,1 +733,nsIProxyAutoConfig,{a42619df-0a1c-46fb-8154-0e9b8f8f1ea8},0,-1,1 +734,nsIMozIconURI,{1fb33f44-f522-4880-a225-4b75d09b04c6},0,-1,1 +735,nsIAuthPrompt2,{651395eb-8612-4876-8ac0-a88d4dce9e1e},0,-1,1 +736,nsIProfileChangeStatus,{2f977d43-5485-11d4-87e2-0010a4e75ef2},0,-1,1 +737,nsIDOMSVGComponentTransferFunctionElement,{cb615c0f-8d4a-4e30-9695-a3dd6f4216ee},0,-1,1 +738,nsISupportsArray,{791eafa0-b9e6-11d1-8031-006008159b5a},0,-1,1 +739,nsIThreadPoolListener,{ef194cab-3f86-4b61-b132-e5e96a79e5d1},0,-1,1 +740,nsIPromptFactory,{2532b748-75db-4732-9173-78d3bf34f694},0,-1,1 +741,nsIHttpActivityDistributor,{7c512cb8-582a-4625-b5b6-8639755271b5},0,-1,1 +742,nsIMemoryReporterManager,{7c62de18-1edd-40f8-9da2-a8c622763074},0,-1,1 +743,nsIWebBrowserPersist,{dd4e0a6a-210f-419a-ad85-40e8543b9465},0,-1,1 +744,nsIErrorService,{e72f94b2-5f85-11d4-9877-00c04fa0cf4a},0,-1,1 +745,nsIDOMCSSStyleSheet,{a6cf90c2-15b3-11d2-932e-00805f8add32},0,-1,1 +746,mozIPlacesAutoComplete,{a5ae8332-333c-412a-bb02-a35df8247714},0,-1,1 +747,nsIXULTemplateBuilder,{a583b676-5b02-4f9c-a0c9-cb850cb99818},0,-1,1 +748,nsIXPointerSchemeContext,{781f4aa1-ebb3-4667-b1c2-2b35e94c4281},0,-1,0 +749,nsISemanticUnitScanner,{9f620be4-e535-11d6-b254-00039310a47a},0,-1,1 +750,nsIAccessibleTableChangeEvent,{a9485c7b-5861-4695-8441-fab0235b205d},0,-1,1 +751,nsIDOMSVGTextPathElement,{5c29a76c-3489-48fe-b9ea-ea0f5b196dff},0,-1,1 +752,nsIDebug2,{9c9307ed-480a-4f2a-8f29-21378c03bcbc},0,-1,1 +753,nsIClientAuthDialogs,{fa4c7520-1433-11d5-ba24-00108303b117},0,-1,1 +754,nsIDOMBeforeUnloadEvent,{da19e9dc-dea2-4a1d-a958-9be375c9799c},0,-1,1 +755,nsIDOMNSHTMLElement,{7f142f9a-fba7-4949-93d6-cf08a974ac51},0,-1,1 +756,nsIDOMHTMLBodyElement,{a6cf908e-15b3-11d2-932e-00805f8add32},0,-1,1 +757,nsIEnumerator,{ad385286-cbc4-11d2-8cca-0060b0fc14a3},0,-1,1 +758,nsIBufferedInputStream,{616f5b48-da09-11d3-8cda-0060b0fc14a3},0,-1,1 +759,nsIX509CertList,{a539759b-e22d-462f-94ea-2915b11b33e8},0,-1,1 +760,nsICMSDecoder,{65244a06-a342-11d5-ba47-00108303b117},0,-1,0 +761,nsISMimeVerificationListener,{56310af6-dffc-48b4-abca-85eae4059064},0,-1,0 +762,nsIInputStreamChannel,{274c4d7a-2447-4ceb-a6de-80db1b83f5d2},0,-1,1 +763,nsISecurityInfoProvider,{b8cc9126-9319-4415-afd9-b82220d453ed},0,-1,1 +764,nsIDOMKeyEvent,{028e0e6e-8b01-11d3-aae7-0010838a3123},0,-1,1 +765,nsIGeolocationProvider,{701413ed-0f51-64f7-71c7-4369d8e07d6e},0,-1,1 +766,nsIDOMSVGForeignObjectElement,{fd9c9871-23fd-48eb-a65b-3842e9b0acbd},0,-1,1 +767,nsIThread,{9c889946-a73a-4af3-ae9a-ea64f7d4e3ca},0,-1,1 +768,nsICommandController,{ebe55080-c8a9-11d5-a73c-dd620d6e04bc},0,-1,1 +769,nsIIOService2,{d44fe6d4-ee35-4789-886a-eb8f0554d04e},0,-1,1 +770,nsIEditorBoxObject,{e3800a23-5b83-49aa-b18c-efa1ac5416e0},0,-1,1 +771,nsIPrintSession,{2f977d52-5485-11d4-87e2-0010a4e75ef2},0,-1,0 +772,nsIStreamTransportService,{8268d474-efbf-494f-a152-e8a8616f4e52},0,-1,1 +773,nsIDOMSVGFilterElement,{9e81d4ae-190c-4b9d-a076-ebc52a7bf231},0,-1,1 +774,nsIDownloadHistory,{202533cd-a8f1-4ee4-8d20-3a6a0d2c6c51},0,-1,1 +775,nsIDOMHTMLButtonElement,{a6cf9095-15b3-11d2-932e-00805f8add32},0,-1,1 +776,nsIDOMDataContainerEvent,{3600d66c-b9ac-4c22-b39a-d64cce619921},0,-1,1 +777,nsIDOMPaintRequestList,{01627136-fdd8-44b4-aac0-7d613608a3d4},0,-1,1 +778,nsIModuleLoader,{9b328e24-4d85-4a9c-9cb7-f25e66f430c3},0,-1,1 +779,nsIDOMNSHTMLInputElement,{2cb61f32-b21f-4b87-904c-8876d8bb5f33},0,-1,1 +780,nsIDOMSVGFEDistantLightElement,{02141672-7f2c-412a-a7d7-4caa194842e9},0,-1,1 +781,nsITransfer,{23c51569-e9a1-4a92-adeb-3723db82ef7c},0,-1,1 +782,nsIOfflineCacheUpdateObserver,{a28abeaf-a0b4-4440-b2fe-bc78249710ea},0,-1,1 +783,nsIDOMHTMLTableColElement,{a6cf90b4-15b3-11d2-932e-00805f8add32},0,-1,1 +784,nsIScriptEventManager,{b6427ace-dc77-495b-ab21-43baeb52bc27},0,-1,0 +785,mozIStorageProgressHandler,{a3a6fcd4-bf89-4208-a837-bf2a73afd30c},0,-1,1 +786,nsIDOMSVGPathSegCurvetoQuadraticRel,{c46eb661-9c05-4d46-9b2a-c2ae5b166060},0,-1,1 +787,nsIXMLHttpRequestUpload,{09ff3682-7759-4441-a765-f70e1a1fabcf},0,-1,1 +788,nsIDOMSVGTSpanElement,{4a23cb1f-cf1e-437e-9524-8756f7928b2e},0,-1,1 +789,nsIControllerContext,{47b82b60-a36f-4167-8072-6f421151ed50},0,-1,1 +790,nsIUrlClassifierStreamUpdater,{daf3038a-556c-47d3-a3d2-36caa9a762a0},0,-1,1 +791,nsIDOMSVGClipPathElement,{0c3f45a4-e6d0-44e7-a2f8-d128ecf1db9b},0,-1,1 +792,nsICertTree,{a8cd1c89-a901-4735-831b-7198b7b8b6b1},0,-1,1 +793,nsIUTF8StringEnumerator,{9bdf1010-3695-4907-95ed-83d0410ec307},0,-1,1 +794,nsIExpatSink,{f61c56b5-ea5b-42b4-ad3c-17416e72e238},0,-1,1 +795,nsIDocShell,{8adfb831-1053-4a19-884d-bcdad7277b4b},0,-1,1 +796,extIEvents,{3a8ec9d0-ab19-11db-abbd-0800200c9a66},0,-1,1 +797,nsIINIParser,{7eb955f6-3e78-4d39-b72f-c1bf12a94bce},0,-1,1 +798,nsIXBLAccessible,{3716eb86-166b-445b-a94a-9b522fee96e6},0,-1,1 +799,nsIDOMEventListener,{df31c120-ded6-11d1-bd85-00805f8ae3f4},0,-1,1 +800,nsPICertNotification,{42cd7162-ea4a-4088-9888-63ea5095869e},0,-1,0 +801,nsIPermission,{28f16d80-157b-11d5-a542-0010a401eb10},0,-1,1 +802,nsIDOMStorageObsolete,{18013cf9-b104-49cf-9484-c2a7a845457e},0,-1,1 +803,nsIEditorObserver,{a6cf9125-15b3-11d2-932e-00805f8add32},0,-1,1 +804,nsIPrefSecurityCheck,{c73c9a05-92ce-46e1-8f69-90a2a3a36104},0,-1,0 +805,nsICertVerificationListener,{6684bce9-50db-48e1-81b7-98102bf81357},0,-1,1 +806,nsIDOMMessageEvent,{98150805-6a15-4667-815a-1a8c87cb4bbc},0,-1,1 +807,nsIIOService,{bddeda3f-9020-4d12-8c70-984ee9f7935e},0,-1,1 +808,nsIDOMCanvasGradient,{bbb20a59-524e-4662-981e-5e142814b20c},0,-1,1 +809,nsIDOMEventGroup,{33347bee-6620-4841-8152-36091ae80c7e},0,-1,1 +810,nsISidebarExternal,{4350fb73-9305-41df-a669-11d26222d420},0,-1,1 +811,nsITooltipListener,{44b78386-1dd2-11b2-9ad2-e4eee2ca1916},0,-1,1 +812,nsIDOMNSHTMLTextAreaElement,{ca066b44-9ddf-11d3-bccc-0060b0fc76bd},0,-1,1 +813,nsIDOMSVGNumberList,{59364ec4-faf1-460f-bf58-e6a6a2769a3a},0,-1,1 +814,nsIAccessibleStateChangeEvent,{444db51a-05fd-4576-8a64-32dbb2a83884},0,-1,1 +815,nsIDOMSVGPathSegCurvetoQuadraticSmoothAbs,{ff5bbb58-b49a-450f-b91b-e50585c34b3d},0,-1,1 +816,nsISAXLexicalHandler,{23c26a56-adff-440c-8caf-95c2dc2e399b},0,-1,1 +817,nsISMimeCert,{66710f97-a4dd-49f1-a906-fe0ebc5924c0},0,-1,1 +818,nsIAppShellService,{361facd0-6e9a-4ff1-a0d4-450744cf0023},0,-1,1 +819,nsIDOMSVGPathSegArcRel,{49d0360d-bb66-4ab9-b9b0-f49b93398595},0,-1,1 +820,nsILoginInfo,{c41b7dff-6b9b-42fe-b78d-113051facb05},0,-1,1 +821,nsIDOMHTMLMetaElement,{a6cf908a-15b3-11d2-932e-00805f8add32},0,-1,1 +822,nsINavHistoryResultViewer,{af4ac418-a687-4775-8ffa-97c160196432},0,-1,1 +823,nsISaveAsCharset,{33b87f70-7a9c-11d3-915c-006008a6edf6},0,-1,1 +824,nsICMSSecureMessage,{14b4394a-1dd2-11b2-b4fd-ba4a194fe97e},0,-1,1 +825,nsIStringBundleService,{d85a17c0-aa7c-11d2-9b8c-00805f8a16d9},0,-1,1 +826,nsIXULOverlayProvider,{1d5b5b94-dc47-4050-93b7-ac092e383cad},0,-1,1 +827,nsIAuthModule,{6e35dbc0-49ef-4e2c-b1ea-b72ec64450a2},0,-1,0 +828,nsICommandHandlerInit,{731c6c50-67d6-11d4-9529-0020183bf181},0,-1,1 +829,nsINavHistoryResult,{d1562f6f-8d5a-4042-8524-72f747a51b18},0,-1,1 +830,nsIDOMDOMImplementation,{a6cf9074-15b3-11d2-932e-00805f8add32},0,-1,1 +831,nsIFastLoadFileIO,{715577db-d9c5-464a-a32e-0a40c29b22d4},0,-1,1 +832,nsICollation,{b0132cc0-3786-4557-9874-910d7def5f93},0,-1,1 +833,nsIDOMLSOutput,{757e9971-8890-478d-a53a-07f9f6f6e0d3},0,-1,1 +834,nsIGConfService,{5009acae-6973-48c3-b6d6-52c692cc5d9d},0,-1,1 +835,nsIDOMSVGAnimatedNumber,{716e3b11-b03b-49f7-b82d-5383922b0ab3},0,-1,1 +836,nsIProfileStartup,{048e5ca1-0eb7-4bb1-a9a2-a36f7d4e0e3c},0,-1,1 +837,nsIUUIDGenerator,{138ad1b2-c694-41cc-b201-333ce936d8b8},0,-1,1 +838,nsIControllerCommandGroup,{9f82c404-1c7b-11d5-a73c-eca43ca836fc},0,-1,1 +839,nsIXSLTProcessor,{4a91aeb3-4100-43ee-a21e-9866268757c5},0,-1,1 +840,nsIDialogParamBlock,{f76c0901-437a-11d3-b7a0-e35db351b4bc},0,-1,1 +841,nsISessionStore,{70592a0d-87d3-459c-8db7-dcb8d47af78e},0,-1,1 +842,nsIRDFBlob,{237f85a2-1dd2-11b2-94af-8122582fc45e},0,-1,1 +843,nsIDOMHTMLHeadElement,{a6cf9087-15b3-11d2-932e-00805f8add32},0,-1,1 +844,nsIXPCComponents_Exception,{5bf039c0-e028-11d3-8f5d-0010a4e73d9a},0,-1,1 +845,nsIASN1PrintableItem,{114e1142-1dd2-11b2-ac26-b6db19d9184a},0,-1,1 +846,nsIDOMNSHTMLButtonElement,{c914d7a4-63b3-4d40-943f-91a3c7ab0d4d},0,-1,1 +847,nsIDOMHTMLMapElement,{a6cf90af-15b3-11d2-932e-00805f8add32},0,-1,1 +848,nsISupportsDouble,{b32523a0-4ac0-11d3-baea-00805f8a5dd7},0,-1,1 +849,nsICrashReporter_MOZILLA_1_9_2_BRANCH,{e8fe590f-7c08-4128-a746-57eb6b427d8f},0,-1,1 +850,nsINSSErrorsService,{3a5c7a0f-f5da-4a8b-a748-d7c5a528f33b},0,-1,1 +851,nsIProtocolProxyCallback,{a9967200-f95e-45c2-beb3-9b060d874bfd},0,-1,1 +852,nsIApplicationCache,{663e2e2e-04a0-47b6-87b3-a122be46cb53},0,-1,1 +853,nsIXULSortService,{f29270c8-3be5-4046-9b57-945a84dff132},0,-1,1 +854,nsIUploadChannel2,{8821e259-7252-4464-b874-a55d8ef6b222},0,-1,1 +855,nsIDOMNSHTMLOptionCollection,{1181207b-2337-41a7-8ddf-fbe96461256f},0,-1,1 +856,nsIXULTreeBuilder,{06b31b15-ebf5-4e74-a0e2-6bc0a18a3969},0,-1,1 +857,nsIModifyableXPointerResult,{2dc3be2e-642d-4d7e-b3c5-f3dac51afbee},0,-1,0 +858,nsIHistoryEntry,{a41661d4-1417-11d5-9882-00c04fa02f40},0,-1,1 +859,nsIBrowserDOMWindow,{f9691a49-7fb3-4b54-bb11-a4f2e0b6eddb},0,-1,1 +860,nsIDOMXULImageElement,{f73f4d77-a6fb-4ab5-b41e-15045a0cc6ff},0,-1,1 +861,nsIAnnotationObserver,{63fe98e0-6889-4c2c-ac9f-703e4bc25027},0,-1,1 +862,nsIFileURL,{d26b2e2e-1dd1-11b2-88f3-8545a7ba7949},0,-1,1 +863,nsIFindService,{5060b801-340e-11d5-be5b-b3e063ec6a3c},0,-1,1 +864,nsIContentDispatchChooser,{456ca3b2-02be-4f97-89a2-08c08d3ad88f},0,-1,1 +865,nsIHandlerInfo,{325e56a7-3762-4312-aec7-f1fcf84b4145},0,-1,1 +866,nsIDOMHTMLOptionsCollection,{bce0213c-f70f-488f-b93f-688acca55d63},0,-1,1 +867,nsIDOMHTMLTableRowElement,{a6cf90b6-15b3-11d2-932e-00805f8add32},0,-1,1 +868,nsIClipboardHelper,{44073a98-1dd2-11b2-8600-d0ae854dbe93},0,-1,1 +869,nsIWebProgressListener,{570f39d1-efd0-11d3-b093-00a024ffc08c},0,-1,1 +870,nsIReadConfig,{ba5bc4c6-1dd1-11b2-bb89-b844c6ec0339},0,-1,0 +871,nsIUrlClassifierHashCompleter,{ade9b72b-3562-44f5-aba6-e63246be53ae},0,-1,1 +872,nsIDragService,{82b58ada-f490-4c3d-b737-1057c4f1d052},0,-1,1 +873,nsIDOMSVGException,{64e6f0e1-af99-4bb9-ab25-7e56012f0021},0,-1,1 +874,nsIDOMSVGTransformable,{b81f6e37-1842-4534-a546-1ab86e59a3c6},0,-1,1 +875,nsIDOMSVGFEMorphologyElement,{16154319-fb5f-4473-b360-5065b6096d33},0,-1,1 +876,nsILocale,{21035ee0-4556-11d3-91cd-00105aa3f7dc},0,-1,1 +877,nsIClipboardCommands,{b8100c90-73be-11d2-92a5-00105a1b0d64},0,-1,1 +878,nsIUpdateItem,{f559f340-5160-420f-abc8-19b251708e7e},0,-1,1 +879,nsICiter,{a6cf9102-15b3-11d2-932e-00805f8add32},0,-1,1 +880,nsIUrlClassifierUpdateObserver,{bbb33c65-e783-476c-8db0-6ddb91826c07},0,-1,1 +881,nsIXSLTException,{e06dfaea-92d5-47f7-a800-c5f5404d8771},0,-1,1 +882,nsIFormHistoryImporter,{9e811188-6a5b-4d96-a92d-1bac66a41898},0,-1,1 +883,nsISAXDTDHandler,{4d01f225-6cc5-11da-be43-001422106990},0,-1,1 +884,nsILivemarkService,{62a5fe00-d85c-4a63-aef7-176d8f1b189d},0,-1,1 +885,nsIDOMSVGDocument,{12d3b664-1dd2-11b2-a7cf-ceee7e90f396},0,-1,1 +886,nsIDOMHTMLLIElement,{a6cf909e-15b3-11d2-932e-00805f8add32},0,-1,1 +887,nsIDOMParserJS,{ba6bcd6c-63d8-49b3-bc8a-1e5e895645bc},0,-1,1 +888,nsIDOMHTMLUListElement,{a6cf9099-15b3-11d2-932e-00805f8add32},0,-1,1 +889,nsIDOMXULContainerElement,{bc07c626-4294-43ae-9b0a-e726de0adcad},0,-1,1 +890,nsIClipboardOwner,{5a31c7a1-e122-11d2-9a57-000064657374},0,-1,1 +891,nsIDOMSimpleGestureEvent,{cb68e879-f710-415d-a871-9a550860df01},0,-1,1 +892,nsIScriptableInterfaces,{01c78c65-31da-456b-90bf-da39d09fdcbf},0,-1,1 +893,nsIURI,{07a22cc0-0ce5-11d3-9331-00104ba0fd40},0,-1,1 +894,nsIDOMSVGMatrix,{ec2da3ef-5a99-49ed-aaef-b5af916c14ac},0,-1,1 +895,nsIChannelClassifier,{1481c5b5-9f6e-4995-8fe3-2aad5c06440d},0,-1,1 +896,nsIDOMHTMLTableElement,{a6cf90b2-15b3-11d2-932e-00805f8add32},0,-1,1 +897,nsIDOMSVGEvent,{13aed1cc-a505-45d5-bbc2-0052c6bf200f},0,-1,1 +898,nsIContextMenuListener2,{7fb719b3-d804-4964-9596-77cf924ee314},0,-1,1 +899,nsIIOUtil,{e8152f7f-4209-4c63-ad23-c3d2aa0c5a49},0,-1,1 +900,nsISimpleStreamListener,{a9b84f6a-0824-4278-bae6-bfca0570a26e},0,-1,1 +901,nsIDOMWindowUtils,{6a60fde5-a00a-4732-bbea-2787c174c04f},0,-1,1 +902,nsIDOMXULPopupElement,{c32390a8-2bd8-4d1b-bf9f-1b1d0a944d19},0,-1,1 +903,nsIDOMNSMouseEvent,{1b8e528d-7dca-44ee-8ee6-c44594ebcef1},0,-1,1 +904,mozIStorageBindingParamsArray,{e676e1a3-1dc6-4802-ac03-291fa9de7f93},0,-1,1 +905,nsICacheService,{de114eb4-29fc-4959-b2f7-2d03eb9bc771},0,-1,1 +906,nsIFileView,{60b320d2-1dd2-11b2-bd73-dc3575f78ddd},0,-1,1 +907,nsIConsoleService,{883472a0-ea9b-11da-8ad9-0800200c9a66},0,-1,1 +908,nsIDocShellTreeOwner,{bc0eb30e-656e-491e-a7ae-7f460b660c8d},0,-1,1 +909,nsIDOMHTMLOListElement,{a6cf909a-15b3-11d2-932e-00805f8add32},0,-1,1 +910,nsIContextMenuListener,{3478b6b0-3875-11d4-94ef-0020183bf181},0,-1,1 +911,nsIExceptionManager,{efc9d00b-231c-4feb-852c-ac017266a415},0,-1,1 +912,nsIDOMSVGViewSpec,{ede34b03-57b6-45bf-a259-3550b5697286},0,-1,1 +913,nsINativeTreeView,{38e0b44d-fa08-458c-83fb-3e10b12aeb45},0,-1,0 +914,nsIPluginTagInfo,{6d827df5-b5cd-416c-85cb-3cdd05c7aed1},0,-1,0 +915,nsIInlineSpellChecker,{07be036a-2355-4a92-b150-5c9b7e9fdf2f},0,-1,1 +916,nsIDOMSVGFEOffsetElement,{c080f191-b22c-4fc0-85d5-a79dc3fa7ec8},0,-1,1 +917,nsIJSRuntimeService,{e7d09265-4c23-4028-b1b0-c99e02aa78f8},0,-1,0 +918,nsIHelperAppLauncherDialog,{f3704fdc-8ae6-4eba-a3c3-f02958ac0649},0,-1,1 +919,xpcIJSModuleLoader,{89da3673-e699-4f26-9ed7-11a528011434},0,-1,1 +920,nsIPluginTag,{13a1b39e-72e5-442d-aa73-5905ffaf837b},0,-1,1 +921,nsIRDFInt,{e13a24e3-c77a-11d2-80be-006097b76b8e},0,-1,1 +922,nsIRDFInferDataSource,{2b04860f-4017-40f6-8a57-784a1e35077a},0,-1,1 +923,nsIDOMSVGCircleElement,{0f89f2a4-b168-4602-90f5-1874418c0a6a},0,-1,1 +924,nsIJSContextStackIterator,{c7e6b7aa-fc12-4ca7-b140-98c38b698961},0,-1,0 +925,nsIProperty,{6dcf9030-a49f-11d5-910d-0010a4e73d9a},0,-1,1 +926,nsIDOMStyleSheetList,{a6cf9081-15b3-11d2-932e-00805f8add32},0,-1,1 +927,nsIDNSRecord,{31c9c52e-1100-457d-abac-d2729e43f506},0,-1,1 +928,nsIDOMSVGPathSegCurvetoCubicSmoothRel,{dd5b4b00-edaa-493a-b477-bbc2576b4a98},0,-1,1 +929,nsIDOMCSSCharsetRule,{19fe78cc-65ff-4b1d-a5d7-9ea89692cec6},0,-1,1 +930,nsILoginManagerStorage,{e66c97cd-3bcf-4eee-9937-38f650372d77},0,-1,1 +931,nsIPrefetchService,{cba513eb-c457-4b93-832c-1a979e66edd1},0,-1,1 +932,nsIDOMNSDocumentStyle,{26311d10-7e24-4c7b-bb3d-17aad86f4d88},0,-1,1 +933,nsIObjectOutputStream,{92c898ac-5fde-4b99-87b3-5d486422094b},0,-1,1 +934,nsIDOMSVGAnimatedRect,{ca45959e-f1da-46f6-af19-1ecdc322285a},0,-1,1 +935,nsIDOMHTMLLabelElement,{a6cf9096-15b3-11d2-932e-00805f8add32},0,-1,1 +936,nsIResumableChannel,{4ad136fa-83af-4a22-a76e-503642c0f4a8},0,-1,1 +937,nsIScriptLoaderObserver,{7b787204-76fb-4764-96f1-fb7a666db4f4},0,-1,1 +938,nsIHttpChannelInternal,{0eb66361-faaa-4e52-8c7e-6c25f11f8e3c},0,-1,1 +939,nsICollationFactory,{04971e14-d6b3-4ada-8cbb-c3a13842b349},0,-1,1 +940,nsIXPointerResult,{d3992637-f474-4b65-83ed-323fe69c60d2},0,-1,1 +941,nsITXTToHTMLConv,{933355f6-1dd2-11b2-a9b0-d335b9e35983},0,-1,1 +942,mozIStorageError,{1f350f96-7023-434a-8864-40a1c493aac1},0,-1,1 +943,nsIRequestObserverProxy,{7df8845f-938a-4437-9ea4-b11b850048f1},0,-1,1 +944,nsIWorkerNavigator,{74fb665a-e477-4ce2-b3c6-c58b1b28b6c3},0,-1,1 +945,nsISAXXMLReader,{5556997e-d816-4218-8b54-803d4261206e},0,-1,1 +946,nsIDOMLSResourceResolver,{9e61c7c8-8698-4477-9971-0923513919bd},0,-1,1 +947,nsIWritablePropertyBag,{96fc4671-eeb4-4823-9421-e50fb70ad353},0,-1,1 +948,nsIDownloadManager,{bacca1ac-1b01-4a6f-9e91-c2ead1f7d2c0},0,-1,1 +949,nsIDOM3Document,{2e0e9ea1-72ab-4d9e-bdeb-ca64e1abeba4},0,-1,1 +950,nsIDOMPageTransitionEvent,{b712418b-376f-4f75-b156-5d9ad99fe51f},0,-1,1 +951,nsIArray,{114744d9-c369-456e-b55a-52fe52880d2d},0,-1,1 +952,nsIDOMDocumentView,{1acdb2ba-1dd2-11b2-95bc-9542495d2569},0,-1,1 +953,nsIOfflineCacheUpdate,{877261bb-b952-4d27-847e-859bdd47c0ec},0,-1,1 +954,nsIAccessibleRetrieval,{244e4c67-a1d3-44f2-9cab-cdaa31b68046},0,-1,1 +955,nsIDOMMimeTypeArray,{f6134683-f28b-11d2-8360-c90899049c3c},0,-1,1 +956,nsISidebar,{67cf6231-c303-4f7e-b9b1-a0e87772ecfd},0,-1,1 +957,nsIMutableArray,{af059da0-c85b-40ec-af07-ae4bfdc192cc},0,-1,1 +958,nsIDOMCSS2Properties,{529b987a-cb21-4d58-99d7-9586e7662801},0,-1,1 +959,nsIHashable,{17e595fa-b57a-4933-bd0f-b1812e8ab188},0,-1,1 +960,nsIDOMGeoPositionAddress_MOZILLA_1_9_2_BRANCH,{98808deb-c8e4-422c-ba97-08bf2031464c},0,-1,1 +961,nsIDOMNSUIEvent,{72c9f79c-98cd-4224-a467-86b59c0a38f7},0,-1,1 +962,fuelIBookmark,{808585b6-7568-4b26-8c62-545221bf2b8c},0,-1,1 +963,nsIDOMSVGMarkerElement,{6a3b7b40-e65a-4e9c-9ee7-ca03ed0a18c7},0,-1,1 +964,nsIDOMDOMConstructor,{0ccbcf19-d1b4-489e-984c-cd8c43672bb9},0,-1,1 +965,nsIDOMUIEvent,{a6cf90c3-15b3-11d2-932e-00805f8add32},0,-1,1 +966,nsIRDFResource,{fb9686a7-719a-49dc-9107-10dea5739341},0,-1,1 +967,nsIDOMFileException,{b52356e1-45c5-4d61-b61a-fb9bd91690e1},0,-1,1 +968,nsIXULTemplateResult,{ebea0230-36fa-41b7-8e31-760806057965},0,-1,1 +969,nsIDOMSVGLength,{2596325c-aed0-487e-96a1-0a6d589b9c6b},0,-1,1 +970,imgIContainerObserver,{e214c295-4b8e-4aa9-9907-45289e57295b},0,-1,1 +971,nsIDOMCSSRule,{a6cf90c1-15b3-11d2-932e-00805f8add32},0,-1,1 +972,nsIDOMSVGPreserveAspectRatio,{7ae42f27-4799-4e7c-86c6-e1dae6ad5157},0,-1,1 +973,nsIEditorDocShell,{3bdb8f01-f141-11d4-a73c-fba4aba8a3fc},0,-1,1 +974,nsIDocumentCharsetInfo,{2d40b291-01e1-11d4-9d0e-0050040007b2},0,-1,1 +975,nsIConsoleListener,{eaaf61d6-1dd1-11b2-bc6e-8fc96480f20d},0,-1,1 +976,nsIProgrammingLanguage,{ea604e90-40ba-11d5-90bb-0010a4e73d9a},0,-1,1 +977,nsIDOMNSHTMLImageElement,{a6cf90c7-15b3-11d2-932e-00805f8add32},0,-1,1 +978,nsIUnicharStreamLoader,{9037f476-7c08-4729-b690-3e425269802b},0,-1,1 +979,nsIFrameLoaderOwner,{641c2d90-4ada-4367-bdb1-80831614161d},0,-1,1 +980,nsIDOMHTMLAreaElement,{a6cf90b0-15b3-11d2-932e-00805f8add32},0,-1,1 +981,nsIKeyObject,{4b31f4ed-9424-4710-b946-79b7e33cf3a8},0,-1,1 +982,nsIMIMEService,{5b3675a1-02db-4f8f-a560-b34736635f47},0,-1,1 +983,nsIDOMWindow2,{73c5fa35-3add-4c87-a303-a850ccf4d65a},0,-1,1 +984,nsIDOMWindow,{a6cf906b-15b3-11d2-932e-00805f8add32},0,-1,1 +985,nsPISocketTransportService,{83123036-81c0-47cb-8d9c-bd85d29a1b3f},0,-1,1 +986,nsIDOMGeoPositionOptions,{453b72de-ea90-4f09-ae16-c2e7ee0dddc4},0,-1,1 +987,nsIURLFormatter,{4ab31d30-372d-11db-a98b-0800200c9a66},0,-1,1 +988,nsICacheEntryInfo,{fab51c92-95c3-4468-b317-7de4d7588254},0,-1,1 +989,imgIContainer,{1bcf7a25-1356-47a8-bf80-e284989ea38f},0,-1,1 +990,nsIDOMSVGPolylineElement,{7b6e15cf-9793-41ee-adcc-cc1c206c80e6},0,-1,1 +991,nsPIWindowWatcher,{8624594a-28d7-4bc3-8d12-b1c2b9eefd90},0,-1,0 +992,nsIFeedResult,{7a180b78-0f46-4569-8c22-f3d720ea1c57},0,-1,1 +993,nsIDOMPaintRequest,{4802360b-f1c0-4d84-bb9e-9d2ccb9de461},0,-1,1 +994,nsIDOMSVGSVGElement,{83b04425-9509-49f5-af75-1ae1f8f3e871},0,-1,1 +995,nsIFormSubmitObserver,{0787d64a-44bf-4273-8438-61ff13ebec0c},0,-1,1 +996,nsIDOMUserDataHandler,{91afebdd-a201-4db0-b728-9d59580f0cfd},0,-1,1 +997,nsIDOMXULTreeElement,{1f8111b2-d44d-4d11-845a-a70ae06b7d04},0,-1,1 +998,nsIDOMSVGTextContentElement,{87ad94bc-07c9-412b-b2d8-de245a2e84a5},0,-1,1 +999,nsIDOM3Node,{29fb2a18-1dd2-11b2-8dd9-a6fd5d5ad12f},0,-1,1 +1000,nsIDirectoryServiceProvider2,{2f977d4b-5485-11d4-87e2-0010a4e75ef2},0,-1,1 +1001,nsIWebPageDescriptor,{6f30b676-3710-4c2c-80b1-0395fb26516e},0,-1,1 +1002,nsINetworkLinkService,{61618a52-ea91-4277-a4ab-ebe10d7b9a64},0,-1,1 +1003,nsIDOMHTMLParamElement,{a6cf90ad-15b3-11d2-932e-00805f8add32},0,-1,1 +1004,jsdIValue,{9cab158f-dc78-41dd-9d11-79e05cb3f2bd},0,-1,1 +1005,nsIDOMSVGFESpotLightElement,{5515dd05-3d9d-4d6c-8460-a04aaf5afe15},0,-1,1 +1006,jsdIScript,{18e09893-f461-4b4b-94d3-776fb0069c6f},0,-1,1 +1007,nsIFaviconService,{66f6b992-e2d3-43da-ba2a-d966e34a7654},0,-1,1 +1008,nsIClassInfo,{986c11d0-f340-11d4-9075-0010a4e73d9a},0,-1,1 +1009,nsIDOMFileError,{4bdafb64-15e2-49c1-a090-4315a7884a56},0,-1,1 +1010,nsISOCKSSocketInfo,{8f755c44-1dd2-11b2-a613-91117453fa95},0,-1,1 +1011,nsISupportsPriority,{aa578b44-abd5-4c19-8b14-36d4de6fdc36},0,-1,1 +1012,nsIKeyObjectFactory,{264eb54d-e20d-49a0-890c-1a5986ea81c4},0,-1,1 +1013,nsIWifiListener,{bcd4bede-f4a5-4a62-9071-d7a60174e376},0,-1,1 +1014,nsIInputStream,{fa9c7f6c-61b3-11d4-9877-00c04fa0cf4a},0,-1,1 +1015,nsISecurityCheckedComponent,{0dad9e8c-a12d-4dcb-9a6f-7d09839356e1},0,-1,1 +1016,nsIDOMSVGAnimatedPoints,{ebf334b3-86ef-4bf3-8a92-d775c72defa4},0,-1,1 +1017,nsIDOMHTMLFormElement,{a6cf908f-15b3-11d2-932e-00805f8add32},0,-1,1 +1018,nsIDOMCanvasRenderingContext2D,{3e7d5d06-8846-4cff-8739-44756cbf494f},0,-1,1 +1019,nsIScriptableInterfacesByID,{c99cffac-5aed-4267-ad2f-f4a4c9d4a081},0,-1,1 +1020,nsIConverterOutputStream,{4b71113a-cb0d-479f-8ed5-01daeba2e8d4},0,-1,1 +1021,nsIDOMViewCSS,{0b9341f3-95d4-4fa4-adcd-e119e0db2889},0,-1,1 +1022,nsIEnvironment,{101d5941-d820-4e85-a266-9a3469940807},0,-1,1 +1023,nsITreeColumns,{f8a8d6b4-6788-438d-9009-7142798767ab},0,-1,1 +1024,nsIDOMHTMLHtmlElement,{a6cf9086-15b3-11d2-932e-00805f8add32},0,-1,1 +1025,nsIHttpProtocolHandler,{415d4087-79d3-40fe-b194-0ada8471f895},0,-1,1 +1026,nsIDOMSVGUnitTypes,{154b572f-3d0b-49c0-8b5d-8864d05bd3d1},0,-1,1 +1027,nsIImageLoadingContent,{e036857e-3417-4812-a5f2-89668a616781},0,-1,1 +1028,nsIRDFXMLSerializer,{8ae1fbf8-1dd2-11b2-bd21-d728069cca92},0,-1,1 +1029,nsICookie,{e9fcb9a4-d376-458f-b720-e65e7df593bc},0,-1,1 +1030,nsICMSEncoder,{a15789aa-8903-462b-81e9-4aa2cff4d5cb},0,-1,0 +1031,nsISelectElement,{35bd8ed5-5f34-4126-8c4f-38ba01681836},0,-1,0 +1032,nsIAddonRepository,{c4d2ac29-6edc-43cd-8dc8-e4cf213aa1be},0,-1,1 +1033,extIEventListener,{2dfe3a50-ab2f-11db-abbd-0800200c9a66},0,-1,1 +1034,nsIRDFContainer,{d4214e90-fb94-11d2-bdd8-00104bde6048},0,-1,1 +1035,nsIXPIInstallInfo,{5a4a775c-e452-4cf2-8ff8-d327ae24aec6},0,-1,1 +1036,nsINavBookmarksService,{3b6ff5c5-0ab4-4aab-b1be-d569763a6ce0},0,-1,1 +1037,nsIThreadManager,{056216f5-8803-46b4-9199-d95bc1f0446f},0,-1,1 +1038,nsIDOMLinkStyle,{24d89a65-f598-481e-a297-23cc02599bbd},0,-1,1 +1039,nsIDOMSVGPoint,{45f18f8f-1315-4447-a7d5-8aeca77bdcaf},0,-1,1 +1040,nsIXMLHttpRequest,{ad78bf21-2227-447e-8ed5-824a017c265f},0,-1,1 +1041,nsISupportsCString,{d65ff270-4a1c-11d3-9890-006008962422},0,-1,1 +1042,nsIDebug,{3bf0c3d7-3bd9-4cf2-a971-33572c503e1e},0,-1,1 +1043,IDispatch,{00020400-0000-0000-c000-000000000046},0,-1,1 +1044,nsIEntropyCollector,{6f883680-ab9d-11d4-9978-00b0d02354a0},0,-1,0 +1045,nsIDOMEvent,{a66b7b80-ff46-bd97-0080-5f8ae38add32},0,-1,1 +1046,nsIFeedResultListener,{4d2ebe88-36eb-4e20-bcd1-997b3c1f24ce},0,-1,1 +1047,nsIDOMTreeWalker,{400af3ca-1dd2-11b2-a50a-887ecca2e63a},0,-1,1 +1048,inICSSValueSearch,{e0d39e48-1dd1-11b2-81bd-9a0c117f0736},0,-1,1 +1049,nsIProcess,{3c09efde-5f49-42b8-8520-57be02a5f84e},0,-1,1 +1050,nsIWindowCreator,{30465632-a777-44cc-90f9-8145475ef999},0,-1,1 +1051,nsIScriptSecurityManager_1_9_2,{8229dd23-47c5-4601-a80b-0166d595a21e},0,-1,1 +1052,nsIDOMDocumentXBL,{1a38762b-4da5-4f61-80fb-9317e198cb92},0,-1,1 +1053,nsIObserverService,{d07f5192-e3d1-11d2-8acd-00105a1b8860},0,-1,1 +1054,nsIApplicationCacheService,{611161c8-37d0-450f-a4fe-457c47bbaf64},0,-1,1 +1055,nsIDBusHandlerApp,{1ffc274b-4cbf-4bb5-a635-05ad2cbb6534},0,-1,1 +1056,nsIDOMHTMLFrameSetElement,{a6cf90b8-15b3-11d2-932e-00805f8add32},0,-1,1 +1057,nsICertOverrideService,{31738d2a-77d3-4359-84c9-4be2f38fb8c5},0,-1,1 +1058,nsIPipe,{f4211abc-61b3-11d4-9877-00c04fa0cf4a},0,-1,1 +1059,nsINavHistoryBatchCallback,{5143f2bb-be0a-4faf-9acb-b0ed3f82952c},0,-1,1 +1060,nsIFactory,{00000001-0000-0000-c000-000000000046},0,-1,1 +1061,nsILoadContext,{314d8a54-1caf-4721-94d7-f6c82d9b82ed},0,-1,1 +1062,nsIProtectedAuthThread,{4bb27cb7-8984-4cee-8ce7-9b014c3d091b},0,-1,1 +1063,nsIFIXptrEvaluator,{50d28211-8fb8-4323-b93d-08a6e80e559e},0,-1,0 +1064,nsISupportsPRTime,{e2563630-4a1c-11d3-9890-006008962422},0,-1,1 +1065,nsIDOMSVGStopElement,{93169940-7663-4eab-af23-94a8a08c2654},0,-1,1 +1066,inISearchProcess,{d5fa765b-2448-4686-b7c1-5ff13acb0fc9},0,-1,1 +1067,nsIDOMSVGRect,{5b912111-c10e-498f-a44c-c713c1843007},0,-1,1 +1068,nsISecurityPref,{94afd973-8045-4c6c-89e6-75bdced4209e},0,-1,0 +1069,nsIFeedTextConstruct,{fc97a2a9-d649-4494-931e-db81a156c873},0,-1,1 +1070,nsIIncrementalDownload,{6687823f-56c4-461d-93a1-7f6cb7dfbfba},0,-1,1 +1071,nsIDocShellHistory,{89caa9f0-8b1c-47fb-b0d3-f0aef0bff749},0,-1,1 +1072,nsICacheSession,{ae9e84b5-3e2d-457e-8fcd-5bbd2a8b832e},0,-1,1 +1073,txIFunctionEvaluationContext,{0ecbb00c-6a78-11d9-9791-000a95dc234c},0,-1,1 +1074,nsIDOMHTMLEmbedElement,{123f90ab-15b3-11d2-456e-00805f8add32},0,-1,1 +1075,nsIDOMHTMLAnchorElement,{a6cf90aa-15b3-11d2-932e-00805f8add32},0,-1,1 +1076,nsICharsetConverterManager,{f5323a76-c8f7-4c65-8d0c-1250e969c7d5},0,-1,1 +1077,nsIApplicationCacheNamespace,{96e4c264-2065-4ce9-93bb-43734c62c4eb},0,-1,1 +1078,nsIProfileMigrator,{24ce8b9d-b7ff-4279-aef4-26e158f03e34},0,-1,1 +1079,nsIRDFPropagatableDataSource,{5a9b4770-9fcb-4307-a12e-4b6708e78b97},0,-1,1 +1080,mozISpellI18NUtil,{b075d5dc-1df1-441a-bebf-680d8caaa19c},0,-1,1 +1081,nsIGlobalHistory3,{24306852-c60e-49c3-a455-90f6747118ba},0,-1,1 +1082,nsIScriptEventHandler,{375f787f-8d3a-4344-b540-293d5645c22c},0,-1,0 +1083,nsIDOMChromeWindow,{09b86cbd-9784-4fe4-9be6-70b9bbca3a9c},0,-1,1 +1084,nsISupports,{00000000-0000-0000-c000-000000000046},0,-1,1 +1085,nsIFileProtocolHandler,{1fb25bd5-4354-4dcd-8d97-621b7b3ed2e4},0,-1,1 +1086,nsILoginManagerIEMigrationHelper,{8a59ea3d-b8d0-48af-a3e2-63e27a02cde7},0,-1,1 +1087,nsIMicrosummarySet,{7111e88d-fecd-4b17-b7a9-1fa74e23153f},0,-1,1 +1088,nsIFeedEntry,{31bfd5b4-8ff5-4bfd-a8cb-b3dfbd4f0a5b},0,-1,1 +1089,nsIDragSession_1_9_2,{fde41f6a-c710-46f8-a0a8-1ff76ca4ff57},0,-1,1 +1090,nsIURIClassifierCallback,{8face46e-0c96-470f-af40-0037dcd797bd},0,-1,1 +1091,nsIXPCComponents_Constructor,{88655640-e028-11d3-8f5d-0010a4e73d9a},0,-1,1 +1092,nsIXPCException,{cac29630-7bf2-4e22-811b-46855a7d5af0},0,-1,1 +1093,nsIRDFXMLSinkObserver,{eb1a5d30-ab33-11d2-8ec6-00805f29f370},0,-1,1 +1094,nsIDOMLSSerializer,{96ea4792-d362-4c28-a8c2-0337790d648a},0,-1,1 +1095,nsIDownloadProgressListener,{7acb07ea-cac2-4c15-a3ad-23aaa789ed51},0,-1,1 +1096,nsIOutputIterator,{7330650e-1dd2-11b2-a0c2-9ff86ee97bed},0,-1,1 +1097,nsIPluginStreamInfo,{3a5fa31d-1ac1-4ea7-b7a6-dc9db0000b79},0,-1,0 +1098,nsIDOMHTMLQuoteElement,{a6cf90a3-15b3-11d2-932e-00805f8add32},0,-1,1 +1099,nsIPlacesTransactionsService,{32eee5da-2bc7-4d18-8a54-a8ff0dec4d2a},0,-1,1 +1100,nsIX509Cert2,{5b62c61c-f898-4dab-8ace-51109bb459b4},0,-1,1 +1101,nsIFeedResultService,{950a829e-c20e-4dc3-b447-f8b753ae54da},0,-1,1 +1102,nsIMarkupDocumentViewer,{40b2282a-a882-4483-a634-dec468d88377},0,-1,1 +1103,txINodeSet,{15d424c0-6b47-11d9-9791-000a95dc234c},0,-1,1 +1104,nsIDOMSVGFEMergeNodeElement,{540c3447-4b07-4bd3-84df-30f66b68df14},0,-1,1 +1105,nsIAccelerometer,{4b04e228-0b33-43fc-971f-af60cedb1c21},0,-1,1 +1106,nsIDOMSVGPathSegMovetoAbs,{30cf7749-bf1f-4f9c-9558-8ee24da3a22c},0,-1,1 +1107,nsIScriptableInputStream,{a2a32f90-9b90-11d3-a189-0050041caf44},0,-1,1 +1108,nsIDOMLSInput,{165e7f61-5048-4c2c-b4bf-6b44bb617ee4},0,-1,1 +1109,nsIContentURIGrouper,{4bb38cb4-c3cb-4d17-9799-1b3132b39723},0,-1,1 +1110,nsICharsetConverterManager_1_9_BRANCH,{36982132-707c-4d77-b27f-958e76e022de},0,-1,1 +1111,nsIScriptableUnicodeConverter,{1ea19c6c-c59f-4fd7-9fc7-151e946baca0},0,-1,1 +1112,nsIEditorIMESupport,{57032dcb-e8c7-4eb6-8ec6-a0f8e300809d},0,-1,1 +1113,nsISelection2,{5d21d5fe-3691-4716-a334-4691eea54d29},0,-1,1 +1114,nsIDOMHTMLHeadingElement,{a6cf90a2-15b3-11d2-932e-00805f8add32},0,-1,1 +1115,nsIWebNavigationInfo,{62a93afb-93a1-465c-84c8-0432264229de},0,-1,1 +1116,nsIAccessibleDocument,{b7ae45bd-21e9-4ed5-a67e-86448b25d56b},0,-1,1 +1117,nsIStreamListener,{1a637020-1482-11d3-9333-00104ba0fd40},0,-1,1 +1118,nsIOutputStreamCallback,{40dbcdff-9053-42c5-a57c-3ec910d0f148},0,-1,1 +1119,jsdIScriptEnumerator,{5ba76b99-acb1-4ed8-a4e4-a716a7d9097e},0,-1,1 +1120,nsIWebProgress,{570f39d0-efd0-11d3-b093-00a024ffc08c},0,-1,1 +1121,nsIBoxObject,{ce572460-b0f2-4650-a9e7-c53a99d3b6ad},0,-1,1 +1122,nsIXULChromeRegistry,{2860e205-490e-4b06-90b6-87160d35a5a7},0,-1,1 +1123,nsIScreenManager,{b92319e6-9a84-4ca7-a2cc-eec22ea9854e},0,-1,1 +1124,nsIUpdateTimerManager,{0765c92c-6145-4253-9db4-594d8023087e},0,-1,1 +1125,nsIJSCID,{26b2a374-6eaf-46d4-acaf-1c6be152d36b},0,-1,1 +1126,nsIDOMNSElement,{c9da11bc-32d4-425e-a91f-7e0939c39251},0,-1,1 +1127,nsIHttpChannel,{9277fe09-f0cc-4cd9-bbce-581dd94b0260},0,-1,1 +1128,txIEXSLTRegExFunctions,{c180e993-aced-4839-95a0-ecd5ff138be9},0,-1,1 +1129,nsIPrinterEnumerator,{5e738fff-404c-4c94-9189-e8f2cce93e94},0,-1,1 +1130,mozISpellI18NManager,{aeb8936f-219c-4d3c-8385-d9382daa551a},0,-1,1 +1131,nsIPluginInstance,{67d606f4-1d6d-4fe2-a2d6-10bda65788e1},0,-1,0 +1132,nsIIdleService,{cc52f19a-63ae-4a1c-9cc3-e79eace0b471},0,-1,1 +1133,nsIDownload,{c891111e-92a6-47b8-bc46-874ebb61ac9d},0,-1,1 +1134,nsIObjectLoadingContent,{90ab443e-3e99-405e-88c9-9c42adaa3217},0,-1,1 +1135,nsIAuthPromptProvider,{bd9dc0fa-68ce-47d0-8859-6418c2ae8576},0,-1,1 +1136,nsISelection,{b2c7ed59-8634-4352-9e37-5484c8b6e4e1},0,-1,1 +1137,nsIAccessibleRole,{6793ca5c-c7cb-41db-9fb9-c16c0525f962},0,-1,1 +1138,mozIStorageBindingParams,{a8d4827c-641c-45e3-a9ea-493570b4106b},0,-1,1 +1139,nsIXPointerSchemeProcessor,{093d3559-b56b-44d0-8764-c25815715080},0,-1,0 +1140,nsIDOMSVGLengthList,{a8760fcd-3de5-446a-a009-5cf877e7a4df},0,-1,1 +1141,nsIRDFDelegateFactory,{a1b89470-a124-11d3-be59-0020a6361667},0,-1,1 +1142,nsIWebContentConverterService,{de7cc06e-e778-45cb-b7db-7a114e1e75b1},0,-1,1 +1143,nsIUrlClassifierHashCompleterCallback,{bbd6c954-7cb4-4447-bc55-8cefd1ceed89},0,-1,1 +1144,nsIX509CertDB2,{e0df4784-6560-45bf-b1b7-86076a0e8381},0,-1,1 +1145,nsIDOMTextMetrics,{2d01715c-ec7d-424a-ab85-e0fd70c8665c},0,-1,1 +1146,nsILoadGroup,{3de0a31c-feaf-400f-9f1e-4ef71f8b20cc},0,-1,1 +1147,nsIExtensionManager,{494e8302-8689-4a8a-a08d-0da17c649c7d},0,-1,1 +1148,nsICharsetResolver,{d143a084-b626-4614-845f-41f3ca43a674},0,-1,1 +1149,nsIEditActionListener,{b22907b1-ee93-11d2-8d50-000064657374},0,-1,1 +1150,nsIProperties,{78650582-4e93-4b60-8e85-26ebd3eb14ca},0,-1,1 +1151,nsIUserCertPicker,{06d018e0-d41b-4629-a4fc-daaa6029888e},0,-1,1 +1152,nsIAccessibilityService,{6a58f7e8-587c-40dd-b684-dc3e54f1342a},0,-1,0 +1153,nsIDOMSVGAElement,{35d3365a-3e6f-4cdf-983d-fdaed1564478},0,-1,1 +1154,nsIDOMSVGTransform,{29cc2e14-6d18-4710-bda9-a88d9d3bc8dc},0,-1,1 +1155,nsICommandLineRunner,{c1f4cfbf-a41f-4628-aa6c-9fb914478af8},0,-1,0 +1156,nsIPromptService2,{cf86d196-dbee-4482-9dfa-3477aa128319},0,-1,1 +1157,nsIDOMDocument,{a6cf9075-15b3-11d2-932e-00805f8add32},0,-1,1 +1158,nsIPluginStreamListener,{df055770-5448-11d2-8164-006008119d7a},0,-1,0 +1159,mozIStorageAggregateFunction,{763217b7-3123-11da-918d-000347412e16},0,-1,1 +1160,nsPIExternalAppLauncher,{d0b5d7d3-9565-403d-9fb5-e5089c4567c6},0,-1,1 +1161,nsIDOMProcessingInstruction,{a6cf907f-15b3-11d2-932e-00805f8add32},0,-1,1 +1162,nsITreeBoxObject,{64ba5199-c4f4-4498-bbdc-f8e4c369086c},0,-1,1 +1163,nsIDOMNSRange,{59188642-23b4-41d6-bde1-302c3906d1f0},0,-1,1 +1164,nsIDOMSVGAngle,{58b6190e-37b3-412a-ba02-1d5ad6c6ea7c},0,-1,1 +1165,nsIDOMXPathEvaluator,{75506f8a-b504-11d5-a7f2-ca108ab8b6fc},0,-1,1 +1166,nsIXPointerEvaluator,{addd0fe5-8555-45b7-b763-97d5898ce268},0,-1,0 +1167,nsISecretDecoderRing,{0ec80360-075c-11d4-9fd4-00c04f1b83d8},0,-1,1 +1168,nsIAutoCompleteMdbResult2,{148c9dc5-0fbb-408b-80fe-544f6a85b433},0,-1,0 +1169,nsIPrintOptions,{92597c2b-109b-40bb-8f93-9b9acfa31de8},0,-1,1 +1170,nsIHttpActivityObserver,{412880c8-6c36-48d8-bf8f-84f91f892503},0,-1,1 +1171,nsITraceableChannel,{68167b0b-ef34-4d79-a09a-8045f7c5140e},0,-1,1 +1172,nsIBrowserBoxObject,{db436f2f-c656-4754-b0fa-99bc353bd63f},0,-1,1 +1173,nsIAddonInstallListener,{2333b04c-f371-4dea-a2f1-d8fdb0c82866},0,-1,1 +1174,nsIDOMGeoPositionCoords,{b31702d0-6dac-4fa0-b93b-f043e71c8f9a},0,-1,1 +1175,nsIDOMElementCSSInlineStyle,{99715845-95fc-4a56-aa53-214b65c26e22},0,-1,1 +1176,nsIDOMSVGNumber,{98575762-a936-4ecf-a226-b74c3a2981b4},0,-1,1 +1177,nsICommandLine,{bc3173bd-aa46-46a0-9d25-d9867a9659b6},0,-1,1 +1178,nsIDOMModalContentWindow,{51aebd45-b979-4ec6-9d11-3a3fd3d5d59e},0,-1,1 +1179,nsIAccessibleTable,{035c0c0e-41e3-4985-8ad9-d9f14cdc667a},0,-1,1 +1180,nsICryptoHash,{1e5b7c43-4688-45ce-92e1-77ed931e3bbe},0,-1,1 +1181,nsIAnnotationService,{ba249b58-346f-42a9-a393-203ae34ec6c4},0,-1,1 +1182,nsIDOMHTMLStyleElement,{a6cf908d-15b3-11d2-932e-00805f8add32},0,-1,1 +1183,nsIDOMNSHTMLFormElement,{a6cf90c6-15b3-11d2-932e-00805f8add32},0,-1,1 +1184,nsIAuthPromptWrapper,{6228d644-17fe-11d4-8cee-0060b0fc14a3},0,-1,1 +1185,nsICollection,{83b6019c-cbc4-11d2-8cca-0060b0fc14a3},0,-1,1 +1186,nsIStringBundleOverride,{965eb278-5678-456b-82a7-20a0c86a803c},0,-1,1 +1187,nsIAuthPromptCallback,{bdc387d7-2d29-4cac-92f1-dd75d786631d},0,-1,1 +1188,nsIJSXMLHttpRequest,{423fdd3d-41c9-4149-8fe5-b14a1d3912a0},0,-1,1 +1189,nsIDOMSVGFEFuncGElement,{28555e78-c6c2-4a98-af53-bfc2c6944295},0,-1,1 +1190,nsIProgressEventSink,{d974c99e-4148-4df9-8d98-de834a2f6462},0,-1,1 +1191,nsIDOMSVGFETurbulenceElement,{77bc4d70-0d49-4c81-b7a7-7432f0fe3e04},0,-1,1 +1192,nsIDOMXULControlElement,{007b8358-1dd2-11b2-8924-d209efc3f124},0,-1,1 +1193,nsICacheDeviceInfo,{31d1c294-1dd2-11b2-be3a-c79230dca297},0,-1,1 +1194,imgITools,{c395d8f1-c616-4a1b-adfd-747b4b1b2cbe},0,-1,1 +1195,nsIContentViewerFile,{6317f32c-9bc7-11d3-bccc-0060b0fc76bd},0,-1,1 +1196,nsIDOMSVGPatternElement,{bc435244-b748-4e14-9e4c-219d5d3cb218},0,-1,1 +1197,nsIAccessibleCoordinateType,{c9fbdf10-619e-436f-bf4b-8566686f1577},0,-1,1 +1198,nsIConverterInputStream,{fc66ffb6-5404-4908-a4a3-27f92fa0579d},0,-1,1 +1199,nsIScreen,{f728830e-1dd1-11b2-9598-fb9f414f2465},0,-1,1 +1200,nsIDOMCSSPrimitiveValue,{e249031f-8df9-4e7a-b644-18946dce0019},0,-1,1 +1201,nsIDOMXULTextBoxElement,{71135b6c-294e-4634-a8e4-a72398f1e72a},0,-1,1 +1202,nsIDirIndexParser,{38e3066c-1dd2-11b2-9b59-8be515c1ee3f},0,-1,1 +1203,nsIDOMRGBColor,{6aff3102-320d-4986-9790-12316bb87cf9},0,-1,1 +1204,nsIDOMHTMLTableCaptionElement,{a6cf90b3-15b3-11d2-932e-00805f8add32},0,-1,1 +1205,nsIIFrameBoxObject,{30114c44-d398-44a5-9e01-b48b711291cd},0,-1,1 +1206,nsIPopupWindowManager,{3210a6aa-b464-4f57-9335-b22815567cf1},0,-1,1 +1207,extIEventItem,{05281820-ab62-11db-abbd-0800200c9a66},0,-1,1 +1208,nsIDOM3TypeInfo,{2a1088c7-499a-49a7-9d3b-1970d21532ab},0,-1,1 +1209,nsIDOMFileList,{3bfef9fa-8ad3-4e49-bd62-d6cd75b29298},0,-1,1 +1210,nsIWebContentHandlerInfo,{eb361098-5158-4b21-8f98-50b445f1f0b2},0,-1,1 +1211,nsIDOMNSHTMLFormControlList,{a6cf911a-15b3-11d2-932e-00805f8add32},0,-1,1 +1212,nsINavHistoryResultTreeViewer,{fa77e4e9-9fc8-45d2-9507-0fe4f0602505},0,-1,1 +1213,nsIXPCComponents_ClassesByID,{336a9590-4d19-11d3-9893-006008962422},0,-1,1 +1214,nsIDOM3Attr,{a2216ddc-1bcd-4ec2-a292-371e09a6c377},0,-1,1 +1215,nsIPrintingPromptService,{75d1553d-63bf-4b5d-a8f7-e4e4cac21ba4},0,-1,1 +1216,nsIDOMNSXPathExpression,{ce600ca8-e98a-4419-ad61-2f6d0cb0ecc8},0,-1,1 +1217,nsINavHistoryResultNode,{464ae28f-3a9c-4483-afb2-bb0fb0ddb893},0,-1,1 +1218,nsIDragSession,{15860d52-fe2c-4ddd-ac50-9c23e24916c4},0,-1,1 +1219,nsITransactionList,{97f863f3-f886-11d4-9d39-0060b0f8baff},0,-1,1 +1220,nsIDOMSVGPathSegCurvetoCubicRel,{0e661233-0c4f-4e0d-94d3-fbc460ad1f88},0,-1,1 +1221,nsIClipboardDragDropHookList,{876a2015-6b66-11d7-8f18-0003938a9d96},0,-1,1 +1222,nsIScrollable,{919e792a-6490-40b8-bba5-f9e9ad5640c8},0,-1,1 +1223,gfxIFormats,{96d086e6-1dd1-11b2-b6b2-b77b59390247},0,-1,1 +1224,nsISupportsPRBool,{ddc3b490-4a1c-11d3-9890-006008962422},0,-1,1 +1225,nsIDOMNodeFilter,{e4723748-1dd1-11b2-8ee6-866a532a6237},0,-1,1 +1226,nsISocketTransportService,{185b3a5d-8729-436d-9693-7bdccb9c2216},0,-1,1 +1227,nsIDOMNavigatorGeolocation,{9f218d6a-42ec-4b8a-aee9-e29ca96a4eae},0,-1,1 +1228,nsISelectionDisplay,{0ddf9e1c-1dd2-11b2-a183-908a08aa75ae},0,-1,1 +1229,nsIEventListenerService,{551cac0f-31ed-45e0-8d67-bc0d6e117b31},0,-1,1 +1230,nsIDOMNSEditableElement,{b33eb56c-3120-418c-892b-774b00c7dde8},0,-1,1 +1231,nsIClipboardDragDropHooks,{e03e6c5e-0d84-4c0b-8739-e6b8d51922de},0,-1,1 +1232,nsIGnomeVFSMimeApp,{66009894-9877-405b-9321-bf30420e34e6},0,-1,1 +1233,nsIPrintProgressParams,{ca89b55b-6faf-4051-9645-1c03ef5108f8},0,-1,1 +1234,nsIDOMCSSRuleList,{a6cf90c0-15b3-11d2-932e-00805f8add32},0,-1,1 +1235,nsIProtocolHandler,{15fd6940-8ea7-11d3-93ad-00104ba0fd40},0,-1,1 +1236,nsIHTMLObjectResizeListener,{27b00295-349c-429f-ad0c-87b859e77130},0,-1,1 +1237,nsIKeygenThread,{8712a243-5539-447c-9f47-8653f40c3a09},0,-1,1 +1238,nsIPersistentProperties,{1a180f60-93b2-11d2-9b8b-00805f8a16d9},0,-1,1 +1239,nsIXPCComponents_utils_Sandbox,{4f8ae0dc-d266-4a32-875b-6a9de71a8ce9},0,-1,1 +1240,nsIScriptableUnescapeHTML,{3ab244a9-f09d-44da-9e3f-ee4d67367f2d},0,-1,1 +1241,nsITransactionManager,{58e330c2-7b48-11d2-98b9-00805f297d89},0,-1,1 +1242,nsIURIRefObject,{2226927e-1dd2-11b2-b57f-faab47288563},0,-1,1 +1243,nsIDOMNSHTMLOptionElement,{e2dfc89c-7ae0-4651-8aee-7f5edc2aa626},0,-1,1 +1244,imgIDecoderObserver,{1dfc9189-6421-4281-83b2-d9c1c9ba4d1b},0,-1,1 +1245,nsICookieService,{2aaa897a-293c-4d2b-a657-8c9b7136996d},0,-1,1 +1246,nsIDOMEventTarget,{1c773b30-d1cf-11d2-bd95-00805f8ae3f4},0,-1,1 +1247,nsIWorkerScope,{5c55ea4b-e4ac-4ceb-bfeb-46bd5e521b8a},0,-1,1 +1248,nsIDOMSVGScriptElement,{bbe0d0ee-e9ed-4f84-a6e4-e58f66530caa},0,-1,1 +1249,nsIFTPEventSink,{455d4234-0330-43d2-bbfb-99afbecbfeb0},0,-1,1 +1250,nsIPermissionManager,{00708302-684c-42d6-a5a3-995d51b1d17c},0,-1,1 +1251,nsIXPCComponents,{155809f1-71f1-47c5-be97-d812ba560405},0,-1,1 +1252,nsIBlocklistService,{8439f9c0-da03-4260-8b21-dc635eed28fb},0,-1,1 +1253,nsIDOMEntity,{a6cf9079-15b3-11d2-932e-00805f8add32},0,-1,1 +1254,nsIWifiMonitor,{f289701e-d9af-4685-bc2f-e4226ff7c018},0,-1,1 +1255,nsIDOMHTMLBaseElement,{a6cf908b-15b3-11d2-932e-00805f8add32},0,-1,1 +1256,nsIFileInputStream,{e3d56a20-c7ec-11d3-8cda-0060b0fc14a3},0,-1,1 +1257,nsIDOMHTMLMenuElement,{a6cf909d-15b3-11d2-932e-00805f8add32},0,-1,1 +1258,nsIDOMHTMLDivElement,{a6cf90a0-15b3-11d2-932e-00805f8add32},0,-1,1 +1259,nsIPlacesImportExportService,{21c00314-fa63-11db-8314-0800200c9a66},0,-1,1 +1260,nsIRDFXMLSink,{eb1a5d31-ab33-11d2-8ec6-00805f29f370},0,-1,1 +1261,nsIDOMXULLabeledControlElement,{a457ea70-1dd1-11b2-9089-8fd894122084},0,-1,1 +1262,nsIZipWriter,{6d4ef074-206c-4649-9884-57bc355864d6},0,-1,1 +1263,nsIDOMSVGLineElement,{4ea07ef3-ed66-4b41-8119-4afc6d0ed5af},0,-1,1 +1264,nsIWifiAccessPoint,{e28e614f-8f86-44ff-bcf5-5f18225834a0},0,-1,1 +1265,nsISAXMutableAttributes,{8b1de83d-cebb-49fa-8245-c0fe319eb7b6},0,-1,1 +1266,nsIDOMXULSelectControlItemElement,{6aaaa30d-54ab-434a-8ae8-6d29a566d870},0,-1,1 +1267,nsIPrefBranchInternal,{d1d412d9-15d6-4a6a-9533-b949dc175ff5},0,-1,1 +1268,nsIDOMSVGPathSegList,{94a6db98-3f34-4529-a35f-89ef49713795},0,-1,1 +1269,nsISupportsPRUint16,{dfacb090-4a1c-11d3-9890-006008962422},0,-1,1 +1270,mozIStorageStatement,{20c45bdd-51d4-4f07-b70e-5feaa6302197},0,-1,1 +1271,nsIStringBundle,{d85a17c2-aa7c-11d2-9b8c-00805f8a16d9},0,-1,1 +1272,nsIDOMLSLoadEvent,{6c16a810-a37d-4859-b557-337341631aee},0,-1,1 +1273,nsIDOMNavigator,{777bd8a1-38c1-4b12-ba8f-ff6c2eb8c56b},0,-1,1 +1274,nsIDOMHTMLVoidCallback,{4a17c0e2-fdd5-4855-a71c-b4c509dffa13},0,-1,1 +1275,nsPIEditorTransaction,{4f18ada2-0ddc-11d5-9d3a-0060b0f8baff},0,-1,1 +1276,nsISearchSubmission,{58e4f602-a7c8-4cd1-9dca-716705e826ef},0,-1,1 +1277,nsIDOMWindowInternal,{c2f4433a-8b4c-4676-ab30-3bffd26fb29e},0,-1,1 +1278,nsIDOMSVGFilterPrimitiveStandardAttributes,{ab68567a-b830-4c46-9f2f-a28513a9e980},0,-1,1 +1279,nsIDOMSVGAnimatedString,{36f18f12-61a9-4529-8fa9-30050bd6ac00},0,-1,1 +1280,nsIDOMOfflineResourceList,{f394a721-66e9-46fc-bb24-b980bb732dd0},0,-1,1 +1281,nsISupportsInterfacePointer,{995ea724-1dd1-11b2-9211-c21bdd3e7ed0},0,-1,1 +1282,nsIFlavorDataProvider,{7e225e5f-711c-11d7-9fae-000393636592},0,-1,1 +1283,nsIDOMSVGSymbolElement,{86092181-a5db-4a89-be03-07dcc14d426e},0,-1,1 +1284,nsIRDFXMLParser,{1831dd2e-1dd2-11b2-bdb3-86b7b50b70b5},0,-1,1 +1285,nsIServerSocket,{a5b64be0-d563-46bb-ae95-132e46fcd42f},0,-1,1 +1286,nsIDOMXULDocument,{d55c39b4-b54a-4df5-9e68-09919e4538f9},0,-1,1 +1287,nsIEditorSpellCheck,{90c93610-c116-44ab-9793-62dccb9f43ce},0,-1,1 +1288,nsIDOMHTMLScriptElement,{a6cf90b1-15b3-11d2-932e-00805f8add32},0,-1,1 +1289,nsIWebBrowserChromeFocus,{d2206418-1dd1-11b2-8e55-acddcd2bcfb8},0,-1,1 +1290,nsIEntityConverter,{d14c7111-55e0-11d3-91d9-00105aa3f7dc},0,-1,1 +1291,nsISimpleEnumerator,{d1899240-f9d2-11d2-bdd6-000064657374},0,-1,1 +1292,nsIScriptableUnicodeConverter_1_9_BRANCH,{f7ed6618-5ff5-4f0b-bb83-48ce63eb289b},0,-1,1 +1293,nsIEmbeddingSiteWindow2,{e932bf55-0a64-4beb-923a-1f32d3661044},0,-1,1 +1294,nsIBufferedOutputStream,{6476378a-da09-11d3-8cda-0060b0fc14a3},0,-1,1 +1295,nsIDocumentEncoder,{f85c5a20-258d-11db-a98b-0800200c9a66},0,-1,1 +1296,nsIChannelEventSink,{6757d790-2916-498e-aaca-6b668a956875},0,-1,1 +1297,nsIXPCComponents_Utils,{da2267f2-d4cc-448f-9d70-1c7fe134d2fe},0,-1,1 +1298,nsINavHistoryContainerResultNode,{f9c8e1c1-e701-44ad-893c-8504c3956929},0,-1,1 +1299,nsIPrintingPrompt,{44e314ca-75b1-4f3d-9553-9b3507912108},0,-1,1 +1300,nsIDOMHTMLOptionElement,{a6cf9092-15b3-11d2-932e-00805f8add32},0,-1,1 +1301,nsISupportsPRInt32,{e36c5250-4a1c-11d3-9890-006008962422},0,-1,1 +1302,nsIDOMWindowUtils_1_9_2,{b0f803f7-98c0-4152-812c-d6678ba23049},0,-1,1 +1303,nsIFrameLoader,{d675c531-6bdc-417c-b176-635060105f07},0,-1,1 +1304,nsIDOMSVGPathSegLinetoVerticalRel,{d3ef2128-8de3-4aac-a6b4-13c7563119a6},0,-1,1 +1305,nsIDOMXULCommandDispatcher,{f3c50361-14fe-11d3-bf87-00105a1b0627},0,-1,1 +1306,nsIDOMGeoGeolocation,{37687daf-b85f-4e4d-8881-85a0ad24cf78},0,-1,1 +1307,nsIX509CertDB,{da48b3c0-1284-11d5-ac67-000064657374},0,-1,1 +1308,nsIDOMRangeException,{0f807301-39d2-11d6-a7f2-8f504ff870dc},0,-1,1 +1309,extIPreference,{2c7462e2-72c2-4473-9007-0e6ae71e23ca},0,-1,1 +1310,nsICryptoHMAC,{8feb4c7c-1641-4a7b-bc6d-1964e2099497},0,-1,1 +1311,nsILineInputStream,{c97b466c-1e6e-4773-a4ab-2b2b3190a7a6},0,-1,1 +1312,nsIWeakReference,{9188bc85-f92e-11d2-81ef-0060083a0bcf},0,-1,1 +1313,nsIGeolocationRequest,{f2aefde1-8e38-48b3-bbb8-bd6c4ae1ac8a},0,-1,1 +1314,nsIAccessibleHyperLink,{38c60bfa-6040-4bfe-93f2-acd6a909bb60},0,-1,1 +1315,nsILoginMetaInfo,{867407d5-10e0-43a0-bc81-a324740534ca},0,-1,1 +1316,nsIForwardIterator,{8da01646-1dd2-11b2-98a7-c7009045be7e},0,-1,1 +1317,inIFlasher,{7b4a099f-6f6e-4565-977b-fb622adbff49},0,-1,1 +1318,nsIBadCertListener2,{2c3d268c-ad82-49f3-99aa-e9ffddd7a0dc},0,-1,1 +1319,nsIDOMClientRectList,{917da19d-62f5-441d-b47e-9e35f05639c9},0,-1,1 +1320,nsIDOMSmartCardEvent,{52bdc7ca-a934-4a40-a2e2-ac83a70b4019},0,-1,1 +1321,nsIXULRuntime,{17311145-97da-49eb-b984-965bdee8879c},0,-1,1 +1322,nsIRemoteService,{a2240f6a-f1e4-4548-9e1a-6f3bc9b2426c},0,-1,1 +1323,nsIDOMXPathResult,{75506f84-b504-11d5-a7f2-ca108ab8b6fc},0,-1,1 +1324,nsIDOMSVGLocatable,{9cf4fc9c-90b2-4d66-88f5-35049b558aee},0,-1,1 +1325,nsIWebBrowserFind,{2f977d44-5485-11d4-87e2-0010a4e75ef2},0,-1,1 +1326,nsICryptoFIPSInfo,{99e81922-7318-4431-b3aa-78b3cb4119bb},0,-1,1 +1327,nsIDOMGeoPositionError,{ad9fa4c8-ec71-4b2d-8294-9adf06ddec32},0,-1,1 +1328,nsICertVerificationResult,{2fd0a785-9f2d-4327-8871-8c3e0783891d},0,-1,1 +1329,nsIRDFService,{bfd05261-834c-11d2-8eac-00805f29f370},0,-1,1 +1330,nsIDOMXULMultiSelectControlElement,{82c72eca-9886-473e-94cd-9de5694b3f88},0,-1,1 +1331,nsIMicrosummaryService,{d58143a2-74fa-4b13-94ed-113af8936d80},0,-1,1 +1332,nsIControllers,{f36e3ec1-9197-4ad8-8d4c-d3b1927fd6df},0,-1,1 +1333,jsdIErrorHook,{cea9ab1a-4b5d-416f-a197-9ffa7046f2ce},0,-1,1 +1334,nsIDOMHTMLInputElement,{a6cf9093-15b3-11d2-932e-00805f8add32},0,-1,1 +1335,mozIStorageStatementCallback,{29383d00-d8c4-4ddd-9f8b-c2feb0f2fcfa},0,-1,1 +1336,nsIDOMSVGGElement,{0bd57cbd-a090-44aa-a61b-2fb876841194},0,-1,1 +1337,nsIDOMPluginArray,{f6134680-f28b-11d2-8360-c90899049c3c},0,-1,1 +1338,nsICipherInfo,{028e2b2a-1f0b-43a4-a1a7-365d2d7f35d0},0,-1,1 +1339,nsIDOMNamedNodeMap,{a6cf907b-15b3-11d2-932e-00805f8add32},0,-1,1 +1340,nsIDOMHTMLBaseFontElement,{a6cf90a6-15b3-11d2-932e-00805f8add32},0,-1,1 +1341,nsIDOMXULCheckboxElement,{5afaba88-1dd2-11b2-9249-dd65a129d0e4},0,-1,1 +1342,nsIDOMHTMLMediaError,{7bd8c29f-8a76-453f-9373-79f820f2dc01},0,-1,1 +1343,nsIFormAutoComplete,{997c0c05-5d1d-47e5-9cbc-765c0b8ec699},0,-1,1 +1344,nsIDOMHTMLDirectoryElement,{a6cf909c-15b3-11d2-932e-00805f8add32},0,-1,1 +1345,nsIBrowserProfileMigrator,{f8365b4a-da55-4e47-be7a-230142360f62},0,-1,1 +1346,nsIDOMSVGSwitchElement,{7676f306-22c9-427e-bd71-2b1315851c93},0,-1,1 +1347,nsIDOMOrientationEvent,{1618546a-c176-40a2-9086-2d973acceeb1},0,-1,1 +1348,nsIURIChecker,{4660c1a1-be2d-4c78-9baf-c22984176c28},0,-1,1 +1349,nsIDOMNSHTMLAreaElement,{3dce9071-f3b9-4280-a6ee-776cdfe3dd9e},0,-1,1 +1350,nsIDOMDataTransfer,{34042440-60a8-4992-ae5c-798e69148955},0,-1,1 +1351,nsIDOMHTMLImageElement,{a6cf90ab-15b3-11d2-932e-00805f8add32},0,-1,1 +1352,nsILocalFileWin,{def24611-88a1-2cac-74fd-4b0b12bcaed5},0,-1,1 +1353,nsIDOMHTMLTextAreaElement,{a6cf9094-15b3-11d2-932e-00805f8add32},0,-1,1 +1354,nsIDOMCommandEvent,{37fb1798-0f76-4870-af6f-0135b4d973c8},0,-1,1 +1355,nsIFeedContainer,{577a1b4c-b3d4-4c76-9cf8-753e6606114f},0,-1,1 +1356,nsIDOMXULButtonElement,{6852d9a6-1dd2-11b2-a29d-cd7977a91b1b},0,-1,1 +1357,nsIXULTemplateQueryProcessor,{970f1c36-5d2e-4cbc-a1cf-e3327b50df71},0,-1,1 +1358,nsIEmbeddingSiteWindow,{3e5432cd-9568-4bd1-8cbe-d50aba110743},0,-1,1 +1359,nsIDOMSVGFEPointLightElement,{557f128a-026b-4fa8-a44c-605df7bfd62e},0,-1,1 +1360,nsIDOMSVGFitToViewBox,{089410f3-9777-44f1-a882-ab4225696434},0,-1,1 +1361,nsISearchableInputStream,{8c39ef62-f7c9-11d4-98f5-001083010e9b},0,-1,1 +1362,nsINavHistoryQuery,{6f5668f0-da8e-4069-a0de-6680e5cd8570},0,-1,1 +1363,nsIXPConnectWrappedNative,{f819a95a-6ab5-4a02-bda6-32861e859581},0,-1,0 +1364,nsIAcceleration,{1b406e32-cf42-471e-a470-6fd600bf4c7b},0,-1,1 +1365,nsIPK11Token,{51191434-1dd2-11b2-a17c-e49c4e99a4e3},0,-1,1 +1366,nsIControllerCommand,{0eae9a46-1dd2-11b2-aca0-9176f05fe9db},0,-1,1 +1367,nsIXSLTProcessorPrivate,{b8d727f7-67f4-4dc1-a318-ec0c87280816},0,-1,1 +1368,nsISessionStartup,{c0b185e7-0d21-46ac-8eee-7b5065ee7ecd},0,-1,1 +1369,nsIDOMNSHTMLAnchorElement2,{d7627eda-6ec0-4326-87c4-c3067fe6e324},0,-1,1 +1370,nsIWebBrowserStream,{86d02f0e-219b-4cfc-9c88-bd98d2cce0b8},0,-1,1 +1371,nsINativeTreeSelection,{1bd59678-5cb3-4316-b246-31a91b19aabe},0,-1,0 +1372,nsINSSCertCache,{1b75bdae-1757-4322-9d1e-cfcaa18cb710},0,-1,1 +1373,nsISocketProviderService,{8f8a23d0-5472-11d3-bbc8-0000861d1237},0,-1,1 +1374,nsIZipReaderCache,{52c45d86-0cc3-11d4-986e-00c04fa0cf4a},0,-1,1 +1375,nsIWebProgressListener2,{dde39de0-e4e0-11da-8ad9-0800200c9a66},0,-1,1 +1376,nsIDOMHTMLFrameElement,{a6cf90b9-15b3-11d2-932e-00805f8add32},0,-1,1 +1377,nsIAuthPrompt,{358089f9-ee4b-4711-82fd-bcd07fc62061},0,-1,1 +1378,jsdINestCallback,{88bea60f-9b5d-4b39-b08b-1c3a278782c6},0,-1,1 +1379,nsIHTTPIndex,{6f2bdbd0-58c3-11d3-be36-00104bde6048},0,-1,1 +1380,nsIDOMDocumentRange,{7b9badc6-c9bc-447a-8670-dbd195aed24b},0,-1,1 +1381,nsICMSMessage,{a4557478-ae16-11d5-ba4b-00108303b117},0,-1,0 +1382,nsIProfileUnlocker,{08923af1-e7a3-4fae-ba02-128502193994},0,-1,1 +1383,nsIDOMNodeIterator,{5af83f50-c8d5-4824-be29-1aa9d640bacb},0,-1,1 +1384,nsIDOMSVGAnimatedPathData,{6ef2b400-dbf4-4c12-8787-fe15caac5648},0,-1,1 +1385,nsIEncodedChannel,{30d7ec3a-f376-4652-9276-3092ec57abb6},0,-1,1 +1386,nsIXPTLoaderSink,{6e48c500-8682-4730-add6-7db693b9e7ba},0,-1,1 +1387,nsIDOMNSHTMLDocument,{79beb289-3644-4b54-9432-9fb993945629},0,-1,1 +1388,nsIAccessibleValue,{42a1e1dc-58cf-419d-bff0-ed3314c70016},0,-1,1 +1389,nsIAtom,{3d1b15b0-93b4-11d1-895b-006008911b81},0,-1,1 +1390,nsIAsyncOutputStream,{beb632d3-d77a-4e90-9134-f9ece69e8200},0,-1,1 +1391,nsIDOMEntityReference,{a6cf907a-15b3-11d2-932e-00805f8add32},0,-1,1 +1392,nsIXTFElementWrapper,{0ad87068-c6fd-4122-a515-ffe8c4773b10},0,-1,1 +1393,nsIJSRuntimeService_MOZILLA_1_9_2,{d23f5479-39a1-4127-8cdd-0f7cb7e8054d},0,-1,0 +1394,nsIDOMSVGRectElement,{1695ca39-e40d-44dc-81db-a51b6fd234fa},0,-1,1 +1395,mozITXTToHTMLConv,{77c0e42a-1dd2-11b2-8ebf-edc6606f2f4b},0,-1,1 +1396,nsIMicrosummaryObserver,{560b0980-be95-47e9-81cc-4428c073127c},0,-1,1 +1397,mozIJSSubScriptLoader,{8792d77e-1dd2-11b2-ac7f-9bc9be4f2916},0,-1,1 +1398,nsIDocShellLoadInfo,{92a0a637-373e-4647-9476-ead11e005c75},0,-1,1 +1399,nsIXPCComponents_Results,{2fc229a0-5860-11d3-9899-006008962422},0,-1,1 +1400,nsIPrintSettings,{343700dd-078b-42b6-a809-b9c1d7e951d0},0,-1,1 +1401,nsIContentViewerEdit,{1691a02f-53b2-4cb8-8769-48e7efc908b8},0,-1,1 +1402,nsISupportsPrimitive,{d0d4b136-1dd1-11b2-9371-f0727ef827c0},0,-1,1 +1403,nsIEditorStyleSheets,{4805e682-49b9-11d3-9ce4-ed60bd6cb5bc},0,-1,1 +1404,rdfISerializer,{f0edfcdd-8bca-4d32-9226-7421001396a4},0,-1,1 +1405,nsIDOMSVGPolygonElement,{9de04775-77c5-48b5-9f4a-8996a936bfb2},0,-1,1 +1406,nsIWritablePropertyBag2,{9cfd1587-360e-4957-a58f-4c2b1c5e7ed9},0,-1,1 +1407,nsIDocumentStateListener,{050cdc00-3b8e-11d3-9ce4-a458f454fcbc},0,-1,1 +1408,nsISHTransaction,{2edf705f-d252-4971-9f09-71dd0f760dc6},0,-1,1 +1409,nsIDOMHTMLIsIndexElement,{a6cf908c-15b3-11d2-932e-00805f8add32},0,-1,1 +1410,nsIASN1Sequence,{b6b957e6-1dd1-11b2-89d7-e30624f50b00},0,-1,1 +1411,nsIDOMHTMLAppletElement,{a6cf90ae-15b3-11d2-932e-00805f8add32},0,-1,1 +1412,nsIDOMToString,{2a72e20f-e337-4822-8994-2e35b5550d03},0,-1,1 +1413,nsIDOMScreen,{77947960-b4af-11d2-bd93-00805f8ae3f4},0,-1,1 +1414,nsICertTreeItem,{d0180863-606e-49e6-8324-cf45ed4dd891},0,-1,1 +1415,extIConsole,{ae8482e0-aa5a-11db-abbd-0800200c9a66},0,-1,1 +1416,nsISAXAttributes,{e347005e-6cd0-11da-be43-001422106990},0,-1,1 +1417,nsIXPConnect,{b76828b8-3ac5-469e-946d-3401c6a2104d},0,-1,0 +1418,nsIDOMSVGPathSegCurvetoCubicAbs,{380afecd-f884-4da7-a0d7-5ffc4531b70b},0,-1,1 +1419,nsIUploadChannel,{ddf633d8-e9a4-439d-ad88-de636fd9bb75},0,-1,1 +1420,nsIAccelerationListener,{3386bed8-7393-4704-8ffc-1eb2c35432ff},0,-1,1 +1421,nsIXPCFunctionThisTranslator,{039ef260-2a0d-11d5-90a7-0010a4e73d9a},0,-1,0 +1422,nsIController,{d5b61b82-1da4-11d3-bf87-00105a1b0627},0,-1,1 +1423,nsIDOMSVGURIReference,{8092b5f3-dc8a-459c-94f1-92f8011f2438},0,-1,1 +1424,nsIDOMStorageEvent,{fc540c28-8edd-4b7a-9c30-8638289b7a7d},0,-1,1 diff --git a/.mozilla/firefox/profiles.ini b/.mozilla/firefox/profiles.ini new file mode 100644 index 000000000..145672e16 --- /dev/null +++ b/.mozilla/firefox/profiles.ini @@ -0,0 +1,8 @@ +[General] +StartWithLastProfile=1 + +[Profile0] +Name=default +IsRelative=1 +Path=p5hm66lq.default + diff --git a/.profile b/.profile new file mode 100644 index 000000000..c9db45918 --- /dev/null +++ b/.profile @@ -0,0 +1,22 @@ +# ~/.profile: executed by the command interpreter for login shells. +# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login +# exists. +# see /usr/share/doc/bash/examples/startup-files for examples. +# the files are located in the bash-doc package. + +# the default umask is set in /etc/profile; for setting the umask +# for ssh logins, install and configure the libpam-umask package. +#umask 022 + +# if running bash +if [ -n "$BASH_VERSION" ]; then + # include .bashrc if it exists + if [ -f "$HOME/.bashrc" ]; then + . "$HOME/.bashrc" + fi +fi + +# set PATH so it includes user's private bin if it exists +if [ -d "$HOME/bin" ] ; then + PATH="$HOME/bin:$PATH" +fi diff --git a/.pulse-cookie b/.pulse-cookie new file mode 100644 index 000000000..b54485f21 Binary files /dev/null and b/.pulse-cookie differ diff --git a/.pulse/a57dd1df27b8b2f3891975714dee2f78-card-database.tdb b/.pulse/a57dd1df27b8b2f3891975714dee2f78-card-database.tdb new file mode 100644 index 000000000..0655072d8 Binary files /dev/null and b/.pulse/a57dd1df27b8b2f3891975714dee2f78-card-database.tdb differ diff --git a/.pulse/a57dd1df27b8b2f3891975714dee2f78-default-sink b/.pulse/a57dd1df27b8b2f3891975714dee2f78-default-sink new file mode 100644 index 000000000..e79bf8f45 --- /dev/null +++ b/.pulse/a57dd1df27b8b2f3891975714dee2f78-default-sink @@ -0,0 +1 @@ +alsa_output.pci-0000_00_01.4.analog-stereo diff --git a/.pulse/a57dd1df27b8b2f3891975714dee2f78-default-source b/.pulse/a57dd1df27b8b2f3891975714dee2f78-default-source new file mode 100644 index 000000000..2bb7d0606 --- /dev/null +++ b/.pulse/a57dd1df27b8b2f3891975714dee2f78-default-source @@ -0,0 +1 @@ +alsa_input.pci-0000_00_01.4.analog-stereo diff --git a/.pulse/a57dd1df27b8b2f3891975714dee2f78-device-volumes.tdb b/.pulse/a57dd1df27b8b2f3891975714dee2f78-device-volumes.tdb new file mode 100644 index 000000000..33beb7ac8 Binary files /dev/null and b/.pulse/a57dd1df27b8b2f3891975714dee2f78-device-volumes.tdb differ diff --git a/.pulse/a57dd1df27b8b2f3891975714dee2f78-runtime b/.pulse/a57dd1df27b8b2f3891975714dee2f78-runtime new file mode 120000 index 000000000..1edfd035d --- /dev/null +++ b/.pulse/a57dd1df27b8b2f3891975714dee2f78-runtime @@ -0,0 +1 @@ +/tmp/pulse-jlxVV8JjYFFD \ No newline at end of file diff --git a/.pulse/a57dd1df27b8b2f3891975714dee2f78-stream-volumes.tdb b/.pulse/a57dd1df27b8b2f3891975714dee2f78-stream-volumes.tdb new file mode 100644 index 000000000..54e95da60 Binary files /dev/null and b/.pulse/a57dd1df27b8b2f3891975714dee2f78-stream-volumes.tdb differ diff --git a/.subversion/README.txt b/.subversion/README.txt new file mode 100644 index 000000000..7b78e5ecf --- /dev/null +++ b/.subversion/README.txt @@ -0,0 +1,124 @@ +This directory holds run-time configuration information for Subversion +clients. The configuration files all share the same syntax, but you +should examine a particular file to learn what configuration +directives are valid for that file. + +The syntax is standard INI format: + + - Empty lines, and lines starting with '#', are ignored. + The first significant line in a file must be a section header. + + - A section starts with a section header, which must start in + the first column: + + [section-name] + + - An option, which must always appear within a section, is a pair + (name, value). There are two valid forms for defining an + option, both of which must start in the first column: + + name: value + name = value + + Whitespace around the separator (:, =) is optional. + + - Section and option names are case-insensitive, but case is + preserved. + + - An option's value may be broken into several lines. The value + continuation lines must start with at least one whitespace. + Trailing whitespace in the previous line, the newline character + and the leading whitespace in the continuation line is compressed + into a single space character. + + - All leading and trailing whitespace around a value is trimmed, + but the whitespace within a value is preserved, with the + exception of whitespace around line continuations, as + described above. + + - When a value is a boolean, any of the following strings are + recognised as truth values (case does not matter): + + true false + yes no + on off + 1 0 + + - When a value is a list, it is comma-separated. Again, the + whitespace around each element of the list is trimmed. + + - Option values may be expanded within a value by enclosing the + option name in parentheses, preceded by a percent sign and + followed by an 's': + + %(name)s + + The expansion is performed recursively and on demand, during + svn_option_get. The name is first searched for in the same + section, then in the special [DEFAULT] section. If the name + is not found, the whole '%(name)s' placeholder is left + unchanged. + + Any modifications to the configuration data invalidate all + previously expanded values, so that the next svn_option_get + will take the modifications into account. + +The syntax of the configuration files is a subset of the one used by +Python's ConfigParser module; see + + http://www.python.org/doc/current/lib/module-ConfigParser.html + +Configuration data in the Windows registry +========================================== + +On Windows, configuration data may also be stored in the registry. The +functions svn_config_read and svn_config_merge will read from the +registry when passed file names of the form: + + REGISTRY:/path/to/config-key + +The REGISTRY: prefix must be in upper case. The part must be +one of: + + HKLM for HKEY_LOCAL_MACHINE + HKCU for HKEY_CURRENT_USER + +The values in config-key represent the options in the [DEFAULT] section. +The keys below config-key represent other sections, and their values +represent the options. Only values of type REG_SZ whose name doesn't +start with a '#' will be used; other values, as well as the keys' +default values, will be ignored. + + +File locations +============== + +Typically, Subversion uses two config directories, one for site-wide +configuration, + + Unix: + /etc/subversion/servers + /etc/subversion/config + /etc/subversion/hairstyles + Windows: + %ALLUSERSPROFILE%\Application Data\Subversion\servers + %ALLUSERSPROFILE%\Application Data\Subversion\config + %ALLUSERSPROFILE%\Application Data\Subversion\hairstyles + REGISTRY:HKLM\Software\Tigris.org\Subversion\Servers + REGISTRY:HKLM\Software\Tigris.org\Subversion\Config + REGISTRY:HKLM\Software\Tigris.org\Subversion\Hairstyles + +and one for per-user configuration: + + Unix: + ~/.subversion/servers + ~/.subversion/config + ~/.subversion/hairstyles + Windows: + %APPDATA%\Subversion\servers + %APPDATA%\Subversion\config + %APPDATA%\Subversion\hairstyles + REGISTRY:HKCU\Software\Tigris.org\Subversion\Servers + REGISTRY:HKCU\Software\Tigris.org\Subversion\Config + REGISTRY:HKCU\Software\Tigris.org\Subversion\Hairstyles + diff --git a/.subversion/config b/.subversion/config new file mode 100644 index 000000000..ca49cc6f8 --- /dev/null +++ b/.subversion/config @@ -0,0 +1,148 @@ +### This file configures various client-side behaviors. +### +### The commented-out examples below are intended to demonstrate +### how to use this file. + +### Section for authentication and authorization customizations. +[auth] +### Set password stores used by Subversion. They should be +### delimited by spaces or commas. The order of values determines +### the order in which password stores are used. +### Valid password stores: +### gnome-keyring (Unix-like systems) +### kwallet (Unix-like systems) +### keychain (Mac OS X) +### windows-cryptoapi (Windows) +# password-stores = gnome-keyring,kwallet +### +### Set KWallet wallet used by Subversion. If empty or unset, +### then the default network wallet will be used. +# kwallet-wallet = +### +### Include PID (Process ID) in Subversion application name when +### using KWallet. It defaults to 'no'. +# kwallet-svn-application-name-with-pid = yes +### +### The rest of this section in this file has been deprecated. +### Both 'store-passwords' and 'store-auth-creds' can now be +### specified in the 'servers' file in your config directory. +### Anything specified in this section is overridden by settings +### specified in the 'servers' file. +### +### Set store-passwords to 'no' to avoid storing passwords in the +### auth/ area of your config directory. It defaults to 'yes', +### but Subversion will never save your password to disk in +### plaintext unless you tell it to (see the 'servers' file). +### Note that this option only prevents saving of *new* passwords; +### it doesn't invalidate existing passwords. (To do that, remove +### the cache files by hand as described in the Subversion book.) +# store-passwords = no +### Set store-auth-creds to 'no' to avoid storing any subversion +### credentials in the auth/ area of your config directory. +### It defaults to 'yes'. Note that this option only prevents +### saving of *new* credentials; it doesn't invalidate existing +### caches. (To do that, remove the cache files by hand.) +# store-auth-creds = no + +### Section for configuring external helper applications. +[helpers] +### Set editor-cmd to the command used to invoke your text editor. +### This will override the environment variables that Subversion +### examines by default to find this information ($EDITOR, +### et al). +# editor-cmd = editor (vi, emacs, notepad, etc.) +### Set diff-cmd to the absolute path of your 'diff' program. +### This will override the compile-time default, which is to use +### Subversion's internal diff implementation. +# diff-cmd = diff_program (diff, gdiff, etc.) +### Set diff3-cmd to the absolute path of your 'diff3' program. +### This will override the compile-time default, which is to use +### Subversion's internal diff3 implementation. +# diff3-cmd = diff3_program (diff3, gdiff3, etc.) +### Set diff3-has-program-arg to 'yes' if your 'diff3' program +### accepts the '--diff-program' option. +# diff3-has-program-arg = [yes | no] +### Set merge-tool-cmd to the command used to invoke your external +### merging tool of choice. Subversion will pass 4 arguments to +### the specified command: base theirs mine merged +# merge-tool-cmd = merge_command + +### Section for configuring tunnel agents. +[tunnels] +### Configure svn protocol tunnel schemes here. By default, only +### the 'ssh' scheme is defined. You can define other schemes to +### be used with 'svn+scheme://hostname/path' URLs. A scheme +### definition is simply a command, optionally prefixed by an +### environment variable name which can override the command if it +### is defined. The command (or environment variable) may contain +### arguments, using standard shell quoting for arguments with +### spaces. The command will be invoked as: +### svnserve -t +### (If the URL includes a username, then the hostname will be +### passed to the tunnel agent as @.) If the +### built-in ssh scheme were not predefined, it could be defined +### as: +# ssh = $SVN_SSH ssh -q -o ControlMaster=no +### If you wanted to define a new 'rsh' scheme, to be used with +### 'svn+rsh:' URLs, you could do so as follows: +# rsh = rsh +### Or, if you wanted to specify a full path and arguments: +# rsh = /path/to/rsh -l myusername +### On Windows, if you are specifying a full path to a command, +### use a forward slash (/) or a paired backslash (\\) as the +### path separator. A single backslash will be treated as an +### escape for the following character. + +### Section for configuring miscelleneous Subversion options. +[miscellany] +### Set global-ignores to a set of whitespace-delimited globs +### which Subversion will ignore in its 'status' output, and +### while importing or adding files and directories. +### '*' matches leading dots, e.g. '*.rej' matches '.foo.rej'. +# global-ignores = *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo +# *.rej *~ #*# .#* .*.swp .DS_Store +### Set log-encoding to the default encoding for log messages +# log-encoding = latin1 +### Set use-commit-times to make checkout/update/switch/revert +### put last-committed timestamps on every file touched. +# use-commit-times = yes +### Set no-unlock to prevent 'svn commit' from automatically +### releasing locks on files. +# no-unlock = yes +### Set mime-types-file to a MIME type registry file, used to +### provide hints to Subversion's MIME type auto-detection +### algorithm. +# mime-types-file = /path/to/mime.types +### Set preserved-conflict-file-exts to a whitespace-delimited +### list of patterns matching file extensions which should be +### preserved in generated conflict file names. By default, +### conflict files use custom extensions. +# preserved-conflict-file-exts = doc ppt xls od? +### Set enable-auto-props to 'yes' to enable automatic properties +### for 'svn add' and 'svn import', it defaults to 'no'. +### Automatic properties are defined in the section 'auto-props'. +# enable-auto-props = yes +### Set interactive-conflicts to 'no' to disable interactive +### conflict resolution prompting. It defaults to 'yes'. +# interactive-conflicts = no + +### Section for configuring automatic properties. +[auto-props] +### The format of the entries is: +### file-name-pattern = propname[=value][;propname[=value]...] +### The file-name-pattern can contain wildcards (such as '*' and +### '?'). All entries which match (case-insensitively) will be +### applied to the file. Note that auto-props functionality +### must be enabled, which is typically done by setting the +### 'enable-auto-props' option. +# *.c = svn:eol-style=native +# *.cpp = svn:eol-style=native +# *.h = svn:eol-style=native +# *.dsp = svn:eol-style=CRLF +# *.dsw = svn:eol-style=CRLF +# *.sh = svn:eol-style=native;svn:executable +# *.txt = svn:eol-style=native +# *.png = svn:mime-type=image/png +# *.jpg = svn:mime-type=image/jpeg +# Makefile = svn:eol-style=native + diff --git a/.subversion/servers b/.subversion/servers new file mode 100644 index 000000000..c87999b01 --- /dev/null +++ b/.subversion/servers @@ -0,0 +1,158 @@ +### This file specifies server-specific parameters, +### including HTTP proxy information, HTTP timeout settings, +### and authentication settings. +### +### The currently defined server options are: +### http-proxy-host Proxy host for HTTP connection +### http-proxy-port Port number of proxy host service +### http-proxy-username Username for auth to proxy service +### http-proxy-password Password for auth to proxy service +### http-proxy-exceptions List of sites that do not use proxy +### http-timeout Timeout for HTTP requests in seconds +### http-compression Whether to compress HTTP requests +### neon-debug-mask Debug mask for Neon HTTP library +### http-auth-types Auth types to use for HTTP library +### ssl-authority-files List of files, each of a trusted CA +### ssl-trust-default-ca Trust the system 'default' CAs +### ssl-client-cert-file PKCS#12 format client certificate file +### ssl-client-cert-password Client Key password, if needed. +### ssl-pkcs11-provider Name of PKCS#11 provider to use. +### http-library Which library to use for http/https +### connections (neon or serf) +### store-passwords Specifies whether passwords used +### to authenticate against a +### Subversion server may be cached +### to disk in any way. +### store-plaintext-passwords Specifies whether passwords may +### be cached on disk unencrypted. +### store-ssl-client-cert-pp Specifies whether passphrase used +### to authenticate against a client +### certificate may be cached to disk +### in any way +### store-ssl-client-cert-pp-plaintext +### Specifies whether client cert +### passphrases may be cached on disk +### unencrypted (i.e., as plaintext). +### store-auth-creds Specifies whether any auth info +### (passwords as well as server certs) +### may be cached to disk. +### username Specifies the default username. +### +### Set store-passwords to 'no' to avoid storing passwords in the +### auth/ area of your config directory. It defaults to 'yes', +### but Subversion will never save your password to disk in +### plaintext unless you tell it to. +### Note that this option only prevents saving of *new* passwords; +### it doesn't invalidate existing passwords. (To do that, remove +### the cache files by hand as described in the Subversion book.) +### +### Set store-plaintext-passwords to 'no' to avoid storing +### passwords in unencrypted form in the auth/ area of your config +### directory. Set it to 'yes' to allow Subversion to store +### unencrypted passwords in the auth/ area. The default is +### 'ask', which means that Subversion will ask you before +### saving a password to disk in unencrypted form. Note that +### this option has no effect if either 'store-passwords' or +### 'store-auth-creds' is set to 'no'. +### +### Set store-ssl-client-cert-pp to 'no' to avoid storing ssl +### client certificate passphrases in the auth/ area of your +### config directory. It defaults to 'yes', but Subversion will +### never save your passphrase to disk in plaintext unless you tell +### it to via 'store-ssl-client-cert-pp-plaintext' (see below). +### +### Note store-ssl-client-cert-pp only prevents the saving of *new* +### passphrases; it doesn't invalidate existing passphrases. To do +### that, remove the cache files by hand as described in the +### Subversion book at http://svnbook.red-bean.com/nightly/en/\ +### svn.serverconfig.netmodel.html\ +### #svn.serverconfig.netmodel.credcache +### +### Set store-ssl-client-cert-pp-plaintext to 'no' to avoid storing +### passphrases in unencrypted form in the auth/ area of your +### config directory. Set it to 'yes' to allow Subversion to +### store unencrypted passphrases in the auth/ area. The default +### is 'ask', which means that Subversion will prompt before +### saving a passphrase to disk in unencrypted form. Note that +### this option has no effect if either 'store-auth-creds' or +### 'store-ssl-client-cert-pp' is set to 'no'. +### +### Set store-auth-creds to 'no' to avoid storing any Subversion +### credentials in the auth/ area of your config directory. +### Note that this includes SSL server certificates. +### It defaults to 'yes'. Note that this option only prevents +### saving of *new* credentials; it doesn't invalidate existing +### caches. (To do that, remove the cache files by hand.) +### +### HTTP timeouts, if given, are specified in seconds. A timeout +### of 0, i.e. zero, causes a builtin default to be used. +### +### The commented-out examples below are intended only to +### demonstrate how to use this file; any resemblance to actual +### servers, living or dead, is entirely coincidental. + +### In the 'groups' section, the URL of the repository you're +### trying to access is matched against the patterns on the right. +### If a match is found, the server options are taken from the +### section with the corresponding name on the left. + +[groups] +# group1 = *.collab.net +# othergroup = repository.blarggitywhoomph.com +# thirdgroup = *.example.com + +### Information for the first group: +# [group1] +# http-proxy-host = proxy1.some-domain-name.com +# http-proxy-port = 80 +# http-proxy-username = blah +# http-proxy-password = doubleblah +# http-timeout = 60 +# http-auth-types = basic;digest;negotiate +# neon-debug-mask = 130 +# store-plaintext-passwords = no +# username = harry + +### Information for the second group: +# [othergroup] +# http-proxy-host = proxy2.some-domain-name.com +# http-proxy-port = 9000 +# No username and password for the proxy, so use the defaults below. + +### You can set default parameters in the 'global' section. +### These parameters apply if no corresponding parameter is set in +### a specifically matched group as shown above. Thus, if you go +### through the same proxy server to reach every site on the +### Internet, you probably just want to put that server's +### information in the 'global' section and not bother with +### 'groups' or any other sections. +### +### Most people might want to configure password caching +### parameters here, but you can also configure them per server +### group (per-group settings override global settings). +### +### If you go through a proxy for all but a few sites, you can +### list those exceptions under 'http-proxy-exceptions'. This only +### overrides defaults, not explicitly matched server names. +### +### 'ssl-authority-files' is a semicolon-delimited list of files, +### each pointing to a PEM-encoded Certificate Authority (CA) +### SSL certificate. See details above for overriding security +### due to SSL. +[global] +# http-proxy-exceptions = *.exception.com, www.internal-site.org +# http-proxy-host = defaultproxy.whatever.com +# http-proxy-port = 7000 +# http-proxy-username = defaultusername +# http-proxy-password = defaultpassword +# http-compression = no +# http-auth-types = basic;digest;negotiate +# No http-timeout, so just use the builtin default. +# No neon-debug-mask, so neon debugging is disabled. +# ssl-authority-files = /path/to/CAcert.pem;/path/to/CAcert2.pem +# +# Password / passphrase caching parameters: +# store-passwords = no +# store-plaintext-passwords = no +# store-ssl-client-cert-pp = no +# store-ssl-client-cert-pp-plaintext = no diff --git a/.xsession-errors b/.xsession-errors new file mode 100644 index 000000000..95d68a719 --- /dev/null +++ b/.xsession-errors @@ -0,0 +1,199 @@ +/etc/gdm/Xsession: Beginning session setup... +Setting IM through im-switch for locale=de_DE. +Start IM through /etc/X11/xinit/xinput.d/all_ALL linked to /etc/X11/xinit/xinput.d/default. +GNOME_KEYRING_CONTROL=/tmp/keyring-HBCyRd +GNOME_KEYRING_CONTROL=/tmp/keyring-HBCyRd +GNOME_KEYRING_CONTROL=/tmp/keyring-HBCyRd +SSH_AUTH_SOCK=/tmp/keyring-HBCyRd/ssh + +(polkit-gnome-authentication-agent-1:1918): GLib-GObject-WARNING **: cannot register existing type `_PolkitError' + +(polkit-gnome-authentication-agent-1:1918): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed +** (nm-applet:1917): DEBUG: old state indicates that this was not a disconnect 0 + +(gnome-power-manager:1916): GLib-GObject-WARNING **: /build/buildd/glib2.0-2.24.1/gobject/gsignal.c:2273: signal `proxy-status' is invalid for instance `0x99d82f8' +Unable to find a synaptics device. +Initializing nautilus-gdu extension +WARNING: Application calling GLX 1.3 function "glXCreatePixmap" when GLX 1.3 is not supported! This is an application bug! +Starting gtk-window-decorator +I/O warning : failed to load external entity "/home/ruppa/.compiz/session/10d6ac1c612e8e67fc130745542688456400000018550026" +WARNING: Application calling GLX 1.3 function "glXDestroyPixmap" when GLX 1.3 is not supported! This is an application bug! +evolution-alarm-notify-Message: Setting timeout for 35735 1307491200 1307455465 +evolution-alarm-notify-Message: Wed Jun 8 02:00:00 2011 + +evolution-alarm-notify-Message: Tue Jun 7 16:04:25 2011 + +** (update-notifier:2030): DEBUG: --security-updates-unattended: 0 + +** (update-notifier:2030): DEBUG: Skipping reboot required +** (nm-applet:1917): DEBUG: foo_client_state_changed_cb + +(nm-connection-editor:2098): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated + +** (nm-connection-editor:2098): WARNING **: Invalid setting IPv4-Einstellungen: addresses + +** (nm-connection-editor:2098): WARNING **: Invalid setting IPv4-Einstellungen: addresses + +** (nm-connection-editor:2098): WARNING **: ui_to_setting: IPv4 address '' missing or invalid! + +** (nm-connection-editor:2098): WARNING **: Invalid setting IPv4-Einstellungen +** (nm-applet:1917): DEBUG: old state indicates that this was not a disconnect 9 +** (nm-applet:1917): DEBUG: foo_client_state_changed_cb +** (nm-applet:1917): DEBUG: going for offline with icon: notification-network-ethernet-disconnected +** (nm-applet:1917): DEBUG: going for offline with icon: notification-network-ethernet-disconnected + +** (nm-connection-editor:2098): WARNING **: ui_to_setting: IPv4 prefix '' missing! + +** (nm-connection-editor:2098): WARNING **: Invalid setting IPv4-Einstellungen + +** (nm-connection-editor:2098): WARNING **: Invalid setting IPv4-Einstellungen + +** (nm-connection-editor:2098): WARNING **: Invalid setting IPv4-Einstellungen + +** (nm-connection-editor:2098): WARNING **: Invalid setting IPv4-Einstellungen + +** (nm-connection-editor:2098): WARNING **: Invalid setting IPv4-Einstellungen + +** (nm-connection-editor:2098): WARNING **: Invalid setting IPv4-Einstellungen + +** (nm-connection-editor:2098): WARNING **: Invalid setting IPv4-Einstellungen + +** (nm-connection-editor:2098): WARNING **: Invalid setting IPv4-Einstellungen + +** (nm-connection-editor:2098): WARNING **: Invalid setting IPv4-Einstellungen + +** (nm-connection-editor:2098): WARNING **: Invalid setting IPv4-Einstellungen + +** (nm-connection-editor:2098): WARNING **: Invalid setting IPv4-Einstellungen + +** (nm-connection-editor:2098): WARNING **: Invalid setting IPv4-Einstellungen + +** (nm-connection-editor:2098): WARNING **: Invalid setting IPv4-Einstellungen + +** (nm-connection-editor:2098): WARNING **: Invalid setting IPv4-Einstellungen + +** (nm-connection-editor:2098): WARNING **: Invalid setting IPv4-Einstellungen + +** (nm-connection-editor:2098): WARNING **: Invalid setting IPv4-Einstellungen + +(polkit-gnome-authentication-agent-1:1918): polkit-gnome-1-WARNING **: No icon for themed icon with name 'nm-icon' + +** (nm-connection-editor:2098): WARNING **: dispose: CEPolkitButton object 0x8bf1170 disposed twice + +** (nm-connection-editor:2098): WARNING **: dispose: CEPolkitButton object 0x8bf10c0 disposed twice + +** (nm-connection-editor:2098): WARNING **: dispose: CEPolkitButton object 0x8bf12d0 disposed twice + +** (nm-connection-editor:2098): WARNING **: dispose: CEPolkitButton object 0x8bf1220 disposed twice + +** (nm-connection-editor:2098): WARNING **: dispose: CEPolkitButton object 0x8bf1430 disposed twice + +** (nm-connection-editor:2098): WARNING **: dispose: CEPolkitButton object 0x8bf1380 disposed twice + +** (nm-connection-editor:2098): WARNING **: dispose: CEPolkitButton object 0x8bf1590 disposed twice + +** (nm-connection-editor:2098): WARNING **: dispose: CEPolkitButton object 0x8bf14e0 disposed twice + +** (nm-connection-editor:2098): WARNING **: dispose: CEPolkitButton object 0x8bf16f0 disposed twice + +** (nm-connection-editor:2098): WARNING **: dispose: CEPolkitButton object 0x8bf1640 disposed twice + +(nm-connection-editor:2098): Gtk-CRITICAL **: gtk_widget_hide: assertion `GTK_IS_WIDGET (widget)' failed +** (nm-applet:1917): DEBUG: foo_client_state_changed_cb + +(gnome-display-properties:2246): Gtk-WARNING **: Ignoring the separator setting + +(gnome-display-properties:2246): Gtk-WARNING **: No object called: + +(nm-connection-editor:2253): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated + +(polkit-gnome-authentication-agent-1:1918): polkit-gnome-1-WARNING **: No icon for themed icon with name 'nm-icon' +** (nm-applet:1917): DEBUG: going for offline with icon: notification-network-ethernet-disconnected +** (nm-applet:1917): DEBUG: foo_client_state_changed_cb +Nautilus-Share-Message: Called "net usershare info" but it failed: »net usershare« gab den Fehler 255 zurück: net usershare: cannot open usershare directory /var/lib/samba/usershares. Error Datei oder Verzeichnis nicht gefunden +Please ask your system administrator to enable user sharing. + +ERROR:root:failed to add apt-xapian-index +Traceback (most recent call last): + File "/usr/share/software-center/softwarecenter/db/database.py", line 64, in open + axi = xapian.Database("/var/lib/apt-xapian-index/index") + File "/usr/lib/python2.6/dist-packages/xapian.py", line 2454, in __init__ + _xapian.Database_swiginit(self,_xapian.new_Database(*args)) +DatabaseOpeningError: Couldn't detect type of database +/usr/share/software-center/softwarecenter/apt/aptcache.py:40: GtkWarning: gtk_container_add: assertion `GTK_IS_CONTAINER (container)' failed + gtk.main_iteration() +/usr/share/software-center/softwarecenter/view/appview.py:737: DeprecationWarning: integer argument expected, got float + h) +debconf: DbDriver "passwords" warning: could not open /var/cache/debconf/passwords.dat: Keine Berechtigung +debconf: DbDriver "passwords" warning: could not open /var/cache/debconf/passwords.dat: Keine Berechtigung +debconf: DbDriver "passwords" warning: could not open /var/cache/debconf/passwords.dat: Keine Berechtigung +/usr/share/software-center/softwarecenter/view/catview.py:104: GtkWarning: gtk_container_add: assertion `GTK_IS_CONTAINER (container)' failed + gtk.main_iteration() +debconf: DbDriver "passwords" warning: could not open /var/cache/debconf/passwords.dat: Keine Berechtigung +debconf: DbDriver "passwords" warning: could not open /var/cache/debconf/passwords.dat: Keine Berechtigung +debconf: DbDriver "passwords" warning: could not open /var/cache/debconf/passwords.dat: Keine Berechtigung + +(polkit-gnome-authentication-agent-1:1918): GLib-GObject-WARNING **: instance of invalid non-instantiatable type `(null)' + +(polkit-gnome-authentication-agent-1:1918): GLib-GObject-CRITICAL **: g_signal_emit_valist: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed + +(polkit-gnome-authentication-agent-1:1918): GLib-GObject-WARNING **: instance with invalid (NULL) class pointer + +(polkit-gnome-authentication-agent-1:1918): GLib-GObject-CRITICAL **: g_signal_emit_valist: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed + +(polkit-gnome-authentication-agent-1:1918): GLib-GObject-WARNING **: instance of invalid non-instantiatable type `(null)' + +(polkit-gnome-authentication-agent-1:1918): GLib-GObject-CRITICAL **: g_signal_emit_valist: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed +debconf: DbDriver "passwords" warning: could not open /var/cache/debconf/passwords.dat: Keine Berechtigung +debconf: DbDriver "passwords" warning: could not open /var/cache/debconf/passwords.dat: Keine Berechtigung +debconf: DbDriver "passwords" warning: could not open /var/cache/debconf/passwords.dat: Keine Berechtigung +/usr/share/software-center/softwarecenter/view/appview.py:137: GtkWarning: gtk_container_add: assertion `GTK_IS_CONTAINER (container)' failed + gtk.main_iteration() + +(polkit-gnome-authentication-agent-1:1918): GLib-GObject-WARNING **: /build/buildd/glib2.0-2.24.1/gobject/gsignal.c:2922: signal id `204' is invalid for instance `0x8eb3168' + +(polkit-gnome-authentication-agent-1:1918): GLib-GObject-WARNING **: instance with invalid (NULL) class pointer + +(polkit-gnome-authentication-agent-1:1918): GLib-GObject-CRITICAL **: g_signal_emit_valist: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed + +(polkit-gnome-authentication-agent-1:1918): GLib-GObject-WARNING **: /build/buildd/glib2.0-2.24.1/gobject/gsignal.c:2922: signal id `204' is invalid for instance `0x8eb2f50' + +(polkit-gnome-authentication-agent-1:1918): GLib-GObject-WARNING **: /build/buildd/glib2.0-2.24.1/gobject/gsignal.c:2922: signal id `204' is invalid for instance `0x8eb3240' +debconf: DbDriver "passwords" warning: could not open /var/cache/debconf/passwords.dat: Keine Berechtigung +debconf: DbDriver "passwords" warning: could not open /var/cache/debconf/passwords.dat: Keine Berechtigung +debconf: DbDriver "passwords" warning: could not open /var/cache/debconf/passwords.dat: Keine Berechtigung +debconf: DbDriver "passwords" warning: could not open /var/cache/debconf/passwords.dat: Keine Berechtigung +debconf: DbDriver "passwords" warning: could not open /var/cache/debconf/passwords.dat: Keine Berechtigung +Use of uninitialized value $template in exists at /usr/share/perl5/Debconf/Template.pm line 81, <> line 2. +Use of uninitialized value $item in exists at /usr/share/perl5/Debconf/DbDriver/Cache.pm line 39, <> line 2. +Use of uninitialized value $item in exists at /usr/share/perl5/Debconf/DbDriver/Cache.pm line 39, <> line 2. +debconf: DbDriver "passwords" warning: could not open /var/cache/debconf/passwords.dat: Keine Berechtigung +Use of uninitialized value $template in exists at /usr/share/perl5/Debconf/Template.pm line 81, <> line 2. +Use of uninitialized value $item in exists at /usr/share/perl5/Debconf/DbDriver/Cache.pm line 39, <> line 2. +Use of uninitialized value $item in exists at /usr/share/perl5/Debconf/DbDriver/Cache.pm line 39, <> line 2. +debconf: DbDriver "passwords" warning: could not open /var/cache/debconf/passwords.dat: Keine Berechtigung +debconf: DbDriver "passwords" warning: could not open /var/cache/debconf/passwords.dat: Keine Berechtigung +debconf: DbDriver "passwords" warning: could not open /var/cache/debconf/passwords.dat: Keine Berechtigung +debconf: DbDriver "passwords" warning: could not open /var/cache/debconf/passwords.dat: Keine Berechtigung + +(polkit-gnome-authentication-agent-1:1918): GLib-GObject-WARNING **: instance of invalid non-instantiatable type `(null)' + +(polkit-gnome-authentication-agent-1:1918): GLib-GObject-CRITICAL **: g_signal_emit_valist: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed + +(polkit-gnome-authentication-agent-1:1918): GLib-GObject-WARNING **: instance with invalid (NULL) class pointer + +(polkit-gnome-authentication-agent-1:1918): GLib-GObject-CRITICAL **: g_signal_emit_valist: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed + +(polkit-gnome-authentication-agent-1:1918): GLib-GObject-WARNING **: instance of invalid non-instantiatable type `(null)' + +(polkit-gnome-authentication-agent-1:1918): GLib-GObject-CRITICAL **: g_signal_emit_valist: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed + +(polkit-gnome-authentication-agent-1:1918): GLib-GObject-WARNING **: /build/buildd/glib2.0-2.24.1/gobject/gsignal.c:2922: signal id `204' is invalid for instance `0x8eb3240' + +(polkit-gnome-authentication-agent-1:1918): GLib-GObject-WARNING **: instance with invalid (NULL) class pointer + +(polkit-gnome-authentication-agent-1:1918): GLib-GObject-CRITICAL **: g_signal_emit_valist: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed +polkit-agent-helper-1: pam_authenticated failed: Authentication failure +debconf: DbDriver "passwords" warning: could not open /var/cache/debconf/passwords.dat: Keine Berechtigung +debconf: DbDriver "passwords" warning: could not open /var/cache/debconf/passwords.dat: Keine Berechtigung +debconf: DbDriver "passwords" warning: could not open /var/cache/debconf/passwords.dat: Keine Berechtigung diff --git a/Downloads/super_grub_disk_hybrid-1.98s1.iso b/Downloads/super_grub_disk_hybrid-1.98s1.iso new file mode 100644 index 000000000..221f7dbd5 Binary files /dev/null and b/Downloads/super_grub_disk_hybrid-1.98s1.iso differ diff --git a/examples.desktop b/examples.desktop new file mode 100644 index 000000000..55afad16e --- /dev/null +++ b/examples.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Version=1.0 +Type=Link +Name=Examples +Comment=Example content for Ubuntu +URL=file:///usr/share/example-content/ +Icon=folder +X-Ubuntu-Gettext-Domain=example-content +