| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
| |
Not in constructed() method.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This reverts commit 0b796336a0c5ce1cf5185c2946c4ff22fa3da296.
Conflicts:
src/web-view-schemes/normal.c
src/web-view-schemes/view-source.c
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
mq_tab_page_get_id() call
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
A net 649 lines deleted!
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This reverts commit a0b9288a5e6fa943a6f2b7f418a12343649ed454.
|
| |
|
| |
|
|
|
|
| |
And add to method parameter lists.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Instead of webkit_web_view_load_uri(). This allows loading about-scheme
targeted resources (links, images, etc.) in the current tab. (Loading
such resources in a new tab or window was already possible.)
|
| |
|
| |
|
|
|
|
|
| |
Allow URIs like "about:" and "about:preferences" to be loaded on middle
click.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|