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
Botond Ballo 26b8507766 Bug 1455285 - In MoveScrollbarForLayerMargin(), move the actual scrollbar thumb layer, not the scrollbar container layer. r=kats
This was regressed by bug 1420512, which changed things so that
ScrollbarData::mDirection is set for both kinds of scrollbar layers.

MozReview-Commit-ID: 3UHFSOgDtWj

--HG--
extra : rebase_source : 25bc732e4216dbb1971bec57421e20698126f8f2
2018-04-19 15:58:44 -04:00
.cargo Bug 1452603 - Update Cargo stuff for the serde bump. r=jrmuizel 2018-04-12 11:05:18 -04:00
.vscode Bug 1423565 - Update tasks.json as per documentation. r=rillian 2017-12-06 14:59:35 +01:00
accessible Backed out 2 changesets (bug 1454598) as requested by Mossop in developers channel. a=backout 2018-04-20 06:45:39 +03:00
browser Backed out 2 changesets (bug 1371294) for failing browser_contentSearchUI.js on a CLOSED TREE 2018-04-20 18:04:50 +03:00
build Bug 1451065 - Require Python 3.5+ to build; r=mshal 2018-04-03 11:00:00 -07:00
caps Bug 1328964 - part 2 - WorkletThread r=baku 2018-04-12 15:14:48 +12:00
chrome Bug 1448162 - Remove all XUL overlay tests. r=Gijs 2018-03-22 16:21:26 -07:00
config Merge inbound to mozilla-central. a=merge 2018-04-20 01:29:10 +03:00
db Bug 1453193 - Upgrade to SQLite 3.23.1. r=mak 2018-04-11 09:04:00 -04:00
devtools Backed out changeset 0ffcaeada9fc (bug 1454045) for devtools failures on browser_rules_edit-value-after-name_04.js on a CLOSED TREE 2018-04-20 18:14:32 +03:00
docshell Merge inbound to mozilla-central. a=merge 2018-04-18 00:52:25 +03:00
dom Bug 1448757 part 3 - Remove nsDOMWindowUtils::GetAnimationTypeForLonghand and nsStyleAnimType. r=hiro 2018-04-20 14:38:46 +10:00
editor Bug 1454945 - Get rid of nsIEditor.suppressDispatchingInputEvent since nobody uses it from JS r=m_kato 2018-04-18 22:57:41 +09:00
embedding Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian 2018-01-29 15:20:18 -08:00
extensions Bug 1453517 - Remove nsPopupWindowManager and related XPCOM bits; r=bz 2018-04-11 16:16:13 -07:00
gfx Bug 1455285 - In MoveScrollbarForLayerMargin(), move the actual scrollbar thumb layer, not the scrollbar container layer. r=kats 2018-04-19 15:58:44 -04:00
gradle/wrapper Bug 1411654 - Part 1: Upgrade to Android-Gradle 3.0+ and build-tools;26.0.2. r=maliu 2017-10-26 11:00:36 -07:00
hal Bug 1447873 - Remove Time API backend in hal. r=gsvelto 2018-03-22 10:46:42 +09:00
image Bug 1450015. Enable blob invalidation by default. r=gankro 2018-04-17 21:20:51 -04:00
intl Bug 1454573 - Update languageNames.properties with missing locales: crh, mai, meh, mix r=m_kato 2018-04-19 11:50:19 +02:00
ipc Bug 1447867 - Replace base::SharedMemory POSIX backend with shm_open and ashmem. r=froydnj 2018-04-12 21:37:38 -06:00
js Backed out changeset d1bcd80c9a73 (bug 1455593) for spidermonkey failures on testBinASTReader.cpp:235 on a CLOSED TREE 2018-04-20 18:13:52 +03:00
layout Bug 1448757 part 3 - Remove nsDOMWindowUtils::GetAnimationTypeForLonghand and nsStyleAnimType. r=hiro 2018-04-20 14:38:46 +10:00
media Bug 1444976 - Trace some initial real-time media stuff. r=pehrsons 2018-04-12 17:51:35 +02:00
memory Bug 1445601 - Stop using LoadLibraryA in replace_malloc. r=glandium 2018-03-25 13:12:03 +09:00
mfbt Bug 1454052 - make MakeScopeExit a MOZ_MUST_USE function; r=gerald 2018-04-18 12:14:18 -04:00
mobile Backed out changeset 9dece6b7a594 (bug 1445798) for permafailing on Android lint. a=backout 2018-04-20 01:50:10 +03:00
modules Bug 1455115 - Enable parallel parsing. r=me 2018-04-19 18:10:18 -07:00
mozglue Bug 1450793 - Don't assume 4k page size r=glandium 2018-04-13 08:46:35 -05:00
netwerk Bug 1439632 - Make sure password is always empty after calling SetPassword(EmptyCString()) on a URI r=mayhemer 2018-04-14 00:10:40 +02:00
nsprpub Bug 1432480, land NSPR_4_19_RTM, no code changes, only version numbers. Require version 4.19 for building. r=me 2018-03-05 17:05:18 +01:00
other-licenses Bug 1448483 Remove reference and use of ssize_t in CityHash to avoid conflicting definitions in MinGW x64 r=froydnj 2018-03-23 16:27:49 -05:00
parser Bug 1452183 part 4. Remove nsIDOMDocumentFragment. r=mccr8 2018-04-17 21:13:03 -04:00
python Bug 1410424 - [mozbuild] Add a 'quiet' argument to VirtualenvManager.install_pip_requirements r=mshal 2018-04-06 10:23:49 -04:00
rdf Backed out 4 changesets (bug 525063) on request from Andi. a=backout 2018-04-13 16:01:28 +03:00
security Bug 1439057 - Tighten /dev/shm access in Linux content sandbox policy. r=froydnj,gcp 2018-04-12 23:48:16 -06:00
services Bug 1455292 - Avoid verification for verified Firefox Accounts in TPS; r=tcsc 2018-04-19 14:25:28 +01:00
servo Bug 1454830 part 3 - Add CAN_ANIMATE_ON_COMPOSITOR in Servo side and propagate it to ServoCSSPropList.h. r=emilio 2018-04-20 20:32:57 +10:00
startupcache Bug 1439047 - Part 2: Cleanup StartupCache::PutBuffer hashtable usage. r=froydnj 2018-02-16 15:58:30 -08:00
storage Backed out 4 changesets (bug 525063) on request from Andi. a=backout 2018-04-13 16:01:28 +03:00
taskcluster Bug 1410424 - [docs] Support live reloading with |mach doc| r=mshal 2018-04-06 10:52:56 -04:00
testing Bug 1454682 - Update mergeday configuration for the new esr60 branch r=rail 2018-04-17 17:37:50 +02:00
third_party Bug 1452603 - Update Cargo lockfiles and re-vendor rust dependencies. r=jrmuizel 2018-04-12 11:06:59 -04:00
toolkit Bug 1455073 - Clarify the types of the metadata field values in the crash ping documentation; r=frank 2018-04-20 17:16:41 +02:00
tools Bug 1410424 - [docs] Support live reloading with |mach doc| r=mshal 2018-04-06 10:52:56 -04:00
uriloader Backed out 4 changesets (bug 525063) on request from Andi. a=backout 2018-04-13 16:01:28 +03:00
view Bug 1451098 Part 2: Update nsView::DoResetWidgetBounds to check for empty rects returned from CalcWidgetBounds(). r=bz 2018-04-03 12:27:02 -07:00
widget Merge inbound to mozilla-central. a=merge 2018-04-19 12:53:30 +03:00
xpcom Bug 1454052 - make MakeScopeExit a MOZ_MUST_USE function; r=gerald 2018-04-18 12:14:18 -04:00
xpfe Bug 1454631 - Remove nsIXULBrowserWindow::forceInitialBrowserRemote. r=mconley 2018-04-17 16:04:10 +02:00
.arcconfig Bug 1424950: Add missing repository.callsign to .arcconfig. r=dkl 2017-12-13 15:38:18 +01:00
.clang-format Bug 1414764 - Remove Mozilla specific options to avoid build warnings with gcc and -Wcomment enabled. r=sylvestre 2017-11-06 11:47:40 +02:00
.clang-format-ignore Bug 1449244 Remove SphinxBase r=drno 2018-03-27 12:04:10 -05:00
.cron.yml Bug 1453703 Reschedule periodic file updates r=Callek 2018-04-13 14:27:30 +01:00
.eslintignore Bug 1453381 - Enable eslint for Marionette xpcshell tests. r=whimboo 2018-04-11 20:27:49 +01:00
.eslintrc.js Bug 1434446 - Enable no-unused-vars for global scope on jsm files in browser/. r=mossop 2018-03-01 20:06:06 +00:00
.flake8 Bug 1436802 - [lint] Add some tests for the flake8 linter integration r=andi 2018-03-22 17:24:15 -04:00
.gdbinit
.gdbinit_python
.gitignore Bug 1439727 - Ignore third_party/python/psutil/tmp/ in VCS; r=nalexander 2018-03-07 08:59:48 -08:00
.hgignore Bug 1454466 - Move raptor in-tree; r=ahal 2018-04-16 17:15:38 -04:00
.hgtags No bug - Tagging mozilla-central fdd1a0082c71673239fc2f3a6a93de889c07a1be with FIREFOX_NIGHTLY_60_END a=release DONTBUILD CLOSED TREE 2018-03-12 13:18:08 +00:00
.inferconfig
.lldbinit
.mailmap NO BUG - Use ato's new address. r=me 2018-02-26 15:59:29 +00:00
.taskcluster.yml Backed out changeset 3ff8ce674396 (bug 1447460) on request of tomprince a=backout 2018-04-03 18:30:58 +03:00
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle Bug 1447734 - Specify Google Play Services library version in Gradle r=nalexander 2018-03-22 14:35:38 -05:00
Cargo.lock Bug 1445067 - P3: Update rust crates. r=kinetik 2018-04-18 13:50:20 +10:00
Cargo.toml Bug 1452603 - Update Cargo stuff for the serde bump. r=jrmuizel 2018-04-12 11:05:18 -04:00
client.mk Bug 1444745 - Part 1: Clear out xptinfo and typelib to make way for the this patch, r=mccr8 2018-04-17 19:20:50 -04:00
client.py
CLOBBER Bug 1453317 - Update VS2017 used in automation to version 15.6.6. r=froydnj 2018-04-11 09:24:02 -04:00
configure.in
configure.py
GNUmakefile
gradle.properties Bug 1453413 - Use aapt2 to build Firefox for Android. r=mcomella 2018-04-11 09:59:22 -07:00
gradlew
LEGAL
LICENSE
mach
Makefile.in Bug 1451530 - Pass the current topobjdir to our Tup invocation. r=mshal 2018-04-04 15:13:13 -07:00
moz.build Bug 1445763 - Update moz.build meta data with "Firefox Build System". r=froydnj 2018-03-14 21:44:46 +01:00
moz.configure Bug 1435424 - Remove doxygen support from the build system. r=gps 2018-02-02 14:24:18 -08:00
mozilla-config.h.in Bug 1431803 Turn __try into if(true) and __except into else in the chromium sandbox code r=bobowen,glandium 2018-01-22 12:18:51 -06:00
npm-shrinkwrap.json Bug 1428414 - Support saving credit card changes in the Payment Request dialog. r=jaws 2018-04-03 14:06:21 -04:00
old-configure.in Bug 1453193 - Upgrade to SQLite 3.23.1. r=mak 2018-04-11 09:04:00 -04:00
package.json Bug 1443093 - Update eslint-plugin-no-unsanitized to 3.0.0 / eslint to 4.18.2. r=mossop 2018-03-05 10:34:38 +00:00
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.]

You can download nightly development builds from the Mozilla FTP server.
Keep in mind that nightly builds, which are used by Mozilla developers for
testing, may be buggy. Firefox nightlies, for example, can be found at:

    https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
            - or -
    https://nightly.mozilla.org/