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

Issue 2649023007: DevTools: implement release note behind an experiment (Closed)

Created:
3 years, 11 months ago by chenwilliam
Modified:
3 years, 10 months ago
CC:
apavlov+blink_chromium.org, blink-reviews, caseq+blink_chromium.org, chromium-reviews, devtools-reviews_chromium.org, kozyatinskiy+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, pfeldman
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: implement release note behind an experiment Behind a hidden experiment. BUG=682879 Review-Url: https://codereview.chromium.org/2649023007 Cr-Commit-Position: refs/heads/master@{#452981} Committed: https://chromium.googlesource.com/chromium/src/+/3f6f704e1dd29f27151815af2b24e5da87711546

Patch Set 1 #

Patch Set 2 : wip #

Patch Set 3 : works #

Patch Set 4 : fixup #

Total comments: 29

Patch Set 5 : working except for tests #

Patch Set 6 : panel #

Patch Set 7 : finalize #

Total comments: 20

Patch Set 8 : address CL comments #

Patch Set 9 : fixes #

Total comments: 8

Patch Set 10 : address CL comments #

Total comments: 38

Patch Set 11 : address CL comments #

Patch Set 12 : fixup #

Total comments: 16

Patch Set 13 : address CL fb #

Patch Set 14 : fixup #

Patch Set 15 : make test platform independent #

