2022-05-28 |
cdumez@apple.com | Optimize InputType::create() by reducing calls to AtomS... |
blob | commitdiff | raw |
2022-05-21 |
antti@apple.com | Support invalidation for :in-range/:out-of-range |
blob | commitdiff | raw | diff to current |
2022-05-07 |
cdumez@apple.com | Modernize / Optimize HTMLInputElement a bit |
blob | commitdiff | raw | diff to current |
2022-05-02 |
cdumez@apple.com | Prepare the rest of WebCore for making the AtomString... |
blob | commitdiff | raw | diff to current |
2022-04-27 |
cdumez@apple.com | Devirtualize InputType validation |
blob | commitdiff | raw | diff to current |
2022-04-26 |
cdumez@apple.com | Update equalLettersIgnoringASCIICase() / startsWithLett... |
blob | commitdiff | raw | diff to current |
2022-04-25 |
cdumez@apple.com | Use equalLettersIgnoringASCIICase() and SortedArrayMap... |
blob | commitdiff | raw | diff to current |
2022-04-21 |
cdumez@apple.com | Adopt RobinHoodHashMap / RobinHoodHashSet more broadly... |
blob | commitdiff | raw | diff to current |
2022-03-23 |
zsun@igalia.com | [InputElement] Add HTMLInputElement::showPicker() method |
blob | commitdiff | raw | diff to current |
2022-03-17 |
zsun@igalia.com | [Selection] Fixes selection range settings for TEXTAREA |
blob | commitdiff | raw | diff to current |
2022-03-01 |
heycam@apple.com | Make input element UA shadow tree creation lazy |
blob | commitdiff | raw | diff to current |
2022-02-24 |
commit-queue@webki... | Unreviewed, reverting r290284. |
blob | commitdiff | raw | diff to current |
2022-02-22 |
heycam@apple.com | Make input element UA shadow tree creation lazy |
blob | commitdiff | raw | diff to current |
2022-02-18 |
heycam@apple.com | Always use ChildChange::Source::Parser when creating... |
blob | commitdiff | raw | diff to current |
2022-02-12 |
heycam@apple.com | Look up InputTypeFactoryMap with an ASCII lowercase... |
blob | commitdiff | raw | diff to current |
2022-02-09 |
zsun@igalia.com | [Forms] Improving applyStep() to be in line with specs |
blob | commitdiff | raw | diff to current |
2022-02-03 |
zsun@igalia.com | [Forms] Value doesn't change for stepUp()/stepDown... |
blob | commitdiff | raw | diff to current |
2021-12-16 |
darin@apple.com | Many call sites use makeNeverDestroyed, but could inste... |
blob | commitdiff | raw | diff to current |
2021-12-07 |
cdumez@apple.com | <input type="time">'s range should be reversible |
blob | commitdiff | raw | diff to current |
2021-12-06 |
drousso@apple.com | Change IDL `Date` to be backed by `WallTime` to avoid... |
blob | commitdiff | raw | diff to current |
2021-12-02 |
commit-queue@webki... | Remove the multipart parameter to FormAssociatedElement... |
blob | commitdiff | raw | diff to current |
2021-10-28 |
carlosgc@webkit.org | AX: AXValueChanged is only sent for range elements... |
blob | commitdiff | raw | diff to current |
2021-10-13 |
jer.noble@apple.com | [Build-time perf] Forward-declare more things in Document.h |
blob | commitdiff | raw | diff to current |
2021-10-08 |
jer.noble@apple.com | [Build-time perf] Forward-declare more things in Element.h |
blob | commitdiff | raw | diff to current |
2021-09-20 |
cdumez@apple.com | Stop using makeRef(*this) / makeRefPtr(this) |
blob | commitdiff | raw | diff to current |
2021-08-24 |
cdumez@apple.com | change event is dispatched when .files property is... |
blob | commitdiff | raw | diff to current |
2021-06-30 |
ntim@apple.com | Implement form[method=dialog] |
blob | commitdiff | raw | diff to current |
2021-05-30 |
darin@apple.com | Remove WTF::Optional synonym for std::optional, using... |
blob | commitdiff | raw | diff to current |
2021-05-28 |
darin@apple.com | Next step toward using std::optional directly instead... |
blob | commitdiff | raw | diff to current |
2021-04-11 |
commit-queue@webki... | Store InputType in a Ref before calling setValueAsDecimal |
blob | commitdiff | raw | diff to current |
2021-04-06 |
commit-queue@webki... | Non-unified build fixes, early April 2021 |
blob | commitdiff | raw | diff to current |
2021-03-22 |
commit-queue@webki... | Enable ability to prevent scrolling in Element.focus() |
blob | commitdiff | raw | diff to current |
2021-02-02 |
simon.fraser@apple.com | Devirtualize InputType::supportsValidation() |
blob | commitdiff | raw | diff to current |
2021-01-30 |
simon.fraser@apple.com | Devirtualize some functions on InputType |
blob | commitdiff | raw | diff to current |
2021-01-20 |
ysuzuki@apple.com | Accelerate HTMLInputElement creation |
blob | commitdiff | raw | diff to current |
2021-01-13 |
antti@apple.com | REGRESSION (r257839): Broken focus when 'display' chang... |
blob | commitdiff | raw | diff to current |
2020-11-09 |
drousso@apple.com | autofocus of text input should not select text |
blob | commitdiff | raw | diff to current |
2020-08-25 |
commit-queue@webki... | Use more enum classes in DateComponents |
blob | commitdiff | raw | diff to current |
2020-07-20 |
commit-queue@webki... | Make AnyStepHandling an enum class |
blob | commitdiff | raw | diff to current |
2020-07-19 |
weinig@apple.com | Rename Color::transparent to Color::transparentBlack... |
blob | commitdiff | raw | diff to current |
2020-07-06 |
weinig@apple.com | Compile-time enable (but leave disabled at runtime... |
blob | commitdiff | raw | diff to current |
2020-07-03 |
weinig@apple.com | Remove support for ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE |
blob | commitdiff | raw | diff to current |
2020-07-03 |
weinig@apple.com | Convert DateComponents parsing code to use Optional... |
blob | commitdiff | raw | diff to current |
2020-06-22 |
lawrence.j@apple.com | Unreviewed, reverting r263331. |
blob | commitdiff | raw | diff to current |
2020-06-21 |
weinig@apple.com | Convert DateComponents parsing code to use Optional... |
blob | commitdiff | raw | diff to current |
2020-04-07 |
cfleizach@apple.com | AX: VoiceOver can't activate combobox when textfield... |
blob | commitdiff | raw | diff to current |
2020-04-02 |
wenson_hsieh@apple.com | Avoid null deref after inserting a text field with... |
blob | commitdiff | raw | diff to current |
2019-08-28 |
carlosgc@webkit.org | Unable to enter text in https://eat.fi |
blob | commitdiff | raw | diff to current |
2019-06-17 |
darin@apple.com | Rename AtomicString to AtomString |
blob | commitdiff | raw | diff to current |
2019-03-05 |
dbates@webkit.org | [iOS] Should not scroll when checkbox, radio, submit... |
blob | commitdiff | raw | diff to current |
2018-12-20 |
cdumez@apple.com | wtf/Optional.h: move-constructor and move-assignment... |
blob | commitdiff | raw | diff to current |
2018-10-18 |
ap@apple.com | Switch from PLATFORM(IOS) to PLATFORM(IOS_FAMILY) |
blob | commitdiff | raw | diff to current |
2018-10-08 |
akeerthi@apple.com | Make <input type=color> a runtime enabled (on-by-defaul... |
blob | commitdiff | raw | diff to current |
2018-08-18 |
akeerthi@apple.com | [Datalist][iOS] Display suggestions for input[type... |
blob | commitdiff | raw | diff to current |
2018-08-12 |
akeerthi@apple.com | [macOS] Color wells should appear pressed when presenti... |
blob | commitdiff | raw | diff to current |
2018-06-05 |
bfulgham@apple.com | REGRESSION(r231291): InputType should hold a WeakPtr... |
blob | commitdiff | raw | diff to current |
2018-05-31 |
darin@apple.com | Straighten out HTMLInputElement attribute handling |
blob | commitdiff | raw | diff to current |
2018-05-30 |
commit-queue@webki... | iOS: setting 'defaultValue' of input type=date from... |
blob | commitdiff | raw | diff to current |
2018-05-03 |
bfulgham@apple.com | Use RetainPtr for form input type |
blob | commitdiff | raw | diff to current |
2018-02-08 |
darin@apple.com | Event improvements |
blob | commitdiff | raw | diff to current |
2017-12-15 |
commit-queue@webki... | Unreviewed, rolling out r225878. |
blob | commitdiff | raw | diff to current |
2017-12-14 |
rniwa@webkit.org | Crash inside ImageLoader::updateFromElement() |
blob | commitdiff | raw | diff to current |
2017-12-08 |
darin@apple.com | Simplify and streamline some Color-related code to... |
blob | commitdiff | raw | diff to current |
2017-12-05 |
jlewis3@apple.com | Unreviewed, rolling out r225430. |
blob | commitdiff | raw | diff to current |
2017-12-02 |
commit-queue@webki... | Move DateComponents into WTF |
blob | commitdiff | raw | diff to current |
2017-11-20 |
darin@apple.com | Eliminate some cases of double hashing, other related... |
blob | commitdiff | raw | diff to current |
2017-11-04 |
darin@apple.com | Simplify event dispatch code and make it a bit more... |
blob | commitdiff | raw | diff to current |
2017-10-19 |
dbates@webkit.org | Use "= default" to denote default constructor or destructor |
blob | commitdiff | raw | diff to current |
2017-10-19 |
jiewen_tan@apple.com | Replace some stack raw pointers with RefPtrs within... |
blob | commitdiff | raw | diff to current |
2017-09-12 |
commit-queue@webki... | [Cleanup] Follow up cleanup for DOMFormData implementation |
blob | commitdiff | raw | diff to current |
2017-07-25 |
cdumez@apple.com | ExceptionCode enumeration should use modern exception... |
blob | commitdiff | raw | diff to current |
2017-07-24 |
cdumez@apple.com | Make ExceptionCode a proper enumeration |
blob | commitdiff | raw | diff to current |
2017-07-18 |
darin@apple.com | Improve use of NeverDestroyed |
blob | commitdiff | raw | diff to current |
2017-05-16 |
antti@apple.com | RenderTheme does not need to be per-page |
blob | commitdiff | raw | diff to current |
2017-04-15 |
wenson_hsieh@apple.com | [WK2] Support Icon creation from file URLs on iOS |
blob | commitdiff | raw | diff to current |
2017-01-05 |
darin@apple.com | Remove PassRefPtr use from the "html" directory, other... |
blob | commitdiff | raw | diff to current |
2016-12-16 |
mmaxfield@apple.com | Stop reinterpret_casting UBreakIterators to the undefin... |
blob | commitdiff | raw | diff to current |
2016-11-27 |
utatane.tea@gmail.com | [WTF] Import std::optional reference implementation... |
blob | commitdiff | raw | diff to current |
2016-11-12 |
darin@apple.com | Remove LegacyException support from bindings script |
blob | commitdiff | raw | diff to current |
2016-11-12 |
cdumez@apple.com | Speed up setting attributes of input elements of type... |
blob | commitdiff | raw | diff to current |
2016-10-29 |
darin@apple.com | Move all classes in the HTML directory from ExceptionCo... |
blob | commitdiff | raw | diff to current |
2016-10-25 |
akling@apple.com | More PassRefPtr purging in WebCore. |
blob | commitdiff | raw | diff to current |
2016-10-18 |
antti@apple.com | Rename setNeedsStyleRecalc to invalidateStyle |
blob | commitdiff | raw | diff to current |
2016-09-14 |
cdumez@apple.com | input.type cannot be set to "file" after being set... |
blob | commitdiff | raw | diff to current |
2016-09-07 |
cdumez@apple.com | Add support for input.minLength / textArea.minLength |
blob | commitdiff | raw | diff to current |
2016-08-31 |
akling@apple.com | DOM event handling should pass Event around by reference. |
blob | commitdiff | raw | diff to current |
2016-07-16 |
rniwa@webkit.org | Rename fastGetAttribute to attributeWithoutSynchronization |
blob | commitdiff | raw | diff to current |
2016-07-10 |
mmaxfield@apple.com | Move breaking iterator code to WTF |
blob | commitdiff | raw | diff to current |
2016-06-18 |
benjamin@webkit.org | :indeterminate pseudo-class should match radios whose... |
blob | commitdiff | raw | diff to current |
2016-06-16 |
commit-queue@webki... | :in-range & :out-of-range CSS pseudo-classes shouldn... |
blob | commitdiff | raw | diff to current |
2016-06-15 |
cdumez@apple.com | Drop some unnecessary header includes |
blob | commitdiff | raw | diff to current |
2016-04-25 |
antti@apple.com | Inline RenderStyle into RenderElement |
blob | commitdiff | raw | diff to current |
2016-04-24 |
antti@apple.com | RenderStyle should not be reference counted |
blob | commitdiff | raw | diff to current |
2016-03-02 |
cdumez@apple.com | Align HTMLInputElement.maxLength with the specification |
blob | commitdiff | raw | diff to current |
2016-01-31 |
darin@apple.com | Replace CaseFoldingHash with ASCIICaseInsensitiveHash |
blob | commitdiff | raw | diff to current |
2016-01-31 |
commit-queue@webki... | Unreviewed, rolling out r195911. |
blob | commitdiff | raw | diff to current |
2016-01-30 |
darin@apple.com | Replace CaseFoldingHash with ASCIICaseInsensitiveHash |
blob | commitdiff | raw | diff to current |
2016-01-22 |
darin@apple.com | Reduce use of equalIgnoringCase to just ignore ASCII... |
blob | commitdiff | raw | diff to current |
2016-01-08 |
andersca@apple.com | InputType::findClosestTickMarkValue should return an... |
blob | commitdiff | raw | diff to current |
2016-01-02 |
aestes@apple.com | Replace WTF::move with WTFMove |
blob | commitdiff | raw | diff to current |
next |