forked from WebKit/WebKit-http
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GTK][CMAKE] Remove compile warnings about GTK+ deprecated API
https://bugs.webkit.org/show_bug.cgi?id=130014 Reviewed by Martin Robinson. .: Set GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_6. * Source/cmake/OptionsGTK.cmake: * Source/cmakeconfig.h.cmake: Tools: Include cmake or autotools config header. * MiniBrowser/gtk/BrowserDownloadsBar.c: * MiniBrowser/gtk/BrowserSearchBar.c: * MiniBrowser/gtk/BrowserWindow.c: * MiniBrowser/gtk/main.c: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@165488 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
9d5954b
commit 3cf8c36
Showing
8 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
2014-03-12 Carlos Garcia Campos <[email protected]> | ||
|
||
[GTK][CMAKE] Remove compile warnings about GTK+ deprecated API | ||
https://bugs.webkit.org/show_bug.cgi?id=130014 | ||
|
||
Reviewed by Martin Robinson. | ||
|
||
Set GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_6. | ||
|
||
* Source/cmake/OptionsGTK.cmake: | ||
* Source/cmakeconfig.h.cmake: | ||
|
||
2014-03-12 Martin Robinson <[email protected]> | ||
|
||
[GTK][CMAKE] Too verbose build output | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
2014-03-12 Carlos Garcia Campos <[email protected]> | ||
|
||
[GTK][CMAKE] Remove compile warnings about GTK+ deprecated API | ||
https://bugs.webkit.org/show_bug.cgi?id=130014 | ||
|
||
Reviewed by Martin Robinson. | ||
|
||
Include cmake or autotools config header. | ||
|
||
* MiniBrowser/gtk/BrowserDownloadsBar.c: | ||
* MiniBrowser/gtk/BrowserSearchBar.c: | ||
* MiniBrowser/gtk/BrowserWindow.c: | ||
* MiniBrowser/gtk/main.c: | ||
|
||
2014-03-12 Commit Queue <[email protected]> | ||
|
||
Unreviewed, rolling out r165471. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters