RESOLVED FIXED 121463
[Windows] Provide a short history in WinLauncher to make testing easier
https://bugs.webkit.org/show_bug.cgi?id=121463
Summary [Windows] Provide a short history in WinLauncher to make testing easier
Brent Fulgham
Reported 2013-09-16 17:39:54 PDT
I am constantly pasting (or worse, TYPING) various URL's into WinLauncher to try things out. Life would be much better with a short 'history' that would allow quick cycling between some test pages. This patch updates WinLauncher with a rudimentary history feature to help with this. Note: This code is getting very ugly due to lack of smart pointers. I intend to introduce a patch that uses the WTF types to reduce the amount of goto's and manual cleanup code.d
Attachments
Patch (12.00 KB, patch)
2013-09-16 17:47 PDT, Brent Fulgham
no flags
Patch (12.21 KB, patch)
2013-09-16 18:08 PDT, Brent Fulgham
andersca: review+
Brent Fulgham
Comment 1 2013-09-16 17:47:58 PDT
Radar WebKit Bug Importer
Comment 2 2013-09-16 17:49:38 PDT
Anders Carlsson
Comment 3 2013-09-16 17:51:37 PDT
Comment on attachment 211847 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=211847&action=review > Tools/WinLauncher/WinLauncher.cpp:220 > + No need for this newline. > Tools/WinLauncher/WinLauncher.cpp:229 > + IWebBackForwardList* backForwardList = 0; > + IWebHistoryItem* currentItem = 0; > + IWebHistoryPrivate* webHistory = 0; I think you should use COMPtr for these or at least _com_ptr_t.
Brent Fulgham
Comment 4 2013-09-16 18:08:17 PDT
Brent Fulgham
Comment 5 2013-09-16 18:26:37 PDT
Note You need to log in before you can comment on or make changes to this bug.