mediawiki-extensions-WikiEd.../modules
Roan Kattouw 418baf1efa Regenerate editingStatsId on unload
So that the ID isn't reused when the user uses the back button
to navigate back to an edit page.

It would be more natural to use pageshow for this, but that
event also fires on initial load. There is a .persisted property
that indicates whether the page was recycled, but that
property doesn't work in Chrome:
https://code.google.com/p/chromium/issues/detail?id=344507

Doing this from pagehide doesn't work either, because that
runs before unload (at least in Chrome) and causes the
abort event to be emitted with the new ID. So instead,
regenerate the ID in the unload handler after the
abort event has been sent.

Bug: T95919
Change-Id: I20a602a7896e75ffa116dcd2c137306ca84164b6
2015-04-21 01:01:41 +00:00
..
images Remove reference to magnify-clip.png 2015-01-07 10:19:35 +01:00
ext.wikiEditor.dialogs.js Peserve jQuery references to avoid conflicts 2013-11-06 23:34:46 +01:00
ext.wikiEditor.js Regenerate editingStatsId on unload 2015-04-21 01:01:41 +00:00
ext.wikiEditor.less Convert .css to .less 2015-03-09 21:24:23 -04:00
ext.wikiEditor.preview.js Peserve jQuery references to avoid conflicts 2013-11-06 23:34:46 +01:00
ext.wikiEditor.publish.js Peserve jQuery references to avoid conflicts 2013-11-06 23:34:46 +01:00
ext.wikiEditor.toolbar.hideSig.js Peserve jQuery references to avoid conflicts 2013-11-06 23:34:46 +01:00
ext.wikiEditor.toolbar.js Peserve jQuery references to avoid conflicts 2013-11-06 23:34:46 +01:00
ext.wikiEditor.toolbar.styles.less Convert .css to .less 2015-03-09 21:24:23 -04:00
jquery.wikiEditor.dialogs.config.js Escape messages 2015-03-28 23:42:47 +00:00
jquery.wikiEditor.dialogs.config.less Rework color definitions in LESS 2015-04-14 21:39:04 +00:00
jquery.wikiEditor.dialogs.js Apply coding conventions for JavaScript 2014-04-30 10:59:01 +00:00
jquery.wikiEditor.dialogs.less Rework color definitions in LESS 2015-04-14 21:39:04 +00:00
jquery.wikiEditor.html Style code 2015-03-14 15:49:04 +00:00
jquery.wikiEditor.js Try to unbreak WikiEditor modules 2015-04-07 19:51:58 +01:00
jquery.wikiEditor.less Rework color definitions in LESS 2015-04-14 21:39:04 +00:00
jquery.wikiEditor.preview.js Use mw.Api() instead of $.ajax() 2015-01-07 18:25:47 +00:00
jquery.wikiEditor.preview.less Rework color definitions in LESS 2015-04-14 21:39:04 +00:00
jquery.wikiEditor.publish.js Reformat the license warning only if available 2015-03-14 18:10:52 +00:00
jquery.wikiEditor.toolbar.config.js Move WikiEditor's special character data and messages out to core 2015-03-27 22:46:24 +00:00
jquery.wikiEditor.toolbar.js Merge "Move style from JavaScript to CSS" 2015-02-08 19:55:44 +00:00
jquery.wikiEditor.toolbar.less Rework color definitions in LESS 2015-04-14 21:39:04 +00:00