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

Issue 4989002: Firing event to broker without worker thread. (Closed)

Created:
10 years, 1 month ago by Vitaly Buka corp
Modified:
9 years, 7 months ago
CC:
chromium-reviews, Paweł Hajdan Jr.
Visibility:
Public.

Description

Firing event to broker without worker thread. BUG=none TEST=none

Patch Set 1 : '' #

Total comments: 12

Patch Set 2 : '' #

Total comments: 11

Patch Set 3 : '' #

Total comments: 4

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+210 lines, -322 lines) Patch
M ceee/ie/broker/api_dispatcher.h View 1 chunk +1 line, -1 line 0 comments Download
M ceee/ie/broker/api_dispatcher.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ceee/ie/broker/api_dispatcher_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ceee/ie/broker/broker.cc View 2 2 chunks +5 lines, -2 lines 0 comments Download
M ceee/ie/broker/broker.gyp View 2 1 chunk +3 lines, -0 lines 0 comments Download
M ceee/ie/broker/broker_lib.idl View 1 1 chunk +1 line, -1 line 0 comments Download
M ceee/ie/broker/broker_rpc_client.h View 2 chunks +5 lines, -2 lines 0 comments Download
M ceee/ie/broker/broker_rpc_client.cc View 4 chunks +22 lines, -8 lines 0 comments Download
M ceee/ie/broker/broker_rpc_lib.idl View 1 chunk +2 lines, -2 lines 0 comments Download
M ceee/ie/broker/broker_rpc_server.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ceee/ie/broker/broker_rpc_unittest.cc View 4 chunks +11 lines, -10 lines 0 comments Download
M ceee/ie/broker/chrome_postman.h View 1 chunk +1 line, -1 line 0 comments Download
M ceee/ie/broker/chrome_postman.cc View 2 3 chunks +10 lines, -5 lines 0 comments Download
M ceee/ie/broker/window_events_funnel.cc View 1 chunk +1 line, -2 lines 0 comments Download
M ceee/ie/broker/window_events_funnel_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ceee/ie/common/ceee_module_util.h View 1 1 chunk +0 lines, -8 lines 0 comments Download
M ceee/ie/ie.gyp View 2 chunks +2 lines, -0 lines 0 comments Download
M ceee/ie/plugin/bho/cookie_events_funnel.h View 1 chunk +1 line, -1 line 0 comments Download
M ceee/ie/plugin/bho/events_funnel.h View 2 chunks +11 lines, -6 lines 0 comments Download
M ceee/ie/plugin/bho/events_funnel.cc View 1 2 2 chunks +21 lines, -9 lines 0 comments Download
M ceee/ie/plugin/bho/events_funnel_unittest.cc View 2 chunks +3 lines, -13 lines 0 comments Download
M ceee/ie/plugin/bho/infobar_events_funnel.h View 1 chunk +1 line, -1 line 0 comments Download
M ceee/ie/plugin/bho/mediumtest_browser_helper_object.cc View 2 chunks +26 lines, -0 lines 0 comments Download
M ceee/ie/plugin/bho/tab_events_funnel.h View 1 chunk +1 line, -1 line 0 comments Download
M ceee/ie/plugin/bho/web_progress_notifier.h View 3 chunks +5 lines, -11 lines 0 comments Download
M ceee/ie/plugin/bho/web_progress_notifier.cc View 2 3 7 chunks +48 lines, -9 lines 0 comments Download
M ceee/ie/plugin/bho/web_progress_notifier_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ceee/ie/plugin/bho/webnavigation_events_funnel.h View 1 chunk +1 line, -1 line 0 comments Download
M ceee/ie/plugin/bho/webrequest_events_funnel.h View 1 chunk +1 line, -1 line 0 comments Download
M ceee/ie/plugin/toolband/toolband_module.cc View 1 5 chunks +14 lines, -190 lines 0 comments Download
M ceee/ie/testing/ie_unittest_main.cc View 1 1 chunk +0 lines, -17 lines 0 comments Download
M ceee/ie/testing/mediumtest_ie_main.cc View 1 1 chunk +0 lines, -7 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Vitaly Buka corp
10 years, 1 month ago (2010-11-16 03:26:03 UTC) #1
Sigurður Ásgeirsson
Is it a significant change to keep an RpcClient per EventFunnel instance? http://codereview.chromium.org/4989002/diff/23001/ceee/ie/plugin/bho/events_funnel.cc File ceee/ie/plugin/bho/events_funnel.cc ...
10 years, 1 month ago (2010-11-16 18:23:04 UTC) #2
Vitaly Buka corp
http://codereview.chromium.org/4989002/diff/23001/ceee/ie/plugin/bho/events_funnel.cc File ceee/ie/plugin/bho/events_funnel.cc (right): http://codereview.chromium.org/4989002/diff/23001/ceee/ie/plugin/bho/events_funnel.cc#newcode16 ceee/ie/plugin/bho/events_funnel.cc:16: EventsFunnel::EventsFunnel(bool keep_broker_alive) On 2010/11/16 18:23:04, Ruðrugis wrote: > IMHO ...
10 years, 1 month ago (2010-11-18 23:14:21 UTC) #3
Sigurður Ásgeirsson
Mondo cool. I have but a couple of nits. Feel free to address the Task ...
10 years, 1 month ago (2010-11-19 18:29:30 UTC) #4
Vitaly Buka corp
http://codereview.chromium.org/4989002/diff/34002/ceee/ie/broker/broker.cc File ceee/ie/broker/broker.cc (right): http://codereview.chromium.org/4989002/diff/34002/ceee/ie/broker/broker.cc#newcode31 ceee/ie/broker/broker.cc:31: ChromePostman::GetInstance()->FireEvent(CW2A(event_name), CW2A(event_args)); On 2010/11/19 18:29:30, Ruðrugis wrote: > A ...
10 years, 1 month ago (2010-11-19 20:30:38 UTC) #5
Sigurður Ásgeirsson
lgtm with one last nit. http://codereview.chromium.org/4989002/diff/77002/ceee/ie/plugin/bho/web_progress_notifier.cc File ceee/ie/plugin/bho/web_progress_notifier.cc (right): http://codereview.chromium.org/4989002/diff/77002/ceee/ie/plugin/bho/web_progress_notifier.cc#newcode126 ceee/ie/plugin/bho/web_progress_notifier.cc:126: WebNavigationEventsFunnel* funel = webnavigation_events_funnel(); ...
10 years, 1 month ago (2010-11-19 20:53:20 UTC) #6
Vitaly Buka corp
http://codereview.chromium.org/4989002/diff/77002/ceee/ie/plugin/bho/web_progress_notifier.cc File ceee/ie/plugin/bho/web_progress_notifier.cc (right): http://codereview.chromium.org/4989002/diff/77002/ceee/ie/plugin/bho/web_progress_notifier.cc#newcode200 ceee/ie/plugin/bho/web_progress_notifier.cc:200: WebNavigationEventsFunnel* funel = webnavigation_events_funnel(); On 2010/11/19 20:53:20, Ruðrugis wrote: ...
10 years, 1 month ago (2010-11-19 21:21:27 UTC) #7
Sigurður Ásgeirsson
I patched this to submit it, but I'm consistently getting a unittest failure in debug ...
10 years, 1 month ago (2010-11-20 15:57:21 UTC) #8
Vitaly Buka corp
Sorry, I forgot to upload ceee/ie/broker/window_events_funnel_unittest.cc On 2010/11/20 15:57:21, Ruðrugis wrote: > I patched this ...
10 years, 1 month ago (2010-11-22 06:29:26 UTC) #9
Sigurður Ásgeirsson
lgtm, will attempt to commit
10 years, 1 month ago (2010-11-22 13:53:09 UTC) #10
Sigurður Ásgeirsson
10 years, 1 month ago (2010-11-22 15:36:08 UTC) #11

Powered by Google App Engine
This is Rietveld 408576698