OWB: I'm not a robot
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    polluks
    Posts: 799 from 2007/10/23
    From: Gelsenkirchen,...
    Hi!
    Google catpcha's doesn't seem to work, after clicking it's spinning forever :-(

    Greetings,
    Stefan
    Pegasos II G4: MorphOS 3.9, Zalman M220W · iMac G5 12,1 17", MorphOS 3.18
    Power Mac G3: OSX 10.3 · PowerBook 5,8: OSX 10.5, MorphOS 3.18
  • »10.09.15 - 15:46
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    connor
    Posts: 570 from 2007/7/29
    I also had this problem, also with other captchas that I do not remember. They looked different than the Google ones. An updated version of OWB would be really fine. Even the latest 1.25 beta for AROS is some month old. Is it difficult to be more on par with the actual WebKit development? It would be nice to have updates more frequently as WebKit gets still many updates and bugfixes.

    [ Edited by connor 10.09.2015 - 18:08 ]
  • »10.09.15 - 16:37
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    polluks
    Posts: 799 from 2007/10/23
    From: Gelsenkirchen,...
    Indeed, this JavaScript bug is annoying. Fab, help us!
    Code:
    /* PLEASE DO NOT COPY AND PASTE THIS CODE.  */(function() {if
    (!window['___grecaptcha_cfg']) { window['___grecaptcha_cfg'] = {}; };if
    (!window['___grecaptcha_cfg']['render']) {
    window['___grecaptcha_cfg']['render'] = 'explicit'; };if
    (!window['___grecaptcha_cfg']['onload']) {
    window['___grecaptcha_cfg']['onload'] = 'onloadCallback';
    };window['__google_recaptcha_client'] = true;var po =
    document.createElement('script'); po.type = 'text/javascript'; po.async =
    true;po.src =
    'https://www.gstatic.com/recaptcha/api2/r20150826120751/recaptcha__de.js';v
    ar s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(po, s);})();
    Pegasos II G4: MorphOS 3.9, Zalman M220W · iMac G5 12,1 17", MorphOS 3.18
    Power Mac G3: OSX 10.3 · PowerBook 5,8: OSX 10.5, MorphOS 3.18
  • »11.09.15 - 13:37
    Profile
  • Fab
  • MorphOS Developer
    Fab
    Posts: 1331 from 2003/6/16
    Updating WebKit is quite some work considering my free time, but the real issue preventing a new release is that there is a blocking endian issue in JavascriptCore: it just doesn't work at all on bigendian/32bits architectures (all of them), and they just don't care at all...

    My latest build, with broken javascriptcore, is based on a webkit from may 2015.
  • »12.09.15 - 08:09
    Profile Visit Website
  • Yokemate of Keyboards
    Yokemate of Keyboards
    takemehomegrandma
    Posts: 2720 from 2003/2/24
    Quote:

    Fab wrote:
    Updating WebKit is quite some work considering my free time, but the real issue preventing a new release is that there is a blocking endian issue in JavascriptCore: it just doesn't work at all on bigendian/32bits architectures (all of them), and they just don't care at all...

    My latest build, with broken javascriptcore, is based on a webkit from may 2015.


    So it's not the JIT, but JS entirely?
    MorphOS is Amiga done right! :-)
    MorphOS NG will be AROS done right! :-)
  • »12.09.15 - 09:53
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Andreas_Wolf
    Posts: 12132 from 2003/5/22
    From: Germany
    > the real issue preventing a new release is that there is a blocking endian issue
    > in JavascriptCore: it just doesn't work at all on bigendian/32bits architectures
    > (all of them), and they just don't care at all...

    How does Leopard WebKit do it? Current release uses WebKit from August 2015, and it runs on big-endian PPC32 of course.
  • »12.09.15 - 14:01
    Profile
  • Fab
  • MorphOS Developer
    Fab
    Posts: 1331 from 2003/6/16
    Quote:

    Andreas_Wolf wrote:
    > the real issue preventing a new release is that there is a blocking endian issue
    > in JavascriptCore: it just doesn't work at all on bigendian/32bits architectures
    > (all of them), and they just don't care at all...

    How does Leopard WebKit do it? Current release uses WebKit from August 2015, and it runs on big-endian PPC32 of course.


    Not exactly. Leopard WebKit is stucked on 600 branch ( http://sourceforge.net/projects/leopard-webkit/files/600/ ). It's maintained, but it's not getting all the main branch additions, of course. I could very well port a new Odyssey version based on this branch, sure. But i'd much prefer to have trunk working instead.



    [ Edited by Fab 12.09.2015 - 13:28 ]
  • »12.09.15 - 14:28
    Profile Visit Website
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Andreas_Wolf
    Posts: 12132 from 2003/5/22
    From: Germany
    > So it's not the JIT, but JS entirely?

    I guess it's both, independently from each other.

    https://morph.zone/modules/newbb_plus/viewtopic.php?forum=9&topic_id=9950&start=42
  • »12.09.15 - 15:04
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Andreas_Wolf
    Posts: 12132 from 2003/5/22
    From: Germany
    > Leopard WebKit is stucked on 600 branch [...]
    > It's maintained, but it's not getting all the main branch additions, of course.

    I see. Pity.
  • »12.09.15 - 15:07
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    polluks
    Posts: 799 from 2007/10/23
    From: Gelsenkirchen,...
    Quote:

    Fab schrieb:
    But i'd much prefer to have trunk working instead.

    I see, maybe this branch would be better than waiting for the trunk forever?
    Pegasos II G4: MorphOS 3.9, Zalman M220W · iMac G5 12,1 17", MorphOS 3.18
    Power Mac G3: OSX 10.3 · PowerBook 5,8: OSX 10.5, MorphOS 3.18
  • »12.09.15 - 16:23
    Profile
  • Paladin of the Pegasos
    Paladin of the Pegasos
    Jupp3
    Posts: 1193 from 2003/2/24
    From: Helsinki, Finland
    Quote:

    polluks wrote:
    I see, maybe this branch would be better than waiting for the trunk forever?


    As Fab clearly wrote "It's maintained, but it's not getting all the main branch additions, of course", I really wonder if that would solve any issues really (as many parts are likely older than what we already have)
  • »13.09.15 - 22:51
    Profile Visit Website
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Zylesea
    Posts: 2057 from 2003/6/4
    Quote:

    Fab schrieb:
    it just doesn't work at all on bigendian/32bits architectures (all of them), and they just don't care at all...



    Well, one more nail in the ppc coffin - time for MorphOS NG on AMD64...
    --
    http://via.bckrs.de

    Whenever you're sad just remember the world is 4.543 billion years old and you somehow managed to exist at the same time as David Bowie.
    ...and Matthias , my friend - RIP
  • »13.09.15 - 22:58
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    Raf_MegaByte
    Posts: 430 from 2004/10/10
    From: Nella grande r...
    It will be sweet if Fab could solve this problem in endianess and then upload solution for PPC 32 bit machines on their main branch code repository available to all platforms.

    Let him work without any hassle.

    I trust in Fab and in the fact he can solve this Javascript/js issue!

    [ Edited by Raf_MegaByte 14.09.2015 - 13:33 ]
    Bill Gates "Think!", Steve Jobs: "Think different!" So... Let these guy continue blabbering thinking and enjoy computing! We are on Amiga!
  • »14.09.15 - 13:32
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    tolkien
    Posts: 516 from 2013/5/29
    Don't believe Fab has the time to fix that but we hope Devkit developers can do something with it.
    MorphOS: PowerMac G5 - PowerBook G4 - MacMini.
    Classic: Amiga 1200/060 - A500 PiStorm
  • »14.09.15 - 16:42
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Andreas_Wolf
    Posts: 12132 from 2003/5/22
    From: Germany
    > Devkit

    ;-)
  • »14.09.15 - 17:35
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    tolkien
    Posts: 516 from 2013/5/29
    Sorry hehehehehe webkit I mean! Hehehehe
    MorphOS: PowerMac G5 - PowerBook G4 - MacMini.
    Classic: Amiga 1200/060 - A500 PiStorm
  • »14.09.15 - 22:21
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Andreas_Wolf
    Posts: 12132 from 2003/5/22
    From: Germany
    > My latest build, with broken javascriptcore, is based on a webkit from may 2015.

    Geit says you compiled a new OWB version this year which you haven't published yet merely for time reasons. Is that true?

    http://translate.google.com/translate?sl=de&tl=en&u=http://www.amiga-news.de/de/news/comments/293037.html

    Also, it was claimed you were preparing to switch OWB to WebKit2. What about that?

    http://translate.google.com/translate?sl=de&tl=en&u=http://www.a1k.org/forum/showpost.php?p=836842
    https://morph.zone/modules/newbb_plus/viewtopic.php?forum=3&topic_id=11161&start=35
  • »04.11.15 - 13:30
    Profile
  • Fab
  • MorphOS Developer
    Fab
    Posts: 1331 from 2003/6/16
    Quote:

    Andreas_Wolf wrote:
    > My latest build, with broken javascriptcore, is based on a webkit from may 2015.

    Geit says you compiled a new OWB version this year which you haven't published yet merely for time reasons. Is that true?

    http://translate.google.com/translate?sl=de&tl=en&u=http://www.amiga-news.de/de/news/comments/293037.html




    Well, it had broken javascript (endian issue) so it wouldn't make sense to release that, really (it was dated from May, IIRC). On the other hand, if WebKit isn't fixed for 32bits BE architectures, it would make sense to update to the latest branch Tobias Netzel uses (r600.8 branch). If i haven't done that yet, it's merely a matter of time, but it wouldn't be very difficult.


    Quote:


    Also, it was claimed you were preparing to switch OWB to WebKit2. What about that?

    http://translate.google.com/translate?sl=de&tl=en&u=http://www.a1k.org/forum/showpost.php?p=836842


    It would be nice, but i haven't prepared anything about that : it would be quite some work to achieve it, especially regarding network and multithreaded tasks. Lots of Odyssey's internal MorphOS parts would have to be redesigned.
  • »04.11.15 - 22:29
    Profile Visit Website
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Andreas_Wolf
    Posts: 12132 from 2003/5/22
    From: Germany
    >> Geit says you compiled a new OWB version this year which you haven't published
    >> yet merely for time reasons. Is that true?

    > it had broken javascript (endian issue) so it wouldn't make sense to release that, really

    So the reported statement is false. Thanks for clarifying.

    > if WebKit isn't fixed for 32bits BE architectures

    https://morph.zone/modules/newbb_plus/viewtopic.php?topic_id=11362&forum=9&start=16

    Would you please answer the question over there?

    > it would make sense to update to the latest branch Tobias Netzel uses (r600.8 branch).

    Yes, please :-)

    >> it was claimed you were preparing to switch OWB to WebKit2. What about that?

    > i haven't prepared anything about that

    So also this claim is false. Thanks once more for clarification.
  • »04.11.15 - 22:54
    Profile
  • Paladin of the Pegasos
    Paladin of the Pegasos
    Yasu
    Posts: 1724 from 2012/3/22
    From: Stockholm, Sweden
    Quote:

    On the other hand, if WebKit isn't fixed for 32bits BE architectures, it would make sense to update to the latest branch Tobias Netzel uses (r600.8 branch).


    What's that?
    AMIGA FORUM - Hela Sveriges Amigatidning!
    AMIGA FORUM - Sweden's Amiga Magazine!

    My MorphOS blog
  • »05.11.15 - 08:05
    Profile Visit Website
  • ASiegel
    Posts: 1374 from 2003/2/15
    From: Central Europe
    Quote:

    Yasu wrote:
    Quote:

    On the other hand, if WebKit isn't fixed for 32bits BE architectures, it would make sense to update to the latest branch Tobias Netzel uses (r600.8 branch).


    What's that?

    Tobias is a person who works on this: http://sourceforge.net/projects/leopard-webkit/
  • »05.11.15 - 08:11
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Andreas_Wolf
    Posts: 12132 from 2003/5/22
    From: Germany
    > What's that?

    See comment #7 (or ASiegel's link).
  • »05.11.15 - 08:17
    Profile
  • Paladin of the Pegasos
    Paladin of the Pegasos
    Yasu
    Posts: 1724 from 2012/3/22
    From: Stockholm, Sweden
    Is that the latest version before the endian problem?
    AMIGA FORUM - Hela Sveriges Amigatidning!
    AMIGA FORUM - Sweden's Amiga Magazine!

    My MorphOS blog
  • »05.11.15 - 14:52
    Profile Visit Website