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

Issue 8982006: Add GetLiveVars to PPB_Testing_Dev. Fix leaks it uncovered. (Closed)

Created:
9 years ago by dmichael (off chromium)
Modified:
9 years ago
Reviewers:
brettw
CC:
chromium-reviews, piman+watch_chromium.org, darin-cc_chromium.org, yzshen+watch_chromium.org, ihf+watch_chromium.org
Visibility:
Public.

Description

Add GetLiveVars to PPB_Testing_Dev. Fix leaks it uncovered. BUG=108308, 108314 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=115503

Patch Set 1 #

Patch Set 2 : First #

Patch Set 3 : merge #

Total comments: 2

Patch Set 4 : couple little fixes #

Patch Set 5 : Fix NaCl compile #

Patch Set 6 : Proxy GetLiveVars to NaCl #

Patch Set 7 : Fix shared build #

Patch Set 8 : Merged #

Unified diffs Side-by-side diffs Delta from patch set Stats (+424 lines, -71 lines) Patch
M ppapi/api/dev/ppb_testing_dev.idl View 2 chunks +14 lines, -1 line 0 comments Download
M ppapi/c/dev/ppb_testing_dev.h View 4 chunks +25 lines, -2 lines 0 comments Download
M ppapi/cpp/dev/var_array_buffer_dev.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/cpp/var.cc View 1 6 chunks +15 lines, -11 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_messaging_rpc_server.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_testing.cc View 1 2 3 4 5 6 7 3 chunks +16 lines, -1 line 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/proxy_var_cache.h View 1 2 3 4 5 2 chunks +4 lines, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/proxy_var_cache.cc View 1 2 3 4 5 2 chunks +22 lines, -0 lines 0 comments Download
M ppapi/proxy/plugin_var_serialization_rules.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/proxy/ppb_testing_proxy.cc View 1 2 chunks +15 lines, -1 line 0 comments Download
M ppapi/proxy/serialized_var.h View 1 2 3 4 5 6 5 chunks +5 lines, -5 lines 0 comments Download
M ppapi/proxy/serialized_var.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/serialized_var_unittest.cc View 1 3 chunks +155 lines, -7 lines 0 comments Download
M ppapi/shared_impl/var_tracker.h View 2 chunks +8 lines, -0 lines 0 comments Download
M ppapi/shared_impl/var_tracker.cc View 1 1 chunk +11 lines, -0 lines 0 comments Download
M ppapi/tests/test_case.h View 1 3 chunks +13 lines, -3 lines 0 comments Download
M ppapi/tests/test_case.cc View 1 2 3 4 4 chunks +59 lines, -14 lines 0 comments Download
M ppapi/tests/test_directory_reader.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_file_io.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_file_ref.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_file_system.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_flash_fullscreen.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_fullscreen.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_graphics_2d.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_graphics_3d.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_input_event.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_memory.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_post_message.cc View 1 7 chunks +12 lines, -1 line 0 comments Download
M ppapi/tests/test_scrollbar.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_tcp_socket_private_shared.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_transport.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_udp_socket_private_shared.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_url_loader.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_var.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M ppapi/tests/test_var_deprecated.cc View 1 3 chunks +6 lines, -1 line 0 comments Download
M ppapi/tests/test_video_decoder.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_websocket.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/ppapi/message_channel.cc View 1 chunk +1 line, -0 lines 0 comments Download
M webkit/plugins/ppapi/plugin_module.cc View 1 3 chunks +13 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
dmichael (off chromium)
http://codereview.chromium.org/8982006/diff/6001/ppapi/cpp/var.cc File ppapi/cpp/var.cc (right): http://codereview.chromium.org/8982006/diff/6001/ppapi/cpp/var.cc#newcode216 ppapi/cpp/var.cc:216: snprintf(buf, sizeof(buf), "Var(UNDEFINED)"); The <> didn't play nicely when ...
9 years ago (2011-12-20 23:52:26 UTC) #1
brettw
Sweet! LGTM
9 years ago (2011-12-21 00:31:42 UTC) #2
dmichael (off chromium)
I sent this out a little prematurely. You can delay reviewing if you want. On ...
9 years ago (2011-12-21 00:32:20 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmichael@chromium.org/8982006/18002
9 years ago (2011-12-21 17:47:52 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmichael@chromium.org/8982006/18005
9 years ago (2011-12-21 18:19:34 UTC) #5
commit-bot: I haz the power
Try job failure for 8982006-18005 (retry) on mac_rel for steps "browser_tests, ui_tests". It's a second ...
9 years ago (2011-12-21 20:34:49 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmichael@chromium.org/8982006/12006
9 years ago (2011-12-21 20:57:14 UTC) #7
commit-bot: I haz the power
Try job failure for 8982006-12006 (retry) (previous was lost) on linux_rel for step "ui_tests". It's ...
9 years ago (2011-12-21 23:11:57 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmichael@chromium.org/8982006/12006
9 years ago (2011-12-21 23:32:15 UTC) #9
commit-bot: I haz the power
9 years ago (2011-12-22 08:35:54 UTC) #10
Change committed as 115503

Powered by Google App Engine
This is Rietveld 408576698