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
Перейти к файлу
alwu e233315d02 Bug 1550633 - part9 : capture 'this' in lambda. r=jya
There are too many `self` used in the lambda, we can just capture `this` to remove redudant `self`.

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

--HG--
extra : moz-landing-system : lando
2019-05-24 00:41:25 +00:00
.cargo Backed out 2 changesets (bug 1546439) for build bustages CLOSED TREE 2019-04-24 12:40:01 +03:00
.vscode Bug 1543529 - Stop recommending VSCode plugin "Babel ES6/ES7" r=jya 2019-04-11 03:31:54 +00:00
accessible Merge mozilla-inbound to mozilla-central. a=merge 2019-05-23 18:54:21 +03:00
browser Backed out changeset d003d1dd77b1 (bug 1553173) for mochitest failures on test_login_filter.html . CLOSED TREE 2019-05-25 00:29:27 +03:00
build Bug 1542746 - remove code for frontend-based PGO instrumentation; r=dmajor 2019-05-24 20:00:38 +00:00
caps Backed out changeset a296439a25ff (bug 1519636) for frequent Windows cppunit failures CLOSED TREE 2019-05-24 14:26:01 +03:00
chrome Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
config Bug 1542746 - remove code for frontend-based PGO instrumentation; r=dmajor 2019-05-24 20:00:38 +00:00
db Bug 1544443 - Upgrade to SQLite 3.28.0. r=mak 2019-04-30 16:51:39 +00:00
devtools Bug 1553278 - Fix download file functionality in debugger r=jlast 2019-05-24 14:39:51 +00:00
docshell Bug 1554065. Fix the requestor nsDocShell::DoFindItemWithName passes to TabGroup::FindItemWithName. r=nika 2019-05-24 19:40:44 +00:00
dom Bug 1550633 - part9 : capture 'this' in lambda. r=jya 2019-05-24 00:41:25 +00:00
editor Merge inbound to mozilla-central. a=merge 2019-05-25 00:49:05 +03:00
extensions Bug 1553867 - Reduce the number of ClonePrincipalForPermission() call in CookieSettings, r=Ehsan 2019-05-24 19:05:35 +00:00
gfx Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-05-25 00:54:26 +03:00
gradle/wrapper Bug 1509572 - Part 1: Bump Gradle wrapper to 4.10.2; decouple script from Gradle version. r=snorp 2018-11-26 21:42:27 +00:00
hal Backed out changeset a296439a25ff (bug 1519636) for frequent Windows cppunit failures CLOSED TREE 2019-05-24 14:26:01 +03:00
image Bug 1554142 - Enable most ESLint rules for image/. r=aosmond 2019-05-24 17:34:09 +00:00
intl Backed out changeset a296439a25ff (bug 1519636) for frequent Windows cppunit failures CLOSED TREE 2019-05-24 14:26:01 +03:00
ipc Bug 1213601 - Implement kinetic/inertial scrolling (fling) for Gtk touchpads. r=botond,karlt 2019-05-24 13:31:34 -04:00
js Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-05-25 00:54:26 +03:00
layout Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-05-25 00:54:26 +03:00
media Backed out changeset a296439a25ff (bug 1519636) for frequent Windows cppunit failures CLOSED TREE 2019-05-24 14:26:01 +03:00
memory Bug 1553058 - Remove unused gPageSize case. r=njn 2019-05-21 23:01:21 +00:00
mfbt Backed out changeset a296439a25ff (bug 1519636) for frequent Windows cppunit failures CLOSED TREE 2019-05-24 14:26:01 +03:00
mobile Bug 1553972 - make --with-pgo-profile-path take a directory; r=nalexander 2019-05-24 01:53:59 +00:00
modules Bug 1550567 - pref on vorbis decoding on RDD for linux. r=drno 2019-05-23 16:13:26 +00:00
mozglue Bug 1542746 - remove code for frontend-based PGO instrumentation; r=dmajor 2019-05-24 20:00:38 +00:00
netwerk Bug 1553867 - Reduce the number of ClonePrincipalForPermission() call in CookieSettings, r=Ehsan 2019-05-24 19:05:35 +00:00
nsprpub Bug 1526010, NSPR 4.21 RTM, r=me 2019-03-07 11:16:36 +01:00
other-licenses Bug 1523802 - Cancel BITS jobs in uninstaller. r=mhowell 2019-04-30 15:25:48 +00:00
parser Backed out changeset a296439a25ff (bug 1519636) for frequent Windows cppunit failures CLOSED TREE 2019-05-24 14:26:01 +03:00
python Bug 1542746 - remove code for frontend-based PGO instrumentation; r=dmajor 2019-05-24 20:00:38 +00:00
remote Merge inbound to mozilla-central. a=merge 2019-05-22 18:26:18 +03:00
security Backed out changeset a296439a25ff (bug 1519636) for frequent Windows cppunit failures CLOSED TREE 2019-05-24 14:26:01 +03:00
services No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM 2019-05-23 13:21:24 +00:00
servo Bug 1553252 - Use cbindgen for text-overflow r=emilio 2019-05-24 04:48:46 +00:00
startupcache Bug 1544037 - Skip exists check when trying to open startupcache zip file archive. r=froydnj 2019-05-21 17:32:45 +00:00
storage Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
taskcluster Bug 1546323 Run cold page load tests against Fennec v64 in CI r=Bebe 2019-05-24 07:12:19 +00:00
testing Bug 1550633 - part5 : modify and enable test 'track-mode-not-changed-by-new-track.html'. r=jya 2019-05-24 00:41:31 +00:00
third_party Bug 1543861 - Add auto resizing for kvstore r=myk 2019-05-24 20:38:23 +00:00
toolkit Bug 1553061. Futher bump expected assert counts on toolkit/content/tests/chrome/test_bug437844.xul for beta. r=aosmond 2019-05-24 10:45:37 +00:00
tools No bug: [release] Fix path to update-verify diff-summary log; r=bhearsum 2019-05-24 00:22:50 +00:00
uriloader Backed out changeset a296439a25ff (bug 1519636) for frequent Windows cppunit failures CLOSED TREE 2019-05-24 14:26:01 +03:00
view Backed out 28 changesets (bug 1550422) for marionette AssertionError and failing browser_policy_hardware_acceleration.js on a CLOSED TREE. 2019-05-23 05:59:44 +03:00
widget Merge inbound to mozilla-central. a=merge 2019-05-25 00:49:05 +03:00
xpcom Bug 1553856: LazyIdleThread should set names for the nsThreads it spawns r=froydnj 2019-05-24 12:50:05 +00:00
xpfe/appshell Backed out 18 changesets (bug 1525720) for mass failures on Windows platform e.g ProcessPriorityManager.cpp on a CLOSED TREE. 2019-05-23 01:57:16 +03:00
.arcconfig
.clang-format Bug 1547143 - Force the pointer style declaration r=Ehsan 2019-05-01 08:46:08 +00:00
.clang-format-ignore Bug 1533481 - Part 9: Update Gecko to Unicode 12. r=jfkthame! 2019-04-04 12:46:18 +03:00
.cron.yml Bug 1538560 - disable cron job to run mochitest valgrind tasks because they permafail r=gbrown 2019-04-01 15:08:44 +00:00
.eslintignore Bug 1554142 - Enable most ESLint rules for image/. r=aosmond 2019-05-24 17:34:09 +00:00
.eslintrc.js Bug 1554142 - Enable most ESLint rules for image/. r=aosmond 2019-05-24 17:34:09 +00:00
.flake8 Backed out 6 changesets (bug 1542963) for causing Bug 1552400. a=backout 2019-05-17 11:30:27 +03:00
.gdbinit Bug 1486903 - Add "ftl" command to dump frame subtree to .gdbinit. r=Ehsan 2018-08-28 20:20:21 +00:00
.gdbinit_python
.git-blame-ignore-revs No Bug - Ignore Bug 1519636 in blame/annotate. r=sylvestre 2019-04-30 11:41:02 +00:00
.gitignore Bug 1552011 - Ignore newtab component build artifacts r=Mardak,Standard8 2019-05-17 16:45:30 +00:00
.hg-annotate-ignore-revs No bug - Ignore bug 1016240 in blame/annotate. r=MattN 2019-04-04 14:56:20 -04:00
.hg-format-source Bug 1511181 - Quick fix for .hg-format-source that has an empty line. r=ehsan, a=aryx 2018-11-30 13:25:44 +02:00
.hgignore Bug 1552011 - Ignore newtab component build artifacts r=Mardak,Standard8 2019-05-17 16:45:30 +00:00
.hgtags No bug - Tagging mozilla-central 97dae745c1b3ef2292127ba1c4e90b1345c8f576 with FIREFOX_NIGHTLY_68_END a=release DONTBUILD CLOSED TREE 2019-05-20 13:18:38 +00:00
.lldbinit
.mailmap
.prettierrc Bug 1551218 - Part 3: Add a top-level .prettierrc and reformat the debugger, r=jlast 2019-05-17 15:51:36 +00:00
.taskcluster.yml Bug 1547724 - send cron failure notifications to sheriffs / ciduty r=aryx 2019-05-16 15:37:05 +00:00
.trackerignore Bug 1486468 - Add .trackerignore file to avoid GNOME Tracker indexing mozilla-central files. r=ahal 2018-08-27 16:45:03 +02:00
.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
AUTHORS Bug 1481409 - Use HTTPS protocol for Mozilla's Credits link in AUTHORS file r=mossop 2018-08-13 16:39:30 +00:00
CLOBBER Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2019-05-20 13:22:45 +00:00
Cargo.lock Bug 1543861 - Add auto resizing for kvstore r=myk 2019-05-24 20:38:23 +00:00
Cargo.toml Backed out 2 changesets (bug 1546439) for build bustages CLOSED TREE 2019-04-24 12:40:01 +03:00
GNUmakefile
LEGAL
LICENSE
Makefile.in Bug 1542746 - use a static MOZ_PROFILE_ORDER_FILE; r=nalexander,chmanchester 2019-05-24 01:54:59 +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 Bug 1519603 - Manually inline AC_OUTPUT_SUBDIRS and MOZ_RUN_ALL_SUBCONFIGURES. r=nalexander 2019-01-14 18:37:06 +00:00
build.gradle Bug 1391438 - Support FIDO2 for WebAuthn on Android r=snorp,keeler 2019-05-10 16:40:17 +00:00
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 Backed out 27 changesets (bug 1542963, bug 1547730) on request from Callek for DWE fails. CLOSED TREE 2019-05-16 20:17:46 +03:00
gradle.properties Bug 1527896 - Increase Gradle heaps to handle large assets. r=nalexander 2019-02-14 18:21:13 +00:00
gradlew
gradlew.bat Bug 1527796 - Part 3. Use gradlew.bat on Windows. r=nalexander 2019-02-26 11:06:12 +09:00
mach
moz.build Backed out changeset 8d14aa373383 (bug 1522113) for Bugzilla lint failures CLOSED TREE 2019-05-18 01:23:13 +03:00
moz.configure Bug 1543323 - On Android, only build gtest tests archive on x86_64 builds; r=glandium 2019-04-12 00:17:45 +00:00
mozilla-config.h.in Bug 1504022 - Map GetExceptionCode to a nop to avoid an error r=bobowen 2018-11-02 13:28:01 -05:00
old-configure.in Bug 1478438 - Delete unused confvars entries on Android r=nalexander 2019-05-17 16:37:35 +00:00
package-lock.json Bug 1551218 - Part 1: Enable running top-level eslint for the devtools debugger, r=Standard8,jlast 2019-05-17 15:50:29 +00:00
package.json Bug 1551218 - Part 1: Enable running top-level eslint for the devtools debugger, r=Standard8,jlast 2019-05-17 15:50:29 +00:00
settings.gradle Bug 1543982 - Part 1: Avoid re-configuring from within Gradle. r=emilio 2019-05-09 20:38:48 +00:00
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.