Skip to content

Instantly share code, notes, and snippets.

@jiixyj
jiixyj / vimp-ff-44a2.patch
Last active January 27, 2016 12:23
Vimperator hacks for Firefox 44.0a2
diff --git a/common/content/util.js b/common/content/util.js
index e12bee0..2a50b7b 100644
--- a/common/content/util.js
+++ b/common/content/util.js
@@ -827,7 +827,7 @@ const Util = Module("util", {
return {
__proto__: ary,
__iterator__: function () this.iteritems(),
- __noSuchMethod__: function (meth, args) {
+ mapImpl: function (meth, args) {
@naniwaKun
naniwaKun / Dockerfile
Created November 25, 2020 19:44
jdim 8d40d336d97168733a77dc28e97356f111ffb572 ブランチのテスト
From ubuntu:18.04
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get -y update
RUN apt-get -y install build-essential automake autoconf-archive git libtool
RUN apt-get -y install libgtkmm-3.0-dev libmigemo1 libasound2-data libltdl-dev libasound2-dev libgnutls28-dev
## gcc-6 g++-6
RUN apt-get install gcc-6 g++-6 -y