gecko-dev/dom
Makoto Kato 37eea06fae Bug 1660932 - Don't use element bounding for ZoomToFocusedInput when focused element isn't single line control. r=botond
When show virtual keyboard, we calls ZoomToFocusedInput to scroll to focused
element. But this method only consider single line control. It means that this
doesn't scroll better position when focused element is multiple such as
content editable. Because we use element rectangle foo zoom to rect.

So I would like to change this for <textarea> and contenteditable.

If <textarea> or contenteditable, we should use caret frame to scroll to
better position.

Differential Revision: https://phabricator.services.mozilla.com/D96374
2020-12-07 05:05:48 +00:00
..
abort Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
animation Bug 1679009 - Simplify some getters in CSSPseudoElement and KeyframeEffect. r=hiro 2020-11-24 23:58:33 +00:00
audiochannel Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
base Bug 1660932 - Don't use element bounding for ZoomToFocusedInput when focused element isn't single line control. r=botond 2020-12-07 05:05:48 +00:00
battery Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
bindings Bug 1673553 part 67 - Remove JS_NewObjectWithUniqueType. r=iain 2020-12-03 07:54:00 +00:00
broadcastchannel Bug 1119956 introduce DiscardableRunnable for tasks that might not run but might not implement cancellation r=asuth,sg 2020-12-02 09:36:25 +00:00
browser-element Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
cache Bug 1678030 - Generalize CreateAndExecuteSingleStepStatement to accept an optional bind functor. r=dom-workers-and-storage-reviewers,ttung 2020-12-04 15:15:31 +00:00
canvas Bug 1119956 derive from DiscardableRunnable instead of CancelableRunnable when Cancel() is not supported r=asuth,sg 2020-12-03 09:04:44 +00:00
chrome-webidl Bug 1678415 - Support setting file mode in IOUtils.createDirectory on non-Windows platforms r=emalysz 2020-12-03 05:38:11 +00:00
clients Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
commandhandler Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
console Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
credentialmanagement Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
crypto Bug 1673424 - Fix includes around JS/StructuredClone.h. 2020-11-23 16:06:52 +00:00
debugger Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
docs Bug 1662771, remove willDestroy callback from JSActors, r=nika 2020-10-29 14:24:43 +00:00
encoding Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
events Bug 1680167 - Part 5: MOZ_CAN_RUN_SCRIPT_BOUNDARY in dom/* r=masayuki 2020-12-03 21:34:06 +00:00
fetch Bug 1605305 - Origin header field is not set to HTTP request in cases where it is required, r=ckerschb,necko-reviewers,JuniorHsu,valentin 2020-12-03 00:56:22 +00:00
file Bug 1119956 derive from DiscardableRunnable instead of CancelableRunnable when Cancel() is not supported r=asuth,sg 2020-12-03 09:04:44 +00:00
filehandle Bug 1676365 - Move SpinEventLoopUntil to separate header. r=#xpcom-reviewers 2020-11-23 16:10:41 +00:00
filesystem Bug 1119956 remove unused ErrorRunnable r=baku 2020-11-30 09:22:36 +00:00
flex Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
gamepad Bug 1657404 - Implement a strongly-typed, service-dependent gamepad handle r=handyman,aklotz 2020-12-02 23:06:05 +00:00
geolocation Bug 1519636 - Reformat recent changes to the Google coding style r=andi,necko-reviewers,dragana 2020-11-16 22:09:25 +00:00
grid Bug 1673931 - Avoid including Element.h from header files. 2020-11-23 16:08:40 +00:00
html Backed out changeset 18c139fe8859 (bug 1675894) for selectionchange.tentative.html failures CLOSED TREE 2020-12-05 14:45:37 +02:00
imptests
indexedDB Bug 1680760 - Allow SafeRefPtr construction to derive template argument type from a CheckedUnsafePtr. r=dom-workers-and-storage-reviewers,janv 2020-12-04 15:16:12 +00:00
interfaces Bug 1666739 - Add an optional opacity threshold for visibility hit-test. r=mconley,miko 2020-12-04 00:48:45 +00:00
ipc Backed out changeset 8c0e2919f6b2 (bug 1678684) for causing Bug 1680661. CLOSED TREE 2020-12-04 11:26:44 +02:00
jsurl Bug 1676361 - Move ExecutionContext to a separate header file to avoid pulling in GeckoProfiler.h everywhere. r=tcampbell 2020-11-23 16:12:26 +00:00
l10n Bug 1673931 - Avoid including Element.h from header files. 2020-11-23 16:08:40 +00:00
locales Bug 1679456 - Consume user activation on popup opening and remove popup opening tokens. r=smaug,edgar 2020-11-30 17:35:59 +00:00
localstorage Bug 1678030 - Generalize CreateAndExecuteSingleStepStatement to accept an optional bind functor. r=dom-workers-and-storage-reviewers,ttung 2020-12-04 15:15:31 +00:00
manifest Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
mathml Bug 1673931 - Remove dependency of BindingUtils.h on Document.h. 2020-11-23 16:08:03 +00:00
media Backed out 4 changesets (bug 1660336) for causing build bustage on libmozavcodec.so. CLOSED TREE 2020-12-04 12:40:28 +02:00
messagechannel Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
midi Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
network Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
notification Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
offline Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
payments Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
performance Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
permission Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
plugins Bug 1680167 - Part 5: MOZ_CAN_RUN_SCRIPT_BOUNDARY in dom/* r=masayuki 2020-12-03 21:34:06 +00:00
power Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
presentation Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
prio Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
promise Bug 1119956 derive from DiscardableRunnable instead of CancelableRunnable when Cancel() is not supported r=asuth,sg 2020-12-03 09:04:44 +00:00
prototype Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
push Bug 1678374 - Avoid including jsapi.h from header files. r=jandem 2020-11-23 16:12:34 +00:00
quota Bug 1678030 - Generalize CreateAndExecuteSingleStepStatement to accept an optional bind functor. r=dom-workers-and-storage-reviewers,ttung 2020-12-04 15:15:31 +00:00
reporting Bug 1119956 derive from DiscardableRunnable instead of CancelableRunnable when Cancel() is not supported r=asuth,sg 2020-12-03 09:04:44 +00:00
res
script Bug 1519100 - Use pref to completely pref-off top-level await in the browser; r=emilio,jonco 2020-12-04 08:54:10 +00:00
security Bug 1680566 - Reformat sanitizer API test. r=freddyb 2020-12-04 11:52:17 +00:00
serializers Bug 1679422: move serializers from dom/base/ to dom/serializers/. r=hsivonen 2020-11-29 15:58:13 +00:00
serviceworkers Bug 1673931 - Avoid including Document.h from header files. r=emilio 2020-11-23 16:07:43 +00:00
simpledb Bug 1680031 - SDB: Change AllowToCloseConnectionsMatching to a free function; r=dom-workers-and-storage-reviewers,sg 2020-12-03 09:22:22 +00:00
smil Bug 1673931 - Avoid including Element.h from header files. 2020-11-23 16:08:40 +00:00
storage Bug 1656768 - Propagate SessionStorage data in BackgroundSessionStorageManager to the new top browsing context while replacing the top context id; r=nika,dom-workers-and-storage-reviewers,asuth 2020-12-03 14:19:35 +00:00
svg Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
system Bug 1663501 - Use geolocation monitor for region updates r=Standard8 2020-12-04 17:46:03 +00:00
tests Bug 1666739 - Add an optional opacity threshold for visibility hit-test. r=mconley,miko 2020-12-04 00:48:45 +00:00
u2f Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
url Bug 1673424 - Fix includes around JS/StructuredClone.h. 2020-11-23 16:06:52 +00:00
vr Bug 1657404 - Implement a strongly-typed, service-dependent gamepad handle r=handyman,aklotz 2020-12-02 23:06:05 +00:00
webauthn Bug 1619094 - Properly explain our fork of libudev-sys. r=sylvestre DONTBUILD 2020-12-02 06:59:57 +00:00
webbrowserpersist Bug 1668682 - Don't try to save browsing contexts without window. r=peterv 2020-12-01 10:11:11 +00:00
webgpu Bug 1655357 - Disable use of external textures on macOS in WebGPU r=aosmond 2020-11-24 19:43:31 +00:00
webidl Bug 1677857 - Add new GC related fuzzing functions r=tsmith,mccr8 2020-11-30 02:15:38 +00:00
webshare Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
websocket Bug 1119956 derive from DiscardableRunnable instead of CancelableRunnable when Cancel() is not supported r=asuth,sg 2020-12-03 09:04:44 +00:00
workers Bug 1519100 - Add flag for experimental Top Level Await feature; r=mgaudet 2020-12-04 08:52:29 +00:00
worklet Bug 1519100 - Use pref to completely pref-off top-level await in the browser; r=emilio,jonco 2020-12-04 08:54:10 +00:00
xhr Backed out changeset 432c83951167 (bug 1662265) for perma failures on test_sync_xhr_event_handling_switch_bcg.html. CLOSED TREE 2020-12-03 23:03:05 +02:00
xml Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
xslt Backed out changeset 432c83951167 (bug 1662265) for perma failures on test_sync_xhr_event_handling_switch_bcg.html. CLOSED TREE 2020-12-03 23:03:05 +02:00
xul Bug 1680167 - Part 4: MOZ_CAN_RUN_SCRIPT in dom/xul r=masayuki 2020-12-03 22:08:44 +00:00
jar.mn
moz.build Bug 1679422: move serializers from dom/base/ to dom/serializers/. r=hsivonen 2020-11-29 15:58:13 +00:00