| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Cr-Commit-Position: refs/heads/master@{#344105}
|
|
|
|
| |
Cr-Commit-Position: refs/heads/master@{#343762}
|
|
|
|
| |
Cr-Commit-Position: refs/heads/master@{#343737}
|
|
|
|
| |
Cr-Commit-Position: refs/heads/master@{#342008}
|
|
|
|
|
|
|
|
| |
BUG=484806
Review URL: https://codereview.chromium.org/1279463004
Cr-Commit-Position: refs/heads/master@{#341936}
|
|
|
|
| |
Cr-Commit-Position: refs/heads/master@{#341640}
|
|
|
|
| |
Cr-Commit-Position: refs/heads/master@{#339586}
|
|
|
|
|
|
|
|
|
|
|
| |
This replaces it with base::StartsWith and the appropriate case flag. Since the existing version only ever did case-insensitive tests in ASCII, there should be no behavior change.
BUG=506255
TBR=jam
Review URL: https://codereview.chromium.org/1242023005
Cr-Commit-Position: refs/heads/master@{#339175}
|
|
|
|
| |
Cr-Commit-Position: refs/heads/master@{#338543}
|
|
|
|
| |
Cr-Commit-Position: refs/heads/master@{#337423}
|
|
|
|
|
|
| |
Review URL: https://codereview.chromium.org/1214113014
Cr-Commit-Position: refs/heads/master@{#337197}
|
|
|
|
| |
Cr-Commit-Position: refs/heads/master@{#335588}
|
|
|
|
|
|
|
|
|
|
| |
Downstream string that this new string will replace is IDS_AUTOFILL_DESCRIBE_LOCAL_COPY_IOS.
BUG=
Review URL: https://codereview.chromium.org/1180583003
Cr-Commit-Position: refs/heads/master@{#335302}
|
|
|
|
|
|
|
|
|
| |
NOPRESUBMIT=true
(no presubmit due to removing base:: from a ScopedAllowIO)
Review URL: https://codereview.chromium.org/1172183002
Cr-Commit-Position: refs/heads/master@{#334108}
|
|
|
|
|
|
|
|
|
|
|
| |
This property is required by downstream unit tests (even though it is
not used in this CL).
BUG=429756
Review URL: https://codereview.chromium.org/1121143003
Cr-Commit-Position: refs/heads/master@{#328138}
|
|
|
|
| |
Cr-Commit-Position: refs/heads/master@{#327972}
|
|
|
|
|
|
| |
Review URL: https://codereview.chromium.org/1110133002
Cr-Commit-Position: refs/heads/master@{#327462}
|
|
|
|
|
|
|
|
|
|
|
|
| |
tools/grit/grit.py does not recognize "preprend" as a valid emit_type but
instead understand "prepend" which avoid the inclusion of atlres.h in the
generated file.
BUG=475514
Review URL: https://codereview.chromium.org/1113603003
Cr-Commit-Position: refs/heads/master@{#327323}
|
|
|
|
|
|
|
|
|
|
|
| |
SafeMode is a feature of Chrome on iOS that attempts to recover from crash
loop on startup and provide additional information in crash reports.
BUG=429756
Review URL: https://codereview.chromium.org/1098273003
Cr-Commit-Position: refs/heads/master@{#326539}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add new grd file with upstreamed ioS specific messages and integrate it
with the build system updating the resource_ids so that upstreamed strings
are before images.
Do not use grit_whitelist for ios_strings_resources.grd as the strings
are specific to iOS (thus they must all be kept and putting them in the
whitelist would just duplicate the message definition without benefits).
Add "hard_dependency" to both ios_strings_resources_gen and
ios_theme_resources_gen targets as they generate header files that are
included by other source files and thus must exists before compilation
can start.
Add empty xtb files so that the compilation succeed.
BUG=475514
Review URL: https://codereview.chromium.org/1078753002
Cr-Commit-Position: refs/heads/master@{#325036}
|
|
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}
|