Razvan Maries
10425eddfc
Backed out 7 changesets (bug 1658084, bug 1671983) for perma failures on browser_async_remove_tab.js and browser_e10s_chrome_process.js. CLOSED TREE
...
Backed out changeset 2e6309c1cdbd (bug 1658084 )
Backed out changeset 99aafd9304ef (bug 1671983)
Backed out changeset 80280b85280a (bug 1671983)
Backed out changeset 008db2659002 (bug 1671983)
Backed out changeset 32bd45c7fe3a (bug 1671983)
Backed out changeset 56e227e6580c (bug 1671983)
Backed out changeset a404f809f79d (bug 1671983)
2020-11-04 04:23:47 +02:00
Nika Layzell
5f9c85da95
Bug 1671983 - Part 4: Stop awaiting BrowserTestUtils.loadURI, r=annyG,remote-protocol-reviewers,extension-reviewers,preferences-reviewers,whimboo,zombie
...
This method only is async in order to allow callers to wait for a process switch
triggered by the call to `loadURI` to be finished before resolving. With
DocumentChannel, we should never trigger a process switch eagerly like this
again, so we don't need any of the async behaviour here anymore.
This part is largely mechanical changes to tests, removing the `await` calls on
`loadURI`, and a follow-up part will remove the actual async logic from
`BrowserTestUtils.loadURI`.
Differential Revision: https://phabricator.services.mozilla.com/D94641
2020-11-04 00:55:36 +00:00
Ricky Stewart
02a7b4ebdf
Bug 1654103: Standardize on Black for Python code in mozilla-central.
...
Allow-list all Python code in tree for use with the black linter, and re-format all code in-tree accordingly.
To produce this patch I did all of the following:
1. Make changes to tools/lint/black.yml to remove include: stanza and update list of source extensions.
2. Run ./mach lint --linter black --fix
3. Make some ad-hoc manual updates to python/mozbuild/mozbuild/test/configure/test_configure.py -- it has some hard-coded line numbers that the reformat breaks.
4. Make some ad-hoc manual updates to `testing/marionette/client/setup.py`, `testing/marionette/harness/setup.py`, and `testing/firefox-ui/harness/setup.py`, which have hard-coded regexes that break after the reformat.
5. Add a set of exclusions to black.yml. These will be deleted in a follow-up bug (1672023).
# ignore-this-changeset
Differential Revision: https://phabricator.services.mozilla.com/D94045
2020-10-26 18:34:53 +00:00
Bogdan Tara
da1098d4aa
Backed out 10 changesets (bug 1654103, bug 1672023, bug 1518999) for PanZoomControllerTest.touchEventForResult gv-junit failures CLOSED TREE
...
Backed out changeset ff3fb0b4a512 (bug 1672023)
Backed out changeset e7834b600201 (bug 1654103)
Backed out changeset 807893ca8069 (bug 1518999)
Backed out changeset 13e6b92440e9 (bug 1518999)
Backed out changeset 8b2ac5a6c98a (bug 1518999)
Backed out changeset 575748295752 (bug 1518999)
Backed out changeset 65f07ce7b39b (bug 1518999)
Backed out changeset 4bb80556158d (bug 1518999)
Backed out changeset 8ac8461d7bd7 (bug 1518999)
Backed out changeset e8ba13ee17f5 (bug 1518999)
2020-10-24 03:36:18 +03:00
Ricky Stewart
c0cea3b0fa
Bug 1654103: Standardize on Black for Python code in mozilla-central. r=remote-protocol-reviewers,marionette-reviewers,webdriver-reviewers,perftest-reviewers,devtools-backward-compat-reviewers,jgilbert,preferences-reviewers,sylvestre,maja_zf,webcompat-reviewers,denschub,ntim,whimboo,sparky
...
Allow-list all Python code in tree for use with the black linter, and re-format all code in-tree accordingly.
To produce this patch I did all of the following:
1. Make changes to tools/lint/black.yml to remove include: stanza and update list of source extensions.
2. Run ./mach lint --linter black --fix
3. Make some ad-hoc manual updates to python/mozbuild/mozbuild/test/configure/test_configure.py -- it has some hard-coded line numbers that the reformat breaks.
4. Make some ad-hoc manual updates to `testing/marionette/client/setup.py`, `testing/marionette/harness/setup.py`, and `testing/firefox-ui/harness/setup.py`, which have hard-coded regexes that break after the reformat.
5. Add a set of exclusions to black.yml. These will be deleted in a follow-up bug (1672023).
# ignore-this-changeset
Differential Revision: https://phabricator.services.mozilla.com/D94045
2020-10-23 20:40:42 +00:00
Dorel Luca
1ff59cb7a3
Backed out changeset 7558c8821a07 (bug 1654103) for multiple failures. CLOSED TREE
2020-10-22 03:51:06 +03:00
Ricky Stewart
50762dacab
Bug 1654103: Standardize on Black for Python code in mozilla-central. r=remote-protocol-reviewers,marionette-reviewers,webdriver-reviewers,perftest-reviewers,devtools-backward-compat-reviewers,jgilbert,preferences-reviewers,sylvestre,maja_zf,webcompat-reviewers,denschub,ntim,whimboo,sparky
...
Allow-list all Python code in tree for use with the black linter, and re-format all code in-tree accordingly.
To produce this patch I did all of the following:
1. Make changes to tools/lint/black.yml to remove include: stanza and update list of source extensions.
2. Run ./mach lint --linter black --fix
3. Make some ad-hoc manual updates to python/mozbuild/mozbuild/test/configure/test_configure.py -- it has some hard-coded line numbers that the reformat breaks.
4. Add a set of exclusions to black.yml. These will be deleted in a follow-up bug (1672023).
# ignore-this-changeset
Differential Revision: https://phabricator.services.mozilla.com/D94045
2020-10-21 21:27:27 +00:00
Joel Maher
bf60432278
Bug 1663160 - adjust browser_touchbar_searchrestrictions.js to skip waitForCondition if already met to avoid a timeout. r=harry
...
adjust browser_touchbar_searchrestrictions.js to skip waitForCondition if already met to avoid a timeout
Differential Revision: https://phabricator.services.mozilla.com/D93342
2020-10-13 15:12:57 +00:00
Harry Twyford
27650ea6ff
Bug 1657414 - Support search mode in the Touch Bar. r=adw
...
Differential Revision: https://phabricator.services.mozilla.com/D91077
2020-09-25 20:45:48 +00:00
Kris Maglione
b6be72f351
Bug 1649554: Part 1 - Move deprecated component registration helpers out of XPCOMUtils. r=mccr8,remote-protocol-reviewers,marionette-reviewers,perftest-reviewers,webcompat-reviewers,whimboo,twisniewski
...
Differential Revision: https://phabricator.services.mozilla.com/D81749
2020-07-10 23:58:30 +00:00
Kris Maglione
9d78661f88
Bug 1649221: Update ChromeUtils.generateQI callers to pass strings. r=mccr8,remote-protocol-reviewers,marionette-reviewers,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,preferences-reviewers,agi,whimboo,Bebe,twisniewski
...
Differential Revision: https://phabricator.services.mozilla.com/D81594
2020-07-10 23:58:28 +00:00
Gijs Kruitbosch
d523471eac
Bug 1644863 - fix trailing whitespace in browser/toolkit/devtools/mobile frontend code files, r=mossop,geckoview-reviewers,agi
...
Differential Revision: https://phabricator.services.mozilla.com/D79201
2020-06-17 22:40:53 +00:00
Harry Twyford
13d5301268
Bug 1641360 - Skip Touch Bar mochitests on non-Mac platforms. r=mikedeboer
...
Differential Revision: https://phabricator.services.mozilla.com/D77153
2020-06-03 11:23:21 +00:00
Harry Twyford
81fc12010b
Bug 1629966 - Remove Touch Bar telemetry. r=mikedeboer,chutten
...
Differential Revision: https://phabricator.services.mozilla.com/D70904
--HG--
extra : moz-landing-system : lando
2020-04-15 17:57:42 +00:00
Mark Banner
15cfe23b88
Bug 1620542 - Automatically fix ESLint errors in .eslintrc.js files. r=mossop
...
# ignore-this-changeset
Differential Revision: https://phabricator.services.mozilla.com/D65703
--HG--
extra : moz-landing-system : lando
2020-03-07 10:09:44 +00:00
Harry Twyford
fefbe03d0c
Bug 1616290 - Fix the inconsistent naming of the "Exit fullscreen" Touch Bar button. r=mikedeboer
...
Differential Revision: https://phabricator.services.mozilla.com/D64100
--HG--
extra : moz-landing-system : lando
2020-03-06 20:11:39 +00:00
Harry Twyford
b52b6dfb21
Bug 1608336 - Disable Touch Bar for non-chrome windows. r=mikedeboer
...
Differential Revision: https://phabricator.services.mozilla.com/D62259
--HG--
extra : moz-landing-system : lando
2020-02-11 09:49:11 +00:00
Harry Twyford
4cde91dd0c
Bug 1603321 - Replace Touch Bar "Search or enter address" button with an "Exit Fullscreen" button while in fullscreen. r=mikedeboer,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D57350
--HG--
extra : moz-landing-system : lando
2020-01-22 21:08:45 +00:00
Harry Twyford
30f020b398
Bug 1581555 - Allow dynamic location switching in the Touch Bar. r=spohl,mikedeboer
...
Differential Revision: https://phabricator.services.mozilla.com/D58463
--HG--
extra : moz-landing-system : lando
2020-01-06 18:03:21 +00:00
Ryan VanderMeulen
e01b63ab9f
Backed out changeset 83762a3e8989 (bug 1581555) for suspicion of causing bug 1607140.
...
--HG--
extra : rebase_source : dfbf0316e1b1f65038240264eb14915b2e7557bf
2020-01-06 12:59:04 -05:00
Harry Twyford
8de8ca3b0c
Bug 1581555 - Allow dynamic location switching in the Touch Bar. r=spohl,mikedeboer
...
Differential Revision: https://phabricator.services.mozilla.com/D58463
--HG--
extra : moz-landing-system : lando
2020-01-03 18:06:57 +00:00
harry
df31f5d57a
Bug 1600356 - Part 3 - Streamline Touch Bar image loading. r=spohl
...
Differential Revision: https://phabricator.services.mozilla.com/D55314
--HG--
extra : moz-landing-system : lando
2020-01-03 17:07:25 +00:00
Harry Twyford
e289e44879
Bug 1603573 - Remove context function from JS TouchBarInputs. r=mikedeboer
...
Differential Revision: https://phabricator.services.mozilla.com/D56998
--HG--
extra : moz-landing-system : lando
2019-12-12 22:09:59 +00:00
Harry Twyford
18e60cf3d0
Bug 1599265 - Resolve async issues in browser_touchbar_searchrestrictions.js. r=adw
...
Differential Revision: https://phabricator.services.mozilla.com/D54809
--HG--
extra : moz-landing-system : lando
2019-11-26 21:32:42 +00:00
Sylvestre Ledru
ba488cdc09
Bug 1598971 - codespell: Fix typos in the doc r=remote-protocol-reviewers,marionette-reviewers,webdriver-reviewers,ato
...
Depends on D54430
Differential Revision: https://phabricator.services.mozilla.com/D54431
--HG--
extra : moz-landing-system : lando
2019-11-25 10:06:12 +00:00
Harry Twyford
159f8202d3
Bug 1598655 - Touch Bar Search In feature should clear out the URL from the Urlbar. r=adw
...
Differential Revision: https://phabricator.services.mozilla.com/D54314
--HG--
extra : moz-landing-system : lando
2019-11-25 19:05:53 +00:00
Cosmin Sabou
9a6eadda59
Backed out changeset 3a7f5b6a794f (bug 1598655) for browser chrome facilures on browser_touchbar_searchrestrictions.js.
2019-11-23 07:21:22 +02:00
Harry Twyford
385546e831
Bug 1598655 - Touch Bar Search In feature should clear out the URL from the Urlbar. r=adw
...
Differential Revision: https://phabricator.services.mozilla.com/D54314
--HG--
extra : moz-landing-system : lando
2019-11-23 01:35:31 +00:00
harry
5ac5876ed5
Bug 1595082 - Ensure every Touch Bar input is updated at least once. r=mikedeboer,spohl
...
Differential Revision: https://phabricator.services.mozilla.com/D53176
--HG--
extra : moz-landing-system : lando
2019-11-19 19:19:24 +00:00
Dorel Luca
2fa16282db
Backed out 2 changesets (bug 1595082) for Browser-chrome failures on /touchbar/tests/browser/browser_touchbar_tests.js. CLOSED TREE
...
Backed out changeset 86d5143e79c8 (bug 1595082)
Backed out changeset 23bffe0e868d (bug 1595082)
2019-11-19 19:10:08 +02:00
Daniel Varga
31a7abd2a5
Bug 1595082 - fixing ESlint. On a CLOSED TREE
2019-11-19 18:04:13 +02:00
harry
bde6fc32f1
Bug 1595082 - Ensure every Touch Bar input is updated at least once. r=mikedeboer,spohl
...
Differential Revision: https://phabricator.services.mozilla.com/D53176
--HG--
extra : moz-landing-system : lando
2019-11-19 15:01:27 +00:00
Harry Twyford
120863db8c
Bug 1589135 - Add Touch Bar documentation. r=mikedeboer
...
Differential Revision: https://phabricator.services.mozilla.com/D49665
--HG--
extra : moz-landing-system : lando
2019-11-05 10:05:49 +00:00
Harry Twyford
aef57c4d86
Bug 1593953 - Make Touch Bar telemetry optional in execCommand. r=mikedeboer
...
Differential Revision: https://phabricator.services.mozilla.com/D51790
--HG--
extra : moz-landing-system : lando
2019-11-05 12:54:19 +00:00
harry
8b9e6c9faf
Bug 1593001 - Add more stringent Touch Bar null-checks. r=mikedeboer
...
Differential Revision: https://phabricator.services.mozilla.com/D51645
--HG--
extra : moz-landing-system : lando
2019-11-05 10:02:34 +00:00
harry
9b2a6d81ce
Bug 1588084 - Add null-checking to isUrlbarFocused to avoid crashes on window shutdown. r=mikedeboer
...
Differential Revision: https://phabricator.services.mozilla.com/D48966
--HG--
extra : moz-landing-system : lando
2019-10-11 13:35:04 +00:00
harry
bb242e5b57
Bug 1563351 - Insert search shortcuts into the Urlbar with Touch Bar buttons. r=adw
...
Differential Revision: https://phabricator.services.mozilla.com/D38892
--HG--
extra : moz-landing-system : lando
2019-10-09 10:45:33 +00:00
harry
b4a08851a2
Bug 1563350 - Add popover to the Touch Bar that displays when the Urlbar has focus. r=mikedeboer,spohl,fluent-reviewers,Pike,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D38563
--HG--
extra : moz-landing-system : lando
2019-10-10 19:57:32 +00:00
harry
63d2c3fa56
Bug 1563349 - Part 1 - JS changes to support TouchBarInput children. r=mikedeboer
...
Depends on D34926
Differential Revision: https://phabricator.services.mozilla.com/D47618
--HG--
extra : moz-landing-system : lando
2019-10-09 15:25:43 +00:00
shindli
083cbd8b40
Backed out 8 changesets (bug 1563350, bug 1563351, bug 1563349, bug 1567939) on suspicion of causing OS X crashes https://bugzilla.mozilla.org/show_bug.cgi?id=1587351 CLOSED TREE a=backout
...
Backed out changeset 86ed8b9bee5f (bug 1563351)
Backed out changeset 355b0329bd95 (bug 1563350)
Backed out changeset 653caa0c494a (bug 1567939)
Backed out changeset 4b4a71e170bd (bug 1563349)
Backed out changeset 81b93962243b (bug 1563349)
Backed out changeset cff2050ff540 (bug 1563349)
Backed out changeset db50ea44f0b1 (bug 1563349)
Backed out changeset dcbddc5738c3 (bug 1563349)
2019-10-09 13:33:05 +03:00
harry
abf9b97e30
Bug 1563351 - Insert search shortcuts into the Urlbar with Touch Bar buttons. r=adw
...
Differential Revision: https://phabricator.services.mozilla.com/D38892
--HG--
extra : moz-landing-system : lando
2019-10-08 15:10:20 +00:00
harry
980501c285
Bug 1563350 - Add popover to the Touch Bar that displays when the Urlbar has focus. r=mikedeboer,spohl,fluent-reviewers,Pike,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D38563
--HG--
extra : moz-landing-system : lando
2019-10-08 00:52:07 +00:00
harry
7b35f11fd2
Bug 1563349 - Part 1 - JS changes to support TouchBarInput children. r=mikedeboer
...
Depends on D34926
Differential Revision: https://phabricator.services.mozilla.com/D47618
--HG--
extra : moz-landing-system : lando
2019-09-30 15:09:53 +00:00
harry
b1f76c6595
Bug 1521893 - Part 2 - Support loading SVG icons on the Touch Bar through a new nsTouchBarInputIcon service class. r=spohl
...
Differential Revision: https://phabricator.services.mozilla.com/D34926
--HG--
extra : moz-landing-system : lando
2019-10-07 18:37:15 +00:00
Brindusan Cristian
02ad28a12b
Backed out changeset a8975a4aebc0 (bug 1521893) for bc leasks on (nsIconLoaderObserver, nsIconLoaderService, nsTouchBarInputIcon). CLOSED TREE
2019-09-06 22:03:15 +03:00
harry
0be00626e6
Bug 1521893 - Part 2 - Support loading SVG icons on the Touch Bar through a new nsTouchBarInputIcon service class r=spohl
...
Differential Revision: https://phabricator.services.mozilla.com/D34926
--HG--
extra : moz-landing-system : lando
2019-09-06 17:23:37 +00:00
Dorel Luca
9690cb07dc
Backed out changeset 3ab29c05ea2f (bug 1521893) build bustage in /builds/worker/workspace/build/src/widget/cocoa/nsTouchBarInputIcon.h. CLOSED TREE
2019-08-29 06:18:29 +03:00
harry
ff064cc7f3
Bug 1521893 - Part 2 - Support loading SVG icons on the Touch Bar through a new nsTouchBarInputIcon service class r=spohl
...
Differential Revision: https://phabricator.services.mozilla.com/D34926
--HG--
extra : moz-landing-system : lando
2019-08-29 02:38:16 +00:00
Sebastian Hengst
14f4125565
Backed out changeset 4aead1eca8c6 (bug 1521893) to fix crashes (bug 1568862)
...
--HG--
extra : rebase_source : 55caf819b464734c29515f81eca41a6cbba4d5b4
2019-07-29 17:11:19 +02:00
harry
aa07dd7b93
Bug 1521893 - Part 2 - Support loading SVG icons on the Touch Bar through a new nsTouchBarInputIcon service class r=spohl
...
Differential Revision: https://phabricator.services.mozilla.com/D34926
--HG--
extra : moz-landing-system : lando
2019-07-24 13:03:49 +00:00