Bug Summary

File:desktop/browser_window.c
Warning:line 907, column 2
Value stored to 'res' is never read

Annotated Source Code

Press '?' to see keyboard shortcuts

clang -cc1 -cc1 -triple x86_64-pc-linux-gnu -analyze -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name browser_window.c -analyzer-checker=core -analyzer-checker=apiModeling -analyzer-checker=unix -analyzer-checker=deadcode -analyzer-checker=security.insecureAPI.UncheckedReturn -analyzer-checker=security.insecureAPI.getpw -analyzer-checker=security.insecureAPI.gets -analyzer-checker=security.insecureAPI.mktemp -analyzer-checker=security.insecureAPI.mkstemp -analyzer-checker=security.insecureAPI.vfork -analyzer-checker=nullability.NullPassedToNonnull -analyzer-checker=nullability.NullReturnedFromNonnull -analyzer-output plist -w -setup-static-analyzer -mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=none -fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases -funwind-tables=2 -target-cpu x86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/var/lib/jenkins/workspace/scan-build-netsurf -fcoverage-compilation-dir=/var/lib/jenkins/workspace/scan-build-netsurf -resource-dir /usr/lib/llvm-19/lib/clang/19 -isystem /usr/include/mit-krb5 -I . -I include -I build/Linux-gtk2 -I frontends -I content/handlers -D WITH_JPEG -U WITH_PDF_EXPORT -D LIBICONV_PLUG -I /var/lib/jenkins/artifacts-x86_64-linux-gnu/include -I /var/lib/jenkins/artifacts-x86_64-linux-gnu/include -I /var/lib/jenkins/artifacts-x86_64-linux-gnu/include -I /usr/include/x86_64-linux-gnu -I /usr/include/p11-kit-1 -D WITH_CURL -D WITH_OPENSSL -I /var/lib/jenkins/artifacts-x86_64-linux-gnu/include -D UTF8PROC_EXPORTS -D WITH_UTF8PROC -I /usr/include/webp -D WITH_WEBP -I /usr/include/libpng16 -D WITH_PNG -I /var/lib/jenkins/artifacts-x86_64-linux-gnu/include/ -D WITH_BMP -I /var/lib/jenkins/artifacts-x86_64-linux-gnu/include -D WITH_GIF -I /var/lib/jenkins/artifacts-x86_64-linux-gnu/include -D WITH_NS_SVG -I /var/lib/jenkins/artifacts-x86_64-linux-gnu/include -D WITH_NSSPRITE -I /var/lib/jenkins/artifacts-x86_64-linux-gnu/include -D WITH_NSPSL -I /var/lib/jenkins/artifacts-x86_64-linux-gnu/include -D WITH_NSLOG -D NETSURF_UA_FORMAT_STRING="Mozilla/5.0 (%s) NetSurf/%d.%d" -D NETSURF_HOMEPAGE="about:welcome" -D NETSURF_LOG_LEVEL=VERBOSE -D NETSURF_BUILTIN_LOG_FILTER="(level:WARNING || cat:jserrors)" -D NETSURF_BUILTIN_VERBOSE_FILTER="(level:VERBOSE || cat:jserrors)" -D STMTEXPR=1 -I /usr/include/librsvg-2.0 -I /usr/include/glib-2.0 -I /usr/lib/x86_64-linux-gnu/glib-2.0/include -I /usr/include/sysprof-6 -I /usr/include/libmount -I /usr/include/blkid -I /usr/include/gdk-pixbuf-2.0 -I /usr/include/libpng16 -I /usr/include/x86_64-linux-gnu -I /usr/include/webp -I /usr/include/cairo -I /usr/include/freetype2 -I /usr/include/pixman-1 -I /usr/include/harfbuzz -I /usr/include/libxml2 -I /usr/include/pango-1.0 -I /usr/include/fribidi -D WITH_RSVG -I /usr/include/gtk-2.0 -I /usr/lib/x86_64-linux-gnu/gtk-2.0/include -I /usr/include/pango-1.0 -I /usr/include/glib-2.0 -I /usr/lib/x86_64-linux-gnu/glib-2.0/include -I /usr/include/sysprof-6 -I /usr/include/harfbuzz -I /usr/include/freetype2 -I /usr/include/libpng16 -I /usr/include/libmount -I /usr/include/blkid -I /usr/include/fribidi -I /usr/include/cairo -I /usr/include/pixman-1 -I /usr/include/gdk-pixbuf-2.0 -I /usr/include/x86_64-linux-gnu -I /usr/include/webp -I /usr/include/atk-1.0 -I /usr/include/glib-2.0 -I /usr/lib/x86_64-linux-gnu/glib-2.0/include -I /usr/include/sysprof-6 -I /usr/include/glib-2.0 -I /usr/lib/x86_64-linux-gnu/glib-2.0/include -I /usr/include/sysprof-6 -D gtk -D nsgtk -D G_DISABLE_SINGLE_INCLUDES -D G_DISABLE_DEPRECATED -D GTK_DISABLE_SINGLE_INCLUDES -D GTK_MULTIHEAD_SAFE -D PANGO_DISABLE_DEPRECATED -D GTK_DISABLE_DEPRECATED -D _XOPEN_SOURCE=700 -D _POSIX_C_SOURCE=200809L -D _BSD_SOURCE -D _DEFAULT_SOURCE -D _NETBSD_SOURCE -D GTK_RESPATH="/var/lib/jenkins/artifacts-x86_64-linux-gnu/share/netsurf/:./frontends/gtk/res/" -D WITH_GRESOURCE -D DUK_OPT_HAVE_CUSTOM_H -internal-isystem /usr/lib/llvm-19/lib/clang/19/include -internal-isystem /usr/local/include -internal-isystem /usr/lib/gcc/x86_64-linux-gnu/14/../../../../x86_64-linux-gnu/include -internal-externc-isystem /usr/include/x86_64-linux-gnu -internal-externc-isystem /include -internal-externc-isystem /usr/include -O2 -Wwrite-strings -Wno-unused-parameter -Wno-unused-but-set-variable -std=c99 -fconst-strings -ferror-limit 19 -fgnuc-version=4.2.1 -fskip-odr-check-in-gmf -vectorize-loops -vectorize-slp -analyzer-display-progress -analyzer-output=html -faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o /var/lib/jenkins/workspace/scan-build-netsurf/clangScanBuildReports/2025-11-29-173709-2979292-1 -x c desktop/browser_window.c
1/*
2 * Copyright 2008 Michael Drake <tlsa@netsurf-browser.org>
3 * Copyright 2010 Daniel Silverstone <dsilvers@digital-scurf.org>
4 * Copyright 2010-2020 Vincent Sanders <vince@netsurf-browser.org>
5 *
6 * This file is part of NetSurf, http://www.netsurf-browser.org/
7 *
8 * NetSurf is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; version 2 of the License.
11 *
12 * NetSurf is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 */
20
21/**
22 * \file
23 *
24 * Browser window creation and manipulation implementation.
25 */
26
27#include "utils/config.h"
28
29#include <stdlib.h>
30#include <string.h>
31#include <math.h>
32#include <nsutils/time.h>
33
34#include "utils/errors.h"
35#include "utils/log.h"
36#include "utils/corestrings.h"
37#include "utils/messages.h"
38#include "utils/nsoption.h"
39#include "netsurf/types.h"
40#include "netsurf/browser_window.h"
41#include "netsurf/window.h"
42#include "netsurf/misc.h"
43#include "netsurf/content.h"
44#include "netsurf/search.h"
45#include "netsurf/plotters.h"
46#include "content/content.h"
47#include "content/hlcache.h"
48#include "content/urldb.h"
49#include "content/content_debug.h"
50
51#include "html/html.h"
52#include "html/form_internal.h"
53#include "javascript/js.h"
54
55#include "desktop/browser_private.h"
56#include "desktop/scrollbar.h"
57#include "desktop/gui_internal.h"
58#include "desktop/download.h"
59#include "desktop/frames.h"
60#include "desktop/global_history.h"
61#include "desktop/textinput.h"
62#include "desktop/hotlist.h"
63#include "desktop/knockout.h"
64#include "desktop/browser_history.h"
65#include "desktop/theme.h"
66
67#ifdef WITH_THEME_INSTALL
68#include "desktop/theme.h"
69#endif
70
71/**
72 * smallest scale that can be applied to a browser window
73 */
74#define SCALE_MINIMUM0.2 0.2
75
76/**
77 * largests scale that can be applied to a browser window
78 */
79#define SCALE_MAXIMUM10.0 10.0
80
81/**
82 * maximum frame depth
83 */
84#define FRAME_DEPTH8 8
85
86/* Forward declare internal navigation function */
87static nserror browser_window__navigate_internal(
88 struct browser_window *bw, struct browser_fetch_parameters *params);
89
90
91/**
92 * Close and destroy all child browser window.
93 *
94 * \param bw browser window
95 */
96static void browser_window_destroy_children(struct browser_window *bw)
97{
98 int i;
99
100 if (bw->children) {
101 for (i = 0; i < (bw->rows * bw->cols); i++) {
102 browser_window_destroy_internal(&bw->children[i]);
103 }
104 free(bw->children);
105 bw->children = NULL((void*)0);
106 bw->rows = 0;
107 bw->cols = 0;
108 }
109}
110
111
112/**
113 * Free the stored fetch parameters
114 *
115 * \param bw The browser window
116 */
117static void
118browser_window__free_fetch_parameters(struct browser_fetch_parameters *params)
119{
120 if (params->url != NULL((void*)0)) {
121 nsurl_unref(params->url);
122 params->url = NULL((void*)0);
123 }
124 if (params->referrer != NULL((void*)0)) {
125 nsurl_unref(params->referrer);
126 params->referrer = NULL((void*)0);
127 }
128 if (params->post_urlenc != NULL((void*)0)) {
129 free(params->post_urlenc);
130 params->post_urlenc = NULL((void*)0);
131 }
132 if (params->post_multipart != NULL((void*)0)) {
133 fetch_multipart_data_destroy(params->post_multipart);
134 params->post_multipart = NULL((void*)0);
135 }
136 if (params->parent_charset != NULL((void*)0)) {
137 free(params->parent_charset);
138 params->parent_charset = NULL((void*)0);
139 }
140}
141
142
143/**
144 * Get position of scrollbar widget within browser window.
145 *
146 * \param bw The browser window
147 * \param horizontal Whether to get position of horizontal scrollbar
148 * \param x Updated to x-coord of top left of scrollbar widget
149 * \param y Updated to y-coord of top left of scrollbar widget
150 */
151static inline void
152browser_window_get_scrollbar_pos(struct browser_window *bw,
153 bool_Bool horizontal,
154 int *x, int *y)
155{
156 if (horizontal) {
157 *x = 0;
158 *y = bw->height - SCROLLBAR_WIDTH16;
159 } else {
160 *x = bw->width - SCROLLBAR_WIDTH16;
161 *y = 0;
162 }
163}
164
165
166/**
167 * Get browser window horizontal scrollbar widget length
168 *
169 * \param bw The browser window
170 * \return the scrollbar's length
171 */
172static inline int get_horz_scrollbar_len(struct browser_window *bw)
173{
174 if (bw->scroll_y == NULL((void*)0)) {
175 return bw->width;
176 }
177 return bw->width - SCROLLBAR_WIDTH16;
178}
179
180
181/**
182 * Get browser window vertical scrollbar widget length
183 *
184 * \param bw The browser window
185 * \return the scrollbar's length
186 */
187static inline int get_vert_scrollbar_len(struct browser_window *bw)
188{
189 return bw->height;
190}
191
192
193/**
194 * Set or remove a selection.
195 *
196 * \param bw browser window with selection
197 * \param selection true if bw has a selection, false if removing selection
198 * \param read_only true iff selection is read only (e.g. can't cut it)
199 */
200static void
201browser_window_set_selection(struct browser_window *bw,
202 bool_Bool selection,
203 bool_Bool read_only)
204{
205 struct browser_window *top;
206
207 assert(bw != NULL)((bw != ((void*)0)) ? (void) (0) : __assert_fail ("bw != NULL"
, "desktop/browser_window.c", 207, __extension__ __PRETTY_FUNCTION__
))
;
208
209 top = browser_window_get_root(bw);
210
211 assert(top != NULL)((top != ((void*)0)) ? (void) (0) : __assert_fail ("top != NULL"
, "desktop/browser_window.c", 211, __extension__ __PRETTY_FUNCTION__
))
;
212
213 if (bw != top->selection.bw &&
214 top->selection.bw != NULL((void*)0) &&
215 top->selection.bw->current_content != NULL((void*)0)) {
216 /* clear old selection */
217 content_clear_selection(top->selection.bw->current_content);
218 }
219
220 if (selection) {
221 top->selection.bw = bw;
222 } else {
223 top->selection.bw = NULL((void*)0);
224 }
225
226 top->selection.read_only = read_only;
227}
228
229
230/**
231 * Set the scroll position of a browser window.
232 *
233 * scrolls the viewport to ensure the specified rectangle of the
234 * content is shown.
235 *
236 * \param bw window to scroll
237 * \param rect The rectangle to ensure is shown.
238 * \return NSERROR_OK on success or apropriate error code.
239 */
240static nserror
241browser_window_set_scroll(struct browser_window *bw, const struct rect *rect)
242{
243 if (bw->window != NULL((void*)0)) {
244 return guit->window->set_scroll(bw->window, rect);
245 }
246
247 if (bw->scroll_x != NULL((void*)0)) {
248 scrollbar_set(bw->scroll_x, rect->x0, false0);
249 }
250 if (bw->scroll_y != NULL((void*)0)) {
251 scrollbar_set(bw->scroll_y, rect->y0, false0);
252 }
253
254 return NSERROR_OK;
255}
256
257
258/**
259 * Internal helper for getting the positional features
260 *
261 * \param[in] bw browser window to examine.
262 * \param[in] x x-coordinate of point of interest
263 * \param[in] y y-coordinate of point of interest
264 * \param[out] data Feature structure to update.
265 * \return NSERROR_OK or appropriate error code on faliure.
266 */
267static nserror
268browser_window__get_contextual_content(struct browser_window *bw,
269 int x, int y,
270 struct browser_window_features *data)
271{
272 nserror ret = NSERROR_OK;
273
274 /* Handle (i)frame scroll offset (core-managed browser windows only) */
275 x += scrollbar_get_offset(bw->scroll_x);
276 y += scrollbar_get_offset(bw->scroll_y);
277
278 if (bw->children) {
279 /* Browser window has children, so pass request on to
280 * appropriate child.
281 */
282 struct browser_window *bwc;
283 int cur_child;
284 int children = bw->rows * bw->cols;
285
286 /* Loop through all children of bw */
287 for (cur_child = 0; cur_child < children; cur_child++) {
288 /* Set current child */
289 bwc = &bw->children[cur_child];
290
291 /* Skip this frame if (x, y) coord lies outside */
292 if ((x < bwc->x) ||
293 (bwc->x + bwc->width < x) ||
294 (y < bwc->y) ||
295 (bwc->y + bwc->height < y)) {
296 continue;
297 }
298
299 /* Pass request into this child */
300 return browser_window__get_contextual_content(bwc,
301 (x - bwc->x), (y - bwc->y), data);
302 }
303
304 /* Coordinate not contained by any frame */
305
306 } else if (bw->current_content != NULL((void*)0)) {
307 /* Pass request to content */
308 ret = content_get_contextual_content(bw->current_content,
309 x, y, data);
310 data->main = bw->current_content;
311 }
312
313 return ret;
314}
315
316
317/**
318 * implements the download operation of a window navigate
319 */
320static nserror
321browser_window_download(struct browser_window *bw,
322 nsurl *url,
323 nsurl *nsref,
324 uint32_t fetch_flags,
325 bool_Bool fetch_is_post,
326 llcache_post_data *post)
327{
328 llcache_handle *l;
329 struct browser_window *root;
330 nserror error;
331
332 root = browser_window_get_root(bw);
333 assert(root != NULL)((root != ((void*)0)) ? (void) (0) : __assert_fail ("root != NULL"
, "desktop/browser_window.c", 333, __extension__ __PRETTY_FUNCTION__
))
;
334
335 fetch_flags |= LLCACHE_RETRIEVE_FORCE_FETCH;
336 fetch_flags |= LLCACHE_RETRIEVE_STREAM_DATA;
337
338 error = llcache_handle_retrieve(url, fetch_flags, nsref,
339 fetch_is_post ? post : NULL((void*)0),
340 NULL((void*)0), NULL((void*)0), &l);
341 if (error == NSERROR_NO_FETCH_HANDLER) {
342 /* no internal handler for this type, call out to frontend */
343 error = guit->misc->launch_url(url);
344 } else if (error != NSERROR_OK) {
345 NSLOG(netsurf, INFO, "Failed to fetch download: %d", error)do { if (NSLOG_LEVEL_INFO >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_INFO, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 345
, }; nslog__log(&_nslog_ctx, "Failed to fetch download: %d"
, error); } } while(0)
;
346 } else {
347 error = download_context_create(l, root->window);
348 if (error != NSERROR_OK) {
349 NSLOG(netsurf, INFO,do { if (NSLOG_LEVEL_INFO >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_INFO, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 350
, }; nslog__log(&_nslog_ctx, "Failed creating download context: %d"
, error); } } while(0)
350 "Failed creating download context: %d", error)do { if (NSLOG_LEVEL_INFO >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_INFO, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 350
, }; nslog__log(&_nslog_ctx, "Failed creating download context: %d"
, error); } } while(0)
;
351 llcache_handle_abort(l);
352 llcache_handle_release(l);
353 }
354 }
355
356 return error;
357}
358
359
360/**
361 * recursively check browser windows for activity
362 *
363 * \param bw browser window to start checking from.
364 */
365static bool_Bool browser_window_check_throbber(struct browser_window *bw)
366{
367 int children, index;
368
369 if (bw->throbbing)
370 return true1;
371
372 if (bw->children) {
373 children = bw->rows * bw->cols;
374 for (index = 0; index < children; index++) {
375 if (browser_window_check_throbber(&bw->children[index]))
376 return true1;
377 }
378 }
379
380 if (bw->iframes) {
381 for (index = 0; index < bw->iframe_count; index++) {
382 if (browser_window_check_throbber(&bw->iframes[index]))
383 return true1;
384 }
385 }
386
387 return false0;
388}
389
390
391/**
392 * Start the busy indicator.
393 *
394 * \param bw browser window
395 */
396static nserror browser_window_start_throbber(struct browser_window *bw)
397{
398 bw->throbbing = true1;
399
400 while (bw->parent)
401 bw = bw->parent;
402
403 return guit->window->event(bw->window, GW_EVENT_START_THROBBER);
404}
405
406
407/**
408 * Stop the busy indicator.
409 *
410 * \param bw browser window
411 */
412static nserror browser_window_stop_throbber(struct browser_window *bw)
413{
414 nserror res = NSERROR_OK;
415
416 bw->throbbing = false0;
417
418 while (bw->parent) {
419 bw = bw->parent;
420 }
421
422 if (!browser_window_check_throbber(bw)) {
423 res = guit->window->event(bw->window, GW_EVENT_STOP_THROBBER);
424 }
425 return res;
426}
427
428
429/**
430 * Callback for fetchcache() for browser window favicon fetches.
431 *
432 * \param c content handle of favicon
433 * \param event The event to process
434 * \param pw a context containing the browser window
435 * \return NSERROR_OK on success else appropriate error code.
436 */
437static nserror
438browser_window_favicon_callback(hlcache_handle *c,
439 const hlcache_event *event,
440 void *pw)
441{
442 struct browser_window *bw = pw;
443
444 switch (event->type) {
445 case CONTENT_MSG_DONE:
446 if (bw->favicon.current != NULL((void*)0)) {
447 content_close(bw->favicon.current);
448 hlcache_handle_release(bw->favicon.current);
449 }
450
451 bw->favicon.current = c;
452 bw->favicon.loading = NULL((void*)0);
453
454 /* content_get_bitmap on the hlcache_handle should give
455 * the favicon bitmap at this point
456 */
457 guit->window->set_icon(bw->window, c);
458 break;
459
460 case CONTENT_MSG_ERROR:
461
462 /* clean up after ourselves */
463 if (c == bw->favicon.loading) {
464 bw->favicon.loading = NULL((void*)0);
465 } else if (c == bw->favicon.current) {
466 bw->favicon.current = NULL((void*)0);
467 }
468
469 hlcache_handle_release(c);
470
471 if (bw->favicon.failed == false0) {
472 nsurl *nsref = NULL((void*)0);
473 nsurl *nsurl;
474 nserror error;
475
476 bw->favicon.failed = true1;
477
478 error = nsurl_create("resource:favicon.ico", &nsurl);
479 if (error != NSERROR_OK) {
480 NSLOG(netsurf, INFO,do { if (NSLOG_LEVEL_INFO >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_INFO, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 481
, }; nslog__log(&_nslog_ctx, "Unable to create default location url"
); } } while(0)
481 "Unable to create default location url")do { if (NSLOG_LEVEL_INFO >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_INFO, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 481
, }; nslog__log(&_nslog_ctx, "Unable to create default location url"
); } } while(0)
;
482 } else {
483 hlcache_handle_retrieve(nsurl,
484 HLCACHE_RETRIEVE_SNIFF_TYPE,
485 nsref, NULL((void*)0),
486 browser_window_favicon_callback,
487 bw, NULL((void*)0), CONTENT_IMAGE,
488 &bw->favicon.loading);
489
490 nsurl_unref(nsurl);
491 }
492
493 }
494 break;
495
496 default:
497 break;
498
499 }
500 return NSERROR_OK;
501}
502
503
504/**
505 * update the favicon associated with the browser window
506 *
507 * \param c the page content handle.
508 * \param bw A top level browser window.
509 * \param link A link context or NULL to attempt fallback scanning.
510 */
511static nserror
512browser_window_update_favicon(hlcache_handle *c,
513 struct browser_window *bw,
514 struct content_rfc5988_link *link)
515{
516 nsurl *nsref = NULL((void*)0);
517 nsurl *nsurl;
518 nserror res;
519
520 assert(c != NULL)((c != ((void*)0)) ? (void) (0) : __assert_fail ("c != NULL",
"desktop/browser_window.c", 520, __extension__ __PRETTY_FUNCTION__
))
;
521 assert(bw !=NULL)((bw !=((void*)0)) ? (void) (0) : __assert_fail ("bw !=NULL",
"desktop/browser_window.c", 521, __extension__ __PRETTY_FUNCTION__
))
;
522
523 if (bw->window == NULL((void*)0)) {
524 /* Not top-level browser window; not interested */
525 return NSERROR_OK;
526 }
527
528 /* already fetching the favicon - use that */
529 if (bw->favicon.loading != NULL((void*)0)) {
530 return NSERROR_OK;
531 }
532
533 bw->favicon.failed = false0;
534
535 if (link == NULL((void*)0)) {
536 /* Look for "icon" */
537 link = content_find_rfc5988_link(c, corestring_lwc_icon);
538 }
539
540 if (link == NULL((void*)0)) {
541 /* Look for "shortcut icon" */
542 link = content_find_rfc5988_link(c, corestring_lwc_shortcut_icon);
543 }
544
545 if (link == NULL((void*)0)) {
546 lwc_string *scheme;
547 bool_Bool speculative_default = false0;
548 bool_Bool match;
549
550 nsurl = hlcache_handle_get_url(c);
551
552 scheme = nsurl_get_component(nsurl, NSURL_SCHEME);
553
554 /* If the document was fetched over http(s), then speculate
555 * that there's a favicon living at /favicon.ico */
556 if ((lwc_string_caseless_isequal(scheme,({ lwc_error __lwc_err = lwc_error_ok; lwc_string *__lwc_str1
= (scheme); lwc_string *__lwc_str2 = (corestring_lwc_http); _Bool
*__lwc_ret = (&match); if (__lwc_str1->insensitive ==
((void*)0)) { __lwc_err = lwc__intern_caseless_string(__lwc_str1
); } if (__lwc_err == lwc_error_ok && __lwc_str2->
insensitive == ((void*)0)) { __lwc_err = lwc__intern_caseless_string
(__lwc_str2); } if (__lwc_err == lwc_error_ok) *__lwc_ret = (
__lwc_str1->insensitive == __lwc_str2->insensitive); __lwc_err
; })
557 corestring_lwc_http,({ lwc_error __lwc_err = lwc_error_ok; lwc_string *__lwc_str1
= (scheme); lwc_string *__lwc_str2 = (corestring_lwc_http); _Bool
*__lwc_ret = (&match); if (__lwc_str1->insensitive ==
((void*)0)) { __lwc_err = lwc__intern_caseless_string(__lwc_str1
); } if (__lwc_err == lwc_error_ok && __lwc_str2->
insensitive == ((void*)0)) { __lwc_err = lwc__intern_caseless_string
(__lwc_str2); } if (__lwc_err == lwc_error_ok) *__lwc_ret = (
__lwc_str1->insensitive == __lwc_str2->insensitive); __lwc_err
; })
558 &match)({ lwc_error __lwc_err = lwc_error_ok; lwc_string *__lwc_str1
= (scheme); lwc_string *__lwc_str2 = (corestring_lwc_http); _Bool
*__lwc_ret = (&match); if (__lwc_str1->insensitive ==
((void*)0)) { __lwc_err = lwc__intern_caseless_string(__lwc_str1
); } if (__lwc_err == lwc_error_ok && __lwc_str2->
insensitive == ((void*)0)) { __lwc_err = lwc__intern_caseless_string
(__lwc_str2); } if (__lwc_err == lwc_error_ok) *__lwc_ret = (
__lwc_str1->insensitive == __lwc_str2->insensitive); __lwc_err
; })
== lwc_error_ok &&
559 match) ||
560 (lwc_string_caseless_isequal(scheme,({ lwc_error __lwc_err = lwc_error_ok; lwc_string *__lwc_str1
= (scheme); lwc_string *__lwc_str2 = (corestring_lwc_https);
_Bool *__lwc_ret = (&match); if (__lwc_str1->insensitive
== ((void*)0)) { __lwc_err = lwc__intern_caseless_string(__lwc_str1
); } if (__lwc_err == lwc_error_ok && __lwc_str2->
insensitive == ((void*)0)) { __lwc_err = lwc__intern_caseless_string
(__lwc_str2); } if (__lwc_err == lwc_error_ok) *__lwc_ret = (
__lwc_str1->insensitive == __lwc_str2->insensitive); __lwc_err
; })
561 corestring_lwc_https,({ lwc_error __lwc_err = lwc_error_ok; lwc_string *__lwc_str1
= (scheme); lwc_string *__lwc_str2 = (corestring_lwc_https);
_Bool *__lwc_ret = (&match); if (__lwc_str1->insensitive
== ((void*)0)) { __lwc_err = lwc__intern_caseless_string(__lwc_str1
); } if (__lwc_err == lwc_error_ok && __lwc_str2->
insensitive == ((void*)0)) { __lwc_err = lwc__intern_caseless_string
(__lwc_str2); } if (__lwc_err == lwc_error_ok) *__lwc_ret = (
__lwc_str1->insensitive == __lwc_str2->insensitive); __lwc_err
; })
562 &match)({ lwc_error __lwc_err = lwc_error_ok; lwc_string *__lwc_str1
= (scheme); lwc_string *__lwc_str2 = (corestring_lwc_https);
_Bool *__lwc_ret = (&match); if (__lwc_str1->insensitive
== ((void*)0)) { __lwc_err = lwc__intern_caseless_string(__lwc_str1
); } if (__lwc_err == lwc_error_ok && __lwc_str2->
insensitive == ((void*)0)) { __lwc_err = lwc__intern_caseless_string
(__lwc_str2); } if (__lwc_err == lwc_error_ok) *__lwc_ret = (
__lwc_str1->insensitive == __lwc_str2->insensitive); __lwc_err
; })
== lwc_error_ok &&
563 match)) {
564 speculative_default = true1;
565 }
566
567 lwc_string_unref(scheme){ lwc_string *__lwc_s = (scheme); if (__lwc_s != ((void*)0)) {
__lwc_s->refcnt--; if ((__lwc_s->refcnt == 0) || ((__lwc_s
->refcnt == 1) && (__lwc_s->insensitive == __lwc_s
))) lwc_string_destroy(__lwc_s); } }
;
568
569 if (speculative_default) {
570 /* no favicon via link, try for the default location */
571 res = nsurl_join(nsurl, "/favicon.ico", &nsurl);
572 } else {
573 bw->favicon.failed = true1;
574 res = nsurl_create("resource:favicon.ico", &nsurl);
575 }
576 if (res != NSERROR_OK) {
577 NSLOG(netsurf, INFO,do { if (NSLOG_LEVEL_INFO >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_INFO, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 578
, }; nslog__log(&_nslog_ctx, "Unable to create default location url"
); } } while(0)
578 "Unable to create default location url")do { if (NSLOG_LEVEL_INFO >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_INFO, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 578
, }; nslog__log(&_nslog_ctx, "Unable to create default location url"
); } } while(0)
;
579 return res;
580 }
581 } else {
582 nsurl = nsurl_ref(link->href);
583 }
584
585 if (link == NULL((void*)0)) {
586 NSLOG(netsurf, INFO,do { if (NSLOG_LEVEL_INFO >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_INFO, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 588
, }; nslog__log(&_nslog_ctx, "fetching general favicon from '%s'"
, nsurl_access(nsurl)); } } while(0)
587 "fetching general favicon from '%s'",do { if (NSLOG_LEVEL_INFO >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_INFO, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 588
, }; nslog__log(&_nslog_ctx, "fetching general favicon from '%s'"
, nsurl_access(nsurl)); } } while(0)
588 nsurl_access(nsurl))do { if (NSLOG_LEVEL_INFO >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_INFO, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 588
, }; nslog__log(&_nslog_ctx, "fetching general favicon from '%s'"
, nsurl_access(nsurl)); } } while(0)
;
589 } else {
590 NSLOG(netsurf, INFO,do { if (NSLOG_LEVEL_INFO >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_INFO, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 593
, }; nslog__log(&_nslog_ctx, "fetching favicon rel:%s '%s'"
, ({((link->rel != ((void*)0)) ? (void) (0) : __assert_fail
("link->rel != NULL", "desktop/browser_window.c", 593, __extension__
__PRETTY_FUNCTION__)); (const char *)((link->rel)+1);}), nsurl_access
(nsurl)); } } while(0)
591 "fetching favicon rel:%s '%s'",do { if (NSLOG_LEVEL_INFO >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_INFO, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 593
, }; nslog__log(&_nslog_ctx, "fetching favicon rel:%s '%s'"
, ({((link->rel != ((void*)0)) ? (void) (0) : __assert_fail
("link->rel != NULL", "desktop/browser_window.c", 593, __extension__
__PRETTY_FUNCTION__)); (const char *)((link->rel)+1);}), nsurl_access
(nsurl)); } } while(0)
592 lwc_string_data(link->rel),do { if (NSLOG_LEVEL_INFO >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_INFO, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 593
, }; nslog__log(&_nslog_ctx, "fetching favicon rel:%s '%s'"
, ({((link->rel != ((void*)0)) ? (void) (0) : __assert_fail
("link->rel != NULL", "desktop/browser_window.c", 593, __extension__
__PRETTY_FUNCTION__)); (const char *)((link->rel)+1);}), nsurl_access
(nsurl)); } } while(0)
593 nsurl_access(nsurl))do { if (NSLOG_LEVEL_INFO >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_INFO, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 593
, }; nslog__log(&_nslog_ctx, "fetching favicon rel:%s '%s'"
, ({((link->rel != ((void*)0)) ? (void) (0) : __assert_fail
("link->rel != NULL", "desktop/browser_window.c", 593, __extension__
__PRETTY_FUNCTION__)); (const char *)((link->rel)+1);}), nsurl_access
(nsurl)); } } while(0)
;
594 }
595
596 res = hlcache_handle_retrieve(nsurl,
597 HLCACHE_RETRIEVE_SNIFF_TYPE,
598 nsref,
599 NULL((void*)0),
600 browser_window_favicon_callback,
601 bw,
602 NULL((void*)0),
603 CONTENT_IMAGE,
604 &bw->favicon.loading);
605
606 nsurl_unref(nsurl);
607
608 return res;
609}
610
611
612/**
613 * Handle meta http-equiv refresh time elapsing by loading a new page.
614 *
615 * \param p browser window to refresh with new page
616 */
617static void browser_window_refresh(void *p)
618{
619 struct browser_window *bw = p;
620 nsurl *url;
621 nsurl *refresh;
622 hlcache_handle *parent = NULL((void*)0);
623 enum browser_window_nav_flags flags = BW_NAVIGATE_UNVERIFIABLE;
624
625 assert(bw->current_content != NULL &&((bw->current_content != ((void*)0) && (content_get_status
(bw->current_content) == CONTENT_STATUS_READY || content_get_status
(bw->current_content) == CONTENT_STATUS_DONE)) ? (void) (0
) : __assert_fail ("bw->current_content != NULL && (content_get_status(bw->current_content) == CONTENT_STATUS_READY || content_get_status(bw->current_content) == CONTENT_STATUS_DONE)"
, "desktop/browser_window.c", 629, __extension__ __PRETTY_FUNCTION__
))
626 (content_get_status(bw->current_content) ==((bw->current_content != ((void*)0) && (content_get_status
(bw->current_content) == CONTENT_STATUS_READY || content_get_status
(bw->current_content) == CONTENT_STATUS_DONE)) ? (void) (0
) : __assert_fail ("bw->current_content != NULL && (content_get_status(bw->current_content) == CONTENT_STATUS_READY || content_get_status(bw->current_content) == CONTENT_STATUS_DONE)"
, "desktop/browser_window.c", 629, __extension__ __PRETTY_FUNCTION__
))
627 CONTENT_STATUS_READY ||((bw->current_content != ((void*)0) && (content_get_status
(bw->current_content) == CONTENT_STATUS_READY || content_get_status
(bw->current_content) == CONTENT_STATUS_DONE)) ? (void) (0
) : __assert_fail ("bw->current_content != NULL && (content_get_status(bw->current_content) == CONTENT_STATUS_READY || content_get_status(bw->current_content) == CONTENT_STATUS_DONE)"
, "desktop/browser_window.c", 629, __extension__ __PRETTY_FUNCTION__
))
628 content_get_status(bw->current_content) ==((bw->current_content != ((void*)0) && (content_get_status
(bw->current_content) == CONTENT_STATUS_READY || content_get_status
(bw->current_content) == CONTENT_STATUS_DONE)) ? (void) (0
) : __assert_fail ("bw->current_content != NULL && (content_get_status(bw->current_content) == CONTENT_STATUS_READY || content_get_status(bw->current_content) == CONTENT_STATUS_DONE)"
, "desktop/browser_window.c", 629, __extension__ __PRETTY_FUNCTION__
))
629 CONTENT_STATUS_DONE))((bw->current_content != ((void*)0) && (content_get_status
(bw->current_content) == CONTENT_STATUS_READY || content_get_status
(bw->current_content) == CONTENT_STATUS_DONE)) ? (void) (0
) : __assert_fail ("bw->current_content != NULL && (content_get_status(bw->current_content) == CONTENT_STATUS_READY || content_get_status(bw->current_content) == CONTENT_STATUS_DONE)"
, "desktop/browser_window.c", 629, __extension__ __PRETTY_FUNCTION__
))
;
630
631 /* Ignore if the refresh URL has gone
632 * (may happen if a fetch error occurred) */
633 refresh = content_get_refresh_url(bw->current_content);
634 if (refresh == NULL((void*)0))
635 return;
636
637 /* mark this content as invalid so it gets flushed from the cache */
638 content_invalidate_reuse_data(bw->current_content);
639
640 url = hlcache_handle_get_url(bw->current_content);
641 if ((url == NULL((void*)0)) || (nsurl_compare(url, refresh, NSURL_COMPLETE))) {
642 flags |= BW_NAVIGATE_HISTORY;
643 }
644
645 /* Treat an (almost) immediate refresh in a top-level browser window as
646 * if it were an HTTP redirect, and thus make the resulting fetch
647 * verifiable.
648 *
649 * See fetchcache.c for why redirected fetches should be verifiable at
650 * all.
651 */
652 if (bw->refresh_interval <= 100 && bw->parent == NULL((void*)0)) {
653 flags &= ~BW_NAVIGATE_UNVERIFIABLE;
654 } else {
655 parent = bw->current_content;
656 }
657
658 browser_window_navigate(bw,
659 refresh,
660 url,
661 flags,
662 NULL((void*)0),
663 NULL((void*)0),
664 parent);
665
666}
667
668
669/**
670 * Transfer the loading_content to a new download window.
671 */
672static void
673browser_window_convert_to_download(struct browser_window *bw,
674 llcache_handle *stream)
675{
676 struct browser_window *root = browser_window_get_root(bw);
677 nserror error;
678
679 assert(root != NULL)((root != ((void*)0)) ? (void) (0) : __assert_fail ("root != NULL"
, "desktop/browser_window.c", 679, __extension__ __PRETTY_FUNCTION__
))
;
680
681 error = download_context_create(stream, root->window);
682 if (error != NSERROR_OK) {
683 llcache_handle_abort(stream);
684 llcache_handle_release(stream);
685 }
686
687 /* remove content from browser window */
688 hlcache_handle_release(bw->loading_content);
689 bw->loading_content = NULL((void*)0);
690
691 browser_window_stop_throbber(bw);
692}
693
694
695/**
696 * scroll to a fragment if present
697 *
698 * \param bw browser window
699 * \return true if the scroll was sucessful
700 */
701static bool_Bool frag_scroll(struct browser_window *bw)
702{
703 struct rect rect;
704
705 if (bw->frag_id == NULL((void*)0)) {
706 return false0;
707 }
708
709 if (!html_get_id_offset(bw->current_content,
710 bw->frag_id,
711 &rect.x0,
712 &rect.y0)) {
713 return false0;
714 }
715
716 rect.x1 = rect.x0;
717 rect.y1 = rect.y0;
718 if (browser_window_set_scroll(bw, &rect) == NSERROR_OK) {
719 if (bw->current_content != NULL((void*)0) &&
720 bw->history != NULL((void*)0) &&
721 bw->history->current != NULL((void*)0)) {
722 browser_window_history_update(bw, bw->current_content);
723 }
724 return true1;
725 }
726 return false0;
727}
728
729
730/**
731 * Redraw browser window, set extent to content, and update title.
732 *
733 * \param bw browser_window
734 * \param scroll_to_top move view to top of page
735 */
736static void browser_window_update(struct browser_window *bw, bool_Bool scroll_to_top)
737{
738 static const struct rect zrect = {
739 .x0 = 0,
740 .y0 = 0,
741 .x1 = 0,
742 .y1 = 0
743 };
744
745 if (bw->current_content == NULL((void*)0)) {
746 return;
747 }
748
749 switch (bw->browser_window_type) {
750
751 case BROWSER_WINDOW_NORMAL:
752 /* Root browser window, constituting a front end window/tab */
753 guit->window->set_title(bw->window,
754 content_get_title(bw->current_content));
755
756 browser_window_update_extent(bw);
757
758 /* if frag_id exists, then try to scroll to it */
759 /** @todo don't do this if the user has scrolled */
760 if (!frag_scroll(bw)) {
761 if (scroll_to_top) {
762 browser_window_set_scroll(bw, &zrect);
763 }
764 }
765
766 guit->window->invalidate(bw->window, NULL((void*)0));
767
768 break;
769
770 case BROWSER_WINDOW_IFRAME:
771 /* Internal iframe browser window */
772 assert(bw->parent != NULL)((bw->parent != ((void*)0)) ? (void) (0) : __assert_fail (
"bw->parent != NULL", "desktop/browser_window.c", 772, __extension__
__PRETTY_FUNCTION__))
;
773 assert(bw->parent->current_content != NULL)((bw->parent->current_content != ((void*)0)) ? (void) (
0) : __assert_fail ("bw->parent->current_content != NULL"
, "desktop/browser_window.c", 773, __extension__ __PRETTY_FUNCTION__
))
;
774
775 browser_window_update_extent(bw);
776
777 if (scroll_to_top) {
778 browser_window_set_scroll(bw, &zrect);
779 }
780
781 /* if frag_id exists, then try to scroll to it */
782 /** @todo don't do this if the user has scrolled */
783 frag_scroll(bw);
784
785 browser_window_invalidate_iframe(bw);
786
787 break;
788
789 case BROWSER_WINDOW_FRAME:
790 {
791 struct rect rect;
792 browser_window_update_extent(bw);
793
794 if (scroll_to_top) {
795 browser_window_set_scroll(bw, &zrect);
796 }
797
798 /* if frag_id exists, then try to scroll to it */
799 /** @todo don't do this if the user has scrolled */
800 frag_scroll(bw);
801
802 rect.x0 = scrollbar_get_offset(bw->scroll_x);
803 rect.y0 = scrollbar_get_offset(bw->scroll_y);
804 rect.x1 = rect.x0 + bw->width;
805 rect.y1 = rect.y0 + bw->height;
806
807 browser_window_invalidate_rect(bw, &rect);
808 }
809 break;
810
811 default:
812 case BROWSER_WINDOW_FRAMESET:
813 /* Nothing to do */
814 break;
815 }
816}
817
818
819/**
820 * handle message for content ready on browser window
821 */
822static nserror browser_window_content_ready(struct browser_window *bw)
1
[debug] analyzing from browser_window_content_ready
823{
824 int width, height;
825 nserror res = NSERROR_OK;
826
827 /* close and release the current window content */
828 if (bw->current_content != NULL((void*)0)) {
829 content_close(bw->current_content);
830 hlcache_handle_release(bw->current_content);
831 }
832
833 bw->current_content = bw->loading_content;
834 bw->loading_content = NULL((void*)0);
835
836 if (!bw->internal_nav) {
837 /* Transfer the fetch parameters */
838 browser_window__free_fetch_parameters(&bw->current_parameters);
839 bw->current_parameters = bw->loading_parameters;
840 memset(&bw->loading_parameters, 0, sizeof(bw->loading_parameters));
841 /* Transfer the certificate chain */
842 cert_chain_free(bw->current_cert_chain);
843 bw->current_cert_chain = bw->loading_cert_chain;
844 bw->loading_cert_chain = NULL((void*)0);
845 }
846
847 /* Format the new content to the correct dimensions */
848 browser_window_get_dimensions(bw, &width, &height);
849 width /= bw->scale;
850 height /= bw->scale;
851 content_reformat(bw->current_content, false0, width, height);
852
853 /* history */
854 if (bw->history_add && bw->history && !bw->internal_nav) {
855 nsurl *url = hlcache_handle_get_url(bw->current_content);
856
857 if (urldb_add_url(url)) {
858 urldb_set_url_title(url, content_get_title(bw->current_content));
859 urldb_update_url_visit_data(url);
860 urldb_set_url_content_type(url,
861 content_get_type(bw->current_content));
862
863 /* This is safe as we've just added the URL */
864 global_history_add(urldb_get_url(url));
865 }
866 /**
867 * \todo Urldb / Thumbnails / Local history brokenness
868 *
869 * We add to local history after calling urldb_add_url rather
870 * than in the block above. If urldb_add_url fails (as it
871 * will for urls like "about:about", "about:config" etc),
872 * there would be no local history node, and later calls to
873 * history_update will either explode or overwrite the node
874 * for the previous URL.
875 *
876 * We call it after, rather than before urldb_add_url because
877 * history_add calls bitmap render, which tries to register
878 * the thumbnail with urldb. That thumbnail registration
879 * fails if the url doesn't exist in urldb already, and only
880 * urldb-registered thumbnails get freed. So if we called
881 * history_add before urldb_add_url we would leak thumbnails
882 * for all newly visited URLs. With the history_add call
883 * after, we only leak the thumbnails when urldb does not add
884 * the URL.
885 *
886 * Also, since browser_window_history_add can create a
887 * thumbnail (content_redraw), we need to do it after
888 * content_reformat.
889 */
890 browser_window_history_add(bw, bw->current_content, bw->frag_id);
891 }
892
893 browser_window_remove_caret(bw, false0);
894
895 if (bw->window != NULL((void*)0)) {
896 guit->window->event(bw->window, GW_EVENT_NEW_CONTENT);
897
898 browser_window_refresh_url_bar(bw);
899 }
900
901 /* new content; set scroll_to_top */
902 browser_window_update(bw, true1);
903 content_open(bw->current_content, bw, 0, 0);
904 browser_window_set_status(bw, content_get_status_message(bw->current_content));
905
906 /* frames */
907 res = browser_window_create_frameset(bw);
2
Value stored to 'res' is never read
908
909 /* iframes */
910 res = browser_window_create_iframes(bw);
911
912 /* Indicate page status may have changed */
913 if (res == NSERROR_OK) {
914 struct browser_window *root = browser_window_get_root(bw);
915 res = guit->window->event(root->window, GW_EVENT_PAGE_INFO_CHANGE);
916 }
917
918 return res;
919}
920
921
922/**
923 * handle message for content done on browser window
924 */
925static nserror
926browser_window_content_done(struct browser_window *bw)
927{
928 float sx, sy;
929 struct rect rect;
930 int scrollx;
931 int scrolly;
932
933 if (bw->window == NULL((void*)0)) {
934 /* Updated browser window's scrollbars. */
935 /**
936 * \todo update browser window scrollbars before CONTENT_MSG_DONE
937 */
938 browser_window_reformat(bw, true1, bw->width, bw->height);
939 browser_window_handle_scrollbars(bw);
940 }
941
942 browser_window_update(bw, false0);
943 browser_window_set_status(bw, content_get_status_message(bw->current_content));
944 browser_window_stop_throbber(bw);
945 browser_window_update_favicon(bw->current_content, bw, NULL((void*)0));
946
947 if (browser_window_history_get_scroll(bw, &sx, &sy) == NSERROR_OK) {
948 scrollx = (int)((float)content_get_width(bw->current_content) * sx);
949 scrolly = (int)((float)content_get_height(bw->current_content) * sy);
950 rect.x0 = rect.x1 = scrollx;
951 rect.y0 = rect.y1 = scrolly;
952 if (browser_window_set_scroll(bw, &rect) != NSERROR_OK) {
953 NSLOG(netsurf, WARNING,do { if (NSLOG_LEVEL_WARNING >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_WARNING, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 955
, }; nslog__log(&_nslog_ctx, "Unable to set browser scroll offsets to %d by %d"
, scrollx, scrolly); } } while(0)
954 "Unable to set browser scroll offsets to %d by %d",do { if (NSLOG_LEVEL_WARNING >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_WARNING, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 955
, }; nslog__log(&_nslog_ctx, "Unable to set browser scroll offsets to %d by %d"
, scrollx, scrolly); } } while(0)
955 scrollx, scrolly)do { if (NSLOG_LEVEL_WARNING >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_WARNING, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 955
, }; nslog__log(&_nslog_ctx, "Unable to set browser scroll offsets to %d by %d"
, scrollx, scrolly); } } while(0)
;
956 }
957 }
958
959 if (!bw->internal_nav) {
960 browser_window_history_update(bw, bw->current_content);
961 hotlist_update_url(hlcache_handle_get_url(bw->current_content));
962 }
963
964 if (bw->refresh_interval != -1) {
965 guit->misc->schedule(bw->refresh_interval * 10,
966 browser_window_refresh, bw);
967 }
968
969 return NSERROR_OK;
970}
971
972
973/**
974 * Handle query responses from SSL requests
975 */
976static nserror
977browser_window__handle_ssl_query_response(bool_Bool proceed, void *pw)
978{
979 struct browser_window *bw = (struct browser_window *)pw;
980
981 /* If we're in the process of loading, stop the load */
982 if (bw->loading_content != NULL((void*)0)) {
983 /* We had a loading content (maybe auth page?) */
984 browser_window_stop(bw);
985 browser_window_remove_caret(bw, false0);
986 browser_window_destroy_children(bw);
987 browser_window_destroy_iframes(bw);
988 }
989
990 if (!proceed) {
991 /* We're processing a "back to safety", do a rough-and-ready
992 * nav to the old 'current' parameters, with any post data
993 * stripped away
994 */
995 return browser_window__reload_current_parameters(bw);
996 }
997
998 /* We're processing a "proceed" attempt from the form */
999 /* First, we permit the SSL */
1000 urldb_set_cert_permissions(bw->loading_parameters.url, true1);
1001
1002 /* And then we navigate to the original loading parameters */
1003 bw->internal_nav = false0;
1004
1005 return browser_window__navigate_internal(bw, &bw->loading_parameters);
1006}
1007
1008
1009/**
1010 * Unpack a "username:password" to components.
1011 *
1012 * \param[in] userpass The input string to split.
1013 * \param[in] username_out Returns username on success. Owned by caller.
1014 * \param[out] password_out Returns password on success. Owned by caller.
1015 * \return NSERROR_OK, or appropriate error code.
1016 */
1017static nserror
1018browser_window__unpack_userpass(const char *userpass,
1019 char **username_out,
1020 char **password_out)
1021{
1022 const char *tmp;
1023 char *username;
1024 char *password;
1025 size_t len;
1026
1027 if (userpass == NULL((void*)0)) {
1028 username = malloc(1);
1029 password = malloc(1);
1030 if (username == NULL((void*)0) || password == NULL((void*)0)) {
1031 free(username);
1032 free(password);
1033 return NSERROR_NOMEM;
1034 }
1035 username[0] = '\0';
1036 password[0] = '\0';
1037
1038 *username_out = username;
1039 *password_out = password;
1040 return NSERROR_OK;
1041 }
1042
1043 tmp = strchr(userpass, ':');
1044 if (tmp == NULL((void*)0)) {
1045 return NSERROR_BAD_PARAMETER;
1046 } else {
1047 size_t len2;
1048 len = tmp - userpass;
1049 len2 = strlen(++tmp);
1050
1051 username = malloc(len + 1);
1052 password = malloc(len2 + 1);
1053 if (username == NULL((void*)0) || password == NULL((void*)0)) {
1054 free(username);
1055 free(password);
1056 return NSERROR_NOMEM;
1057 }
1058 memcpy(username, userpass, len);
1059 username[len] = '\0';
1060 memcpy(password, tmp, len2 + 1);
1061 }
1062
1063 *username_out = username;
1064 *password_out = password;
1065 return NSERROR_OK;
1066}
1067
1068
1069/**
1070 * Build a "username:password" from components.
1071 *
1072 * \param[in] username The username component.
1073 * \param[in] password The password component.
1074 * \param[out] userpass_out Returns combined string on success.
1075 * Owned by caller.
1076 * \return NSERROR_OK, or appropriate error code.
1077 */
1078static nserror
1079browser_window__build_userpass(const char *username,
1080 const char *password,
1081 char **userpass_out)
1082{
1083 char *userpass;
1084 size_t len;
1085
1086 len = strlen(username) + 1 + strlen(password) + 1;
1087
1088 userpass = malloc(len);
1089 if (userpass == NULL((void*)0)) {
1090 return NSERROR_NOMEM;
1091 }
1092
1093 snprintf(userpass, len, "%s:%s", username, password);
1094
1095 *userpass_out = userpass;
1096 return NSERROR_OK;
1097}
1098
1099
1100/**
1101 * Handle a response from the UI when prompted for credentials
1102 */
1103static nserror
1104browser_window__handle_userpass_response(nsurl *url,
1105 const char *realm,
1106 const char *username,
1107 const char *password,
1108 void *pw)
1109{
1110 struct browser_window *bw = (struct browser_window *)pw;
1111 char *userpass;
1112 nserror err;
1113
1114 err = browser_window__build_userpass(username, password, &userpass);
1115 if (err != NSERROR_OK) {
1116 return err;
1117 }
1118
1119 urldb_set_auth_details(url, realm, userpass);
1120
1121 free(userpass);
1122
1123 /**
1124 * \todo QUERY - Eventually this should fill out the form *NOT* nav
1125 * to the original location
1126 */
1127 /* Finally navigate to the original loading parameters */
1128 if (bw->loading_content != NULL((void*)0)) {
1129 /* We had a loading content (maybe auth page?) */
1130 browser_window_stop(bw);
1131 browser_window_remove_caret(bw, false0);
1132 browser_window_destroy_children(bw);
1133 browser_window_destroy_iframes(bw);
1134 }
1135 bw->internal_nav = false0;
1136 return browser_window__navigate_internal(bw, &bw->loading_parameters);
1137}
1138
1139
1140/**
1141 * Handle login request (BAD_AUTH) during fetch
1142 *
1143 */
1144static nserror
1145browser_window__handle_login(struct browser_window *bw,
1146 const char *realm,
1147 nsurl *url) {
1148 char *username = NULL((void*)0), *password = NULL((void*)0);
1149 nserror err = NSERROR_OK;
1150 struct browser_fetch_parameters params;
1151
1152 memset(&params, 0, sizeof(params));
1153
1154 /* Step one, retrieve what we have */
1155 err = browser_window__unpack_userpass(
1156 urldb_get_auth_details(url, realm),
1157 &username, &password);
1158 if (err != NSERROR_OK) {
1159 goto out;
1160 }
1161
1162 /* Step two, construct our fetch parameters */
1163 params.url = nsurl_ref(corestring_nsurl_about_query_auth);
1164 params.referrer = nsurl_ref(url);
1165 params.flags = BW_NAVIGATE_HISTORY | BW_NAVIGATE_NO_TERMINAL_HISTORY_UPDATE | BW_NAVIGATE_INTERNAL;
1166
1167 err = fetch_multipart_data_new_kv(&params.post_multipart,
1168 "siteurl",
1169 nsurl_access(url));
1170 if (err != NSERROR_OK) {
1171 goto out;
1172 }
1173
1174 err = fetch_multipart_data_new_kv(&params.post_multipart,
1175 "realm",
1176 realm);
1177 if (err != NSERROR_OK) {
1178 goto out;
1179 }
1180
1181 err = fetch_multipart_data_new_kv(&params.post_multipart,
1182 "username",
1183 username);
1184 if (err != NSERROR_OK) {
1185 goto out;
1186 }
1187
1188 err = fetch_multipart_data_new_kv(&params.post_multipart,
1189 "password",
1190 password);
1191 if (err != NSERROR_OK) {
1192 goto out;
1193 }
1194
1195 /* Now we issue the fetch */
1196 bw->internal_nav = true1;
1197 err = browser_window__navigate_internal(bw, &params);
1198
1199 if (err != NSERROR_OK) {
1200 goto out;
1201 }
1202
1203 err = guit->misc->login(url, realm, username, password,
1204 browser_window__handle_userpass_response, bw);
1205
1206 if (err == NSERROR_NOT_IMPLEMENTED) {
1207 err = NSERROR_OK;
1208 }
1209 out:
1210 if (username != NULL((void*)0)) {
1211 free(username);
1212 }
1213 if (password != NULL((void*)0)) {
1214 free(password);
1215 }
1216 browser_window__free_fetch_parameters(&params);
1217 return err;
1218}
1219
1220
1221/**
1222 * Handle a certificate verification request (BAD_CERTS) during a fetch
1223 */
1224static nserror
1225browser_window__handle_bad_certs(struct browser_window *bw,
1226 nsurl *url)
1227{
1228 struct browser_fetch_parameters params;
1229 nserror err;
1230 /* Initially we don't know WHY the SSL cert was bad */
1231 const char *reason = messages_get_sslcode(SSL_CERT_ERR_UNKNOWN);
1232 size_t depth;
1233 nsurl *chainurl = NULL((void*)0);
1234
1235 memset(&params, 0, sizeof(params));
1236
1237 params.url = nsurl_ref(corestring_nsurl_about_query_ssl);
1238 params.referrer = nsurl_ref(url);
1239 params.flags = BW_NAVIGATE_HISTORY | BW_NAVIGATE_NO_TERMINAL_HISTORY_UPDATE | BW_NAVIGATE_INTERNAL;
1240
1241 err = fetch_multipart_data_new_kv(&params.post_multipart,
1242 "siteurl",
1243 nsurl_access(url));
1244 if (err != NSERROR_OK) {
1245 goto out;
1246 }
1247
1248 if (bw->loading_cert_chain != NULL((void*)0)) {
1249 for (depth = 0; depth < bw->loading_cert_chain->depth; ++depth) {
1250 size_t idx = bw->loading_cert_chain->depth - (depth + 1);
1251 ssl_cert_err err = bw->loading_cert_chain->certs[idx].err;
1252 if (err != SSL_CERT_ERR_OK) {
1253 reason = messages_get_sslcode(err);
1254 break;
1255 }
1256 }
1257
1258 err = cert_chain_to_query(bw->loading_cert_chain, &chainurl);
1259 if (err != NSERROR_OK) {
1260 goto out;
1261 }
1262
1263 err = fetch_multipart_data_new_kv(&params.post_multipart,
1264 "chainurl",
1265 nsurl_access(chainurl));
1266 if (err != NSERROR_OK) {
1267 goto out;
1268 }
1269 }
1270
1271 err = fetch_multipart_data_new_kv(&params.post_multipart,
1272 "reason",
1273 reason);
1274 if (err != NSERROR_OK) {
1275 goto out;
1276 }
1277
1278 /* Now we issue the fetch */
1279 bw->internal_nav = true1;
1280 err = browser_window__navigate_internal(bw, &params);
1281 if (err != NSERROR_OK) {
1282 goto out;
1283 }
1284
1285 out:
1286 browser_window__free_fetch_parameters(&params);
1287 if (chainurl != NULL((void*)0))
1288 nsurl_unref(chainurl);
1289 return err;
1290}
1291
1292
1293/**
1294 * Handle a timeout during a fetch
1295 */
1296static nserror
1297browser_window__handle_timeout(struct browser_window *bw, nsurl *url)
1298{
1299 struct browser_fetch_parameters params;
1300 nserror err;
1301
1302 memset(&params, 0, sizeof(params));
1303
1304 params.url = nsurl_ref(corestring_nsurl_about_query_timeout);
1305 params.referrer = nsurl_ref(url);
1306 params.flags = BW_NAVIGATE_HISTORY | BW_NAVIGATE_NO_TERMINAL_HISTORY_UPDATE | BW_NAVIGATE_INTERNAL;
1307
1308 err = fetch_multipart_data_new_kv(&params.post_multipart,
1309 "siteurl",
1310 nsurl_access(url));
1311 if (err != NSERROR_OK) {
1312 goto out;
1313 }
1314
1315 /* Now we issue the fetch */
1316 bw->internal_nav = true1;
1317 err = browser_window__navigate_internal(bw, &params);
1318 if (err != NSERROR_OK) {
1319 goto out;
1320 }
1321
1322 out:
1323 browser_window__free_fetch_parameters(&params);
1324 return err;
1325}
1326
1327
1328/**
1329 * Handle non specific errors during a fetch
1330 */
1331static nserror
1332browser_window__handle_fetcherror(struct browser_window *bw,
1333 const char *reason,
1334 nsurl *url)
1335{
1336 struct browser_fetch_parameters params;
1337 nserror err;
1338
1339 memset(&params, 0, sizeof(params));
1340
1341 params.url = nsurl_ref(corestring_nsurl_about_query_fetcherror);
1342 params.referrer = nsurl_ref(url);
1343 params.flags = BW_NAVIGATE_HISTORY | BW_NAVIGATE_NO_TERMINAL_HISTORY_UPDATE | BW_NAVIGATE_INTERNAL;
1344
1345 err = fetch_multipart_data_new_kv(&params.post_multipart,
1346 "siteurl",
1347 nsurl_access(url));
1348 if (err != NSERROR_OK) {
1349 goto out;
1350 }
1351
1352 err = fetch_multipart_data_new_kv(&params.post_multipart,
1353 "reason",
1354 reason);
1355 if (err != NSERROR_OK) {
1356 goto out;
1357 }
1358
1359 /* Now we issue the fetch */
1360 bw->internal_nav = true1;
1361 err = browser_window__navigate_internal(bw, &params);
1362 if (err != NSERROR_OK) {
1363 goto out;
1364 }
1365
1366 out:
1367 browser_window__free_fetch_parameters(&params);
1368 return err;
1369}
1370
1371
1372/**
1373 * Handle errors during content fetch
1374 */
1375static nserror
1376browser_window__handle_error(struct browser_window *bw,
1377 hlcache_handle *c,
1378 const hlcache_event *event)
1379{
1380 const char *message = event->data.errordata.errormsg;
1381 nserror code = event->data.errordata.errorcode;
1382 nserror res;
1383 nsurl *url = hlcache_handle_get_url(c);
1384
1385 /* Unexpected OK? */
1386 assert(code != NSERROR_OK)((code != NSERROR_OK) ? (void) (0) : __assert_fail ("code != NSERROR_OK"
, "desktop/browser_window.c", 1386, __extension__ __PRETTY_FUNCTION__
))
;
1387
1388 if (message == NULL((void*)0)) {
1389 message = messages_get_errorcode(code);
1390 } else {
1391 message = messages_get(message);
1392 }
1393
1394 if (c == bw->loading_content) {
1395 bw->loading_content = NULL((void*)0);
1396 } else if (c == bw->current_content) {
1397 bw->current_content = NULL((void*)0);
1398 browser_window_remove_caret(bw, false0);
1399 }
1400
1401 hlcache_handle_release(c);
1402
1403 switch (code) {
1404 case NSERROR_BAD_AUTH:
1405 res = browser_window__handle_login(bw, message, url);
1406 break;
1407
1408 case NSERROR_BAD_CERTS:
1409 res = browser_window__handle_bad_certs(bw, url);
1410 break;
1411
1412 case NSERROR_TIMEOUT:
1413 res = browser_window__handle_timeout(bw, url);
1414 break;
1415
1416 default:
1417 res = browser_window__handle_fetcherror(bw, message, url);
1418 break;
1419 }
1420
1421 return res;
1422}
1423
1424
1425/**
1426 * Update URL bar for a given browser window to given URL
1427 *
1428 * \param bw Browser window to update URL bar for.
1429 * \param url URL for content displayed by bw including any fragment.
1430 */
1431static inline nserror
1432browser_window_refresh_url_bar_internal(struct browser_window *bw, nsurl *url)
1433{
1434 assert(bw)((bw) ? (void) (0) : __assert_fail ("bw", "desktop/browser_window.c"
, 1434, __extension__ __PRETTY_FUNCTION__))
;
1435 assert(url)((url) ? (void) (0) : __assert_fail ("url", "desktop/browser_window.c"
, 1435, __extension__ __PRETTY_FUNCTION__))
;
1436
1437 if ((bw->parent != NULL((void*)0)) || (bw->window == NULL((void*)0))) {
1438 /* Not root window or no gui window so do not set a URL */
1439 return NSERROR_OK;
1440 }
1441
1442 return guit->window->set_url(bw->window, url);
1443}
1444
1445
1446/**
1447 * Browser window content event callback handler.
1448 */
1449static nserror
1450browser_window_callback(hlcache_handle *c, const hlcache_event *event, void *pw)
1451{
1452 struct browser_window *bw = pw;
1453 nserror res = NSERROR_OK;
1454
1455 switch (event->type) {
1456 case CONTENT_MSG_SSL_CERTS:
1457 /* SSL certificate information has arrived, store it */
1458 cert_chain_free(bw->loading_cert_chain);
1459 cert_chain_dup(event->data.chain, &bw->loading_cert_chain);
1460 break;
1461
1462 case CONTENT_MSG_LOG:
1463 browser_window_console_log(bw,
1464 event->data.log.src,
1465 event->data.log.msg,
1466 event->data.log.msglen,
1467 event->data.log.flags);
1468 break;
1469
1470 case CONTENT_MSG_DOWNLOAD:
1471 assert(bw->loading_content == c)((bw->loading_content == c) ? (void) (0) : __assert_fail (
"bw->loading_content == c", "desktop/browser_window.c", 1471
, __extension__ __PRETTY_FUNCTION__))
;
1472
1473 browser_window_convert_to_download(bw, event->data.download);
1474
1475 if (bw->current_content != NULL((void*)0)) {
1476 browser_window_refresh_url_bar(bw);
1477 }
1478 break;
1479
1480 case CONTENT_MSG_LOADING:
1481 assert(bw->loading_content == c)((bw->loading_content == c) ? (void) (0) : __assert_fail (
"bw->loading_content == c", "desktop/browser_window.c", 1481
, __extension__ __PRETTY_FUNCTION__))
;
1482
1483#ifdef WITH_THEME_INSTALL
1484 if (content_get_type(c) == CONTENT_THEME) {
1485 theme_install_start(c);
1486 bw->loading_content = NULL((void*)0);
1487 browser_window_stop_throbber(bw);
1488 } else
1489#endif
1490 {
1491 bw->refresh_interval = -1;
1492 browser_window_set_status(bw,
1493 content_get_status_message(c));
1494 }
1495 break;
1496
1497 case CONTENT_MSG_READY:
1498 assert(bw->loading_content == c)((bw->loading_content == c) ? (void) (0) : __assert_fail (
"bw->loading_content == c", "desktop/browser_window.c", 1498
, __extension__ __PRETTY_FUNCTION__))
;
1499
1500 res = browser_window_content_ready(bw);
1501 break;
1502
1503 case CONTENT_MSG_DONE:
1504 assert(bw->current_content == c)((bw->current_content == c) ? (void) (0) : __assert_fail (
"bw->current_content == c", "desktop/browser_window.c", 1504
, __extension__ __PRETTY_FUNCTION__))
;
1505
1506 res = browser_window_content_done(bw);
1507 break;
1508
1509 case CONTENT_MSG_ERROR:
1510 res = browser_window__handle_error(bw, c, event);
1511 break;
1512
1513 case CONTENT_MSG_REDIRECT:
1514 if (urldb_add_url(event->data.redirect.from)) {
1515 urldb_update_url_visit_data(event->data.redirect.from);
1516 }
1517 browser_window_refresh_url_bar_internal(bw, event->data.redirect.to);
1518 break;
1519
1520 case CONTENT_MSG_STATUS:
1521 if (event->data.explicit_status_text == NULL((void*)0)) {
1522 /* Object content's status text updated */
1523 const char *status = NULL((void*)0);
1524 if (bw->loading_content != NULL((void*)0)) {
1525 /* Give preference to any loading content */
1526 status = content_get_status_message(
1527 bw->loading_content);
1528 }
1529
1530 if (status == NULL((void*)0)) {
1531 status = content_get_status_message(c);
1532 }
1533
1534 if (status != NULL((void*)0)) {
1535 browser_window_set_status(bw, status);
1536 }
1537 } else {
1538 /* Object content wants to set explicit message */
1539 browser_window_set_status(bw,
1540 event->data.explicit_status_text);
1541 }
1542 break;
1543
1544 case CONTENT_MSG_REFORMAT:
1545 if (c == bw->current_content) {
1546 /* recompute frameset */
1547 browser_window_recalculate_frameset(bw);
1548
1549 /* recompute iframe positions, sizes and scrollbars */
1550 browser_window_recalculate_iframes(bw);
1551 }
1552
1553 /* Hide any caret, but don't remove it */
1554 browser_window_remove_caret(bw, true1);
1555
1556 if (!(event->data.background)) {
1557 /* Reformatted content should be redrawn */
1558 browser_window_update(bw, false0);
1559 }
1560 break;
1561
1562 case CONTENT_MSG_REDRAW:
1563 {
1564 struct rect rect = {
1565 .x0 = event->data.redraw.x,
1566 .y0 = event->data.redraw.y,
1567 .x1 = event->data.redraw.x + event->data.redraw.width,
1568 .y1 = event->data.redraw.y + event->data.redraw.height
1569 };
1570
1571 browser_window_invalidate_rect(bw, &rect);
1572 }
1573 break;
1574
1575 case CONTENT_MSG_REFRESH:
1576 bw->refresh_interval = event->data.delay * 100;
1577 break;
1578
1579 case CONTENT_MSG_LINK: /* content has an rfc5988 link element */
1580 {
1581 bool_Bool match;
1582
1583 /* Handle "icon" and "shortcut icon" */
1584 if ((lwc_string_caseless_isequal(({ lwc_error __lwc_err = lwc_error_ok; lwc_string *__lwc_str1
= (event->data.rfc5988_link->rel); lwc_string *__lwc_str2
= (corestring_lwc_icon); _Bool *__lwc_ret = (&match); if
(__lwc_str1->insensitive == ((void*)0)) { __lwc_err = lwc__intern_caseless_string
(__lwc_str1); } if (__lwc_err == lwc_error_ok && __lwc_str2
->insensitive == ((void*)0)) { __lwc_err = lwc__intern_caseless_string
(__lwc_str2); } if (__lwc_err == lwc_error_ok) *__lwc_ret = (
__lwc_str1->insensitive == __lwc_str2->insensitive); __lwc_err
; })
1585 event->data.rfc5988_link->rel,({ lwc_error __lwc_err = lwc_error_ok; lwc_string *__lwc_str1
= (event->data.rfc5988_link->rel); lwc_string *__lwc_str2
= (corestring_lwc_icon); _Bool *__lwc_ret = (&match); if
(__lwc_str1->insensitive == ((void*)0)) { __lwc_err = lwc__intern_caseless_string
(__lwc_str1); } if (__lwc_err == lwc_error_ok && __lwc_str2
->insensitive == ((void*)0)) { __lwc_err = lwc__intern_caseless_string
(__lwc_str2); } if (__lwc_err == lwc_error_ok) *__lwc_ret = (
__lwc_str1->insensitive == __lwc_str2->insensitive); __lwc_err
; })
1586 corestring_lwc_icon,({ lwc_error __lwc_err = lwc_error_ok; lwc_string *__lwc_str1
= (event->data.rfc5988_link->rel); lwc_string *__lwc_str2
= (corestring_lwc_icon); _Bool *__lwc_ret = (&match); if
(__lwc_str1->insensitive == ((void*)0)) { __lwc_err = lwc__intern_caseless_string
(__lwc_str1); } if (__lwc_err == lwc_error_ok && __lwc_str2
->insensitive == ((void*)0)) { __lwc_err = lwc__intern_caseless_string
(__lwc_str2); } if (__lwc_err == lwc_error_ok) *__lwc_ret = (
__lwc_str1->insensitive == __lwc_str2->insensitive); __lwc_err
; })
1587 &match)({ lwc_error __lwc_err = lwc_error_ok; lwc_string *__lwc_str1
= (event->data.rfc5988_link->rel); lwc_string *__lwc_str2
= (corestring_lwc_icon); _Bool *__lwc_ret = (&match); if
(__lwc_str1->insensitive == ((void*)0)) { __lwc_err = lwc__intern_caseless_string
(__lwc_str1); } if (__lwc_err == lwc_error_ok && __lwc_str2
->insensitive == ((void*)0)) { __lwc_err = lwc__intern_caseless_string
(__lwc_str2); } if (__lwc_err == lwc_error_ok) *__lwc_ret = (
__lwc_str1->insensitive == __lwc_str2->insensitive); __lwc_err
; })
== lwc_error_ok && match) ||
1588 (lwc_string_caseless_isequal(({ lwc_error __lwc_err = lwc_error_ok; lwc_string *__lwc_str1
= (event->data.rfc5988_link->rel); lwc_string *__lwc_str2
= (corestring_lwc_shortcut_icon); _Bool *__lwc_ret = (&match
); if (__lwc_str1->insensitive == ((void*)0)) { __lwc_err =
lwc__intern_caseless_string(__lwc_str1); } if (__lwc_err == lwc_error_ok
&& __lwc_str2->insensitive == ((void*)0)) { __lwc_err
= lwc__intern_caseless_string(__lwc_str2); } if (__lwc_err ==
lwc_error_ok) *__lwc_ret = (__lwc_str1->insensitive == __lwc_str2
->insensitive); __lwc_err; })
1589 event->data.rfc5988_link->rel,({ lwc_error __lwc_err = lwc_error_ok; lwc_string *__lwc_str1
= (event->data.rfc5988_link->rel); lwc_string *__lwc_str2
= (corestring_lwc_shortcut_icon); _Bool *__lwc_ret = (&match
); if (__lwc_str1->insensitive == ((void*)0)) { __lwc_err =
lwc__intern_caseless_string(__lwc_str1); } if (__lwc_err == lwc_error_ok
&& __lwc_str2->insensitive == ((void*)0)) { __lwc_err
= lwc__intern_caseless_string(__lwc_str2); } if (__lwc_err ==
lwc_error_ok) *__lwc_ret = (__lwc_str1->insensitive == __lwc_str2
->insensitive); __lwc_err; })
1590 corestring_lwc_shortcut_icon,({ lwc_error __lwc_err = lwc_error_ok; lwc_string *__lwc_str1
= (event->data.rfc5988_link->rel); lwc_string *__lwc_str2
= (corestring_lwc_shortcut_icon); _Bool *__lwc_ret = (&match
); if (__lwc_str1->insensitive == ((void*)0)) { __lwc_err =
lwc__intern_caseless_string(__lwc_str1); } if (__lwc_err == lwc_error_ok
&& __lwc_str2->insensitive == ((void*)0)) { __lwc_err
= lwc__intern_caseless_string(__lwc_str2); } if (__lwc_err ==
lwc_error_ok) *__lwc_ret = (__lwc_str1->insensitive == __lwc_str2
->insensitive); __lwc_err; })
1591 &match)({ lwc_error __lwc_err = lwc_error_ok; lwc_string *__lwc_str1
= (event->data.rfc5988_link->rel); lwc_string *__lwc_str2
= (corestring_lwc_shortcut_icon); _Bool *__lwc_ret = (&match
); if (__lwc_str1->insensitive == ((void*)0)) { __lwc_err =
lwc__intern_caseless_string(__lwc_str1); } if (__lwc_err == lwc_error_ok
&& __lwc_str2->insensitive == ((void*)0)) { __lwc_err
= lwc__intern_caseless_string(__lwc_str2); } if (__lwc_err ==
lwc_error_ok) *__lwc_ret = (__lwc_str1->insensitive == __lwc_str2
->insensitive); __lwc_err; })
== lwc_error_ok && match)) {
1592 /* it's a favicon perhaps start a fetch for it */
1593 browser_window_update_favicon(c, bw,
1594 event->data.rfc5988_link);
1595 }
1596 }
1597 break;
1598
1599 case CONTENT_MSG_GETTHREAD:
1600 {
1601 /* only the content object created by the browser
1602 * window requires a new javascript thread object
1603 */
1604 jsthread *thread;
1605 assert(bw->loading_content == c)((bw->loading_content == c) ? (void) (0) : __assert_fail (
"bw->loading_content == c", "desktop/browser_window.c", 1605
, __extension__ __PRETTY_FUNCTION__))
;
1606
1607 if (js_newthread(bw->jsheap,
1608 bw,
1609 hlcache_handle_get_content(c),
1610 &thread) == NSERROR_OK) {
1611 /* The content which is requesting the thread
1612 * is required to keep hold of it and
1613 * to destroy it when it is finished with it.
1614 */
1615 *(event->data.jsthread) = thread;
1616 }
1617 }
1618 break;
1619
1620 case CONTENT_MSG_GETDIMS:
1621 {
1622 int width;
1623 int height;
1624
1625 browser_window_get_dimensions(bw, &width, &height);
1626
1627 *(event->data.getdims.viewport_width) = width / bw->scale;
1628 *(event->data.getdims.viewport_height) = height / bw->scale;
1629 break;
1630 }
1631
1632 case CONTENT_MSG_SCROLL:
1633 {
1634 struct rect rect = {
1635 .x0 = event->data.scroll.x0,
1636 .y0 = event->data.scroll.y0,
1637 };
1638
1639 /* Content wants to be scrolled */
1640 if (bw->current_content != c) {
1641 break;
1642 }
1643
1644 if (event->data.scroll.area) {
1645 rect.x1 = event->data.scroll.x1;
1646 rect.y1 = event->data.scroll.y1;
1647 } else {
1648 rect.x1 = event->data.scroll.x0;
1649 rect.y1 = event->data.scroll.y0;
1650 }
1651 browser_window_set_scroll(bw, &rect);
1652
1653 break;
1654 }
1655
1656 case CONTENT_MSG_DRAGSAVE:
1657 {
1658 /* Content wants drag save of a content */
1659 struct browser_window *root = browser_window_get_root(bw);
1660 hlcache_handle *save = event->data.dragsave.content;
1661
1662 if (save == NULL((void*)0)) {
1663 save = c;
1664 }
1665
1666 switch(event->data.dragsave.type) {
1667 case CONTENT_SAVE_ORIG:
1668 guit->window->drag_save_object(root->window,
1669 save,
1670 GUI_SAVE_OBJECT_ORIG);
1671 break;
1672
1673 case CONTENT_SAVE_NATIVE:
1674 guit->window->drag_save_object(root->window,
1675 save,
1676 GUI_SAVE_OBJECT_NATIVE);
1677 break;
1678
1679 case CONTENT_SAVE_COMPLETE:
1680 guit->window->drag_save_object(root->window,
1681 save,
1682 GUI_SAVE_COMPLETE);
1683 break;
1684
1685 case CONTENT_SAVE_SOURCE:
1686 guit->window->drag_save_object(root->window,
1687 save,
1688 GUI_SAVE_SOURCE);
1689 break;
1690 }
1691 }
1692 break;
1693
1694 case CONTENT_MSG_SAVELINK:
1695 {
1696 /* Content wants a link to be saved */
1697 struct browser_window *root = browser_window_get_root(bw);
1698 guit->window->save_link(root->window,
1699 event->data.savelink.url,
1700 event->data.savelink.title);
1701 }
1702 break;
1703
1704 case CONTENT_MSG_POINTER:
1705 /* Content wants to have specific mouse pointer */
1706 browser_window_set_pointer(bw, event->data.pointer);
1707 break;
1708
1709 case CONTENT_MSG_DRAG:
1710 {
1711 browser_drag_type bdt = DRAGGING_NONE;
1712
1713 switch (event->data.drag.type) {
1714 case CONTENT_DRAG_NONE:
1715 bdt = DRAGGING_NONE;
1716 break;
1717 case CONTENT_DRAG_SCROLL:
1718 bdt = DRAGGING_CONTENT_SCROLLBAR;
1719 break;
1720 case CONTENT_DRAG_SELECTION:
1721 bdt = DRAGGING_SELECTION;
1722 break;
1723 }
1724 browser_window_set_drag_type(bw, bdt, event->data.drag.rect);
1725 }
1726 break;
1727
1728 case CONTENT_MSG_CARET:
1729 switch (event->data.caret.type) {
1730 case CONTENT_CARET_REMOVE:
1731 browser_window_remove_caret(bw, false0);
1732 break;
1733 case CONTENT_CARET_HIDE:
1734 browser_window_remove_caret(bw, true1);
1735 break;
1736 case CONTENT_CARET_SET_POS:
1737 browser_window_place_caret(bw,
1738 event->data.caret.pos.x,
1739 event->data.caret.pos.y,
1740 event->data.caret.pos.height,
1741 event->data.caret.pos.clip);
1742 break;
1743 }
1744 break;
1745
1746 case CONTENT_MSG_SELECTION:
1747 browser_window_set_selection(bw,
1748 event->data.selection.selection,
1749 event->data.selection.read_only);
1750 break;
1751
1752 case CONTENT_MSG_SELECTMENU:
1753 if (event->data.select_menu.gadget->type == GADGET_SELECT) {
1754 struct browser_window *root =
1755 browser_window_get_root(bw);
1756 guit->window->create_form_select_menu(root->window,
1757 event->data.select_menu.gadget);
1758 }
1759
1760 break;
1761
1762 case CONTENT_MSG_GADGETCLICK:
1763 if (event->data.gadget_click.gadget->type == GADGET_FILE) {
1764 struct browser_window *root =
1765 browser_window_get_root(bw);
1766 guit->window->file_gadget_open(root->window, c,
1767 event->data.gadget_click.gadget);
1768 }
1769
1770 break;
1771
1772
1773 case CONTENT_MSG_TEXTSEARCH:
1774 switch (event->data.textsearch.type) {
1775 case CONTENT_TEXTSEARCH_FIND:
1776 guit->search->hourglass(event->data.textsearch.state,
1777 event->data.textsearch.ctx);
1778 break;
1779
1780 case CONTENT_TEXTSEARCH_MATCH:
1781 guit->search->status(event->data.textsearch.state,
1782 event->data.textsearch.ctx);
1783 break;
1784
1785 case CONTENT_TEXTSEARCH_BACK:
1786 guit->search->back_state(event->data.textsearch.state,
1787 event->data.textsearch.ctx);
1788 break;
1789
1790 case CONTENT_TEXTSEARCH_FORWARD:
1791 guit->search->forward_state(event->data.textsearch.state,
1792 event->data.textsearch.ctx);
1793 break;
1794
1795 case CONTENT_TEXTSEARCH_RECENT:
1796 guit->search->add_recent(event->data.textsearch.string,
1797 event->data.textsearch.ctx);
1798
1799 break;
1800 }
1801 break;
1802
1803 default:
1804 break;
1805 }
1806
1807 return res;
1808}
1809
1810
1811/**
1812 * internal scheduled reformat callback.
1813 *
1814 * scheduled reformat callback to allow reformats from unthreaded context.
1815 *
1816 * \param vbw The browser window to be reformatted
1817 */
1818static void scheduled_reformat(void *vbw)
1819{
1820 struct browser_window *bw = vbw;
1821 int width;
1822 int height;
1823 nserror res;
1824
1825 res = guit->window->get_dimensions(bw->window, &width, &height);
1826 if (res == NSERROR_OK) {
1827 browser_window_reformat(bw, false0, width, height);
1828 }
1829}
1830
1831/* exported interface documented in desktop/browser_private.h */
1832nserror browser_window_destroy_internal(struct browser_window *bw)
1833{
1834 assert(bw)((bw) ? (void) (0) : __assert_fail ("bw", "desktop/browser_window.c"
, 1834, __extension__ __PRETTY_FUNCTION__))
;
1835
1836 browser_window_destroy_children(bw);
1837 browser_window_destroy_iframes(bw);
1838
1839 /* Destroy scrollbars */
1840 if (bw->scroll_x != NULL((void*)0)) {
1841 scrollbar_destroy(bw->scroll_x);
1842 }
1843
1844 if (bw->scroll_y != NULL((void*)0)) {
1845 scrollbar_destroy(bw->scroll_y);
1846 }
1847
1848 /* clear any pending callbacks */
1849 guit->misc->schedule(-1, browser_window_refresh, bw);
1850 NSLOG(netsurf, INFO,do { if (NSLOG_LEVEL_INFO >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_INFO, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 1851
, }; nslog__log(&_nslog_ctx, "Clearing reformat schedule for browser window %p"
, bw); } } while(0)
1851 "Clearing reformat schedule for browser window %p", bw)do { if (NSLOG_LEVEL_INFO >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_INFO, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 1851
, }; nslog__log(&_nslog_ctx, "Clearing reformat schedule for browser window %p"
, bw); } } while(0)
;
1852 guit->misc->schedule(-1, scheduled_reformat, bw);
1853
1854 /* If this brower window is not the root window, and has focus, unset
1855 * the root browser window's focus pointer. */
1856 if (!bw->window) {
1857 struct browser_window *top = browser_window_get_root(bw);
1858
1859 if (top->focus == bw)
1860 top->focus = top;
1861
1862 if (top->selection.bw == bw) {
1863 browser_window_set_selection(top, false0, false0);
1864 }
1865 }
1866
1867 /* Destruction order is important: we must ensure that the frontend
1868 * destroys any window(s) associated with this browser window before
1869 * we attempt any destructive cleanup.
1870 */
1871
1872 if (bw->window) {
1873 /* Only the root window has a GUI window */
1874 guit->window->destroy(bw->window);
1875 }
1876
1877 if (bw->loading_content != NULL((void*)0)) {
1878 hlcache_handle_abort(bw->loading_content);
1879 hlcache_handle_release(bw->loading_content);
1880 bw->loading_content = NULL((void*)0);
1881 }
1882
1883 if (bw->current_content != NULL((void*)0)) {
1884 content_close(bw->current_content);
1885 hlcache_handle_release(bw->current_content);
1886 bw->current_content = NULL((void*)0);
1887 }
1888
1889 if (bw->favicon.loading != NULL((void*)0)) {
1890 hlcache_handle_abort(bw->favicon.loading);
1891 hlcache_handle_release(bw->favicon.loading);
1892 bw->favicon.loading = NULL((void*)0);
1893 }
1894
1895 if (bw->favicon.current != NULL((void*)0)) {
1896 content_close(bw->favicon.current);
1897 hlcache_handle_release(bw->favicon.current);
1898 bw->favicon.current = NULL((void*)0);
1899 }
1900
1901 if (bw->jsheap != NULL((void*)0)) {
1902 js_destroyheap(bw->jsheap);
1903 bw->jsheap = NULL((void*)0);
1904 }
1905
1906 /* These simply free memory, so are safe here */
1907
1908 lwc_string_unref(bw->frag_id){ lwc_string *__lwc_s = (bw->frag_id); if (__lwc_s != ((void
*)0)) { __lwc_s->refcnt--; if ((__lwc_s->refcnt == 0) ||
((__lwc_s->refcnt == 1) && (__lwc_s->insensitive
== __lwc_s))) lwc_string_destroy(__lwc_s); } }
;
1909
1910 browser_window_history_destroy(bw);
1911
1912 cert_chain_free(bw->current_cert_chain);
1913 cert_chain_free(bw->loading_cert_chain);
1914 bw->current_cert_chain = NULL((void*)0);
1915 bw->loading_cert_chain = NULL((void*)0);
1916
1917 free(bw->name);
1918 free(bw->status.text);
1919 bw->status.text = NULL((void*)0);
1920 browser_window__free_fetch_parameters(&bw->current_parameters);
1921 browser_window__free_fetch_parameters(&bw->loading_parameters);
1922 NSLOG(netsurf, INFO, "Status text cache match:miss %d:%d",do { if (NSLOG_LEVEL_INFO >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_INFO, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 1923
, }; nslog__log(&_nslog_ctx, "Status text cache match:miss %d:%d"
, bw->status.match, bw->status.miss); } } while(0)
1923 bw->status.match, bw->status.miss)do { if (NSLOG_LEVEL_INFO >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_INFO, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 1923
, }; nslog__log(&_nslog_ctx, "Status text cache match:miss %d:%d"
, bw->status.match, bw->status.miss); } } while(0)
;
1924
1925 return NSERROR_OK;
1926}
1927
1928
1929/**
1930 * Set browser window scale.
1931 *
1932 * \param bw Browser window.
1933 * \param absolute scale value.
1934 * \return NSERROR_OK on success else error code
1935 */
1936static nserror
1937browser_window_set_scale_internal(struct browser_window *bw, float scale)
1938{
1939 int i;
1940 nserror res = NSERROR_OK;
1941
1942 /* do not apply tiny changes in scale */
1943 if (fabs(bw->scale - scale) < 0.0001)
1944 return res;
1945
1946 bw->scale = scale;
1947
1948 if (bw->current_content != NULL((void*)0)) {
1949 if (content_can_reformat(bw->current_content) == false0) {
1950 browser_window_update(bw, false0);
1951 } else {
1952 res = browser_window_schedule_reformat(bw);
1953 }
1954 }
1955
1956 /* scale frames */
1957 for (i = 0; i < (bw->cols * bw->rows); i++) {
1958 res = browser_window_set_scale_internal(&bw->children[i], scale);
1959 }
1960
1961 /* scale iframes */
1962 for (i = 0; i < bw->iframe_count; i++) {
1963 res = browser_window_set_scale_internal(&bw->iframes[i], scale);
1964 }
1965
1966 return res;
1967}
1968
1969
1970/**
1971 * Find browser window.
1972 *
1973 * \param bw Browser window.
1974 * \param target Name of target.
1975 * \param depth Depth to scan.
1976 * \param page The browser window page.
1977 * \param rdepth The rdepth.
1978 * \param bw_target the output browser window.
1979 */
1980static void
1981browser_window_find_target_internal(struct browser_window *bw,
1982 const char *target,
1983 int depth,
1984 struct browser_window *page,
1985 int *rdepth,
1986 struct browser_window **bw_target)
1987{
1988 int i;
1989
1990 if ((bw->name) && (!strcasecmp(bw->name, target))) {
1991 if ((bw == page) || (depth > *rdepth)) {
1992 *rdepth = depth;
1993 *bw_target = bw;
1994 }
1995 }
1996
1997 if ((!bw->children) && (!bw->iframes))
1998 return;
1999
2000 depth++;
2001
2002 if (bw->children != NULL((void*)0)) {
2003 for (i = 0; i < (bw->cols * bw->rows); i++) {
2004 if ((bw->children[i].name) &&
2005 (!strcasecmp(bw->children[i].name,
2006 target))) {
2007 if ((page == &bw->children[i]) ||
2008 (depth > *rdepth)) {
2009 *rdepth = depth;
2010 *bw_target = &bw->children[i];
2011 }
2012 }
2013 if (bw->children[i].children)
2014 browser_window_find_target_internal(
2015 &bw->children[i],
2016 target, depth, page,
2017 rdepth, bw_target);
2018 }
2019 }
2020
2021 if (bw->iframes != NULL((void*)0)) {
2022 for (i = 0; i < bw->iframe_count; i++) {
2023 browser_window_find_target_internal(&bw->iframes[i],
2024 target,
2025 depth,
2026 page,
2027 rdepth,
2028 bw_target);
2029 }
2030 }
2031}
2032
2033
2034/**
2035 * Handles the end of a drag operation in a browser window.
2036 *
2037 * \param bw browser window
2038 * \param mouse state of mouse buttons and modifier keys
2039 * \param x coordinate of mouse
2040 * \param y coordinate of mouse
2041 *
2042 * \todo Remove this function, once these things are associated with content,
2043 * rather than bw.
2044 */
2045static void
2046browser_window_mouse_drag_end(struct browser_window *bw,
2047 browser_mouse_state mouse,
2048 int x, int y)
2049{
2050 int scr_x, scr_y;
2051
2052 switch (bw->drag.type) {
2053 case DRAGGING_SELECTION:
2054 case DRAGGING_OTHER:
2055 case DRAGGING_CONTENT_SCROLLBAR:
2056 /* Drag handled by content handler */
2057 break;
2058
2059 case DRAGGING_SCR_X:
2060
2061 browser_window_get_scrollbar_pos(bw, true1, &scr_x, &scr_y);
2062
2063 scr_x = x - scr_x - scrollbar_get_offset(bw->scroll_x);
2064 scr_y = y - scr_y - scrollbar_get_offset(bw->scroll_y);
2065
2066 scrollbar_mouse_drag_end(bw->scroll_x, mouse, scr_x, scr_y);
2067
2068 bw->drag.type = DRAGGING_NONE;
2069 break;
2070
2071 case DRAGGING_SCR_Y:
2072
2073 browser_window_get_scrollbar_pos(bw, false0, &scr_x, &scr_y);
2074
2075 scr_x = x - scr_x - scrollbar_get_offset(bw->scroll_x);
2076 scr_y = y - scr_y - scrollbar_get_offset(bw->scroll_y);
2077
2078 scrollbar_mouse_drag_end(bw->scroll_y, mouse, scr_x, scr_y);
2079
2080 bw->drag.type = DRAGGING_NONE;
2081 break;
2082
2083 default:
2084 browser_window_set_drag_type(bw, DRAGGING_NONE, NULL((void*)0));
2085 break;
2086 }
2087}
2088
2089/**
2090 * Process mouse click event
2091 *
2092 * \param bw The browsing context receiving the event
2093 * \param mouse The mouse event state
2094 * \param x The scaled x co-ordinate of the event
2095 * \param y The scaled y co-ordinate of the event
2096 */
2097static void
2098browser_window_mouse_click_internal(struct browser_window *bw,
2099 browser_mouse_state mouse,
2100 int x, int y)
2101{
2102 hlcache_handle *c = bw->current_content;
2103 const char *status = NULL((void*)0);
2104 browser_pointer_shape pointer = BROWSER_POINTER_DEFAULT;
2105
2106 if (bw->children) {
2107 /* Browser window has children (frames) */
2108 struct browser_window *child;
2109 int cur_child;
2110 int children = bw->rows * bw->cols;
2111
2112 for (cur_child = 0; cur_child < children; cur_child++) {
2113
2114 child = &bw->children[cur_child];
2115
2116 if ((x < child->x) ||
2117 (y < child->y) ||
2118 (child->x + child->width < x) ||
2119 (child->y + child->height < y)) {
2120 /* Click not in this child */
2121 continue;
2122 }
2123
2124 /* It's this child that contains the click; pass it
2125 * on to child. */
2126 browser_window_mouse_click_internal(
2127 child,
2128 mouse,
2129 x - child->x + scrollbar_get_offset(child->scroll_x),
2130 y - child->y + scrollbar_get_offset(child->scroll_y));
2131
2132 /* Mouse action was for this child, we're done */
2133 return;
2134 }
2135
2136 return;
2137 }
2138
2139 if (!c)
2140 return;
2141
2142 if (bw->scroll_x != NULL((void*)0)) {
2143 int scr_x, scr_y;
2144 browser_window_get_scrollbar_pos(bw, true1, &scr_x, &scr_y);
2145 scr_x = x - scr_x - scrollbar_get_offset(bw->scroll_x);
2146 scr_y = y - scr_y - scrollbar_get_offset(bw->scroll_y);
2147
2148 if (scr_x > 0 && scr_x < get_horz_scrollbar_len(bw) &&
2149 scr_y > 0 && scr_y < SCROLLBAR_WIDTH16) {
2150 status = scrollbar_mouse_status_to_message(
2151 scrollbar_mouse_action(
2152 bw->scroll_x, mouse,
2153 scr_x, scr_y));
2154 pointer = BROWSER_POINTER_DEFAULT;
2155
2156 if (status != NULL((void*)0))
2157 browser_window_set_status(bw, status);
2158
2159 browser_window_set_pointer(bw, pointer);
2160 return;
2161 }
2162 }
2163
2164 if (bw->scroll_y != NULL((void*)0)) {
2165 int scr_x, scr_y;
2166 browser_window_get_scrollbar_pos(bw, false0, &scr_x, &scr_y);
2167 scr_x = x - scr_x - scrollbar_get_offset(bw->scroll_x);
2168 scr_y = y - scr_y - scrollbar_get_offset(bw->scroll_y);
2169
2170 if (scr_y > 0 && scr_y < get_vert_scrollbar_len(bw) &&
2171 scr_x > 0 && scr_x < SCROLLBAR_WIDTH16) {
2172 status = scrollbar_mouse_status_to_message(
2173 scrollbar_mouse_action(
2174 bw->scroll_y,
2175 mouse,
2176 scr_x,
2177 scr_y));
2178 pointer = BROWSER_POINTER_DEFAULT;
2179
2180 if (status != NULL((void*)0)) {
2181 browser_window_set_status(bw, status);
2182 }
2183
2184 browser_window_set_pointer(bw, pointer);
2185 return;
2186 }
2187 }
2188
2189 switch (content_get_type(c)) {
2190 case CONTENT_HTML:
2191 case CONTENT_TEXTPLAIN:
2192 {
2193 /* Give bw focus */
2194 struct browser_window *root_bw = browser_window_get_root(bw);
2195 if (bw != root_bw->focus) {
2196 browser_window_remove_caret(bw, false0);
2197 browser_window_set_selection(bw, false0, true1);
2198 root_bw->focus = bw;
2199 }
2200
2201 /* Pass mouse action to content */
2202 content_mouse_action(c, bw, mouse, x, y);
2203 }
2204 break;
2205 default:
2206 if (mouse & BROWSER_MOUSE_MOD_2) {
2207 if (mouse & BROWSER_MOUSE_DRAG_2) {
2208 guit->window->drag_save_object(bw->window, c,
2209 GUI_SAVE_OBJECT_NATIVE);
2210 } else if (mouse & BROWSER_MOUSE_DRAG_1) {
2211 guit->window->drag_save_object(bw->window, c,
2212 GUI_SAVE_OBJECT_ORIG);
2213 }
2214 } else if (mouse & (BROWSER_MOUSE_DRAG_1 |
2215 BROWSER_MOUSE_DRAG_2)) {
2216 browser_window_page_drag_start(bw, x, y);
2217 browser_window_set_pointer(bw, BROWSER_POINTER_MOVE);
2218 }
2219 break;
2220 }
2221}
2222
2223
2224/**
2225 * Process mouse movement event
2226 *
2227 * \param bw The browsing context receiving the event
2228 * \param mouse The mouse event state
2229 * \param x The scaled x co-ordinate of the event
2230 * \param y The scaled y co-ordinate of the event
2231 */
2232static void
2233browser_window_mouse_track_internal(struct browser_window *bw,
2234 browser_mouse_state mouse,
2235 int x, int y)
2236{
2237 hlcache_handle *c = bw->current_content;
2238 const char *status = NULL((void*)0);
2239 browser_pointer_shape pointer = BROWSER_POINTER_DEFAULT;
2240
2241 if (bw->window != NULL((void*)0) && bw->drag.window && bw != bw->drag.window) {
2242 /* This is the root browser window and there's an active drag
2243 * in a sub window.
2244 * Pass the mouse action straight on to that bw. */
2245 struct browser_window *drag_bw = bw->drag.window;
2246 int off_x = 0;
2247 int off_y = 0;
2248
2249 browser_window_get_position(drag_bw, true1, &off_x, &off_y);
2250
2251 if (drag_bw->browser_window_type == BROWSER_WINDOW_FRAME) {
2252 browser_window_mouse_track_internal(drag_bw,
2253 mouse,
2254 x - off_x,
2255 y - off_y);
2256
2257 } else if (drag_bw->browser_window_type == BROWSER_WINDOW_IFRAME) {
2258 browser_window_mouse_track_internal(drag_bw, mouse,
2259 x - off_x / bw->scale,
2260 y - off_y / bw->scale);
2261 }
2262 return;
2263 }
2264
2265 if (bw->children) {
2266 /* Browser window has children (frames) */
2267 struct browser_window *child;
2268 int cur_child;
2269 int children = bw->rows * bw->cols;
2270
2271 for (cur_child = 0; cur_child < children; cur_child++) {
2272
2273 child = &bw->children[cur_child];
2274
2275 if ((x < child->x) ||
2276 (y < child->y) ||
2277 (child->x + child->width < x) ||
2278 (child->y + child->height < y)) {
2279 /* Click not in this child */
2280 continue;
2281 }
2282
2283 /* It's this child that contains the mouse; pass
2284 * mouse action on to child */
2285 browser_window_mouse_track_internal(
2286 child,
2287 mouse,
2288 x - child->x + scrollbar_get_offset(child->scroll_x),
2289 y - child->y + scrollbar_get_offset(child->scroll_y));
2290
2291 /* Mouse action was for this child, we're done */
2292 return;
2293 }
2294
2295 /* Odd if we reached here, but nothing else can use the click
2296 * when there are children. */
2297 return;
2298 }
2299
2300 if (c == NULL((void*)0) && bw->drag.type != DRAGGING_FRAME) {
2301 return;
2302 }
2303
2304 if (bw->drag.type != DRAGGING_NONE && !mouse) {
2305 browser_window_mouse_drag_end(bw, mouse, x, y);
2306 }
2307
2308 /* Browser window's horizontal scrollbar */
2309 if (bw->scroll_x != NULL((void*)0) && bw->drag.type != DRAGGING_SCR_Y) {
2310 int scr_x, scr_y;
2311 browser_window_get_scrollbar_pos(bw, true1, &scr_x, &scr_y);
2312 scr_x = x - scr_x - scrollbar_get_offset(bw->scroll_x);
2313 scr_y = y - scr_y - scrollbar_get_offset(bw->scroll_y);
2314
2315 if ((bw->drag.type == DRAGGING_SCR_X) ||
2316 (scr_x > 0 &&
2317 scr_x < get_horz_scrollbar_len(bw) &&
2318 scr_y > 0 &&
2319 scr_y < SCROLLBAR_WIDTH16 &&
2320 bw->drag.type == DRAGGING_NONE)) {
2321 /* Start a scrollbar drag, or continue existing drag */
2322 status = scrollbar_mouse_status_to_message(
2323 scrollbar_mouse_action(bw->scroll_x,
2324 mouse,
2325 scr_x,
2326 scr_y));
2327 pointer = BROWSER_POINTER_DEFAULT;
2328
2329 if (status != NULL((void*)0)) {
2330 browser_window_set_status(bw, status);
2331 }
2332
2333 browser_window_set_pointer(bw, pointer);
2334 return;
2335 }
2336 }
2337
2338 /* Browser window's vertical scrollbar */
2339 if (bw->scroll_y != NULL((void*)0)) {
2340 int scr_x, scr_y;
2341 browser_window_get_scrollbar_pos(bw, false0, &scr_x, &scr_y);
2342 scr_x = x - scr_x - scrollbar_get_offset(bw->scroll_x);
2343 scr_y = y - scr_y - scrollbar_get_offset(bw->scroll_y);
2344
2345 if ((bw->drag.type == DRAGGING_SCR_Y) ||
2346 (scr_y > 0 &&
2347 scr_y < get_vert_scrollbar_len(bw) &&
2348 scr_x > 0 &&
2349 scr_x < SCROLLBAR_WIDTH16 &&
2350 bw->drag.type == DRAGGING_NONE)) {
2351 /* Start a scrollbar drag, or continue existing drag */
2352 status = scrollbar_mouse_status_to_message(
2353 scrollbar_mouse_action(bw->scroll_y,
2354 mouse,
2355 scr_x,
2356 scr_y));
2357 pointer = BROWSER_POINTER_DEFAULT;
2358
2359 if (status != NULL((void*)0)) {
2360 browser_window_set_status(bw, status);
2361 }
2362
2363 browser_window_set_pointer(bw, pointer);
2364 return;
2365 }
2366 }
2367
2368 if (bw->drag.type == DRAGGING_FRAME) {
2369 browser_window_resize_frame(bw, bw->x + x, bw->y + y);
2370 } else if (bw->drag.type == DRAGGING_PAGE_SCROLL) {
2371 /* mouse movement since drag started */
2372 struct rect rect;
2373
2374 rect.x0 = bw->drag.start_x - x;
2375 rect.y0 = bw->drag.start_y - y;
2376
2377 /* new scroll offsets */
2378 rect.x0 += bw->drag.start_scroll_x;
2379 rect.y0 += bw->drag.start_scroll_y;
2380
2381 bw->drag.start_scroll_x = rect.x1 = rect.x0;
2382 bw->drag.start_scroll_y = rect.y1 = rect.y0;
2383
2384 browser_window_set_scroll(bw, &rect);
2385 } else {
2386 assert(c != NULL)((c != ((void*)0)) ? (void) (0) : __assert_fail ("c != NULL",
"desktop/browser_window.c", 2386, __extension__ __PRETTY_FUNCTION__
))
;
2387 content_mouse_track(c, bw, mouse, x, y);
2388 }
2389}
2390
2391
2392/**
2393 * perform a scroll operation at a given coordinate
2394 *
2395 * \param bw The browsing context receiving the event
2396 * \param x The scaled x co-ordinate of the event
2397 * \param y The scaled y co-ordinate of the event
2398 */
2399static bool_Bool
2400browser_window_scroll_at_point_internal(struct browser_window *bw,
2401 int x, int y,
2402 int scrx, int scry)
2403{
2404 assert(bw != NULL)((bw != ((void*)0)) ? (void) (0) : __assert_fail ("bw != NULL"
, "desktop/browser_window.c", 2404, __extension__ __PRETTY_FUNCTION__
))
;
2405
2406 /* Handle (i)frame scroll offset (core-managed browser windows only) */
2407 x += scrollbar_get_offset(bw->scroll_x);
2408 y += scrollbar_get_offset(bw->scroll_y);
2409
2410 if (bw->children) {
2411 /* Browser window has children, so pass request on to
2412 * appropriate child */
2413 struct browser_window *bwc;
2414 int cur_child;
2415 int children = bw->rows * bw->cols;
2416
2417 /* Loop through all children of bw */
2418 for (cur_child = 0; cur_child < children; cur_child++) {
2419 /* Set current child */
2420 bwc = &bw->children[cur_child];
2421
2422 /* Skip this frame if (x, y) coord lies outside */
2423 if (x < bwc->x || bwc->x + bwc->width < x ||
2424 y < bwc->y || bwc->y + bwc->height < y)
2425 continue;
2426
2427 /* Pass request into this child */
2428 return browser_window_scroll_at_point_internal(
2429 bwc,
2430 (x - bwc->x),
2431 (y - bwc->y),
2432 scrx, scry);
2433 }
2434 }
2435
2436 /* Try to scroll any current content */
2437 if (bw->current_content != NULL((void*)0) &&
2438 content_scroll_at_point(bw->current_content, x, y, scrx, scry) == true1) {
2439 /* Scroll handled by current content */
2440 return true1;
2441 }
2442
2443 /* Try to scroll this window. */
2444 return (int)scrollbar_scroll(bw->scroll_y, scry) |
2445 (int)scrollbar_scroll(bw->scroll_x, scrx);
2446}
2447
2448
2449/**
2450 * allows a dragged file to be dropped into a browser window at a position
2451 *
2452 * \param bw The browsing context receiving the event
2453 * \param x The scaled x co-ordinate of the event
2454 * \param y The scaled y co-ordinate of the event
2455 * \param file filename to be put in the widget
2456 */
2457static bool_Bool
2458browser_window_drop_file_at_point_internal(struct browser_window *bw,
2459 int x, int y,
2460 char *file)
2461{
2462 assert(bw != NULL)((bw != ((void*)0)) ? (void) (0) : __assert_fail ("bw != NULL"
, "desktop/browser_window.c", 2462, __extension__ __PRETTY_FUNCTION__
))
;
2463
2464 /* Handle (i)frame scroll offset (core-managed browser windows only) */
2465 x += scrollbar_get_offset(bw->scroll_x);
2466 y += scrollbar_get_offset(bw->scroll_y);
2467
2468 if (bw->children) {
2469 /* Browser window has children, so pass request on to
2470 * appropriate child */
2471 struct browser_window *bwc;
2472 int cur_child;
2473 int children = bw->rows * bw->cols;
2474
2475 /* Loop through all children of bw */
2476 for (cur_child = 0; cur_child < children; cur_child++) {
2477 /* Set current child */
2478 bwc = &bw->children[cur_child];
2479
2480 /* Skip this frame if (x, y) coord lies outside */
2481 if (x < bwc->x || bwc->x + bwc->width < x ||
2482 y < bwc->y || bwc->y + bwc->height < y)
2483 continue;
2484
2485 /* Pass request into this child */
2486 return browser_window_drop_file_at_point_internal(
2487 bwc,
2488 (x - bwc->x),
2489 (y - bwc->y),
2490 file);
2491 }
2492 }
2493
2494 /* Pass file drop on to any content */
2495 if (bw->current_content != NULL((void*)0)) {
2496 return content_drop_file_at_point(bw->current_content,
2497 x, y, file);
2498 }
2499
2500 return false0;
2501}
2502
2503
2504/**
2505 * Check if this is an internal navigation URL.
2506 *
2507 * This safely checks if the given url is an internal navigation even
2508 * for urls with no scheme or path.
2509 *
2510 * \param url The URL to check
2511 * \return true if an internal navigation url else false
2512 */
2513static bool_Bool
2514is_internal_navigate_url(nsurl *url)
2515{
2516 bool_Bool is_internal = false0;
2517 lwc_string *scheme, *path;
2518
2519 scheme = nsurl_get_component(url, NSURL_SCHEME);
2520 if (scheme != NULL((void*)0)) {
2521 path = nsurl_get_component(url, NSURL_PATH);
2522 if (path != NULL((void*)0)) {
2523 if (scheme == corestring_lwc_about) {
2524 if (path == corestring_lwc_query_auth) {
2525 is_internal = true1;
2526 } else if (path == corestring_lwc_query_ssl) {
2527 is_internal = true1;
2528 } else if (path == corestring_lwc_query_timeout) {
2529 is_internal = true1;
2530 } else if (path == corestring_lwc_query_fetcherror) {
2531 is_internal = true1;
2532 }
2533 }
2534 lwc_string_unref(path){ lwc_string *__lwc_s = (path); if (__lwc_s != ((void*)0)) { __lwc_s
->refcnt--; if ((__lwc_s->refcnt == 0) || ((__lwc_s->
refcnt == 1) && (__lwc_s->insensitive == __lwc_s))
) lwc_string_destroy(__lwc_s); } }
;
2535 }
2536 lwc_string_unref(scheme){ lwc_string *__lwc_s = (scheme); if (__lwc_s != ((void*)0)) {
__lwc_s->refcnt--; if ((__lwc_s->refcnt == 0) || ((__lwc_s
->refcnt == 1) && (__lwc_s->insensitive == __lwc_s
))) lwc_string_destroy(__lwc_s); } }
;
2537 }
2538 return is_internal;
2539}
2540
2541
2542/* exported interface, documented in netsurf/browser_window.h */
2543nserror
2544browser_window_get_name(struct browser_window *bw, const char **out_name)
2545{
2546 assert(bw != NULL)((bw != ((void*)0)) ? (void) (0) : __assert_fail ("bw != NULL"
, "desktop/browser_window.c", 2546, __extension__ __PRETTY_FUNCTION__
))
;
2547
2548 *out_name = bw->name;
2549
2550 return NSERROR_OK;
2551}
2552
2553
2554/* exported interface, documented in netsurf/browser_window.h */
2555nserror
2556browser_window_set_name(struct browser_window *bw, const char *name)
2557{
2558 char *nname = NULL((void*)0);
2559
2560 assert(bw != NULL)((bw != ((void*)0)) ? (void) (0) : __assert_fail ("bw != NULL"
, "desktop/browser_window.c", 2560, __extension__ __PRETTY_FUNCTION__
))
;
2561
2562 if (name != NULL((void*)0)) {
2563 nname = strdup(name);
2564 if (nname == NULL((void*)0)) {
2565 return NSERROR_NOMEM;
2566 }
2567 }
2568
2569 if (bw->name != NULL((void*)0)) {
2570 free(bw->name);
2571 }
2572
2573 bw->name = nname;
2574
2575 return NSERROR_OK;
2576}
2577
2578
2579/* exported interface, documented in netsurf/browser_window.h */
2580bool_Bool
2581browser_window_redraw(struct browser_window *bw,
2582 int x, int y,
2583 const struct rect *clip,
2584 const struct redraw_context *ctx)
2585{
2586 struct redraw_context new_ctx = *ctx;
2587 int width = 0;
2588 int height = 0;
2589 bool_Bool plot_ok = true1;
2590 content_type content_type;
2591 struct content_redraw_data data;
2592 struct rect content_clip;
2593 nserror res;
2594
2595 if (bw == NULL((void*)0)) {
2596 NSLOG(netsurf, INFO, "NULL browser window")do { if (NSLOG_LEVEL_INFO >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_INFO, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 2596
, }; nslog__log(&_nslog_ctx, "NULL browser window"); } } while
(0)
;
2597 return false0;
2598 }
2599
2600 x /= bw->scale;
2601 y /= bw->scale;
2602
2603 if ((bw->current_content == NULL((void*)0)) &&
2604 (bw->children == NULL((void*)0))) {
2605 /* Browser window has no content, render blank fill */
2606 ctx->plot->clip(ctx, clip);
2607 return (ctx->plot->rectangle(ctx, plot_style_fill_white, clip) == NSERROR_OK);
2608 }
2609
2610 /* Browser window has content OR children (frames) */
2611 if ((bw->window != NULL((void*)0)) &&
2612 (ctx->plot->option_knockout)) {
2613 /* Root browser window: start knockout */
2614 knockout_plot_start(ctx, &new_ctx);
2615 }
2616
2617 new_ctx.plot->clip(ctx, clip);
2618
2619 /* Handle redraw of any browser window children */
2620 if (bw->children) {
2621 struct browser_window *child;
2622 int cur_child;
2623 int children = bw->rows * bw->cols;
2624
2625 if (bw->window != NULL((void*)0)) {
2626 /* Root browser window; start with blank fill */
2627 plot_ok &= (new_ctx.plot->rectangle(ctx,
2628 plot_style_fill_white,
2629 clip) == NSERROR_OK);
2630 }
2631
2632 /* Loop through all children of bw */
2633 for (cur_child = 0; cur_child < children; cur_child++) {
2634 /* Set current child */
2635 child = &bw->children[cur_child];
2636
2637 /* Get frame edge area in global coordinates */
2638 content_clip.x0 = (x + child->x) * child->scale;
2639 content_clip.y0 = (y + child->y) * child->scale;
2640 content_clip.x1 = content_clip.x0 +
2641 child->width * child->scale;
2642 content_clip.y1 = content_clip.y0 +
2643 child->height * child->scale;
2644
2645 /* Intersect it with clip rectangle */
2646 if (content_clip.x0 < clip->x0)
2647 content_clip.x0 = clip->x0;
2648 if (content_clip.y0 < clip->y0)
2649 content_clip.y0 = clip->y0;
2650 if (clip->x1 < content_clip.x1)
2651 content_clip.x1 = clip->x1;
2652 if (clip->y1 < content_clip.y1)
2653 content_clip.y1 = clip->y1;
2654
2655 /* Skip this frame if it lies outside clip rectangle */
2656 if (content_clip.x0 >= content_clip.x1 ||
2657 content_clip.y0 >= content_clip.y1)
2658 continue;
2659
2660 /* Redraw frame */
2661 plot_ok &= browser_window_redraw(child,
2662 x + child->x,
2663 y + child->y,
2664 &content_clip,
2665 &new_ctx);
2666 }
2667
2668 /* Nothing else to redraw for browser windows with children;
2669 * cleanup and return
2670 */
2671 if (bw->window != NULL((void*)0) && ctx->plot->option_knockout) {
2672 /* Root browser window: knockout end */
2673 knockout_plot_end(ctx);
2674 }
2675
2676 return plot_ok;
2677 }
2678
2679 /* Handle browser windows with content to redraw */
2680
2681 content_type = content_get_type(bw->current_content);
2682 if (content_type != CONTENT_HTML && content_type != CONTENT_TEXTPLAIN) {
2683 /* Set render area according to scale */
2684 width = content_get_width(bw->current_content) * bw->scale;
2685 height = content_get_height(bw->current_content) * bw->scale;
2686
2687 /* Non-HTML may not fill viewport to extents, so plot white
2688 * background fill */
2689 plot_ok &= (new_ctx.plot->rectangle(&new_ctx,
2690 plot_style_fill_white,
2691 clip) == NSERROR_OK);
2692 }
2693
2694 /* Set up content redraw data */
2695 data.x = x - scrollbar_get_offset(bw->scroll_x);
2696 data.y = y - scrollbar_get_offset(bw->scroll_y);
2697 data.width = width;
2698 data.height = height;
2699
2700 data.background_colour = 0xFFFFFF;
2701 data.scale = bw->scale;
2702 data.repeat_x = false0;
2703 data.repeat_y = false0;
2704
2705 content_clip = *clip;
2706
2707 if (!bw->window) {
2708 int x0 = x * bw->scale;
2709 int y0 = y * bw->scale;
2710 int x1 = (x + bw->width - ((bw->scroll_y != NULL((void*)0)) ?
2711 SCROLLBAR_WIDTH16 : 0)) * bw->scale;
2712 int y1 = (y + bw->height - ((bw->scroll_x != NULL((void*)0)) ?
2713 SCROLLBAR_WIDTH16 : 0)) * bw->scale;
2714
2715 if (content_clip.x0 < x0) content_clip.x0 = x0;
2716 if (content_clip.y0 < y0) content_clip.y0 = y0;
2717 if (x1 < content_clip.x1) content_clip.x1 = x1;
2718 if (y1 < content_clip.y1) content_clip.y1 = y1;
2719 }
2720
2721 /* Render the content */
2722 plot_ok &= content_redraw(bw->current_content, &data,
2723 &content_clip, &new_ctx);
2724
2725 /* Back to full clip rect */
2726 new_ctx.plot->clip(&new_ctx, clip);
2727
2728 if (!bw->window) {
2729 /* Render scrollbars */
2730 int off_x, off_y;
2731 if (bw->scroll_x != NULL((void*)0)) {
2732 browser_window_get_scrollbar_pos(bw, true1,
2733 &off_x, &off_y);
2734 res = scrollbar_redraw(bw->scroll_x,
2735 x + off_x, y + off_y, clip,
2736 bw->scale, &new_ctx);
2737 if (res != NSERROR_OK) {
2738 plot_ok = false0;
2739 }
2740 }
2741 if (bw->scroll_y != NULL((void*)0)) {
2742 browser_window_get_scrollbar_pos(bw, false0,
2743 &off_x, &off_y);
2744 res = scrollbar_redraw(bw->scroll_y,
2745 x + off_x, y + off_y, clip,
2746 bw->scale, &new_ctx);
2747 if (res != NSERROR_OK) {
2748 plot_ok = false0;
2749 }
2750 }
2751 }
2752
2753 if (bw->window != NULL((void*)0) && ctx->plot->option_knockout) {
2754 /* Root browser window: end knockout */
2755 knockout_plot_end(ctx);
2756 }
2757
2758 return plot_ok;
2759}
2760
2761
2762/* exported interface, documented in netsurf/browser_window.h */
2763bool_Bool browser_window_redraw_ready(struct browser_window *bw)
2764{
2765 if (bw == NULL((void*)0)) {
2766 NSLOG(netsurf, INFO, "NULL browser window")do { if (NSLOG_LEVEL_INFO >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_INFO, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 2766
, }; nslog__log(&_nslog_ctx, "NULL browser window"); } } while
(0)
;
2767 return false0;
2768 } else if (bw->current_content != NULL((void*)0)) {
2769 /* Can't render locked contents */
2770 return !content_is_locked(bw->current_content);
2771 }
2772
2773 return true1;
2774}
2775
2776
2777/* exported interface, documented in browser_private.h */
2778void browser_window_update_extent(struct browser_window *bw)
2779{
2780 if (bw->window != NULL((void*)0)) {
2781 /* Front end window */
2782 guit->window->event(bw->window, GW_EVENT_UPDATE_EXTENT);
2783 } else {
2784 /* Core-managed browser window */
2785 browser_window_handle_scrollbars(bw);
2786 }
2787}
2788
2789
2790/* exported interface, documented in netsurf/browser_window.h */
2791void
2792browser_window_get_position(struct browser_window *bw,
2793 bool_Bool root,
2794 int *pos_x,
2795 int *pos_y)
2796{
2797 *pos_x = 0;
2798 *pos_y = 0;
2799
2800 assert(bw != NULL)((bw != ((void*)0)) ? (void) (0) : __assert_fail ("bw != NULL"
, "desktop/browser_window.c", 2800, __extension__ __PRETTY_FUNCTION__
))
;
2801
2802 while (bw) {
2803 switch (bw->browser_window_type) {
2804
2805 case BROWSER_WINDOW_FRAMESET:
2806 *pos_x += bw->x * bw->scale;
2807 *pos_y += bw->y * bw->scale;
2808 break;
2809
2810 case BROWSER_WINDOW_NORMAL:
2811 /* There is no offset to the root browser window */
2812 break;
2813
2814 case BROWSER_WINDOW_FRAME:
2815 /* Iframe and Frame handling is identical;
2816 * fall though */
2817 case BROWSER_WINDOW_IFRAME:
2818 *pos_x += (bw->x - scrollbar_get_offset(bw->scroll_x)) *
2819 bw->scale;
2820 *pos_y += (bw->y - scrollbar_get_offset(bw->scroll_y)) *
2821 bw->scale;
2822 break;
2823 }
2824
2825 bw = bw->parent;
2826
2827 if (!root) {
2828 /* return if we just wanted the position in the parent
2829 * browser window. */
2830 return;
2831 }
2832 }
2833}
2834
2835
2836/* exported interface, documented in netsurf/browser_window.h */
2837void browser_window_set_position(struct browser_window *bw, int x, int y)
2838{
2839 assert(bw != NULL)((bw != ((void*)0)) ? (void) (0) : __assert_fail ("bw != NULL"
, "desktop/browser_window.c", 2839, __extension__ __PRETTY_FUNCTION__
))
;
2840
2841 if (bw->window == NULL((void*)0)) {
2842 /* Core managed browser window */
2843 bw->x = x;
2844 bw->y = y;
2845 } else {
2846 NSLOG(netsurf, INFO,do { if (NSLOG_LEVEL_INFO >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_INFO, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 2847
, }; nslog__log(&_nslog_ctx, "Asked to set position of front end window."
); } } while(0)
2847 "Asked to set position of front end window.")do { if (NSLOG_LEVEL_INFO >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_INFO, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 2847
, }; nslog__log(&_nslog_ctx, "Asked to set position of front end window."
); } } while(0)
;
2848 assert(0)((0) ? (void) (0) : __assert_fail ("0", "desktop/browser_window.c"
, 2848, __extension__ __PRETTY_FUNCTION__))
;
2849 }
2850}
2851
2852
2853/* exported interface, documented in netsurf/browser_window.h */
2854void
2855browser_window_set_drag_type(struct browser_window *bw,
2856 browser_drag_type type,
2857 const struct rect *rect)
2858{
2859 struct browser_window *top_bw = browser_window_get_root(bw);
2860 gui_drag_type gtype;
2861
2862 bw->drag.type = type;
2863
2864 if (type == DRAGGING_NONE) {
2865 top_bw->drag.window = NULL((void*)0);
2866 } else {
2867 top_bw->drag.window = bw;
2868
2869 switch (type) {
2870 case DRAGGING_SELECTION:
2871 /** \todo tell front end */
2872 return;
2873 case DRAGGING_SCR_X:
2874 case DRAGGING_SCR_Y:
2875 case DRAGGING_CONTENT_SCROLLBAR:
2876 gtype = GDRAGGING_SCROLLBAR;
2877 break;
2878 default:
2879 gtype = GDRAGGING_OTHER;
2880 break;
2881 }
2882
2883 guit->window->drag_start(top_bw->window, gtype, rect);
2884 }
2885}
2886
2887
2888/* exported interface, documented in netsurf/browser_window.h */
2889browser_drag_type browser_window_get_drag_type(struct browser_window *bw)
2890{
2891 return bw->drag.type;
2892}
2893
2894
2895/* exported interface, documented in netsurf/browser_window.h */
2896struct browser_window * browser_window_get_root(struct browser_window *bw)
2897{
2898 while (bw && bw->parent) {
2899 bw = bw->parent;
2900 }
2901 return bw;
2902}
2903
2904
2905/* exported interface, documented in netsurf/browser_window.h */
2906browser_editor_flags browser_window_get_editor_flags(struct browser_window *bw)
2907{
2908 browser_editor_flags ed_flags = BW_EDITOR_NONE;
2909 assert(bw->window)((bw->window) ? (void) (0) : __assert_fail ("bw->window"
, "desktop/browser_window.c", 2909, __extension__ __PRETTY_FUNCTION__
))
;
2910 assert(bw->parent == NULL)((bw->parent == ((void*)0)) ? (void) (0) : __assert_fail (
"bw->parent == NULL", "desktop/browser_window.c", 2910, __extension__
__PRETTY_FUNCTION__))
;
2911
2912 if (bw->selection.bw != NULL((void*)0)) {
2913 ed_flags |= BW_EDITOR_CAN_COPY;
2914
2915 if (!bw->selection.read_only)
2916 ed_flags |= BW_EDITOR_CAN_CUT;
2917 }
2918
2919 if (bw->can_edit)
2920 ed_flags |= BW_EDITOR_CAN_PASTE;
2921
2922 return ed_flags;
2923}
2924
2925
2926/* exported interface, documented in netsurf/browser_window.h */
2927bool_Bool browser_window_can_select(struct browser_window *bw)
2928{
2929 if (bw == NULL((void*)0) || bw->current_content == NULL((void*)0))
2930 return false0;
2931
2932 /* TODO: We shouldn't have to know about specific content types
2933 * here. There should be a content_is_selectable() call. */
2934 if (content_get_type(bw->current_content) != CONTENT_HTML &&
2935 content_get_type(bw->current_content) !=
2936 CONTENT_TEXTPLAIN)
2937 return false0;
2938
2939 return true1;
2940}
2941
2942
2943/* exported interface, documented in netsurf/browser_window.h */
2944char * browser_window_get_selection(struct browser_window *bw)
2945{
2946 assert(bw->window)((bw->window) ? (void) (0) : __assert_fail ("bw->window"
, "desktop/browser_window.c", 2946, __extension__ __PRETTY_FUNCTION__
))
;
2947 assert(bw->parent == NULL)((bw->parent == ((void*)0)) ? (void) (0) : __assert_fail (
"bw->parent == NULL", "desktop/browser_window.c", 2947, __extension__
__PRETTY_FUNCTION__))
;
2948
2949 if (bw->selection.bw == NULL((void*)0) ||
2950 bw->selection.bw->current_content == NULL((void*)0))
2951 return NULL((void*)0);
2952
2953 return content_get_selection(bw->selection.bw->current_content);
2954}
2955
2956
2957/* exported interface, documented in netsurf/browser_window.h */
2958bool_Bool browser_window_can_search(struct browser_window *bw)
2959{
2960 if (bw == NULL((void*)0) || bw->current_content == NULL((void*)0))
2961 return false0;
2962
2963 /** \todo We shouldn't have to know about specific content
2964 * types here. There should be a content_is_searchable() call.
2965 */
2966 if ((content_get_type(bw->current_content) != CONTENT_HTML) &&
2967 (content_get_type(bw->current_content) != CONTENT_TEXTPLAIN)) {
2968 return false0;
2969 }
2970
2971 return true1;
2972}
2973
2974
2975/* exported interface, documented in netsurf/browser_window.h */
2976bool_Bool browser_window_is_frameset(struct browser_window *bw)
2977{
2978 return (bw->children != NULL((void*)0));
2979}
2980
2981
2982/* exported interface, documented in netsurf/browser_window.h */
2983nserror
2984browser_window_get_scrollbar_type(struct browser_window *bw,
2985 browser_scrolling *h,
2986 browser_scrolling *v)
2987{
2988 *h = bw->scrolling;
2989 *v = bw->scrolling;
2990
2991 return NSERROR_OK;
2992}
2993
2994
2995/* exported interface, documented in netsurf/browser_window.h */
2996nserror
2997browser_window_get_features(struct browser_window *bw,
2998 int x, int y,
2999 struct browser_window_features *data)
3000{
3001 /* clear the features structure to empty values */
3002 data->link = NULL((void*)0);
3003 data->link_title = NULL((void*)0);
3004 data->link_title_length = 0;
3005 data->object = NULL((void*)0);
3006 data->main = NULL((void*)0);
3007 data->form_features = CTX_FORM_NONE;
3008
3009 return browser_window__get_contextual_content(bw,
3010 x / bw->scale,
3011 y / bw->scale,
3012 data);
3013}
3014
3015
3016/* exported interface, documented in netsurf/browser_window.h */
3017bool_Bool
3018browser_window_scroll_at_point(struct browser_window *bw,
3019 int x, int y,
3020 int scrx, int scry)
3021{
3022 return browser_window_scroll_at_point_internal(bw,
3023 x / bw->scale,
3024 y / bw->scale,
3025 scrx,
3026 scry);
3027}
3028
3029
3030/* exported interface, documented in netsurf/browser_window.h */
3031bool_Bool
3032browser_window_drop_file_at_point(struct browser_window *bw,
3033 int x, int y,
3034 char *file)
3035{
3036 return browser_window_drop_file_at_point_internal(bw,
3037 x / bw->scale,
3038 y / bw->scale,
3039 file);
3040}
3041
3042
3043/* exported interface, documented in netsurf/browser_window.h */
3044void
3045browser_window_set_gadget_filename(struct browser_window *bw,
3046 struct form_control *gadget,
3047 const char *fn)
3048{
3049 html_set_file_gadget_filename(bw->current_content, gadget, fn);
3050}
3051
3052
3053/* exported interface, documented in netsurf/browser_window.h */
3054nserror
3055browser_window_debug_dump(struct browser_window *bw,
3056 FILE *f,
3057 enum content_debug op)
3058{
3059 if (bw->current_content != NULL((void*)0)) {
3060 return content_debug_dump(bw->current_content, f, op);
3061 }
3062 return NSERROR_OK;
3063}
3064
3065
3066/* exported interface, documented in netsurf/browser_window.h */
3067nserror browser_window_debug(struct browser_window *bw, enum content_debug op)
3068{
3069 if (bw->current_content != NULL((void*)0)) {
3070 return content_debug(bw->current_content, op);
3071 }
3072 return NSERROR_OK;
3073}
3074
3075
3076/* exported interface, documented in netsurf/browser_window.h */
3077nserror
3078browser_window_create(enum browser_window_create_flags flags,
3079 nsurl *url,
3080 nsurl *referrer,
3081 struct browser_window *existing,
3082 struct browser_window **bw)
3083{
3084 gui_window_create_flags gw_flags = GW_CREATE_NONE;
3085 struct browser_window *ret;
3086 nserror err;
3087
3088 /* Check parameters */
3089 if (flags & BW_CREATE_CLONE) {
3090 if (existing == NULL((void*)0)) {
3091 assert(0 && "Failed: No existing window provided.")((0 && "Failed: No existing window provided.") ? (void
) (0) : __assert_fail ("0 && \"Failed: No existing window provided.\""
, "desktop/browser_window.c", 3091, __extension__ __PRETTY_FUNCTION__
))
;
3092 return NSERROR_BAD_PARAMETER;
3093 }
3094 }
3095
3096 if (!(flags & BW_CREATE_HISTORY)) {
3097 if (!(flags & BW_CREATE_CLONE) || existing == NULL((void*)0)) {
3098 assert(0 && "Failed: Must have existing for history.")((0 && "Failed: Must have existing for history.") ? (
void) (0) : __assert_fail ("0 && \"Failed: Must have existing for history.\""
, "desktop/browser_window.c", 3098, __extension__ __PRETTY_FUNCTION__
))
;
3099 return NSERROR_BAD_PARAMETER;
3100 }
3101 }
3102
3103 ret = calloc(1, sizeof(struct browser_window));
3104 if (ret == NULL((void*)0)) {
3105 return NSERROR_NOMEM;
3106 }
3107
3108 /* Initialise common parts */
3109 err = browser_window_initialise_common(flags, ret, existing);
3110 if (err != NSERROR_OK) {
3111 browser_window_destroy(ret);
3112 return err;
3113 }
3114
3115 /* window characteristics */
3116 ret->browser_window_type = BROWSER_WINDOW_NORMAL;
3117 ret->scrolling = BW_SCROLLING_YES;
3118 ret->border = true1;
3119 ret->no_resize = true1;
3120 ret->focus = ret;
3121
3122 /* initialise last action with creation time */
3123 nsu_getmonotonic_ms(&ret->last_action);
3124
3125 /* The existing gui_window is on the top-level existing
3126 * browser_window. */
3127 existing = browser_window_get_root(existing);
3128
3129 /* Set up gui_window creation flags */
3130 if (flags & BW_CREATE_TAB)
3131 gw_flags |= GW_CREATE_TAB;
3132 if (flags & BW_CREATE_CLONE)
3133 gw_flags |= GW_CREATE_CLONE;
3134 if (flags & BW_CREATE_FOREGROUND)
3135 gw_flags |= GW_CREATE_FOREGROUND;
3136 if (flags & BW_CREATE_FOCUS_LOCATION)
3137 gw_flags |= GW_CREATE_FOCUS_LOCATION;
3138
3139 ret->window = guit->window->create(ret,
3140 (existing != NULL((void*)0)) ? existing->window : NULL((void*)0),
3141 gw_flags);
3142
3143 if (ret->window == NULL((void*)0)) {
3144 browser_window_destroy(ret);
3145 return NSERROR_BAD_PARAMETER;
3146 }
3147
3148 if (url != NULL((void*)0)) {
3149 enum browser_window_nav_flags nav_flags;
3150 nav_flags = BW_NAVIGATE_NO_TERMINAL_HISTORY_UPDATE;
3151 if (flags & BW_CREATE_UNVERIFIABLE) {
3152 nav_flags |= BW_NAVIGATE_UNVERIFIABLE;
3153 }
3154 if (flags & BW_CREATE_HISTORY) {
3155 nav_flags |= BW_NAVIGATE_HISTORY;
3156 }
3157 browser_window_navigate(ret,
3158 url,
3159 referrer,
3160 nav_flags,
3161 NULL((void*)0),
3162 NULL((void*)0),
3163 NULL((void*)0));
3164 }
3165
3166 if (bw != NULL((void*)0)) {
3167 *bw = ret;
3168 }
3169
3170 return NSERROR_OK;
3171}
3172
3173
3174/* exported internal interface, documented in desktop/browser_private.h */
3175nserror
3176browser_window_initialise_common(enum browser_window_create_flags flags,
3177 struct browser_window *bw,
3178 const struct browser_window *existing)
3179{
3180 nserror err;
3181 assert(bw)((bw) ? (void) (0) : __assert_fail ("bw", "desktop/browser_window.c"
, 3181, __extension__ __PRETTY_FUNCTION__))
;
3182
3183 /* new javascript context for each window/(i)frame */
3184 err = js_newheap(nsoption_int(script_timeout)(nsoptions[NSOPTION_script_timeout].value.i), &bw->jsheap);
3185 if (err != NSERROR_OK)
3186 return err;
3187
3188 if (flags & BW_CREATE_CLONE) {
3189 assert(existing != NULL)((existing != ((void*)0)) ? (void) (0) : __assert_fail ("existing != NULL"
, "desktop/browser_window.c", 3189, __extension__ __PRETTY_FUNCTION__
))
;
3190
3191 /* clone history */
3192 err = browser_window_history_clone(existing, bw);
3193
3194 /* copy the scale */
3195 bw->scale = existing->scale;
3196 } else {
3197 /* create history */
3198 err = browser_window_history_create(bw);
3199
3200 /* default scale */
3201 bw->scale = (float) nsoption_int(scale)(nsoptions[NSOPTION_scale].value.i) / 100.0;
3202 }
3203
3204 if (err != NSERROR_OK)
3205 return err;
3206
3207 /* window characteristics */
3208 bw->refresh_interval = -1;
3209
3210 bw->drag.type = DRAGGING_NONE;
3211
3212 bw->scroll_x = NULL((void*)0);
3213 bw->scroll_y = NULL((void*)0);
3214
3215 bw->focus = NULL((void*)0);
3216
3217 /* initialise status text cache */
3218 bw->status.text = NULL((void*)0);
3219 bw->status.text_len = 0;
3220 bw->status.match = 0;
3221 bw->status.miss = 0;
3222
3223 return NSERROR_OK;
3224}
3225
3226
3227/* exported interface, documented in netsurf/browser_window.h */
3228void browser_window_destroy(struct browser_window *bw)
3229{
3230 /* can't destoy child windows on their own */
3231 assert(!bw->parent)((!bw->parent) ? (void) (0) : __assert_fail ("!bw->parent"
, "desktop/browser_window.c", 3231, __extension__ __PRETTY_FUNCTION__
))
;
3232
3233 /* destroy */
3234 browser_window_destroy_internal(bw);
3235 free(bw);
3236}
3237
3238
3239/* exported interface, documented in netsurf/browser_window.h */
3240nserror browser_window_refresh_url_bar(struct browser_window *bw)
3241{
3242 nserror ret;
3243 nsurl *display_url, *url;
3244
3245 assert(bw)((bw) ? (void) (0) : __assert_fail ("bw", "desktop/browser_window.c"
, 3245, __extension__ __PRETTY_FUNCTION__))
;
3246
3247 if (bw->parent != NULL((void*)0)) {
3248 /* Not root window; don't set a URL in GUI URL bar */
3249 return NSERROR_OK;
3250 }
3251
3252 if (bw->current_content == NULL((void*)0)) {
3253 /* no content so return about:blank */
3254 ret = browser_window_refresh_url_bar_internal(bw,
3255 corestring_nsurl_about_blank);
3256 } else if (bw->throbbing && bw->loading_parameters.url != NULL((void*)0)) {
3257 /* Throbbing and we have loading parameters, use those */
3258 url = bw->loading_parameters.url;
3259 ret = browser_window_refresh_url_bar_internal(bw, url);
3260 } else if (bw->frag_id == NULL((void*)0)) {
3261 if (bw->internal_nav) {
3262 url = bw->loading_parameters.url;
3263 } else {
3264 url = hlcache_handle_get_url(bw->current_content);
3265 }
3266 ret = browser_window_refresh_url_bar_internal(bw, url);
3267 } else {
3268 /* Combine URL and Fragment */
3269 if (bw->internal_nav) {
3270 url = bw->loading_parameters.url;
3271 } else {
3272 url = hlcache_handle_get_url(bw->current_content);
3273 }
3274 ret = nsurl_refragment(
3275 url,
3276 bw->frag_id, &display_url);
3277 if (ret == NSERROR_OK) {
3278 ret = browser_window_refresh_url_bar_internal(bw,
3279 display_url);
3280 nsurl_unref(display_url);
3281 }
3282 }
3283
3284 return ret;
3285}
3286
3287
3288/* exported interface documented in netsurf/browser_window.h */
3289nserror
3290browser_window_navigate(struct browser_window *bw,
3291 nsurl *url,
3292 nsurl *referrer,
3293 enum browser_window_nav_flags flags,
3294 char *post_urlenc,
3295 struct fetch_multipart_data *post_multipart,
3296 hlcache_handle *parent)
3297{
3298 int depth = 0;
3299 struct browser_window *cur;
3300 uint32_t fetch_flags = 0;
3301 bool_Bool fetch_is_post = (post_urlenc != NULL((void*)0) || post_multipart != NULL((void*)0));
3302 llcache_post_data post;
3303 hlcache_child_context child;
3304 nserror error;
3305 bool_Bool is_internal = false0;
3306 struct browser_fetch_parameters params, *pass_params = NULL((void*)0);
3307
3308 assert(bw)((bw) ? (void) (0) : __assert_fail ("bw", "desktop/browser_window.c"
, 3308, __extension__ __PRETTY_FUNCTION__))
;
3309 assert(url)((url) ? (void) (0) : __assert_fail ("url", "desktop/browser_window.c"
, 3309, __extension__ __PRETTY_FUNCTION__))
;
3310
3311 NSLOG(netsurf, INFO, "bw %p, url %s", bw, nsurl_access(url))do { if (NSLOG_LEVEL_INFO >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_INFO, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 3311
, }; nslog__log(&_nslog_ctx, "bw %p, url %s", bw, nsurl_access
(url)); } } while(0)
;
3312
3313 /*
3314 * determine if navigation is internal url, if so, we do not
3315 * do certain things during the load.
3316 */
3317 is_internal = is_internal_navigate_url(url);
3318
3319 if (is_internal &&
3320 !(flags & BW_NAVIGATE_INTERNAL)) {
3321 /* Internal navigation detected, but flag not set, only allow
3322 * this is there's a fetch multipart
3323 */
3324 if (post_multipart == NULL((void*)0)) {
3325 return NSERROR_NEED_DATA;
3326 }
3327 /* It *is* internal, set it as such */
3328 flags |= BW_NAVIGATE_INTERNAL | BW_NAVIGATE_HISTORY;
3329 /* If we were previously internal, don't update again */
3330 if (bw->internal_nav) {
3331 flags |= BW_NAVIGATE_NO_TERMINAL_HISTORY_UPDATE;
3332 }
3333 }
3334
3335 /* If we're navigating and we have a history entry and a content
3336 * then update the history entry before we navigate to save our
3337 * current state. However since history navigation pre-moves
3338 * the history state, we ensure that we only do this if we've not
3339 * been suppressed. In the suppressed case, the history code
3340 * updates the history itself before navigating.
3341 */
3342 if (bw->current_content != NULL((void*)0) &&
3343 bw->history != NULL((void*)0) &&
3344 bw->history->current != NULL((void*)0) &&
3345 !is_internal &&
3346 !(flags & BW_NAVIGATE_NO_TERMINAL_HISTORY_UPDATE)) {
3347 browser_window_history_update(bw, bw->current_content);
3348 }
3349
3350 /* don't allow massively nested framesets */
3351 for (cur = bw; cur->parent; cur = cur->parent) {
3352 depth++;
3353 }
3354 if (depth > FRAME_DEPTH8) {
3355 NSLOG(netsurf, INFO, "frame depth too high.")do { if (NSLOG_LEVEL_INFO >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_INFO, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 3355
, }; nslog__log(&_nslog_ctx, "frame depth too high."); } }
while(0)
;
3356 return NSERROR_FRAME_DEPTH;
3357 }
3358
3359 /* Set up retrieval parameters */
3360 if (!(flags & BW_NAVIGATE_UNVERIFIABLE)) {
3361 fetch_flags |= LLCACHE_RETRIEVE_VERIFIABLE;
3362 }
3363
3364 if (post_multipart != NULL((void*)0)) {
3365 post.type = LLCACHE_POST_MULTIPART;
3366 post.data.multipart = post_multipart;
3367 } else if (post_urlenc != NULL((void*)0)) {
3368 post.type = LLCACHE_POST_URL_ENCODED;
3369 post.data.urlenc = post_urlenc;
3370 }
3371
3372 child.charset = content_get_encoding(parent, CONTENT_ENCODING_NORMAL);
3373 if ((parent != NULL((void*)0)) && (content_get_type(parent) == CONTENT_HTML)) {
3374 child.quirks = content_get_quirks(parent);
3375 } else {
3376 child.quirks = false0;
3377 }
3378
3379 url = nsurl_ref(url);
3380
3381 if (referrer != NULL((void*)0)) {
3382 referrer = nsurl_ref(referrer);
3383 }
3384
3385 /* Get download out of the way */
3386 if ((flags & BW_NAVIGATE_DOWNLOAD) != 0) {
3387 error = browser_window_download(bw,
3388 url,
3389 referrer,
3390 fetch_flags,
3391 fetch_is_post,
3392 &post);
3393 nsurl_unref(url);
3394 if (referrer != NULL((void*)0)) {
3395 nsurl_unref(referrer);
3396 }
3397 return error;
3398 }
3399
3400 lwc_string_unref(bw->frag_id){ lwc_string *__lwc_s = (bw->frag_id); if (__lwc_s != ((void
*)0)) { __lwc_s->refcnt--; if ((__lwc_s->refcnt == 0) ||
((__lwc_s->refcnt == 1) && (__lwc_s->insensitive
== __lwc_s))) lwc_string_destroy(__lwc_s); } }
;
3401 bw->frag_id = NULL((void*)0);
3402
3403 if (nsurl_has_component(url, NSURL_FRAGMENT)) {
3404 bool_Bool same_url = false0;
3405
3406 bw->frag_id = nsurl_get_component(url, NSURL_FRAGMENT);
3407
3408 /* Compare new URL with existing one (ignoring fragments) */
3409 if ((bw->current_content != NULL((void*)0)) &&
3410 (hlcache_handle_get_url(bw->current_content) != NULL((void*)0))) {
3411 same_url = nsurl_compare(
3412 url,
3413 hlcache_handle_get_url(bw->current_content),
3414 NSURL_COMPLETE);
3415 }
3416
3417 /* if we're simply moving to another ID on the same page,
3418 * don't bother to fetch, just update the window.
3419 */
3420 if ((same_url) &&
3421 (fetch_is_post == false0) &&
3422 (nsurl_has_component(url, NSURL_QUERY) == false0)) {
3423 nsurl_unref(url);
3424
3425 if (referrer != NULL((void*)0)) {
3426 nsurl_unref(referrer);
3427 }
3428
3429 if ((flags & BW_NAVIGATE_HISTORY) != 0) {
3430 browser_window_history_add(bw,
3431 bw->current_content,
3432 bw->frag_id);
3433 }
3434
3435 browser_window_update(bw, false0);
3436
3437 if (bw->current_content != NULL((void*)0)) {
3438 browser_window_refresh_url_bar(bw);
3439 }
3440 return NSERROR_OK;
3441 }
3442 }
3443
3444 browser_window_stop(bw);
3445 browser_window_remove_caret(bw, false0);
3446 browser_window_destroy_children(bw);
3447 browser_window_destroy_iframes(bw);
3448
3449 /* Set up the fetch parameters */
3450 memset(&params, 0, sizeof(params));
3451
3452 params.url = nsurl_ref(url);
3453
3454 if (referrer != NULL((void*)0)) {
3455 params.referrer = nsurl_ref(referrer);
3456 }
3457
3458 params.flags = flags;
3459
3460 if (post_urlenc != NULL((void*)0)) {
3461 params.post_urlenc = strdup(post_urlenc);
3462 }
3463
3464 if (post_multipart != NULL((void*)0)) {
3465 params.post_multipart = fetch_multipart_data_clone(post_multipart);
3466 }
3467
3468 if (parent != NULL((void*)0)) {
3469 params.parent_charset = strdup(child.charset);
3470 params.parent_quirks = child.quirks;
3471 }
3472
3473 bw->internal_nav = is_internal;
3474
3475 if (is_internal) {
3476 pass_params = &params;
3477 } else {
3478 /* At this point, we're navigating, so store the fetch parameters */
3479 browser_window__free_fetch_parameters(&bw->loading_parameters);
3480 memcpy(&bw->loading_parameters, &params, sizeof(params));
3481 memset(&params, 0, sizeof(params));
3482 pass_params = &bw->loading_parameters;
3483 }
3484
3485 error = browser_window__navigate_internal(bw, pass_params);
3486
3487 nsurl_unref(url);
3488
3489 if (referrer != NULL((void*)0)) {
3490 nsurl_unref(referrer);
3491 }
3492
3493 if (is_internal) {
3494 browser_window__free_fetch_parameters(&params);
3495 }
3496
3497 return error;
3498}
3499
3500
3501/**
3502 * Internal navigation handler for normal fetches
3503 */
3504static nserror
3505navigate_internal_real(struct browser_window *bw,
3506 struct browser_fetch_parameters *params)
3507{
3508 uint32_t fetch_flags = 0;
3509 bool_Bool fetch_is_post;
3510 llcache_post_data post;
3511 hlcache_child_context child;
3512 nserror res;
3513 hlcache_handle *c;
3514
3515 NSLOG(netsurf, INFO, "Loading '%s'", nsurl_access(params->url))do { if (NSLOG_LEVEL_INFO >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_INFO, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 3515
, }; nslog__log(&_nslog_ctx, "Loading '%s'", nsurl_access
(params->url)); } } while(0)
;
3516
3517 fetch_is_post = (params->post_urlenc != NULL((void*)0) || params->post_multipart != NULL((void*)0));
3518
3519 /* Clear SSL info for load */
3520 cert_chain_free(bw->loading_cert_chain);
3521 bw->loading_cert_chain = NULL((void*)0);
3522
3523 /* Set up retrieval parameters */
3524 if (!(params->flags & BW_NAVIGATE_UNVERIFIABLE)) {
3525 fetch_flags |= LLCACHE_RETRIEVE_VERIFIABLE;
3526 }
3527
3528 if (params->post_multipart != NULL((void*)0)) {
3529 post.type = LLCACHE_POST_MULTIPART;
3530 post.data.multipart = params->post_multipart;
3531 } else if (params->post_urlenc != NULL((void*)0)) {
3532 post.type = LLCACHE_POST_URL_ENCODED;
3533 post.data.urlenc = params->post_urlenc;
3534 }
3535
3536 if (params->parent_charset != NULL((void*)0)) {
3537 child.charset = params->parent_charset;
3538 child.quirks = params->parent_quirks;
3539 }
3540
3541 browser_window_set_status(bw, messages_get("Loading"));
3542 bw->history_add = (params->flags & BW_NAVIGATE_HISTORY);
3543
3544 /* Verifiable fetches may trigger a download */
3545 if (!(params->flags & BW_NAVIGATE_UNVERIFIABLE)) {
3546 fetch_flags |= HLCACHE_RETRIEVE_MAY_DOWNLOAD;
3547 }
3548
3549 res = hlcache_handle_retrieve(params->url,
3550 fetch_flags | HLCACHE_RETRIEVE_SNIFF_TYPE,
3551 params->referrer,
3552 fetch_is_post ? &post : NULL((void*)0),
3553 browser_window_callback,
3554 bw,
3555 params->parent_charset != NULL((void*)0) ? &child : NULL((void*)0),
3556 CONTENT_ANY,
3557 &c);
3558
3559 switch (res) {
3560 case NSERROR_OK:
3561 bw->loading_content = c;
3562 browser_window_start_throbber(bw);
3563 if (bw->window != NULL((void*)0)) {
3564 guit->window->set_icon(bw->window, NULL((void*)0));
3565 }
3566 if (bw->internal_nav == false0) {
3567 res = browser_window_refresh_url_bar_internal(bw,
3568 params->url);
3569 }
3570 break;
3571
3572 case NSERROR_NO_FETCH_HANDLER: /* no handler for this type */
3573 /** \todo does this always try and download even
3574 * unverifiable content?
3575 */
3576 res = guit->misc->launch_url(params->url);
3577 break;
3578
3579 default: /* report error to user */
3580 browser_window_set_status(bw, messages_get_errorcode(res));
3581 break;
3582
3583 }
3584
3585 /* Record time */
3586 nsu_getmonotonic_ms(&bw->last_action);
3587
3588 return res;
3589}
3590
3591
3592/**
3593 * Internal navigation handler for the authentication query handler
3594 *
3595 * If the parameters indicate we're processing a *response* from the handler
3596 * then we deal with that, otherwise we pass it on to the about: handler
3597 */
3598static nserror
3599navigate_internal_query_auth(struct browser_window *bw,
3600 struct browser_fetch_parameters *params)
3601{
3602 char *userpass = NULL((void*)0);
3603 const char *username, *password, *realm, *siteurl;
3604 nsurl *sitensurl;
3605 nserror res;
3606 bool_Bool is_login = false0, is_cancel = false0;
3607
3608 assert(params->post_multipart != NULL)((params->post_multipart != ((void*)0)) ? (void) (0) : __assert_fail
("params->post_multipart != NULL", "desktop/browser_window.c"
, 3608, __extension__ __PRETTY_FUNCTION__))
;
3609
3610 is_login = fetch_multipart_data_find(params->post_multipart, "login") != NULL((void*)0);
3611 is_cancel = fetch_multipart_data_find(params->post_multipart, "cancel") != NULL((void*)0);
3612
3613 if (!(is_login || is_cancel)) {
3614 /* This is a request, so pass it on */
3615 return navigate_internal_real(bw, params);
3616 }
3617
3618 if (is_cancel) {
3619 /* We're processing a cancel, do a rough-and-ready nav to
3620 * about:blank
3621 */
3622 browser_window__free_fetch_parameters(&bw->loading_parameters);
3623 bw->loading_parameters.url = nsurl_ref(corestring_nsurl_about_blank);
3624 bw->loading_parameters.flags = BW_NAVIGATE_NO_TERMINAL_HISTORY_UPDATE | BW_NAVIGATE_INTERNAL;
3625 bw->internal_nav = true1;
3626 return browser_window__navigate_internal(bw, &bw->loading_parameters);
3627 }
3628
3629 /* We're processing a "login" attempt from the form */
3630
3631 /* Retrieve the data */
3632 username = fetch_multipart_data_find(params->post_multipart, "username");
3633 password = fetch_multipart_data_find(params->post_multipart, "password");
3634 realm = fetch_multipart_data_find(params->post_multipart, "realm");
3635 siteurl = fetch_multipart_data_find(params->post_multipart, "siteurl");
3636
3637 if (username == NULL((void*)0) || password == NULL((void*)0) ||
3638 realm == NULL((void*)0) || siteurl == NULL((void*)0)) {
3639 /* Bad inputs, simply fail */
3640 return NSERROR_INVALID;
3641 }
3642
3643 /* Parse the URL */
3644 res = nsurl_create(siteurl, &sitensurl);
3645 if (res != NSERROR_OK) {
3646 return res;
3647 }
3648
3649 /* Construct the username/password */
3650 res = browser_window__build_userpass(username, password, &userpass);
3651 if (res != NSERROR_OK) {
3652 nsurl_unref(sitensurl);
3653 return res;
3654 }
3655
3656 /* And let urldb know */
3657 urldb_set_auth_details(sitensurl, realm, userpass);
3658
3659 /* Clean up */
3660 free(userpass);
3661 nsurl_unref(sitensurl);
3662
3663 /* Finally navigate to the original loading parameters */
3664 bw->internal_nav = false0;
3665 return navigate_internal_real(bw, &bw->loading_parameters);
3666}
3667
3668
3669/**
3670 * Internal navigation handler for the SSL/privacy query page.
3671 *
3672 * If the parameters indicate we're processing a *response* from the handler
3673 * then we deal with that, otherwise we pass it on to the about: handler
3674 */
3675static nserror
3676navigate_internal_query_ssl(struct browser_window *bw,
3677 struct browser_fetch_parameters *params)
3678{
3679 bool_Bool is_proceed = false0, is_back = false0;
3680 const char *siteurl = NULL((void*)0);
3681 nsurl *siteurl_ns;
3682
3683 assert(params->post_multipart != NULL)((params->post_multipart != ((void*)0)) ? (void) (0) : __assert_fail
("params->post_multipart != NULL", "desktop/browser_window.c"
, 3683, __extension__ __PRETTY_FUNCTION__))
;
3684
3685 is_proceed = fetch_multipart_data_find(params->post_multipart, "proceed") != NULL((void*)0);
3686 is_back = fetch_multipart_data_find(params->post_multipart, "back") != NULL((void*)0);
3687 siteurl = fetch_multipart_data_find(params->post_multipart, "siteurl");
3688
3689 if (!(is_proceed || is_back) || siteurl == NULL((void*)0)) {
3690 /* This is a request, so pass it on */
3691 return navigate_internal_real(bw, params);
3692 }
3693
3694 if (nsurl_create(siteurl, &siteurl_ns) != NSERROR_OK) {
3695 NSLOG(netsurf, ERROR, "Unable to reset ssl loading parameters")do { if (NSLOG_LEVEL_ERROR >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_ERROR, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 3695
, }; nslog__log(&_nslog_ctx, "Unable to reset ssl loading parameters"
); } } while(0)
;
3696 } else {
3697 /* In order that we may proceed, replace the loading parameters */
3698 nsurl_unref(bw->loading_parameters.url);
3699 bw->loading_parameters.url = siteurl_ns;
3700 }
3701
3702 return browser_window__handle_ssl_query_response(is_proceed, bw);
3703}
3704
3705
3706/**
3707 * Internal navigation handler for the timeout query page.
3708 *
3709 * If the parameters indicate we're processing a *response* from the handler
3710 * then we deal with that, otherwise we pass it on to the about: handler
3711 */
3712static nserror
3713navigate_internal_query_timeout(struct browser_window *bw,
3714 struct browser_fetch_parameters *params)
3715{
3716 bool_Bool is_retry = false0, is_back = false0;
3717
3718 NSLOG(netsurf, INFO, "bw:%p params:%p", bw, params)do { if (NSLOG_LEVEL_INFO >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_INFO, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 3718
, }; nslog__log(&_nslog_ctx, "bw:%p params:%p", bw, params
); } } while(0)
;
3719
3720 assert(params->post_multipart != NULL)((params->post_multipart != ((void*)0)) ? (void) (0) : __assert_fail
("params->post_multipart != NULL", "desktop/browser_window.c"
, 3720, __extension__ __PRETTY_FUNCTION__))
;
3721
3722 is_retry = fetch_multipart_data_find(params->post_multipart, "retry") != NULL((void*)0);
3723 is_back = fetch_multipart_data_find(params->post_multipart, "back") != NULL((void*)0);
3724
3725 if (is_back) {
3726 /* do a rough-and-ready nav to the old 'current'
3727 * parameters, with any post data stripped away
3728 */
3729 return browser_window__reload_current_parameters(bw);
3730 }
3731
3732 if (is_retry) {
3733 /* Finally navigate to the original loading parameters */
3734 bw->internal_nav = false0;
3735 return navigate_internal_real(bw, &bw->loading_parameters);
3736 }
3737
3738 return navigate_internal_real(bw, params);
3739}
3740
3741
3742/**
3743 * Internal navigation handler for the fetch error query page.
3744 *
3745 * If the parameters indicate we're processing a *response* from the handler
3746 * then we deal with that, otherwise we pass it on to the about: handler
3747 */
3748static nserror
3749navigate_internal_query_fetcherror(struct browser_window *bw,
3750 struct browser_fetch_parameters *params)
3751{
3752 bool_Bool is_retry = false0, is_back = false0;
3753
3754 NSLOG(netsurf, INFO, "bw:%p params:%p", bw, params)do { if (NSLOG_LEVEL_INFO >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_INFO, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 3754
, }; nslog__log(&_nslog_ctx, "bw:%p params:%p", bw, params
); } } while(0)
;
3755
3756 assert(params->post_multipart != NULL)((params->post_multipart != ((void*)0)) ? (void) (0) : __assert_fail
("params->post_multipart != NULL", "desktop/browser_window.c"
, 3756, __extension__ __PRETTY_FUNCTION__))
;
3757
3758 is_retry = fetch_multipart_data_find(params->post_multipart, "retry") != NULL((void*)0);
3759 is_back = fetch_multipart_data_find(params->post_multipart, "back") != NULL((void*)0);
3760
3761 if (is_back) {
3762 /* do a rough-and-ready nav to the old 'current'
3763 * parameters, with any post data stripped away
3764 */
3765 return browser_window__reload_current_parameters(bw);
3766 }
3767
3768 if (is_retry) {
3769 /* Finally navigate to the original loading parameters */
3770 bw->internal_nav = false0;
3771 return navigate_internal_real(bw, &bw->loading_parameters);
3772 }
3773
3774 return navigate_internal_real(bw, params);
3775}
3776
3777
3778/**
3779 * dispatch to internal query handlers or normal navigation
3780 *
3781 * Here we determine if we're navigating to an internal query URI and
3782 * if so, what we need to do about it.
3783 *
3784 * \note these check must match those in is_internal_navigate_url()
3785 *
3786 * If we're not, then we just move on to the real navigate.
3787 */
3788nserror
3789browser_window__navigate_internal(struct browser_window *bw,
3790 struct browser_fetch_parameters *params)
3791{
3792 lwc_string *scheme, *path;
3793
3794 /* All our special URIs are in the about: scheme */
3795 scheme = nsurl_get_component(params->url, NSURL_SCHEME);
3796 if (scheme != corestring_lwc_about) {
3797 lwc_string_unref(scheme){ lwc_string *__lwc_s = (scheme); if (__lwc_s != ((void*)0)) {
__lwc_s->refcnt--; if ((__lwc_s->refcnt == 0) || ((__lwc_s
->refcnt == 1) && (__lwc_s->insensitive == __lwc_s
))) lwc_string_destroy(__lwc_s); } }
;
3798 goto normal_fetch;
3799 }
3800 lwc_string_unref(scheme){ lwc_string *__lwc_s = (scheme); if (__lwc_s != ((void*)0)) {
__lwc_s->refcnt--; if ((__lwc_s->refcnt == 0) || ((__lwc_s
->refcnt == 1) && (__lwc_s->insensitive == __lwc_s
))) lwc_string_destroy(__lwc_s); } }
;
3801
3802 /* Is it the auth query handler? */
3803 path = nsurl_get_component(params->url, NSURL_PATH);
3804 if (path == corestring_lwc_query_auth) {
3805 lwc_string_unref(path){ lwc_string *__lwc_s = (path); if (__lwc_s != ((void*)0)) { __lwc_s
->refcnt--; if ((__lwc_s->refcnt == 0) || ((__lwc_s->
refcnt == 1) && (__lwc_s->insensitive == __lwc_s))
) lwc_string_destroy(__lwc_s); } }
;
3806 return navigate_internal_query_auth(bw, params);
3807 }
3808 if (path == corestring_lwc_query_ssl) {
3809 lwc_string_unref(path){ lwc_string *__lwc_s = (path); if (__lwc_s != ((void*)0)) { __lwc_s
->refcnt--; if ((__lwc_s->refcnt == 0) || ((__lwc_s->
refcnt == 1) && (__lwc_s->insensitive == __lwc_s))
) lwc_string_destroy(__lwc_s); } }
;
3810 return navigate_internal_query_ssl(bw, params);
3811 }
3812 if (path == corestring_lwc_query_timeout) {
3813 lwc_string_unref(path){ lwc_string *__lwc_s = (path); if (__lwc_s != ((void*)0)) { __lwc_s
->refcnt--; if ((__lwc_s->refcnt == 0) || ((__lwc_s->
refcnt == 1) && (__lwc_s->insensitive == __lwc_s))
) lwc_string_destroy(__lwc_s); } }
;
3814 return navigate_internal_query_timeout(bw, params);
3815 }
3816 if (path == corestring_lwc_query_fetcherror) {
3817 lwc_string_unref(path){ lwc_string *__lwc_s = (path); if (__lwc_s != ((void*)0)) { __lwc_s
->refcnt--; if ((__lwc_s->refcnt == 0) || ((__lwc_s->
refcnt == 1) && (__lwc_s->insensitive == __lwc_s))
) lwc_string_destroy(__lwc_s); } }
;
3818 return navigate_internal_query_fetcherror(bw, params);
3819 }
3820 lwc_string_unref(path){ lwc_string *__lwc_s = (path); if (__lwc_s != ((void*)0)) { __lwc_s
->refcnt--; if ((__lwc_s->refcnt == 0) || ((__lwc_s->
refcnt == 1) && (__lwc_s->insensitive == __lwc_s))
) lwc_string_destroy(__lwc_s); } }
;
3821
3822 /* Fall through to a normal about: fetch */
3823
3824 normal_fetch:
3825 return navigate_internal_real(bw, params);
3826}
3827
3828
3829/* Exported interface, documented in netsurf/browser_window.h */
3830bool_Bool browser_window_up_available(struct browser_window *bw)
3831{
3832 bool_Bool result = false0;
3833
3834 if (bw != NULL((void*)0) && bw->current_content != NULL((void*)0)) {
3835 nsurl *parent;
3836 nserror err;
3837 err = nsurl_parent(hlcache_handle_get_url(bw->current_content),
3838 &parent);
3839 if (err == NSERROR_OK) {
3840 result = nsurl_compare(hlcache_handle_get_url(
3841 bw->current_content),
3842 parent,
3843 NSURL_COMPLETE) == false0;
3844 nsurl_unref(parent);
3845 }
3846 }
3847
3848 return result;
3849}
3850
3851
3852/* Exported interface, documented in netsurf/browser_window.h */
3853nserror browser_window_navigate_up(struct browser_window *bw, bool_Bool new_window)
3854{
3855 nsurl *current, *parent;
3856 nserror err;
3857
3858 if (bw == NULL((void*)0))
3859 return NSERROR_BAD_PARAMETER;
3860
3861 current = browser_window_access_url(bw);
3862
3863 err = nsurl_parent(current, &parent);
3864 if (err != NSERROR_OK) {
3865 return err;
3866 }
3867
3868 if (nsurl_compare(current, parent, NSURL_COMPLETE) == true1) {
3869 /* Can't go up to parent from here */
3870 nsurl_unref(parent);
3871 return NSERROR_OK;
3872 }
3873
3874 if (new_window) {
3875 err = browser_window_create(BW_CREATE_CLONE,
3876 parent, NULL((void*)0), bw, NULL((void*)0));
3877 } else {
3878 err = browser_window_navigate(bw, parent, NULL((void*)0),
3879 BW_NAVIGATE_HISTORY,
3880 NULL((void*)0), NULL((void*)0), NULL((void*)0));
3881 }
3882
3883 nsurl_unref(parent);
3884 return err;
3885}
3886
3887
3888/* Exported interface, documented in include/netsurf/browser_window.h */
3889nsurl* browser_window_access_url(const struct browser_window *bw)
3890{
3891 assert(bw != NULL)((bw != ((void*)0)) ? (void) (0) : __assert_fail ("bw != NULL"
, "desktop/browser_window.c", 3891, __extension__ __PRETTY_FUNCTION__
))
;
3892
3893 if (bw->current_content != NULL((void*)0)) {
3894 return hlcache_handle_get_url(bw->current_content);
3895
3896 } else if (bw->loading_content != NULL((void*)0)) {
3897 /* TODO: should we return this? */
3898 return hlcache_handle_get_url(bw->loading_content);
3899 }
3900
3901 return corestring_nsurl_about_blank;
3902}
3903
3904
3905/* Exported interface, documented in include/netsurf/browser_window.h */
3906nserror
3907browser_window_get_url(struct browser_window *bw, bool_Bool fragment,nsurl** url_out)
3908{
3909 nserror err;
3910 nsurl *url;
3911
3912 assert(bw != NULL)((bw != ((void*)0)) ? (void) (0) : __assert_fail ("bw != NULL"
, "desktop/browser_window.c", 3912, __extension__ __PRETTY_FUNCTION__
))
;
3913
3914 if (!fragment || bw->frag_id == NULL((void*)0) || bw->loading_content != NULL((void*)0)) {
3915 /* If there's a loading content, then the bw->frag_id will have
3916 * been trampled, possibly with a new frag_id, but we will
3917 * still be returning the current URL, so in this edge case
3918 * we just drop any fragment. */
3919 url = nsurl_ref(browser_window_access_url(bw));
3920
3921 } else {
3922 err = nsurl_refragment(browser_window_access_url(bw),
3923 bw->frag_id, &url);
3924 if (err != NSERROR_OK) {
3925 return err;
3926 }
3927 }
3928
3929 *url_out = url;
3930 return NSERROR_OK;
3931}
3932
3933
3934/* Exported interface, documented in netsurf/browser_window.h */
3935const char* browser_window_get_title(struct browser_window *bw)
3936{
3937 assert(bw != NULL)((bw != ((void*)0)) ? (void) (0) : __assert_fail ("bw != NULL"
, "desktop/browser_window.c", 3937, __extension__ __PRETTY_FUNCTION__
))
;
3938
3939 if (bw->current_content != NULL((void*)0)) {
3940 return content_get_title(bw->current_content);
3941 }
3942
3943 /* no content so return about:blank */
3944 return nsurl_access(corestring_nsurl_about_blank);
3945}
3946
3947
3948/* Exported interface, documented in netsurf/browser_window.h */
3949struct history * browser_window_get_history(struct browser_window *bw)
3950{
3951 assert(bw != NULL)((bw != ((void*)0)) ? (void) (0) : __assert_fail ("bw != NULL"
, "desktop/browser_window.c", 3951, __extension__ __PRETTY_FUNCTION__
))
;
3952
3953 return bw->history;
3954}
3955
3956
3957/* Exported interface, documented in netsurf/browser_window.h */
3958bool_Bool browser_window_has_content(struct browser_window *bw)
3959{
3960 assert(bw != NULL)((bw != ((void*)0)) ? (void) (0) : __assert_fail ("bw != NULL"
, "desktop/browser_window.c", 3960, __extension__ __PRETTY_FUNCTION__
))
;
3961
3962 if (bw->current_content == NULL((void*)0)) {
3963 return false0;
3964 }
3965
3966 return true1;
3967}
3968
3969
3970/* Exported interface, documented in netsurf/browser_window.h */
3971struct hlcache_handle *browser_window_get_content(struct browser_window *bw)
3972{
3973 return bw->current_content;
3974}
3975
3976
3977/* Exported interface, documented in netsurf/browser_window.h */
3978nserror browser_window_get_extents(struct browser_window *bw, bool_Bool scaled,
3979 int *width, int *height)
3980{
3981 assert(bw != NULL)((bw != ((void*)0)) ? (void) (0) : __assert_fail ("bw != NULL"
, "desktop/browser_window.c", 3981, __extension__ __PRETTY_FUNCTION__
))
;
3982
3983 if (bw->current_content == NULL((void*)0)) {
3984 *width = 0;
3985 *height = 0;
3986 return NSERROR_BAD_CONTENT;
3987 }
3988
3989 *width = content_get_width(bw->current_content);
3990 *height = content_get_height(bw->current_content);
3991
3992 if (scaled) {
3993 *width *= bw->scale;
3994 *height *= bw->scale;
3995 }
3996
3997 return NSERROR_OK;
3998}
3999
4000
4001/* exported internal interface, documented in desktop/browser_private.h */
4002nserror
4003browser_window_get_dimensions(struct browser_window *bw,
4004 int *width,
4005 int *height)
4006{
4007 nserror res;
4008 assert(bw)((bw) ? (void) (0) : __assert_fail ("bw", "desktop/browser_window.c"
, 4008, __extension__ __PRETTY_FUNCTION__))
;
4009
4010 if (bw->window == NULL((void*)0)) {
4011 /* Core managed browser window */
4012 *width = bw->width;
4013 *height = bw->height;
4014 res = NSERROR_OK;
4015 } else {
4016 /* Front end window */
4017 res = guit->window->get_dimensions(bw->window, width, height);
4018 }
4019 return res;
4020}
4021
4022
4023/* Exported interface, documented in netsurf/browser_window.h */
4024void
4025browser_window_set_dimensions(struct browser_window *bw, int width, int height)
4026{
4027 assert(bw)((bw) ? (void) (0) : __assert_fail ("bw", "desktop/browser_window.c"
, 4027, __extension__ __PRETTY_FUNCTION__))
;
4028
4029 if (bw->window == NULL((void*)0)) {
4030 /* Core managed browser window */
4031 bw->width = width;
4032 bw->height = height;
4033 } else {
4034 NSLOG(netsurf, INFO,do { if (NSLOG_LEVEL_INFO >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_INFO, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 4035
, }; nslog__log(&_nslog_ctx, "Asked to set dimensions of front end window."
); } } while(0)
4035 "Asked to set dimensions of front end window.")do { if (NSLOG_LEVEL_INFO >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_INFO, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 4035
, }; nslog__log(&_nslog_ctx, "Asked to set dimensions of front end window."
); } } while(0)
;
4036 assert(0)((0) ? (void) (0) : __assert_fail ("0", "desktop/browser_window.c"
, 4036, __extension__ __PRETTY_FUNCTION__))
;
4037 }
4038}
4039
4040
4041/* Exported interface, documented in browser/browser_private.h */
4042nserror
4043browser_window_invalidate_rect(struct browser_window *bw, struct rect *rect)
4044{
4045 int pos_x;
4046 int pos_y;
4047 struct browser_window *top = bw;
4048
4049 assert(bw)((bw) ? (void) (0) : __assert_fail ("bw", "desktop/browser_window.c"
, 4049, __extension__ __PRETTY_FUNCTION__))
;
4050
4051 if (bw->window == NULL((void*)0)) {
4052 /* Core managed browser window */
4053 browser_window_get_position(bw, true1, &pos_x, &pos_y);
4054
4055 top = browser_window_get_root(bw);
4056
4057 rect->x0 += pos_x / bw->scale;
4058 rect->y0 += pos_y / bw->scale;
4059 rect->x1 += pos_x / bw->scale;
4060 rect->y1 += pos_y / bw->scale;
4061 }
4062
4063 rect->x0 *= top->scale;
4064 rect->y0 *= top->scale;
4065 rect->x1 *= top->scale;
4066 rect->y1 *= top->scale;
4067
4068 return guit->window->invalidate(top->window, rect);
4069}
4070
4071
4072/* Exported interface, documented in netsurf/browser_window.h */
4073void browser_window_stop(struct browser_window *bw)
4074{
4075 int children, index;
4076
4077 if (bw->loading_content != NULL((void*)0)) {
4078 hlcache_handle_abort(bw->loading_content);
4079 hlcache_handle_release(bw->loading_content);
4080 bw->loading_content = NULL((void*)0);
4081 }
4082
4083 if (bw->current_content != NULL((void*)0) &&
4084 content_get_status(bw->current_content) != CONTENT_STATUS_DONE) {
4085 nserror error;
4086 assert(content_get_status(bw->current_content) ==((content_get_status(bw->current_content) == CONTENT_STATUS_READY
) ? (void) (0) : __assert_fail ("content_get_status(bw->current_content) == CONTENT_STATUS_READY"
, "desktop/browser_window.c", 4087, __extension__ __PRETTY_FUNCTION__
))
4087 CONTENT_STATUS_READY)((content_get_status(bw->current_content) == CONTENT_STATUS_READY
) ? (void) (0) : __assert_fail ("content_get_status(bw->current_content) == CONTENT_STATUS_READY"
, "desktop/browser_window.c", 4087, __extension__ __PRETTY_FUNCTION__
))
;
4088 error = hlcache_handle_abort(bw->current_content);
4089 assert(error == NSERROR_OK)((error == NSERROR_OK) ? (void) (0) : __assert_fail ("error == NSERROR_OK"
, "desktop/browser_window.c", 4089, __extension__ __PRETTY_FUNCTION__
))
;
4090 }
4091
4092 guit->misc->schedule(-1, browser_window_refresh, bw);
4093
4094 if (bw->children) {
4095 children = bw->rows * bw->cols;
4096 for (index = 0; index < children; index++)
4097 browser_window_stop(&bw->children[index]);
4098 }
4099 if (bw->iframes) {
4100 children = bw->iframe_count;
4101 for (index = 0; index < children; index++)
4102 browser_window_stop(&bw->iframes[index]);
4103 }
4104
4105 if (bw->current_content != NULL((void*)0)) {
4106 browser_window_refresh_url_bar(bw);
4107 }
4108
4109 browser_window_stop_throbber(bw);
4110}
4111
4112
4113/* Exported interface, documented in netsurf/browser_window.h */
4114nserror browser_window_reload(struct browser_window *bw, bool_Bool all)
4115{
4116 hlcache_handle *c;
4117 unsigned int i;
4118 struct nsurl *reload_url;
4119
4120 if ((bw->current_content) == NULL((void*)0) ||
4121 (bw->loading_content) != NULL((void*)0)) {
4122 return NSERROR_INVALID;
4123 }
4124
4125 if (all && content_get_type(bw->current_content) == CONTENT_HTML) {
4126 struct html_stylesheet *sheets;
4127 struct content_html_object *object;
4128 unsigned int count;
4129
4130 c = bw->current_content;
4131
4132 /* invalidate objects */
4133 object = html_get_objects(c, &count);
4134
4135 for (; object != NULL((void*)0); object = object->next) {
4136 if (object->content != NULL((void*)0))
4137 content_invalidate_reuse_data(object->content);
4138 }
4139
4140 /* invalidate stylesheets */
4141 sheets = html_get_stylesheets(c, &count);
4142
4143 for (i = STYLESHEET_START4; i != count; i++) {
4144 if (sheets[i].sheet != NULL((void*)0)) {
4145 content_invalidate_reuse_data(sheets[i].sheet);
4146 }
4147 }
4148 }
4149
4150 content_invalidate_reuse_data(bw->current_content);
4151
4152 reload_url = hlcache_handle_get_url(bw->current_content);
4153
4154 return browser_window_navigate(bw,
4155 reload_url,
4156 NULL((void*)0),
4157 BW_NAVIGATE_NONE,
4158 NULL((void*)0),
4159 NULL((void*)0),
4160 NULL((void*)0));
4161}
4162
4163
4164/* Exported interface, documented in netsurf/browser_window.h */
4165void browser_window_set_status(struct browser_window *bw, const char *text)
4166{
4167 int text_len;
4168 /* find topmost window */
4169 while (bw->parent)
4170 bw = bw->parent;
4171
4172 if ((bw->status.text != NULL((void*)0)) &&
4173 (strcmp(text, bw->status.text) == 0)) {
4174 /* status text is unchanged */
4175 bw->status.match++;
4176 return;
4177 }
4178
4179 /* status text is changed */
4180
4181 text_len = strlen(text);
4182
4183 if ((bw->status.text == NULL((void*)0)) || (bw->status.text_len < text_len)) {
4184 /* no current string allocation or it is not long enough */
4185 free(bw->status.text);
4186 bw->status.text = strdup(text);
4187 bw->status.text_len = text_len;
4188 } else {
4189 /* current allocation has enough space */
4190 memcpy(bw->status.text, text, text_len + 1);
4191 }
4192
4193 bw->status.miss++;
4194 guit->window->set_status(bw->window, bw->status.text);
4195}
4196
4197
4198/* Exported interface, documented in netsurf/browser_window.h */
4199void browser_window_set_pointer(struct browser_window *bw,
4200 browser_pointer_shape shape)
4201{
4202 struct browser_window *root = browser_window_get_root(bw);
4203 gui_pointer_shape gui_shape;
4204 bool_Bool loading;
4205 uint64_t ms_now;
4206
4207 assert(root)((root) ? (void) (0) : __assert_fail ("root", "desktop/browser_window.c"
, 4207, __extension__ __PRETTY_FUNCTION__))
;
4208 assert(root->window)((root->window) ? (void) (0) : __assert_fail ("root->window"
, "desktop/browser_window.c", 4208, __extension__ __PRETTY_FUNCTION__
))
;
4209
4210 loading = ((bw->loading_content != NULL((void*)0)) ||
4211 ((bw->current_content != NULL((void*)0)) &&
4212 (content_get_status(bw->current_content) == CONTENT_STATUS_READY)));
4213
4214 nsu_getmonotonic_ms(&ms_now);
4215
4216 if (loading && ((ms_now - bw->last_action) < 1000)) {
4217 /* If loading and less than 1 second since last link followed,
4218 * force progress indicator pointer */
4219 gui_shape = GUI_POINTER_PROGRESS;
4220
4221 } else if (shape == BROWSER_POINTER_AUTO) {
4222 /* Up to browser window to decide */
4223 if (loading) {
4224 gui_shape = GUI_POINTER_PROGRESS;
4225 } else {
4226 gui_shape = GUI_POINTER_DEFAULT;
4227 }
4228
4229 } else {
4230 /* Use what we were told */
4231 gui_shape = (gui_pointer_shape)shape;
4232 }
4233
4234 guit->window->set_pointer(root->window, gui_shape);
4235}
4236
4237
4238/* exported function documented in netsurf/browser_window.h */
4239nserror browser_window_schedule_reformat(struct browser_window *bw)
4240{
4241 if (bw->window == NULL((void*)0)) {
4242 return NSERROR_BAD_PARAMETER;
4243 }
4244
4245 return guit->misc->schedule(0, scheduled_reformat, bw);
4246}
4247
4248
4249/* exported function documented in netsurf/browser_window.h */
4250void
4251browser_window_reformat(struct browser_window *bw,
4252 bool_Bool background,
4253 int width,
4254 int height)
4255{
4256 hlcache_handle *c = bw->current_content;
4257
4258 if (c == NULL((void*)0))
4259 return;
4260
4261 if (bw->browser_window_type != BROWSER_WINDOW_IFRAME) {
4262 /* Iframe dimensions are already scaled in parent's layout */
4263 width /= bw->scale;
4264 height /= bw->scale;
4265 }
4266
4267 if (bw->window == NULL((void*)0)) {
4268 /* Core managed browser window; subtract scrollbar width */
4269 width -= bw->scroll_y ? SCROLLBAR_WIDTH16 : 0;
4270 height -= bw->scroll_x ? SCROLLBAR_WIDTH16 : 0;
4271
4272 width = width > 0 ? width : 0;
4273 height = height > 0 ? height : 0;
4274 }
4275
4276 content_reformat(c, background, width, height);
4277}
4278
4279
4280/* exported interface documented in netsurf/browser_window.h */
4281nserror
4282browser_window_set_scale(struct browser_window *bw, float scale, bool_Bool absolute)
4283{
4284 nserror res;
4285
4286 /* get top browser window */
4287 while (bw->parent) {
4288 bw = bw->parent;
4289 }
4290
4291 if (!absolute) {
4292 /* snap small values around 1.0 */
4293 if ((scale + bw->scale) > (1.01 - scale) &&
4294 (scale + bw->scale) < (0.99 + scale)) {
4295 scale = 1.0;
4296 } else {
4297 scale += bw->scale;
4298 }
4299 }
4300
4301 /* clamp range between 0.1 and 10 (10% and 1000%) */
4302 if (scale < SCALE_MINIMUM0.2) {
4303 scale = SCALE_MINIMUM0.2;
4304 } else if (scale > SCALE_MAXIMUM10.0) {
4305 scale = SCALE_MAXIMUM10.0;
4306 }
4307
4308 res = browser_window_set_scale_internal(bw, scale);
4309 if (res == NSERROR_OK) {
4310 browser_window_recalculate_frameset(bw);
4311 }
4312
4313 return res;
4314}
4315
4316
4317/* exported interface documented in netsurf/browser_window.h */
4318float browser_window_get_scale(struct browser_window *bw)
4319{
4320 if (bw == NULL((void*)0)) {
4321 return 1.0;
4322 }
4323
4324 return bw->scale;
4325}
4326
4327
4328/* exported interface documented in netsurf/browser_window.h */
4329struct browser_window *
4330browser_window_find_target(struct browser_window *bw,
4331 const char *target,
4332 browser_mouse_state mouse)
4333{
4334 struct browser_window *bw_target;
4335 struct browser_window *top;
4336 hlcache_handle *c;
4337 int rdepth;
4338 nserror error;
4339 int flags = BW_CREATE_HISTORY | BW_CREATE_CLONE;
4340
4341 if (nsoption_bool(foreground_new)(nsoptions[NSOPTION_foreground_new].value.b))
4342 flags |= BW_CREATE_FOREGROUND;
4343
4344 /* use the base target if we don't have one */
4345 c = bw->current_content;
4346 if (target == NULL((void*)0) &&
4347 c != NULL((void*)0) &&
4348 content_get_type(c) == CONTENT_HTML) {
4349 target = html_get_base_target(c);
4350 }
4351 if (target == NULL((void*)0)) {
4352 target = "_self";
4353 }
4354
4355 /* allow the simple case of target="_blank" to be ignored if requested
4356 */
4357 if ((!(mouse & BROWSER_MOUSE_CLICK_2)) &&
4358 (!((mouse & BROWSER_MOUSE_CLICK_2) &&
4359 (mouse & BROWSER_MOUSE_MOD_2))) &&
4360 (!nsoption_bool(target_blank)(nsoptions[NSOPTION_target_blank].value.b))) {
4361 /* not a mouse button 2 click
4362 * not a mouse button 1 click with ctrl pressed
4363 * configured to ignore target="_blank" */
4364 if (!strcasecmp(target, "_blank"))
4365 return bw;
4366 }
4367
4368 /* handle reserved keywords */
4369 if (((nsoption_bool(button_2_tab)(nsoptions[NSOPTION_button_2_tab].value.b)) &&
4370 (mouse & BROWSER_MOUSE_CLICK_2))||
4371 ((!nsoption_bool(button_2_tab)(nsoptions[NSOPTION_button_2_tab].value.b)) &&
4372 ((mouse & BROWSER_MOUSE_CLICK_1) &&
4373 (mouse & BROWSER_MOUSE_MOD_2))) ||
4374 ((nsoption_bool(button_2_tab)(nsoptions[NSOPTION_button_2_tab].value.b)) &&
4375 (!strcasecmp(target, "_blank")))) {
4376 /* open in new tab if:
4377 * - button_2 opens in new tab and button_2 was pressed
4378 * OR
4379 * - button_2 doesn't open in new tabs and button_1 was
4380 * pressed with ctrl held
4381 * OR
4382 * - button_2 opens in new tab and the link target is "_blank"
4383 */
4384 flags |= BW_CREATE_TAB;
4385 error = browser_window_create(flags, NULL((void*)0), NULL((void*)0), bw, &bw_target);
4386 if (error != NSERROR_OK) {
4387 return bw;
4388 }
4389 return bw_target;
4390 } else if (((!nsoption_bool(button_2_tab)(nsoptions[NSOPTION_button_2_tab].value.b)) &&
4391 (mouse & BROWSER_MOUSE_CLICK_2)) ||
4392 ((nsoption_bool(button_2_tab)(nsoptions[NSOPTION_button_2_tab].value.b)) &&
4393 ((mouse & BROWSER_MOUSE_CLICK_1) &&
4394 (mouse & BROWSER_MOUSE_MOD_2))) ||
4395 ((!nsoption_bool(button_2_tab)(nsoptions[NSOPTION_button_2_tab].value.b)) &&
4396 (!strcasecmp(target, "_blank")))) {
4397 /* open in new window if:
4398 * - button_2 doesn't open in new tabs and button_2 was pressed
4399 * OR
4400 * - button_2 opens in new tab and button_1 was pressed with
4401 * ctrl held
4402 * OR
4403 * - button_2 doesn't open in new tabs and the link target is
4404 * "_blank"
4405 */
4406 error = browser_window_create(flags, NULL((void*)0), NULL((void*)0), bw, &bw_target);
4407 if (error != NSERROR_OK) {
4408 return bw;
4409 }
4410 return bw_target;
4411 } else if (!strcasecmp(target, "_self")) {
4412 return bw;
4413 } else if (!strcasecmp(target, "_parent")) {
4414 if (bw->parent)
4415 return bw->parent;
4416 return bw;
4417 } else if (!strcasecmp(target, "_top")) {
4418 while (bw->parent)
4419 bw = bw->parent;
4420 return bw;
4421 }
4422
4423 /* find frame according to B.8, ie using the following priorities:
4424 *
4425 * 1) current frame
4426 * 2) closest to front
4427 */
4428 rdepth = -1;
4429 bw_target = NULL((void*)0);
4430 for (top = bw; top->parent; top = top->parent);
4431 browser_window_find_target_internal(top, target, 0, bw, &rdepth,
4432 &bw_target);
4433 if (bw_target)
4434 return bw_target;
4435
4436 /* we require a new window using the target name */
4437 if (!nsoption_bool(target_blank)(nsoptions[NSOPTION_target_blank].value.b))
4438 return bw;
4439
4440 error = browser_window_create(flags, NULL((void*)0), NULL((void*)0), bw, &bw_target);
4441 if (error != NSERROR_OK) {
4442 return bw;
4443 }
4444
4445 /* frame names should begin with an alphabetic character (a-z,A-Z),
4446 * however in practice you get things such as '_new' and '2left'. The
4447 * only real effect this has is when giving out names as it can be
4448 * assumed that an author intended '_new' to create a new nameless
4449 * window (ie '_blank') whereas in the case of '2left' the intention
4450 * was for a new named window. As such we merely special case windows
4451 * that begin with an underscore. */
4452 if (target[0] != '_') {
4453 bw_target->name = strdup(target);
4454 }
4455 return bw_target;
4456}
4457
4458
4459/* exported interface documented in netsurf/browser_window.h */
4460void
4461browser_window_mouse_track(struct browser_window *bw,
4462 browser_mouse_state mouse,
4463 int x, int y)
4464{
4465 browser_window_mouse_track_internal(bw,
4466 mouse,
4467 x / bw->scale,
4468 y / bw->scale);
4469}
4470
4471/* exported interface documented in netsurf/browser_window.h */
4472void
4473browser_window_mouse_click(struct browser_window *bw,
4474 browser_mouse_state mouse,
4475 int x, int y)
4476{
4477 browser_window_mouse_click_internal(bw,
4478 mouse,
4479 x / bw->scale,
4480 y / bw->scale);
4481}
4482
4483
4484/* exported interface documented in netsurf/browser_window.h */
4485void browser_window_page_drag_start(struct browser_window *bw, int x, int y)
4486{
4487 assert(bw != NULL)((bw != ((void*)0)) ? (void) (0) : __assert_fail ("bw != NULL"
, "desktop/browser_window.c", 4487, __extension__ __PRETTY_FUNCTION__
))
;
4488
4489 browser_window_set_drag_type(bw, DRAGGING_PAGE_SCROLL, NULL((void*)0));
4490
4491 bw->drag.start_x = x;
4492 bw->drag.start_y = y;
4493
4494 if (bw->window != NULL((void*)0)) {
4495 /* Front end window */
4496 guit->window->get_scroll(bw->window,
4497 &bw->drag.start_scroll_x,
4498 &bw->drag.start_scroll_y);
4499
4500 guit->window->event(bw->window, GW_EVENT_SCROLL_START);
4501 } else {
4502 /* Core managed browser window */
4503 bw->drag.start_scroll_x = scrollbar_get_offset(bw->scroll_x);
4504 bw->drag.start_scroll_y = scrollbar_get_offset(bw->scroll_y);
4505 }
4506}
4507
4508
4509/* exported interface documented in netsurf/browser_window.h */
4510bool_Bool browser_window_back_available(struct browser_window *bw)
4511{
4512 if (bw != NULL((void*)0) && bw->internal_nav) {
4513 /* Internal nav, back is possible */
4514 return true1;
4515 }
4516 return (bw && bw->history && browser_window_history_back_available(bw));
4517}
4518
4519
4520/* exported interface documented in netsurf/browser_window.h */
4521bool_Bool browser_window_forward_available(struct browser_window *bw)
4522{
4523 return (bw && bw->history && browser_window_history_forward_available(bw));
4524}
4525
4526/* exported interface documented in netsurf/browser_window.h */
4527bool_Bool browser_window_reload_available(struct browser_window *bw)
4528{
4529 return (bw && bw->current_content && !bw->loading_content);
4530}
4531
4532
4533/* exported interface documented in netsurf/browser_window.h */
4534bool_Bool browser_window_stop_available(struct browser_window *bw)
4535{
4536 return (bw && (bw->loading_content ||
4537 (bw->current_content &&
4538 (content_get_status(bw->current_content) !=
4539 CONTENT_STATUS_DONE))));
4540}
4541
4542/* exported interface documented in netsurf/browser_window.h */
4543bool_Bool
4544browser_window_exec(struct browser_window *bw, const char *src, size_t srclen)
4545{
4546 assert(bw != NULL)((bw != ((void*)0)) ? (void) (0) : __assert_fail ("bw != NULL"
, "desktop/browser_window.c", 4546, __extension__ __PRETTY_FUNCTION__
))
;
4547
4548 if (!bw->current_content) {
4549 NSLOG(netsurf, DEEPDEBUG, "Unable to exec, no content")do { if (NSLOG_LEVEL_DEEPDEBUG >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_DEEPDEBUG, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 4549
, }; nslog__log(&_nslog_ctx, "Unable to exec, no content"
); } } while(0)
;
4550 return false0;
4551 }
4552
4553 if (content_get_status(bw->current_content) != CONTENT_STATUS_DONE) {
4554 NSLOG(netsurf, DEEPDEBUG, "Unable to exec, content not done")do { if (NSLOG_LEVEL_DEEPDEBUG >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_DEEPDEBUG, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 4554
, }; nslog__log(&_nslog_ctx, "Unable to exec, content not done"
); } } while(0)
;
4555 return false0;
4556 }
4557
4558 /* Okay it should be safe, forward the request through to the content
4559 * itself. Only HTML contents currently support executing code
4560 */
4561 return content_exec(bw->current_content, src, srclen);
4562}
4563
4564
4565/* exported interface documented in browser_window.h */
4566nserror
4567browser_window_console_log(struct browser_window *bw,
4568 browser_window_console_source src,
4569 const char *msg,
4570 size_t msglen,
4571 browser_window_console_flags flags)
4572{
4573 browser_window_console_flags log_level = flags & BW_CS_FLAG_LEVEL_MASK;
4574 struct browser_window *root = browser_window_get_root(bw);
4575
4576 assert(msg != NULL)((msg != ((void*)0)) ? (void) (0) : __assert_fail ("msg != NULL"
, "desktop/browser_window.c", 4576, __extension__ __PRETTY_FUNCTION__
))
;
4577 /* We don't assert msglen > 0, if someone wants to log a real empty
4578 * string then we won't stop them. It does sometimes happen from
4579 * JavaScript for example.
4580 */
4581
4582 /* bw is the target of the log, but root is where we log it */
4583
4584 NSLOG(netsurf, DEEPDEBUG, "Logging message in %p targetted at %p", root, bw)do { if (NSLOG_LEVEL_DEEPDEBUG >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_DEEPDEBUG, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 4584
, }; nslog__log(&_nslog_ctx, "Logging message in %p targetted at %p"
, root, bw); } } while(0)
;
4585 NSLOG(netsurf, DEEPDEBUG, "Log came from %s",do { if (NSLOG_LEVEL_DEEPDEBUG >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_DEEPDEBUG, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 4589
, }; nslog__log(&_nslog_ctx, "Log came from %s", ((src ==
BW_CS_INPUT) ? "user input" : (src == BW_CS_SCRIPT_ERROR) ? "script error"
: (src == BW_CS_SCRIPT_CONSOLE) ? "script console" : "unknown input location"
)); } } while(0)
4586 ((src == BW_CS_INPUT) ? "user input" :do { if (NSLOG_LEVEL_DEEPDEBUG >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_DEEPDEBUG, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 4589
, }; nslog__log(&_nslog_ctx, "Log came from %s", ((src ==
BW_CS_INPUT) ? "user input" : (src == BW_CS_SCRIPT_ERROR) ? "script error"
: (src == BW_CS_SCRIPT_CONSOLE) ? "script console" : "unknown input location"
)); } } while(0)
4587 (src == BW_CS_SCRIPT_ERROR) ? "script error" :do { if (NSLOG_LEVEL_DEEPDEBUG >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_DEEPDEBUG, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 4589
, }; nslog__log(&_nslog_ctx, "Log came from %s", ((src ==
BW_CS_INPUT) ? "user input" : (src == BW_CS_SCRIPT_ERROR) ? "script error"
: (src == BW_CS_SCRIPT_CONSOLE) ? "script console" : "unknown input location"
)); } } while(0)
4588 (src == BW_CS_SCRIPT_CONSOLE) ? "script console" :do { if (NSLOG_LEVEL_DEEPDEBUG >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_DEEPDEBUG, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 4589
, }; nslog__log(&_nslog_ctx, "Log came from %s", ((src ==
BW_CS_INPUT) ? "user input" : (src == BW_CS_SCRIPT_ERROR) ? "script error"
: (src == BW_CS_SCRIPT_CONSOLE) ? "script console" : "unknown input location"
)); } } while(0)
4589 "unknown input location"))do { if (NSLOG_LEVEL_DEEPDEBUG >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_DEEPDEBUG, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 4589
, }; nslog__log(&_nslog_ctx, "Log came from %s", ((src ==
BW_CS_INPUT) ? "user input" : (src == BW_CS_SCRIPT_ERROR) ? "script error"
: (src == BW_CS_SCRIPT_CONSOLE) ? "script console" : "unknown input location"
)); } } while(0)
;
4590
4591 switch (log_level) {
4592 case BW_CS_FLAG_LEVEL_DEBUG:
4593 NSLOG(netsurf, DEBUG, "%.*s", (int)msglen, msg)do { if (NSLOG_LEVEL_DEBUG >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_DEBUG, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 4593
, }; nslog__log(&_nslog_ctx, "%.*s", (int)msglen, msg); }
} while(0)
;
4594 break;
4595 case BW_CS_FLAG_LEVEL_LOG:
4596 NSLOG(netsurf, VERBOSE, "%.*s", (int)msglen, msg)do { if (NSLOG_LEVEL_VERBOSE >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_VERBOSE, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 4596
, }; nslog__log(&_nslog_ctx, "%.*s", (int)msglen, msg); }
} while(0)
;
4597 break;
4598 case BW_CS_FLAG_LEVEL_INFO:
4599 NSLOG(netsurf, INFO, "%.*s", (int)msglen, msg)do { if (NSLOG_LEVEL_INFO >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_INFO, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 4599
, }; nslog__log(&_nslog_ctx, "%.*s", (int)msglen, msg); }
} while(0)
;
4600 break;
4601 case BW_CS_FLAG_LEVEL_WARN:
4602 NSLOG(netsurf, WARNING, "%.*s", (int)msglen, msg)do { if (NSLOG_LEVEL_WARNING >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_WARNING, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 4602
, }; nslog__log(&_nslog_ctx, "%.*s", (int)msglen, msg); }
} while(0)
;
4603 break;
4604 case BW_CS_FLAG_LEVEL_ERROR:
4605 NSLOG(netsurf, ERROR, "%.*s", (int)msglen, msg)do { if (NSLOG_LEVEL_ERROR >= NSLOG_LEVEL_VERBOSE) { static
nslog_entry_context_t _nslog_ctx = { &__nslog_category_netsurf
, NSLOG_LEVEL_ERROR, "desktop/browser_window.c", sizeof("desktop/browser_window.c"
) - 1, __PRETTY_FUNCTION__, sizeof(__PRETTY_FUNCTION__) - 1, 4605
, }; nslog__log(&_nslog_ctx, "%.*s", (int)msglen, msg); }
} while(0)
;
4606 break;
4607 default:
4608 /* Unreachable */
4609 break;
4610 }
4611
4612 guit->window->console_log(root->window, src, msg, msglen, flags);
4613
4614 return NSERROR_OK;
4615}
4616
4617
4618/* Exported interface, documented in browser_private.h */
4619nserror
4620browser_window__reload_current_parameters(struct browser_window *bw)
4621{
4622 assert(bw != NULL)((bw != ((void*)0)) ? (void) (0) : __assert_fail ("bw != NULL"
, "desktop/browser_window.c", 4622, __extension__ __PRETTY_FUNCTION__
))
;
4623
4624 if (bw->current_parameters.post_urlenc != NULL((void*)0)) {
4625 free(bw->current_parameters.post_urlenc);
4626 bw->current_parameters.post_urlenc = NULL((void*)0);
4627 }
4628
4629 if (bw->current_parameters.post_multipart != NULL((void*)0)) {
4630 fetch_multipart_data_destroy(bw->current_parameters.post_multipart);
4631 bw->current_parameters.post_multipart = NULL((void*)0);
4632 }
4633
4634 if (bw->current_parameters.url == NULL((void*)0)) {
4635 /* We have never navigated so go to about:blank */
4636 bw->current_parameters.url = nsurl_ref(corestring_nsurl_about_blank);
4637 }
4638
4639 bw->current_parameters.flags &= ~BW_NAVIGATE_HISTORY;
4640 bw->internal_nav = false0;
4641
4642 browser_window__free_fetch_parameters(&bw->loading_parameters);
4643 memcpy(&bw->loading_parameters, &bw->current_parameters, sizeof(bw->loading_parameters));
4644 memset(&bw->current_parameters, 0, sizeof(bw->current_parameters));
4645 return browser_window__navigate_internal(bw, &bw->loading_parameters);
4646}
4647
4648/* Exported interface, documented in browser_window.h */
4649browser_window_page_info_state browser_window_get_page_info_state(
4650 const struct browser_window *bw)
4651{
4652 lwc_string *scheme;
4653 bool_Bool match;
4654
4655 assert(bw != NULL)((bw != ((void*)0)) ? (void) (0) : __assert_fail ("bw != NULL"
, "desktop/browser_window.c", 4655, __extension__ __PRETTY_FUNCTION__
))
;
4656
4657 /* Do we have any content? If not -- UNKNOWN */
4658 if (bw->current_content == NULL((void*)0)) {
4659 return PAGE_STATE_UNKNOWN;
4660 }
4661
4662 scheme = nsurl_get_component(
4663 hlcache_handle_get_url(bw->current_content), NSURL_SCHEME);
4664
4665 /* Is this an internal scheme? */
4666 if ((lwc_string_isequal(scheme, corestring_lwc_about,((*(&match) = ((scheme) == (corestring_lwc_about))), lwc_error_ok
)
4667 &match)((*(&match) = ((scheme) == (corestring_lwc_about))), lwc_error_ok
)
== lwc_error_ok &&
4668 (match == true1)) ||
4669 (lwc_string_isequal(scheme, corestring_lwc_data,((*(&match) = ((scheme) == (corestring_lwc_data))), lwc_error_ok
)
4670 &match)((*(&match) = ((scheme) == (corestring_lwc_data))), lwc_error_ok
)
== lwc_error_ok &&
4671 (match == true1)) ||
4672 (lwc_string_isequal(scheme, corestring_lwc_resource,((*(&match) = ((scheme) == (corestring_lwc_resource))), lwc_error_ok
)
4673 &match)((*(&match) = ((scheme) == (corestring_lwc_resource))), lwc_error_ok
)
== lwc_error_ok &&
4674 (match == true1))) {
4675 lwc_string_unref(scheme){ lwc_string *__lwc_s = (scheme); if (__lwc_s != ((void*)0)) {
__lwc_s->refcnt--; if ((__lwc_s->refcnt == 0) || ((__lwc_s
->refcnt == 1) && (__lwc_s->insensitive == __lwc_s
))) lwc_string_destroy(__lwc_s); } }
;
4676 return PAGE_STATE_INTERNAL;
4677 }
4678
4679 /* Is this file:/// ? */
4680 if (lwc_string_isequal(scheme, corestring_lwc_file,((*(&match) = ((scheme) == (corestring_lwc_file))), lwc_error_ok
)
4681 &match)((*(&match) = ((scheme) == (corestring_lwc_file))), lwc_error_ok
)
== lwc_error_ok &&
4682 match == true1) {
4683 lwc_string_unref(scheme){ lwc_string *__lwc_s = (scheme); if (__lwc_s != ((void*)0)) {
__lwc_s->refcnt--; if ((__lwc_s->refcnt == 0) || ((__lwc_s
->refcnt == 1) && (__lwc_s->insensitive == __lwc_s
))) lwc_string_destroy(__lwc_s); } }
;
4684 return PAGE_STATE_LOCAL;
4685 }
4686
4687 /* If not https, from here on down that'd be insecure */
4688 if ((lwc_string_isequal(scheme, corestring_lwc_https,((*(&match) = ((scheme) == (corestring_lwc_https))), lwc_error_ok
)
4689 &match)((*(&match) = ((scheme) == (corestring_lwc_https))), lwc_error_ok
)
== lwc_error_ok &&
4690 (match == false0))) {
4691 /* Some remote content, not https, therefore insecure */
4692 lwc_string_unref(scheme){ lwc_string *__lwc_s = (scheme); if (__lwc_s != ((void*)0)) {
__lwc_s->refcnt--; if ((__lwc_s->refcnt == 0) || ((__lwc_s
->refcnt == 1) && (__lwc_s->insensitive == __lwc_s
))) lwc_string_destroy(__lwc_s); } }
;
4693 return PAGE_STATE_INSECURE;
4694 }
4695
4696 lwc_string_unref(scheme){ lwc_string *__lwc_s = (scheme); if (__lwc_s != ((void*)0)) {
__lwc_s->refcnt--; if ((__lwc_s->refcnt == 0) || ((__lwc_s
->refcnt == 1) && (__lwc_s->insensitive == __lwc_s
))) lwc_string_destroy(__lwc_s); } }
;
4697
4698 /* Did we have to override this SSL setting? */
4699 if (urldb_get_cert_permissions(hlcache_handle_get_url(bw->current_content))) {
4700 return PAGE_STATE_SECURE_OVERRIDE;
4701 }
4702
4703 /* If we've seen insecure content internally then we need to say so */
4704 if (content_saw_insecure_objects(bw->current_content)) {
4705 return PAGE_STATE_SECURE_ISSUES;
4706 }
4707
4708 /* All is well, return secure state */
4709 return PAGE_STATE_SECURE;
4710}
4711
4712/* Exported interface, documented in browser_window.h */
4713nserror
4714browser_window_get_ssl_chain(struct browser_window *bw,
4715 struct cert_chain **chain)
4716{
4717 assert(bw != NULL)((bw != ((void*)0)) ? (void) (0) : __assert_fail ("bw != NULL"
, "desktop/browser_window.c", 4717, __extension__ __PRETTY_FUNCTION__
))
;
4718
4719 if (bw->current_cert_chain == NULL((void*)0)) {
4720 return NSERROR_NOT_FOUND;
4721 }
4722
4723 *chain = bw->current_cert_chain;
4724
4725 return NSERROR_OK;
4726}
4727
4728/* Exported interface, documented in browser_window.h */
4729int browser_window_get_cookie_count(
4730 const struct browser_window *bw)
4731{
4732 int count = 0;
4733 char *cookies = urldb_get_cookie(browser_window_access_url(bw), true1);
4734 if (cookies == NULL((void*)0)) {
4735 return 0;
4736 }
4737
4738 for (char *c = cookies; *c != '\0'; c++) {
4739 if (*c == ';')
4740 count++;
4741 }
4742
4743 free(cookies);
4744
4745 return count;
4746}
4747
4748/* Exported interface, documented in browser_window.h */
4749nserror browser_window_show_cookies(
4750 const struct browser_window *bw)
4751{
4752 nserror err;
4753 nsurl *url = browser_window_access_url(bw);
4754 lwc_string *host = nsurl_get_component(url, NSURL_HOST);
4755 const char *string = (host != NULL((void*)0)) ? lwc_string_data(host)({((host != ((void*)0)) ? (void) (0) : __assert_fail ("host != NULL"
, "desktop/browser_window.c", 4755, __extension__ __PRETTY_FUNCTION__
)); (const char *)((host)+1);})
: NULL((void*)0);
4756
4757 err = guit->misc->present_cookies(string);
4758
4759 lwc_string_unref(host){ lwc_string *__lwc_s = (host); if (__lwc_s != ((void*)0)) { __lwc_s
->refcnt--; if ((__lwc_s->refcnt == 0) || ((__lwc_s->
refcnt == 1) && (__lwc_s->insensitive == __lwc_s))
) lwc_string_destroy(__lwc_s); } }
;
4760 return err;
4761}
4762
4763/* Exported interface, documented in browser_window.h */
4764nserror browser_window_show_certificates(struct browser_window *bw)
4765{
4766 nserror res;
4767 nsurl *url;
4768
4769 if (bw->current_cert_chain == NULL((void*)0)) {
4770 return NSERROR_NOT_FOUND;
4771 }
4772
4773 res = cert_chain_to_query(bw->current_cert_chain, &url);
4774 if (res == NSERROR_OK) {
4775 res = browser_window_create(BW_CREATE_HISTORY |
4776 BW_CREATE_FOREGROUND |
4777 BW_CREATE_TAB,
4778 url,
4779 NULL((void*)0),
4780 bw,
4781 NULL((void*)0));
4782
4783 nsurl_unref(url);
4784 }
4785
4786 return res;
4787}