{5} Assigned, Active Tickets by Owner (Full Description) (9 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

jchaffraix

Ticket Summary Component Milestone Type Created
Description
#106 Fix leaks reported by Valgrind Bug Fix Galekid task 09/12/07

Valgrind reports many leaks which should be fixed
Use:

valgrind --leak-check=yes --show-reachable=yes -v --log-file-exactly=valgrind-owb.txt ./owb url

to detect leaks.
See this site for explanations about valgrind output


odole

Ticket Summary Component Milestone Type Created
Description
#60 Need DOM control API and complete API Documentation BAL-ify Galekid task 01/11/07

There's a start of a control API in BCWebView.

But one can only openURL, and handle history. Add more actions, and a way to ask the state of the browser and handle notifications.


#235 fix compilation with cmake 2.6 Bug Fix Galekid task 06/19/08

#244 porting guide is out of date QA & Tests Tools Galekid task 06/27/08

http://www.sand-labs.org/owb/wiki/OwbalPortingGuide

we need to think of a new architecture (open wiki contributions?)


#245 performance wiki page is to be written Bug Fix Galekid task 06/27/08

http://www.sand-labs.org/owb/wiki/PerfOwb


ppignon

Ticket Summary Component Milestone Type Created
Description
#157 fastmem patch Browser Improvement farfar away enhancement 11/22/07

#111 Imperfect draw of a png image with alpha value on webkit.org Bug Fix Galekid defect 09/13/07

The navigation menu of webkit.org has a nav.png image as background.
On owb, this image is too dark compared to the Safari or Firefox rendering.


The attached file is an image showing the differencies between OWB/Safari/Firefox. http://www.webkit.org


sgodard

Ticket Summary Component Milestone Type Created
Description
#139 buildbot reset Tool Chain Galekid task 11/22/07

integrated unit test, bal test, perf test, footprint measure...


sroret

Ticket Summary Component Milestone Type Created
Description
#318 RootObject is null and asserts Bug Fix Galekid task 11/04/08

To reproduce, play with js binding and reload the page.

Here is the backtrace.

ASSERTION FAILED: _rootObject
(/opt/owb/suite-trunk/WebCore/bridge/runtime.cpp:56 JSC::Bindings::Instance::Instance(WTF::PassRefPtr<JSC::Bindings::RootObject>))

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb38906d0 (LWP 7635)]
0xb67f185a in Instance (this=0x8105cc8, rootObject=@0xbfb144f0)
    at /opt/owb/suite-trunk/WebCore/bridge/runtime.cpp:56
56	    ASSERT(_rootObject);
(gdb) bt
#0  0xb67f185a in Instance (this=0x8105cc8, rootObject=@0xbfb144f0)
    at /opt/owb/suite-trunk/WebCore/bridge/runtime.cpp:56
#1  0xb68051b6 in BalInstance (this=0x8105cc8, o=0x809dd58, rootObject=@0xbfb14528)
    at /opt/owb/suite-trunk/WebCore/bridge/bal/bal_instance.cpp:109
#2  0xb6805264 in JSC::Bindings::BalInstance::create (object=0x809dd58, rootObject=@0xbfb14554)
    at /opt/owb/suite-trunk/WebCore/bridge/bal/bal_instance.cpp:103
#3  0xb68052e2 in JSC::Bindings::BalInstance::getBalInstance (o=0x809dd58, rootObject=@0xbfb145bc)
    at /opt/owb/suite-trunk/WebCore/bridge/bal/bal_instance.cpp:246
#4  0xb72b4603 in WebFrame::addToJSWindowObject (this=0x8106d80, name=0xb40ffda0 "test2", object=0x809dd58)
    at /opt/owb/suite-trunk/WebKit/OrigynWebBrowser/Api/WebFrame.cpp:1539
#5  0xb72b47b5 in WebFrame::observe (this=0x8106d80, topic=@0xbfb14688, obj=0x809dd58)
    at /opt/owb/suite-trunk/WebKit/OrigynWebBrowser/Api/WebFrame.cpp:1518
#6  0xb5f47501 in WebCore::ObserverServiceAddons::notifyObserver (this=0xb5f57688, topic=@0xbfb14688, 
    obj=0x809dd58)
    at /opt/owb/suite-trunk/BAL/OWBAL/Concretizations/Facilities/Common/BCObserverServiceAddonsCommon.cpp:85
