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

Issue 452083002: DevTools: Implement CSS/JS documentation context menu provider for CodeMirrorTextEditor (Closed)

Created:
6 years, 4 months ago by semeny
Modified:
6 years, 4 months ago
Reviewers:
yurys, apavlov, lushnikov, iliia
Base URL:
https://chromium.googlesource.com/chromium/blink.git@my-patch
Project:
blink
Visibility:
Public.

Description

Patch creates an experimental item in context menu which will be used for documentation. BUG=391593 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179930

Patch Set 1 #

Total comments: 7

Patch Set 2 : Comments addressed #

Patch Set 3 : Rebased master branch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -1 line) Patch
M Source/devtools/front_end/common/Settings.js View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/devtools/front_end/documentation/DocumentationView.js View 1 1 chunk +59 lines, -0 lines 0 comments Download
M Source/devtools/front_end/documentation/module.json View 1 chunk +7 lines, -0 lines 0 comments Download
M Source/devtools/front_end/main/Main.js View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/devtools/front_end/source_frame/CodeMirrorTextEditor.js View 1 chunk +1 line, -0 lines 0 comments Download
M Source/devtools/scripts/frontend_modules.json View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 18 (0 generated)
semeny
6 years, 4 months ago (2014-08-08 12:30:59 UTC) #1
yurys
https://codereview.chromium.org/452083002/diff/1/Source/devtools/front_end/common/Settings.js File Source/devtools/front_end/common/Settings.js (right): https://codereview.chromium.org/452083002/diff/1/Source/devtools/front_end/common/Settings.js#newcode297 Source/devtools/front_end/common/Settings.js:297: this.documentation = this._createExperiment("documentation", "Documentation for JS and CSS"); hidden=true? ...
6 years, 4 months ago (2014-08-08 13:07:47 UTC) #2
apavlov
https://codereview.chromium.org/452083002/diff/1/Source/devtools/front_end/documentation/DocumentationView.js File Source/devtools/front_end/documentation/DocumentationView.js (right): https://codereview.chromium.org/452083002/diff/1/Source/devtools/front_end/documentation/DocumentationView.js#newcode57 Source/devtools/front_end/documentation/DocumentationView.js:57: _appendTextEditorItems: function(contextMenu, target) This can be inlined, too
6 years, 4 months ago (2014-08-08 13:13:52 UTC) #3
yurys
https://codereview.chromium.org/452083002/diff/1/Source/devtools/front_end/main/Main.js File Source/devtools/front_end/main/Main.js (right): https://codereview.chromium.org/452083002/diff/1/Source/devtools/front_end/main/Main.js#newcode192 Source/devtools/front_end/main/Main.js:192: if (WebInspector.experimentsSettings.documentation.isEnabled()) On 2014/08/08 13:07:47, yurys wrote: > You ...
6 years, 4 months ago (2014-08-08 13:21:07 UTC) #4
apavlov
Issue subjects should give a high-level description of what the patch does, not what its ...
6 years, 4 months ago (2014-08-08 13:24:07 UTC) #5
semeny
https://codereview.chromium.org/452083002/diff/1/Source/devtools/front_end/common/Settings.js File Source/devtools/front_end/common/Settings.js (right): https://codereview.chromium.org/452083002/diff/1/Source/devtools/front_end/common/Settings.js#newcode297 Source/devtools/front_end/common/Settings.js:297: this.documentation = this._createExperiment("documentation", "Documentation for JS and CSS"); On ...
6 years, 4 months ago (2014-08-08 14:54:45 UTC) #6
yurys
lgtm
6 years, 4 months ago (2014-08-11 08:21:27 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/semeny@google.com/452083002/40001
6 years, 4 months ago (2014-08-11 08:21:36 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_blink_compile_dbg on tryserver.blink ...
6 years, 4 months ago (2014-08-11 08:25:53 UTC) #9
semeny
The CQ bit was unchecked by semeny@google.com
6 years, 4 months ago (2014-08-11 08:27:06 UTC) #10
semeny
The CQ bit was checked by semeny@google.com
6 years, 4 months ago (2014-08-11 08:32:06 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/semeny@google.com/452083002/60001
6 years, 4 months ago (2014-08-11 08:32:47 UTC) #12
semeny
The CQ bit was unchecked by semeny@google.com
6 years, 4 months ago (2014-08-11 08:36:58 UTC) #13
lushnikov
lgtm
6 years, 4 months ago (2014-08-11 09:31:56 UTC) #14
iliia
The CQ bit was checked by iliia@google.com
6 years, 4 months ago (2014-08-11 09:32:44 UTC) #15
semeny
The CQ bit was checked by semeny@google.com
6 years, 4 months ago (2014-08-11 09:32:44 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/semeny@google.com/452083002/60001
6 years, 4 months ago (2014-08-11 09:32:56 UTC) #17
commit-bot: I haz the power
6 years, 4 months ago (2014-08-11 09:43:50 UTC) #18
Message was sent while issue was closed.
Change committed as 179930

Powered by Google App Engine
This is Rietveld 408576698