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

Issue 1088093002: Revert of DevTools: allow storing devtools preferences on the browser side. [blink] (Closed)

Created:
5 years, 8 months ago by mlamouri (slow - plz ping)
Modified:
5 years, 8 months ago
Reviewers:
dgozman, pfeldman
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, malch+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
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Revert of DevTools: allow storing devtools preferences on the browser side. [blink] (patchset #6 id:100001 of https://codereview.chromium.org/1066813003/) Reason for revert: This seems to have badly broken http/tests/inspector/service-workers/service-workers-redundant.html See: http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux%20Oilpan%20(dbg)/builds/535 BUG=472488 Original issue's description: > DevTools: allow storing devtools preferences on the browser side. [blink] > > BUG=376788 > > Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=193715 TBR=dgozman@chromium.org,pfeldman@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=376788 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=193772

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+179 lines, -310 lines) Patch
M LayoutTests/http/tests/inspector/inspector-test.js View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector/split-view.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/inspector/split-view-expected.txt View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/devtools/front_end/Runtime.js View 1 chunk +12 lines, -0 lines 0 comments Download
M Source/devtools/front_end/bindings/BreakpointManager.js View 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/common/Settings.js View 14 chunks +132 lines, -141 lines 0 comments Download
M Source/devtools/front_end/components/DOMBreakpointsSidebarPane.js View 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/console/ConsoleView.js View 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/devtools_app/InspectorFrontendHostImpl.js View 1 chunk +0 lines, -36 lines 0 comments Download
M Source/devtools/front_end/host/InspectorFrontendHost.js View 2 chunks +0 lines, -57 lines 0 comments Download
M Source/devtools/front_end/main/Main.js View 2 chunks +13 lines, -55 lines 0 comments Download
M Source/devtools/front_end/settings/SettingsScreen.js View 1 chunk +2 lines, -1 line 0 comments Download
M Source/devtools/front_end/sources/AdvancedSearchView.js View 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/sources/EventListenerBreakpointsSidebarPane.js View 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/sources/SourcesPanel.js View 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/sources/SourcesView.js View 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/sources/TabbedEditorContainer.js View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js View 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/sources/XHRBreakpointsSidebarPane.js View 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/ui/SplitView.js View 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/workspace/ExcludedFolderManager.js View 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/workspace/FileManager.js View 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/workspace/FileSystemMapping.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
mlamouri (slow - plz ping)
Created Revert of DevTools: allow storing devtools preferences on the browser side. [blink]
5 years, 8 months ago (2015-04-15 09:58:25 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1088093002/1
5 years, 8 months ago (2015-04-15 09:58:37 UTC) #2
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://src.chromium.org/viewvc/blink?view=rev&revision=193772
5 years, 8 months ago (2015-04-15 09:59:26 UTC) #3
pfeldman
A revert of this CL (patchset #1 id:1) has been created in https://codereview.chromium.org/1090573002/ by pfeldman@chromium.org. ...
5 years, 8 months ago (2015-04-15 10:03:07 UTC) #4
pfeldman
On 2015/04/15 10:03:07, pfeldman wrote: > A revert of this CL (patchset #1 id:1) has ...
5 years, 8 months ago (2015-04-15 10:04:36 UTC) #5
pfeldman
5 years, 8 months ago (2015-04-15 10:41:17 UTC) #6
Message was sent while issue was closed.
A revert of this CL (patchset #1 id:1) has been created in
https://codereview.chromium.org/1085253003/ by pfeldman@chromium.org.

The reason for reverting is: The test in question is broken, tracked as
crbug.com/472488..

Powered by Google App Engine
This is Rietveld 408576698