[Webkit-unassigned] [Bug 60563] [Chromium] Click event is not fired for a menulist <select>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 2 11:08:14 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=60563


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |abarth at webkit.org




--- Comment #56 from Adam Barth <abarth at webkit.org>  2011-06-02 11:08:14 PST ---
I had to roll out this patch because it does not compile:

http://build.chromium.org/p/chromium/builders/Win%20Builder%20%28dbg%29%28shared%29/builds/8325/steps/compile/logs/stdio


24>.\tests\PopupMenuTest.cpp(254) :error C2440: 'initializing' : cannot convert from 'WebKit::WebCString' to 'std::basic_string<_Elem,_Traits,_Ax>'
24>        with
24>        [
24>            _Elem=char,
24>            _Traits=std::char_traits<char>,
24>            _Ax=std::allocator<char>
24>        ]
24>        No constructor could take the source type, or constructor overload resolution was ambiguous
24>.\tests\PopupMenuTest.cpp(258) :error C2665: 'WebKit::WebString::fromUTF8' : none of the 2 overloads could convert all the argument types
24>        public\WebString.h(87): could be 'WebKit::WebString WebKit::WebString::fromUTF8(const char *)'
24>        while trying to match the argument list '(std::string)'
24>.\tests\PopupMenuTest.cpp(258) :error C3861: 'GURL': identifier not found
24>.\tests\PopupMenuTest.cpp(270) :error C3861: 'GURL': identifier not found
24>.\tests\PopupMenuTest.cpp(426) :error C2440: '<function-style-cast>' : cannot convert from 'WebKit::WebCString' to 'std::string'
24>        No constructor could take the source type, or constructor overload resolution was ambiguous
24>.\tests\PopupMenuTest.cpp(426) :error C2228: left of '.c_str' must have class/struct/union
24>.\tests\PopupMenuTest.cpp(426) :error C2512: 'testing::AssertionResult' : no appropriate default constructor available
24>.\tests\PopupMenuTest.cpp(438) :error C2440: '<function-style-cast>' : cannot convert from 'WebKit::WebCString' to 'std::string'
24>        No constructor could take the source type, or constructor overload resolution was ambiguous
24>.\tests\PopupMenuTest.cpp(438) :error C2228: left of '.c_str' must have class/struct/union
24>.\tests\PopupMenuTest.cpp(438) :error C2512: 'testing::AssertionResult' : no appropriate default constructor available
24>.\tests\PopupMenuTest.cpp(447) :error C2440: '<function-style-cast>' : cannot convert from 'WebKit::WebCString' to 'std::string'
24>        No constructor could take the source type, or constructor overload resolution was ambiguous
24>.\tests\PopupMenuTest.cpp(447) :error C2228: left of '.c_str' must have class/struct/union
24>.\tests\PopupMenuTest.cpp(447) :error C2512: 'testing::AssertionResult' : no appropriate default constructor available
24>.\tests\PopupMenuTest.cpp(468) :error C2440: '<function-style-cast>' : cannot convert from 'WebKit::WebCString' to 'std::string'
24>        No constructor could take the source type, or constructor overload resolution was ambiguous
24>.\tests\PopupMenuTest.cpp(468) :error C2228: left of '.c_str' must have class/struct/union
24>.\tests\PopupMenuTest.cpp(468) :error C2512: 'testing::AssertionResult' : no appropriate default constructor available
24>.\tests\PopupMenuTest.cpp(490) :error C2440: '<function-style-cast>' : cannot convert from 'WebKit::WebCString' to 'std::string'
24>        No constructor could take the source type, or constructor overload resolution was ambiguous
24>.\tests\PopupMenuTest.cpp(490) :error C2228: left of '.c_str' must have class/struct/union
24>.\tests\PopupMenuTest.cpp(490) :error C2512: 'testing::AssertionResult' : no appropriate default constructor available
24>.\tests\PopupMenuTest.cpp(512) :error C2440: '<function-style-cast>' : cannot convert from 'WebKit::WebCString' to 'std::string'
24>        No constructor could take the source type, or constructor overload resolution was ambiguous
24>.\tests\PopupMenuTest.cpp(512) :error C2228: left of '.c_str' must have class/struct/union
24>.\tests\PopupMenuTest.cpp(512) :error C2512: 'testing::AssertionResult' : no appropriate default constructor available

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list