Coder Social home page Coder Social logo

luakit / luakit Goto Github PK

View Code? Open in Web Editor NEW
2.1K 84.0 249.0 6.83 MB

Fast, small, webkit based browser framework extensible by Lua.

Home Page: https://luakit.github.io/

License: GNU General Public License v3.0

Makefile 0.61% Lua 56.29% Shell 0.22% C 41.35% Ruby 0.16% CSS 0.38% HTML 0.03% Roff 0.72% Vim Script 0.24%
luakit web-browser lua luajit c vim-like

luakit's Introduction

Luakit

luakit is a fast, light and simple to use micro-browser framework extensible by Lua using the WebKit web content engine and the GTK+ toolkit.

Don't Panic!

You don't have to be a developer to use luakit on a daily basis. If you are familiar with vimperator, pentadactyl, jumanji, uzbl & etc you will find luakit behaves similarly out of the box.

Requirements

  • GTK+ 3
  • Lua 5.1 or LuaJIT 2
  • lfs (lua file system)
  • webkit2gtk
  • sqlite3
  • gstreamer (for video playback)

Installing

Luakit is available on most Linux Distributions and BSD system via their package managers. A few examples below:

  • Debian/Ubuntu: apt-get install luakit
  • Gentoo: emerge luakit
  • Guix: guix install luakit
  • Arch: pacman -S luakit
  • FreeBSD: pkg install luakit
  • OpenBSD: pkg_add luakit
  • Void Linux: xbps-install luakit

Packaging status:

Packaging Status

Installing from source

Make sure you system fulfills the requirements listed above, then install luakit with the following commands:

$ git clone https://github.com/luakit/luakit.git
$ cd luakit
$ make
$ sudo make install

Uninstall with:

$ sudo make uninstall

Note: If you are on BSD, you might need to use gmake.

Use Luakit

Just run:

$ luakit [URI..]

Or to see the full list of luakit launch options run:

$ luakit -h

Luakit works with vim-style bindings. To find out more, type :help within luakit.

Configuration

Luakit configuration files are written in lua. This means you can program within the config files, which make the configuration options endless.

There are three ways to customize luakit.

1. within luakit

After starting luakit, type :settings. This page shows you webkit engine related settings.

2. userconf.lua

Create a file called $HOME/.config/luakit/userconf.lua. Then add your configuration there. Configuration in this file supersedes configuration set in :settings

3. copy rc.lua

The most powerful customization is to copy rc.lua from /etc/xdg/luakit/rc.lua to $HOME/.config/luakit/rc.lua

When this file is found, /etc/xdg/luakit/rc.lua is ignored.

Be informed that when luakit is updated, you may need to adapt changes from /etc/xdg/luakit/rc.lua to your own copy.

Colors and fonts

Copy the /etc/xdg/luakit/theme.lua to $HOME/.config/luakit/theme.lua. You can change fonts and colors there.

Development Information

This section contains information about the compile and testing process.

Luakit honors the PREFIX variable. The default is /usr/local.

$ make PREFIX=/usr
$ sudo make PREFIX=/usr install

Notes:

  • You also have to set the PREFIX when uninstalling.
  • If you want to change PREFIX after a previous build, you need to make clean first.

Luakit uses luajit by default, to use lua you can turn off luajit with:

$ make USE_LUAJIT=0

To build with local paths (interesting for package maintainer and contributers). You may wish to build luakit with:

$ make DEVELOPMENT_PATHS=1

This lets you start luakit from the build directory, using the config and libraries within the same.

Take a look at config.mk for more options.

If you made changes and want to know if luakit is still working properly, you can execute the test suite with:

$ make test

Tips and fixes:

Video playback

If you're having issues with video playback, this is often related to buggy graphic drivers. It often helps to set LIBGL_DRI3_DISABLE before starting luakit:

$ export LIBGL_DRI3_DISABLE=1

Webkit process limit

Since Webkit 2.26, the webkit engine used in luakit is creating a new process for each tab. This has the benefit that a webkit webview crash will only crash one tab. The downside is lower performance and increased memory use.

If you value speed over stability, you can ask webkit to use one process for all tabs by setting WEBKIT_USE_SINGLE_WEB_PROCESS before starting luakit:

$ export WEBKIT_USE_SINGLE_WEB_PROCESS=1

HiDPI Monitor Configuration

