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

Issue 1483733002: Remove support for NPObjects. (Closed)

Created:
5 years ago by dcheng
Modified:
4 years, 8 months ago
CC:
blink-reviews, blink-reviews-api_chromium.org, blink-reviews-bindings_chromium.org, blink-reviews-html_chromium.org, chromium-reviews, darin-cc_chromium.org, dcheng, dglazkov+blink, jam, jochen+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, mlamouri+watch-blink_chromium.org, mlamouri+watch-test-runner_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove support for NPObjects. BUG=493212 Committed: https://crrev.com/e46cb3d6d59966409e1f2b679c38056e5fadde3d Cr-Commit-Position: refs/heads/master@{#384217}

Patch Set 1 #

Patch Set 2 : Remove NPObjectBase/Proxy/Stub #

Patch Set 3 : Fix compile #

Patch Set 4 : Fix more compile issues and start removing tests #

Patch Set 5 : Remove even more stuff #

Patch Set 6 : . #

Patch Set 7 : PPAPI test plugin #

Patch Set 8 : And now Blink tests actually instantiate the plugin successfully (!!!) #

Patch Set 9 : Fix Android build #

Patch Set 10 : Fix Windows build #

Patch Set 11 : PostMessage from PPAPI #

Patch Set 12 : Input tests working, PoC #

Patch Set 13 : Rebase after PPAPI commit #

Patch Set 14 : Rebased #

Patch Set 15 : Remove more stuff. #

Patch Set 16 : Rebase #

Patch Set 17 : rebase #

Total comments: 11

Patch Set 18 : Rebase #

Patch Set 19 : Delete two cases from switch per feedback #

Patch Set 20 : Rebased #

Patch Set 21 : rebase #

Patch Set 22 : rebase #

Patch Set 23 : snip snip #

Patch Set 24 : rebase #

Patch Set 25 : rebase #

Patch Set 26 : Rebase #

Patch Set 27 : Rebase #

Patch Set 28 : Fix bad rebase. #

Total comments: 6

Patch Set 29 : rebase #

Patch Set 30 : piman comments #

Patch Set 31 : rebase #

Total comments: 3

Patch Set 32 : rebase #

