RESOLVED FIXED 175364
[GTK] Web Inspector: Add Canvas2D.svg and Canvas3D.svg
https://bugs.webkit.org/show_bug.cgi?id=175364
Summary [GTK] Web Inspector: Add Canvas2D.svg and Canvas3D.svg
Fujii Hironori
Reported 2017-08-08 20:53:30 PDT
[GTK] Web Inspector: Add Canvas2D.svg and Canvas3D.svg Canvas.svg was renamed to Canvas3D.svg in Bug 174057.
Attachments
Patch (4.71 KB, patch)
2017-08-08 23:17 PDT, Fujii Hironori
no flags
screenshot with and without applying this change (19.06 KB, image/png)
2017-08-08 23:41 PDT, Fujii Hironori
no flags
Patch (6.28 KB, patch)
2017-08-15 22:53 PDT, Fujii Hironori
no flags
Patch (6.31 KB, patch)
2017-08-15 23:10 PDT, Fujii Hironori
no flags
Patch (6.33 KB, patch)
2017-09-21 19:40 PDT, Fujii Hironori
no flags
Patch (4.77 KB, patch)
2017-09-27 02:55 PDT, Fujii Hironori
no flags
Fujii Hironori
Comment 1 2017-08-08 23:17:26 PDT
Fujii Hironori
Comment 2 2017-08-08 23:41:08 PDT
Created attachment 317682 [details] screenshot with and without applying this change
Fujii Hironori
Comment 3 2017-08-08 23:59:26 PDT
Oh, no. This patch will break GTK+ incremental build because of removing an image file. I need to do something before landing this patch. (Bug 154088 Comment 4)
Fujii Hironori
Comment 4 2017-08-15 22:53:26 PDT
Fujii Hironori
Comment 5 2017-08-15 23:10:53 PDT
Fujii Hironori
Comment 6 2017-09-21 19:40:52 PDT
Carlos Garcia Campos
Comment 7 2017-09-22 00:11:28 PDT
Comment on attachment 321508 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=321508&action=review Thanks! > Tools/Scripts/webkitdirs.pm:1977 > + if (isGtk() or isWPE()) { > + my $gtkImageDircetory = File::Spec->catdir(sourceDir(), "Source", "WebInspectorUI", "UserInterface", "Images", "gtk"); > + if ($cacheFileModifiedTime < stat($gtkImageDircetory)->mtime) { > + return 1; > + } > + } This is a great idea! but I don't think it belongs to this commit. Could you please move this to its own bug/patch? You can submit the patch already reviewed and only ask for cq?
Fujii Hironori
Comment 8 2017-09-27 02:55:10 PDT
WebKit Commit Bot
Comment 9 2017-09-27 03:50:35 PDT
Comment on attachment 321948 [details] Patch Clearing flags on attachment: 321948 Committed r222552: <http://trac.webkit.org/changeset/222552>
WebKit Commit Bot
Comment 10 2017-09-27 03:50:37 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 11 2017-09-27 12:53:12 PDT
Note You need to log in before you can comment on or make changes to this bug.