1. 87148a7 Select validation does not correctly work when handling change event by wenson_hsieh@apple.com · 10 years ago
  2. 4f3090f Refactor HTMLCollection to be as fast as CachedLiveNodeList by cdumez@apple.com · 10 years ago
  3. 5926d01 Unreviewed, rolling out r188508. https://bugs.webkit.org/show_bug.cgi?id=148058 by commit-queue@webkit.org · 10 years ago
  4. a6b71af Refactor HTMLCollection to be as fast as CachedLiveNodeList by cdumez@apple.com · 10 years ago
  5. 2c6495b Create RenderRubyText for <rt> only when the parent renderer is a RenderRuby. by zalan@apple.com · 10 years ago
  6. 75f5360 Remove unneeded includes of "Attribute.h" by darin@apple.com · 10 years ago
  7. a439542 Default value of HTMLSelectElement size IDL attribute should be 0. by shiva.jm@samsung.com · 10 years ago
  8. 316cf67 Ref-ify various getters that return HTMLCollection. by akling@apple.com · 10 years ago
  9. b7f4850 First argument to DOM traversal functions should be a reference by cdumez@apple.com · 10 years ago
  10. 5b142fb HTMLSelectElement and HTMLOptionsCollection add() method should support index as second argument. by commit-queue@webkit.org · 10 years ago
  11. 02f433a Modernize the HTMLElement factory https://bugs.webkit.org/show_bug.cgi?id=140063 by weinig@apple.com · 10 years ago
  12. 5182107 HTMLSelectElement add() should support adding group of options element (HTMLOptGroupElement). by commit-queue@webkit.org · 10 years ago
  13. 547f6e6 Purge PassRefPtr from FocusEvent code. <https://webkit.org/b/139647> by akling@apple.com · 10 years ago
  14. 689f761 Replace PassRef with Ref/Ref&& across the board. <https://webkit.org/b/139587> by akling@apple.com · 10 years ago
  15. dbdca2f Convert PassRefPtr return types to RefPtr. <https://webkit.org/b/138995> by akling@apple.com · 10 years ago
  16. 9af02bc Fix two bad function names of HTMLFormControlElement by benjamin@webkit.org · 10 years ago
  17. fabb8d7 Minor tweaks to HTMLCollection https://bugs.webkit.org/show_bug.cgi?id=138556 by darin@apple.com · 10 years ago
  18. 3f8bde1 Use is<>() / downcast<>() for HTMLCollection subclasses by cdumez@apple.com · 10 years ago
  19. ebe4255 Abandoned select option is reselected when shift selecting new options by commit-queue@webkit.org · 10 years ago
  20. 0abff8b Use is<>() / downcast<>() for RenderBox by cdumez@apple.com · 10 years ago
  21. 8d40a5c Use is<>() / downcast<>() for list-related render objects by cdumez@apple.com · 10 years ago
  22. a9c60c9 Have is<>(T*) function do a null check on the pointer argument by cdumez@apple.com · 10 years ago
  23. 434faff Use is<>() / downcast<>() for Event classes by cdumez@apple.com · 10 years ago
  24. cd13153 Stop using legacy NODE_TYPE_CASTS() macro for HTML Elements by cdumez@apple.com · 11 years ago
  25. ef5c176 Use is<HTML*Element>() instead of isHTML*Element() - Part 2 by cdumez@apple.com · 11 years ago
  26. 59fdc8a Use is<HTML*Element>() instead of isHTML*Element() - Part 1 by cdumez@apple.com · 11 years ago
  27. 72754ba Use downcast<HTML*Element>() instead of toHTML*Element() by cdumez@apple.com · 11 years ago
  28. 543fdbe Clicking on a select element should never hide the popup menu. by roger_fong@apple.com · 11 years ago
  29. 0cefe4f Add WTF::move() https://bugs.webkit.org/show_bug.cgi?id=134500 by dbates@webkit.org · 11 years ago
  30. 85ef4db Assertion failure changing select element size during focus event by jhoneycutt@apple.com · 11 years ago
  31. ceb0955 "input" event is not fired when changing a select element's value by commit-queue@webkit.org · 11 years ago
  32. 15708b1 Optimize hasTagName when called on an HTMLElement by darin@apple.com · 11 years ago
  33. 5b31eef Rename DEFINE_STATIC_LOCAL to DEPRECATED_DEFINE_STATIC_LOCAL by svillar@igalia.com · 11 years ago
  34. 9df40b3 Unreviewed, rolling out r165544 and r165560. by ossy@webkit.org · 11 years ago
  35. 5522031a Optimize hasTagName when called on an HTMLElement by darin@apple.com · 11 years ago
  36. f55d8f9 appendChild shouldn't invalidate LiveNodeLists and HTMLCollections if they don't have valid caches by rniwa@webkit.org · 11 years ago
  37. 3a14a92 Add checked casts for Event. <https://webkit.org/b/128875> by akling@apple.com · 11 years ago
  38. 28c9d4a Stop using PLATFORM(MAC) in WebCore except where it means “OS X but not iOS” by mitz@apple.com · 11 years ago
  39. 6e5ceef Remove unused ChromeClient::formStateDidChange(). <https://webkit.org/b/128469> by akling@apple.com · 11 years ago
  40. 8fb8a5c Cannot select multiple non-adjacent items in a multiple select control with the keyboard only by commit-queue@webkit.org · 11 years ago
  41. 99eea33 Remove reattachRenderTree https://bugs.webkit.org/show_bug.cgi?id=126366 by antti@apple.com · 11 years ago
  42. 9652668 Element's renderer factory should return RenderPtrs. by akling@apple.com · 11 years ago
  43. 1769de8 Source/WebCore: Remove Node::attached() by antti@apple.com · 11 years ago
  44. 1edd81d [iOS] Upstream WebCore/html changes by dbates@webkit.org · 11 years ago
  45. c6de8d1 Page::theme() should return a reference. <https://webkit.org/b/125737> by akling@apple.com · 11 years ago
  46. da898c3 Make childShouldCreateRenderer() take a Node reference by weinig@apple.com · 11 years ago
  47. 8f40c5b Renderers should receive their style at construction. by akling@apple.com · 11 years ago
  48. ff9adb8 Stop bringing in the std namespace by andersca@apple.com · 11 years ago
  49. c3523f8 Remove spaces between template angle brackets by andersca@apple.com · 11 years ago
  50. feb9016 Take RenderObjects out of the arena. <https://webkit.org/b/122895> by akling@apple.com · 11 years ago
  51. 2eb5f4d Change most call sites to call ICU directly instead of through WTF::Unicode by darin@apple.com · 11 years ago
  52. 73f3fc0 Add AtomicString::number and use it by darin@apple.com · 11 years ago
  53. 2e55ebf Node: removedFrom() and insertedInto() should use references. by akling@apple.com · 11 years ago
  54. 4a188dd Fix the HTMLSelectElement.prototype.remove() method by ch.dumez@sisa.samsung.com · 11 years ago
  55. e078249 HTML listbox is not resized horizontally when zooming by reni@webkit.org · 11 years ago
  56. 8cdf712 Use RenderElement instead of RenderObject in many places by darin@apple.com · 12 years ago
  57. 197597bb Shink attribute event listener code by darin@apple.com · 12 years ago
  58. 391c912 Make createRenderer() return RenderElement by antti@apple.com · 12 years ago
  59. 166419e CTTE: Element::createRenderer() should take references by weinig@apple.com · 12 years ago
  60. 4917883 [CTTE] Node subclasses should take a Document by reference in their constructor (Part 4) by weinig@apple.com · 12 years ago
  61. 9ba48a6 [CTTE] RenderMenuList always has a HTMLSelectElement. by akling@apple.com · 12 years ago
  62. 7cc09c2 [CTTE] RenderListBox's element is always a HTMLSelectElement. by akling@apple.com · 12 years ago
  63. a34e522 Ref-ify more stack guards. <https://webkit.org/b/121070> by akling@apple.com · 12 years ago
  64. 1acee92 Clean up ContainerNode::childrenChanged by antti@apple.com · 12 years ago
  65. 6db6e19 Use Element& in StyleResolveTree https://bugs.webkit.org/show_bug.cgi?id=120540 by antti@apple.com · 12 years ago
  66. 622b1a4 Node::document() should return a reference. <https://webkit.org/b/120496> by akling@apple.com · 12 years ago
  67. 836b22b RenderObject::document() should return a reference. by akling@apple.com · 12 years ago
  68. dacd6de <https://webkit.org/b/120071> Replace NodeRenderingContext with Node* as childShouldCreateRenderer() argument by antti@apple.com · 12 years ago
  69. 2ccd18e Rollout the previous patch for landing with the correct ChangeLog. by antti@apple.com · 12 years ago
  70. a478fda <https://webkit.org/b/120078> Replace NodeRenderingContext with RenderStyle& as shouldCreateRenderer() argument by antti@apple.com · 12 years ago
  71. 586df35 <https://webkit.org/b/119987> Make Element::attach standalone function by antti@apple.com · 12 years ago
  72. 1752350 <https://webkit.org/b/119903> Make Settings ref-counted (and let Frame keep a ref!) by akling@apple.com · 12 years ago
  73. d18f79b <https://webkit.org/b/119866> Frame::eventHandler() should return a reference. by akling@apple.com · 12 years ago
  74. 9b3887b Move ElementTraversal to ElementTraversal.h by antti@apple.com · 12 years ago
  75. ad1137c Make some things that return never-null pointers return references instead. by akling@apple.com · 12 years ago
  76. ae4fef1 Element: Modernize attribute storage accessor functions. by akling@apple.com · 12 years ago
  77. d62060e Spatial Navigation handling of space key in <select> appears to confuse listIndex and optionIndex. by commit-queue@webkit.org · 12 years ago
  78. 86ef109 ASSERTION FAILED: !listItems().size() || m_activeSelectionAnchorIndex >= 0 in WebCore::HTMLSelectElement::updateListBoxSelection by commit-queue@webkit.org · 12 years ago
  79. fc8505a Change event should not be dispatched by clicking a scrollbar of select listbox by commit-queue@webkit.org · 12 years ago
  80. 41d50db Adopt is/toHTMLOptGroupElement for code cleanup by kangil.han@samsung.com · 12 years ago
  81. 5dc8b8c Adopt is/toHTMLOptionElement for code cleanup by kangil.han@samsung.com · 12 years ago
  82. edcc54a Remove unneeded include header files from WebCore by gyuyoung.kim@samsung.com · 12 years ago
  83. ea93f02 Move dispatching of focus-related events from Node to Element. by akling@apple.com · 12 years ago
  84. 24fca63 REGRESSION(r147548): Broken comboboxes by carlosgc@webkit.org · 12 years ago
  85. 2f055621 Remove OS(WINCE) from HTMLSelectElement.cpp by paroga@webkit.org · 12 years ago
  86. 13d777f Remove more #includes from Frame.h by weinig@apple.com · 12 years ago
  87. 72e325d [Gtk] Combo boxes should be arrow-out-of-able similar to list boxes when caret-browsing is enabled. by commit-queue@webkit.org · 12 years ago
  88. 8c9d7b5 Remove remaining PLATFORM(CHROMIUM)-guarded code in WebCore by benjamin@webkit.org · 12 years ago
  89. 876ab5e Should close select popup when the element loses focus by kov@webkit.org · 12 years ago
  90. b61c383 Add the event handler content attributes that are defined in the spec to HTMLElement by keishi@webkit.org · 12 years ago
  91. 2113254c Refactoring: Replace Element::disabled and isEnabledFormControl with isDisabledFormControl by falken@chromium.org · 12 years ago
  92. fd65313 AXObjectCache gets recreated during document tear-down. by cfleizach@apple.com · 12 years ago
  93. 88e2a7f Support Windows HTMLSelectElement keystrokes on Chromium win by dmazzoni@google.com · 12 years ago
  94. c3474b1 Unreviewed, rolling out r146035. by commit-queue@webkit.org · 12 years ago
  95. 19c4362 Support Windows HTMLSelectElement keystrokes on Chromium win by dmazzoni@google.com · 12 years ago
  96. c28b486 Remove Element::getAttributeItem() overload that returned a mutable Attribute*. by akling@apple.com · 12 years ago
  97. f73cf9d ASSERTION FAILED: i < size(), UNKNOWN in WebCore::AccessibilityMenuListPopup::didUpdateActiveOption by dmazzoni@google.com · 12 years ago
  98. 33cdf43 Add a new IGNORE_EXCEPTION helper to ignore ExceptionCodes when they are expected but uninteresting by mkwst@chromium.org · 12 years ago
  99. 403eed0 Fix crash by <select> type change on focus by tkent@chromium.org · 12 years ago
  100. a3bf3a8 Add FocusDirection argument to HTMLTextFormControlElement::handleFocusEvent by tkent@chromium.org · 12 years ago