|
|
Created:
8 years, 5 months ago by Dan Beam Modified:
8 years, 5 months ago Reviewers:
Tyler Breisacher (Chromium) CC:
chromium-reviews, flackr, Nico Base URL:
svn://svn.chromium.org/chrome/trunk/src Visibility:
Public. |
Description[NTP4] Fix pane switcher images while we figure out the difference between <structure type="chrome_html">s and <include type="BINDATA">s. This is partial revert of r145332.
R=tbreisacher@chromium.org
BUG=136389
TEST=Pane switchers have arrows again.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146063
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
On 2012/07/11 03:43:13, Dan Beam wrote: lgtm as a quick fix but of course thakis@ (or someone) should probably look at this in more detail.
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dbeam@chromium.org/10689155/1
Change committed as 146063
This breaks hidpi images on the NTP, so this isn't the right fix. On Jul 11, 2012 5:43 AM, <dbeam@chromium.org> wrote: > Reviewers: Tyler Breisacher, > > Description: > [NTP4] Fix pane switcher images. This is partial revert of r145332. > > R=tbreisacher@chromium.org > BUG=136389 > TEST=Pane switchers have arrows again. > > > Please review this at https://chromiumcodereview.**appspot.com/10689155/<https://chromiumcodereview... > > SVN Base: svn://svn.chromium.org/chrome/**trunk/src<http://svn.chromium.org/chrome/trunk/src> > > Affected files: > M chrome/browser/browser_**resources.grd > > > Index: chrome/browser/browser_**resources.grd > diff --git a/chrome/browser/browser_**resources.grd > b/chrome/browser/browser_**resources.grd > index a6e614fd0d9608e2b1ac1df456c2a6**793febb796..** > 03f9b78f65f7df5244ab6e1a18f840**ea39d1d262 100644 > --- a/chrome/browser/browser_**resources.grd > +++ b/chrome/browser/browser_**resources.grd > @@ -20,11 +20,6 @@ > </if> > <structure name="IDR_HELP_CSS" file="resources\help\help.css" > flattenhtml="true" type="chrome_html" /> > <structure name="IDR_HELP_HTML" file="resources\help\help.**html" > flattenhtml="true" type="chrome_html" /> > - <structure name="IDR_EXTENSIONS_HTML" file="resources\extensions\**extensions.html" > flattenhtml="true" type="chrome_html" /> > - <structure name="IDR_NEW_TAB_4_HTML" file="resources\ntp4\new_tab.* > *html" flattenhtml="true" type="chrome_html" /> > - <structure name="IDR_NEW_TAB_4_THEME_CSS" > file="resources\ntp4\new_tab_**theme.css" flattenhtml="true" > type="chrome_html" /> > - <structure name="IDR_NEW_TAB_SEARCH_HTML" > file="resources\ntp_search\**new_tab.html" flattenhtml="true" > type="chrome_html" /> > - <structure name="IDR_NEW_TAB_SEARCH_**THEME_CSS" > file="resources\ntp_search\**new_tab_theme.css" flattenhtml="true" > type="chrome_html" /> > <structure name="IDR_ABOUT_VERSION_HTML" > file="resources\about_version.**html" flattenhtml="true" > allowexternalscript="true" type="chrome_html" /> > </structures> > <includes> > @@ -70,6 +65,7 @@ > <include name="IDR_EXTENSION_INFO_CSS" file="resources\extensions\* > *extension_info.css" flattenhtml="true" type="BINDATA" /> > <include name="IDR_EXTENSION_INFO_HTML" file="resources\extensions\ > **extension_info.html" flattenhtml="true" type="BINDATA" /> > <include name="IDR_EXTENSION_INFO_JS" file="resources\extensions\**extension_info.js" > flattenhtml="true" type="BINDATA" /> > + <include name="IDR_EXTENSIONS_HTML" file="resources\extensions\**extensions.html" > flattenhtml="true" type="BINDATA" /> > <include name="IDR_EXTENSIONS_JS" file="resources\extensions\**extensions.js" > flattenhtml="true" type="BINDATA" /> > <include name="IDR_FLAGS_HTML" file="resources\flags.html" > flattenhtml="true" type="BINDATA" /> > <include name="IDR_FLAGS_HTML_WARNING" > file="resources\flags_warning.**html" flattenhtml="true" type="BINDATA" /> > @@ -93,6 +89,10 @@ > <include name="IDR_PREDICTORS_HTML" file="resources\predictors\**predictors.html" > flattenhtml="true" allowexternalscript="true" type="BINDATA" /> > <include name="IDR_PREDICTORS_JS" file="resources\predictors\**predictors.js" > flattenhtml="true" type="BINDATA" /> > <include name="IDR_NEW_INCOGNITO_TAB_**THEME_CSS" > file="resources\new_incognito_**tab_theme.css" flattenhtml="true" > type="BINDATA" /> > + <include name="IDR_NEW_TAB_4_HTML" file="resources\ntp4\new_tab.**html" > flattenhtml="true" type="BINDATA" /> > + <include name="IDR_NEW_TAB_4_THEME_CSS" > file="resources\ntp4\new_tab_**theme.css" flattenhtml="true" > type="BINDATA" /> > + <include name="IDR_NEW_TAB_SEARCH_HTML" file="resources\ntp_search\ > **new_tab.html" flattenhtml="true" type="BINDATA" /> > + <include name="IDR_NEW_TAB_SEARCH_**THEME_CSS" > file="resources\ntp_search\**new_tab_theme.css" flattenhtml="true" > type="BINDATA" /> > <include name="IDR_NOTIFICATION_1LINE_**HTML" > file="resources\notification_**1line.html" flattenhtml="true" > type="BINDATA" /> > <include name="IDR_NOTIFICATION_2LINE_**HTML" > file="resources\notification_**2line.html" flattenhtml="true" > type="BINDATA" /> > <include name="IDR_NOTIFICATION_ICON_**HTML" > file="resources\notification_**icon.html" type="BINDATA" /> > > >
On 2012/07/11 08:31:22, Nico wrote: > This breaks hidpi images on the NTP, so this isn't the right fix. It's just temporary. > On Jul 11, 2012 5:43 AM, <mailto:dbeam@chromium.org> wrote: > > > Reviewers: Tyler Breisacher, > > > > Description: > > [NTP4] Fix pane switcher images. This is partial revert of r145332. > > > > mailto:R=tbreisacher@chromium.org > > BUG=136389 > > TEST=Pane switchers have arrows again. > > > > > > Please review this at > https://chromiumcodereview.**appspot.com/10689155/%3Chttps://chromiumcoderevi...> > > > > SVN Base: > svn://svn.chromium.org/chrome/**trunk/src<http://svn.chromium.org/chrome/trunk/src> > > > > Affected files: > > M chrome/browser/browser_**resources.grd > > > > > > Index: chrome/browser/browser_**resources.grd > > diff --git a/chrome/browser/browser_**resources.grd > > b/chrome/browser/browser_**resources.grd > > index a6e614fd0d9608e2b1ac1df456c2a6**793febb796..** > > 03f9b78f65f7df5244ab6e1a18f840**ea39d1d262 100644 > > --- a/chrome/browser/browser_**resources.grd > > +++ b/chrome/browser/browser_**resources.grd > > @@ -20,11 +20,6 @@ > > </if> > > <structure name="IDR_HELP_CSS" file="resources\help\help.css" > > flattenhtml="true" type="chrome_html" /> > > <structure name="IDR_HELP_HTML" file="resources\help\help.**html" > > flattenhtml="true" type="chrome_html" /> > > - <structure name="IDR_EXTENSIONS_HTML" > file="resources\extensions\**extensions.html" > > flattenhtml="true" type="chrome_html" /> > > - <structure name="IDR_NEW_TAB_4_HTML" file="resources\ntp4\new_tab.* > > *html" flattenhtml="true" type="chrome_html" /> > > - <structure name="IDR_NEW_TAB_4_THEME_CSS" > > file="resources\ntp4\new_tab_**theme.css" flattenhtml="true" > > type="chrome_html" /> > > - <structure name="IDR_NEW_TAB_SEARCH_HTML" > > file="resources\ntp_search\**new_tab.html" flattenhtml="true" > > type="chrome_html" /> > > - <structure name="IDR_NEW_TAB_SEARCH_**THEME_CSS" > > file="resources\ntp_search\**new_tab_theme.css" flattenhtml="true" > > type="chrome_html" /> > > <structure name="IDR_ABOUT_VERSION_HTML" > > file="resources\about_version.**html" flattenhtml="true" > > allowexternalscript="true" type="chrome_html" /> > > </structures> > > <includes> > > @@ -70,6 +65,7 @@ > > <include name="IDR_EXTENSION_INFO_CSS" file="resources\extensions\* > > *extension_info.css" flattenhtml="true" type="BINDATA" /> > > <include name="IDR_EXTENSION_INFO_HTML" file="resources\extensions\ > > **extension_info.html" flattenhtml="true" type="BINDATA" /> > > <include name="IDR_EXTENSION_INFO_JS" > file="resources\extensions\**extension_info.js" > > flattenhtml="true" type="BINDATA" /> > > + <include name="IDR_EXTENSIONS_HTML" > file="resources\extensions\**extensions.html" > > flattenhtml="true" type="BINDATA" /> > > <include name="IDR_EXTENSIONS_JS" > file="resources\extensions\**extensions.js" > > flattenhtml="true" type="BINDATA" /> > > <include name="IDR_FLAGS_HTML" file="resources\flags.html" > > flattenhtml="true" type="BINDATA" /> > > <include name="IDR_FLAGS_HTML_WARNING" > > file="resources\flags_warning.**html" flattenhtml="true" type="BINDATA" /> > > @@ -93,6 +89,10 @@ > > <include name="IDR_PREDICTORS_HTML" > file="resources\predictors\**predictors.html" > > flattenhtml="true" allowexternalscript="true" type="BINDATA" /> > > <include name="IDR_PREDICTORS_JS" > file="resources\predictors\**predictors.js" > > flattenhtml="true" type="BINDATA" /> > > <include name="IDR_NEW_INCOGNITO_TAB_**THEME_CSS" > > file="resources\new_incognito_**tab_theme.css" flattenhtml="true" > > type="BINDATA" /> > > + <include name="IDR_NEW_TAB_4_HTML" > file="resources\ntp4\new_tab.**html" > > flattenhtml="true" type="BINDATA" /> > > + <include name="IDR_NEW_TAB_4_THEME_CSS" > > file="resources\ntp4\new_tab_**theme.css" flattenhtml="true" > > type="BINDATA" /> > > + <include name="IDR_NEW_TAB_SEARCH_HTML" file="resources\ntp_search\ > > **new_tab.html" flattenhtml="true" type="BINDATA" /> > > + <include name="IDR_NEW_TAB_SEARCH_**THEME_CSS" > > file="resources\ntp_search\**new_tab_theme.css" flattenhtml="true" > > type="BINDATA" /> > > <include name="IDR_NOTIFICATION_1LINE_**HTML" > > file="resources\notification_**1line.html" flattenhtml="true" > > type="BINDATA" /> > > <include name="IDR_NOTIFICATION_2LINE_**HTML" > > file="resources\notification_**2line.html" flattenhtml="true" > > type="BINDATA" /> > > <include name="IDR_NOTIFICATION_ICON_**HTML" > > file="resources\notification_**icon.html" type="BINDATA" /> > > > > > > |