Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Go to file
Masayuki Nakano 135f048bdf Bug 998941 - part 1-6: Make HTMLEditor set InputEvent.data when InputEvent.inputType is "fontName" r=smaug,m_kato
Although neither Chrome nor Safari does not set InputEvent.data value when
InputEvent.inputType is "fontName", but it's easy to implement. Therefore, this
patch implements it as declaration of Input Events.

This patch uses given value as-is.  Perhaps, this shouldn't cause any problems
because such value can be set to Element.style.fontFamily without any changes.

Note that automated test will be added into WPT later.

Differential Revision: https://phabricator.services.mozilla.com/D19294

--HG--
extra : moz-landing-system : lando
2019-02-19 06:30:50 +00:00
.cargo Bug 1525392 - update rkv (and LMDB) to their latest stable versions r=froydnj 2019-02-11 19:53:28 +00:00
.vscode
accessible Bug 1303429 - expose placeholder object attribute for HTML placeholder, r=Jamie 2019-02-18 09:21:32 +00:00
browser Bug 998941 - part 1-3: Make TextEditor (only when not HTMLEditor instance) set InputEvent.data to inserting string when InputEvent.inputType is "insertFromPaste", "insertFromDrop" or "insertReplacementText" r=smaug,m_kato 2019-02-19 06:28:57 +00:00
build No bug - Unbust l10n tasks after bug 1511224. r=me,a=ccoroiu 2019-02-15 13:50:07 +09:00
caps Bug 1346759 - Use URI comparison for null principals instead of pointer comparison. r=ckerschb,bholley 2019-02-11 18:03:12 +00:00
chrome Backed out 79 changesets (bug 1524687, bug 1524688) for crashes on mozilla::dom::ScreenOrientation::ScreenOrientation(nsPIDOMWindowInner *,nsScreen *). CLOSED TREE 2019-02-14 11:50:23 +02:00
config Bug 1512504 - Remove support for MSVC. r=froydnj 2019-02-14 21:45:27 +00:00
db Bug 1526125 - Upgrade to SQLite 3.27.1. r=mak 2019-02-15 08:45:10 +00:00
devtools Bug 1528896 - Fix about:debugging-new unavailable in local & nightly builds;r=daisuke 2019-02-19 08:03:42 +00:00
docshell Bug 1521808 - Implement process switching based on Cross-Opener-Origin-Policy header r=nika,qdot 2019-02-15 22:02:47 +00:00
dom Bug 998941 - part 1-3: Make TextEditor (only when not HTMLEditor instance) set InputEvent.data to inserting string when InputEvent.inputType is "insertFromPaste", "insertFromDrop" or "insertReplacementText" r=smaug,m_kato 2019-02-19 06:28:57 +00:00
editor Bug 998941 - part 1-6: Make HTMLEditor set InputEvent.data when InputEvent.inputType is "fontName" r=smaug,m_kato 2019-02-19 06:30:50 +00:00
embedding Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
extensions Backed out 79 changesets (bug 1524687, bug 1524688) for crashes on mozilla::dom::ScreenOrientation::ScreenOrientation(nsPIDOMWindowInner *,nsScreen *). CLOSED TREE 2019-02-14 11:50:23 +02:00
gfx Bug 1476368 - Preallocate the render task tree. r=kvark 2019-02-15 16:57:43 +00:00
gradle/wrapper
hal Bug 1523974 - Map PROCESS_PRIORITY_BACKGROUND_PERCEIVABLE to BELOW_NORMAL_PRIORITY_CLASS on Windows. r=gsvelto 2019-02-04 22:54:05 +00:00
image Bug 1500692 - Add GRAPHICS subcategories. r=njn,mattwoodrow 2019-02-16 17:38:23 +00:00
intl Backed out changeset cfb1a7fbbfa7 (bug 1517493) for bc failures in browser/base/content/test/static/browser_all_files_referenced.js 2019-02-18 22:49:05 +02:00
ipc Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-02-16 20:20:37 +01:00
js Bug 1520931 - Baldr: fix implicit constructor warning (r=me) 2019-02-18 17:55:43 -06:00
layout Merge inbound to mozilla-central. a=merge 2019-02-19 06:38:36 +02:00
media Merge inbound to mozilla-central a=merge 2019-02-16 11:36:46 +02:00
memory Bug 1512504 - Remove support for MSVC. r=froydnj 2019-02-14 21:45:27 +00:00
mfbt Merge mozilla-inbound to mozilla-central. a=merge 2019-02-15 03:41:17 +02:00
mobile Bug 1503978 - Force fullscreen after PiP only if media is playing; r=JanH 2019-02-15 17:32:42 +00:00
modules Bug 998941 - part 1-1: Implement InputEvent.data of UI Events r=smaug 2019-02-19 06:27:41 +00:00
mozglue Bug 1500692 - Centralize profiling category definition and add infrastructure for subcategories. r=njn 2019-02-16 17:37:43 +00:00
netwerk Bug 1487113 - nsICacheInfoChannel.preferAlternativeDataType() should expose alt-data as optional if required - tests, r=valentin 2019-02-19 07:38:44 +00:00
nsprpub Bug 1526010, Upgrade Firefox 67 to use NSPR 4.21. Beta snapshot, r=me 2019-02-09 13:26:00 +01:00
other-licenses Bug 1523118 atk: Implement scrollsubstringto ATK API. r=surkov 2019-01-26 20:38:53 +01:00
parser Backed out 79 changesets (bug 1524687, bug 1524688) for crashes on mozilla::dom::ScreenOrientation::ScreenOrientation(nsPIDOMWindowInner *,nsScreen *). CLOSED TREE 2019-02-14 11:50:23 +02:00
python Backed out changeset cfb1a7fbbfa7 (bug 1517493) for bc failures in browser/base/content/test/static/browser_all_files_referenced.js 2019-02-18 22:49:05 +02:00
security Merge mozilla-inbound to mozilla-central. a=merge 2019-02-15 20:39:45 +02:00
services Bug 1517469 - Enable Events Telemetry for Uptake monitory r=janerik 2019-02-15 09:38:18 +00:00
servo Bug 1528834 - Implement scroll-snap-align parser and serializer. r=emilio 2019-02-18 23:10:08 +00:00
startupcache
storage Backed out 79 changesets (bug 1524687, bug 1524688) for crashes on mozilla::dom::ScreenOrientation::ScreenOrientation(nsPIDOMWindowInner *,nsScreen *). CLOSED TREE 2019-02-14 11:50:23 +02:00
taskcluster No Bug, taskcluster/docker/funsize-update-generator pipfile-update. r=sfraser 2019-02-18 18:28:33 +00:00
testing Bug 998941 - part 1-1: Implement InputEvent.data of UI Events r=smaug 2019-02-19 06:27:41 +00:00
third_party Bug 1527104 - use rkv::OwnedValue instead of internal OwnedValue in kvstore r=nika 2019-02-15 18:33:30 +00:00
toolkit Bug 998941 - part 1-3: Make TextEditor (only when not HTMLEditor instance) set InputEvent.data to inserting string when InputEvent.inputType is "insertFromPaste", "insertFromDrop" or "insertReplacementText" r=smaug,m_kato 2019-02-19 06:28:57 +00:00
tools Merge mozilla-central to mozilla-inbound 2019-02-17 12:50:55 +02:00
uriloader Backed out 79 changesets (bug 1524687, bug 1524688) for crashes on mozilla::dom::ScreenOrientation::ScreenOrientation(nsPIDOMWindowInner *,nsScreen *). CLOSED TREE 2019-02-14 11:50:23 +02:00
view Bug 1354933. Assert that the frame pointer is null in the nsView destructor. r=mats 2019-02-14 23:07:21 -06:00
widget Bug 998941 - part 1-6: Make HTMLEditor set InputEvent.data when InputEvent.inputType is "fontName" r=smaug,m_kato 2019-02-19 06:30:50 +00:00
xpcom Merge mozilla-central to mozilla-inbound. CLOSED TREE 2019-02-17 00:14:07 +02:00
xpfe/appshell Bug 1524683 - Move all nsIFrameLoaderOwner references to nsFrameLoaderOwner; r=nika 2019-02-15 22:20:53 +00:00
.arcconfig
.clang-format
.clang-format-ignore Bug 1528492 - Add cbor-cpp to the thirdparty list r=jcj 2019-02-17 01:03:40 +00:00
.cron.yml
.eslintignore Bug 1509042 - Enable Eslint for dom/notification (manual changes) r=Ehsan 2019-02-16 14:15:43 +00:00
.eslintrc.js
.flake8 Bug 1515746 - [flake8] Unsupport subdir .flake8 files and use new 'per-file-ignores' config instead, r=egao 2019-02-07 20:17:02 +00:00
.gdbinit
.gdbinit_python
.git-blame-ignore-revs Merge mozilla-inbound to mozilla-central. a=merge 2019-01-22 05:56:10 +02:00
.gitignore
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1525638 - Let hg ignore the build directories of WebRender standalone builds. r=ted 2019-02-11 13:37:44 +00:00
.hgtags No bug - Tagging mozilla-central 5d9c5aa981a5b824e6132c923c2f201b3fa49397 with FIREFOX_NIGHTLY_66_END a=release DONTBUILD CLOSED TREE 2019-01-28 04:56:31 -08:00
.lldbinit
.mailmap
.taskcluster.yml Bug 1524358 - get commit message locally, rather than from task parameters r=tomprince 2019-02-01 23:27:48 +00:00
.trackerignore
.yamllint
.ycm_extra_conf.py Bug 1522135 - Make .ycm_extra_conf.py work with python3. r=jgraham 2019-01-24 13:51:28 +01:00
aclocal.m4
AUTHORS
build.gradle Bug 1524529 Update Play Services Cast to 16.0.0 r=VladBaicu 2019-02-04 12:44:13 +00:00
Cargo.lock Bug 1527104 - use rkv::OwnedValue instead of internal OwnedValue in kvstore r=nika 2019-02-15 18:33:30 +00:00
Cargo.toml Bug 1525392 - update rkv (and LMDB) to their latest stable versions r=froydnj 2019-02-11 19:53:28 +00:00
client.mk
client.py
CLOBBER Bug 1524688: Follow-up: Touch CLOBBER. r=bustage 2019-02-15 00:44:46 -08:00
configure.in
configure.py
GNUmakefile
gradle.properties Bug 1527896 - Increase Gradle heaps to handle large assets. r=nalexander 2019-02-14 18:21:13 +00:00
gradlew
LEGAL
LICENSE
mach
Makefile.in Bug 1512504 - Remove support for MSVC. r=froydnj 2019-02-14 21:45:27 +00:00
moz.build
moz.configure Bug 1512504 - Remove support for MSVC. r=froydnj 2019-02-14 21:45:27 +00:00
mozilla-config.h.in
old-configure.in Merge mozilla-central to autoland. 2019-02-15 20:50:34 +02:00
package-lock.json
package.json
README.txt
settings.gradle
test.mozbuild

An explanation of the Mozilla Source Code Directory Structure and links to
project pages with documentation can be found at:

    https://developer.mozilla.org/en/Mozilla_Source_Code_Directory_Structure

For information on how to build Mozilla from the source code, see:

    https://developer.mozilla.org/en/docs/Build_Documentation

To have your bug fix / feature added to Mozilla, you should create a patch and
submit it to Bugzilla (https://bugzilla.mozilla.org). Instructions are at:

    https://developer.mozilla.org/en/docs/Creating_a_patch
    https://developer.mozilla.org/en/docs/Getting_your_patch_in_the_tree

If you have a question about developing Mozilla, and can't find the solution
on https://developer.mozilla.org, you can try asking your question in a
mozilla.* Usenet group, or on IRC at irc.mozilla.org. [The Mozilla news groups
are accessible on Google Groups, or news.mozilla.org with a NNTP reader.]

Nightly development builds can be downloaded from:

    https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
            - or -
    https://www.mozilla.org/firefox/channel/desktop/#nightly

Keep in mind that nightly builds, which are used by Mozilla developers for
testing, may be buggy.