[Webkit-unassigned] [Bug 36698] There is a build break due to the disabled() when wml is enabled.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 29 22:35:18 PDT 2010


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


Gyuyoung Kim <gyuyoung.kim at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #51993|0                           |1
        is obsolete|                            |
  Attachment #52005|                            |review?, commit-queue?
               Flag|                            |




--- Comment #7 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2010-03-29 22:35:18 PST ---
Created an attachment (id=52005)
 --> (https://bugs.webkit.org/attachment.cgi?id=52005)
Patch for a build break due to the disabled() function   

Sorry for my frequent patches, I am not good at making a patch yet.

I found one more build break because of  Bug 36177 -  Multiselect Popup -
Listbox click simulation.
(https://bugs.webkit.org/show_bug.cgi?id=36177)

The patch add a virtual function to SelectElement.h as below,
   virtual void listBoxSelectItem(int listIndex, bool allowMultiplySelections,
bool shift, bool fireOnChangeNow = true) = 0;

It seems the patch of bug didn't consider wml. I add a virtual function to
WMLSelectElement.h.

-- 
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