summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorrobert.bradford@intel.com <robert.bradford@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-29 21:25:41 +0000
committerrobert.bradford@intel.com <robert.bradford@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-29 21:25:41 +0000
commit6ca4dc81bd632c79de0da9ee0e426df3b0e8c0a4 (patch)
tree4179c4615a49438071894fd941e61ec7a59acf3d /AUTHORS
parent68837976876708372139edc8921eb55713f75ab4 (diff)
downloadchromium_src-6ca4dc81bd632c79de0da9ee0e426df3b0e8c0a4.zip
chromium_src-6ca4dc81bd632c79de0da9ee0e426df3b0e8c0a4.tar.gz
chromium_src-6ca4dc81bd632c79de0da9ee0e426df3b0e8c0a4.tar.bz2
GTK: Port ui/base/gtk to use avoid deprecated API and accessors
New API used: gtk_widget_{set,get}_has_window - added 2.18 - replaces !GTK_WIDGET_NO_WINDOW gtk_widget_{set,get}_allocation - added 2.18 - replaces direct access gtk_bin_get_child - replaces direct access gtk_widget_get_window - added 2.14 - replaces direct access g_cclosure_marshal_VOID__BOXED - replaces gtk_marshal_VOID__BOXED With these changes this directory can compile with GSEAL enabled and deprecated functions disabled. BUG=79722 TEST=Compiles and also the ui_unittests pass Review URL: http://codereview.chromium.org/8646002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112027 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 5027561..bf701b2 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -144,3 +144,4 @@ Parag Radke <nrqv63@motorola.com>
Yair Yogev <progame@gmail.com>
Chandra Shekar Vallala <brk376@motorola.com>
Patrasciuc Sorin Cristian <cristian.patrasciuc@gmail.com>
+Intel Corporation <*@intel.com>