RESOLVED WONTFIX Bug 84398
Move LayoutTestController::setValueForUser to Internals
https://bugs.webkit.org/show_bug.cgi?id=84398
Summary Move LayoutTestController::setValueForUser to Internals
Emil A Eklund
Reported 2012-04-19 16:15:15 PDT
Move the setValueForUser method from LayoutTestController to Internals.
Attachments
Patch (26.24 KB, patch)
2012-04-19 16:29 PDT, Emil A Eklund
no flags
Patch (27.74 KB, patch)
2012-04-30 18:08 PDT, Emil A Eklund
morrita: review-
buildbot: commit-queue-
Proposed Patch (20.03 KB, patch)
2013-10-14 11:57 PDT, Andre Loureiro (IRC: loureiro)
buildbot: commit-queue-
Proposed Patch (20.03 KB, patch)
2013-10-14 12:40 PDT, Andre Loureiro (IRC: loureiro)
darin: review+
buildbot: commit-queue-
WIP Patch for EWS test (21.05 KB, patch)
2013-10-15 08:31 PDT, Andre Loureiro (IRC: loureiro)
buildbot: commit-queue-
WIP Patch for EWS testing (21.90 KB, patch)
2013-10-16 06:59 PDT, Andre Loureiro (IRC: loureiro)
no flags
Patch (22.02 KB, patch)
2013-10-16 12:49 PDT, Andre Loureiro (IRC: loureiro)
no flags
Emil A Eklund
Comment 1 2012-04-19 16:29:58 PDT
Gustavo Noronha (kov)
Comment 2 2012-04-19 16:41:02 PDT
Emil A Eklund
Comment 3 2012-04-19 16:49:11 PDT
Not quite sure why the gtk bot doesn't like the change.
Build Bot
Comment 4 2012-04-19 17:30:02 PDT
Hajime Morrita
Comment 5 2012-04-23 10:15:12 PDT
Comment on attachment 138002 [details] Patch Thanks for taking this! Code looks good. r- for bot redness. GTK bot complains because of missing symbols, which now need to be exported because WebCoreTestSupport is a separate library from libwebkitgtk. See Source/autotools/symbols.filter. Windows bot also needs these symbols to be exported. It doesn't have the original DRT implementation so hasn't done that...
Emil A Eklund
Comment 6 2012-04-23 10:18:40 PDT
(In reply to comment #5) > (From update of attachment 138002 [details]) > Thanks for taking this! Code looks good. > r- for bot redness. > > GTK bot complains because of missing symbols, which now need to be exported because WebCoreTestSupport is > a separate library from libwebkitgtk. See Source/autotools/symbols.filter. > > Windows bot also needs these symbols to be exported. It doesn't have the original DRT implementation > so hasn't done that... Ah, I was guessing it was something like that. Thanks for taking the time to explain it to me!
Emil A Eklund
Comment 7 2012-04-30 18:08:43 PDT
Build Bot
Comment 8 2012-04-30 18:45:40 PDT
Emil A Eklund
Comment 9 2012-04-30 18:47:20 PDT
Clearly I didn't fix the windows linking problem, lets hope I got the gtk one though.
Philippe Normand
Comment 10 2012-04-30 18:49:29 PDT
Hajime Morrita
Comment 11 2012-05-01 02:11:20 PDT
Comment on attachment 139560 [details] Patch (In reply to comment #9) > Clearly I didn't fix the windows linking problem, lets hope I got the gtk one though. Your hope didn't come. Good news is that the error message is clear. CXXLD libwebkitgtk-3.0.la /usr/bin/ld.gold.real: error: ../../Source/autotools/symbols.filter:59:1: syntax error, unexpected STRING, expecting ';' /usr/bin/ld.gold.real: fatal error: unable to parse version script file ../../Source/autotools/symbols.filter collect2: ld returned 1 exit status
Andre Loureiro (IRC: loureiro)
Comment 12 2013-10-14 11:42:38 PDT
Hi, since there's no one working on this issue I'd like to assign this one to me
Zan Dobersek
Comment 13 2013-10-14 11:46:31 PDT
No problem.
Andre Loureiro (IRC: loureiro)
Comment 14 2013-10-14 11:57:21 PDT
Created attachment 214175 [details] Proposed Patch Hi, attached my proposed patch, and could not mark the second one as obsolete.
Build Bot
Comment 15 2013-10-14 12:36:47 PDT
Andre Loureiro (IRC: loureiro)
Comment 16 2013-10-14 12:40:42 PDT
Created attachment 214182 [details] Proposed Patch Updated patch
Build Bot
Comment 17 2013-10-14 13:19:59 PDT
Darin Adler
Comment 18 2013-10-14 16:00:17 PDT
Comment on attachment 214182 [details] Proposed Patch Looks like Windows needs an update to an .exp file: 1>WebCoreTestSupport.lib(Internals.obj) : error LNK2019: unresolved external symbol "public: void __thiscall WebCore::HTMLInputElement::setValueForUser(class WTF::String const &)" (?setValueForUser@HTMLInputElement@WebCore@@QAEXABVString@WTF@@@Z) referenced in function "public: void __thiscall WebCore::Internals::setValueForUser(class WebCore::Element *,class WTF::String const &,int &)" (?setValueForUser@Internals@WebCore@@QAEXPAVElement@2@ABVString@WTF@@AAH@Z) r=me as long as you fix that
Andre Loureiro (IRC: loureiro)
Comment 19 2013-10-15 08:31:01 PDT
Created attachment 214261 [details] WIP Patch for EWS test Just for testing WIN build
Build Bot
Comment 20 2013-10-15 09:01:36 PDT
Comment on attachment 214261 [details] WIP Patch for EWS test Attachment 214261 [details] did not pass mac-ews (mac): Output: http://webkit-queues.appspot.com/results/4099052
Build Bot
Comment 21 2013-10-15 09:06:43 PDT
Comment on attachment 214261 [details] WIP Patch for EWS test Attachment 214261 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.appspot.com/results/4065108
Build Bot
Comment 22 2013-10-15 09:21:24 PDT
Comment on attachment 214261 [details] WIP Patch for EWS test Attachment 214261 [details] did not pass win-ews (win): Output: http://webkit-queues.appspot.com/results/4097043
Andre Loureiro (IRC: loureiro)
Comment 23 2013-10-16 06:59:22 PDT
Created attachment 214360 [details] WIP Patch for EWS testing Patch for EWS analysis
Andre Loureiro (IRC: loureiro)
Comment 24 2013-10-16 12:49:15 PDT
Andre Loureiro (IRC: loureiro)
Comment 25 2013-10-17 11:40:14 PDT
Darin, any update?
Note You need to log in before you can comment on or make changes to this bug.