summaryrefslogtreecommitdiffstats
path: root/ios/chrome/app
Commit message (Collapse)AuthorAgeFilesLines
* Updating XTBs based on .GRDs from branch masterAlex Mineer2015-08-1952-0/+260
| | | | Cr-Commit-Position: refs/heads/master@{#344105}
* Updating XTBs based on .GRDs from branch masterAlex Mineer2015-08-1752-260/+0
| | | | Cr-Commit-Position: refs/heads/master@{#343762}
* Updating XTBs based on .GRDs from branch masterKrishna Govind2015-08-1752-156/+156
| | | | Cr-Commit-Position: refs/heads/master@{#343737}
* Updating XTBs based on .GRDs from branch masterTina Zhou2015-08-0552-0/+104
| | | | Cr-Commit-Position: refs/heads/master@{#342008}
* Add iOS-specific date placeholder strings for the card unmask dialog.jdonnelly2015-08-051-0/+6
| | | | | | | | BUG=484806 Review URL: https://codereview.chromium.org/1279463004 Cr-Commit-Position: refs/heads/master@{#341936}
* Updating XTBs based on .GRDs from branch masterKrishna Govind2015-08-031-1/+1
| | | | Cr-Commit-Position: refs/heads/master@{#341640}
* Updating XTBs based on .GRDs from branch masterKrishna Govind2015-07-2145-0/+45
| | | | Cr-Commit-Position: refs/heads/master@{#339586}
* Remove legacy StartsWithASCII function.brettw2015-07-161-1/+2
| | | | | | | | | | | 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}
* Updating XTBs based on .GRDs from branch masterKrishna Govind2015-07-137-0/+7
| | | | Cr-Commit-Position: refs/heads/master@{#338543}
* Updating XTBs based on .GRDs from branch masterKrishna Govind2015-07-0652-0/+52
| | | | Cr-Commit-Position: refs/heads/master@{#337423}
* [iOS] Upstream //ios/chrome/browser/geolocation codedroger2015-07-021-0/+6
| | | | | | Review URL: https://codereview.chromium.org/1214113014 Cr-Commit-Position: refs/heads/master@{#337197}
* Updating XTBs based on .GRDs from branch masterAnantha Keesara2015-06-2352-0/+52
| | | | Cr-Commit-Position: refs/heads/master@{#335588}
* Upstream IOS string IDS_IOS_AUTOFILL_DESCRIBE_LOCAL_COPY.bondd2015-06-191-0/+3
| | | | | | | | | | 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}
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-1/+1
| | | | | | | | | 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}
* [Upstream] Upstream numberOfBlocksRemaining propertysdefresne2015-05-042-0/+8
| | | | | | | | | | | 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}
* Updating XTBs based on .GRDs from branch masterPenny MacNeil2015-05-0152-1/+53
| | | | Cr-Commit-Position: refs/heads/master@{#327972}
* [iOS] Upstream code in //ios/chrome/appdroger2015-04-294-0/+297
| | | | | | Review URL: https://codereview.chromium.org/1110133002 Cr-Commit-Position: refs/heads/master@{#327462}
* [iOS] Fix a typo in ios_strings_resources.grdsdefresne2015-04-281-1/+1
| | | | | | | | | | | | 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}
* [iOS] Upstream safe mode utilssdefresne2015-04-236-0/+160
| | | | | | | | | | | 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}
* Infrastructure for iOS specific strings translationsdefresne2015-04-1454-0/+290
| | | | | | | | | | | | | | | | | | | | | | | 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}
* Upstream //ios/chrome/browser/translatedroger2015-01-085-0/+32
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}