| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
TBR=oshima@chromium.org
BUG=None
Review URL: https://codereview.chromium.org/1672663002
Cr-Commit-Position: refs/heads/master@{#373785}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The string IDS_TRANSLATE_INFOBAR_NEVER_MESSAGE_IOS only used a single
placeholder but used "$2" instead of "$1" causing a DCHECK. Use the
correct value.
Rename the constant IDS_IOS_TRANSLATE_INFOBAR_NEVER_MESSAGE and move
the string to ios/chrome/app/ios_${branding}_strings.grd as it is
only used on iOS.
BUG=None
Review URL: https://codereview.chromium.org/1585923007
Cr-Commit-Position: refs/heads/master@{#369751}
|
|
|
|
|
|
|
|
|
|
|
|
| |
Avoid using string interpolation to insert product name into string
IDS_TRANSLATE_INFOBAR_NEVER_MESSAGE_IOS instead provide two branded
variants of the strings.
BUG=568486
Review URL: https://codereview.chromium.org/1579213004
Cr-Commit-Position: refs/heads/master@{#369147}
|
|
|
|
|
|
|
|
| |
BUG=None
Review URL: https://codereview.chromium.org/1532863002
Cr-Commit-Position: refs/heads/master@{#365817}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=555124
The translate infobar delegate now only accepts setting the original and target language by code.
Android and Mac (the two active translate implementations using infobars) have been upgraded so their
language spinners/menus keep the language code as associated data for every element.
Some operations that were constant are now linear (on a list of ~100 elements). Nothing is in the critical
path and it seems legit to the API less bug prone.
I will investigate in a second step if we can change the translate bubbles as well at which point we could
change the underlying data structure and make things constant again.
Review URL: https://codereview.chromium.org/1473213002
Cr-Commit-Position: refs/heads/master@{#364081}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Removed instance variables from the header file, and cleaned up
subclasses initializing ivars directly.
Changed the way the InfobarView is created to avoid passing around an
allocated but uninitialized object.
BUG=None
Review URL: https://codereview.chromium.org/1161243002
Cr-Commit-Position: refs/heads/master@{#332181}
|
|
|
|
|
|
|
|
|
|
|
| |
The need to make the distinction between the two types of infobars has
disappeared with the new design of the infobars.
BUG=None
Review URL: https://codereview.chromium.org/975663002
Cr-Commit-Position: refs/heads/master@{#318896}
|
|
This CL upstreams the iOS translate client code, and the iOS resources
infrastructure.
TBR=asvitkine
Review URL: https://codereview.chromium.org/809333003
Cr-Commit-Position: refs/heads/master@{#310513}
|