If you have a HiDPI monitor (> 1920x1080) and find that web pages are too small, you can change the webview.zoom_level on the settings page (luakit://settings/) to 150 or 200 as per your taste.

Reporting Bugs

Please note that most rendering related issues come from the used webkit engine and can not be fixed by luakit. If you think your issue is luakit related, please use the bug tracker at:

https://github.com/luakit/luakit/issues

Coming from a very old luakit version? Look at the MIGRATION document.

IRC

Join us in #luakit on the irc.oftc.net network.

luakit's People

Contributors

aidanholm avatar amosbird avatar arcnmx avatar azuwis avatar benarmston avatar bodqhrohro avatar c0dev0id avatar cschomburg avatar gleachkr avatar groolot avatar halhen avatar hhirtz avatar hofheinz avatar husio avatar jerojasro avatar jy2wong avatar karottenreibe avatar kongo2002 avatar mason-larobina avatar msdemlei avatar pawelz avatar quigybo avatar serg-kozhemyakin avatar taobert avatar ulrikdem avatar vain avatar vlnx avatar ygrex avatar zappathustra avatar zoqaeski avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

luakit's Issues

Hints don't display on some websites

Since switching to luakit, I've noticed that there's a handful of websites for which the link hints do not display. The following still works though, but it's not intuitive as to how luakit numbers hints so guessing the number is nigh impossible.

This is the most notable example I've come across: http://t2tea.com/

I'm using luakit-git from AUR, and fairly vanilla configs with only the adblock plugins installed; no userscripts or custom stylesheets or anything like that.

Introspector and plugins

Just updated luakit from git, and get the following console output from :help:

** Message: console message: /usr/share/luakit/lib/introspector.lua:418 @11: /usr/share/luakit/lib/introspector.lua:338: unable to load resource: /usr/share/luakit/./plugins/adblock/chrome.lua

My plugins are installed locally in ~/.config/luakit/plugins; I'm using luakit-plugins from git.

rendering issue

Hi, Love luakit the rendering actually got a lot better with the recent libkit upgrade. One thing though, most I ignore like the huge oversized controls etc, but certain things are not showing up at all. Example if you go to amazon.com the home page on the left side top there is a floating menu. This does not show at all. Granted the only webkit vi microbrowser it shows in is Jumanji but they did it somehow. I want to stick with luakit because of the configurability, but I dont want to not see stuff all togeather. I would appreciate you taking a look at this.

thanks

--jerry

luakit crashes on archlinux (not testing)

I just (re)installed luakit after my system upgrade and it crashes all the time with:

zs@nanovac ~ $ luakit
Inconsistency detected by ld.so: dl-open.c: 667: _dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed!

Page scripts can persist after tab close.

After visiting m.vk.com, I've noticed (using iftop) that there are several connections to addresses srv41-131.vkontakte.ru what relates directly to vk.com; the tab is closed, they should be gone, no?

If any script can persist residently with no way to drop it, I consider it not only a performance issue, but also a security issue.

adblock causes defective tabopen

Hi,

I'm using Ubuntu Oneiric with fluxbox and I just stumbled over luakit and I love it. I managed to set up the adblock module and since then I've had the following problem:

I open luakit, then open a tab and enter or click an https:// address. This action leads either to progress locking up at 0% or to a blank page or I stay on the same (non-https) page but status bar tells me I've reached my destination. If I enter the same address in the first tab, it works fine. If I disable adblock, it works fine.

I'm using the luakit that's in the oneiric repos so it's very likely my version is outdated (luakit -V says d83cc7e). I've tried to compile the latest version but an error message about a missing pkg-config path leaves me puzzled (when I install pkg-config the path isn't there either). So, I'm a little lost here.

I appreciate every help.

Cheers

gi (go_input) does not focus on the input element under certain situations

I'm using luakit from community on Arch Linux.

$ luakit --version
luakit 2f6f69c

With the vanilla setup, I'm experiencing issues with gi (go_input). Specifically, a tab is needed to focus on the input element after gi. It happens for me under the following situations:

  • first visiting a page
  • previously under command / search mode (used : or /)

However, gi does work as expected when the previous mode is "insert." In other words, exiting insert mode to normal mode and immediately use gi will focus on the input element. But exiting command or search mode to normal mode, using gi will not focus on the input element, and a tab / right arrow is needed.

Core dump on dobule download popup.

This will end up with a core dump:

  • go to any sourceforge project download page,
  • right click on "direct download" and choose "download" before the countdown ends,
  • with the window popuped, wait for the countdown to finish
W: luakit: luaH_dofunction:104: error while running function
stack traceback:
        [C]: in function 'save_file'
        ./lib/downloads.lua:140: in function 'add'
        ./lib/downloads.lua:234: in function <./lib/downloads.lua:233>
error: ./lib/downloads.lua:140: trying to emit signal on non-object

** (luakit:5629): CRITICAL **: SoupMessage* webkit_network_response_get_message(WebKitNetworkResponse*): assertion `WEBKIT_IS_NETWORK_RESPONSE(response)' failed
**
GLib:ERROR:gmain.c:2518:g_main_dispatch: assertion failed: (current->dispatching_sources == &current_source_link)
[1]    5629 abort (core dumped)  ./luakit

I can attach the code dump file if needed.

can't access file:// documents from luakit's history

I tried to access a file:// document from luakit's history (luakit://history/....), without success.

The local files do appear in the history, but clicking on them doesn't load the document.

In the terminal, the following message appears when clicking the corresponding link:

** Message: console message:  @0: Not allowed to load local resource: file:///home/jerojasro/haskell/rwh/book.realworldhaskell.org/read/code-case-study-parsing-a-binary-data-format.html

luakit ignores custom Compose key settings

Despite being GTK+-app, luakit for some reason ignores custom ~/.XCompose file.

How to reproduce:

$ echo 'include "/usr/share/X11/locale/en_US.UTF-8/Compose"' >> ~/.XCompose
$ echo '<Multi_key> <asciitilde> <equal> : "≈"' >> ~/.XCompose
$ setxkbmap -option "compose:ralt"
$ luakit

Now enter any textarea and try to press right Alt, then = and ~. Nothing happens, whereas should have appeared. But stock combination Multikey, +, - for ± works fine.

Gentoo Linux ~amd64, luakit from git:master HEAD (SHA: d67b288).

download issue

when i downloads a file through luakit, i get this message from console ouput:

** Message: console message : /usr/share/luakit/lib/downloads_chrome.lua:371 &131: usr/share/luakit/lib/downloads_chrome.lua:322: Couldn't show donwload directory (no inode/directory handler)

** (luakit:1543): CRITICAL *: void webkit_download_start(WebKitDownload): assertion `priv->timer == NULL' failed

How to change the default zoom level luakit?

The problem I am facing is that for most of my pages the zoom level seems quite high due to which I have to unzoom everytime I visit those pages. As I am a netbook owner the high zoom level doesn't look good . Take a look at this image http://i.imgur.com/Abw7X.png and you will see what I mean.

So, is there any setting in *.lua file where I can specify/change the zoom level and is this possible that I can make this setting specific to a group of urls.

World readable cookie.db

Find an appropriate way to change the permissions on the $XDG_{CACHE,CONFIG,DATA}_DIR/luakit dirs to prevent other users peeking at a users cookies.db and other sensitive data (I.e. form data).

[FEATURE] multiple session support

xxxterm supports keeping multiple sessions around, using commands such as:

session save
session show
session load

It would be interesting to have that same feature in luakit.

Black rectangles around all UI elements

Hello,

Just built luakit from git. Everything works fine, except that all UI elements (text fields, buttons, checkboxes, etc.) are framed by thick black outlines. What have I done wrong?

Thanks!

Paul

libsoup bindings for http header control

The ability to mess with the http request headers would open up things like referrer control/spoofing and do-not-track support. Probably more things I can't think of right now.

Pageup and Pagedown keys not working

Hello.
When i use the Pageup or Pagedown keys to get to the top or bottom of a page, the screen stays still.
Instead an error message is shown.
Error: In bind call: /etc/xdg/luakit/webview.lua:341: attempt to perform arithmetic on local 'p' (a nil value)
This does not happen on every webpage, but on quite a lot, for example on the archlinux site about luakit.
https://wiki.archlinux.org/index.php/Luakit
However it is possible to use the 'G' and 'gg' shortcuts instead.

ex-follow mode doesn't redraw hints

The documentation states that ex-follow mode with g;b should repeatedly draw link hints so that multiple links can be opened successively into background tabs.

However, the hint redrawing stops after the second iteration, but I still have to exit ex-follow mode with ESC before any further bindings will register. Also, how could I rebind this so that ;f would perform this function?

Proxy manager doesn't update widget in status bar when changing proxy

Steps to reproduce:

  • Add a proxy to luakit: :proxy privoxy 127.0.0.1:8118
  • Activate this proxy with :proxy menu. In the status bar should be displayed [privoxy], but there's nothing.
  • Close luakit and launch it again. In the statusbar, [privoxy] is now displayed
  • Try switching back to None

The proxy has switched off, but widget in status bar is still [privoxy]
I have this issue also with default configs.

PgUP/PgDn and space key

I push these button:

Error: in bind call: /home/user/.config/luakit/webview.lua:341: attempt to perform arithmetic on local 'p' (a nil value)

Used: luakit develop package

Luakit.quit in new rc.config

Upgraded on archlinux and found that luakit was closing on startup gracefully. Looks like the cause is from a luakit.quit() call in the rc.lua file. Below is the fix to get it starting again.

Thanks for such an awesome browser

diff --git a/config/rc.lua b/config/rc.lua
index 060ed0b..ee50b74 100644
--- a/config/rc.lua
+++ b/config/rc.lua
@@ -16,7 +16,6 @@ if unique then
else
unique.send_message("winopen")
end

  •    luakit.quit()
    
    end
    end

Facebook

When i search someone in facebook`s search bar (a fried,page,group,etc), when it comes to click or press enter on that person name luakit freeze completly.I can only force kill it.Any other solutions doesnt work..I tried even whit pass through mode,but no luck,same effect.Tnx in advance.

Clicking "Inspect element" with inspector already open detaches inspector instead of inspecting element

When inspecting elements using rightclick+"inspect element," the element inspector appears, although minimized to a white bar at the bottom of the screen. When clicking it again, this opens the detached (i.e. in a differen window) inspector. What would be nice is to have the element inspector able inspect different elements without continually detaching itself from the main window. In other words, I'm looking at the properties for a paragraph, and then I want to look at the properties of a header on the same page, but to do so, I either need to find it in the HTML code manually, or click "inspect element" again, then reattach the resulting inspector window.

facebook + travian problem

Travian: I have problem when i play travian web game, in the map ( take ts8 server as an example http://ts8.travian.com/karte.php ) , I can not move the map by dragndrop.

Facebook: The page doesn't display right in message section. And sometimes, it keeps scrolling the message. Anyone has the same weird behavior ?

Thanks for reading :)

New cookies mechanism breaks authorizaton at some sites.

Running current (UTC+0 13:00) git develop branch.

mail.yandex.ru does not authorize me complaining about cookies they unable to store in my browser's cookies cache.
GMail does authorize. Github.com even does remember me (did not try to log out because if anything, I'll be unable to post here. ;D)

luakit -U url segfaults

hi,

when i run luakit -U http://www.google.com i receive a segmentation fault.

running lua 5.1.5-2
on archlinux.

thanks,
mjheagle

Wrong completion processing on Unicode input.

Point: git branch develop file lib/completion.lua

In function update_completion

    local text, pos = text or input.text, pos or input.position

input.position is relevant to characters count cursor position, but it can slice a UTF-8-encoded character in two parts, so there can be no correct match. Also, it can cut some trailing characters because string.sub understands other value for that position.

complete url issue

luakit version: 20120902-1
extra/sqlite 3.7.13-1 [installed]

when i press 'o' or 't' to open a url an use 'tab' to search in 'history' and this is output (this issue remained several days)

Error: sqlite3: statement compilation failed (no such column: tags)
stack traceback:
/usr/share/luakit/lib/completion.lua:242: in function 'func'
/usr/share/luakit/lib/completion.lua:92: in function 'update_completions'
/usr/share/luakit/lib/completion.lua.138: in function 'enter'
/home/angelfalls/.config/luakit/modes.lua:49: in function 'sigfunc'
/usr/share/luakit/lib/lousy/signal.lua:71: in function 'emit_signal'
/usr/share/luakit/lib/lousy/modes.lua:56: in function 'set_mode'
/usr/share/luakit/lib/lousy/completion.lua:31: in function 'func'
/usr/share/luakit/lib/lousy/bind.lua:173: in function 'match_key'
/usr/share/luakit/lib/lousy/bind.lua:305: in function 'hit'
/home/angelfalls/.config/luakit/window.lua:266: in function /home/angelfalls/.config/luakit/window.lua:260>
(tail call): ?
[C]: in function 'xpcall'
/home/angelfalls/.config/luakit/window.lua.174: in function /home/angelfalls/.config/luakit/window.lua:172>

No user define font defaults

I don't know if there is some omission on my part but most github.com fonts were looking terrible, and they wouldn't scale, they are rendered as I imagine a xorg fallback. Every other site looks good, In chromium github looks good.

property font: 13px Helvetica,arial,freesans,clean,sans-serif; appears "stricked through" for body.

I've tried adding this to global.lua:

domain_props = {
    ["all"] = {
        ...
        monospace_font_family       = "Monaco",
        sans_serif_font_family      = "Droid Sans",
        serif_font_family           = "Droid Serif",
  },
...

I tried defining an alternate font for Helvetica in my fonts.config file with no luck.

I installed freesans, github looks definitelly much better now, but shouldn't resort to Droid Sans if freesans wasn't installed?

Progress info hides on long URIs.

The solution is to put it apart from URI, like in right-aligned widgets set.
Testing the solution, can commit it after testing.

The diff for config/window.lua (or ~/.config/luakit/window.lua) is:

@@ -41,3 +41,2 @@ function window.build()
                 hist   = label(),
-                loaded = label(),
             },
@@ -48,2 +47,3 @@ function window.build()
                 layout = hbox(),
+                loaded = label(),
                 ebox   = eventbox(),
@@ -84,3 +84,2 @@ function window.build()
     l.layout:pack(l.hist)
-    l.layout:pack(l.loaded)
     l.ebox.child = l.layout
@@ -89,4 +88,6 @@ function window.build()
     local r = w.sbar.r
+    
     r.layout:pack(r.buf)
     r.layout:pack(r.ssl)
+    r.layout:pack(r.loaded)
     r.layout:pack(r.tabi)
@@ -117,3 +118,3 @@ function window.build()
     w.tabs.show_tabs = false
-    l.loaded:hide()
+    r.loaded:hide()
     l.hist:hide()
@@ -201,3 +202,3 @@ window.init_funcs = {
             [s.l.hist]   = theme.hist_sbar_fg,
-            [s.l.loaded] = theme.sbar_loaded_fg,
+            [s.r.loaded] = theme.sbar_loaded_fg,
             [s.r.buf]    = theme.buf_sbar_fg,
@@ -223,3 +224,3 @@ window.init_funcs = {
             [s.l.hist]   = theme.hist_sbar_font,
-            [s.l.loaded] = theme.sbar_loaded_font,
+            [s.r.loaded] = theme.sbar_loaded_font,
             [s.r.buf]    = theme.buf_sbar_font,
@@ -469,3 +470,3 @@ window.methods = {
         local p = w.view.progress
-        local loaded = w.sbar.l.loaded
+        local loaded = w.sbar.r.loaded
         if not w.view:loading() or p == 1 then

not working on Fedora 16

Install successfull by yum install luakit.
here are the messages issued:
luakit: luaH_loadrc:452: Loading rc: /etc/xdg/luakit/rc.lua
D: luakit: signal_object_emit:188: emitting "property::ssl-strict" with 0 args and 0 nret
D: luakit: signal_object_emit:188: emitting "new" with 1 args and 0 nret
D: luakit: signal_object_emit:188: emitting "new" with 1 args and 0 nret
D: luakit: luaH_sqlite3_exec:256: PRAGMA synchronous = OFF; PRAGMA secure_delete = 1;
D: luakit: luaH_sqlite3_exec:282: Query OK, 1 rows returned (0.000496 sec)
D: luakit: luaH_object_emit_signal:261: emitting "execute" on 0x2407298 with 2 args and 0 nret
D: luakit: luaH_sqlite3_exec:256: CREATE TABLE IF NOT EXISTS moz_cookies (
id INTEGER PRIMARY KEY,
name TEXT,
value TEXT,
host TEXT,
path TEXT,
expiry INTEGER,
lastAccessed INTEGER,
isSecure INTEGER,
isHttpOnly INTEGER
);
D: luakit: luaH_sqlite3_exec:282: Query OK, 0 rows returned (0.000037 sec)
D: luakit: luaH_object_emit_signal:261: emitting "execute" on 0x2407298 with 2 args and 0 nret
D: luakit: signal_object_emit:188: emitting "new" with 1 args and 0 nret
D: luakit: signal_object_emit:188: emitting "new" with 1 args and 0 nret
D: luakit: signal_object_emit:188: emitting "new" with 1 args and 0 nret
D: luakit: luaH_sqlite3_exec:256: PRAGMA synchronous = OFF; PRAGMA secure_delete = 1;
D: luakit: luaH_sqlite3_exec:282: Query OK, 1 rows returned (0.001406 sec)
D: luakit: luaH_object_emit_signal:261: emitting "execute" on 0x24b0b88 with 2 args and 0 nret
D: luakit: luaH_sqlite3_exec:256: CREATE TABLE IF NOT EXISTS history (
id INTEGER PRIMARY KEY,
uri TEXT,
title TEXT,
visits INTEGER,
last_visit INTEGER
);
D: luakit: luaH_sqlite3_exec:282: Query OK, 0 rows returned (0.000035 sec)
D: luakit: luaH_object_emit_signal:261: emitting "execute" on 0x24b0b88 with 2 args and 0 nret
D: luakit: signal_object_emit:188: emitting "new" with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "init" on 0x23fbb78 with 0 args and 0 nret
D: luakit: signal_object_emit:188: emitting "new" with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "init" on 0x246b8c8 with 0 args and 0 nret
D: luakit: signal_object_emit:188: emitting "new" with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "init" on 0x24265b8 with 0 args and 0 nret
D: luakit: signal_object_emit:188: emitting "new" with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "init" on 0x253a708 with 0 args and 0 nret
D: luakit: signal_object_emit:188: emitting "new" with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "init" on 0x2540498 with 0 args and 0 nret
D: luakit: signal_object_emit:188: emitting "new" with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "init" on 0x2542678 with 0 args and 0 nret
D: luakit: signal_object_emit:188: emitting "new" with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "init" on 0x25428d8 with 0 args and 0 nret
D: luakit: signal_object_emit:188: emitting "new" with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "init" on 0x2542b28 with 0 args and 0 nret
D: luakit: signal_object_emit:188: emitting "new" with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "init" on 0x25430c8 with 0 args and 0 nret
D: luakit: signal_object_emit:188: emitting "new" with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "init" on 0x2543318 with 0 args and 0 nret
D: luakit: signal_object_emit:188: emitting "new" with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "init" on 0x24601e8 with 0 args and 0 nret
D: luakit: signal_object_emit:188: emitting "new" with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "init" on 0x2460518 with 0 args and 0 nret
D: luakit: signal_object_emit:188: emitting "new" with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "init" on 0x253a918 with 0 args and 0 nret
D: luakit: signal_object_emit:188: emitting "new" with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "init" on 0x254af88 with 0 args and 0 nret
D: luakit: signal_object_emit:188: emitting "new" with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "init" on 0x254bbb8 with 0 args and 0 nret
D: luakit: signal_object_emit:188: emitting "new" with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "init" on 0x254c828 with 0 args and 0 nret
D: luakit: signal_object_emit:188: emitting "new" with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "init" on 0x254c928 with 0 args and 0 nret
D: luakit: signal_object_emit:188: emitting "new" with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "init" on 0x254cc88 with 0 args and 0 nret
D: luakit: signal_object_emit:188: emitting "new" with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "init" on 0x254d848 with 0 args and 0 nret
D: luakit: signal_object_emit:188: emitting "new" with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "init" on 0x254dba8 with 0 args and 0 nret
D: luakit: signal_object_emit:188: emitting "new" with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "init" on 0x254e828 with 0 args and 0 nret
D: luakit: signal_object_emit:188: emitting "new" with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "init" on 0x254ea88 with 0 args and 0 nret
D: luakit: signal_object_emit:188: emitting "new" with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "init" on 0x254f458 with 0 args and 0 nret
D: luakit: signal_object_emit:188: emitting "new" with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "init" on 0x254f5a8 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "parent-set" on 0x24265b8 with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "add" on 0x246b8c8 with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "parent-set" on 0x246b8c8 with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "add" on 0x23fbb78 with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "parent-set" on 0x2540498 with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "parent-set" on 0x253a708 with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "parent-set" on 0x2543318 with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "parent-set" on 0x24601e8 with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "parent-set" on 0x2460518 with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "parent-set" on 0x2542b28 with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "add" on 0x25430c8 with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "parent-set" on 0x254c828 with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "parent-set" on 0x254c928 with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "parent-set" on 0x254cc88 with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "parent-set" on 0x254d848 with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "parent-set" on 0x254af88 with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "add" on 0x254bbb8 with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "parent-set" on 0x25430c8 with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "parent-set" on 0x253a918 with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "parent-set" on 0x254bbb8 with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "parent-set" on 0x2542678 with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "add" on 0x25428d8 with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "parent-set" on 0x25428d8 with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "parent-set" on 0x254dba8 with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "parent-set" on 0x254f458 with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "parent-set" on 0x254f5a8 with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "parent-set" on 0x254e828 with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "add" on 0x254ea88 with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "parent-set" on 0x254ea88 with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::show_frame" on 0x254f5a8 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::show_tabs" on 0x253a708 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::selectable" on 0x2543318 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::icon" on 0x23fbb78 with 0 args and 0 nret
D: luakit: signal_object_emit:188: emitting "new" with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "init" on 0x25a02e8 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "parent-set" on 0x25a02e8 with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::fg" on 0x25a02e8 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::font" on 0x25a02e8 with 0 args and 0 nret
D: luakit: signal_object_emit:188: emitting "new" with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "init" on 0x25a1118 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "parent-set" on 0x25a1118 with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::fg" on 0x25a1118 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::font" on 0x25a1118 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::fg" on 0x254f5a8 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::fg" on 0x2543318 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::fg" on 0x24601e8 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::fg" on 0x254f458 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::fg" on 0x254c828 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::fg" on 0x254d848 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::fg" on 0x2460518 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::fg" on 0x254cc88 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::bg" on 0x253a918 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::bg" on 0x254f5a8 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::bg" on 0x25430c8 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::bg" on 0x254bbb8 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::bg" on 0x254ea88 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::bg" on 0x25428d8 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::font" on 0x2543318 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::font" on 0x254c928 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::font" on 0x254f458 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::font" on 0x254d848 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::font" on 0x254f5a8 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::font" on 0x24601e8 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::font" on 0x254cc88 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::font" on 0x254c828 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::font" on 0x2460518 with 0 args and 0 nret
D: luakit: signal_object_emit:188: emitting "new" with 1 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "init" on 0x25a3378 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::show_scrollbars" on 0x25a3378 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "page-added" on 0x253a708 with 2 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::text" on 0x254cc88 with 0 args and 0 nret
D: lousy.signal: emit_signal: "updated" on table: 0x2540130
D: luakit: luaH_object_emit_signal:261: emitting "switch-page" on 0x253a708 with 2 args and 0 nret
D: lousy.signal: emit_signal: "mode-changed" on table: 0x246a830
D: lousy.signal: emit_signal: "mode-entered" on table: 0x246a830
D: luakit: luaH_object_emit_signal:261: emitting "property::text" on 0x254cc88 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::title" on 0x23fbb78 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::text" on 0x2543318 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::text" on 0x2460518 with 0 args and 0 nret
D: lousy.signal: emit_signal: "updated" on table: 0x2540130
D: luakit: luaH_object_emit_signal:261: emitting "navigation-request" on 0x25a3378 with 1 args and 1 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::progress" on 0x25a3378 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::text" on 0x2460518 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "load-status" on 0x25a3378 with 1 args and 0 nret
D: lousy.signal: emit_signal: "mode-changed" on table: 0x246a830
D: lousy.signal: emit_signal: "mode-entered" on table: 0x246a830
D: lousy.signal: emit_signal: "updated" on table: 0x2540130
D: luakit: luaH_object_emit_signal:261: emitting "resource-request-starting" on 0x25a3378 with 1 args and 1 nret
Requesting: http://luakit.org/
D: luakit: luaH_object_emit_signal:261: emitting "property::uri" on 0x25a3378 with 0 args and 0 nret
D: lousy.signal: emit_signal: "updated" on table: 0x2540130
D: luakit: luaH_object_emit_signal:261: emitting "property::text" on 0x2543318 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::text" on 0x254cc88 with 0 args and 0 nret
D: lousy.signal: emit_signal: "updated" on table: 0x2540130
D: lousy.signal: emit_signal: "mode-changed" on table: 0x246a830
D: lousy.signal: emit_signal: "mode-entered" on table: 0x246a830
D: luakit: luaH_object_emit_signal:261: emitting "focus" on 0x25a3378 with 0 args and 1 nret
D: luakit: luaH_object_emit_signal:261: emitting "expose" on 0x25a3378 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::text" on 0x254d848 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "expose" on 0x25a3378 with 0 args and 0 nret
D: luakit: signal_object_emit:188: emitting "request-started" with 1 args and 0 nret
D: luakit: luaH_sqlite3_exec:256: SELECT id, name, value, host AS domain, path,
expiry AS expires, isSecure AS secure, isHttpOnly AS http_only
FROM moz_cookies
WHERE lastAccessed >= 0;
D: luakit: luaH_sqlite3_exec:282: Query OK, 120 rows returned (0.001051 sec)
D: luakit: luaH_object_emit_signal:261: emitting "execute" on 0x2407298 with 2 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "resource-request-starting" on 0x25a3378 with 1 args and 1 nret
Requesting: http://mason-larobina.github.com/luakit/
D: luakit: luaH_object_emit_signal:261: emitting "navigation-request" on 0x25a3378 with 1 args and 1 nret
D: luakit: signal_object_emit:188: emitting "request-started" with 1 args and 0 nret
D: luakit: luaH_sqlite3_exec:256: SELECT id, name, value, host AS domain, path,
expiry AS expires, isSecure AS secure, isHttpOnly AS http_only
FROM moz_cookies
WHERE lastAccessed >= 1340112508284492;
D: luakit: luaH_sqlite3_exec:282: Query OK, 0 rows returned (0.000450 sec)
D: luakit: luaH_object_emit_signal:261: emitting "execute" on 0x2407298 with 2 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "mime-type-decision" on 0x25a3378 with 2 args and 1 nret
Requested link: http://mason-larobina.github.com/luakit/ (text/html)
D: luakit: luaH_object_emit_signal:261: emitting "property::uri" on 0x25a3378 with 0 args and 0 nret
D: lousy.signal: emit_signal: "updated" on table: 0x2540130
D: luakit: luaH_object_emit_signal:261: emitting "property::text" on 0x2543318 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "load-status" on 0x25a3378 with 1 args and 0 nret
D: lousy.signal: emit_signal: "add" on table: 0x24ad9b0
D: luakit: luaH_sqlite3_exec:256: SELECT * FROM history
WHERE uri = 'http://mason-larobina.github.com/luakit/' ORDER BY last_visit DESC;
D: luakit: luaH_sqlite3_exec:282: Query OK, 1 rows returned (0.000803 sec)
D: luakit: luaH_object_emit_signal:261: emitting "execute" on 0x24b0b88 with 2 args and 0 nret
D: luakit: luaH_sqlite3_exec:256: UPDATE history SET visits = visits + 1, last_visit = 1340112508 WHERE id = 1;
D: luakit: luaH_sqlite3_exec:282: Query OK, 0 rows returned (0.000664 sec)
D: luakit: luaH_object_emit_signal:261: emitting "execute" on 0x24b0b88 with 2 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::title" on 0x25a3378 with 0 args and 0 nret
D: lousy.signal: emit_signal: "updated" on table: 0x2540130
D: luakit: luaH_object_emit_signal:261: emitting "property::title" on 0x23fbb78 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::title" on 0x25a3378 with 0 args and 0 nret
D: lousy.signal: emit_signal: "updated" on table: 0x2540130
D: luakit: luaH_object_emit_signal:261: emitting "property::title" on 0x23fbb78 with 0 args and 0 nret
D: lousy.signal: emit_signal: "add" on table: 0x24ad9b0
D: luakit: luaH_sqlite3_exec:256: SELECT * FROM history
WHERE uri = 'http://mason-larobina.github.com/luakit/' ORDER BY last_visit DESC;
D: luakit: luaH_sqlite3_exec:282: Query OK, 1 rows returned (0.000752 sec)
D: luakit: luaH_object_emit_signal:261: emitting "execute" on 0x24b0b88 with 2 args and 0 nret
D: luakit: luaH_sqlite3_exec:256: UPDATE history SET title = 'Luakit Browser Framework' WHERE id = 1;
D: luakit: luaH_sqlite3_exec:282: Query OK, 0 rows returned (0.000436 sec)
D: luakit: luaH_object_emit_signal:261: emitting "execute" on 0x24b0b88 with 2 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "resource-request-starting" on 0x25a3378 with 1 args and 1 nret
Requesting: http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png
D: luakit: luaH_object_emit_signal:261: emitting "resource-request-starting" on 0x25a3378 with 1 args and 1 nret
Requesting: https://github.com/images/modules/download/zip.png
D: luakit: luaH_object_emit_signal:261: emitting "resource-request-starting" on 0x25a3378 with 1 args and 1 nret
Requesting: https://github.com/images/modules/download/tar.png
D: luakit: luaH_object_emit_signal:261: emitting "property::progress" on 0x25a3378 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::text" on 0x2460518 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "resource-request-starting" on 0x25a3378 with 1 args and 1 nret
Requesting: http://www.google-analytics.com/ga.js
D: luakit: signal_object_emit:188: emitting "request-started" with 1 args and 0 nret
D: luakit: luaH_sqlite3_exec:256: SELECT id, name, value, host AS domain, path,
expiry AS expires, isSecure AS secure, isHttpOnly AS http_only
FROM moz_cookies
WHERE lastAccessed >= 1340112508633022;
D: luakit: luaH_sqlite3_exec:282: Query OK, 0 rows returned (0.000433 sec)
D: luakit: luaH_object_emit_signal:261: emitting "execute" on 0x2407298 with 2 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::progress" on 0x25a3378 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::text" on 0x2460518 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::progress" on 0x25a3378 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::text" on 0x2460518 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::progress" on 0x25a3378 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::text" on 0x2460518 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::progress" on 0x25a3378 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::text" on 0x2460518 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::progress" on 0x25a3378 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::text" on 0x2460518 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::progress" on 0x25a3378 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::text" on 0x2460518 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::progress" on 0x25a3378 with 0 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "property::text" on 0x2460518 with 0 args and 0 nret
WARNING: couldn't connect to: /tmp/keyring-WvuDeS/pkcs11: Aucun fichier ou dossier de ce type
D: luakit: signal_object_emit:188: emitting "cookie-changed" with 2 args and 0 nret
D: luakit: luaH_sqlite3_exec:256: DELETE FROM moz_cookies
WHERE host='.mason-larobina.github.com' AND name='__utma' AND path='/';
D: luakit: luaH_sqlite3_exec:282: Query OK, 0 rows returned (0.000383 sec)
D: luakit: luaH_object_emit_signal:261: emitting "execute" on 0x2407298 with 2 args and 0 nret
D: lousy.signal: emit_signal: "accept-cookie" on table: 0x2406650
D: luakit: luaH_sqlite3_exec:256: INSERT INTO moz_cookies
VALUES(NULL, '__utma', '54276020.1421954430.1338537411.1338631318.1340111305.4', '.mason-larobina.github.com', '/', 1403184509, 1340112509019386, 0, 0);
D: luakit: luaH_sqlite3_exec:282: Query OK, 0 rows returned (0.000144 sec)
D: luakit: luaH_object_emit_signal:261: emitting "execute" on 0x2407298 with 2 args and 0 nret
D: luakit: signal_object_emit:188: emitting "cookie-changed" with 2 args and 0 nret
D: luakit: luaH_sqlite3_exec:256: DELETE FROM moz_cookies
WHERE host='.mason-larobina.github.com' AND name='__utmb' AND path='/';
D: luakit: luaH_sqlite3_exec:282: Query OK, 0 rows returned (0.000254 sec)
D: luakit: luaH_object_emit_signal:261: emitting "execute" on 0x2407298 with 2 args and 0 nret
D: lousy.signal: emit_signal: "accept-cookie" on table: 0x2406650
D: luakit: luaH_sqlite3_exec:256: INSERT INTO moz_cookies
VALUES(NULL, '__utmb', '54276020.0.10.1340111305', '.mason-larobina.github.com', '/', 1340114309, 1340112509020856, 0, 0);
D: luakit: luaH_sqlite3_exec:282: Query OK, 0 rows returned (0.000146 sec)
D: luakit: luaH_object_emit_signal:261: emitting "execute" on 0x2407298 with 2 args and 0 nret
D: luakit: signal_object_emit:188: emitting "cookie-changed" with 2 args and 0 nret
D: luakit: luaH_sqlite3_exec:256: DELETE FROM moz_cookies
WHERE host='.mason-larobina.github.com' AND name='__utmc' AND path='/';
D: luakit: luaH_sqlite3_exec:282: Query OK, 0 rows returned (0.000189 sec)
D: luakit: luaH_object_emit_signal:261: emitting "execute" on 0x2407298 with 2 args and 0 nret
D: lousy.signal: emit_signal: "accept-cookie" on table: 0x2406650
D: luakit: luaH_sqlite3_exec:256: INSERT INTO moz_cookies
VALUES(NULL, '__utmc', '54276020', '.mason-larobina.github.com', '/', -1, 1340112509022016, 0, 0);
D: luakit: luaH_sqlite3_exec:282: Query OK, 0 rows returned (0.000124 sec)
D: luakit: luaH_object_emit_signal:261: emitting "execute" on 0x2407298 with 2 args and 0 nret
D: luakit: signal_object_emit:188: emitting "cookie-changed" with 2 args and 0 nret
D: luakit: luaH_sqlite3_exec:256: DELETE FROM moz_cookies
WHERE host='.mason-larobina.github.com' AND name='__utmz' AND path='/';
D: luakit: luaH_sqlite3_exec:282: Query OK, 0 rows returned (0.000282 sec)
D: luakit: luaH_object_emit_signal:261: emitting "execute" on 0x2407298 with 2 args and 0 nret
D: lousy.signal: emit_signal: "accept-cookie" on table: 0x2406650
D: luakit: luaH_sqlite3_exec:256: INSERT INTO moz_cookies
VALUES(NULL, '__utmz', '54276020.1338537411.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)', '.mason-larobina.github.com', '/', 1355880509, 1340112509023787, 0, 0);
D: luakit: luaH_sqlite3_exec:282: Query OK, 0 rows returned (0.000132 sec)
D: luakit: luaH_object_emit_signal:261: emitting "execute" on 0x2407298 with 2 args and 0 nret
D: luakit: signal_object_emit:188: emitting "cookie-changed" with 2 args and 0 nret
D: luakit: luaH_sqlite3_exec:256: DELETE FROM moz_cookies
WHERE host='.mason-larobina.github.com' AND name='__utmv' AND path='/';
D: luakit: luaH_sqlite3_exec:282: Query OK, 0 rows returned (0.002983 sec)
D: luakit: luaH_object_emit_signal:261: emitting "execute" on 0x2407298 with 2 args and 0 nret
D: lousy.signal: emit_signal: "accept-cookie" on table: 0x2406650
D: luakit: luaH_sqlite3_exec:256: INSERT INTO moz_cookies
VALUES(NULL, '__utmv', '', '.mason-larobina.github.com', '/', 1340112509, 1340112509028467, 0, 0);
D: luakit: luaH_sqlite3_exec:282: Query OK, 0 rows returned (0.000324 sec)
D: luakit: luaH_object_emit_signal:261: emitting "execute" on 0x2407298 with 2 args and 0 nret
D: luakit: luaH_object_emit_signal:261: emitting "load-status" on 0x25a3378 with 1 args and 0 nret
** (luakit:32504): DEBUG: NP_Initialize
** (luakit:32504): DEBUG: NP_Initialize succeeded
** (luakit:32504): DEBUG: NP_Initialize
** (luakit:32504): DEBUG: NP_Initialize succeeded
** (luakit:32504): DEBUG: NP_Initialize
** (luakit:32504): DEBUG: NP_Initialize succeeded
** (luakit:32504): DEBUG: NP_Initialize
** (luakit:32504): DEBUG: NP_Initialize succeeded
(luakit:32504): GnomeShellBrowserPlugin-DEBUG: plugin loaded
Erreur de segmentation

Can't get video playback

I can't get video playback when I try in vimeo or youtube. In youtube I can get audio playback for some of the videos but in vimeo I get an error message.

I am on arch linux, do I have to install any codecs or anything?

Build dependency javascriptcoregtk-1.0.

Feels like build dependency javascriptcoregtk-1.0 can never be satisfied for Ubuntu 11.10.
Building from git master at 20120325 fails if this dependency persists.

luakit doesn't 'f'ollow links for text input with libwebkit 1.8 update

I switched my arch repos to testing and the libwebkit update from 1.6->1.8 stopped me from being able to use the 'f'ollow command to enter text into text fields (like this one). Issue showed up in facebook, duckduckgo and github. I just pacman -S extra/libwebkit and then IgnorePkg = libwebkit, and now it works again.

Focus text fields in the web inspector

In the current release of Luakit (luakit 2f6f69c) it's hard to use the web
inspector due to Luakit "hijacking" your input as well as the web inspector
starting at a very tiny size.

For example, when you open the web inspector, go to the console tab it's not
possible to use your keyboard keys for navigation, delete text using backspace
and possibly other actions.

Example of the default size of the web inspector:

Small web inspector is small

Maybe I've overlooked a configuration item for the size of the web inspector, in
that case it should have a reasonable size by default opposed to a height of
only a few pixels.

File save dialog doesn't appear

When I want to download anything "File save" dialog appears but it's blank and CPU usage up to 100% (only one core, so in my two-core system cpu usage is 50%). After some seconds nothing too.
Settings are default, arch linux, luakit 2012-03-25.

Feature request: user_stylesheet_uri to take a collection

Currently user-stylesheet-uri only accepts one file.

In situations where adblock is used, it is not possible to also have a custom.css.
Say you both want adblock and a global font-size (or some other styling).

I could see it possible by reading a table of files, combine them to a final file and then pass that file to user-stylesheet-uri

Question is if this would be a feature worth having in the core or if it should be done externally. Any thoughts?

Follow does not work

Hey

I'm using the current git version of luakit and the follow library does not work.

When I press the 'f' button, I get the following error:

Error: In bind call: /usr/share/luakit/lib/follow.lua:570: invalid follow mode

I searched for a solution but I didn't found anything.

Thanks,
the-metalgamer

Luakit hangs up on several sites/pages.

When browsing things like http://welinux.ru/post/6175/ I get page load progress 89% and when I stop loading or close tab it results in stopping updating of window content at all.
I may switch/close tabs, execute commands (at least, :wq works as it's supposed to), shutdown luakit. But I can't use it any meaningful before restart.

Maybe I can add here sites that cause the same GUI redraw failure.

[BUG] some flash videos seem to cause locking issues

Some flash videos won't start after they have been loaded. After opening a new tab, the video does start, as can be noted by the audio starting to play, and the video can be watched. Could this be a locking issue? (Xxxterm has a similar problem, and it displays a message about working around a buggy mutex implementation.)

Besides not starting to play, these videos also seem to bog down the entire X-server, as switching to a different workspace takes a while.

See e.g. http://www.deredactie.be/cm/vrtnieuws/mediatheek/nieuws/binnenland/1.1296770, or any of the other videos that can be opened by clicking on the images in the top bar of http://deredactie.be.

CTRL+f and CTRL+b and Pageup and Pagedown not working

It says: Error: In bind call: ~/.config/luakit/webview.lua:340 attempt to perform aritghmetic on local 'p' (a nil value)

that's webview.lua 's part:

webview.scroll_parse_funcs = {
    -- Abs "100px"
    ["^(%d+)px$"] = function (_, _, px) return px end,

   -- Rel "+/-100px"
   ["^([-+]%d+)px$"] = function (s, axis, px) return s[axis] + px end,

   -- Abs "10%"
   ["^(%d+)%%$"] = function (s, axis, pc)
        return math.ceil(s[axis.."max"] * (pc / 100))
    end,

   -- Rel "+/-10%"
   ["^([-+]%d+)%%$"] = function (s, axis, pc)
        return s[axis] + math.ceil(s[axis.."max"] * (pc / 100))
    end,

    -- Abs "10p" (pages)
    ["^(%d+%.?%d*)p$"] = function (s, axis, p)
        return math.ceil(s[axis.."page_size"] * p)
    end,

    -- Rel "+10p" (pages)
    ["^([-+]%d+%.?%d*)p$"] = function (s, axis, p)
        return s[axis] + math.ceil(s[axis.."page_size"] * p)
    end,
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.