Nits: - Please update the issue description with [Presentation API] for consistency with other patches. ...
4 years, 4 months ago
(2016-08-23 19:08:49 UTC)
#8
Nits:
- Please update the issue description with [Presentation API] for consistency
with other patches.
- You might add a link to the spec in the issue description for ease of
reference.
- I would add a note that this API was never implemented and has no known
functional usages, so this is a no-op as far as Web compatibility is concerned;
we should send an intent to ship when the implementation is further along.
mlamouri@: A couple of comments you may want to weigh in on relating to the
design patterns in this module.
https://codereview.chromium.org/2265363002/diff/20001/third_party/WebKit/Sour...
File
third_party/WebKit/Source/modules/presentation/PresentationConnectionList.cpp
(right):
https://codereview.chromium.org/2265363002/diff/20001/third_party/WebKit/Sour...
third_party/WebKit/Source/modules/presentation/PresentationConnectionList.cpp:29:
return m_frame ? m_frame->document() : nullptr;
I note that PresentationConnection also allows a nullptr ExecutionContext to be
returned, but that would seem to trigger crashes when the connection is
manipulated.
https://codereview.chromium.org/2265363002/diff/20001/third_party/WebKit/Sour...
File third_party/WebKit/Source/modules/presentation/PresentationConnectionList.h
(right):
https://codereview.chromium.org/2265363002/diff/20001/third_party/WebKit/Sour...
third_party/WebKit/Source/modules/presentation/PresentationConnectionList.h:19:
class PresentationConnectionList final
mlamouri@: PresentationConnection, PresentationReceiver and
PresentationController inherit from DOMWindowProperty. Should this object do
the same?
zhaobin
Description was changed from ========== make PresentationReceiver API consistent with latest spec BUG=525660 ========== to ...
4 years, 4 months ago
(2016-08-23 20:40:49 UTC)
#9
Description was changed from
==========
make PresentationReceiver API consistent with latest spec
BUG=525660
==========
to
==========
make PresentationReceiver API consistent with latest spec
https://w3c.github.io/presentation-api/#idl-def-presentationreceiver
Note: this API was never implemented and has no known
functional usages, so this is a no-op as far as Web compatibility is concerned;
we should send an intent to ship when the implementation is further along.
BUG=525660
==========
LGTM https://codereview.chromium.org/2265363002/diff/40001/third_party/WebKit/Source/modules/presentation/PresentationConnectionList.cpp File third_party/WebKit/Source/modules/presentation/PresentationConnectionList.cpp (right): https://codereview.chromium.org/2265363002/diff/40001/third_party/WebKit/Source/modules/presentation/PresentationConnectionList.cpp#newcode13 third_party/WebKit/Source/modules/presentation/PresentationConnectionList.cpp:13: #include "modules/EventTargetModules.h" Most of these #includes are unused. ...
4 years, 4 months ago
(2016-08-24 01:09:33 UTC)
#11
https://codereview.chromium.org/2265363002/diff/40001/third_party/WebKit/Source/modules/presentation/PresentationConnectionList.h File third_party/WebKit/Source/modules/presentation/PresentationConnectionList.h (right): https://codereview.chromium.org/2265363002/diff/40001/third_party/WebKit/Source/modules/presentation/PresentationConnectionList.h#newcode21 third_party/WebKit/Source/modules/presentation/PresentationConnectionList.h:21: , public ContextLifecycleObserver { I think DOMWindowProperty would make ...
4 years, 4 months ago
(2016-08-24 16:48:59 UTC)
#12
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/282123)
4 years, 3 months ago
(2016-08-26 19:45:56 UTC)
#19
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/286981)
4 years, 3 months ago
(2016-08-30 03:25:02 UTC)
#23
Description was changed from ========== make PresentationReceiver API consistent with latest spec https://w3c.github.io/presentation-api/#idl-def-presentationreceiver Note: this ...
4 years, 3 months ago
(2016-09-01 01:45:31 UTC)
#32
Message was sent while issue was closed.
Description was changed from
==========
make PresentationReceiver API consistent with latest spec
https://w3c.github.io/presentation-api/#idl-def-presentationreceiver
Note: this API was never implemented and has no known
functional usages, so this is a no-op as far as Web compatibility is concerned;
we should send an intent to ship when the implementation is further along.
BUG=525660
==========
to
==========
make PresentationReceiver API consistent with latest spec
https://w3c.github.io/presentation-api/#idl-def-presentationreceiver
Note: this API was never implemented and has no known
functional usages, so this is a no-op as far as Web compatibility is concerned;
we should send an intent to ship when the implementation is further along.
BUG=525660
==========
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 3 months ago
(2016-09-01 01:45:32 UTC)
#33
Message was sent while issue was closed.
Committed patchset #6 (id:100001)
commit-bot: I haz the power
Description was changed from ========== make PresentationReceiver API consistent with latest spec https://w3c.github.io/presentation-api/#idl-def-presentationreceiver Note: this ...
4 years, 3 months ago
(2016-09-01 01:48:20 UTC)
#34
Message was sent while issue was closed.
Description was changed from
==========
make PresentationReceiver API consistent with latest spec
https://w3c.github.io/presentation-api/#idl-def-presentationreceiver
Note: this API was never implemented and has no known
functional usages, so this is a no-op as far as Web compatibility is concerned;
we should send an intent to ship when the implementation is further along.
BUG=525660
==========
to
==========
make PresentationReceiver API consistent with latest spec
https://w3c.github.io/presentation-api/#idl-def-presentationreceiver
Note: this API was never implemented and has no known
functional usages, so this is a no-op as far as Web compatibility is concerned;
we should send an intent to ship when the implementation is further along.
BUG=525660
Committed: https://crrev.com/df37acd456aec9ed78d809c5adeab0f8874a9c9d
Cr-Commit-Position: refs/heads/master@{#415841}
==========
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/df37acd456aec9ed78d809c5adeab0f8874a9c9d Cr-Commit-Position: refs/heads/master@{#415841}
4 years, 3 months ago
(2016-09-01 01:48:22 UTC)
#35
Issue 2265363002: [Presentation API] make PresentationReceiver API consistent with latest spec
(Closed)
Created 4 years, 4 months ago by zhaobin
Modified 4 years, 3 months ago
Reviewers: mlamouri (slow - plz ping), haraken, imcheng, mark a. foltz
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 37