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

Issue 673163004: [DevTools] Extract platform module. (Closed)

Created:
6 years, 2 months ago by dgozman
Modified:
6 years, 1 month ago
Reviewers:
apavlov, vsevik, pfeldman
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, malch+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, sergeyv+blink_chromium.org, aandrey+blink_chromium.org
Project:
blink
Visibility:
Public.

Description

[DevTools] Extract platform module. BUG=none Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184865

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : Fix inspector-protocol tests #

Total comments: 13

Patch Set 4 : Fixed review comments #

Patch Set 5 : Fixed bug in hosted mode #

Unified diffs Side-by-side diffs Delta from patch set Stats (+282 lines, -2518 lines) Patch
M LayoutTests/inspector-protocol/heap-profiler/resources/heap-snapshot-common.js View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M LayoutTests/inspector/initial-modules-load-expected.txt View 5 chunks +5 lines, -0 lines 0 comments Download
M LayoutTests/inspector/open-with-rendering-option-enabled-expected.txt View 1 chunk +1 line, -0 lines 0 comments Download
M Source/devtools/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M Source/devtools/devtools.gypi View 1 2 3 4 6 chunks +10 lines, -5 lines 0 comments Download
M Source/devtools/front_end/Runtime.js View 1 2 3 4 9 chunks +71 lines, -111 lines 0 comments Download
M Source/devtools/front_end/bindings/module.json View 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/common/Geometry.js View 1 2 1 chunk +75 lines, -0 lines 0 comments Download
M Source/devtools/front_end/common/module.json View 1 chunk +3 lines, -1 line 0 comments Download
D Source/devtools/front_end/common/utilities.js View 1 2 1 chunk +0 lines, -1426 lines 0 comments Download
M Source/devtools/front_end/components/module.json View 1 chunk +3 lines, -2 lines 0 comments Download
M Source/devtools/front_end/devices/module.json View 1 chunk +1 line, -0 lines 0 comments Download
M Source/devtools/front_end/devtools.json View 1 chunk +1 line, -0 lines 0 comments Download
M Source/devtools/front_end/heap_snapshot_worker/module.json View 1 chunk +2 lines, -1 line 0 comments Download
D Source/devtools/front_end/host/DOMExtension.js View 1 chunk +0 lines, -853 lines 0 comments Download
D Source/devtools/front_end/host/ToolboxHost.js View 1 chunk +0 lines, -15 lines 0 comments Download
M Source/devtools/front_end/host/module.json View 1 chunk +2 lines, -3 lines 0 comments Download
M Source/devtools/front_end/main/AdvancedApp.js View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/devtools/front_end/main/module.json View 1 chunk +1 line, -0 lines 0 comments Download
A + Source/devtools/front_end/platform/DOMExtension.js View 1 1 chunk +0 lines, -74 lines 0 comments Download
A Source/devtools/front_end/platform/Promise.js View 1 2 3 1 chunk +57 lines, -0 lines 0 comments Download
A Source/devtools/front_end/platform/module.json View 1 chunk +9 lines, -0 lines 0 comments Download
A + Source/devtools/front_end/platform/utilities.js View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
M Source/devtools/front_end/promises/module.json View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/devtools/front_end/script_formatter_worker/module.json View 1 chunk +2 lines, -1 line 0 comments Download
M Source/devtools/front_end/sdk/module.json View 1 chunk +2 lines, -1 line 0 comments Download
M Source/devtools/front_end/toolbox.json View 1 chunk +1 line, -5 lines 0 comments Download
M Source/devtools/front_end/toolbox/module.json View 1 chunk +3 lines, -2 lines 0 comments Download
M Source/devtools/front_end/toolbox_bootstrap/Toolbox.js View 1 2 2 chunks +14 lines, -11 lines 0 comments Download
M Source/devtools/front_end/toolbox_bootstrap/module.json View 1 chunk +1 line, -2 lines 0 comments Download
M Source/devtools/front_end/ui/module.json View 1 chunk +1 line, -0 lines 0 comments Download
M Source/devtools/front_end/workspace/module.json View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 21 (8 generated)
dgozman
Take a look please.
6 years, 2 months ago (2014-10-24 13:47:12 UTC) #2
pfeldman
lgtm
6 years, 2 months ago (2014-10-24 15:41:28 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/673163004/20001
6 years, 2 months ago (2014-10-24 20:19:43 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/30839)
6 years, 1 month ago (2014-10-24 21:23:48 UTC) #7
apavlov
https://codereview.chromium.org/673163004/diff/40001/Source/devtools/devtools.gypi File Source/devtools/devtools.gypi (right): https://codereview.chromium.org/673163004/diff/40001/Source/devtools/devtools.gypi#newcode73 Source/devtools/devtools.gypi:73: 'devtools_platform_js_files': [ We should preserve the alphabetic order (I ...
6 years, 1 month ago (2014-10-31 13:26:26 UTC) #9
dgozman
https://codereview.chromium.org/673163004/diff/40001/Source/devtools/devtools.gypi File Source/devtools/devtools.gypi (right): https://codereview.chromium.org/673163004/diff/40001/Source/devtools/devtools.gypi#newcode73 Source/devtools/devtools.gypi:73: 'devtools_platform_js_files': [ On 2014/10/31 13:26:26, apavlov wrote: > We ...
6 years, 1 month ago (2014-10-31 13:56:06 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/673163004/40002
6 years, 1 month ago (2014-10-31 13:56:54 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/34610)
6 years, 1 month ago (2014-10-31 16:19:39 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/673163004/40002
6 years, 1 month ago (2014-10-31 19:26:58 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:40002) as 184753
6 years, 1 month ago (2014-10-31 21:11:45 UTC) #17
lushnikov
A revert of this CL (patchset #4 id:40002) has been created in https://codereview.chromium.org/692343002/ by lushnikov@chromium.org. ...
6 years, 1 month ago (2014-11-01 14:10:30 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/673163004/70001
6 years, 1 month ago (2014-11-05 10:27:16 UTC) #20
commit-bot: I haz the power
6 years, 1 month ago (2014-11-05 11:43:34 UTC) #21
Message was sent while issue was closed.
Committed patchset #5 (id:70001) as 184865

Powered by Google App Engine
This is Rietveld 408576698