Unified diffs Side-by-side diffs Delta from patch set Stats (+495 lines, -2 lines) Patch
A third_party/WebKit/LayoutTests/inspector/help/release-note.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +63 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/inspector/help/release-note-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +16 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/inspector/help/release-note-unit.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +93 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/inspector/help/release-note-unit-expected.txt View 1 2 3 4 5 6 7 8 9 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/inspector/help/resources/test.png View 1 2 3 4 5 6 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/inspector/initial-modules-load-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +5 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/open-with-rendering-option-enabled-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/devtools/front_end/help/Help.js View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +91 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/devtools/front_end/help/ReleaseNote.js View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +49 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/devtools/front_end/help/ReleaseNoteText.js View 1 2 3 4 5 6 7 8 9 10 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/devtools/front_end/help/module.json View 1 2 3 4 5 6 7 8 9 10 1 chunk +26 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/devtools/front_end/help/releaseNote.css View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +51 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/inspector.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/main/Main.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/main/module.json View 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 33 (14 generated)
chenwilliam
ptal! https://codereview.chromium.org/2649023007/diff/60001/third_party/WebKit/Source/devtools/front_end/console/releaseNoteMessage.css File third_party/WebKit/Source/devtools/front_end/console/releaseNoteMessage.css (right): https://codereview.chromium.org/2649023007/diff/60001/third_party/WebKit/Source/devtools/front_end/console/releaseNoteMessage.css#newcode61 third_party/WebKit/Source/devtools/front_end/console/releaseNoteMessage.css:61: font-family: '.SFNSDisplay-Regular', sans-serif !important; ideas on how to ...
3 years, 10 months ago (2017-02-09 23:39:48 UTC) #4
luoe
High level comment: let's not modify 'level' and 'type', since SDK shouldn't affect/be aware of ...
3 years, 10 months ago (2017-02-11 00:30:55 UTC) #5
chenwilliam
ptal. thanks! https://codereview.chromium.org/2649023007/diff/60001/third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js File third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js (right): https://codereview.chromium.org/2649023007/diff/60001/third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js#newcode531 third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js:531: _formatReleaseNote(obj) { On 2017/02/11 00:30:54, luoe wrote: ...
3 years, 10 months ago (2017-02-15 00:57:09 UTC) #6
einbinder
https://codereview.chromium.org/2649023007/diff/120001/third_party/WebKit/Source/devtools/front_end/help/ReleaseNote.js File third_party/WebKit/Source/devtools/front_end/help/ReleaseNote.js (right): https://codereview.chromium.org/2649023007/diff/120001/third_party/WebKit/Source/devtools/front_end/help/ReleaseNote.js#newcode5 third_party/WebKit/Source/devtools/front_end/help/ReleaseNote.js:5: Help.ReleaseNoteManager = class { This doesn't look like it ...
3 years, 10 months ago (2017-02-15 20:10:45 UTC) #7
luoe
The 'Hide' button is a few pixels taller than the 'and more...' button. https://codereview.chromium.org/2649023007/diff/120001/third_party/WebKit/Source/devtools/front_end/help/ReleaseNote.js File ...
3 years, 10 months ago (2017-02-15 22:32:33 UTC) #8
chenwilliam
@dgozman and @pfeldman ptal. screenshot in bug. https://codereview.chromium.org/2649023007/diff/120001/third_party/WebKit/Source/devtools/front_end/help/ReleaseNote.js File third_party/WebKit/Source/devtools/front_end/help/ReleaseNote.js (right): https://codereview.chromium.org/2649023007/diff/120001/third_party/WebKit/Source/devtools/front_end/help/ReleaseNote.js#newcode5 third_party/WebKit/Source/devtools/front_end/help/ReleaseNote.js:5: Help.ReleaseNoteManager = ...
3 years, 10 months ago (2017-02-16 21:32:43 UTC) #10
dgozman
Some high-level comments. Will take a closer look at UI code soon. https://codereview.chromium.org/2649023007/diff/160001/third_party/WebKit/Source/devtools/front_end/help/ReleaseNote.js File third_party/WebKit/Source/devtools/front_end/help/ReleaseNote.js ...
3 years, 10 months ago (2017-02-17 22:27:04 UTC) #11
chenwilliam
updated per @dgozman comments https://codereview.chromium.org/2649023007/diff/160001/third_party/WebKit/Source/devtools/front_end/help/ReleaseNote.js File third_party/WebKit/Source/devtools/front_end/help/ReleaseNote.js (right): https://codereview.chromium.org/2649023007/diff/160001/third_party/WebKit/Source/devtools/front_end/help/ReleaseNote.js#newcode10 third_party/WebKit/Source/devtools/front_end/help/ReleaseNote.js:10: Help.ReleaseNoteManager.releaseNote = function() { On ...
3 years, 10 months ago (2017-02-17 23:23:49 UTC) #12
dgozman
alph@ is very enthusiastic about reviewing this patch, so I'm deferring to him.
3 years, 10 months ago (2017-02-21 19:31:08 UTC) #14
alph
https://codereview.chromium.org/2649023007/diff/180001/third_party/WebKit/LayoutTests/inspector/help/release-note.html File third_party/WebKit/LayoutTests/inspector/help/release-note.html (right): https://codereview.chromium.org/2649023007/diff/180001/third_party/WebKit/LayoutTests/inspector/help/release-note.html#newcode11 third_party/WebKit/LayoutTests/inspector/help/release-note.html:11: text: 'Test bullet #1', We use double quotes in ...
3 years, 10 months ago (2017-02-21 23:19:43 UTC) #15
chenwilliam
@alph, could you take another look please? https://codereview.chromium.org/2649023007/diff/180001/third_party/WebKit/LayoutTests/inspector/help/release-note.html File third_party/WebKit/LayoutTests/inspector/help/release-note.html (right): https://codereview.chromium.org/2649023007/diff/180001/third_party/WebKit/LayoutTests/inspector/help/release-note.html#newcode11 third_party/WebKit/LayoutTests/inspector/help/release-note.html:11: text: 'Test ...
3 years, 10 months ago (2017-02-22 02:36:39 UTC) #18
alph
I have a concern with the chosen approach. Will it work for our Canary users? ...
3 years, 10 months ago (2017-02-22 21:59:45 UTC) #19
alph
almost looks good https://codereview.chromium.org/2649023007/diff/220001/third_party/WebKit/Source/devtools/front_end/help/Help.js File third_party/WebKit/Source/devtools/front_end/help/Help.js (right): https://codereview.chromium.org/2649023007/diff/220001/third_party/WebKit/Source/devtools/front_end/help/Help.js#newcode21 third_party/WebKit/Source/devtools/front_end/help/Help.js:21: const originalVersion = version; please avoid ...
3 years, 10 months ago (2017-02-23 00:39:08 UTC) #20
chenwilliam
@alph - please take another look. https://codereview.chromium.org/2649023007/diff/220001/third_party/WebKit/Source/devtools/front_end/help/Help.js File third_party/WebKit/Source/devtools/front_end/help/Help.js (right): https://codereview.chromium.org/2649023007/diff/220001/third_party/WebKit/Source/devtools/front_end/help/Help.js#newcode21 third_party/WebKit/Source/devtools/front_end/help/Help.js:21: const originalVersion = ...
3 years, 10 months ago (2017-02-23 02:31:05 UTC) #21
alph
lgtm
3 years, 10 months ago (2017-02-23 21:48:47 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2649023007/260001
3 years, 10 months ago (2017-02-23 22:07:39 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/394695)
3 years, 10 months ago (2017-02-24 00:25:43 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2649023007/280001
3 years, 10 months ago (2017-02-24 19:17:20 UTC) #30
commit-bot: I haz the power
3 years, 10 months ago (2017-02-24 23:10:02 UTC) #33
Message was sent while issue was closed.
Committed patchset #15 (id:280001) as
https://chromium.googlesource.com/chromium/src/+/3f6f704e1dd29f27151815af2b24...

Powered by Google App Engine
This is Rietveld 408576698