#7  0xb43021e9 in BindingJS::registerBinding (this=0x809dc58)
    at /opt/owb/suite-trunk/AddOns/BindingJS/Implementations/BindingJS.cpp:135
#8  0xb72b50a7 in WebFrame::windowObjectCleared (this=0x809dbc8)
    at /opt/owb/suite-trunk/WebKit/OrigynWebBrowser/Api/WebFrame.cpp:1124
#9  0xb6aa09c8 in WebCore::FrameLoader::dispatchWindowObjectAvailable (this=0x80a0654)
    at /opt/owb/suite-trunk/WebCore/loader/FrameLoader.cpp:4907
#10 0xb6aae843 in WebCore::FrameLoader::receivedFirstData (this=0x80a0654)
    at /opt/owb/suite-trunk/WebCore/loader/FrameLoader.cpp:882
---Type <return> to continue, or q <return> to quit---
#11 0xb6aaeaba in WebCore::FrameLoader::setEncoding (this=0x80a0654, name=@0xbfb147d4, userChosen=false)
    at /opt/owb/suite-trunk/WebCore/loader/FrameLoader.cpp:1883
#12 0xb72dcb40 in WebFrameLoaderClient::receivedData (this=0x809dbc8, 
    data=0x80d9a28 "<html>\n<head>\n<title>GET test</title>\n<script>\nfunction a() {\n    try {\n        test.hello();\n        test2.tryThat();\n//        var servicemanager = test;  \n//        var scheduler = test2;\n    } cat"..., length=497, textEncoding=@0x80da500)
    at /opt/owb/suite-trunk/WebKit/OrigynWebBrowser/WebCoreSupport/WebFrameLoaderClient.cpp:479
#13 0xb72dcbc8 in WebFrameLoaderClient::committedLoad (this=0x809dbc8, loader=0x80da248, 
    data=0x80d9a28 "<html>\n<head>\n<title>GET test</title>\n<script>\nfunction a() {\n    try {\n        test.hello();\n        test2.tryThat();\n//        var servicemanager = test;  \n//        var scheduler = test2;\n    } cat"..., length=497)
    at /opt/owb/suite-trunk/WebKit/OrigynWebBrowser/WebCoreSupport/WebFrameLoaderClient.cpp:451
#14 0xb6aa4abe in WebCore::FrameLoader::committedLoad (this=0x80a0654, loader=0x80da248, 
    data=0x80d9a28 "<html>\n<head>\n<title>GET test</title>\n<script>\nfunction a() {\n    try {\n        test.hello();\n        test2.tryThat();\n//        var servicemanager = test;  \n//        var scheduler = test2;\n    } cat"..., length=497) at /opt/owb/suite-trunk/WebCore/loader/FrameLoader.cpp:3465
#15 0xb6a8e10f in WebCore::DocumentLoader::commitLoad (this=0x80da248, 
    data=0x80d9a28 "<html>\n<head>\n<title>GET test</title>\n<script>\nfunction a() {\n    try {\n        test.hello();\n        test2.tryThat();\n//        var servicemanager = test;  \n//        var scheduler = test2;\n    } cat"..., length=497) at /opt/owb/suite-trunk/WebCore/loader/DocumentLoader.cpp:355
#16 0xb6a8e178 in WebCore::DocumentLoader::receivedData (this=0x80da248, 
    data=0x80d9a28 "<html>\n<head>\n<title>GET test</title>\n<script>\nfunction a() {\n    try {\n        test.hello();\n        test2.tryThat();\n//        var servicemanager = test;  \n//        var scheduler = test2;\---Type <return> to continue, or q <return> to quit---
n    } cat"..., length=497) at /opt/owb/suite-trunk/WebCore/loader/DocumentLoader.cpp:367
#17 0xb6aa7053 in WebCore::FrameLoader::receivedData (this=0x80a0654, 
    data=0x80d9a28 "<html>\n<head>\n<title>GET test</title>\n<script>\nfunction a() {\n    try {\n        test.hello();\n        test2.tryThat();\n//        var servicemanager = test;  \n//        var scheduler = test2;\n    } cat"..., length=497) at /opt/owb/suite-trunk/WebCore/loader/FrameLoader.cpp:2348
#18 0xb6ac20d2 in WebCore::MainResourceLoader::addData (this=0x819c990, 
    data=0x80d9a28 "<html>\n<head>\n<title>GET test</title>\n<script>\nfunction a() {\n    try {\n        test.hello();\n        test2.tryThat();\n//        var servicemanager = test;  \n//        var scheduler = test2;\n    } cat"..., length=497, allAtOnce=false)
    at /opt/owb/suite-trunk/WebCore/loader/MainResourceLoader.cpp:145
