Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Issue 2077523002: Add contentWindow attribute for <object> elements. (Closed)

Created:
4 years, 6 months ago by Shanmuga Pandi
Modified:
4 years, 6 months ago
Reviewers:
haraken, tkent, fs, foolip, Yuki
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add contentWindow attribute for <object> elements Firefox supporting contentWindow attribute for <object> element. BUG=601771 Committed: https://crrev.com/cc526ef25f0b6d2a819700ccbeac2b3acf6fab80 Cr-Commit-Position: refs/heads/master@{#401302}

Patch Set 1 #

Total comments: 9

Patch Set 2 : rebased #

Patch Set 3 : Align with review comments #

Patch Set 4 : Fixed failed test cases #

Total comments: 5

Patch Set 5 : Align with review comments #

Total comments: 21

Patch Set 6 : Align with review comments #

Messages

Total messages: 53 (21 generated)
Shanmuga Pandi
4 years, 6 months ago (2016-06-16 09:47:15 UTC) #2
Shanmuga Pandi
PTAL!! Thanks
4 years, 6 months ago (2016-06-16 09:47:51 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2077523002/1
4 years, 6 months ago (2016-06-16 12:05:43 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-device-gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device-gn/builds/22119) ios-simulator on ...
4 years, 6 months ago (2016-06-16 12:07:25 UTC) #8
haraken
Did you send an Intent-to-ship to blink-dev@?
4 years, 6 months ago (2016-06-16 12:09:00 UTC) #9
Shanmuga Pandi
On 2016/06/16 12:09:00, haraken wrote: > Did you send an Intent-to-ship to blink-dev@? No. Have ...
4 years, 6 months ago (2016-06-16 12:10:07 UTC) #10
Shanmuga Pandi
On 2016/06/16 12:10:07, Shanmuga Pandi wrote: > On 2016/06/16 12:09:00, haraken wrote: > > Did ...
4 years, 6 months ago (2016-06-16 12:13:33 UTC) #11
Yuki
https://codereview.chromium.org/2077523002/diff/1/third_party/WebKit/LayoutTests/svg/as-object/svg-object-contentWindow-query.html File third_party/WebKit/LayoutTests/svg/as-object/svg-object-contentWindow-query.html (right): https://codereview.chromium.org/2077523002/diff/1/third_party/WebKit/LayoutTests/svg/as-object/svg-object-contentWindow-query.html#newcode9 third_party/WebKit/LayoutTests/svg/as-object/svg-object-contentWindow-query.html:9: var t1 = async_test("Test content window"); Why do you ...
4 years, 6 months ago (2016-06-16 12:24:23 UTC) #12
Shanmuga Pandi
On 2016/06/16 12:24:23, Yuki wrote: > https://codereview.chromium.org/2077523002/diff/1/third_party/WebKit/LayoutTests/svg/as-object/svg-object-contentWindow-query.html > File > third_party/WebKit/LayoutTests/svg/as-object/svg-object-contentWindow-query.html > (right): > > ...
4 years, 6 months ago (2016-06-16 12:30:40 UTC) #13
Shanmuga Pandi
Please check this!! Thank you https://codereview.chromium.org/2077523002/diff/1/third_party/WebKit/LayoutTests/svg/as-object/svg-object-contentWindow-query.html File third_party/WebKit/LayoutTests/svg/as-object/svg-object-contentWindow-query.html (right): https://codereview.chromium.org/2077523002/diff/1/third_party/WebKit/LayoutTests/svg/as-object/svg-object-contentWindow-query.html#newcode9 third_party/WebKit/LayoutTests/svg/as-object/svg-object-contentWindow-query.html:9: var t1 = async_test("Test ...
4 years, 6 months ago (2016-06-17 10:37:31 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2077523002/40001
4 years, 6 months ago (2016-06-17 10:38:13 UTC) #16
Yuki
https://codereview.chromium.org/2077523002/diff/1/third_party/WebKit/LayoutTests/svg/as-object/svg-object-contentWindow-query.html File third_party/WebKit/LayoutTests/svg/as-object/svg-object-contentWindow-query.html (right): https://codereview.chromium.org/2077523002/diff/1/third_party/WebKit/LayoutTests/svg/as-object/svg-object-contentWindow-query.html#newcode13 third_party/WebKit/LayoutTests/svg/as-object/svg-object-contentWindow-query.html:13: assert_equals(contentWindow.TEST, true, "content window and attributes should be accessible"); ...
4 years, 6 months ago (2016-06-20 04:24:15 UTC) #18
Shanmuga Pandi
PTAL https://codereview.chromium.org/2077523002/diff/60001/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-object-element/object-attributes-expected.txt File third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-object-element/object-attributes-expected.txt (right): https://codereview.chromium.org/2077523002/diff/60001/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-object-element/object-attributes-expected.txt#newcode2 third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-object-element/object-attributes-expected.txt:2: FAIL object.contentWindow assert_equals: The contentWindow's name of the ...
4 years, 6 months ago (2016-06-21 06:51:39 UTC) #19
Yuki
LGTM. https://codereview.chromium.org/2077523002/diff/60001/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-object-element/object-attributes-expected.txt File third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-object-element/object-attributes-expected.txt (right): https://codereview.chromium.org/2077523002/diff/60001/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-object-element/object-attributes-expected.txt#newcode2 third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-object-element/object-attributes-expected.txt:2: FAIL object.contentWindow assert_equals: The contentWindow's name of the ...
4 years, 6 months ago (2016-06-21 09:39:26 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2077523002/80001
4 years, 6 months ago (2016-06-21 09:40:12 UTC) #22
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-21 10:51:46 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2077523002/80001
4 years, 6 months ago (2016-06-21 10:52:46 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/204025)
4 years, 6 months ago (2016-06-21 10:59:13 UTC) #28
Shanmuga Pandi
@foolip, PTAL!!
4 years, 6 months ago (2016-06-21 11:18:44 UTC) #30
Shanmuga Pandi
PTAL!!
4 years, 6 months ago (2016-06-22 06:46:29 UTC) #32
fs
This LGTM with the following suggestions. You'll need an API OWNERs approval too (at least ...
4 years, 6 months ago (2016-06-22 08:33:02 UTC) #34
foolip
LGTM % fs's nits and some more https://codereview.chromium.org/2077523002/diff/80001/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-object-element/object-attributes-expected.txt File third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-object-element/object-attributes-expected.txt (right): https://codereview.chromium.org/2077523002/diff/80001/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-object-element/object-attributes-expected.txt#newcode2 third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-object-element/object-attributes-expected.txt:2: FAIL object.contentWindow ...
4 years, 6 months ago (2016-06-22 09:37:04 UTC) #35
Shanmuga Pandi
> In other words, it looks like we're still not per spec here. If there ...
4 years, 6 months ago (2016-06-22 10:27:32 UTC) #37
Shanmuga Pandi
Adding @tkent for API OWNERs approval for the virtual/stable/webexposed bit.
4 years, 6 months ago (2016-06-22 10:29:08 UTC) #39
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2077523002/100001
4 years, 6 months ago (2016-06-22 10:46:11 UTC) #41
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-22 11:56:30 UTC) #43
foolip
lgtm My lgtm should suffice :) Trying CQ.
4 years, 6 months ago (2016-06-22 16:25:18 UTC) #45
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2077523002/100001
4 years, 6 months ago (2016-06-22 16:25:41 UTC) #47
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 6 months ago (2016-06-22 16:30:50 UTC) #49
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/cc526ef25f0b6d2a819700ccbeac2b3acf6fab80 Cr-Commit-Position: refs/heads/master@{#401302}
4 years, 6 months ago (2016-06-22 16:32:15 UTC) #51
tkent
I recommend to add a chromestatus.com entry for this. We may skip intent-to-ship. This is ...
4 years, 6 months ago (2016-06-22 21:07:32 UTC) #52
Shanmuga Pandi
4 years, 6 months ago (2016-06-23 06:22:02 UTC) #53
Message was sent while issue was closed.
On 2016/06/22 21:07:32, tkent wrote:
> I recommend to add a http://chromestatus.com entry for this.
> We may skip intent-to-ship.  This is trivial.

Added entry https://www.chromestatus.com/features/5717662780882944

Powered by Google App Engine
This is Rietveld 408576698