Patch Set 33 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -4997 lines) Patch
M components/test_runner/test_plugin.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +0 lines, -1 line 0 comments Download
M components/test_runner/test_plugin.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 1 chunk +0 lines, -4 lines 0 comments Download
M components/test_runner/test_runner.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 1 chunk +0 lines, -1 line 0 comments Download
M content/child/npapi/np_channel_base.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 4 chunks +2 lines, -51 lines 0 comments Download
M content/child/npapi/np_channel_base.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 6 chunks +2 lines, -114 lines 0 comments Download
D content/child/npapi/npobject_base.h View 1 1 chunk +0 lines, -31 lines 0 comments Download
D content/child/npapi/npobject_proxy.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -130 lines 0 comments Download
D content/child/npapi/npobject_proxy.cc View 1 1 chunk +0 lines, -509 lines 0 comments Download
D content/child/npapi/npobject_stub.h View 1 1 chunk +0 lines, -99 lines 0 comments Download
D content/child/npapi/npobject_stub.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -424 lines 0 comments Download
M content/child/npapi/npobject_util.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +0 lines, -74 lines 0 comments Download
D content/child/npapi/npobject_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -310 lines 0 comments Download
D content/child/npapi/npruntime_util.h View 1 2 3 4 1 chunk +0 lines, -24 lines 0 comments Download
D content/child/npapi/npruntime_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -54 lines 0 comments Download
M content/child/npapi/plugin_host.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +0 lines, -40 lines 0 comments Download
M content/child/npapi/plugin_instance.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +0 lines, -3 lines 0 comments Download
M content/child/npapi/plugin_instance.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +0 lines, -8 lines 0 comments Download
M content/child/npapi/webplugin.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +0 lines, -8 lines 0 comments Download
M content/child/npapi/webplugin_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -6 lines 0 comments Download
M content/child/npapi/webplugin_delegate_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +0 lines, -2 lines 0 comments Download
M content/child/npapi/webplugin_delegate_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +0 lines, -8 lines 0 comments Download
M content/child/plugin_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 5 chunks +0 lines, -68 lines 0 comments Download
D content/child/plugin_param_traits.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +0 lines, -91 lines 0 comments Download
D content/child/plugin_param_traits.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +0 lines, -137 lines 0 comments Download
M content/content_child.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 2 chunks +0 lines, -11 lines 0 comments Download
M content/plugin/plugin_channel.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -4 lines 0 comments Download
M content/plugin/plugin_channel.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -6 lines 0 comments Download
M content/plugin/plugin_thread.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +0 lines, -3 lines 0 comments Download
M content/plugin/webplugin_delegate_stub.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 3 chunks +0 lines, -3 lines 0 comments Download
M content/plugin/webplugin_delegate_stub.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 5 chunks +1 line, -42 lines 0 comments Download
M content/plugin/webplugin_proxy.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 2 chunks +0 lines, -4 lines 0 comments Download
M content/plugin/webplugin_proxy.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 5 chunks +0 lines, -60 lines 0 comments Download
M content/renderer/npapi/plugin_channel_host.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +1 line, -5 lines 0 comments Download
M content/renderer/npapi/plugin_channel_host.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +3 lines, -15 lines 0 comments Download
M content/renderer/npapi/webplugin_delegate_proxy.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 4 chunks +0 lines, -10 lines 0 comments Download
M content/renderer/npapi/webplugin_delegate_proxy.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 10 chunks +1 line, -78 lines 0 comments Download
M content/renderer/npapi/webplugin_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 3 chunks +0 lines, -7 lines 0 comments Download
M content/renderer/npapi/webplugin_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 8 chunks +0 lines, -43 lines 0 comments Download
M content/renderer/pepper/host_var_tracker_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/pepper/message_channel.cc View 1 2 3 4 2 chunks +0 lines, -2 lines 0 comments Download
M content/renderer/pepper/pepper_plugin_instance_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 3 chunks +2 lines, -4 lines 0 comments Download
M content/renderer/pepper/pepper_webplugin_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 3 chunks +0 lines, -10 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/renderer_blink_platform_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 2 chunks +0 lines, -4 lines 0 comments Download
D third_party/WebKit/Source/bindings/core/v8/NPV8Object.h View 1 chunk +0 lines, -86 lines 0 comments Download
D third_party/WebKit/Source/bindings/core/v8/NPV8Object.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +0 lines, -618 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ScriptController.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 4 chunks +0 lines, -20 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 7 chunks +0 lines, -141 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 4 chunks +3 lines, -7 lines 0 comments Download
D third_party/WebKit/Source/bindings/core/v8/V8NPObject.h View 1 chunk +0 lines, -69 lines 0 comments Download
D third_party/WebKit/Source/bindings/core/v8/V8NPObject.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -507 lines 0 comments Download
D third_party/WebKit/Source/bindings/core/v8/V8NPUtils.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 1 chunk +0 lines, -52 lines 0 comments Download
D third_party/WebKit/Source/bindings/core/v8/V8NPUtils.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 1 chunk +0 lines, -130 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8PerContextData.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 3 chunks +0 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLPlugInElementCustom.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 3 chunks +0 lines, -23 lines 0 comments Download
D third_party/WebKit/Source/bindings/core/v8/npruntime.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +0 lines, -461 lines 0 comments Download
D third_party/WebKit/Source/bindings/core/v8/npruntime_impl.h View 1 chunk +0 lines, -71 lines 0 comments Download
D third_party/WebKit/Source/bindings/core/v8/npruntime_priv.h View 1 chunk +0 lines, -92 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/v8.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 3 chunks +0 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/frame/LocalFrame.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLPlugInElement.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 3 chunks +2 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLPlugInElement.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 5 chunks +0 lines, -27 lines 0 comments Download
M third_party/WebKit/Source/core/page/FocusController.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/web/WebBindings.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +17 lines, -46 lines 0 comments Download
M third_party/WebKit/Source/web/WebLocalFrameImpl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/web/WebLocalFrameImpl.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +0 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/web/WebPluginContainerImpl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/web/WebPluginContainerImpl.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 3 chunks +1 line, -28 lines 0 comments Download
M third_party/WebKit/Source/web/WebRemoteFrameImpl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +0 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/web/tests/FakeWebPlugin.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/public/web/WebBindings.h View 1 2 3 4 5 6 2 chunks +0 lines, -10 lines 0 comments Download
M third_party/WebKit/public/web/WebFrame.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +0 lines, -8 lines 0 comments Download
M third_party/WebKit/public/web/WebPlugin.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +0 lines, -6 lines 0 comments Download
M third_party/WebKit/public/web/WebPluginContainer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +0 lines, -15 lines 0 comments Download

Messages

