|  | Add Element::subResourceAttributeName() virtual function
Add Element::subResourceAttributeName() virtual function to distribute the code
to each HTML class, instead of having a complex function with a lot of branching
to determine the subresource attribute name of an Element.
R=tkent, adamk
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169558
      Total comments: 2
      
     
  
   
    
  
  
    
      |  | Unified diffs | Side-by-side diffs | Delta from patch set | Stats (+99 lines, -30 lines) | Patch |  
        |  | M | Source/core/dom/Element.h | View | 1 | 1 chunk | +1 line, -0 lines | 0 comments | Download |  
        |  | M | Source/core/dom/Element.cpp | View | 1 | 1 chunk | +5 lines, -0 lines | 0 comments | Download |  
        |  | M | Source/core/html/HTMLBodyElement.h | View | 1 | 1 chunk | +1 line, -0 lines | 0 comments | Download |  
        |  | M | Source/core/html/HTMLBodyElement.cpp | View | 1 | 1 chunk | +5 lines, -0 lines | 0 comments | Download |  
        |  | M | Source/core/html/HTMLEmbedElement.h | View | 1 | 1 chunk | +1 line, -0 lines | 0 comments | Download |  
        |  | M | Source/core/html/HTMLEmbedElement.cpp | View | 1 | 1 chunk | +5 lines, -0 lines | 0 comments | Download |  
        |  | M | Source/core/html/HTMLImageElement.h | View | 1 | 1 chunk | +1 line, -0 lines | 0 comments | Download |  
        |  | M | Source/core/html/HTMLImageElement.cpp | View | 1 | 1 chunk | +5 lines, -0 lines | 0 comments | Download |  
        |  | M | Source/core/html/HTMLInputElement.h | View | 1 | 1 chunk | +1 line, -0 lines | 0 comments | Download |  
        |  | M | Source/core/html/HTMLInputElement.cpp | View | 1 | 1 chunk | +5 lines, -0 lines | 0 comments | Download |  
        |  | M | Source/core/html/HTMLLinkElement.h | View | 1 | 1 chunk | +1 line, -0 lines | 0 comments | Download |  
        |  | M | Source/core/html/HTMLLinkElement.cpp | View | 1 | 1 chunk | +11 lines, -0 lines | 0 comments | Download |  
        |  | M | Source/core/html/HTMLModElement.h | View | 1 | 1 chunk | +1 line, -0 lines | 0 comments | Download |  
        |  | M | Source/core/html/HTMLModElement.cpp | View | 1 | 1 chunk | +5 lines, -0 lines | 0 comments | Download |  
        |  | M | Source/core/html/HTMLObjectElement.h | View | 1 | 1 chunk | +1 line, -0 lines | 0 comments | Download |  
        |  | M | Source/core/html/HTMLObjectElement.cpp | View | 1 | 1 chunk | +5 lines, -0 lines | 0 comments | Download |  
        |  | M | Source/core/html/HTMLQuoteElement.h | View | 1 | 1 chunk | +1 line, -0 lines | 0 comments | Download |  
        |  | M | Source/core/html/HTMLQuoteElement.cpp | View | 1 | 1 chunk | +5 lines, -0 lines | 0 comments | Download |  
        |  | M | Source/core/html/HTMLScriptElement.h | View | 1 | 1 chunk | +1 line, -0 lines | 0 comments | Download |  
        |  | M | Source/core/html/HTMLScriptElement.cpp | View | 1 | 1 chunk | +5 lines, -0 lines | 0 comments | Download |  
        |  | M | Source/core/html/HTMLTableCellElement.h | View | 1 | 1 chunk | +1 line, -0 lines | 0 comments | Download |  
        |  | M | Source/core/html/HTMLTableCellElement.cpp | View | 1 | 1 chunk | +5 lines, -0 lines | 0 comments | Download |  
        |  | M | Source/core/html/HTMLTableElement.h | View | 1 | 1 chunk | +1 line, -0 lines | 0 comments | Download |  
        |  | M | Source/core/html/HTMLTableElement.cpp | View | 1 | 1 chunk | +5 lines, -0 lines | 0 comments | Download |  
        |  | M | Source/core/html/HTMLTableRowElement.h | View | 1 | 1 chunk | +1 line, -0 lines | 0 comments | Download |  
        |  | M | Source/core/html/HTMLTableRowElement.cpp | View | 1 | 1 chunk | +5 lines, -0 lines | 0 comments | Download |  
        |  | M | Source/core/html/forms/ImageInputType.h | View | 1 | 1 chunk | +1 line, -0 lines | 0 comments | Download |  
        |  | M | Source/core/html/forms/ImageInputType.cpp | View | 1 | 1 chunk | +5 lines, -0 lines | 0 comments | Download |  
        |  | M | Source/core/html/forms/InputType.h | View | 1 | 1 chunk | +1 line, -0 lines | 0 comments | Download |  
        |  | M | Source/core/html/forms/InputType.cpp | View | 1 | 1 chunk | +5 lines, -0 lines | 0 comments | Download |  
        |  | M | Source/web/WebPageSerializer.cpp | View | 1 | 1 chunk | +3 lines, -30 lines | 0 comments | Download |  
    Total messages: 6 (0 generated)
     |