WebKit Bugzilla
Attachment 358178 Details for
Bug 193069
: [WPE][GTK] Add new WPE and JSC API directories to API watchlist
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-193069-20190101194755.patch (text/plain), 2.60 KB, created by
Michael Catanzaro
on 2019-01-01 17:47:56 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Michael Catanzaro
Created:
2019-01-01 17:47:56 PST
Size:
2.60 KB
patch
obsolete
>Subversion Revision: 239541 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index 8dcee1e52700fae0a737c5008d5a85f0f1a8f060..d9ac6e72e4b74ee111ee36d9ae14f0c61f215d3e 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,12 @@ >+2019-01-01 Michael Catanzaro <mcatanzaro@igalia.com> >+ >+ [WPE][GTK] Add new WPE and JSC API directories to API watchlist >+ https://bugs.webkit.org/show_bug.cgi?id=193069 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Scripts/webkitpy/common/config/watchlist: >+ > 2018-12-22 Carlos Garcia Campos <cgarcia@igalia.com> > > WebDriver: warn about non existing tests when parsing expectations >diff --git a/Tools/Scripts/webkitpy/common/config/watchlist b/Tools/Scripts/webkitpy/common/config/watchlist >index ce9d81b1150b1da1d54abbcf30bb8942586ef91f..1ab302b877d55bb80e7814b9e72be9444287717c 100644 >--- a/Tools/Scripts/webkitpy/common/config/watchlist >+++ b/Tools/Scripts/webkitpy/common/config/watchlist >@@ -70,11 +70,14 @@ > "filename": r"Source/WebCore/page/animation/", > }, > "GtkWebKit2PublicAPI": { >- "filename": r"Source/WebKit/UIProcess/API/gtk/" >+ "filename": r"Source/JavaScriptCore/API/glib/" >+ r"|Source/WebKit/UIProcess/API/gtk/" > r"|Source/WebKit/UIProcess/API/glib/" >+ r"|Source/WebKit/UIProcess/API/wpe/" > r"|Source/WebKit/Shared/API/glib/" > r"|Source/WebKit/WebProcess/InjectedBundle/API/gtk/" >- r"|Source/WebKit/WebProcess/InjectedBundle/API/glib/", >+ r"|Source/WebKit/WebProcess/InjectedBundle/API/glib/" >+ r"|Source/WebKit/WebProcess/InjectedBundle/API/wpe/", > }, > "CoordinatedGraphics": { > "filename": r"Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/" >@@ -437,8 +440,8 @@ > "WebRTC": [ "eric.carlson@apple.com" ], > }, > "MESSAGE_RULES": { >- "GtkWebKit2PublicAPI": [ "Thanks for the patch. If this patch contains new public API " >- "please make sure it follows the guidelines for new WebKit2 GTK+ API. " >+ "GtkWebKit2PublicAPI": [ "Thanks for the patch. If this patch contains new GTK or WPE API " >+ "please make sure it follows the guidelines for new public API. " > "See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API", ], > "ANGLE": [ "Note that there are important steps to take when updating ANGLE. " > "See http://trac.webkit.org/wiki/UpdatingANGLE", ],
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 193069
: 358178