RESOLVED FIXED 120098
[Windows] Enable the New Web Inspector
https://bugs.webkit.org/show_bug.cgi?id=120098
Summary [Windows] Enable the New Web Inspector
Brent Fulgham
Reported 2013-08-20 18:07:17 PDT
Why should Windows be left out? Time to get access to the new Web Inspector!
Attachments
Patch just copies files around. (120.54 KB, patch)
2013-08-20 18:17 PDT, Brent Fulgham
bweinstein: review+
Screenshot of New Inspector on Windows (226.18 KB, image/png)
2013-08-20 18:23 PDT, Brent Fulgham
no flags
Screenshot after enabling CSS_IMAGE_SET (103.26 KB, image/png)
2013-08-21 09:50 PDT, Brent Fulgham
no flags
Brent Fulgham
Comment 1 2013-08-20 18:07:40 PDT
Radar WebKit Bug Importer
Comment 2 2013-08-20 18:08:00 PDT
Brent Fulgham
Comment 3 2013-08-20 18:17:50 PDT
Created attachment 209243 [details] Patch just copies files around.
Brent Fulgham
Comment 4 2013-08-20 18:19:10 PDT
Comment on attachment 209243 [details] Patch just copies files around. The patch looks big and scary, but it's basically just copying files around. Visual Studio is not compact in its representation of things.
Brent Fulgham
Comment 5 2013-08-20 18:23:57 PDT
Created attachment 209244 [details] Screenshot of New Inspector on Windows
Joseph Pecoraro
Comment 6 2013-08-20 18:26:16 PDT
This looks good to me! I'd prefer someone with Windows experience to look over the Windows project/build related bits.
Joseph Pecoraro
Comment 7 2013-08-20 22:25:27 PDT
Comment on attachment 209243 [details] Patch just copies files around. I just want to make sure. As we add new files to WebInspectorUI, will we need to add entries to the vcxproj and vcxproj.filters files? I hope not, that is a burden we would like to avoid. Is there a way for VisualStudio to just include a directory without enumerating all the contents?
Brent Fulgham
Comment 8 2013-08-20 22:58:58 PDT
(In reply to comment #7) > (From update of attachment 209243 [details]) > I just want to make sure. As we add new files to WebInspectorUI, will we need to add entries to the vcxproj and vcxproj.filters files? I hope not, that is a burden we would like to avoid. Is there a way for VisualStudio to just include a directory without enumerating all the contents? I'll look into it, but I think it's unlikely. The project file really only exists to make it easy to find/edit the css/js/html files. The "build" phase is done purely with scripts/wildcards, so forgetting to add a file in the project will NOT prevent the new code from being integrated and used with the build.
Brent Fulgham
Comment 9 2013-08-21 08:50:29 PDT
This feature assumes that ENABLE(CSS_IMAGE_SET) is true. For some reason, this was never activated on Windows (even though all the code seems to be in place).
Brent Fulgham
Comment 10 2013-08-21 09:50:04 PDT
Created attachment 209280 [details] Screenshot after enabling CSS_IMAGE_SET
Brian Weinstein
Comment 11 2013-08-21 10:15:47 PDT
Comment on attachment 209243 [details] Patch just copies files around. r=me on code changes, rs=me on project changes.
Brent Fulgham
Comment 12 2013-08-21 10:18:19 PDT
Note You need to log in before you can comment on or make changes to this bug.