[webkit-changes] cvs commit: WebCore ChangeLog

David hyatt at opensource.apple.com
Thu Jul 28 19:45:14 PDT 2005


hyatt       05/07/28 19:45:14

  Modified:    .        ChangeLog
  Log:
  Manual message.
  
  Revision  Changes    Path
  1.4487    +25 -0     WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.4486
  retrieving revision 1.4487
  diff -u -r1.4486 -r1.4487
  --- ChangeLog	28 Jul 2005 23:27:04 -0000	1.4486
  +++ ChangeLog	29 Jul 2005 02:45:10 -0000	1.4487
  @@ -1,5 +1,30 @@
   2005-07-28  David Hyatt  <hyatt at apple.com>
   
  +	Give the theme a shot at deciding when to repaint when various control states change.
  +	Remove buggy code that was resigning first responder in next/previous key view (tested
  +	extensively and found this code to not be needed).
  +
  +        Reviewed by darin and chris
  +
  +        * khtml/html/html_formimpl.cpp:
  +        (DOM::HTMLGenericFormElementImpl::parseMappedAttribute):
  +        (DOM::HTMLInputElementImpl::setChecked):
  +        * khtml/rendering/render_layer.cpp:
  +        (RenderLayer::updateHoverActiveState):
  +        * khtml/rendering/render_theme.cpp:
  +        (khtml::RenderTheme::stateChanged):
  +        * khtml/rendering/render_theme.h:
  +        (khtml::):
  +        * khtml/xml/dom_nodeimpl.cpp:
  +        (DOM::ContainerNodeImpl::setActive):
  +        * kwq/KWQButton.mm:
  +        (-[KWQButton nextKeyView]):
  +        (-[KWQButton previousKeyView]):
  +        * kwq/KWQKHTMLPart.mm:
  +        (KWQKHTMLPart::setDisplaysWithFocusAttributes):
  +
  +2005-07-28  David Hyatt  <hyatt at apple.com>
  +
   	Implement support for the :checked, :enabled and :disabled pseudo-classes.
   	
           Reviewed by john
  
  
  



More information about the webkit-changes mailing list