Bug 110879 - Web Inspector: "loadScript" function to load scripts via xhr
Summary: Web Inspector: "loadScript" function to load scripts via xhr
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: Andrey Lushnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-26 06:47 PST by Andrey Lushnikov
Modified: 2013-02-28 06:55 PST (History)
9 users (show)

See Also:


Attachments
Patch (3.47 KB, patch)
2013-02-26 06:50 PST, Andrey Lushnikov
no flags Details | Formatted Diff | Diff
Patch (3.46 KB, patch)
2013-02-26 08:24 PST, Andrey Lushnikov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Lushnikov 2013-02-26 06:47:42 PST
"loadScript" function to load scripts via xhr in release build.
Comment 1 Andrey Lushnikov 2013-02-26 06:50:48 PST
Created attachment 190275 [details]
Patch
Comment 2 Alexander Pavlov (apavlov) 2013-02-26 06:56:43 PST
Comment on attachment 190275 [details]
Patch

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

> Source/WebCore/inspector/front-end/utilities.js:966
> + * This function behaves differently wether "debug_devtools" flag is set or not.

This function behavior depends on the "debug_devtools" flag value.

> Source/WebCore/inspector/front-end/utilities.js:968
> + * - In release mode every occurrence of "importScript" gets substituted with

gets replaced with
Comment 3 Andrey Lushnikov 2013-02-26 08:24:04 PST
Created attachment 190290 [details]
Patch
Comment 4 WebKit Review Bot 2013-02-28 06:55:31 PST
Comment on attachment 190290 [details]
Patch

Clearing flags on attachment: 190290

Committed r144305: <http://trac.webkit.org/changeset/144305>
Comment 5 WebKit Review Bot 2013-02-28 06:55:34 PST
All reviewed patches have been landed.  Closing bug.