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

Issue 1107233003: Devtools: [CustomFormatter] Add context menu to disassemble custom previews (Closed)

Created:
5 years, 7 months ago by sergeyv
Modified:
5 years, 7 months ago
Reviewers:
pfeldman
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, sergeyv+blink_chromium.org, aandrey+blink_chromium.org, kozyatinskiy+blink_chromium.org
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Devtools: [CustomFormatter] Add context menu to disassemble custom previews BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194934

Patch Set 1 #

Total comments: 2

Patch Set 2 : Introduce WebInspector.ObjectPropertiesSection.defaultObjectPresentation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -59 lines) Patch
M Source/devtools/front_end/components/CustomPreviewSection.js View 1 2 chunks +36 lines, -32 lines 0 comments Download
M Source/devtools/front_end/components/ObjectPopoverHelper.js View 1 1 chunk +3 lines, -1 line 0 comments Download
M Source/devtools/front_end/components/ObjectPropertiesSection.js View 1 2 chunks +25 lines, -1 line 0 comments Download
M Source/devtools/front_end/console/ConsoleViewMessage.js View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/resources/IndexedDBViews.js View 1 2 chunks +2 lines, -16 lines 0 comments Download
M Source/devtools/front_end/resources/ServiceWorkerCacheViews.js View 1 2 chunks +2 lines, -8 lines 0 comments Download

Messages

Total messages: 12 (2 generated)
sergeyv
5 years, 7 months ago (2015-04-28 16:13:46 UTC) #2
pfeldman
https://codereview.chromium.org/1107233003/diff/1/Source/devtools/front_end/components/CustomPreviewSection.js File Source/devtools/front_end/components/CustomPreviewSection.js (right): https://codereview.chromium.org/1107233003/diff/1/Source/devtools/front_end/components/CustomPreviewSection.js#newcode68 Source/devtools/front_end/components/CustomPreviewSection.js:68: contextMenu.appendItem(WebInspector.UIString.capitalize("Disassemble in ^native JS ^object" ), this._disassemble.bind(this)); Show as ...
5 years, 7 months ago (2015-04-28 16:20:40 UTC) #3
pfeldman
lgtm
5 years, 7 months ago (2015-04-28 16:34:18 UTC) #4
sergeyv
please take a look once again
5 years, 7 months ago (2015-05-05 10:33:33 UTC) #5
pfeldman
lgtm
5 years, 7 months ago (2015-05-05 14:10:57 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1107233003/20001
5 years, 7 months ago (2015-05-05 15:55:36 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://src.chromium.org/viewvc/blink?view=rev&revision=194934
5 years, 7 months ago (2015-05-05 18:41:00 UTC) #9
dmurph
On 2015/05/05 at 18:41:00, commit-bot wrote: > Committed patchset #2 (id:20001) as https://src.chromium.org/viewvc/blink?view=rev&revision=194934 This broke ...
5 years, 7 months ago (2015-05-12 04:27:24 UTC) #10
dmurph
On 2015/05/12 at 04:27:24, dmurph wrote: > On 2015/05/05 at 18:41:00, commit-bot wrote: > > ...
5 years, 7 months ago (2015-05-12 04:29:42 UTC) #11
dmurph
5 years, 7 months ago (2015-05-12 05:25:54 UTC) #12
Message was sent while issue was closed.
On 2015/05/12 at 04:29:42, dmurph wrote:
> On 2015/05/12 at 04:27:24, dmurph wrote:
> > On 2015/05/05 at 18:41:00, commit-bot wrote:
> > > Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=194934
> > 
> > This broke the the Cache Storage view.  The value is not an
'ObjectProperties' value or a 'RemoteObject', it's just a string.
> > 
> > Can you please remove this change from the ServiceWorkerCacheViews.js?
> 
> Actually, I'll make the patch.

Change here:
https://codereview.chromium.org/1131723005

Powered by Google App Engine
This is Rietveld 408576698