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