WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
Patch
(4.27 KB, patch)
2016-09-06 03:39 PDT
,
Emanuele Aina
no flags
Details
Formatted Diff
Diff
Patch
(4.27 KB, patch)
2016-09-06 03:51 PDT
,
Emanuele Aina
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Emanuele Aina
Comment 1
2016-09-06 03:07:49 PDT
Created
attachment 288007
[details]
Patch
Emanuele Aina
Comment 2
2016-09-06 03:39:36 PDT
Created
attachment 288010
[details]
Patch
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
Created
attachment 288013
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug