Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Issue 8646002: GTK: Port ui/base/gtk to use avoid deprecated API and accessors (Closed)

Created:
9 years, 1 month ago by robert.bradford
Modified:
9 years ago
Reviewers:
Elliot Glaysher
CC:
chromium-reviews, Paweł Hajdan Jr.
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

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 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112027

Patch Set 1 #

Total comments: 1

Patch Set 2 : Update to incorporate style fixes #

Patch Set 3 : Rebased version to fix AUTHORS file merge problem #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -44 lines) Patch
M AUTHORS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ui/base/gtk/gtk_expanded_container.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M ui/base/gtk/gtk_expanded_container_unittest.cc View 1 4 chunks +25 lines, -20 lines 0 comments Download
M ui/base/gtk/gtk_floating_container.cc View 5 chunks +9 lines, -10 lines 0 comments Download
M ui/base/gtk/tooltip_window_gtk.cc View 2 chunks +11 lines, -8 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
robert.bradford
This time with an @intel.com and the wildcard in the AUTHORS file.
9 years, 1 month ago (2011-11-22 18:28:12 UTC) #1
Elliot Glaysher
http://codereview.chromium.org/8646002/diff/1/ui/base/gtk/gtk_expanded_container_unittest.cc File ui/base/gtk/gtk_expanded_container_unittest.cc (right): http://codereview.chromium.org/8646002/diff/1/ui/base/gtk/gtk_expanded_container_unittest.cc#newcode9 ui/base/gtk/gtk_expanded_container_unittest.cc:9: #define EXPECT_ALLOCATION_EQ(widget, x_, y_, width_, height_) \ Please use ...
9 years ago (2011-11-28 18:47:08 UTC) #2
robert.bradford
On 2011/11/28 18:47:08, Elliot Glaysher wrote: > http://codereview.chromium.org/8646002/diff/1/ui/base/gtk/gtk_expanded_container_unittest.cc > File ui/base/gtk/gtk_expanded_container_unittest.cc (right): > > http://codereview.chromium.org/8646002/diff/1/ui/base/gtk/gtk_expanded_container_unittest.cc#newcode9 ...
9 years ago (2011-11-29 12:25:44 UTC) #3
robert.bradford
Changes integrated.
9 years ago (2011-11-29 12:26:22 UTC) #4
Elliot Glaysher
lgtm I'm going to land this one first, and wait for it to land before ...
9 years ago (2011-11-29 17:34:10 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/robert.bradford@intel.com/8646002/5001
9 years ago (2011-11-29 17:34:24 UTC) #6
commit-bot: I haz the power
Can't apply patch for file AUTHORS. While running patch -p1 --forward --force; patching file AUTHORS ...
9 years ago (2011-11-29 17:34:26 UTC) #7
robert.bradford
Elliot, here is an updated change with the AUTHORS file fixed.
9 years ago (2011-11-29 19:10:04 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/robert.bradford@intel.com/8646002/3003
9 years ago (2011-11-29 19:17:02 UTC) #9
commit-bot: I haz the power
Try job failure for 8646002-3003 (retry) on linux_clang for step "compile" (clobber build). It's a ...
9 years ago (2011-11-29 19:52:35 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/robert.bradford@intel.com/8646002/3003
9 years ago (2011-11-29 19:54:08 UTC) #11
Elliot Glaysher
(Not your fault, see main waterfall issues. Retrying.)
9 years ago (2011-11-29 19:54:19 UTC) #12
commit-bot: I haz the power
9 years ago (2011-11-29 21:25:43 UTC) #13
Change committed as 112027

Powered by Google App Engine
This is Rietveld 408576698