diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-03 17:46:51 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-03 17:46:51 +0000 |
commit | 7272312aa517e40b724200be8e864b252e1a4061 (patch) | |
tree | 43f6ce6a5861fcfa9d29b913ce6363b7661d982a /DEPS | |
parent | 242a9e626cb6efee738d71849023f804dc6b5bde (diff) | |
download | chromium_src-7272312aa517e40b724200be8e864b252e1a4061.zip chromium_src-7272312aa517e40b724200be8e864b252e1a4061.tar.gz chromium_src-7272312aa517e40b724200be8e864b252e1a4061.tar.bz2 |
[Mac] Prefs under the hood work:
- Make all the controls/labels wrap to the width they get.
- Make the content vertically shift as it is made to fit its strings.
- Add more spacing for the sections as listed in bugs.
- Consistent indents for the sections/subsections.
- Update the code to use constant naming (was was "under the hood" and some was "advanced" (just so it is clear they are talking about one thing, and not two).
- DEPS roll for GTM to pick up support for NSPathControl.
TEST=Under the hood content should fit in all languages.
BUG=20538
BUG=25595
BUG=25597
Review URL: http://codereview.chromium.org/355011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30825 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ deps_os = { }, "mac": { "src/third_party/GTM": - "http://google-toolbox-for-mac.googlecode.com/svn/trunk@240", + "http://google-toolbox-for-mac.googlecode.com/svn/trunk@241", "src/third_party/pdfsqueeze": "http://pdfsqueeze.googlecode.com/svn/trunk@2", "src/third_party/WebKit/WebKit/mac": |