Comment #2 on issue 26228 by [email protected]: speed up the time it
takes to generate the new tab html
http://code.google.com/p/chromium/issues/detail?id=26228
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=30491
------------------------------------------------------------------------
r30491 | [email protected] | 2009-10-29 12:48:54 -0700 (Thu, 29 Oct 2009) |
10 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/app/l10n_util.cc?r1=30491&r2=30490
M
http://src.chromium.org/viewvc/chrome/trunk/src/base/string_util.cc?r1=30491&r2=30490
M
http://src.chromium.org/viewvc/chrome/trunk/src/base/string_util.h?r1=30491&r2=30490
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/dom_ui/dom_ui_theme_source.cc?r1=30491&r2=30490
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/renderer/extensions/extension_process_bindings.cc?r1=30491&r2=30490
Convert ReplaceStringPlaceholders(std::string...) to take a
StringPiece as the format string instead. This allows us to save
a string copy in the new tab page.
Also clean up some code in the extensions process binding that
was doing excess string conversions.
BUG=26228
Review URL: http://codereview.chromium.org/347019
------------------------------------------------------------------------
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---