From a1dadc4e183780c0b4cbcbab8d745ef22960ac27 Mon Sep 17 00:00:00 2001 From: "aa@chromium.org" Date: Wed, 15 Apr 2009 21:26:54 +0000 Subject: Miscellaneous API sprucing. - Camel-case event names. - Rename chromium.self in content scripts to chromium.extension. - Move onConnect in extension process to chromium.self.onConnect. - Move definition of chromium.self to extension_process_bindings.js, so that it is near all the other extension process API. - Make toolstrips not wrap by default - Make toolstrips 21px high instead of 19, which was required to avoid an ugly white horizontal bar on my machine. This may be font dependent :(, which is another reason I need to finish making us paint the toolstrips background instead of using this CSS hack. Review URL: http://codereview.chromium.org/67162 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13792 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/renderer/renderer_resources.grd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'chrome/renderer/renderer_resources.grd') diff --git a/chrome/renderer/renderer_resources.grd b/chrome/renderer/renderer_resources.grd index e7084d5..cda253b 100755 --- a/chrome/renderer/renderer_resources.grd +++ b/chrome/renderer/renderer_resources.grd @@ -1,4 +1,6 @@ + @@ -19,4 +21,4 @@ - \ No newline at end of file + -- cgit v1.1