RESOLVED FIXED 161621
[GTK][EFL] Make *_PROCESS_CMD_PREFIX conditional on DEVELOPER_MODE
https://bugs.webkit.org/show_bug.cgi?id=161621
Summary [GTK][EFL] Make *_PROCESS_CMD_PREFIX conditional on DEVELOPER_MODE
Emanuele Aina
Reported 2016-09-06 03:06:55 PDT
[GTK][EFL] Make *_PROCESS_CMD_PREFIX conditional on DEVELOPER_MODE
Attachments
Patch (4.25 KB, patch)
2016-09-06 03:07 PDT, Emanuele Aina
no flags
Patch (4.27 KB, patch)
2016-09-06 03:39 PDT, Emanuele Aina
no flags
Patch (4.27 KB, patch)
2016-09-06 03:51 PDT, Emanuele Aina
no flags
Emanuele Aina
Comment 1 2016-09-06 03:07:49 PDT
Emanuele Aina
Comment 2 2016-09-06 03:39:36 PDT
Carlos Garcia Campos
Comment 3 2016-09-06 03:44:05 PDT
Comment on attachment 288010 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=288010&action=review > Source/WebKit2/UIProcess/Launcher/ProcessLauncher.h:63 > -#if (PLATFORM(EFL) || PLATFORM(GTK)) && !defined(NDEBUG) > +#if (PLATFORM(EFL) || PLATFORM(GTK)) && ENABLE(DEVELOPER_MODE) Now that we are changing this, let's be consistent. Either change the previous one or this one I don't mind.
Emanuele Aina
Comment 4 2016-09-06 03:51:44 PDT
WebKit Commit Bot
Comment 5 2016-09-06 04:21:50 PDT
Comment on attachment 288013 [details] Patch Clearing flags on attachment: 288013 Committed r205474: <http://trac.webkit.org/changeset/205474>
WebKit Commit Bot
Comment 6 2016-09-06 04:21:54 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.