summaryrefslogtreecommitdiffstats
path: root/webkit/glue/resources
Commit message (Collapse)AuthorAgeFilesLines
* Added functionality to use "SaveAs..." from PDF plugin.gene@chromium.org2011-04-1521-0/+0
| | | | | | | | | | | | | | | It is exactly the same experience as user right-click and select "SaveAs..." from pop-up menu. No disk access allowed for plugin. DIscussed it with Chris Evans and he is ok with this solution from the security stand point. Also added PDF resources for new UI. BUG=56072,75235 TEST=none, will send PDF cl separately. Review URL: http://codereview.chromium.org/6871020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81822 0039d316-1c4b-4281-b951-d872f2087c98
* Nonelaforge@chromium.org2011-04-131-0/+5
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81351 0039d316-1c4b-4281-b951-d872f2087c98
* Nonelaforge@chromium.org2011-04-1310-20/+55
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81345 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 696karen@chromium.org2011-03-2939-4/+194
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79708 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 696karen@chromium.org2011-03-1549-174/+777
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78254 0039d316-1c4b-4281-b951-d872f2087c98
* A small set of related fixes:satish@chromium.org2011-03-141-0/+0
| | | | | | | | | | | | | | - Tell speech recognition server to return errors as part of the JSON response and not HTTP error codes (xjerr=1 url param) - Don't treat an empty response as a parse failure, instead bubble it up to the recognizer which already shows a proper 'speech not recognized' message - Fix a constant's value which was wrong (should've been 30.0, not 60.0) - Change mic image to blue when recording. BUG=none TEST=unit_tests --gtest_filter=SpeechRecognitionRequestTest.* Review URL: http://codereview.chromium.org/6682029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78043 0039d316-1c4b-4281-b951-d872f2087c98
* New assets for PDF progress control. Added asset for drop shadow.gene@chromium.org2011-03-0411-0/+0
| | | | | | | | | | BUG=71506 TEST=none Review URL: http://codereview.chromium.org/6626030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76998 0039d316-1c4b-4281-b951-d872f2087c98
* Adding resources for PDF loading progress control.gene@chromium.org2011-03-0310-0/+0
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6612022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76838 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up webkit resources.xiyuan@chromium.org2011-01-2414-0/+0
| | | | | | | | | | | | | - Remove the original resource files. Those files are now in gfx/resources. - Remove webkit_resources references to the orignal resource files. BUG=chromium-os:9256 TEST=none. Review URL: http://codereview.chromium.org/6287007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72348 0039d316-1c4b-4281-b951-d872f2087c98
* Update stringslaforge@chromium.org2011-01-0751-76/+174
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70780 0039d316-1c4b-4281-b951-d872f2087c98
* Update the spinner and mic button images to the latest from UX team.satish@chromium.org2010-09-243-0/+0
| | | | | | | | | BUG=53598 TEST=none Review URL: http://codereview.chromium.org/3444019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60464 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Update the spinner and mic button images to the latest from UX team."maruel@chromium.org2010-09-233-0/+0
| | | | | | | | | | | | This reverts commit 60328. Please update the image expectations. TBR=satish TEST=none BUG=none Review URL: http://codereview.chromium.org/3381021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60333 0039d316-1c4b-4281-b951-d872f2087c98
* Update the spinner and mic button images to the latest from UX team.satish@chromium.org2010-09-233-0/+0
| | | | | | | | | BUG=53598 TEST=none Review URL: http://codereview.chromium.org/3444019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60328 0039d316-1c4b-4281-b951-d872f2087c98
* Same as 3305029. Fixed compilation error on Linux. Unfortunately try does ↵gene@chromium.org2010-09-1023-0/+0
| | | | | | | | | | | | | | | | | | not work for resources. GCC has troubles with arraysize() for structures in the different namespace and with annonymous structures. The only difference from 3305029 is in pepper_private.cc. Added PDF resources to Chrome. Added private interface to access resources from pepper plugin. Added example to PDF srting resource. BUG=54322 TEST=none Review URL: http://codereview.chromium.org/3335016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59150 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 59111 - Added PDF resources to Chrome.sky@chromium.org2010-09-1023-0/+0
| | | | | | | | | | | | | | | | Added private interface to access resources from pepper plugin. Added example to PDF srting resource. BUG=54322 TEST=none Review URL: http://codereview.chromium.org/3305029 TBR=gene@chromium.org Review URL: http://codereview.chromium.org/3304019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59112 0039d316-1c4b-4281-b951-d872f2087c98
* Added PDF resources to Chrome.gene@chromium.org2010-09-1023-0/+0
| | | | | | | | | | | | | Added private interface to access resources from pepper plugin. Added example to PDF srting resource. BUG=54322 TEST=none Review URL: http://codereview.chromium.org/3305029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59111 0039d316-1c4b-4281-b951-d872f2087c98
* Add xtb files for Farsi translations. mal@chromium.org2010-08-281-0/+44
| | | | | | | | | | R = jshin BUG = http://crbug.com/45505 TEST= None. These are just data files. Review URL: http://codereview.chromium.org/3104043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57776 0039d316-1c4b-4281-b951-d872f2087c98
* Grabbing the newly translated strings from the branch to land on the trunk. ↵kerz@chromium.org2010-08-2050-654/+676
| | | | | | | | Built using trunk grds. Review URL: http://codereview.chromium.org/3148031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56889 0039d316-1c4b-4281-b951-d872f2087c98
* AutoFill: Add a re-sized generic CC icon.jhawkins@chromium.org2010-08-051-0/+0
| | | | | | | | | BUG=51077 TEST=none Review URL: http://codereview.chromium.org/3036047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55112 0039d316-1c4b-4281-b951-d872f2087c98
* AutoFill: Move the CC icons to webkit/glue/resources. This is a temporaryjhawkins@chromium.org2010-07-297-0/+0
| | | | | | | | | | | location until they're moved to chrome/common. BUG=50080 TEST=none Review URL: http://codereview.chromium.org/3034040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54219 0039d316-1c4b-4281-b951-d872f2087c98
* Add images used by webkit for the speech input button.satish@chromium.org2010-07-283-0/+0
| | | | | | | | | | | | | | | The try servers seem to not support testing these types of resource/image additions, hence all builds fail in try. However I have verified that this builds fine on my windows,mac and linux machines. Please advise if any of the changes in the GRD or webkitclient_impl.cc need to be inside #if ENABLE_INPUT_SPEECH. I did not add the ifdef since I didn't see any for other such features in both these files. BUG=none TEST=none yet as the feature is still being implemented and not enabled Review URL: http://codereview.chromium.org/3058019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53991 0039d316-1c4b-4281-b951-d872f2087c98
* AutoFill: Add the generic CC icon to webkit/glue/resources.jhawkins@chromium.org2010-07-281-0/+0
| | | | | | | | | BUG=50080 TEST=none Review URL: http://codereview.chromium.org/3033033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53878 0039d316-1c4b-4281-b951-d872f2087c98
* Add images of indeterminate checkboxes for Linux.tkent@chromium.org2010-07-022-0/+0
| | | | | | | | | | | These iamge were based on existing linux-checkbox-*.png and modified by tkent. BUG=36321 TEST=none Review URL: http://codereview.chromium.org/2883013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51502 0039d316-1c4b-4281-b951-d872f2087c98
* Added resource images for progress bar on Linux.tony@chromium.org2010-06-104-0/+0
| | | | | | | | | | | WebKit side is https://bugs.webkit.org/show_bug.cgi?id=37310 Patch by morrita@google.com originally at http://codereview.chromium.org/2478002/show Review URL: http://codereview.chromium.org/2759007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49376 0039d316-1c4b-4281-b951-d872f2087c98
* Remove references to feed preview, which was removed years ago.tony@chromium.org2010-05-261-18/+0
| | | | | | | | TEST=tests still pass Review URL: http://codereview.chromium.org/2150005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48240 0039d316-1c4b-4281-b951-d872f2087c98
* Switch from he.xtb to iw.xtb because the translation console istony@chromium.org2010-03-261-1/+1
| | | | | | | | deprecating 'he' in favor of 'iw'. Review URL: http://codereview.chromium.org/1332001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42713 0039d316-1c4b-4281-b951-d872f2087c98
* Remove Oriya from the list of UI languages for now because we're not getting ↵jshin@chromium.org2010-03-251-43/+0
| | | | | | | | | | | | Oriya translation updated any more. BUG=37562 TEST=On Windows, 'chrome --lang=or' will bring up English Chrome. Review URL: http://codereview.chromium.org/1144001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42655 0039d316-1c4b-4281-b951-d872f2087c98
* String translations (not final)oritm@google.com2010-03-192-18/+18
| | | | | | Review URL: http://codereview.chromium.org/1085004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42131 0039d316-1c4b-4281-b951-d872f2087c98
* svn prop fixes. Applied to all files not in third_party.pkasting@chromium.org2010-03-092-0/+0
| | | | | | | | | | | | * Removed eol-style, executable and mergeinfo from BMP/GIF/ICO/JPEG files, and set correct mime-type. * Removed executable and mergeinfo from .c/.cc/.cpp/.h/.m/.mm and .gyp files, and set eol-style to LF. TBR=evanm BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40991 0039d316-1c4b-4281-b951-d872f2087c98
* String translations from TCoritm@google.com2010-03-031-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40466 0039d316-1c4b-4281-b951-d872f2087c98
* Translation stringsoritm@google.com2010-01-103-6/+6
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35882 0039d316-1c4b-4281-b951-d872f2087c98
* Apply the latest translated strings to trunk.mal@chromium.org2009-11-151-18/+18
| | | | | | | | BUG= None TEST= None Review URL: http://codereview.chromium.org/395014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32020 0039d316-1c4b-4281-b951-d872f2087c98
* 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