index
:
dwb
cr/add_geometry_option
fix/clear_views_on_close
fix/use_gtk2
master
Dwb (dwb) is a lightweight webbrowser written in C based on webkit and gtk.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
js.c
Age
Commit message (
Expand
)
Author
2012-08-23
Renaming variables
portix
2012-06-13
New function tabComplete
portix
2012-06-03
New function system.spawnSync
portix
2012-05-28
New function sendRequestSync
portix
2012-05-18
Merging branch scripts into default
portix
2012-05-18
Execute scripts from commandline
portix
2012-05-17
Merging branch scripts into default
portix
2012-05-11
Call Object.freeze on the hint object instead of making returned functions re...
portix
2012-05-10
Cleaning scripts, closing 2 memory leaks
portix
2012-05-09
Freeze extensions and data object, real private properties for the signal obj...
portix
2012-05-05
New function, io.fileTest
portix
2012-04-29
Get gobject properties from scripts; started rewriting of documentation
portix
2012-04-23
Exception message, rename plugins in extensions
portix
2012-04-17
Create signal- and io-object, implementing io.setFile/io.getFile
portix
2012-04-17
Basic setter/getter functions in scripts
portix
2012-04-08
Use a globals-object for variables in hints.js; remove default values in hint...
portix
2012-03-25
Unprotect hint_object not on WEBKIT_LOAD_PROVISIONAL but immediately before a...
portix
2012-03-20
Show average download speed when a download is finished
portix
2012-03-19
Fixing warning of possibly uninitialized value in js_call_as_function
portix
2012-03-19
Rename name -> js_name and release js_name in js_call_as_function
portix
2012-03-19
Only one return statement in js_call_as_function
portix
2012-03-19
Fixing possible memory leak in js_create_object
portix
2012-03-19
Cleaning up js.c; fixing memory leak in js_call_as_function
portix
2012-03-19
Call JSValueProtect only if JSValueToObject was successfull
portix
2012-03-19
Branch refactor: Use an anonymous, readonly object for hints
portix
2012-01-03
Updating version info
portix
2011-12-11
Include only needed headers in source files, don't include in header files; r...
portix
2011-11-29
Blocking beforeload events using JavaScriptCore directly instead of using a s...
portix
2011-11-29
Check if stylsheetlist is NULL in adblock_load_status_cb
portix
2011-11-28
Limit stringsize in js_string_to_char
portix
2011-11-26
Adblocker: get html-elements with javascript function
portix