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

Issue 729333002: Add PostMessage support for MimeHandlerView (Closed)

Created:
6 years, 1 month ago by raymes
Modified:
6 years ago
CC:
chrome-apps-syd-reviews_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, darin-cc_chromium.org, extensions-reviews_chromium.org, jam, mkwst+moarreviews-renderer_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add PostMessage support for MimeHandlerView This adds PostMessage support for MimeHandlerView allow sites that embed extension mime handlers to communicate with them. BUG=415858 Committed: https://crrev.com/19c1d109fa46723cc3844acfaf2631fa7ed11d19 Cr-Commit-Position: refs/heads/master@{#309512}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 6

Patch Set 4 : #

Total comments: 9

Patch Set 5 : #

Total comments: 1

Patch Set 6 : #

Total comments: 2

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+163 lines, -14 lines) Patch
M content/public/renderer/browser_plugin_delegate.h View 1 2 3 4 5 6 7 2 chunks +9 lines, -0 lines 0 comments Download
M content/public/renderer/browser_plugin_delegate.cc View 1 2 3 4 5 6 1 chunk +7 lines, -0 lines 0 comments Download
M content/renderer/browser_plugin/browser_plugin.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M content/renderer/browser_plugin/browser_plugin.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M extensions/renderer/guest_view/mime_handler_view/mime_handler_view_container.h View 1 2 3 4 5 4 chunks +19 lines, -1 line 0 comments Download
M extensions/renderer/guest_view/mime_handler_view/mime_handler_view_container.cc View 1 2 3 4 5 5 chunks +122 lines, -13 lines 0 comments Download

Messages

Total messages: 21 (6 generated)
raymes
6 years ago (2014-12-18 03:39:04 UTC) #2
Sam McNally
https://codereview.chromium.org/729333002/diff/40001/content/public/renderer/browser_plugin_delegate.cc File content/public/renderer/browser_plugin_delegate.cc (right): https://codereview.chromium.org/729333002/diff/40001/content/public/renderer/browser_plugin_delegate.cc#newcode9 content/public/renderer/browser_plugin_delegate.cc:9: v8::Local<v8::Object> BrowserPluginDelegate::v8ScriptableObject(v8::Isolate*) { Parameter name? https://codereview.chromium.org/729333002/diff/40001/content/public/renderer/browser_plugin_delegate.h File content/public/renderer/browser_plugin_delegate.h (right): ...
6 years ago (2014-12-18 05:36:47 UTC) #3
raymes
https://codereview.chromium.org/729333002/diff/40001/content/public/renderer/browser_plugin_delegate.cc File content/public/renderer/browser_plugin_delegate.cc (right): https://codereview.chromium.org/729333002/diff/40001/content/public/renderer/browser_plugin_delegate.cc#newcode9 content/public/renderer/browser_plugin_delegate.cc:9: v8::Local<v8::Object> BrowserPluginDelegate::v8ScriptableObject(v8::Isolate*) { On 2014/12/18 05:36:46, Sam McNally wrote: ...
6 years ago (2014-12-19 00:00:16 UTC) #4
Sam McNally
LGTM https://codereview.chromium.org/729333002/diff/80001/extensions/renderer/guest_view/mime_handler_view/mime_handler_view_container.cc File extensions/renderer/guest_view/mime_handler_view/mime_handler_view_container.cc (right): https://codereview.chromium.org/729333002/diff/80001/extensions/renderer/guest_view/mime_handler_view/mime_handler_view_container.cc#newcode175 extensions/renderer/guest_view/mime_handler_view/mime_handler_view_container.cc:175: if (post_message.IsEmpty()) Checking the return value of Get() ...
6 years ago (2014-12-19 00:18:20 UTC) #5
raymes
+fsamuel for OWNERS Thanks!
6 years ago (2014-12-19 02:10:24 UTC) #7
raymes
(also note that there is a test for this in a separate CL ready for ...
6 years ago (2014-12-19 03:23:23 UTC) #8
Fady Samuel
browser_plugin lgtm
6 years ago (2014-12-19 03:23:28 UTC) #9
raymes
+jochen for content/* OWNERS
6 years ago (2014-12-19 05:00:48 UTC) #11
jochen (gone - plz use gerrit)
lgtm with comment addressed https://codereview.chromium.org/729333002/diff/100001/content/public/renderer/browser_plugin_delegate.h File content/public/renderer/browser_plugin_delegate.h (right): https://codereview.chromium.org/729333002/diff/100001/content/public/renderer/browser_plugin_delegate.h#newcode44 content/public/renderer/browser_plugin_delegate.h:44: virtual v8::Local<v8::Object> V8ScriptableObject(v8::Isolate* isolate); plz ...
6 years ago (2014-12-22 14:17:29 UTC) #12
raymes
Thanks! https://codereview.chromium.org/729333002/diff/100001/content/public/renderer/browser_plugin_delegate.h File content/public/renderer/browser_plugin_delegate.h (right): https://codereview.chromium.org/729333002/diff/100001/content/public/renderer/browser_plugin_delegate.h#newcode44 content/public/renderer/browser_plugin_delegate.h:44: virtual v8::Local<v8::Object> V8ScriptableObject(v8::Isolate* isolate); On 2014/12/22 14:17:29, jochen ...
6 years ago (2014-12-22 23:41:29 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/729333002/120001
6 years ago (2014-12-22 23:42:18 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/45172) linux_chromium_gn_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_dbg/builds/28634) linux_chromium_gn_rel ...
6 years ago (2014-12-22 23:54:38 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/729333002/140001
6 years ago (2014-12-23 00:05:27 UTC) #19
commit-bot: I haz the power
Committed patchset #8 (id:140001)
6 years ago (2014-12-23 01:23:44 UTC) #20
commit-bot: I haz the power
6 years ago (2014-12-23 01:24:26 UTC) #21
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/19c1d109fa46723cc3844acfaf2631fa7ed11d19
Cr-Commit-Position: refs/heads/master@{#309512}

Powered by Google App Engine
This is Rietveld 408576698