Opened 10 years ago

Closed 10 years ago

#10210 closed bug (fixed)

[WebPositive] Local directory listing

Reported by: diver Owned by: pulkomandy
Priority: normal Milestone: R1
Component: Applications/WebPositive Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

This is hrev46374 gcc2 hybrid.

Dragging Home link or Haiku volume icon from the Desktop to WebPositive window crashes it.

state: Call (result == B_OK)

Frame		IP			Function Name
-----------------------------------------------
00000000	0x619a1110	commpage_syscall + 0
Disassembly:
commpage_syscall:
0x619a1110:             cd63  int $0x63 <--

Frame memory:
				
0x7368c570	0x2456209	debugger + 0x31
0x7368c590	0x2460f58	__assert_fail + 0x40
0x7368c608	0x258ef16	BUrlProtocolDispatchingListener::DataReceived(BUrlRequest*, char const*, long) + 0x5e
0x7368d6b8	0x258b627	BFileRequest::_ProtocolLoop() + 0xc3
0x7368d6d8	0x258f44a	BUrlRequest::_ThreadEntry(void*) + 0x20
0x7368d6f0	0x245a60c	thread_entry + 0x19
00000000	0x619a1250	commpage_thread_exit + 0

Attachments (1)

WebPositive-504-debug-16-11-2013-07-04-32.report (25.4 KB ) - added by diver 10 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 by pulkomandy, 10 years ago

Resolution: fixed
Status: newclosed

Fixed in hrev46384.

comment:2 by diver, 10 years ago

Should it now list folder content?

comment:3 by pulkomandy, 10 years ago

Resolution: fixed
Status: closedreopened
Summary: [WebPositive] crashes in BUrlProtocol[WebPositive] Local directory listing

No, it shows a blank page. Support for directory listing could be added. I have checked, and Chromium does it, for example.

Now, should this be done in WebKit or in Services Kit ?

comment:4 by pulkomandy, 10 years ago

Resolution: fixed
Status: reopenedclosed

Basic support added in hrev46654. WebKit allows better styling of the page, but at least things are working with the plain default rendering.

Note: See TracTickets for help on using tickets.