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

Issue 9187055: Reland 9034035: Make it possible to have 1 PpapiGlobals per thread. (Closed)

Created:
8 years, 11 months ago by dmichael (off chromium)
Modified:
8 years, 11 months ago
CC:
chromium-reviews, darin-cc_chromium.org
Visibility:
Public.

Description

Reland 9034035: Make it possible to have 1 PpapiGlobals per thread. Original CL: r117399, http://codereview.chromium.org/9034035/ Reverted in r117414, http://codereview.chromium.org/9139054/ due to a static initializer. This is the same as r117399 except using a LazyInstance to eliminate the static initializer. BUG= TEST= TBR=dmichael@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=117475

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+326 lines, -198 lines) Patch
M ppapi/proxy/host_dispatcher.cc View 1 chunk +1 line, -3 lines 0 comments Download
M ppapi/proxy/host_var_serialization_rules.h View 2 chunks +1 line, -3 lines 0 comments Download
M ppapi/proxy/host_var_serialization_rules.cc View 4 chunks +18 lines, -18 lines 0 comments Download
M ppapi/proxy/plugin_globals.h View 4 chunks +11 lines, -1 line 0 comments Download
M ppapi/proxy/plugin_globals.cc View 2 chunks +20 lines, -1 line 0 comments Download
M ppapi/proxy/plugin_resource_tracker.h View 2 chunks +0 lines, -4 lines 0 comments Download
M ppapi/proxy/plugin_resource_tracker.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M ppapi/proxy/plugin_var_serialization_rules.cc View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/plugin_var_tracker.h View 1 chunk +0 lines, -6 lines 0 comments Download
M ppapi/proxy/plugin_var_tracker.cc View 1 chunk +0 lines, -15 lines 0 comments Download
M ppapi/proxy/ppapi_proxy_test.h View 5 chunks +11 lines, -0 lines 0 comments Download
M ppapi/proxy/ppapi_proxy_test.cc View 7 chunks +11 lines, -3 lines 0 comments Download
M ppapi/proxy/ppb_var_unittest.cc View 8 chunks +21 lines, -7 lines 0 comments Download
M ppapi/proxy/ppp_instance_private_proxy_unittest.cc View 7 chunks +54 lines, -61 lines 0 comments Download
M ppapi/proxy/ppp_instance_proxy_unittest.cc View 5 chunks +20 lines, -5 lines 0 comments Download
M ppapi/proxy/ppp_messaging_proxy_unittest.cc View 2 chunks +15 lines, -33 lines 0 comments Download
M ppapi/proxy/serialized_var_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M ppapi/shared_impl/ppapi_globals.h View 3 chunks +40 lines, -1 line 0 comments Download
M ppapi/shared_impl/ppapi_globals.cc View 2 chunks +37 lines, -1 line 0 comments Download
M ppapi/shared_impl/proxy_lock.h View 1 chunk +0 lines, -8 lines 0 comments Download
M ppapi/shared_impl/proxy_lock.cc View 1 chunk +7 lines, -16 lines 0 comments Download
M ppapi/shared_impl/test_globals.h View 2 chunks +2 lines, -0 lines 0 comments Download
M ppapi/shared_impl/test_globals.cc View 2 chunks +9 lines, -0 lines 0 comments Download
M ppapi/shared_impl/var_tracker.h View 1 chunk +6 lines, -0 lines 0 comments Download
M ppapi/shared_impl/var_tracker.cc View 1 chunk +15 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/host_globals.h View 3 chunks +9 lines, -1 line 0 comments Download
M webkit/plugins/ppapi/host_globals.cc View 3 chunks +15 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmichael@chromium.org/9187055/1
8 years, 11 months ago (2012-01-12 17:30:24 UTC) #1
commit-bot: I haz the power
8 years, 11 months ago (2012-01-12 19:38:56 UTC) #2
Change committed as 117475

Powered by Google App Engine
This is Rietveld 408576698