- Aug 04, 2022
-
-
André Bargull authored
Differential Revision: https://phabricator.services.mozilla.com/D153263
-
- Jul 29, 2022
-
-
André Bargull authored
The shell module loader was rewritten to C++ in bug 1637529. "jsrtfuzzing-example.js" was changed to appease prettier, now that it's enabled. Differential Revision: https://phabricator.services.mozilla.com/D153151
-
- Jan 27, 2021
-
-
Nick Alexander authored
There are some complications here to handle unpackaged and packaged builds. In addition, there could be a difference between App prefs and GRE prefs. Since the underlying backgroundtasks code is built as part of Gecko (i.e., `toolkit/...` rather than `browser/...`) I have favoured GRE prefs. I think, however, that what is written will work for App-specific prefs, but I'm not concerned with that detail at this time. This also add tests for backgroundtask-specific prefs, which are structured as both xpcshell and mochitest-chrome tests because locally, the former tests unpackaged builds and the latter can accommodate testing packaged builds. We could use mochitest-chrome for both, but this has been pleasant to work with locally. Differential Revision: https://phabricator.services.mozilla.com/D97510
-
Butkovits Atila authored
Backed out 8 changesets (bug 1679440, bug 1682069, bug 1667276) for causing failure on test_crash_backgroundtask_moz_crash.js. CLOSED TREE Backed out changeset f06504e3219f (bug 1682069) Backed out changeset 4d325f68ea24 (bug 1679440) Backed out changeset 9ab334e527a5 (bug 1667276) Backed out changeset 1c8d51d2c90f (bug 1667276) Backed out changeset 8d6f10d83c6b (bug 1667276) Backed out changeset 62488ec634f9 (bug 1667276) Backed out changeset 1dcb2d1be264 (bug 1667276) Backed out changeset c673fff5bd85 (bug 1667276)
-
Nick Alexander authored
There are some complications here to handle unpackaged and packaged builds. In addition, there could be a difference between App prefs and GRE prefs. Since the underlying backgroundtasks code is built as part of Gecko (i.e., `toolkit/...` rather than `browser/...`) I have favoured GRE prefs. I think, however, that what is written will work for App-specific prefs, but I'm not concerned with that detail at this time. This also add tests for backgroundtask-specific prefs, which are structured as both xpcshell and mochitest-chrome tests because locally, the former tests unpackaged builds and the latter can accommodate testing packaged builds. We could use mochitest-chrome for both, but this has been pleasant to work with locally. Differential Revision: https://phabricator.services.mozilla.com/D97510
-
- Jan 26, 2021
-
-
Csoregi Natalia authored
Backed out 8 changesets (bug 1679440, bug 1682069, bug 1667276) for causing failures on browser_all_files_referenced.js. CLOSED TREE Backed out changeset f1a65c9b3ca2 (bug 1682069) Backed out changeset 310d2116faf7 (bug 1679440) Backed out changeset f970ef0897cd (bug 1667276) Backed out changeset 38c20196aabc (bug 1667276) Backed out changeset 60c2f2dbc676 (bug 1667276) Backed out changeset cf52687c4433 (bug 1667276) Backed out changeset 74580a0f2633 (bug 1667276) Backed out changeset ab6f830f6e75 (bug 1667276)
-
- Jan 25, 2021
-
-
Nick Alexander authored
There are some complications here to handle unpackaged and packaged builds. In addition, there could be a difference between App prefs and GRE prefs. Since the underlying backgroundtasks code is built as part of Gecko (i.e., `toolkit/...` rather than `browser/...`) I have favoured GRE prefs. I think, however, that what is written will work for App-specific prefs, but I'm not concerned with that detail at this time. This also add tests for backgroundtask-specific prefs, which are structured as both xpcshell and mochitest-chrome tests because locally, the former tests unpackaged builds and the latter can accommodate testing packaged builds. We could use mochitest-chrome for both, but this has been pleasant to work with locally. Differential Revision: https://phabricator.services.mozilla.com/D97510
-
- Jan 24, 2020
-
-
Luca Greco authored
Bug 1609671 - Inspect binding should try to get the sourcemapped location while inspecting a function. r=jdescottes,vporof Differential Revision: https://phabricator.services.mozilla.com/D60138 --HG-- extra : moz-landing-system : lando
-
- Jan 03, 2020
-
-
Julian Descottes authored
It seems that the recommended Prettier extension for VSCode automatically formats CSS. I guess this is also true for any editor extension that formats on save. However ./mach lint is not checking CSS formatting issues, and we have not auto-formatted CSS files in the tree. This can lead to unexpected formatting changes for developers using VSCode. Differential Revision: https://phabricator.services.mozilla.com/D58593 --HG-- extra : moz-landing-system : lando
-
- Aug 26, 2019
-
-
Nicholas Nethercote authored
This makes prefs definition simpler, more consistent, and less error-prone. Differential Revision: https://phabricator.services.mozilla.com/D41145 --HG-- extra : moz-landing-system : lando
-
- Aug 13, 2019
-
-
Nicholas Nethercote authored
This makes prefs definition simpler, more consistent, and less error-prone. Differential Revision: https://phabricator.services.mozilla.com/D41324 --HG-- extra : moz-landing-system : lando
-
Nicholas Nethercote authored
Differential Revision: https://phabricator.services.mozilla.com/D41151 --HG-- extra : moz-landing-system : lando
-
- Aug 11, 2019
-
-
Nicholas Nethercote authored
This makes prefs definition simpler, more consistent, and less error-prone. The patch also changes the form of the "not Android" condition to one used more widely in all.js. Differential Revision: https://phabricator.services.mozilla.com/D41299 --HG-- extra : moz-landing-system : lando
-
Nicholas Nethercote authored
This makes prefs definition simpler, more consistent, and less error-prone. Differential Revision: https://phabricator.services.mozilla.com/D41298 --HG-- extra : moz-landing-system : lando
-
- Aug 07, 2019
-
-
Nicholas Nethercote authored
security-prefs.js is #included into greprefs.js, but there's no good reason for it to be separate from all.js. Having it separate makes it easier to overlook, and all.js has a bunch of `security.*` prefs in it anyway. This patch inlines it into all.js. It inlines it at the start of the file to minimize the risk of the change, so that the prefs end up in greprefs.js in the same order as before. Differential Revision: https://phabricator.services.mozilla.com/D40919 --HG-- extra : moz-landing-system : lando
-
- Aug 09, 2019
-
-
Nicholas Nethercote authored
Differential Revision: https://phabricator.services.mozilla.com/D41323 --HG-- extra : moz-landing-system : lando
-
Nicholas Nethercote authored
Differential Revision: https://phabricator.services.mozilla.com/D41322 --HG-- extra : moz-landing-system : lando
-
- Aug 08, 2019
-
-
Nicholas Nethercote authored
This patch removes two entries: - devtools/client/netmonitor/launchpad.js: this file no longer exists. - devtools/client/webconsole/test/mocha-test-setup.js: this file is a proper JS file, not a prefs file. The patch also reformats mocha-test-setup.js. Differential Revision: https://phabricator.services.mozilla.com/D41150 --HG-- extra : moz-landing-system : lando
-
- Jul 05, 2019
-
-
Victor Porof authored
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D35894 --HG-- extra : source : 4722b924e08478f5337ab509718bd66906bf472f extra : amend_source : a5baa1aab21639fdba44537e3a10b179b0073cb4
-
Victor Porof authored
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D35891 --HG-- extra : source : d2dc183b9bf9086d4b862e0e9a0cfa0bf773193f
-
Victor Porof authored
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D35884 --HG-- extra : source : 60e4496cf9699dc59f2f4738cb60f87cbdb01e67
-
Victor Porof authored
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D35947 --HG-- extra : source : 8abd30d1e286593d4cbf60a389a4444902645530
-
Victor Porof authored
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D35945 --HG-- extra : source : c64ace0e98b196a9a392d54800159e327921bf99
-
Victor Porof authored
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D35944 --HG-- extra : source : 49c028f7fc5f40ecd36e5aae354d9a58d7a79435
-
Victor Porof authored
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D35943 --HG-- extra : source : 8692aedecb371e296a15dbab882cc7d927dd9521
-
Victor Porof authored
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D35942 --HG-- extra : source : 5dea4c57938db29579b142d06cec98f03eb5397d
-
Victor Porof authored
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D35940 --HG-- extra : source : d214f0c82813e5a8d3987debc490a2c11f1308ff
-
Victor Porof authored
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D36050 --HG-- extra : source : 2540803fff7587f65dd5d6253b6fb544647e5e20
-
Victor Porof authored
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D35962 --HG-- extra : source : c0948f31e520ca087279cf429ca5f1db5a8341b8
-
Victor Porof authored
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D35938 --HG-- extra : source : 469efde53a4fd604ffc7044779ce7cbad4576811
-
Victor Porof authored
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D35935 --HG-- extra : source : 77bfd37cea066708241ba39795e94f5ee4a06ff6
-
Victor Porof authored
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D35934 --HG-- extra : source : db0cd9b8cbe00c915610068876d16faba668da96
-
Victor Porof authored
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D35933 --HG-- extra : source : d3d5ef20b20fb63c70cec792e8f5ceb1f7358a69
-
Victor Porof authored
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D35930 --HG-- extra : source : 073567e8ded785e46382ba7e402d8da939a69d7b
-
Victor Porof authored
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D35928 --HG-- extra : source : 4e926f91b17c2b13cdaf13e017629286275dbc00
-
Victor Porof authored
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D35925 --HG-- extra : source : b793788d0f38244b33eb59ea36e2c6624dbd12c5
-
Victor Porof authored
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D35924 --HG-- extra : source : 30fd21f75333453e91397f0bbce90f5b7232dd61
-
Victor Porof authored
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D35923 --HG-- extra : source : 03ab20f6337a695a31afb301410182972e4195a9
-
Victor Porof authored
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D35922 --HG-- extra : source : 5bc60b290880e7825b6e3cc2b9d5a94e1f292cc4
-
Victor Porof authored
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D35921 --HG-- extra : source : 76f6b200e80dba5968e42a4519441f977282365a
-