WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
195588
Web Inspector: DOMStorage: lazily create the agent
https://bugs.webkit.org/show_bug.cgi?id=195588
Summary
Web Inspector: DOMStorage: lazily create the agent
Devin Rousso
Reported
2019-03-11 17:51:06 PDT
.
Attachments
Patch
(11.45 KB, patch)
2019-03-17 12:28 PDT
,
Devin Rousso
no flags
Details
Formatted Diff
Diff
Patch
(12.80 KB, patch)
2019-03-17 14:42 PDT
,
Devin Rousso
no flags
Details
Formatted Diff
Diff
Patch
(12.79 KB, patch)
2019-03-19 10:39 PDT
,
Devin Rousso
no flags
Details
Formatted Diff
Diff
Patch
(13.40 KB, patch)
2019-03-19 11:47 PDT
,
Devin Rousso
no flags
Details
Formatted Diff
Diff
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2019-03-11 17:58:46 PDT
<
rdar://problem/48791878
>
Devin Rousso
Comment 2
2019-03-17 12:28:37 PDT
Created
attachment 364971
[details]
Patch
Devin Rousso
Comment 3
2019-03-17 14:42:52 PDT
Created
attachment 364976
[details]
Patch
Devin Rousso
Comment 4
2019-03-17 17:17:59 PDT
Comment on
attachment 364976
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=364976&action=review
> Source/WebCore/inspector/agents/InspectorDOMStorageAgent.cpp:184 > + errorString = "Missing page agent"_s;
This should probably be `"Missing Page agent"`.
Joseph Pecoraro
Comment 5
2019-03-18 21:57:30 PDT
Comment on
attachment 364976
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=364976&action=review
r=me
> Source/WebCore/inspector/CommandLineAPIHost.cpp:169 > - if (m_domStorageAgent) > - return m_domStorageAgent->storageId(storage); > - return { }; > + return InspectorDOMStorageAgent::storageId(storage);
Nice!
>> Source/WebCore/inspector/agents/InspectorDOMStorageAgent.cpp:184 >> + errorString = "Missing page agent"_s; > > This should probably be `"Missing Page agent"`.
Agreed.
Devin Rousso
Comment 6
2019-03-19 10:39:49 PDT
Created
attachment 365182
[details]
Patch
WebKit Commit Bot
Comment 7
2019-03-19 10:51:43 PDT
Comment hidden (obsolete)
Comment on
attachment 365182
[details]
Patch Rejecting
attachment 365182
[details]
from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-02', 'apply-attachment', '--no-update', '--non-interactive', 365182, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit Logging in as
commit-queue@webkit.org
... Fetching:
https://bugs.webkit.org/attachment.cgi?id=365182&action=edit
Fetching:
https://bugs.webkit.org/show_bug.cgi?id=195588
&ctype=xml&excludefield=attachmentdata Processing 1 patch from 1 bug. Processing patch 365182 from
bug 195588
. Fetching:
https://bugs.webkit.org/attachment.cgi?id=365182
Failed to run "[u'/Volumes/Data/EWS/WebKit/Tools/Scripts/svn-apply', '--force']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit Parsed 7 diffs from patch file(s). patching file Source/WebCore/ChangeLog Hunk #1 succeeded at 1 with fuzz 3. patching file Source/WebCore/inspector/CommandLineAPIHost.cpp patching file Source/WebCore/inspector/CommandLineAPIHost.h patching file Source/WebCore/inspector/InspectorController.cpp Hunk #1 FAILED at 127. Hunk #2 succeeded at 138 (offset -4 lines). Hunk #3 succeeded at 188 (offset -4 lines). 1 out of 3 hunks FAILED -- saving rejects to file Source/WebCore/inspector/InspectorController.cpp.rej patching file Source/WebCore/inspector/WorkerInspectorController.cpp Hunk #1 succeeded at 77 with fuzz 1 (offset -3 lines). patching file Source/WebCore/inspector/agents/InspectorDOMStorageAgent.cpp patching file Source/WebCore/inspector/agents/InspectorDOMStorageAgent.h Failed to run "[u'/Volumes/Data/EWS/WebKit/Tools/Scripts/svn-apply', '--force']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit Full output:
https://webkit-queues.webkit.org/results/11567901
Devin Rousso
Comment 8
2019-03-19 11:47:58 PDT
Created
attachment 365193
[details]
Patch Include drive-by fix from
r243150
<
https://trac.webkit.org/changeset/243150
>: move creation of Heap agent outside `ENABLE(RESOURCE_USAGE)` block
WebKit Commit Bot
Comment 9
2019-03-19 12:11:13 PDT
Comment on
attachment 365193
[details]
Patch Clearing flags on attachment: 365193 Committed
r243158
: <
https://trac.webkit.org/changeset/243158
>
WebKit Commit Bot
Comment 10
2019-03-19 12:11:14 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug