summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change chromoting images to upright by defaulthclam@chromium.org2011-02-227-52/+8
| | | | | | | | | | | Remove all the ugly code to have reverse rows. All images are upright now. BUG=71872 TEST=Everything in chromoting still works and upright. Review URL: http://codereview.chromium.org/6546057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75609 0039d316-1c4b-4281-b951-d872f2087c98
* Inserted default directory for the Export Bookmarks dialog boxdpapad@chromium.org2011-02-222-5/+12
| | | | | | | | | | | BUG= related to 70011 TEST= tested on Linux Instead of defaulting to the dir where Chrome launched, it defaults to the equivalent of "Documents" directory for every platform. Review URL: http://codereview.chromium.org/6532027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75608 0039d316-1c4b-4281-b951-d872f2087c98
* Benchmark tool for tile renderinghclam@chromium.org2011-02-222-0/+265
| | | | | | | | | | | A tool for using tiles to render an image. BUG=None TEST=None Review URL: http://codereview.chromium.org/6542045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75607 0039d316-1c4b-4281-b951-d872f2087c98
* roll to get faster complex-clips in gpu, and high-quality blurreed@google.com2011-02-221-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6532064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75606 0039d316-1c4b-4281-b951-d872f2087c98
* Integrate gfx::Image into the ResourceBundle.rsesek@chromium.org2011-02-2238-171/+147
| | | | | | | | | | | | | | | | | | | | | | This changes the definition of GetNativeImageNamed to return a gfx::Image and adds GetImageNamed in addition. GetBitmapNamed now goes through that method. On Linux, GetNativeImageNamed will load directly into a GdkPixbuf-backed Image. Mac will still first load through Skia (a future CL will load directly into an NSImage). All other platforms use Skia natively, so GetNativeImageNamed is the same as GetImageNamed. Mac was the only platform that used the old GetNativeImageNamed, so this also transitions a bunch of Mac files by including ui/gfx/image.h. This also obviates the need for platform-specific image caches in the ResourceBundle, so there's some additional cleanup around that. BUG=carnitas TEST=All UI images in Chromium show up as before. Review URL: http://codereview.chromium.org/6541031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75605 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress some DrMemory reports (one of them is real, the other is possible)timurrrr@chromium.org2011-02-221-10/+20
| | | | | | | | | | Also, update the DrM i#304 suppression and remove the suppression for probably-fixed crbug/57910 BUG=73740,73744,57910 TBR=bruening TEST=DrM bot goes greener Review URL: http://codereview.chromium.org/6549017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75604 0039d316-1c4b-4281-b951-d872f2087c98
* Show startup infobars when restoring session.agl@chromium.org2011-02-224-28/+51
| | | | | | | | | | | | | | At the moment, startup infobars (such as the bar which warns about --no-sandbox) doesn't show at startup if the user has their preferences set to restore the previous session. This is because the RestoreSessionSynchronously code path never hits the logic to show them. BUG=none TEST=Set preferences to restore previous session at startup. Close and restart Chrome with --no-sandbox. Verify that the warning infobar appears. Review URL: http://codereview.chromium.org/6532062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75602 0039d316-1c4b-4281-b951-d872f2087c98
* More sanitization. Remove blank lines.scottbyer@chromium.org2011-02-221-1/+11
| | | | | | | | | BUG=none TEST=Compile on the Mac from the command line, filter through this. Review URL: http://codereview.chromium.org/6532007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75600 0039d316-1c4b-4281-b951-d872f2087c98
* PrintPreview: Send the expected pages count value to Web UI along with ↵kmadhusu@chromium.org2011-02-228-7/+25
| | | | | | | | | | | | | preview data. To display initial page range text, we need expected pages count value. Therefore, I added a |expected_pages_count| field to ViewHostMsg_DidPreviewDocument_Params structure. BUG=none TEST=Enable print preview on mac. In the preview tab after loading the preview data an initial page range text is displayed. Review URL: http://codereview.chromium.org/6542002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75599 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable positive OOB write tests under Dr. Memory and add the suppression ↵timurrrr@chromium.org2011-02-222-8/+10
| | | | | | | | | | | for these tests. TEST=DrM bot shouldn't be affected after landing this. Before DrM r175 it would crash BUG=http://code.google.com/p/drmemory/issues/detail?id=51 TBR=bruening Review URL: http://codereview.chromium.org/6538092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75598 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for testing SPDY with a forced-single-domain mode. This ismbelshe@chromium.org2011-02-224-17/+35
| | | | | | | | | | | | for benchmarking only. BUG=none TEST=none Review URL: http://codereview.chromium.org/6532086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75597 0039d316-1c4b-4281-b951-d872f2087c98
* Widen some Memcheck and TSan suppressions, add a couple of new V8 suppressionstimurrrr@chromium.org2011-02-222-7/+69
| | | | | | | | | | | to make trybots and x64 runs greener BUG=16583,64930,73722,72913 TBR=thestig TEST=Greener trybots and x64 runs Review URL: http://codereview.chromium.org/6538086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75596 0039d316-1c4b-4281-b951-d872f2087c98
* Add a --force command line option to the alternate_version_generator to ↵robertshield@chromium.org2011-02-221-1/+3
| | | | | | | | | | | allow for unconditional overwriting of the output file. BUG=NONE TEST=Run alternate_version_generator.exe --force in a directory that already has a mini_installer.exe and a mini_installer_new.exe, observer mini_installer_new.exe get regenerated. Review URL: http://codereview.chromium.org/6546027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75594 0039d316-1c4b-4281-b951-d872f2087c98
* Adjusting "about:flags" styles to distingish enabled and disabled labs.thakis@chromium.org2011-02-221-4/+17
| | | | | | | | | | BUG=59874 TEST=Look at "about:flags". You should be able to determine at a glance which labs are enabled. Review URL: http://codereview.chromium.org/6541017 Patch from Mike West <mkwst@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75593 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a missed Paint->OnPaint rename.sadrul@chromium.org2011-02-221-1/+1
| | | | | | | | | BUG=73137 TEST=none Review URL: http://codereview.chromium.org/6532066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75592 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed SlowBlit along the same lines as FastBlit.jamiewalch@chromium.org2011-02-221-11/+8
| | | | | | | | | BUG=71697 TEST=Connect to an X server that is not running with 32-bpp (or hack the code to always use SlowBlit--that's what I did...). Review URL: http://codereview.chromium.org/6312123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75591 0039d316-1c4b-4281-b951-d872f2087c98
* net: Add aladdinschools.appspot.com to HSTS preloaded list.agl@chromium.org2011-02-222-0/+3
| | | | | | | | | Requested by: Kenneth Macleod BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75590 0039d316-1c4b-4281-b951-d872f2087c98
* User images works as data source on options pages.avayvod@chromium.org2011-02-228-14/+121
| | | | | | | | | BUG=chromium-os:11662 TEST=Check that user pictures are always consistent on both Personal and Accounts pages. Review URL: http://codereview.chromium.org/6532089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75589 0039d316-1c4b-4281-b951-d872f2087c98
* Initialize AutofillProfileModelAssociator members.finnur@chromium.org2011-02-222-6/+11
| | | | | | | | | | BUG=None TEST=None CID=14107, 14380 Review URL: http://codereview.chromium.org/6471026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75588 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes the context menu "save as" when policy is effective.pastarmovj@chromium.org2011-02-223-0/+10
| | | | | | | | | | | | | | Added a solution for the save as link still trying to open "Save As" dialog instead of using the policy location when set. We still have to keep this option in the menu enabled so that people can work around automatic open which is not dependent on this policy. BUG=59768 TEST=Set the policy. Right click a download link and "save as" should save without prompting. Review URL: http://codereview.chromium.org/6546047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75587 0039d316-1c4b-4281-b951-d872f2087c98
* Speed up encoding by using active maphclam@chromium.org2011-02-223-7/+80
| | | | | | | | | | | | | | | Using active map can greatly reduce the amount of macro blocks need to be encoded by vp8. This brings average encoding time from 35ms per frame to about 8ms on the tested system. However this change depends on an updated version of libvpx. BUG=None TEST=chromoting still works & no visual problems Review URL: http://codereview.chromium.org/6518011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75586 0039d316-1c4b-4281-b951-d872f2087c98
* Extension half of the proxy error eventjochen@chromium.org2011-02-2210-16/+444
| | | | | | | | | BUG=71067 TEST=test is still disabled, pending network side changes Review URL: http://codereview.chromium.org/6549015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75585 0039d316-1c4b-4281-b951-d872f2087c98
* Fix error with reading hwidmap introduced in previous commitdpolukhin@chromium.org2011-02-223-18/+44
| | | | | | | | | BUG=chromium-os:11736 TEST=ServicesCustomizationDocumentTest.* StartupCustomizationDocumentTest.* Review URL: http://codereview.chromium.org/6538087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75584 0039d316-1c4b-4281-b951-d872f2087c98
* Rolls WebKit from r79199 to r79300morrita@chromium.org2011-02-221-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=atwilson Review URL: http://codereview.chromium.org/6542059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75583 0039d316-1c4b-4281-b951-d872f2087c98
* Add a utility method that returns a list of origins that have FileSystem ↵kinuko@chromium.org2011-02-223-8/+131
| | | | | | | | | | | | | storage. The method is to be used to retrieve total amount of usage for a type, to collect all the origins at startup after initialization etc. BUG=none TEST=FileSystemUtilListOriginsTest Review URL: http://codereview.chromium.org/6524038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75582 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 680.0 to 681.0chrome-release@google.com2011-02-221-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75579 0039d316-1c4b-4281-b951-d872f2087c98
* Integrating Mac OS Grammar checker into Chromium.morrita@chromium.org2011-02-2223-3/+666
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6392045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75577 0039d316-1c4b-4281-b951-d872f2087c98
* Allow the reliability tests to run more than on URL in JS stress modesgjesse@google.com2011-02-223-9/+17
| | | | | | | | | | | | There was i bug in the reliability tests where passing --stress-opt or --stress-deopt would cause the loading of the second URL from the list passed with the --list argument did not wotk. This was not an issur for the reliability test runner as it currently only loads one URL in each test when running in JS stress mode. Also changed the JS stress message to be a control message. BUG=none TEST=none Review URL: http://codereview.chromium.org/6538078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75576 0039d316-1c4b-4281-b951-d872f2087c98
* Rework the first login preferences for input methods.satorux@chromium.org2011-02-225-87/+308
| | | | | | | | | | | | | | | | | | | | 1. add the current keyboard layout (one used on the login screen). 2. add the most popular input method associated with the application locale, that matches the current keyboard layout. For instance, add "mozc-jp" (Japanese input for JP keyboard), if the locale is JA, and keyboard layout is JP. 3. if 2 didn't help, add the most popular input method associated with the application locale (ex. xkb:ru::rus for Russian). Along the way, update the input method descriptor list for testing in input_method_library.cc BUG=chromium-os:12051 TEST=remove chrome sync data from www.google.com/dashboard, remove account from the login screen, login. Confirm that language.preload_engines and language.preferred_languages are set as intended. Review URL: http://codereview.chromium.org/6538054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75575 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Pressing ctrl key shouldn't affect inline autocomplete suggest.suzhe@google.com2011-02-222-2/+44
| | | | | | | | | | | | This CL reverts an inappropriate change introduced by http://codereview.chromium.org/5966006. BUG=73488 TEST=Pressing ctrl key in omnibox shouldn't affect existing inline autocomplete suggest text. Review URL: http://codereview.chromium.org/6541048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75574 0039d316-1c4b-4281-b951-d872f2087c98
* Implement keycode/text conversion on mac for chromedriver.kkania@chromium.org2011-02-2210-92/+427
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6537024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75569 0039d316-1c4b-4281-b951-d872f2087c98
* Preload IME for the flash sandbox plugincpu@chromium.org2011-02-221-0/+14
| | | | | | | | | | | | | | | Before we lock down (call LowerToken()) we force the IME subsystem to load, so the required resources are acquired. Typical sites that show the issue are weathernews.jp and www.nicovideo.jp BUG=66605 TEST=see bug Review URL: http://codereview.chromium.org/6551002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75568 0039d316-1c4b-4281-b951-d872f2087c98
* clang: Fix a few more failed attempts at overrides found by -Woverloaded-virtualthakis@chromium.org2011-02-223-5/+6
| | | | | | | | | | BUG=72205 TEST=none TBR=brettw Review URL: http://codereview.chromium.org/6551005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75567 0039d316-1c4b-4281-b951-d872f2087c98
* Implement the filesystem proxy. This allows the FileRef tests (the ones whichbrettw@chromium.org2011-02-2117-31/+385
| | | | | | | | | | | | | | | | | | | | don't use FileIO which isn't don yet) to pass in the proxy. Hook up the code from the URLLoader that downloads to a file. This allows all URLLoader tests to pass in the proxy. Change code in dispatcher that zeros out the array to take into account padding. It was only zero-filling half of the array since sizeof(enum) * # elts seems to be half as large as the actual array due to padding on 64-bit systems. Make the aborted completion callbacks run asynchronously. This was caught by one of the file ref tests. We really need a system for doing this better, but I don't want to do that in this patch. TEST=ppapi_tests run under proxy Review URL: http://codereview.chromium.org/6543028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75566 0039d316-1c4b-4281-b951-d872f2087c98
* Suppression for LayoutTestController.waitUntilDonecbentzel@chromium.org2011-02-211-0/+13
| | | | | | | | | BUG=73675 TEST=waterfall.sh match Review URL: http://codereview.chromium.org/6549008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75563 0039d316-1c4b-4281-b951-d872f2087c98
* AutocompletePopupContentsView must override View::PaintChildren to prevent viewsvarunjain@chromium.org2011-02-214-22/+33
| | | | | | | | | | | | from "accidentally" painting. This bug was introduced in Cl http://codereview.chromium.org/6349101 BUG=73473 TEST=none Review URL: http://codereview.chromium.org/6469074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75562 0039d316-1c4b-4281-b951-d872f2087c98
* Make the ~/.subversion/config check a notice instead of an error.maruel@chromium.org2011-02-211-2/+2
| | | | | | | | | | | | | | It's less important now that all contributors suffered from it. Also, it's very painful for people working on other projects that don't use the same default settings. TEST=none BUG=none Review URL: http://codereview.chromium.org/6529017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75561 0039d316-1c4b-4281-b951-d872f2087c98
* Fix compilation on ubuntu 10.10.maruel@chromium.org2011-02-211-0/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6542024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75560 0039d316-1c4b-4281-b951-d872f2087c98
* Add 3 chrome frame mini installer tests, cover installation tests while IE ↵vivianz@chromium.org2011-02-213-27/+91
| | | | | | | | | | | | | process is running. fixed some old tests on verifying installation succeed. BUG=61635 Test=None Review URL: http://codereview.chromium.org/6524001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75559 0039d316-1c4b-4281-b951-d872f2087c98
* Fix clang build.bauerb@chromium.org2011-02-211-2/+2
| | | | | | | | | BUG=73385 TEST=none Review URL: http://codereview.chromium.org/6541062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75557 0039d316-1c4b-4281-b951-d872f2087c98
* Tentative compile fix.bauerb@chromium.org2011-02-211-1/+1
| | | | | | TBR=bauerb git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75556 0039d316-1c4b-4281-b951-d872f2087c98
* Add MoveToThread method to PrefMember to make it safe to read pref values ↵bauerb@chromium.org2011-02-217-146/+277
| | | | | | | | | | | from other threads. BUG=73385 TEST=PrefMemberTest.MoveToThread Review URL: http://codereview.chromium.org/6524041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75555 0039d316-1c4b-4281-b951-d872f2087c98
* Fix "--fix" mode of syntax_check_policy_template_json.pyjkummerow@chromium.org2011-02-211-6/+9
| | | | | | | | | | | The auto-fix mode of the syntax checker had a small bug that caused it to be unable to replace tabs and fix indentation in the same run (making a second invocation necessary). This CL fixes this. BUG=None TEST=Run "syntax_check_policy_template_json.py --fix --backup policy_templates.json" for a policy_templates.json file containing lines indented with tabs, observe that fixing such indentation now works as it should Review URL: http://codereview.chromium.org/6550001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75554 0039d316-1c4b-4281-b951-d872f2087c98
* Update TSan ignores and suppressions to give less false reports on UI tests.timurrrr@chromium.org2011-02-212-15/+9
| | | | | | | | TBR=glider TEST=TSan/UI FYI goes greener Review URL: http://codereview.chromium.org/6542046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75553 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress some new Dr. Memory probably-false reportstimurrrr@chromium.org2011-02-211-0/+23
| | | | | | | | TBR=bruening TEST=DrM/FYI bot goes greener Review URL: http://codereview.chromium.org/6541061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75552 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Capturer for Mac to cope gracefully when there are no invalid rects.wez@chromium.org2011-02-211-8/+1
| | | | | | | | | BUG=73095 TEST=Run Chromoting host for Mac and connect to it. Service process should NOT crash. Review URL: http://codereview.chromium.org/6541026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75551 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run EncoderVp8Test.TestEncoder under Dr. Memorytimurrrr@chromium.org2011-02-211-0/+1
| | | | | | | | | BUG=57266 TBR=bruening TEST=DrM/FYI stops failing on remoting_unittests Review URL: http://codereview.chromium.org/6546049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75550 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run PrintingContextTest.Base under Dr. Memorytimurrrr@chromium.org2011-02-211-0/+2
| | | | | | | | | BUG=73652 TBR=bruening TEST=DrM/FYI bot stops failing on printing_unittests Review URL: http://codereview.chromium.org/6541059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75549 0039d316-1c4b-4281-b951-d872f2087c98
* Update customization manifest reader to match desing docdpolukhin@chromium.org2011-02-218-359/+176
| | | | | | | | | BUG=chromium-os:11736 TEST=ServicesCustomizationDocumentTest.* StartupCustomizationDocumentTest.* Review URL: http://codereview.chromium.org/6541025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75548 0039d316-1c4b-4281-b951-d872f2087c98
* Fix linking of libcontent_browser.sobattre@chromium.org2011-02-211-2/+4
| | | | | | | | | | TBR=jam@chromium.org BUG=73649 TEST=execute "make interactive_ui_tests" and see everything linking again. Review URL: http://codereview.chromium.org/6541055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75547 0039d316-1c4b-4281-b951-d872f2087c98