summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and putbrettw@chromium.org2010-12-20233-1810/+2209
| | | | | | | | | | them in the webkit::npapi namespace. BUG=none TEST=none Review URL: http://codereview.chromium.org/6012002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69755 0039d316-1c4b-4281-b951-d872f2087c98
* Disk cache: Change the request throttling logic so that wervargas@google.com2010-12-203-18/+16
| | | | | | | | | | | | don't post all queued requests when we stop throttling them. BUG=54338 TEST=none Review URL: http://codereview.chromium.org/5993002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69754 0039d316-1c4b-4281-b951-d872f2087c98
* Added group policy for disabling all client-side 3D APIs in Chromiumkbr@chromium.org2010-12-2020-8/+70
| | | | | | | | | | | | | | | | | | | | | (in particular, WebGL and Pepper 3D). This has been hooked up through a new command-line argument (--disable-3d-apis) orthogonal to the existing ones, so that further changes to those command line arguments will not accidentally regress the group policy support. Tested in the following ways: - Verified that --disable-3d-apis disables WebGL and Pepper 3D support on Mac OS X. - Verified that specifying the Disable3DAPIs policy via a JSON file disables WebGL on Linux. - Ran unit_tests and verified that there were no failures introduced. BUG=64806 TEST=ConfigurationPolicyPrefStoreBooleanTest Review URL: http://codereview.chromium.org/5991003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69753 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Fixed bug in test sync server's select loop.akalin@chromium.org2010-12-201-13/+15
| | | | | | | | | | | | This fixes one problem causing flakiness on the linux sync integration test trybot. BUG=67051 TEST=sync_integration_tests Review URL: http://codereview.chromium.org/5968001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69752 0039d316-1c4b-4281-b951-d872f2087c98
* Rename ATTR_LINK_TARGET to ATTR_URL and assign it within ↵ctguil@chromium.org2010-12-203-2/+4
| | | | | | | | webaccessibility.BUG=noneTEST=none Review URL: http://codereview.chromium.org/5698002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69751 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI Prefs: Make the search engine management list look like two listsstuartmorgan@chromium.org2010-12-204-35/+56
| | | | | | | | | | | This brings the page closer to the mocks. BUG=63825 TEST=Open search engine manager subpage in DOMUI prefs. It should look more consistent with the new DOMUI Prefs list style. Review URL: http://codereview.chromium.org/5970003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69750 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Added missing includeakalin@chromium.org2010-12-201-0/+1
| | | | | | | | | | | This was causing problems when merging to 597. BUG=64652 TEST=None Review URL: http://codereview.chromium.org/5723003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69749 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 74347:74354.tonyg@chromium.org2010-12-201-1/+1
| | | | | | | | | | BUG=None TEST=None TBR=yurys Review URL: http://codereview.chromium.org/6014005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69748 0039d316-1c4b-4281-b951-d872f2087c98
* Turn off groups in task manager, as we're rolling out that functionality inatwilson@chromium.org2010-12-202-54/+2
| | | | | | | | | | | favor of a larger change in a future release. BUG=63222 TEST=Bring up task manager, see that it has no groups. Review URL: http://codereview.chromium.org/5865005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69746 0039d316-1c4b-4281-b951-d872f2087c98
* Remove GetVp8CxAlgoAddress hackhclam@chromium.org2010-12-206-76/+9
| | | | | | | | | | | | libvpx has introduced vpx_codec_vp8_cx() and vpx_codec_vp8_dx() use them instead. BUG=None TEST=None Review URL: http://codereview.chromium.org/5831006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69745 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Narrow the last-child selector for sections.jhawkins@chromium.org2010-12-201-1/+1
| | | | | | | | | BUG=67347 TEST=none Review URL: http://codereview.chromium.org/6064001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69744 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run CertVerifierTest.CacheHit under TSan/Wintimurrrr@chromium.org2010-12-201-1/+5
| | | | | | | | | BUG=67599 TBR=glider TEST=TSan/win should go greener Review URL: http://codereview.chromium.org/6056002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69742 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the DCHECK in the UrlRequestautomationJob::ReadRawData function which ↵ananta@chromium.org2010-12-201-1/+0
| | | | | | | | | | | | | | | | asserts that this function is only invoked in the IO thread. While this is true for ChromeFrame in general for chrome frame net tests this DCHECK fires beause the test suite runs the url request tests in a worker thread created specifically to run these tests. BUG=none TEST=chrome frame net tests should pass on the try server. TBR=amit Review URL: http://codereview.chromium.org/6037005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69741 0039d316-1c4b-4281-b951-d872f2087c98
* content settings listsestade@chromium.org2010-12-2011-41/+73
| | | | | | | | | | | | | | 1) auto-height 2) move AddRow to bottom 3) fix location and notifications so you can't edit them 4) use deletable list (also add support for not showing a close button for certain rows) BUG=67103 67024 63844 TEST=manual Review URL: http://codereview.chromium.org/5846004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69738 0039d316-1c4b-4281-b951-d872f2087c98
* Add pepper::URLRequestInfo unit tests to test_shell_testsbbudge@google.com2010-12-202-1/+250
| | | | | | | | BUG=NONE TESTS=this Review URL: http://codereview.chromium.org/5909004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69736 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up mac_util to use CFToNSCastdmaclach@chromium.org2010-12-201-12/+9
| | | | | | | | | BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/6030003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69735 0039d316-1c4b-4281-b951-d872f2087c98
* net: add comservicing.org to False Start blacklistagl@chromium.org2010-12-201-0/+1
| | | | | | | | | | comservicing.org was omitted because our crawler didn't know about the site. However, it appears to have existed before the cut-off date. BUG=60672 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69734 0039d316-1c4b-4281-b951-d872f2087c98
* Remove static initializers.neb@chromium.org2010-12-2034-531/+546
| | | | | | | | | BUG=52915 TEST=no new functionality, passes ppapi_tests Review URL: http://codereview.chromium.org/5797006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69732 0039d316-1c4b-4281-b951-d872f2087c98
* Disable testSavedPasswordInTabsAndWindows on winnirnimesh@chromium.org2010-12-201-0/+2
| | | | | | BUG=67588 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69731 0039d316-1c4b-4281-b951-d872f2087c98
* touchui: Make sure the textfield isn't obscured by the keyboard.sadrul@chromium.org2010-12-203-0/+16
| | | | | | | | | | | | | When the virtual keyboard pops up, it can end up hiding the textfield when it's towards the bottom of the page. So make sure the textfield is visible after the keyboard is displayed. BUG=keyboard hides a focused textfield if it's towards the bottom of the page. TEST=see bug Review URL: http://codereview.chromium.org/6074001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69730 0039d316-1c4b-4281-b951-d872f2087c98
* net: add factor.cc to HSTS preloaded list.agl@chromium.org2010-12-202-0/+4
| | | | | | | | | (Requested by Robin Buse.) BUG=none TEST=net_unittests git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69729 0039d316-1c4b-4281-b951-d872f2087c98
* file_version_info was not finding Mac values correctly. Got it now looking ↵dmaclach@chromium.org2010-12-203-54/+28
| | | | | | | | | | | in the appropriate bundle. BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/5815001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69728 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Work around FSEventStreamInvalidate() bug.shess@chromium.org2010-12-201-1/+2
| | | | | | | | | | | | | | | | | | The way FilePathWatcherImpl on OSX uses FSEventStream caused a double-close of a file descriptor. If another thread allocated a file descriptor during that window, it would later have problems. This mostly happened on browser_tests, but it could also happen in the real world. The change uses a more specific function to remove the stream from the runloop. BUG=66938 TEST=waterfall Review URL: http://codereview.chromium.org/6048002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69727 0039d316-1c4b-4281-b951-d872f2087c98
* Change ppapi C++ comment style into C.neb@chromium.org2010-12-2066-353/+421
| | | | | | | | | | | This allows graphics 2d example to compile. BUG=none TEST=Compiling examples/2d/graphics_2d.c with NaCl works. Review URL: http://codereview.chromium.org/5997003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69725 0039d316-1c4b-4281-b951-d872f2087c98
* Reduce local overrides on my way to figuring out what's uppkasting@chromium.org2010-12-201-2/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/5994003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69724 0039d316-1c4b-4281-b951-d872f2087c98
* Let build-bisect.py print download progress.thakis@chromium.org2010-12-201-1/+13
| | | | | | | | | BUG=None TEST=run build-bisect.py while riding the shuttle, feel reassured by progress bar Review URL: http://codereview.chromium.org/6024005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69723 0039d316-1c4b-4281-b951-d872f2087c98
* Autofill add i18n test files and baselines.dhollowa@chromium.org2010-12-2019-11/+297
| | | | | | | | | | | Adds Autofill html files and output files for specific languages. Most of the non-English classification returns UNKNOWN_TYPE currently. Future modifications to the Autofill heuristics engine will fix this. BUG=55787, 60022 TEST=FormStructureBrowserTest.HTMLFiles Review URL: http://codereview.chromium.org/6038002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69722 0039d316-1c4b-4281-b951-d872f2087c98
* Initialize bug_report_ to NULL so as make sure invalid pointer is not freed.inferno@chromium.org2010-12-201-0/+1
| | | | | | | | | BUG=67393 TEST=NONE Review URL: http://codereview.chromium.org/6066002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69721 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Makes the download shelf auto-close after the user opens all downloadsrohitrao@chromium.org2010-12-206-4/+123
| | | | | | | | | | | | and moves mouse off the shelf. This is the mac implementation of r57541. BUG=55413 TEST=Download an item, open it, move the mouse off the download shelf and make sure it closes. Review URL: http://codereview.chromium.org/3400027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69718 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 617.0 to 618.0chrome-release@google.com2010-12-201-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69716 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build with -Duse_system_icu=1 and libicu-4.4.*phajdan.jr@chromium.org2010-12-201-4/+6
| | | | | | | | | | | | | | UBreakIterator is a struct in newer versions of libicu; must explicitly cast iter_, which is defined as a void*. Failing to do so causes gcc to complain about implicitly converting from a void*. Contributed by Mike Gilbert <floppymaster@gmail.com>. Original review: http://codereview.chromium.org/6047001 BUG=None TEST=Build with -Duse_system_icu=1 Review URL: http://codereview.chromium.org/6015003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69713 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to r74347yurys@chromium.org2010-12-201-1/+1
| | | | | | | | | | BUG=None TEST=None TBR=tonyg Review URL: http://codereview.chromium.org/6072001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69711 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for --multi-install to mini_installer, fixed a memory leak, ↵grt@chromium.org2010-12-205-41/+165
| | | | | | | | | | | | fixed use of Win32 registry API, and refactored SetFullInstallerFlag so that it can be exercised in unit tests (tests to follow). Also explicitly turn off ExceptionHandling in the msvs_settings so that builds succeed in shared_library configs. When --multi-install is not on command-line, "-full" is still added to the appropriate product "ap" value in official builds. When --multi-install is present, "-full" is added to the multi installer's "ap" value unless a product is being migrated from single-install to multi-install, in which case it is put on the product's "ap" value as before. BUG=61609 TEST=Manual for now: run mini_installer.exe in various configurations, inspecting "ap" values as you go. Review URL: http://codereview.chromium.org/6025003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69710 0039d316-1c4b-4281-b951-d872f2087c98
* Respect synced locale settings.dilmah@chromium.org2010-12-205-8/+29
| | | | | | | | | BUG=chromium-os:9164 TEST=Manual Review URL: http://codereview.chromium.org/6000001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69709 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to r74341yurys@chromium.org2010-12-201-1/+1
| | | | | | | | | | BUG=None TEST=None TBR=tonyg Review URL: http://codereview.chromium.org/5977004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69708 0039d316-1c4b-4281-b951-d872f2087c98
* Allow default desktop content settings and default geolocation settings to ↵markusheintz@chromium.org2010-12-2017-23/+467
| | | | | | | | | | | be managed via policy. (Support for the Cocoa UI will be added via a separate CL) BUG=63190,63187, 63180 TEST=none Review URL: http://codereview.chromium.org/5398001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69707 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a memory leak and a (false?) Memcheck:Jump report in /lib/ldtimurrrr@chromium.org2010-12-201-0/+15
| | | | | | | | | BUG=67553,67554 TBR=glider TEST=Valgrind/interactive_ui should go greener. Review URL: http://codereview.chromium.org/6028002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69704 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress GTK/Printing data race, remove an out-of-date suppression for ↵timurrrr@chromium.org2010-12-202-7/+18
| | | | | | | | | | | base::Thread vfptr benign race TBR=glider BUG=67546,25385 TEST=TSan/Memory bots should remain green; TSan/FYI bots should go greener. Review URL: http://codereview.chromium.org/6059003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69703 0039d316-1c4b-4281-b951-d872f2087c98
* Set correct bounds for the RoundedView class.altimofeev@chromium.org2010-12-202-15/+14
| | | | | | | | | BUG=chromium-os:10399 TEST=manual Review URL: http://codereview.chromium.org/5848003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69702 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to r74338yurys@chromium.org2010-12-201-1/+1
| | | | | | | | | | BUG=None TEST=None TBR=tonyg Review URL: http://codereview.chromium.org/6053002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69701 0039d316-1c4b-4281-b951-d872f2087c98
* Disable 'create shortcut' in newtab apps pulldown menu.kochi@chromium.org2010-12-203-1/+7
| | | | | | | | | BUG=chromium-os:10364 TEST=manually check if pulldown menu of apps on newtab page doesn't have 'create shortcut' menu. Review URL: http://codereview.chromium.org/6057002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69699 0039d316-1c4b-4281-b951-d872f2087c98
* Disable RenderViewHostManagerTest.DontSwapProcessWithOnlyTargetBlankphajdan.jr@chromium.org2010-12-201-1/+2
| | | | | | | | | | | TBR=creis BUG=67532 TEST=browser_tests Review URL: http://codereview.chromium.org/6068001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69698 0039d316-1c4b-4281-b951-d872f2087c98
* Add URLRequestContextOverride in SocketStreamDispatcherHostukai@chromium.org2010-12-206-10/+71
| | | | | | | | | BUG=62152 TEST=none Review URL: http://codereview.chromium.org/5882004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69697 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-2012-326/+807
| | | | | | | | | | | | | | | | | | | | | These sockets allow one connection at a time, however clients can connect and disconnect repeatedly. These are going to be used by Cloud Print, Remoting and Automation. BUG=NONE TEST=BUILD Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69660 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69690 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69694 Review URL: http://codereview.chromium.org/5749001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69696 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 69694 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-2012-803/+322
| | | | | | | | | | | | | | | | | | | | | | These sockets allow one connection at a time, however clients can connect and disconnect repeatedly. These are going to be used by Cloud Print, Remoting and Automation. BUG=NONE TEST=BUILD Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69660 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69690 Review URL: http://codereview.chromium.org/5749001 TBR=dmaclach@chromium.org Review URL: http://codereview.chromium.org/6060002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69695 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-2012-322/+803
| | | | | | | | | | | | | | | | | | | These sockets allow one connection at a time, however clients can connect and disconnect repeatedly. These are going to be used by Cloud Print, Remoting and Automation. BUG=NONE TEST=BUILD Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69660 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69690 Review URL: http://codereview.chromium.org/5749001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69694 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress heapchecker leaks for Bug 67524.hbono@chromium.org2010-12-201-0/+6
| | | | | | | | | | | This change suppresses leaks in net::::ProxyResolverV8WithMockBindings::SetPacScriptFromDisk() started since r69525 <http://crrev.com/69525>, which updated the v8 to 3.0.3: <http://build.chromium.org/p/chromium.memory/builders/Linux%20Heapcheck/builds/2192/steps/heapcheck%20test:%20net/logs/stdio>. TBR=thestig,timurrrr BUG=67524 TEST=make the "Linux Heapcheck" bot green. Review URL: http://codereview.chromium.org/6020004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69693 0039d316-1c4b-4281-b951-d872f2087c98
* Updates the suppression rules for Bug 16089.hbono@chromium.org2010-12-201-5/+5
| | | | | | | | | | | This change updates the suppression rules for Bug 16089 to catch up with r69652 <http://crrev.com/69652>, which renamed LinuxDynamicThreadPool to PosixDynamicThreadPool. TBR=thestig,timurrrr BUG=16089 TEST=make the "Linux Tests (valgrind)(1)" bot green. Review URL: http://codereview.chromium.org/6050003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69692 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 69690 - Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-2012-800/+322
| | | | | | | | | | | | | | | | | | | | These sockets allow one connection at a time, however clients can connect and disconnect repeatedly. These are going to be used by Cloud Print, Remoting and Automation. BUG=NONE TEST=BUILD Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69660 Review URL: http://codereview.chromium.org/5749001 TBR=dmaclach@chromium.org Review URL: http://codereview.chromium.org/5972002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69691 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for sockets that can listen and accept a connection.dmaclach@chromium.org2010-12-2012-322/+800
| | | | | | | | | | | | | | | | | These sockets allow one connection at a time, however clients can connect and disconnect repeatedly. These are going to be used by Cloud Print, Remoting and Automation. BUG=NONE TEST=BUILD Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69660 Review URL: http://codereview.chromium.org/5749001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69690 0039d316-1c4b-4281-b951-d872f2087c98