WebKit Trac
  • Login
  • Preferences
  • Register
  • Forgot your password?
  • Wiki
  • Timeline
  • Browse Source
  • Search

Context Navigation



Results (1 - 10 of 5339)

1 2 3 4 5 6 7 8 9 10 11 →
[273479]: Avoid tree traversals to look for form and canvas elements ...
... cpp: (WebCore::Element::isFocusable const): Optimized this function by avoiding the ancestor tree walk when inclusiveAncestorStates() does not contain AncestorState::Canvas. (WebCore::Element::insertedIntoAncestor): Clear or set new node flags based on the ancestor ...
By rniwa@webkit.org — Feb 25, 2021 1:02:56 AM
[273477]: Avoid heap allocation for EventContexts ...
... code to handle related target and touch targets from MouseOrFocusEventContext and TouchEventContext as they have been merged into this class. Also special case dispatching an event on window to preserve the behavior of WindowEventContext. (WebCore::EventContext::initializeTouchLists): Added. Creates ...
By rniwa@webkit.org — Feb 25, 2021 12:30:59 AM
[273474]: Optimize the code to check if an element delegates focus to its shadow ...
Optimize the code to check if an element delegates focus to its shadow root or not https://bugs.webkit.org/show_bug.cgi?id=222404 Reviewed by Simon Fraser. Add a fast path for checking whether a given element is a shadow host with a shadow root with delegatesFocus set to true in with a ne ...
By rniwa@webkit.org — Feb 24, 2021 10:50:56 PM
[273453]: Unreviewed, fix build with the latest iOS SDK. Source/WebCore: * ...
... Source/WebKit: * Shared/FocusedElementInformation.h:
By Chris Dumez — Feb 24, 2021 4:15:03 PM
[273207]: Make PaintTimingEnabled default to false ...
... Multiply and Focus. Do disable it for now. * Scripts/Preferences/WebPreferencesExperimental.yaml:
By Said Abou-Hallawa — Feb 20, 2021 2:43:39 PM
[273202]: Unreviewed, reverting r273115. Breaks autocorrect without the ...
... return information in _autofillContext SPI when a field is focused" https://bugs.webkit.org/show_bug.cgi?id=221828 https://commits.webkit.org/r273115
By wenson_hsieh@apple.com — Feb 20, 2021 10:17:33 AM
[273154]: [iOS][FCR] Enable the new appearance by default ...
... html: * fast/forms/ios/select-picker-change-and-focus-another-select.html: * fast/forms/time/time-input-rendering-basic-expected.txt: * fast/shadow-dom/color-input-element-shadow-manipulation.html: Use the center of element to ensure the element is detected. The new border-radius means ...
By Aditya Keerthi — Feb 19, 2021 11:44:03 AM
[273115]: Unconditionally return information in _autofillContext SPI when a ...
... return information in _autofillContext SPI when a field is focused https://bugs.webkit.org/show_bug.cgi?id=221828 rdar://74211237 Patch by Ricky Mondello <rmondello@apple.com> on 2021-02-18 Reviewed by Darin Adler. Source/WebKit: * UIProcess/ios/WKContentViewInteraction.mm: (-[WKContentView _aut ...
By commit-queue@webkit.org — Feb 18, 2021 4:58:54 PM
[273097]: Web Inspector: Elements: show badges for CSS Grid container elements ...
... window-docked-inactive) .tree-outline.dom:focus-within li.selected .badge-css-grid): (body:not(.window-inactive, .window-docked-inactive) .tree-outline.dom:focus-within li.selected .badge-css-grid.activated): (@media (prefers-color-scheme: dark) .tree-outline.dom .badge-css-grid): ...
By Nikita Vasilyev — Feb 18, 2021 12:51:51 PM
[273049]: [iOS][FCR] Add new datalist dropdown for text inputs ...
... cpp: (WebCore::HTMLInputElement::isFocusingWithDataListDropdown const): * html/HTMLInputElement.h: * html/InputType.h: (WebCore::InputType::isFocusingWithDataListDropdown const): * html/TextFieldInputType.cpp: (WebCore::TextFieldInputType::shouldOnlyShowDataListDropdownButto ...
By Aditya Keerthi — Feb 17, 2021 5:10:50 PM
1 2 3 4 5 6 7 8 9 10 11 →
Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 1.2.3
By Edgewall Software.

Hosted by Apple