Граф коммитов

22 Коммитов

Автор SHA1 Сообщение Дата
Kris Maglione ab5a99dd15 Bug 1602898: Rename Window.getWindowGlobalChild() to .windowGlobalChild. r=farre
Differential Revision: https://phabricator.services.mozilla.com/D56609

--HG--
extra : moz-landing-system : lando
2020-01-21 21:32:28 +00:00
Mihai Alexandru Michis 745c94b1df Backed out changeset 006f4e50e8e5 (bug 1602898) for causing multiple failures.
CLOSED TREE
2020-01-21 22:55:37 +02:00
Kris Maglione aa0306477e Bug 1602898: Rename Window.getWindowGlobalChild() to .windowGlobalChild. r=farre
Differential Revision: https://phabricator.services.mozilla.com/D56609

--HG--
extra : moz-landing-system : lando
2020-01-21 18:48:26 +00:00
Cosmin Sabou 9b6e5f8e66 Backed out changeset 4c303f6ec2e6 (bug 1602898) for browser chrome failures on browser_ssb_windowlocation. 2020-01-18 01:06:34 +02:00
Kris Maglione 036e960542 Bug 1602898: Rename Window.getWindowGlobalChild() to .windowGlobalChild. r=farre
Differential Revision: https://phabricator.services.mozilla.com/D56609

--HG--
extra : moz-landing-system : lando
2020-01-17 21:36:10 +00:00
Simon Giesecke 022df7d02f Bug 1600618 - Provide more guidance on which smart pointer types to use. r=dom-workers-and-storage-reviewers,janv,asuth
Differential Revision: https://phabricator.services.mozilla.com/D55454

--HG--
extra : moz-landing-system : lando
2019-12-09 16:50:46 +00:00
Simon Giesecke 94fbcaa76d Bug 1587126 - Declare that scoped enums should be used. r=dom-workers-and-storage-reviewers,janv,asuth
Depends on D55117

Differential Revision: https://phabricator.services.mozilla.com/D55118

--HG--
extra : moz-landing-system : lando
2019-12-02 23:13:26 +00:00
Simon Giesecke 0e60a75792 Bug 1600066 - Added clarification on use of already_AddRefed. r=dom-workers-and-storage-reviewers,janv,asuth
Differential Revision: https://phabricator.services.mozilla.com/D55117

--HG--
extra : moz-landing-system : lando
2019-12-03 08:14:57 +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
Gijs Kruitbosch fd3b69986c Bug 1595048 - move JSWindowActor notes into Fission.rst document, r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D52352

--HG--
extra : moz-landing-system : lando
2019-11-08 19:42:02 +00:00
Simon Giesecke 1d3c6d2725 Bug 1577413 - Add initial description of code style evolution process. r=jstutte
Differential Revision: https://phabricator.services.mozilla.com/D48569

--HG--
extra : moz-landing-system : lando
2019-11-05 09:04:53 +00:00
John Dai da2a2940ad Bug 1580907 - Remove transferables attribute for SendAsyncMessage and SendQuery in JSWindowActor; r=nika
Differential Revision: https://phabricator.services.mozilla.com/D45809

--HG--
extra : moz-landing-system : lando
2019-09-13 16:51:23 +00:00
Simon Giesecke 5dd0445963 Bug 1571407 - Add initial code style document for DOM Workers & Storage team r=ttung,asuth,edenchuang
Differential Revision: https://phabricator.services.mozilla.com/D40617

--HG--
extra : moz-landing-system : lando
2019-08-27 16:19:27 +00:00
Abdoulaye O. Ly 92b69fc0cb Bug 1574269 - Improve in-tree documentation for fission. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D43101

--HG--
extra : moz-landing-system : lando
2019-08-22 21:56:50 +00:00
Kris Maglione 7467b1470b Bug 1561705: Part 1 - Add JSWindowActor.actorCreated callback. r=jdai
The JSWindowActor constructor is called before the actor is fully initialized,
which means it can't do things like send messages or access its content
window. This patch adds a new callback which can do those things immediately
after the actor is created.

Differential Revision: https://phabricator.services.mozilla.com/D42178

--HG--
extra : rebase_source : ba17cacb00d8fc74f84c5d34f64addcc3e6d3f8b
extra : source : ac3da20c687971c412d1164f08b17e0cccc5fbd5
2019-08-14 16:13:13 -07:00
Mike Conley f3e9f2e80d Bug 1564359 - Add in-tree documentation on how to port from the message manager to JSWindowActor messaging to be Fission-compatible. r=jdai
Differential Revision: https://phabricator.services.mozilla.com/D40475

--HG--
extra : moz-landing-system : lando
2019-08-14 17:16:04 +00:00
Mike Conley ddc7d4d0ea Bug 1564359 - Add additional detail to in-tree Fission documentation. r=jdai
Differential Revision: https://phabricator.services.mozilla.com/D40474

--HG--
extra : moz-landing-system : lando
2019-08-14 16:15:41 +00:00
Cosmin Sabou 89547a4af6 Backed out 2 changesets (bug 1564359) for linting opt failure on dom/docs/Fission.rst.
Backed out changeset f967c8e7e6dd (bug 1564359)
Backed out changeset f4bbcf1ddadb (bug 1564359)
2019-08-14 02:18:58 +03:00
Mike Conley 4bd32c6a06 Bug 1564359 - Add in-tree documentation on how to port from the message manager to JSWindowActor messaging to be Fission-compatible. r=jdai
Differential Revision: https://phabricator.services.mozilla.com/D40475

--HG--
extra : moz-landing-system : lando
2019-08-13 11:49:21 +00:00
Mike Conley 7c46cf3101 Bug 1564359 - Add additional detail to in-tree Fission documentation. r=jdai
Differential Revision: https://phabricator.services.mozilla.com/D40474

--HG--
extra : moz-landing-system : lando
2019-08-13 11:49:09 +00:00
John Dai f1ca2bad57 Bug 1562005 - Add in-tree documentation for JS Window Actors; r=nika
Differential Revision: https://phabricator.services.mozilla.com/D37065

--HG--
extra : moz-landing-system : lando
2019-07-08 17:41:59 +00:00
Ryan Hunt 3f70638b7c Bug 1547812 - Add dom/docs for design documents about the DOM. r=nika
Differential Revision: https://phabricator.services.mozilla.com/D29251

--HG--
extra : moz-landing-system : lando
2019-05-03 21:51:51 +00:00