diff options
author | Timo Tijhof <krinkle@fastmail.com> | 2024-11-18 14:12:37 +0000 |
---|---|---|
committer | D3r1ck01 <dalangi-ctr@wikimedia.org> | 2024-11-18 20:21:41 +0000 |
commit | ca3044dd0af6a6edb6bd57189a3ebbb620f7389a (patch) | |
tree | b35e3f7cb8d5c153663101ae4eeae191f529a7af /mw-config | |
parent | a4dc5cf4549ea7688fcea4ae51b02cee6255c4a5 (diff) | |
download | mediawikicore-ca3044dd0af6a6edb6bd57189a3ebbb620f7389a.tar.gz mediawikicore-ca3044dd0af6a6edb6bd57189a3ebbb620f7389a.zip |
ResourceLoader: Remove unused 'thisValue' from mw.trackSubscribe
This exposed the internal queue structure, which thus means that
future changes to this structure are noticable through the public
interface (mw.trackSubscribe callbacks). Those callbacks could rely
on the presence of a specific property, or perhaps modify or merge
it with something else, and thus also rely on the absence of certain
properties that they added themselves before or after that merge.
Avoid this by removing support for it.
It was introduced in 2013 with I8c7af097e6 (873b60f194), but never
used:
https://codesearch.wmcloud.org/deployed/?q=mw.trackSubscribe%7Cthis%5C.topic%5Cb&files=js%24&excludeFiles=test%7Cnode_modules
Change-Id: I2d9bc9b7228ab5f2df2160181f41c40cce8f42b6
Diffstat (limited to 'mw-config')
0 files changed, 0 insertions, 0 deletions