#19 0xb6ac84b5 in WebCore::ResourceLoader::didReceiveData (this=0x819c990, 
    data=0x80d9a28 "<html>\n<head>\n<title>GET test</title>\n<script>\nfunction a() {\n    try {\n        test.hello();\n        test2.tryThat();\n//        var servicemanager = test;  \n//        var scheduler = test2;\n    } cat"..., length=497, lengthReceived=0, allAtOnce=false)
    at /opt/owb/suite-trunk/WebCore/loader/ResourceLoader.cpp:251
#20 0xb6ac13cb in WebCore::MainResourceLoader::didReceiveData (this=0x819c990, 
    data=0x80d9a28 "<html>\n<head>\n<title>GET test</title>\n<script>\nfunction a() {\n    try {\n        test.hello();\n        test2.tryThat();\n//        var servicemanager = test;  \n//        var scheduler = test2;\n    } cat"..., length=497, lengthReceived=0, allAtOnce=false)
    at /opt/owb/suite-trunk/WebCore/loader/MainResourceLoader.cpp:314
#21 0xb6ac7998 in WebCore::ResourceLoader::didReceiveData (this=0x819c990, 
    data=0x80d9a28 "<html>\n<head>\n<title>GET test</title>\n<script>\nfunction a() {\n    try {\n        test.hello();\n        test2.tryThat();\n//        var servicemanager = test;  \n//        var scheduler = test2;\---Type <return> to continue, or q <return> to quit---
n    } cat"..., length=497, lengthReceived=0) at /opt/owb/suite-trunk/WebCore/loader/ResourceLoader.cpp:393
#22 0xb5da35b1 in WebCore::OrigynServer::didReceiveData (this=0xb5daabc0, forward=0x819c990, 
    handle=0x809fde0, 
    data=0x80d9a28 "<html>\n<head>\n<title>GET test</title>\n<script>\nfunction a() {\n    try {\n        test.hello();\n        test2.tryThat();\n//        var servicemanager = test;  \n//        var scheduler = test2;\n    } cat"..., length=497, lengthReceived=0) at /opt/owb/suite-trunk/OrigynSuite/src/OrigynServer.cpp:133
#23 0xb5da12ab in WebCore::OrigynResourceHandleClient::didFinishLoading (this=0x80c8be0, handle=0x809fde0)
    at /opt/owb/suite-trunk/OrigynSuite/src/OrigynResourceHandleClient.cpp:54
#24 0xb5d88c52 in WebCore::ResourceHandleManager::downloadTimerCallback (this=0x80cae70, timer=0x80cae70)
    at /opt/owb/suite-trunk/BAL/WKAL/Concretizations/Network/Curl/BCResourceHandleManagerCurl.cpp:322
#25 0xb5d89bc7 in WebCore::Timer<WebCore::ResourceHandleManager>::fired (this=0x80cae70)
    at /opt/owb/suite-trunk/generated_link/OWBAL/Timer.h:99
#26 0xb5f3de0f in WebCore::TimerBase::fireTimers (fireTime=1225801508.0278511, firingTimers=@0xbfb14cdc)
    at /opt/owb/suite-trunk/BAL/OWBAL/Concretizations/Facilities/WK/BCTimerWK.cpp:347
#27 0xb5f3de97 in WebCore::TimerBase::sharedTimerFired ()
    at /opt/owb/suite-trunk/BAL/OWBAL/Concretizations/Facilities/WK/BCTimerWK.cpp:368
#28 0xb5f3c51a in timeout_cb ()
    at /opt/owb/suite-trunk/BAL/OWBAL/Concretizations/Facilities/Gtk/BCSharedTimerGtk.cpp:48
#29 0xb433b0d1 in ?? () from /usr/lib/libglib-2.0.so.0
#30 0xb433ccc6 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#31 0xb4340083 in ?? () from /usr/lib/libglib-2.0.so.0
#32 0xb4340467 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#33 0xb46af264 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
---Type <return> to continue, or q <return> to quit---
#34 0x08049577 in main (argc=2, argv=0xbfb14f84)
    at /opt/owb/suite-trunk/WebKitTools/OWBLauncher/gtk/main.cpp:98

Note: See TracReports for help on using and creating reports.