Aaron Klotz
46909150aa
Bug 1359536: Fix incorrect ABI for js-ctypes declaration of GetVersionExW; r=mhowell
...
MozReview-Commit-ID: CyAnHFLwfrb
2017-04-25 12:29:20 -06:00
Robert Strong
768c4fb2e1
Bug 1357685 - Remove the remaining gonk code from application update. r=mhowell
...
The DWNLD_ERR_NO_PATCH_FILE (7) telemetry value for was removed for the UPDATE_DOWNLOAD_CODE_COMPLETE and UPDATE_DOWNLOAD_CODE_PARTIAL histograms since it was only needed for gonk
The FILESYSTEM_MOUNT_READWRITE_ERROR 43 error code for the updater was removed since it was only needed for gonk
The isOSUpdate and applyOsUpdate methods in nsIUpdateService.idl were removed since they were only needed for gonk
The remainder is general gonk code removal
2017-04-19 15:07:11 -07:00
Florian Queze
aca1103c68
Bug 1356569 - Remove appendElement's last parameter when it is false, r=jaws.
2017-04-14 21:51:39 +02:00
Florian Queze
d3c36892fa
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Sebastian Hengst
42670ceca0
Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout
2017-04-14 23:39:22 +02:00
Sebastian Hengst
4189eac09e
Backed out changeset e1f191aad863 (bug 1356569)
2017-04-14 23:39:17 +02:00
Florian Queze
6c119a88d3
Bug 1356569 - Remove appendElement's last parameter when it is false, r=jaws.
2017-04-14 21:51:39 +02:00
Florian Queze
9b4f73599f
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Doug Thayer
a5b27a8e9b
Bug 893505 - Simplify the application update UI r=chmanchester,enndeakin+6102,Gijs,rstrong
...
There's quite a few changes in here. At a high level, all we're trying to do
is to replace the old update popup with a less intrusive and more modern
doorhanger (set of doorhangers) for various update failure conditions.
MozReview-Commit-ID: 24sESMTosNX
2017-03-21 13:50:09 -07:00
Jim Porter
8c24212591
Bug 1346671 - Enable the no-useless-concat eslint rule in toolkit/ r=jaws
...
MozReview-Commit-ID: 1a422BiLEhK
2017-03-13 17:34:24 -05:00
Florian Quèze
c7eae86054
Bug 1344711 - script-generated patch to remove try blocks around get*Pref calls, r=jaws.
2017-03-07 15:29:48 +01:00
Jared Wein
0ec522d5b6
Bug 1331661 - Enable the 'quotes' rule for eslint and fix most of the errors with --fix. r=Gijs
...
MozReview-Commit-ID: 6tv0Z06CO4a
2017-01-17 09:48:17 -06:00
Florian Quèze
63de711857
Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws.
2017-01-17 11:50:25 +01:00
Florian Quèze
13cfe1d3f3
Bug 1329182 - remove trailing newURI null parameters in toolkit/, r=jaws.
2017-01-09 20:27:25 +01:00
Jared Wein
0c2dd4fa35
Bug 1329017 - Enable the no-useless-return rule for eslint and use eslint --fix to autofix the errors. r=standard8
...
MozReview-Commit-ID: 2MhpvzUDgtK
2017-01-06 12:09:28 -05:00
Jared Wein
242ab87626
Bug 1326511 - Enable brace-style and no-multi-spaces eslint rules for toolkit. r=MattN
...
MozReview-Commit-ID: FuVu8skcqOe
2016-12-30 21:47:25 -05:00
Jared Wein
e3149c378f
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 7E7LPorrEje
2016-12-29 18:34:54 -05:00
Wes Kocher
2d7553dcfd
Backed out 3 changesets (bug 1325464) for xpcshell failures a=backout
...
Backed out changeset 562ddc32cc21 (bug 1325464)
Backed out changeset cd10db6087dd (bug 1325464)
Backed out changeset 4079437c4648 (bug 1325464)
2016-12-29 14:05:44 -08:00
Jared Wein
34e228f767
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 8WoGr8i6oCR
2016-12-29 15:20:47 -05:00
Mark Banner
dc46a8fba3
Bug 1322343 - Enable no-unused-vars in the local scope in toolkit/.eslintrc.js. r=mossop
...
MozReview-Commit-ID: CiIsUjQzp4D
2016-11-09 22:06:32 +00:00
Patrick McManus
1889ab84d2
Bug 1321783 - Make updater be networking conservative r=dkeeler r=rstrong r=dragana
2016-12-02 16:49:23 -05:00
Dave Townsend
e7b1b3284f
Bug 1316882: Turn on space-before-function-paren eslint rule (toolkit). r=jaws
...
MozReview-Commit-ID: FGFwg6TYkvm
2016-11-11 15:22:34 -08:00
Robert Strong
8f46137d99
client code for Bug 1315506 - Remove app.update.url.override preference. r=mhowell
2016-11-11 12:58:47 -08:00
Robert Strong
8b747fbd81
client code for Bug 1315505 - Add min and max values to app update integer values configured by preferences as appropriate to prevent prefs from breaking app update. r=mhowell
2016-11-10 09:06:25 -08:00
Robert Strong
93e848dc5d
client code - Bug 1314476 - Fix numerous app update eslint errors. r=mhowell
2016-11-02 10:09:54 -07:00
Jared Wein
0c024fa9ca
Bug 1312486 - Enable no-extra-boolean-cast, no-new-object, no-shadow-restricted-names, and spaced-comment rules for eslint. r=standard8
...
MozReview-Commit-ID: 7Gx90a5y8t6
2016-10-24 13:14:19 -04:00
Eric Rahm
544eabdb4d
Bug 1311223 - Stop using nsISupportsArray for window args. r=froydnj
...
WindowWatcher allows for either nsIArray or nsISupports array to be passed in
for the arguments param. This converts all internal usage to nsIArray.
MozReview-Commit-ID: DQjtIkobik0
2016-10-19 16:23:57 -07:00
Robert Strong
89e4701b97
Client code for Bug 1309125 - Allow configuration of the download throttle via the update.xml. r=mhowell
2016-10-12 11:37:45 -07:00
Robert Strong
2a18682644
bug 1301288 - set post update values earlier in startup so Firefox post update actions can be performed. r=mhowell
2016-09-08 13:07:15 -07:00
Robert Strong
4d75fa139e
Bug 1299570 - Remove code for MozUpdater dir removals from the temp dir. r=mhowell
2016-08-31 17:23:39 -07:00
Robert Strong
7ee1f09c3e
bug 1296207 app update client code - Remove unused app update billboard capability. r=mhowell
2016-08-25 13:32:11 -07:00
Robert Strong
aea20ce551
Bug 1296097 - Use new XMLHttpRequest() instead of nsIXMLHttpRequest.
2016-08-18 12:03:38 -07:00
Robert Strong
af5128cef8
Bug 1182352 client code - Remove custom cert check code from app update. r=mhowell
2016-08-18 10:34:23 -07:00
Wes Kocher
bb3c3e2b8d
Merge m-c to inbound a=merge
2016-08-17 17:24:02 -07:00
Jared Wein
8860cdf2c1
Bug 1294547 - Enable the comma-spacing rule for eslint. r=felipe
...
MozReview-Commit-ID: RCSDEvvk2I
2016-08-16 15:44:15 -04:00
Wes Kocher
884240f673
Merge fx-team to central, a=merge
2016-08-15 14:49:11 -07:00
Jared Wein
99638e1465
Bug 1294621 - Enable the no-lonely-if rule for eslint. r=gijs
...
MozReview-Commit-ID: 8izEqc8IyCu
2016-08-12 11:50:35 -04:00
Robert Strong
6cfcdcdd0f
Bug 1295896 client code - Remove mock XMLHttpRequest from app update tests. r=mhowell
2016-08-17 13:30:53 -07:00
Robert Strong
2a38afcb1d
Bug 1287176 client code - Status file not written for staging errors. r=mhowell
2016-08-12 22:52:24 -07:00
Jared Wein
4518d81cb5
Bug 1292042 - Enable the keyword-spacing rule for eslint. Most of this patch was autogenerated by 'eslint --fix'. Files with .xml extension needed to be changed by hand due to limitations of custom plugin. r=markh
...
MozReview-Commit-ID: EMjJ3yWt9Wt
2016-08-04 03:28:58 -04:00
Jared Wein
ebf1ccbe46
Bug 1291855 - Enable the no-else-return rule for eslint. r=Felipe,kmag,mossop
...
MozReview-Commit-ID: DYOmE6xwMJh
2016-08-03 18:54:59 -04:00
Robert Strong
0048dba905
Bug 1278248 - On Mac, don't download complete mar file when cancelling elevation of a partial mar file on Mac. r=spohl
2016-07-14 09:55:02 -07:00
Robert Strong
7575206605
Bug 1285099 - STATE_PENDING_SVC is not defined in nsUpdateService.js after bug 394984 landed. r=spohl
2016-07-07 07:43:49 -07:00
Stephen A Pohl
0f34c52fa6
Bug 1272585: Start handling NS_ERROR_DOCUMENT_NOT_CACHED the same way as network offline in app update. r=mhowell
2016-06-27 15:02:58 -04:00
Robert Strong
5e5c76f9ac
Bug 1168743 - client changes - Only use env vars in the test updater and general app update cleanup. r=mhowell
2016-06-11 08:31:10 -07:00
Robert Strong
d52818cdf8
bug 1274487 - Remove 'Update Installed' code and user interface. r=mhowell
2016-05-25 00:09:49 -07:00
Stephen A Pohl
8387f93469
Bug 394984: Enable any admin user on OSX to update Firefox, front-end and updater changes. r=rstrong
2016-05-24 22:25:11 -04:00
Stephen A Pohl
283c1dce96
Bug 311614: Update tests. r=rstrong
2016-05-18 19:03:58 -04:00
Stephen A Pohl
5e74b82161
Bug 311614: Show update dialog in front of the browser window if one needs to be displayed after startup. r=rstrong
2016-05-18 19:03:54 -04:00
Robert Strong
7611a7547c
Bug 1268343 - Remove toast notifications from application update. r=mhowell
2016-04-29 10:01:31 -07:00