Total messages: 27 (7 generated)
dcheng
Mind taking an initial look? I think I've removed everything related to making window/plugins scriptable ...
5 years ago (2015-11-30 00:11:13 UTC) #2
haraken
Amazing!!! The change to WebKit/* looks good to me.
5 years ago (2015-11-30 01:09:06 UTC) #3
Will Harris
On 2015/11/30 01:09:06, haraken wrote: > Amazing!!! > > The change to WebKit/* looks good ...
5 years ago (2015-12-04 20:54:38 UTC) #4
Wez
tl;dr: So. Many. -Lines. Should have sent a poet. Looks pretty good; as noted I ...
4 years, 11 months ago (2016-01-05 23:05:05 UTC) #5
Wez
https://codereview.chromium.org/1483733002/diff/320001/content/child/npapi/npobject_util.h File content/child/npapi/npobject_util.h (left): https://codereview.chromium.org/1483733002/diff/320001/content/child/npapi/npobject_util.h#oldcode1 content/child/npapi/npobject_util.h:1: // Copyright 2013 The Chromium Authors. All rights reserved. ...
4 years, 11 months ago (2016-01-14 21:57:08 UTC) #7
dcheng
As an update, I'm still hacking away on layout tests. If anyone wants to help ...
4 years, 11 months ago (2016-01-14 22:05:50 UTC) #8
Wez
https://codereview.chromium.org/1483733002/diff/320001/content/child/npapi/plugin_host.cc File content/child/npapi/plugin_host.cc (right): https://codereview.chromium.org/1483733002/diff/320001/content/child/npapi/plugin_host.cc#newcode527 content/child/npapi/plugin_host.cc:527: return NPERR_INVALID_INSTANCE_ERROR; On 2016/01/14 at 22:05:50, dcheng wrote: > ...
4 years, 11 months ago (2016-01-19 17:58:28 UTC) #9
dcheng
+piman since the list of blocking tests is getting pretty short. This CL needs to ...
4 years, 9 months ago (2016-03-23 06:26:25 UTC) #11
piman
Very cool. Couple of questions. https://codereview.chromium.org/1483733002/diff/540001/content/child/npapi/np_channel_base.h File content/child/npapi/np_channel_base.h (right): https://codereview.chromium.org/1483733002/diff/540001/content/child/npapi/np_channel_base.h#newcode45 content/child/npapi/np_channel_base.h:45: static int Count(); Can ...
4 years, 9 months ago (2016-03-23 17:28:02 UTC) #12
dcheng
https://codereview.chromium.org/1483733002/diff/540001/content/child/npapi/np_channel_base.h File content/child/npapi/np_channel_base.h (right): https://codereview.chromium.org/1483733002/diff/540001/content/child/npapi/np_channel_base.h#newcode45 content/child/npapi/np_channel_base.h:45: static int Count(); On 2016/03/23 at 17:28:02, piman wrote: ...
4 years, 9 months ago (2016-03-24 03:14:08 UTC) #13
dcheng
OK, PTAL. I rebased and reran the tests on this CL today, and it looks ...
4 years, 8 months ago (2016-03-29 05:52:33 UTC) #15
tkent
components/test_runner lgtm https://codereview.chromium.org/1483733002/diff/600001/third_party/WebKit/Source/web/WebBindings.cpp File third_party/WebKit/Source/web/WebBindings.cpp (right): https://codereview.chromium.org/1483733002/diff/600001/third_party/WebKit/Source/web/WebBindings.cpp#newcode35 third_party/WebKit/Source/web/WebBindings.cpp:35: bool WebBindings::construct(NPP npp, NPObject* object, const NPVariant* ...
4 years, 8 months ago (2016-03-29 06:01:04 UTC) #16
haraken
WebKit LGTM
4 years, 8 months ago (2016-03-29 06:02:03 UTC) #17
dcheng
https://codereview.chromium.org/1483733002/diff/600001/third_party/WebKit/Source/web/WebBindings.cpp File third_party/WebKit/Source/web/WebBindings.cpp (right): https://codereview.chromium.org/1483733002/diff/600001/third_party/WebKit/Source/web/WebBindings.cpp#newcode35 third_party/WebKit/Source/web/WebBindings.cpp:35: bool WebBindings::construct(NPP npp, NPObject* object, const NPVariant* args, uint32_t ...
4 years, 8 months ago (2016-03-29 07:04:15 UTC) #18
tkent
https://codereview.chromium.org/1483733002/diff/600001/third_party/WebKit/Source/web/WebBindings.cpp File third_party/WebKit/Source/web/WebBindings.cpp (right): https://codereview.chromium.org/1483733002/diff/600001/third_party/WebKit/Source/web/WebBindings.cpp#newcode35 third_party/WebKit/Source/web/WebBindings.cpp:35: bool WebBindings::construct(NPP npp, NPObject* object, const NPVariant* args, uint32_t ...
4 years, 8 months ago (2016-03-29 07:38:57 UTC) #19
piman
LGTM, uncomfortably excited.
4 years, 8 months ago (2016-03-29 18:35:44 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1483733002/640001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1483733002/640001
4 years, 8 months ago (2016-03-31 06:47:01 UTC) #23
commit-bot: I haz the power
Committed patchset #33 (id:640001)
4 years, 8 months ago (2016-03-31 08:03:49 UTC) #24
commit-bot: I haz the power
Patchset 33 (id:??) landed as https://crrev.com/e46cb3d6d59966409e1f2b679c38056e5fadde3d Cr-Commit-Position: refs/heads/master@{#384217}
4 years, 8 months ago (2016-03-31 08:04:57 UTC) #26
Will Harris
4 years, 8 months ago (2016-03-31 14:11:20 UTC) #27
Message was sent while issue was closed.
On 2016/03/31 08:04:57, commit-bot: I haz the power wrote:
> Patchset 33 (id:??) landed as
> https://crrev.com/e46cb3d6d59966409e1f2b679c38056e5fadde3d
> Cr-Commit-Position: refs/heads/master@{#384217}

🍾!

Powered by Google App Engine
This is Rietveld 408576698