Kris Maglione
fd7e9e6a69
Bug 1456035: Part 4 - Convert callers of XPCOMUtils.generateQI to ChromeUtils.generateQI. r=mccr8
...
This also removes any redundant Ci.nsISupports elements in the interface
lists.
This was done using the following script:
acecb401b7/processors/chromeutils-generateQI.jsm
MozReview-Commit-ID: AIx10P8GpZY
2018-04-22 20:55:06 -07:00
Nika Layzell
3d4a532d9d
Bug 1434768 - Part 3: Rewrite JS consumers of .sessionHistory, r=bz
2018-04-10 17:49:45 -04:00
Florian Quèze
f1a55f73f8
Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8.
2018-02-23 20:50:01 +01:00
Andrew McCreight
272cee1e65
Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian
...
This patch was autogenerated by my decomponents.py
It covers almost every file with the extension js, jsm, html, py,
xhtml, or xul.
It removes blank lines after removed lines, when the removed lines are
preceded by either blank lines or the start of a new block. The "start
of a new block" is defined fairly hackily: either the line starts with
//, ends with */, ends with {, <![CDATA[, """ or '''. The first two
cover comments, the third one covers JS, the fourth covers JS embedded
in XUL, and the final two cover JS embedded in Python. This also
applies if the removed line was the first line of the file.
It covers the pattern matching cases like "var {classes: Cc,
interfaces: Ci, utils: Cu, results: Cr} = Components;". It'll remove
the entire thing if they are all either Ci, Cr, Cc or Cu, or it will
remove the appropriate ones and leave the residue behind. If there's
only one behind, then it will turn it into a normal, non-pattern
matching variable definition. (For instance, "const { classes: Cc,
Constructor: CC, interfaces: Ci, utils: Cu } = Components" becomes
"const CC = Components.Constructor".)
MozReview-Commit-ID: DeSHcClQ7cG
2018-02-06 09:36:57 -08:00
Kris Maglione
0bb74efdf1
Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
...
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm
MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Cosmin Sabou
f09d6d985d
Backed out 3 changesets (bug 1431533) for Android mochitest failures on testEventDispatcher on a CLOSED TREE
...
Backed out changeset a1eca62826a1 (bug 1431533 )
Backed out changeset 34c999fa006b (bug 1431533 )
Backed out changeset e2674287e57f (bug 1431533 )
2018-01-30 07:17:48 +02:00
Kris Maglione
fd67f090b2
Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
...
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm
MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Brindusan Cristian
483ba301cb
Backed out 2 changesets (bug 1431533) for ESlint failures on a CLOSED TREE
...
Backed out changeset 6e56f4c8843e (bug 1431533 )
Backed out changeset 12fc4dee861c (bug 1431533 )
2018-01-30 02:32:43 +02:00
Kris Maglione
683a97d172
Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
...
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm
MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Dan Banner
5af4450327
Bug 1408777 - Automatically fix instances of missing semicolons in the tree. r=Standard8
...
MozReview-Commit-ID: Jm8BRgt6mIv
2017-10-15 20:50:39 +01:00
Tim Taubert
5c1a30b131
Bug 1373672 - Part 1: Filter events from dynamic docShells in Gecko before they reach SessionStore event handlers r=smaug,mystor
2017-08-02 19:08:04 +02:00
Sebastian Hengst
3073215161
Backed out changeset e62c93a8c93b (bug 1373672) for bustage at nsSessionStoreUtils.cpp:21: bad implicit conversion constructor for 'DynamicFrameEventFilter, and e.g. eslint failures. r=backout on a CLOSED TREE
2017-08-01 12:39:21 +02:00
Tim Taubert
12284f3ab0
Bug 1373672 - Part 1: Filter events from dynamic docShells in Gecko before they reach SessionStore event handlers r=smaug,mystor
2017-07-21 14:57:30 +02:00
Tim Taubert
ebe9275441
Bug 1348816 - Remove PageStyle collection/restoration from SessionStore r=mikedeboer
2017-07-21 10:35:20 +02:00
Ehsan Akhgari
7636b9231e
Bug 1374892 - Implement nsISHistoryListener::OnLengthChanged/OnIndexChanged on the JS implementations to avoid generating silent exceptions when Gecko calls these functions; r=freesamael
2017-06-22 00:30:37 -04:00
Christoph Kerschbaumer
1acdc61a26
Bug 1361387 - Update callsites of loadURI() within browser/ to pass a triggeringPrincipal. r=gijs
2017-05-03 10:23:59 +02:00
Eugen Sawin
1f617c1192
Bug 1355542 - [2.0] Remove unused web progress callbacks and add missing progress filters. r=felipe
2017-04-13 23:20:17 +02:00
Mark Banner
e20b9ee0f3
Bug 1311347 - Enable eslint of browser/components/sessionstore/. Manual fixes. r=jaws
...
MozReview-Commit-ID: AupJNLZJ2Ye
2017-03-13 10:32:03 +00:00
Mark Banner
03b4896b94
Bug 1311347 - Enable eslint of browser/components/sessionstore/. Autofix changes. r=jaws
...
MozReview-Commit-ID: 5LKHbcmjSy
2017-03-10 19:51:20 +00:00
jordan9769
8212e38214
Bug 1311347 - Enable eslint of browser/components/sessionstore/. Initial changes by Sourav, updated by Standard8. r=jaws
...
MozReview-Commit-ID: 4RFxoV8SkIa
2016-10-28 02:48:50 +05:30
Jan Henning
8352e0a6df
Bug 1340828 - Part 1 - Move SessionHistory.jsm to toolkit. r=mikedeboer
...
We want to use this for Android, too. Once again, moving the file necessitates fixing a few ESLint errors that weren't yet checked for under the old directory.
MozReview-Commit-ID: IPxcizKwzAX
2017-02-18 20:54:09 +01:00
Christoph Kerschbaumer
81c125990e
Bug 1329032 - Extend loadURIWithOptions by a triggeringPrincipal. r=bz,gijs
2017-01-18 08:24:55 +01:00
Wes Kocher
aa51fd7f3a
Backed out 2 changesets (bug 1329032) for failures a=backout
...
Backed out changeset 16c4f0df527d (bug 1329032)
Backed out changeset 54f7bfe3ca11 (bug 1329032)
MozReview-Commit-ID: ChGyTdJvT8N
2017-01-17 14:08:10 -08:00
Christoph Kerschbaumer
1e6a940fa1
Bug 1329032 - Extend loadURIWithOptions by a triggeringPrincipal. r=bz,gijs
2017-01-17 21:52:01 +01:00
Thomas Nguyen
82e1caab63
Bug 1304623 - Create a pref to control the default referrer policy - part 3. r=bkelly
...
MozReview-Commit-ID: 1A6IHPeNYBQ
2017-01-05 11:29:56 +08:00
Geoff Brown
131dda1304
Bug 1313397 - Move browser/components/sessionstore/Utils.jsm to toolkit/modules; r=mikedeboer
2016-11-02 10:56:20 -06:00
Andrea Marchesini
7f7472a4fd
Bug 1271516 - Introducing nsIWebNavigation.setOriginAttributesBeforeLoading, r=smaug
2016-06-07 19:59:22 +02:00
Phil Ringnalda
732de24a7c
Back out 32d16086e85e (bug 1271516) for frequent ChromeUtils::IsOriginAttributesEqual assertin failures
...
CLOSED TREE
2016-06-06 21:07:42 -07:00
Andrea Marchesini
c151ac65b4
Bug 1271516 - Introducing nsIWebNavigation.setOriginAttributesBeforeLoading, r=smaug
2016-06-07 00:47:13 +02:00
Gijs Kruitbosch
7930f7544b
Bug 1266475 - don't re-load about:blank when we're remoteness-switching anyway, r=mconley
...
MozReview-Commit-ID: HwPrmjzCxHq
2016-04-21 17:55:42 +01:00
Mike Conley
a4f437808b
Backout patch for bug 1175267 (again) for causing bugs 1213650 and 1228179.
2015-11-26 10:07:27 -05:00
Dave Townsend
8bdbff7185
Bug 1175267: When a load redirected to a new process is cancelled restore the existing content. r=billm
2015-08-10 13:38:39 -07:00
Mike Conley
0b5b994ad2
Backout fix for bug 1175267 (76a433881e4b) for causing bug 1213650.
2015-11-18 12:20:29 -05:00
Dave Townsend
6eadea7b1e
Bug 1175267: When a load redirected to a new process is cancelled restore the existing content.
2015-08-10 13:38:39 -07:00
Neil Rashbrook
6714cfa0bc
Bug 1129957 - RemoteWebNavigation doesn't accept postdata or headers. r=Mossop
2015-07-09 12:18:11 -05:00
Tim Taubert
4c1bd152bd
Bug 1163745 - Properly support shistory purging for pending tabs r=Yoric
2015-06-10 14:53:07 +02:00
Tim Taubert
47f3ee4e66
Bug 1169892 - Avoid extra round-trip when a pending tab is reloaded r=billm
2015-05-30 10:13:52 +02:00
Tim Taubert
2332f34f19
Bug 1170226 - Restore correct shistory index when setting up pending tabs r=billm
2015-06-01 19:18:59 +02:00
Carsten "Tomcat" Book
b1f60a382d
Backed out changeset 8f9747fc7249 (bug 1129957) for e10s-bc1 test failures on a CLOSED TREE
2015-05-13 08:37:27 +02:00
Neil Rashbrook
d3c5866226
Bug 1129957 - RemoteWebNavigation doesn't accept postdata or headers. r=Mossop
2015-05-12 23:33:00 -03:00
Tim Taubert
93acaa0a0b
Bug 1161928 - Move epoch handling from ContentRestore.jsm to content-sessionStore.js r=billm
2015-05-06 11:55:20 +02:00
Bill McCloskey
a3692e60d2
Bug 1056443 - Use correct URL in location bar when switching processes (r=ttaubert)
2015-04-15 10:09:49 -07:00
Tim Taubert
4dec059e71
Bug 1143720 - Remove support for old FormData, PageStyle, and ScrollPosition formats r=smacleod
2015-03-16 17:17:43 +01:00
Alex Verstak
7ecbab6ff5
Bug 1113431 - Propagate referrer policy throughout the UI: command-click and context menu open link in new tab/window. r=gijskruitbosch
2015-03-04 23:29:55 -08:00
Tim Taubert
28251fdb40
Bug 1100223 - Make calling loadURI() on pending tabs work as expected by marking the tab as no longer pending and simply waiting for the restoration to finish r=billm
2015-02-24 11:29:36 -08:00
Tim Taubert
1230bfcc32
Bug 1114040 - Handle redirects and errors correctly in session store (r=ttaubert)
2015-01-23 10:49:10 +01:00
Eric Rahm
ef09860fd9
Bug 1112733 - Clear tabData storage after calling restore. r=billm
2014-12-19 14:10:43 -08:00
Dave Townsend
e5e7e96625
Bug 1093161: Fix load flags for new loads when transitioning from non-remote to remote processes. r=ttaubert
2014-11-06 11:04:59 -08:00
Dave Townsend
739b22a4e6
Bug 1075658: Make browser.loadURI synchronously update the browser remoteness. r=ttaubert
2014-10-29 13:26:14 -07:00
Birunthan Mohanathas
5a68dfde5b
Bug 1038458 - Part 6: Flatten browser/components/sessionstore/src/ directory. r=mak
2014-07-26 09:32:08 -07:00