summaryrefslogtreecommitdiff
path: root/midori
Commit message (Expand)AuthorAgeFilesLines
* Call midori_extension_is_active on extension_item not the arrayChristian Dywan2013-05-151-1/+1
* Fix tab/ web view mixup causing crash in internal view sourceChristian Dywan2013-05-141-1/+1
* Fix --run command line switch by midori_paths_initChristian Dywan2013-05-141-0/+2
* Always load Transfers extension in Private BrowsingChristian Dywan2013-05-141-0/+5
* Drop unnecessary Clutter requirement from Granite buildChristian Dywan2013-05-141-2/+2
* Document Midori.Tab.view_source as since 0.5.1Christian Dywan2013-05-081-0/+2
* Use application name rather than literal Midori stringChristian Dywan2013-05-082-2/+2
* Don't warn if certificate isn't pinnedChristian Dywan2013-05-081-2/+0
* Omit Transfers extension from array of all extensionsChristian Dywan2013-05-082-4/+10
* Always load Transfers extensionChristian Dywan2013-04-261-0/+3
* Never emit 'activate' signal on active extensionsChristian Dywan2013-04-261-2/+3
* Rewrite Transfers as an extensionChristian Dywan2013-04-236-44/+9
* Plug leak listing video formatsChristian Dywan2013-04-201-8/+8
* Handle diagnostic dialog argument in running instanceChristian Dywan2013-04-201-12/+15
* Fix feed panel default value crashChristian Dywan2013-04-201-0/+3
* Fix download tooltip crash and extend test caseChristian Dywan2013-04-201-2/+2
* Only show tls error if flags > 0Christian Dywan2013-04-191-3/+5
* Don't assert if message_map lookup is negativeChristian Dywan2013-04-191-2/+3
* Integrate user interaction exploit demo in about:Christian Dywan2013-04-181-1/+2
* Don't convey loading or progress on special pagesChristian Dywan2013-04-181-1/+2
* Drop unused midori_extension_is_deactivatingChristian Dywan2013-04-172-27/+0
* Address missing NULL checks and dead code found by clangChristian Dywan2013-04-175-13/+8
* No security window for blank pages, but a search iconChristian Dywan2013-04-173-33/+73
* Ensure that download last-size is stored as a pointerChristian Dywan2013-04-171-2/+2
* Supersede AddDesktopShortcut by Web App ManagerChristian Dywan2013-04-115-63/+15
* Fix sokoke_prefetch_uri hanging forever with WebKit2Christian Dywan2013-04-112-14/+8
* get_tls_info: don't ref NULL, no error on tls_flags 0Christian Dywan2013-04-112-14/+15
* Add custom-title setting to override browser titleChristian Dywan2013-04-112-1/+12
* Use hard-coded WebKit2 engine version in generate_ident_stringChristian Dywan2013-04-081-2/+2
* Implement spell checking and preferred languages with WebKit2Christian Dywan2013-04-085-8/+29
* Make Feed Panel build with WebKit2 (not loading feeds)Christian Dywan2013-04-083-8/+10
* Fix compilation guards for midori_map_get_messageChristian Dywan2013-04-071-2/+4
* Consistently use PACKAGE_NAME instead of literal binary nameChristian Dywan2013-04-074-5/+5
* webkit_web_view_get_tls_info provides an unowned ref - so ref itChristian Dywan2013-04-071-2/+5
* Move show_all for scrolled window out of WebKit2 guardsPaweł Forysiuk2013-04-071-1/+1
* Move remaining WebKi1-specific signals in Midori.ViewChristian Dywan2013-04-061-12/+22
* Fix midori_view_get_for_widget behavior for WebKit2Christian Dywan2013-04-061-0/+4
* Make download dialog work and allow files to loadChristian Dywan2013-04-062-34/+107
* Unify certificate checks during loadChristian Dywan2013-04-063-18/+25
* Stub out web inspector de-/ attaching for WebKit2Christian Dywan2013-04-061-22/+28
* Simplify midori_view_web_view_get_snapshot codeChristian Dywan2013-04-061-52/+19
* Implement printing with WebKit2Christian Dywan2013-04-061-8/+14
* Implement clearing HTTP cache with WebKit2Christian Dywan2013-04-061-1/+3
* Conditionally connect web-process-crashedChristian Dywan2013-04-061-2/+3
* Implement certificate handling with WebKit2Christian Dywan2013-04-063-22/+60
* Mouse button handling with WebKit2 except URL pasteChristian Dywan2013-04-051-9/+8
* Add a Gtk.Entry to --plain mode for entering URLsChristian Dywan2013-04-051-6/+19
* Implement view-based favicon handling for WebKit2Christian Dywan2013-04-052-5/+29
* Implement navigation policy in WebKit2Christian Dywan2013-04-051-7/+24
* Implement res:// and stock:// in WebKit2Christian Dywan2013-04-051-4/+53