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

Issue 7584007: make bubble_border to use resources under ui/resources. (Closed)

Created:
9 years, 4 months ago by alicet1
Modified:
9 years, 4 months ago
CC:
chromium-reviews, pam+watch_chromium.org
Visibility:
Public.

Description

make bubble_border to use resources under ui/resources. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96817 => Then was reverted New CL is http://codereview.chromium.org/7663001/

Patch Set 1 #

Patch Set 2 : add missing chrome.gyp change #

Total comments: 6

Patch Set 3 : add ui_resources_standard.grd #

Total comments: 2

Patch Set 4 : remove excessive erase #

Patch Set 5 : git cl 0 #

Patch Set 6 : fix missing ui_resources_standard dependencies #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+121 lines, -26 lines) Patch
M chrome/app/theme/theme_resources_large.grd View 1 2 3 1 chunk +0 lines, -12 lines 0 comments Download
M chrome/app/theme/theme_resources_standard.grd View 1 chunk +0 lines, -12 lines 0 comments Download
M chrome/browser/ui/views/bubble/bubble_border.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_common.gypi View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 10 chunks +10 lines, -0 lines 0 comments Download
M tools/grit/resource_ids View 1 2 1 chunk +7 lines, -0 lines 1 comment Download
A ui/resources/ui_resources_large.grd View 1 chunk +31 lines, -0 lines 0 comments Download
A ui/resources/ui_resources_standard.grd View 1 2 1 chunk +31 lines, -0 lines 0 comments Download
M ui/ui_resources.gypi View 1 2 1 chunk +34 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
alicet1
hi, The change is in preparation of bubble code move. thanx, alice
9 years, 4 months ago (2011-08-06 15:08:33 UTC) #1
sky
http://codereview.chromium.org/7584007/diff/2001/chrome/chrome.gyp File chrome/chrome.gyp (right): http://codereview.chromium.org/7584007/diff/2001/chrome/chrome.gyp#newcode1623 chrome/chrome.gyp:1623: '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_large/ui_resources_large.pak', Can this be put at line 1617 and ...
9 years, 4 months ago (2011-08-08 16:23:34 UTC) #2
alicet1
http://codereview.chromium.org/7584007/diff/2001/chrome/chrome.gyp File chrome/chrome.gyp (right): http://codereview.chromium.org/7584007/diff/2001/chrome/chrome.gyp#newcode1623 chrome/chrome.gyp:1623: '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_large/ui_resources_large.pak', On 2011/08/08 16:23:35, sky wrote: > Can this ...
9 years, 4 months ago (2011-08-09 08:12:26 UTC) #3
Emmanuel Saint-loubert-Bié
Hi Scott, I ran the trybots in this CL on behalf of alicet and everyhtign ...
9 years, 4 months ago (2011-08-12 14:09:15 UTC) #4
Emmanuel Saint-loubert-Bié
Hi Alice The reason your CL fails on Touch is that you have removed 4 ...
9 years, 4 months ago (2011-08-15 17:45:33 UTC) #5
Emmanuel Saint-loubert-Bié
LGTM
9 years, 4 months ago (2011-08-15 18:46:31 UTC) #6
alicet1
http://codereview.chromium.org/7584007/diff/7001/chrome/app/theme/theme_resources_large.grd File chrome/app/theme/theme_resources_large.grd (left): http://codereview.chromium.org/7584007/diff/7001/chrome/app/theme/theme_resources_large.grd#oldcode54 chrome/app/theme/theme_resources_large.grd:54: <include name="IDR_BUBBLE_T_ARROW" file="large_bubble_pointer_t.png" type="BINDATA" /> On 2011/08/15 17:45:33, Emmanuel ...
9 years, 4 months ago (2011-08-15 18:52:27 UTC) #7
Ben Goodger (Google)
LGTM when green. http://codereview.chromium.org/7584007/diff/15013/tools/grit/resource_ids File tools/grit/resource_ids (right): http://codereview.chromium.org/7584007/diff/15013/tools/grit/resource_ids#newcode162 tools/grit/resource_ids:162: "includes": [24000], I don't think you ...
9 years, 4 months ago (2011-08-16 19:37:33 UTC) #8
Emmanuel Saint-loubert-Bié
9 years, 4 months ago (2011-08-16 19:48:50 UTC) #9
Hi Ben, Actually that is how we deal with having both large and standard sizes
on Mac (sail knows the details) where we can switch at run time between the
sizes. 
Alice figured out the issue on Windows which was with the chrome_dll.gypi and
has been uploaded in the sibling CL http://codereview.chromium.org/7663001/ (can
you LGTM that one actually?) Thanks!

-- Emmanuel

Powered by Google App Engine
This is Rietveld 408576698