summaryrefslogtreecommitdiffstats
path: root/webkit/glue/resources
Commit message (Collapse)AuthorAgeFilesLines
* New volume mute images for video controlshclam@chromium.org2009-10-193-0/+0
| | | | | | | | | The new images are the same as before except enlarged, they are enlarged so that we can keep the width of volume slider. Review URL: http://codereview.chromium.org/289011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29434 0039d316-1c4b-4281-b951-d872f2087c98
* Update strings with latest translations, including Amharic and Swahili.mal@chromium.org2009-09-293-1/+87
| | | | | | Review URL: http://codereview.chromium.org/244035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27471 0039d316-1c4b-4281-b951-d872f2087c98
* Drop new strings (copied over all existing files, so what you see in this CL ↵laforge@chromium.org2009-09-031-2/+2
| | | | | | | | is what has changed). Review URL: http://codereview.chromium.org/196005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25347 0039d316-1c4b-4281-b951-d872f2087c98
* Align autoscroll cursors by setting their hotspots correctly. Original ↵pkasting@chromium.org2009-08-258-0/+0
| | | | | | | | | patch by Philippe Beauchamp (see http://codereview.chromium.org/149742 ), r=me. BUG=6173 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24192 0039d316-1c4b-4281-b951-d872f2087c98
* Adding image for volume slider thumbhclam@chromium.org2009-08-211-0/+0
| | | | | | | | | | BUG=18973 Volume silder thumb image for media controls. Review URL: http://codereview.chromium.org/173139 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24035 0039d316-1c4b-4281-b951-d872f2087c98
* Checking in updated images for disable play/mute buttons.scherkus@chromium.org2009-08-182-0/+0
| | | | | | | | | BUG=18969,18970 TEST=watch for a faded out play/mute button Review URL: http://codereview.chromium.org/171094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23662 0039d316-1c4b-4281-b951-d872f2087c98
* Add disabled play and mute icons for media player.kylep@chromium.org2009-08-142-0/+0
| | | | | | | | BUG=18969,18970 TEST=none Review URL: http://codereview.chromium.org/164356 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23415 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit_strings with the latest translations.mal@chromium.org2009-08-0849-12/+61
| | | | | | | | | | | | | | | | | | | There is one string update, for <message name="IDS_FORM_FILE_MULTIPLE_UPLOAD" desc="text to display next to file buttons in HTML forms when 2 or more files are selected for uploading. This is not used for a case that just 1 file is selected." > R= tony,dglazkov BUG= none TEST= none Review URL: http://codereview.chromium.org/165152 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22856 0039d316-1c4b-4281-b951-d872f2087c98
* Provide media slider thumb image for media controls panelhclam@chromium.org2009-07-301-0/+0
| | | | | | Review URL: http://codereview.chromium.org/160415 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22110 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: add images for disabled checkboxes and radio buttons.agl@chromium.org2009-07-094-0/+0
| | | | | | | | | | (WebKit side still to land, however this side can be safely landed without it.) BUG=16170 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20224 0039d316-1c4b-4281-b951-d872f2087c98
* Image files for media elementshclam@chromium.org2009-05-204-0/+0
| | | | | | | | | | | | Uploaded the following images: muted: webkit\glue\resources\media_sound_none.png not muted: webkit\glue\resources\media_sound_full.png play: webkit\glue\resources\media_play.png pause: webkit\glue\resources\media_pause.png Review URL: http://codereview.chromium.org/113668 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16541 0039d316-1c4b-4281-b951-d872f2087c98
* Remove executable bit from a bunch of files that shouldn't have it.evan@chromium.org2009-05-112-0/+0
| | | | | | | | | | (No code change.) git ls-tree -r HEAD | grep '^100755' | cut -f2 | egrep '\.(png|txt|mm|cc|h|checksum|asm|js|html|c|css|xml|grd|json)$' | xargs chmod a-x git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15809 0039d316-1c4b-4281-b951-d872f2087c98
* Make our autoscroll icons a little better.glen@chromium.org2009-05-0510-0/+0
| | | | | | | | | | | | We're constrained by hardcoded icon dimensions (pan_icon.png is limited to 20x20) in WebKit, but in the interest of time, we're going to play within those restrictions. TBR=finnur BUG=11277 TEST=Do some autoscrolling, verify that our icons are different to Safari's. Verify that they don't disappear on black-backgrounded webpages. Review URL: http://codereview.chromium.org/105003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15260 0039d316-1c4b-4281-b951-d872f2087c98
* Add images for <input type="search">. These are copies of the ones in the ↵pkasting@chromium.org2009-03-264-0/+0
| | | | | | | | | public WebKit tree. BUG=9210 Review URL: http://codereview.chromium.org/45069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12609 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: first part of removing GTK from the rendereragl@chromium.org2009-02-274-0/+0
| | | | | | | | | | This patch adds the resources which the WebKit changes need. This shouldn't change anything. Review URL: http://codereview.chromium.org/27255 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10567 0039d316-1c4b-4281-b951-d872f2087c98
* Set pan cursor hotspots to centerjhaas@chromium.org2009-02-259-0/+0
| | | | | | | | | This fixes issue 6173. The pan cursor icons had their hotspots set to the upper left corner, which was causing them to be drawn offset down and to the right. Set the hotspot to (16,16). git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10382 0039d316-1c4b-4281-b951-d872f2087c98
* Translation update.mal@chromium.org2009-02-182-13/+13
| | | | | | | | | | | Update all .xtb files with current translations from the translation console. BUG= None TBR= tony TEST= Find 49 friends who each speak a different language ...nevermind. Review URL: http://codereview.chromium.org/20451 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9940 0039d316-1c4b-4281-b951-d872f2087c98
* update chrome stringstc@google.com2008-12-0527-53/+54
| | | | | | | | | | | This fixes a the Hebrew translation missing a bunch of strings. TBR=mal Review URL: http://codereview.chromium.org/12976 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6417 0039d316-1c4b-4281-b951-d872f2087c98
* Revert to using Apple's provided text area resizetc@google.com2008-11-202-0/+1
| | | | | | | | | corner graphic. This makes the resize corner look less janky when in classic mode. Review URL: http://codereview.chromium.org/11523 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5777 0039d316-1c4b-4281-b951-d872f2087c98
* fix pan scrollingtc@google.com2008-11-202-4/+50
| | | | | | | | | | The ScrollView tries to load an image before setting the cursor to a pan scroll cursor. Not sure why this is needed, but add the image so it works. Review URL: http://codereview.chromium.org/11302 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5769 0039d316-1c4b-4281-b951-d872f2087c98
* Update strings and add 8 new Indic languagestc@google.com2008-11-1348-1159/+1495
| | | | | | Review URL: http://codereview.chromium.org/10704 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5395 0039d316-1c4b-4281-b951-d872f2087c98
* Fix panning cursors. Converts them from PNG files to CUR files, so that the ↵darin@chromium.org2008-11-079-0/+0
| | | | | | | | | | | new WebCursor code will know how to load them. BUG=4149 R=tony Review URL: http://codereview.chromium.org/9713 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5033 0039d316-1c4b-4281-b951-d872f2087c98
* Update strings.tc@google.com2008-10-081-1/+1
| | | | | | | TBR=mal Review URL: http://codereview.chromium.org/6586 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3019 0039d316-1c4b-4281-b951-d872f2087c98
* Update chrome strings.tc@google.com2008-08-212-30/+30
| | | | | | TBR=mal git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1161 0039d316-1c4b-4281-b951-d872f2087c98
* Commit recent string changes to zh_cn.mal@google.com2008-08-141-3/+3
| | | | | | TBR= tc@google.com git-svn-id: svn://svn.chromium.org/chrome/trunk/src@856 0039d316-1c4b-4281-b951-d872f2087c98
* Update chrome strings ('it' translation clean ups).tc@google.com2008-08-111-2/+2
| | | | | | TBR=mal git-svn-id: svn://svn.chromium.org/chrome/trunk/src@657 0039d316-1c4b-4281-b951-d872f2087c98
* Some translation updates for WebKit resources.mal@google.com2008-08-053-4/+10
| | | | | | R= glen@google.com git-svn-id: svn://svn.chromium.org/chrome/trunk/src@362 0039d316-1c4b-4281-b951-d872f2087c98
* Add webkit to the repository.initial.commit2008-07-2753-0/+1783
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18 0039d316-1c4b-4281-b951-d872f2087c98