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

Issue 2522753002: DevTools: [Persistence] properly copy breakpoints to filesystem during reload (Closed)

Created:
4 years, 1 month ago by lushnikov
Modified:
4 years, 1 month ago
Reviewers:
dgozman
CC:
chromium-reviews, caseq+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, pfeldman, kozyatinskiy+blink_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: [Persistence] properly copy breakpoints to filesystem during reload Persitence takes care of synchronizing breakpoints between filesystem and network files: - when the PersistenceBinding comes, breakpoints are moved from fileSystem to Network uiSourceCode - when the PersistenceBinding gets removed, breakpoints are copied from Network uiSourcecode to filesystem Problem: When the network uiSourceCode gets removed (e.g. page reload happened), the breakpoint manager cleans up all breakpoints associated with this UISourceCode. As a result, persistence fails to copy breakpoints over to the filesystem. This patch starts using breakpointsForURL to set breakpoints on FileSystem UISourceCode. BUG=649837 R=dgozman Committed: https://crrev.com/6d8345816cfb1b1f268ca4e2cf24a4e7f2f2c9af Cr-Commit-Position: refs/heads/master@{#434017}

Patch Set 1 #

Patch Set 2 : fix test #

Messages

Total messages: 14 (8 generated)
lushnikov
please, take a look
4 years, 1 month ago (2016-11-22 02:50:03 UTC) #1
dgozman
lgtm
4 years, 1 month ago (2016-11-22 21:24:32 UTC) #6
lushnikov
thanks!
4 years, 1 month ago (2016-11-22 21:38:16 UTC) #7
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/2522753002/20001
4 years, 1 month ago (2016-11-22 21:39:06 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 1 month ago (2016-11-22 23:18:07 UTC) #12
commit-bot: I haz the power
4 years, 1 month ago (2016-11-22 23:20:41 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/6d8345816cfb1b1f268ca4e2cf24a4e7f2f2c9af
Cr-Commit-Position: refs/heads/master@{#434017}

Powered by Google App Engine
This is Rietveld 408576698