diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-14 19:47:28 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-14 19:47:28 +0000 |
commit | 71675dc7c08391291930adf99d27423ca1ffeb2b (patch) | |
tree | 19abce48d8051e357c15209b2952cd7767380cc3 /chrome/chrome_dll.gypi | |
parent | 9ab634a9baae725ee745436a85fd970dcda784fe (diff) | |
download | chromium_src-71675dc7c08391291930adf99d27423ca1ffeb2b.zip chromium_src-71675dc7c08391291930adf99d27423ca1ffeb2b.tar.gz chromium_src-71675dc7c08391291930adf99d27423ca1ffeb2b.tar.bz2 |
[Mac] Rewrite the page info window to be built dynamically.
Rather than using a XIB, the window is now built entirely in code. The Controller's
unit test has been removed because after this it is functionally useless. A new test
for the bridge has been added.
This also fixes the text clipping bug for the mixed content warning.
BUG=23438,30843
TEST=No functional change; partially covered by unit tests.
Review URL: http://codereview.chromium.org/2066003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47301 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_dll.gypi')
-rw-r--r-- | chrome/chrome_dll.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi index 4255fec5..a23125a 100644 --- a/chrome/chrome_dll.gypi +++ b/chrome/chrome_dll.gypi @@ -232,7 +232,6 @@ 'app/nibs/ImportProgressDialog.xib', 'app/nibs/KeywordEditor.xib', 'app/nibs/MainMenu.xib', - 'app/nibs/PageInfo.xib', 'app/nibs/Preferences.xib', 'app/nibs/ReportBug.xib', 'app/nibs/SaveAccessoryView.xib', |