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

Issue 11048047: Native Messaging revert-revert (Closed)

Created:
8 years, 2 months ago by eaugusti
Modified:
8 years, 2 months ago
Reviewers:
Matt Perry
CC:
chromium-reviews, Avi (use Gerrit), mihaip-chromium-reviews_chromium.org, creis+watch_chromium.org, Aaron Boodman, darin-cc_chromium.org, ajwong+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Native Messaging revert-revert Native messaging was reverted in https://chromiumcodereview.appspot.com/10990064 because it breaks some extensions: http://code.google.com/p/chromium/issues/detail?id=143503 Original Review URL: https://codereview.chromium.org/10818013 TBR=jam@chromium.org (already be lgtm'd before revert) BUG=142915, 143503 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=162790

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1559 lines, -161 lines) Patch
A chrome/browser/extensions/api/messaging/extension_message_port.h View 1 chunk +45 lines, -0 lines 0 comments Download
A chrome/browser/extensions/api/messaging/extension_message_port.cc View 1 chunk +76 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/messaging/message_service.h View 7 chunks +74 lines, -10 lines 0 comments Download
M chrome/browser/extensions/api/messaging/message_service.cc View 17 chunks +182 lines, -144 lines 1 comment Download
A chrome/browser/extensions/api/messaging/native_message_port.h View 1 chunk +28 lines, -0 lines 0 comments Download
A chrome/browser/extensions/api/messaging/native_message_port.cc View 1 chunk +32 lines, -0 lines 0 comments Download
A chrome/browser/extensions/api/messaging/native_message_process_host.h View 1 chunk +178 lines, -0 lines 0 comments Download
A chrome/browser/extensions/api/messaging/native_message_process_host.cc View 1 chunk +227 lines, -0 lines 0 comments Download
A chrome/browser/extensions/api/messaging/native_message_process_host_posix.cc View 1 chunk +71 lines, -0 lines 0 comments Download
A chrome/browser/extensions/api/messaging/native_message_process_host_unittest_posix.cc View 1 chunk +181 lines, -0 lines 0 comments Download
A chrome/browser/extensions/api/messaging/native_message_process_host_win.cc View 1 chunk +42 lines, -0 lines 0 comments Download
A chrome/browser/extensions/api/messaging/native_messaging_apitest_posix.cc View 1 chunk +25 lines, -0 lines 0 comments Download
A chrome/browser/extensions/api/messaging/native_process_launcher.h View 1 chunk +31 lines, -0 lines 0 comments Download
A chrome/browser/extensions/api/messaging/native_process_launcher_posix.cc View 1 chunk +58 lines, -0 lines 0 comments Download
A chrome/browser/extensions/api/messaging/native_process_launcher_win.cc View 1 chunk +25 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_system.cc View 3 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/extensions/message_handler.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/chrome_render_message_filter.h View 1 chunk +12 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/chrome_render_message_filter.cc View 2 chunks +36 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/background_contents.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/chrome_browser_extensions.gypi View 2 chunks +18 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/extension.json View 2 chunks +62 lines, -0 lines 0 comments Download
M chrome/common/extensions/extension_messages.h View 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/renderer/extensions/extension_custom_bindings.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/renderer/extensions/extension_custom_bindings.cc View 3 chunks +34 lines, -0 lines 0 comments Download
M chrome/renderer/resources/extensions/extension_custom_bindings.js View 5 chunks +43 lines, -1 line 0 comments Download
M chrome/renderer/resources/extensions/miscellaneous_bindings.js View 2 chunks +3 lines, -1 line 1 comment Download
A chrome/test/data/extensions/api_test/native_messaging/manifest.json View 1 chunk +9 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/native_messaging/test.js View 1 chunk +47 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Matt Perry
Could you point out how this differs from the original CL?
8 years, 2 months ago (2012-10-16 18:47:52 UTC) #1
eaugusti
https://codereview.chromium.org/11048047/diff/1/chrome/browser/extensions/api/messaging/message_service.cc File chrome/browser/extensions/api/messaging/message_service.cc (right): https://codereview.chromium.org/11048047/diff/1/chrome/browser/extensions/api/messaging/message_service.cc#newcode450 chrome/browser/extensions/api/messaging/message_service.cc:450: opener_process != receiver_process; This was the line that caused ...
8 years, 2 months ago (2012-10-16 19:52:05 UTC) #2
Matt Perry
Thanks for fixing this! LGTM
8 years, 2 months ago (2012-10-16 22:24:58 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eaugusti@chromium.org/11048047/1
8 years, 2 months ago (2012-10-18 19:04:38 UTC) #4
commit-bot: I haz the power
8 years, 2 months ago (2012-10-18 21:18:19 UTC) #5
Change committed as 162790

Powered by Google App Engine
This is Rietveld 408576698