2016-11-12 |
rniwa@webkit.org | Hovering over a slotted Text node clears hover state |
blob | commitdiff |
2016-11-09 |
darin@apple.com | Move Range from ExceptionCode to ExceptionOr |
blob | commitdiff | diff to current |
2016-10-27 |
bfulgham@apple.com | Prevent hit tests from being performed on an invalid... |
blob | commitdiff | diff to current |
2016-10-21 |
commit-queue@webki... | Implement basic pointer lock behavior for WebKit and... |
blob | commitdiff | diff to current |
2016-10-07 |
bfulgham@apple.com | EventHandler functions that need to guarantee event... |
blob | commitdiff | diff to current |
2016-09-29 |
rniwa@webkit.org | Text nodes assigned to a linked slot are not clickable |
blob | commitdiff | diff to current |
2016-09-27 |
andersca@apple.com | PlatformEvent::m_modifiers should be an OptionSet |
blob | commitdiff | diff to current |
2016-09-01 |
akling@apple.com | FocusController should pass KeyboardEvent around by... |
blob | commitdiff | diff to current |
2016-08-31 |
akling@apple.com | DOM event handling should pass Event around by reference. |
blob | commitdiff | diff to current |
2016-08-28 |
simon.fraser@apple.com | Add more Editing logging |
blob | commitdiff | diff to current |
2016-08-17 |
antti@apple.com | Remove StyleCachedImageSet |
blob | commitdiff | diff to current |
2016-08-15 |
achristensen@apple.com | Remove unused includes of wtf headers |
blob | commitdiff | diff to current |
2016-07-18 |
weinig@apple.com | [WebKit API] Add SPI to track multiple navigations... |
blob | commitdiff | diff to current |
2016-07-16 |
rniwa@webkit.org | Rename fastGetAttribute to attributeWithoutSynchronization |
blob | commitdiff | diff to current |
2016-07-11 |
enrica@apple.com | Add synthetic click origin to WKNavigationAction. |
blob | commitdiff | diff to current |
2016-07-11 |
cdumez@apple.com | Possible null dereference under EventHandler::dispatchM... |
blob | commitdiff | diff to current |
2016-06-26 |
benjamin@webkit.org | The active state of elements can break when focus changes |
blob | commitdiff | diff to current |
2016-06-20 |
krollin@apple.com | Remove RefPtr::release() and change calls sites to... |
blob | commitdiff | diff to current |
2016-06-08 |
n_wang@apple.com | For keyboard users, activating a fragment URL should... |
blob | commitdiff | diff to current |
2016-06-02 |
darin@apple.com | Audit RenderObject casts and fix problems and style... |
blob | commitdiff | diff to current |
2016-05-25 |
zalan@apple.com | Addressing post-review comments on r200971. |
blob | commitdiff | diff to current |
2016-05-25 |
commit-queue@webki... | Purge PassRefPtr from TouchList |
blob | commitdiff | diff to current |
2016-05-23 |
ryanhaddad@apple.com | Unreviewed, rolling out r200414. |
blob | commitdiff | diff to current |
2016-05-20 |
commit-queue@webki... | Implement operator== for WeakPtr |
blob | commitdiff | diff to current |
2016-05-20 |
cdumez@apple.com | Improve compile-time assertions in is<>() / downcast<>() |
blob | commitdiff | diff to current |
2016-05-18 |
zalan@apple.com | Remove LayoutUnit::operator unsigned(). |
blob | commitdiff | diff to current |
2016-05-16 |
zalan@apple.com | RenderLayer::hitTestList could mutate the list of candi... |
blob | commitdiff | diff to current |
2016-05-07 |
joepeck@webkit.org | Rename HitTestRequest DisallowShadowContent to Disallow... |
blob | commitdiff | diff to current |
2016-05-05 |
commit-queue@webki... | Unreviewed, rolling out r200479. |
blob | commitdiff | diff to current |
2016-05-05 |
n_wang@apple.com | For keyboard users, activating a fragment URL should... |
blob | commitdiff | diff to current |
2016-05-04 |
youenn.fablet@crf... | Clicks inside button elements are sometimes discarded... |
blob | commitdiff | diff to current |
2016-04-29 |
simon.fraser@apple.com | Wheel Event Not Fired For `body,html { height:100% }` |
blob | commitdiff | diff to current |
2016-04-26 |
antti@apple.com | RenderElement::style() should return const RenderStyle |
blob | commitdiff | diff to current |
2016-04-21 |
cdumez@apple.com | Drop [UsePointersEvenForNonNullableObjectArguments... |
blob | commitdiff | diff to current |
2016-04-12 |
bfulgham@apple.com | Use WeakPtrs to avoid using deallocated Widgets and... |
blob | commitdiff | diff to current |
2016-04-11 |
achristensen@apple.com | Unreviewed, rolling out r198909. |
blob | commitdiff | diff to current |
2016-04-08 |
bfulgham@apple.com | [WK1] Wheel event callback removing the window causes... |
blob | commitdiff | diff to current |
2016-04-07 |
bfulgham@apple.com | Wheel event callback removing the window causes crash... |
blob | commitdiff | diff to current |
2016-03-31 |
tonikitoo@webkit.org | eventMayStartDrag() does not check for shiftKey or... |
blob | commitdiff | diff to current |
2016-03-29 |
tonikitoo@webkit.org | Wheel events' latching state is not reset when appropriate |
blob | commitdiff | diff to current |
2016-03-25 |
bdakin@apple.com | Autoscrolling from a drag selection does not work in... |
blob | commitdiff | diff to current |
2016-03-14 |
tonikitoo@webkit.org | Selecting with shift+drag results in unexpected drag... |
blob | commitdiff | diff to current |
2016-03-14 |
timothy_horton@app... | Revert r194125 and r194186: We're going to fix this... |
blob | commitdiff | diff to current |
2016-03-08 |
tonikitoo@webkit.org | Scrolling does not work when the mouse down is handled... |
blob | commitdiff | diff to current |
2016-02-21 |
commit-queue@webki... | Unreviewed, rolling out r196866. |
blob | commitdiff | diff to current |
2016-02-20 |
simon.fraser@apple.com | Wheel event callback removing the window causes crash... |
blob | commitdiff | diff to current |
2016-02-20 |
commit-queue@webki... | Unreviewed, rolling out r196837. |
blob | commitdiff | diff to current |
2016-02-19 |
simon.fraser@apple.com | Wheel event callback removing the window causes crash... |
blob | commitdiff | diff to current |
2016-02-16 |
carlosgc@webkit.org | [GTK] No hover-horizontal scrolling available |
blob | commitdiff | diff to current |
2016-02-16 |
carlosgc@webkit.org | Mouse cursor doesn't change when entering scrollbars |
blob | commitdiff | diff to current |
2016-02-12 |
jiewen_tan@apple.com | WebKit should expose the DOM 4 Event.isTrusted property |
blob | commitdiff | diff to current |
2016-02-08 |
carlosgc@webkit.org | [GTK] WebKitWebView should send crossing events to... |
blob | commitdiff | diff to current |
2016-02-08 |
commit-queue@webki... | Unreviewed, rolling out r196253. |
blob | commitdiff | diff to current |
2016-02-08 |
carlosgc@webkit.org | [GTK] WebKitWebView should send crossing events to... |
blob | commitdiff | diff to current |
2016-02-04 |
carlosgc@webkit.org | Do not show context menu when right clicking on a scrollbar |
blob | commitdiff | diff to current |
2016-02-03 |
darin@apple.com | Convert another batch of String::lower callsites to... |
blob | commitdiff | diff to current |
2016-01-27 |
carlosgc@webkit.org | ScrollAnimator is not notified when mouse entered,... |
blob | commitdiff | diff to current |
2016-01-09 |
akling@apple.com | Use NeverDestroyed instead of DEPRECATED_DEFINE_STATIC_... |
blob | commitdiff | diff to current |
2015-12-16 |
timothy_horton@app... | [Mac] Gesture Events should not have negative scale |
blob | commitdiff | diff to current |
2015-11-12 |
cdumez@apple.com | Stop passing a PassRefPtr to dispatchEvent() |
blob | commitdiff | diff to current |
2015-10-20 |
timothy_horton@app... | Remove unused support for long presses from WebKit |
blob | commitdiff | diff to current |
2015-10-19 |
timothy_horton@app... | Add magnify and rotate gesture event support for Mac |
blob | commitdiff | diff to current |
2015-10-15 |
timothy_horton@app... | Move some EventHandler initialization to the header |
blob | commitdiff | diff to current |
2015-09-02 |
rniwa@webkit.org | Rename ShadowRoot::hostElement to shadowRoot::host... |
blob | commitdiff | diff to current |
2015-08-26 |
bdakin@apple.com | REGRESSION: Safari navigates after a cancelled force... |
blob | commitdiff | diff to current |
2015-08-24 |
wenson_hsieh@apple.com | Use _NSScrollingPredominantAxisFilter for wheel event... |
blob | commitdiff | diff to current |
2015-07-07 |
bfulgham@apple.com | REGRESSION (r183133-r183138): Secondary clicking in... |
blob | commitdiff | diff to current |
2015-07-04 |
cdumez@apple.com | Drop RefPtr::clear() method |
blob | commitdiff | diff to current |
2015-07-03 |
commit-queue@webki... | AX: Selection change as a result of focusing an element... |
blob | commitdiff | diff to current |
2015-06-09 |
dbates@webkit.org | Mouse release on AutoFill button activates it; should... |
blob | commitdiff | diff to current |
2015-06-05 |
commit-queue@webki... | Replace 0 with nullptr in WebCore/Page. |
blob | commitdiff | diff to current |
2015-06-03 |
commit-queue@webki... | Use modern for-loops in WebCore/page. |
blob | commitdiff | diff to current |
2015-05-29 |
dbates@webkit.org | Clean up logic for updating caps lock indicator state |
blob | commitdiff | diff to current |
2015-05-06 |
zandobersek@gmail.com | EventHandler::m_eventHandlerWillResetCapturingMouseEven... |
blob | commitdiff | diff to current |
2015-04-26 |
commit-queue@webki... | AX: richer text change notifications (142719) |
blob | commitdiff | diff to current |
2015-04-24 |
commit-queue@webki... | Unreviewed, rolling out r183266. |
blob | commitdiff | diff to current |
2015-04-24 |
commit-queue@webki... | AX: richer text change notifications (142719) |
blob | commitdiff | diff to current |
2015-04-23 |
hyatt@apple.com | Don't fire a bunch of mouse moveds during scrolling. |
blob | commitdiff | diff to current |
2015-04-22 |
bfulgham@apple.com | Context menu doesn't account for selection semantics |
blob | commitdiff | diff to current |
2015-04-21 |
commit-queue@webki... | Unreviewed, rolling out r183077. |
blob | commitdiff | diff to current |
2015-04-21 |
bfulgham@apple.com | Context menu doesn't account for selection semantics |
blob | commitdiff | diff to current |
2015-04-17 |
bdakin@apple.com | Force mouse events should go through normal mouse event... |
blob | commitdiff | diff to current |
2015-04-17 |
dbates@webkit.org | REGRESSION: SVG does not support link dragging |
blob | commitdiff | diff to current |
2015-04-17 |
commit-queue@webki... | Unreviewed, rolling out r182912 and r182920. |
blob | commitdiff | diff to current |
2015-04-16 |
bdakin@apple.com | Force mouse events should go through normal mouse event... |
blob | commitdiff | diff to current |
2015-04-15 |
timothy_horton@app... | Custom CSS cursors do not use -webkit-image-set on... |
blob | commitdiff | diff to current |
2015-04-13 |
bdakin@apple.com | Add force property to MouseEvents |
blob | commitdiff | diff to current |
2015-04-03 |
bfulgham@apple.com | Expand test infrastructure to support scrolling tests |
blob | commitdiff | diff to current |
2015-03-25 |
bdakin@apple.com | REGRESSION (r181660): Safari navigates to link after... |
blob | commitdiff | diff to current |
2015-03-24 |
bdakin@apple.com | Add events related to force click gesture |
blob | commitdiff | diff to current |
2015-03-23 |
bfulgham@apple.com | Scroll latching logic can get stuck in 'scrollable... |
blob | commitdiff | diff to current |
2015-03-20 |
enrica@apple.com | One more build fix after r181760. |
blob | commitdiff | diff to current |
2015-03-19 |
enrica@apple.com | [Content Extensions] Test regular expression parse... |
blob | commitdiff | diff to current |
2015-03-19 |
enrica@apple.com | <attachment> should put URLs on the pasteboard so that... |
blob | commitdiff | diff to current |
2015-03-18 |
timothy_horton@app... | Fix the build after r181660 |
blob | commitdiff | diff to current |
2015-03-17 |
bdakin@apple.com | DOM mouse events have weird timing for force clickable... |
blob | commitdiff | diff to current |
2015-03-13 |
commit-queue@webki... | AX: Provide API for assistive tech to ignore DOM key... |
blob | commitdiff | diff to current |
2015-03-12 |
timothy_horton@app... | Fix the build. |
blob | commitdiff | diff to current |
2015-03-12 |
timothy_horton@app... | <attachment> shouldn't use "user-select: all" |
blob | commitdiff | diff to current |
2015-02-24 |
bfulgham@apple.com | EventHandler references deleted Scrollbar |
blob | commitdiff | diff to current |
next |