NetSurf
Functions
uri.c File Reference

RISC OS URI message handling implementation. More...

#include "utils/config.h"
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "oslib/uri.h"
#include "oslib/wimp.h"
#include "utils/log.h"
#include "utils/messages.h"
#include "utils/nsurl.h"
#include "content/fetch.h"
#include "netsurf/browser_window.h"
#include "riscos/gui.h"
#include "riscos/uri.h"
#include "riscos/url_protocol.h"
Include dependency graph for uri.c:

Go to the source code of this file.

Functions

void ro_uri_message_received (wimp_message *msg)
 
bool ro_uri_launch (const char *uri)
 
void ro_uri_bounce (wimp_message *msg)
 

Detailed Description

RISC OS URI message handling implementation.

Definition in file uri.c.

Function Documentation

◆ ro_uri_bounce()

void ro_uri_bounce ( wimp_message *  msg)

Definition at line 110 of file uri.c.

References NSLOG, and ro_url_load().

Referenced by ro_gui_user_message().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ro_uri_launch()

bool ro_uri_launch ( const char *  uri)

Definition at line 93 of file uri.c.

References task_handle.

Referenced by ro_url_bounce(), and ro_url_broadcast().

Here is the caller graph for this function:

◆ ro_uri_message_received()

void ro_uri_message_received ( wimp_message *  msg)

Definition at line 43 of file uri.c.

References browser_window_create(), BW_CREATE_HISTORY, fetch_can_fetch(), messages_get_errorcode(), NSERROR_OK, nsurl_create(), nsurl_unref(), and ro_warn_user().

Referenced by ro_gui_user_message().

Here is the call graph for this function:
Here is the caller graph for this function: