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
Перейти к файлу
Dave Townsend 6ea60e6b82 Bug 1419091: Define keybindings in a static C++ table. r=masayuki
Copies the keybindings from platformHTMLBindings.xml into an array of C structs
that can be easily used to instantiate an nsXBLPrototypeHandler (done in later
patches).

These were mechanically generated.

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

--HG--
extra : rebase_source : 01b31333c7b59120976e4aa1481047abe8292e52
extra : source : 72ccc94449163738199ec04886f2f5513bce5122
2018-10-08 11:08:52 -07:00
.cargo
.vscode Bug 1493017 - Tweak vscode tasks.json problemMatcher regexes to handle clang/Windows output - r=jya 2018-09-21 10:00:59 +00:00
accessible Backed out changeset 02d8210b8904 (bug 1501353) on request from MarcoZ a=backout 2018-10-24 11:36:25 +03:00
browser Bug 1453613 Part 2 - Add a full installer telemetry ping. r=agashlin 2018-10-15 11:21:25 -07:00
build Bug 1499844 - Fix win64 clang-cl -Wformat warnings. r=ted 2018-10-23 14:18:15 +00:00
caps Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-10-23 12:31:53 +03:00
chrome Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
config Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2018-10-22 08:50:03 -07:00
db Bug 1491671 - Upgrade to SQLite 3.25.1. r=mak 2018-09-19 13:28:02 +00:00
devtools Merge inbound to mozilla-central. a=merge 2018-10-24 19:46:50 +03:00
docshell Bug 1499096 - Use ok() with 2 arguments instead of 3 when possible;r=Standard8 2018-10-23 07:13:35 +00:00
dom Bug 1419091: Define keybindings in a static C++ table. r=masayuki 2018-10-08 11:08:52 -07:00
editor Bug 1500862 - part 3: Change all stack base helper classes which access protected members of EditorBase to nested classes of EditorBase r=m_kato 2018-10-24 09:42:06 +00:00
embedding
extensions Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
gfx Bug 1493743 - Make AddFamilyToFontList return safely if passed a null font-family. r=lsalzman 2018-10-24 21:52:33 +01:00
gradle/wrapper
hal
image Bug 1465619 - Part 14. Add gtests for AnimationFrameRecyclingQueue. r=tnikkel 2018-10-22 13:40:35 -04:00
intl Bug 1499844 - Fix win64 clang-cl -Wformat warnings. r=ted 2018-10-23 14:18:15 +00:00
ipc Backed out changeset bee1c344cb47 (bug 1491909) for failures in browser/components/extensions/test/xpcshell/test_ext_geckoProfiler_control.js 2018-10-24 04:23:13 +03:00
js Remove uses of MOZ_ALWAYS_INLINE in Stream.cpp. No bug, rs=till on IRC. 2018-10-24 10:08:01 -05:00
layout Bug 1501057 - Trivial clipPaths should respect visibility=hidden r=dholbert 2018-10-24 06:01:57 +01:00
media Bug 1501523 - part 2 - remove separate jpeg_nbits_table copies from assembly files; r=aosmond 2018-10-24 16:06:48 -04:00
memory Backed out changeset bee1c344cb47 (bug 1491909) for failures in browser/components/extensions/test/xpcshell/test_ext_geckoProfiler_control.js 2018-10-24 04:23:13 +03:00
mfbt Backed out changeset bee1c344cb47 (bug 1491909) for failures in browser/components/extensions/test/xpcshell/test_ext_geckoProfiler_control.js 2018-10-24 04:23:13 +03:00
mobile Bug 1449196 - Disable robocop testFilePicker, for causing intermittent failures in later tests; r=me,a=test-only 2018-10-24 14:10:17 -06:00
modules Merge inbound to mozilla-central a=merge 2018-10-24 07:15:44 +03:00
mozglue Bug 1496179 - Make mozglue.dll a private SxS assembly. r=aklotz,froydnj 2018-10-10 22:57:53 +09:00
netwerk No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=bagder,RyanVM 2018-10-23 20:24:21 +00:00
nsprpub
other-licenses Bug 1453613 Part 1 - Update nsJSON to 1.1.1.0. r=agashlin 2018-10-15 11:20:34 -07:00
parser Backed out changeset cb24d2d42554 (bug 1466449) for Tokenizer leaks a=backout 2018-10-23 17:12:48 +03:00
python Bug 1501581 - r=Gijs,Pike 2018-10-24 09:00:56 +00:00
security Backed out changeset 35bae18d7d67 (bug 1499899) for build bustages on updater.cpp. 2018-10-24 03:42:05 +03:00
services No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=bagder,RyanVM 2018-10-23 20:24:21 +00:00
servo Bug 1500820 - Compare absolute dot-product to 1.0 when interpolating quaternions; r=hiro 2018-10-24 07:06:43 +00:00
startupcache Bug 1493737 - Fix many trivial calls to do_QueryInterface r=smaug 2018-10-01 21:38:01 +00:00
storage Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (automatic fixes). r=mossop 2018-10-19 12:55:39 +00:00
taskcluster Bug 1501676 - Run "Android 7.0 x86" tests on more branches; r=jmaher 2018-10-24 10:33:02 -06:00
testing Bug 1501761 - Fix EventUtils.synthesizePlainDragAndDrop to enable simulating tab detaching. r=florian 2018-10-24 17:59:54 -03:00
third_party Bug 1501616 - Re-vendor rust dependencies. r=kats 2018-10-24 10:58:32 +00:00
toolkit Bug 1453613 Part 2 - Add a full installer telemetry ping. r=agashlin 2018-10-15 11:21:25 -07:00
tools Backed out changeset 35bae18d7d67 (bug 1499899) for build bustages on updater.cpp. 2018-10-24 03:42:05 +03:00
uriloader Bug 1501079 - fix various tests to not race with window focus/activate, r=dao 2018-10-23 10:16:35 +00:00
view Bug 1493081 - Added nsIWidget::GetDesktopToDeviceScaleByScreen for scale factor lookup by window position; r=mattwoodrow 2018-10-23 12:49:21 +00:00
widget Merge inbound to mozilla-central. a=merge 2018-10-24 19:46:50 +03:00
xpcom Backed out changeset 35bae18d7d67 (bug 1499899) for build bustages on updater.cpp. 2018-10-24 03:42:05 +03:00
xpfe/appshell Backed out changeset 8dd09fad1f35 (bug 1492648) for bc failures on browser_auto_close_window.js 2018-10-19 10:11:33 +03:00
.arcconfig
.clang-format
.clang-format-ignore Bug 1498608 - Add js/src/builtin/intl/TimeZoneDataGenerated.h to .clang-format-ignore r=andi 2018-10-12 16:16:01 +00:00
.cron.yml Bug 1497774 - Remove the nightly dmd task. r=glandium 2018-10-10 13:29:20 -07:00
.eslintignore Bug 1423839 - Part 1: Enable ESLint for NetUtil.jsm and netwerk/cookie/test/unit/ (automatic changes) r=Standard8,jdm 2018-10-23 08:34:13 +00:00
.eslintrc.js Bug 1486741 - Enable ESLint rule comma-dangle for all of mozilla-central (setup ESLint). r=mossop 2018-10-19 08:46:31 +00:00
.flake8 Backed out changeset aae4f349fa58 (bug 1479503) per developer's request on IRC a=backout 2018-09-14 16:35:23 +03:00
.gdbinit
.gdbinit_python
.gitignore
.hgignore Backed out changeset aae4f349fa58 (bug 1479503) per developer's request on IRC a=backout 2018-09-14 16:35:23 +03:00
.hgtags No bug - Tagging mozilla-central c44fbdd5173548c9035256dda8fd3512f67118a8 with FIREFOX_NIGHTLY_64_END a=release DONTBUILD CLOSED TREE 2018-10-22 08:48:42 -07:00
.lldbinit
.mailmap
.taskcluster.yml Bug 1500166 - notify ciduty by email if a nightly hook fails + fix identation issue: fix indentation. a=bustage-fix 2018-10-23 18:27:00 +03:00
.trackerignore
.yamllint
.ycm_extra_conf.py
AUTHORS
CLOBBER Backed out changeset 35bae18d7d67 (bug 1499899) for build bustages on updater.cpp. 2018-10-24 03:42:05 +03:00
Cargo.lock Bug 1501616 - Re-vendor rust dependencies. r=kats 2018-10-24 10:58:32 +00:00
Cargo.toml Bug 1490948: Add build system support for a Rust library in Spidermonkey; r=chmanchester 2018-09-25 15:56:56 +02:00
GNUmakefile
LEGAL
LICENSE
Makefile.in Bug 1498031 - Merge code paths for running configure between Tup and Make based backends. r=firefox-build-system-reviewers,mshal 2018-10-16 22:21:36 +00:00
README.txt Bug 1480997 - Remove "Mozilla FTP server" link in README.txt r=mossop 2018-10-23 10:06:29 +00:00
aclocal.m4
build.gradle
client.mk Bug 1498031 - Merge code paths for running configure between Tup and Make based backends. r=firefox-build-system-reviewers,mshal 2018-10-16 22:21:36 +00:00
client.py
configure.in
configure.py
gradle.properties
gradlew
mach
moz.build Bug 1490253 - Replace pipenv with pip-tools for vendoring packages and dependencies; r=ahal 2018-10-10 08:58:41 +00:00
moz.configure Bug 1475562 Produce pdbs for the mingw-clang build job r=ted 2018-10-17 09:38:52 -05:00
mozilla-config.h.in Bug 1498676 - Revert the __try/__except mapping (part of Bug 1431803) for MinGW from the sandbox code r=bobowen 2018-10-12 13:15:33 -05:00
old-configure.in Bug 1500637. Remove MOZ_WIDGET_TOOLKIT==gtk2 code. r=karlt 2018-10-18 01:16:39 +01:00
package-lock.json Bug 1495397 - Update mozilla-central's package.json for being more generic, and move existing ESLint modules to dev dependencies. r=firefox-build-system-reviewers,nalexander 2018-10-01 17:28:45 +00:00
package.json Bug 1495397 - Update mozilla-central's package.json for being more generic, and move existing ESLint modules to dev dependencies. r=firefox-build-system-reviewers,nalexander 2018-10-01 17:28:45 +00:00
settings.gradle
test.mozbuild

README.txt

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.