Chromium Code Reviews
        
  DescriptionReady for latest WebIDL for named property getters.
Currently Blink WebIDL is old and defined named property getter
as [NamedGetter], which has a problem that sometimes
we can't get return type and method name via IDL.
This patch improve the situation,
now all existing [NamedGetter] in IDL are replaced with
getter ReturnType MethodName(DOMString) as discribed in:
http://www.w3.org/TR/WebIDL/#idl-named-properties
Note that current generator does not have logic to
generate named setter, creator, deleter code.
This is one of TODOs.
R=haraken@chromium.org
BUG=229740
TEST=TestEventTarget.idl
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=149247
   
  Patch Set 1 #Patch Set 2 : removed debug code #
      Total comments: 7
      
     
  
  
  
  Patch Set 3 : removed NamedGetter from IDLAttributes.txt #Patch Set 4 : updated #Patch Set 5 : fixed #
      Total comments: 1
      
     
  
  
  
  Patch Set 6 : fixed spaces #Messages
    Total messages: 10 (0 generated)
     
  
  
       |