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
Перейти к файлу
Jan Henning f9183caf54 Bug 1338088 - Capture the scroll position for DOMTitleChanged events after the initial page load sequence. r=ahunt
onTabLoad() means we've potentially navigated to a new page, in which case any auxiliary tab data we keep around for the currently loaded page only (form input data, scroll position) would be invalidated and shouldn't be preserved.

Since onTabLoad() can however also be triggered if e.g. just the tab title changed (an additional DOMTitleChanged event), we shouldn't throw away the old data without replacing it with the current state, though. We already do this for the form input data - we need to do it for the scroll position as well.

MozReview-Commit-ID: HG7g6L7htDG

--HG--
extra : rebase_source : 1f7aab26002ee71237dd0a48b872298b39ca7f13
2017-02-11 15:36:17 +01:00
.cargo Bug 1277338 - Part 1: Turn js/src into the mozjs-sys crate; r=sfink 2016-10-13 16:12:42 -07:00
accessible Bug 1206711 - pass emulated window proxy to doc accessible child to be used as parent IAccessible for top level documents. r=tbsaunde 2017-02-10 08:11:29 -05:00
addon-sdk Bug 1336311 - Change code comments with http://hg.mozilla.org to https://. r=gps 2017-02-07 17:52:56 +01:00
b2g Bug 1338311 - Update builders to rust 1.15.1. r=mshal 2017-02-09 14:43:26 -08:00
browser Merge m-c to autoland, a=merge 2017-02-10 15:40:01 -08:00
build Bug 1337153 - Require rust 1.15.1. r=Ehsan 2017-02-09 09:38:48 -08:00
caps Bug 1308640 bypass TP when addon has explicit permission to url, r=bz,kmag,mrbkap 2017-02-09 21:08:06 -08:00
chrome merge mozilla-inbound to mozilla-central a=merge 2017-02-03 13:25:24 +01:00
config Bug 1337895 - Make the pkg-config rust crate happy when cross-compiling. r=froydnj 2017-02-08 14:13:50 -05:00
db/sqlite3 Bug 1328161 - Upgrade to SQLite 3.16.2. r=mak 2017-01-06 10:08:51 -05:00
devtools Bug 1336383 - Implement RequestsList component r=Honza 2017-01-31 12:19:31 +08:00
docshell Merge mozilla-central to mozilla-inbound 2017-02-09 11:38:08 +01:00
dom Bug 1336792 - part 3: release outputs not sent for rendering. r=jya 2017-02-10 16:47:20 +08:00
editor merge mozilla-inbound to mozilla-central a=merge 2017-02-09 16:04:14 +01:00
embedding Bug 1332392 - embedding/* should have BUG_COMPONENTS specified in moz.build files. r=ted 2017-02-06 09:45:58 -05:00
extensions Bug 1338254 - Remove legacy generator from extensions/spellcheck/hunspell/tests/. r=ehsan 2017-02-11 01:53:24 +09:00
gfx Bug 1305890 - Part 3: Change OpenVR and Oculus Touch gamepad id; r=kip 2017-02-10 15:13:44 +08:00
gradle/wrapper Bug 1300094 - Update Gradle to 2.14.1 and Gradle Plugin to 2.1.3 r=sebastian 2016-09-22 14:31:01 -07:00
hal Bug 1324428 - Simplified preallocated process manager. r=billm 2017-02-01 13:34:24 +01:00
image Merge m-c to graphics 2017-02-10 13:57:53 -05:00
intl merge mozilla-inbound to mozilla-central a=merge 2017-02-07 14:08:46 +01:00
ipc Merge inbound to central, a=merge 2017-02-10 15:23:33 -08:00
js Merge m-c to autoland, a=merge 2017-02-10 15:40:01 -08:00
layout Bug 1338762 - stylo: Disable a failing crashtest. r=bholley 2017-02-11 16:38:09 +08:00
media Backed out changeset 34d05a052148 (bug 1300665) for failures in test_peerConnection_simulcastOffer.html 2017-02-09 20:57:58 -08:00
memory Bug 1333826 - Remove SDK_FILES, SDK_LIBRARY, and related is_sdk support in the build goop, r=mshal 2017-01-30 11:24:10 -05:00
mfbt Bug 1318677 part 3 - mozilla::Result: Add a new packing strategy to pack small enumerated values in a single word. r=Waldo 2017-02-07 18:57:43 +00:00
mobile Bug 1338088 - Capture the scroll position for DOMTitleChanged events after the initial page load sequence. r=ahunt 2017-02-11 15:36:17 +01:00
modules Merge autoland to central, a=merge 2017-02-10 14:32:26 -08:00
mozglue Bug 1312086 - part 3 - move js::{Mutex,ConditionVariable}Impl to mozglue; r=fitzgen,glandium 2017-02-08 20:52:55 -05:00
netwerk Merge inbound to central, a=merge 2017-02-10 15:23:33 -08:00
nsprpub Bug 1331810: enable sending of 0 size UDP packets in NSPR. r=ted 2017-01-18 11:50:12 -08:00
other-licenses Bug 1324617 - Allow any of multiple installations to be set as the Windows default browser; r=jimm,rstrong 2017-01-09 08:14:00 -08:00
parser Bug 1336311 - Change code comments with http://hg.mozilla.org to https://. r=gps 2017-02-07 17:52:56 +01:00
probes
python Bug 1337153 - Require rust 1.15.1. r=Ehsan 2017-02-09 09:38:48 -08:00
rdf Bug 1276669 - part 4 - initialize RDF atoms in nsLayoutStatics; r=Pike 2017-01-26 15:43:39 -05:00
release/docker bug 1314574 replace sys.path with site.addsitedir so that .pth files are processed. r=rail a=release DONTBUILD 2016-11-02 10:43:57 +00:00
security Merge autoland to central, a=merge 2017-02-10 14:32:26 -08:00
services Bug 1338668 - Ignore tag query folder IDs when comparing client and server bookmark records. r=tcsc 2017-02-10 15:03:34 -08:00
servo servo: Merge #15511 - Fix fmt::Display vs fmt::Debug URL (from r3c0d3x:patch-1); r=Wafflespeanut 2017-02-11 09:36:43 -08:00
startupcache Bug 1334796 : Removes redundant return statement in void function r=froydnj 2017-01-29 06:25:51 +05:30
storage Bug 1335983 - Migrate nsCollation::CreateCollection to use LocaleService::GetAppLocale. r=jfkthame 2017-02-07 12:52:03 -08:00
taskcluster Bug 1336607 - Fix lint failure on a CLOSED TREE; a=¯\_(ツ)_/¯ 2017-02-10 17:23:14 -08:00
testing Bug 1336776 - Log more useful error messages if MOZ_NODE_PATH or MOZHTTP2_PORT environment variables are not set correctly. r=nwgh 2017-02-04 16:21:58 -08:00
third_party/rust Bug 1336607 - Update vendored Rust sources to include geckolib dependencies; r=froydnj 2017-02-10 12:19:18 -08:00
toolkit Bug 1336607 - Remove dummy geckolib and taskgraph filter; r=froydnj 2017-02-03 16:23:14 -08:00
tools merge mozilla-inbound to mozilla-central a=merge 2017-02-10 13:49:56 +01:00
uriloader Merge mozilla-central to mozilla-inbound 2017-02-09 11:38:08 +01:00
view Bug 1334735 - Part 1: Move need style/flush flags from document to pres shell. r=bz 2017-02-10 10:42:27 +08:00
widget Merge inbound to central, a=merge 2017-02-10 15:23:33 -08:00
xpcom merge mozilla-inbound to mozilla-central a=merge 2017-02-07 14:08:46 +01:00
xpfe Bug 1336230 - Rename macsuppressanimation and CHROME_MAC_SUPPRESS_ANIMATION to be platform agnostic. r=jimm 2017-02-03 16:04:33 -05:00
.clang-format Bug 1322321 - Update the clang format file to match more our coding style r=ehsan 2016-12-06 17:43:17 -10:00
.clang-format-ignore Bug 1332797 - Move mfbt/double-conversion source files into a new source/ subdirectory, to segregate upstream files from update.sh and our local patches. r=froydnj 2017-01-23 15:11:50 -08:00
.clang-tidy Bug 1319396 - Update the list of checkers in the .clang-tidy file r=Ehsan 2016-11-22 12:30:19 +01:00
.cron.yml Bug 1338152 - Use cron.yml for taskcluster nightlies. r=dustin 2017-02-09 09:43:56 -05:00
.eslintignore Bug 1330006 - Land and enable self-hosted JS eslint plugin. r=till,mossop 2017-02-07 21:58:21 +01:00
.eslintrc.js Bug 1334831 - add an eslint rule to report usage of .parentNode.removeChild when .remove() could be used instead, r=jaws. 2017-01-30 08:10:18 +01:00
.flake8 Bug 1321956 - Disable flake8 check for 'visually indented line with same indent as next logical line', r=ahal 2016-12-08 09:53:21 -10:00
.gdbinit Bug 1317802 - don't stop for SIGSYS in .gdbinit; r=jld 2016-11-16 01:13:22 -05:00
.gdbinit_python
.gitignore Bug 1301790 - Bundle codemirror into a single script;r=gl 2016-09-11 09:38:51 -07:00
.hgignore NO BUG - Add subinclude:servo/.hgignore to root .hgignore 2017-02-08 11:41:52 -08:00
.hgtags No bug - Tagging mozilla-central f80dc9fc34680105b714a49b4704bb843f5f7004 with FIREFOX_AURORA_53_BASE a=release DONTBUILD CLOSED TREE 2017-01-23 15:31:28 +00:00
.lldbinit
.taskcluster.yml Bug 1334810: temporarily revert {{owner}}; r=garndt 2017-02-07 16:18:19 +00:00
.ycm_extra_conf.py
AUTHORS Bug 1302763 - Move docker images out of testing/docker into taskcluster/docker; r=dustin r=CuriousLearner 2016-10-20 18:25:34 +05:30
Android.mk
CLOBBER Bug 1337233 - Part 2: Update cross-compile OS X builds to clang 3.9; r=froydnj 2017-02-08 09:48:28 -05:00
GNUmakefile
LEGAL
LICENSE
Makefile.in Bug 1331663 - Allow build backend generation to be invoked without config.status; r=gps 2017-01-25 19:09:13 -05:00
README.txt
aclocal.m4 Bug 1262155 - Use moz.build instead of libffi's build system. r=ted,glandium 2016-08-08 16:58:54 -07:00
build.gradle Bug 1318823 - Use com.getkeepsafe.dexcount in Gradle builds. r=sebastian 2016-11-18 18:28:58 -08:00
client.mk Bug 1317778 - Emit a depfile with python configure dependencies so Make will know when to re-run configure. r=glandium 2016-12-02 10:05:57 -08:00
client.py
configure.in
configure.py Bug 1316140 - Allow use of multiprocessing from config.status on windows. r=mshal 2016-12-21 16:28:28 -08:00
git Bug 1335050 - Allow customization of object rep's title generation. r=Honza 2017-02-08 10:49:14 -05:00
gradle.properties
gradlew
mach Bug 1316140 - Allow use of multiprocessing from config.status on windows. r=mshal 2016-12-21 16:28:28 -08:00
moz.build bug 1295937 - build NSS using gyp files. r=glandium 2016-11-09 12:37:09 -05:00
moz.configure Bug 1197325 - Remove now unused genisoimage. r=ted 2017-02-02 10:10:27 -05:00
mozilla-config.h.in
old-configure.in Bug 1334268 - Fix regex escaping in js/src/old-configure. r=glandium 2017-02-02 21:49:00 +01:00
settings.gradle Bug 1291363 - Add geckoview and geckoview_example Gradle projects. r=jchen,sebastian 2016-10-05 20:23:38 -07: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:

    http://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:

    http://developer.mozilla.org/en/docs/Creating_a_patch
    http://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 http://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 -
    http://nightly.mozilla.org/