summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Disable search_engines.SearchEnginesTest.testTabToSearchnirnimesh@chromium.org2010-12-211-0/+2
| | | | | | | | BUG=67628 Review URL: http://codereview.chromium.org/6006004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69777 0039d316-1c4b-4281-b951-d872f2087c98
* Moved forward declare of BackgroundModeManager from profile.h to profile_impl.hrickcam@chromium.org2010-12-212-1/+1
| | | | | | | | | BUG=67097 TEST=manual Review URL: http://codereview.chromium.org/5893003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69776 0039d316-1c4b-4281-b951-d872f2087c98
* ceee: Include base/win/scope_comptr.h instead of base/scoped_comptr_win.htfarina@chromium.org2010-12-218-37/+37
| | | | | | | | | | | Also add base::win:: to ScopedComPtr where necessary. BUG=None TEST=trybots Review URL: http://codereview.chromium.org/6063001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69775 0039d316-1c4b-4281-b951-d872f2087c98
* Stop the chromoting_contextdmaclach@chromium.org2010-12-211-0/+4
| | | | | | | | | BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/6009003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69774 0039d316-1c4b-4281-b951-d872f2087c98
* Properly cancel PPAPI callbacks.viettrungluu@chromium.org2010-12-2120-75/+895
| | | | | | | | | | | This sets up infrastructure to properly cancel PPAPI callbacks (which have particular semantics), and converts a couple things to use them. BUG= TEST=test_shell_tests and PPAPI tests Review URL: http://codereview.chromium.org/5562008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69773 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi"chase@chromium.org2010-12-21233-2209/+1810
| | | | | | | | | | | | Manually reverting r69755, which broke the tree. BUG=none TEST=none TBR=dmaclach@chromium.org Review URL: http://codereview.chromium.org/5998002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69771 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Erase the old NPAPI Pepper (Pepper 1) test plugin."chase@chromium.org2010-12-219-0/+535
| | | | | | | | | | | | | | Manually reverting r69762, which broke the tree. This replays r69765, except also adds npapi_pepper_test_plugin back. BUG=none TEST=none TBR=dmaclach@chromium.org Review URL: http://codereview.chromium.org/6078002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69770 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Revert 69762 - Erase the old NPAPI Pepper (Pepper 1) test plugin."chase@chromium.org2010-12-201-70/+0
| | | | | | | | | | | | | Manually reverting r69765, which was itself a failed revert of r69762. BUG=none TEST=none TBR=dmaclach@chromium.org Review URL: http://codereview.chromium.org/6028004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69769 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to ↵chase@chromium.org2010-12-20155-860/+1253
| | | | | | | | | | | | | | | webkit/plugins/npapi" Manually reverting r69766, which was itself a failed revert of r69755. BUG=none TEST=none TBR=dmaclach@chromium.org Review URL: http://codereview.chromium.org/5996003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69768 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 69755 - Move the NPAPI files from webkit/glue/plugins to ↵brettw@chromium.org2010-12-20155-1253/+860
| | | | | | | | | | | | | | | webkit/plugins/npapi and put them in the webkit::npapi namespace. BUG=none TEST=none Review URL: http://codereview.chromium.org/6012002 TBR=brettw@chromium.org Review URL: http://codereview.chromium.org/5961004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69766 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 69762 - Erase the old NPAPI Pepper (Pepper 1) test plugin. I broke ↵brettw@chromium.org2010-12-201-0/+70
| | | | | | | | | | | | | | | the compile with my previous migration and it's not worth fixing. TEST=none BUG=none Review URL: http://codereview.chromium.org/5968003 TBR=brettw@chromium.org Review URL: http://codereview.chromium.org/6070004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69765 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 69763 - Fix ChromeOS build.brettw@chromium.org2010-12-203-7/+5
| | | | | | | TBR=brettw@chromium.org Review URL: http://codereview.chromium.org/5999005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69764 0039d316-1c4b-4281-b951-d872f2087c98
* Fix ChromeOS build.brettw@chromium.org2010-12-203-5/+7
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69763 0039d316-1c4b-4281-b951-d872f2087c98
* Erase the old NPAPI Pepper (Pepper 1) test plugin. I broke the compile withbrettw@chromium.org2010-12-209-535/+0
| | | | | | | | | | my previous migration and it's not worth fixing. TEST=none BUG=none Review URL: http://codereview.chromium.org/5968003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69762 0039d316-1c4b-4281-b951-d872f2087c98
* touchui: build fix for the buildbot.sadrul@chromium.org2010-12-201-4/+3
| | | | | | | | | BUG=http://build.chromium.org/p/chromium.fyi/builders/Chromium%20Linux%20Touch%20%28dbg%29/builds/755/steps/compile/logs/stdio TEST=touch buildbot should pass Review URL: http://codereview.chromium.org/6076001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69760 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 69753 - Added group policy for disabling all client-side 3D APIs in ↵chase@chromium.org2010-12-2020-70/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | Chromium (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 TBR=kbr@chromium.org Review URL: http://codereview.chromium.org/6027004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69759 0039d316-1c4b-4281-b951-d872f2087c98
* Do not show apps section until default apps are installed.aa@chromium.org2010-12-204-3/+32
| | | | | | | | | | | | | | The referenced bugs were side-effects of this underlying issue. BUG=67073,67075 TEST=Run chrome on new profile. Apps section should not show up initially. Go to chrome://extensions/ -> developer mode, and click 'update now'. Apps should show up along with promo. Uninstall all apps. Apps section should keep showing up. Review URL: http://codereview.chromium.org/5958002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69758 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: RemoveCleanup: Remove Browser::extension_app_* and TYPE_EXTENSION_APP.skerner@chromium.org2010-12-205-63/+39
| | | | | | | | | BUG=65630 TEST=BrowserTest.ConvertTabToAppShortcut, manually open apps and non app windows. Review URL: http://codereview.chromium.org/5849002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69757 0039d316-1c4b-4281-b951-d872f2087c98
* change host_id over to using uuiddmaclach@chromium.org2010-12-201-6/+6
| | | | | | | | | BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/6028003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69756 0039d316-1c4b-4281-b951-d872f2087c98
* 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