summaryrefslogtreecommitdiffstats
path: root/webkit/glue/devtools_strings.grd
Commit message (Collapse)AuthorAgeFilesLines
* Add Farsi supportjshin@chromium.org2010-09-091-0/+1
| | | | | | | | | | | | | | | | | | | | | Add 'fa' entry to all the grd files. For *locale_settings*, create new xtb files for Farsi (copied from Arabic). Also, pulls in ICU @r=58904 (with Farsi data). locale_settings_fa.xtb has a lot of UI dimensions that may not work well in Farsi. We need LQA to take a look at them. terms_FOO.html is not yet available for Farsi as well as Amharic and Swahili. Tentatively, use terms_en.html. BUG=45505 TEST='chrome --lang=fa' on Windows should bring up Chrome in Farsi. 'LANGUAGE=fa chrome' should do the same on Linux. (on Ubuntu, 'language-pack-gnome-fa' and 'language-pack-fa' have be installed to get Chrome in Farsi with the UI mirrored). Review URL: http://codereview.chromium.org/3296013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58998 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for Amharic (am) and Swahili (sw) in the grd files.mal@chromium.org2009-09-291-0/+2
| | | | | | | | TBR=tc,jungshik TEST=None until the corresponding DLLs get built. Review URL: http://codereview.chromium.org/244034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27470 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools l10n: generate localized strings and use them.mnaganov@chromium.org2009-08-211-8/+52
| | | | | | | | | | | Reapplying r23820, this time interactive UI tests should not fail. BUG=none TEST=none Review URL: http://codereview.chromium.org/174216 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23950 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r23820 by mnaganov due to Interactive Test failuresasargent@chromium.org2009-08-201-52/+8
| | | | | | | | | TBR=brg TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23830 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools l10n: generate localized strings and use them.mnaganov@chromium.org2009-08-201-8/+52
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/174140 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23820 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools Heap profiler: add a bar with Code / Objects and Data / Others size ↵mnaganov@chromium.org2009-08-181-0/+6
| | | | | | | | | | | | | distribution. This helps to reveal memory size occupied by compiled code and engine's data. And this is also an eye candy. BUG=none TEST=none Review URL: http://codereview.chromium.org/172090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23619 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: implement comparison of heap snapshots in Heap profiler.mnaganov@chromium.org2009-08-141-1/+46
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/164557 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23434 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: add simple Heap profiles panel.mnaganov@chromium.org2009-08-071-0/+6
| | | | | | | | | | | Displays memory usage by object constructor. Sorting works. BUG=none TEST=none Review URL: http://codereview.chromium.org/164148 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22729 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools l10n: fix .grd files by results of running GRIT, sync up with WebKit.mnaganov@chromium.org2009-08-051-11/+9
| | | | | | Review URL: http://codereview.chromium.org/162005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22475 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: add missing <ph> tags to .grd file.mnaganov@chromium.org2009-08-041-2/+2
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/159849 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22371 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: prepare for l10n.mnaganov@chromium.org2009-08-031-0/+53
User-visible strings are now obtained through WebInspector.UIString method. Added .grd files for WebKit Inspector and Chromium DevTools strings. BUG=none TEST=none Review URL: http://codereview.chromium.org/160454 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22264 0039d316-1c4b-4281-b951-d872f2087c98