Bug 94812 - Web Inspector: register context menu providers for lazily loaded panels.
Summary: Web Inspector: register context menu providers for lazily loaded panels.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-23 07:31 PDT by Pavel Feldman
Modified: 2012-08-23 07:58 PDT (History)
10 users (show)

See Also:


Attachments
Patch (20.72 KB, patch)
2012-08-23 07:46 PDT, Pavel Feldman
apavlov: review+
apavlov: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2012-08-23 07:31:12 PDT
Panel descriptors now register providers that lazily load panels on demand.
Comment 1 Pavel Feldman 2012-08-23 07:46:16 PDT
Created attachment 160161 [details]
Patch
Comment 2 Alexander Pavlov (apavlov) 2012-08-23 07:53:07 PDT
Comment on attachment 160161 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=160161&action=review

Please fix the copyright years in the new files, looks good otherwise

> Source/WebCore/inspector/front-end/NetworkPanelDescriptor.js:4
> + * Copyright (C) 2011 Google Inc. All rights reserved.

2012

> Source/WebCore/inspector/front-end/ScriptsPanelDescriptor.js:3
> + * Copyright (C) 2011 Google Inc. All rights reserved.

2012
Comment 3 Pavel Feldman 2012-08-23 07:58:54 PDT
Committed r126425: <http://trac.webkit.org/changeset/126425>