summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge 112651 - Revert "chromeos: move screen lock handling to power manager ↵oritm@chromium.org2011-12-0218-479/+321
| | | | | | | | | | | | | | | | | | | | | | | | client" This reverts commit f9f5f14c3ecf810409509b92a0b694850050e74e. Revert "Move chromeos specific code to ChromeBrowserMainPartsChromeos" This reverts commit 922cff9cd081e3ae327b52d3cc6bd8423307dee0. Revert "chromeos: remove power manager EXPECTs from login_browsertest" This reverts commit 0a9298b6333f5a373ddd316978f0aa469ef20ce7. Review URL: http://codereview.chromium.org/8774035 TBR=sque@chromium.org Review URL: http://codereview.chromium.org/8772056 git-svn-id: svn://svn.chromium.org/chrome/branches/958/src@112794 0039d316-1c4b-4281-b951-d872f2087c98
* Branching for 958 @112641chrome-release@google.com2011-12-020-0/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/958/src@112667 0039d316-1c4b-4281-b951-d872f2087c98
* aura: Use WebKit compositor by defaultpiman@chromium.org2011-12-022-6/+21
| | | | | | | | | | BUG=99524 TEST=compositor_unittests, views_unittests, aura_unittests... Review URL: http://codereview.chromium.org/8565019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112641 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a touchui section from chrome_browser.gypisaintlou@chromium.org2011-12-023-15/+8
| | | | | | | | | | | | | | This is bryeung CL from http://codereview.chromium.org/8748013/ which was approved by sky and failed on the commit-bot. It also improves the logic of one of my later CL in the same area. TBR=sky@chromium.org BUG=105046 TEST=grep *.ninja for relevant files in a large variety of configurations Review URL: http://codereview.chromium.org/8776034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112640 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Fix closing issues with WebUI form-repost dialog.derat@chromium.org2011-12-022-2/+15
| | | | | | | | | | | | | | | | | | | | | The WebUI form-repost warning dialog wasn't getting closed when you reloaded the page or navigated away from it. bauerb pointed out that this was because the dialog's ConstrainedWindow wasn't getting registered in the RepostFormWarningController. This change also updates RepostFormWarningTest.TestDoubleReload from ui_tests to check that we don't open multiple dialogs and that we close the dialog when navigating away. BUG=105546 TEST=manual: checked that old dialogs are closed on reload and when hitting the back button Review URL: http://codereview.chromium.org/8771017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112639 0039d316-1c4b-4281-b951-d872f2087c98
* Add GamepadService, owns 1 gamepad bg threadscottmg@chromium.org2011-12-029-54/+233
| | | | | | | | | BUG=79050 Review URL: http://codereview.chromium.org/8760023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112638 0039d316-1c4b-4281-b951-d872f2087c98
* Enable port validation because net::IsPortAllowedByDefault() was exported nowtoyoshim@chromium.org2011-12-022-9/+5
| | | | | | | | | BUG=87310 TEST=ui_tests --gtest_filter='PPAPITest.WebSocket_InvalidConnect'; git try -b win_shared Review URL: http://codereview.chromium.org/8764022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112637 0039d316-1c4b-4281-b951-d872f2087c98
* On OS X, when accessing a certificate field (subject, issuer, extension, ↵rsleevi@chromium.org2011-12-021-154/+231
| | | | | | | | | | | | | | etc), rather than parsing the entire certificate and converting all known fields to their CSSM equivalents, just parse the desired field. Additionally, when parsing multiple fields, instead of parsing the certificate multiple times, parse it once and cache the internal parse results. While the cached handle cannot reliably be used across threads, it can reduce the amount of parsing for the common case, where constructing an X509Certificate on OS X requires parsing three fields. BUG=101231 TEST=net_unittests passes on OS X 10.5, 10.6, and 10.7 Review URL: http://codereview.chromium.org/8470012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112636 0039d316-1c4b-4281-b951-d872f2087c98
* base::Bind: Convert AppCacheHelper::DeleteAppCachesForOrigin.jhawkins@chromium.org2011-12-028-33/+41
| | | | | | | | | | | BUG=none TEST=none R=groby@chromium.org Review URL: http://codereview.chromium.org/8769024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112635 0039d316-1c4b-4281-b951-d872f2087c98
* Remove OVERRIDEs from methods inherited from WebKit APItoyoshim@chromium.org2011-12-021-8/+6
| | | | | | | | | BUG=105708 TEST=ui_tests --gtest_filter='PPAPITest.WebSocket*' Review URL: http://codereview.chromium.org/8771002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112634 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the old views bubble code.msw@chromium.org2011-12-027-882/+0
| | | | | | | | | | | | | Bubbles previously using this code now use ui/views/bubble. This code is now dead and can be removed; yay! BUG=97248,98312,98322,98323 TEST=none Review URL: http://codereview.chromium.org/8761012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112633 0039d316-1c4b-4281-b951-d872f2087c98
* Add back in compressed_textures sample.gman@chromium.org2011-12-022-0/+444
| | | | | | | | | | | | | | | | | | This used to be in gpu/command_buffer/client/gles2_demo_cc.cc but was accidentally deleted in r101545. You can view it here http://src.chromium.org/viewvc/chrome/trunk/src/gpu/command_buffer/client/gles2_demo_cc.cc?view=log&pathrev=101544 I need this for testing compressed texture support in ANGLE TEST=none BUG=none R=jbates@chromium.org Review URL: http://codereview.chromium.org/8764010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112632 0039d316-1c4b-4281-b951-d872f2087c98
* My first change: Adding another sentence to the story...tbreisacher@chromium.org2011-12-021-0/+3
| | | | | | | | | | BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/8771023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112631 0039d316-1c4b-4281-b951-d872f2087c98
* Make clang_load and clang_add_plugin independent.thakis@chromium.org2011-12-021-2/+10
| | | | | | | | | | BUG=none TEST=GYP_DEFINES=clang_add_plugin=foo build/gyp_chromium adds a parameter Review URL: http://codereview.chromium.org/8772034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112630 0039d316-1c4b-4281-b951-d872f2087c98
* Fix incorrect number in pyauto tests that caused them to fail with stricter ↵georgey@chromium.org2011-12-021-1/+1
| | | | | | | | | | | versions of the phonenumber library. BUG=none TEST=pyauto Review URL: http://codereview.chromium.org/8774026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112629 0039d316-1c4b-4281-b951-d872f2087c98
* Mark tex-image-and-sub-image-with-video.html as passing after webkit roll ↵zmo@google.com2011-12-022-3/+1
| | | | | | | | | | | over r101472. BUG=104772 TEST=gpu waterfall TBR=kbr Review URL: http://codereview.chromium.org/8775043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112626 0039d316-1c4b-4281-b951-d872f2087c98
* Get additional crash data to narrow down renderer kills.creis@chromium.org2011-12-023-6/+25
| | | | | | | | | | BUG=102408 TEST=More data in OnTempCrashWithData dumps. Review URL: http://codereview.chromium.org/8776017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112625 0039d316-1c4b-4281-b951-d872f2087c98
* base::Bind: Convert AppCacheHelper::DeleteAppCacheGroup.jhawkins@chromium.org2011-12-024-28/+29
| | | | | | | | | | BUG=none TEST=none R=groby Review URL: http://codereview.chromium.org/8775034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112623 0039d316-1c4b-4281-b951-d872f2087c98
* base::Bind: Convert AppCacheService::GetAllAppCacheInfo.jhawkins@chromium.org2011-12-027-32/+29
| | | | | | | | | | | BUG=none TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/8776024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112622 0039d316-1c4b-4281-b951-d872f2087c98
* Fix regression with extension popup bubbles on Mac.mpcomplete@chromium.org2011-12-023-6/+24
| | | | | | | | | | BUG=105446 TEST=popups look normal Review URL: http://codereview.chromium.org/8734018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112621 0039d316-1c4b-4281-b951-d872f2087c98
* Disable ExtensionApiTest.PreferenceIncognitoDisabled, which flakily times outisherman@chromium.org2011-12-021-1/+2
| | | | | | | | | | BUG=106144 TEST=none TBR=mkwst@chromium.org Review URL: http://codereview.chromium.org/8771029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112620 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-12-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112619 0039d316-1c4b-4281-b951-d872f2087c98
* Update grit-i18n to r8 and remove \n workaround.tony@chromium.org2011-12-022-3/+2
| | | | | | | | | | | r8: No longer replace the string "\n" with a new line in messages. BUG=105985 Review URL: http://codereview.chromium.org/8775030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112618 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing ProfileManagerTest to use the TestingProfile instead of a real ↵rlp@chromium.org2011-12-026-20/+108
| | | | | | | | | | | | | | profile. This will allow easier testing of ProfileManager-specific functionality as well as not creating problems in the future when changes to Profile are made that should not affect the testing of ProfileManager. BUG=101434 TEST=Passes all existing ProfileManager tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112124 reverted (r112155) Review URL: http://codereview.chromium.org/8565032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112617 0039d316-1c4b-4281-b951-d872f2087c98
* cleanup: Fix #include order.yusukes@chromium.org2011-12-021-3/+5
| | | | | | | | | | BUG=None TEST=ran try Review URL: http://codereview.chromium.org/8762015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112616 0039d316-1c4b-4281-b951-d872f2087c98
* Disable CertificateViewerUITests on aura.oshima@chromium.org2011-12-021-1/+2
| | | | | | | | | | | TBR=scr@chromium.org BUG=105952 TEST=none Review URL: http://codereview.chromium.org/8774021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112615 0039d316-1c4b-4281-b951-d872f2087c98
* Remove static initializer from quota_temporary_storage_evictor.ccthakis@chromium.org2011-12-021-4/+5
| | | | | | | | | | BUG=94925 TEST=none TBR=kinuko Review URL: http://codereview.chromium.org/8775031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112614 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r112055 "Add debug message to troubleshoot test failures on aura bot"oshima@chromium.org2011-12-021-4/+1
| | | | | | | | | | | TBR=sky@chromium.org BUG=104396 TEST=none Review URL: http://codereview.chromium.org/8771016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112613 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-12-021-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112612 0039d316-1c4b-4281-b951-d872f2087c98
* Roll NSS deps to 112542 to pick up new exports for shared build.mattm@chromium.org2011-12-021-2/+2
| | | | | | | | | BUG=88782 TEST=win_shared Review URL: http://codereview.chromium.org/8776019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112611 0039d316-1c4b-4281-b951-d872f2087c98
* Add PluginInstaller to encapsulate information about a missing plug-in, and ↵bauerb@chromium.org2011-12-029-33/+127
| | | | | | | | | | | | | add a separate help URL for each plug-in. TBR=arv@chromium.org BUG=62079,102987 TEST=none Review URL: http://codereview.chromium.org/8664027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112610 0039d316-1c4b-4281-b951-d872f2087c98
* Disable pdf test for pnacl for now. It relies on a private interface,jvoung@google.com2011-12-021-1/+7
| | | | | | | | | | | | and private interfaces are currently not shimmed for pnacl. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2413 TEST= none Review URL: http://codereview.chromium.org/8775028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112609 0039d316-1c4b-4281-b951-d872f2087c98
* Makes gtk show the 'mobile' bookmark folder where appropriate.sky@chromium.org2011-12-026-9/+14
| | | | | | | | | | | BUG=102714 TEST=none R=erg@chromium.org Review URL: http://codereview.chromium.org/8775029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112608 0039d316-1c4b-4281-b951-d872f2087c98
* Remove another unnecessary include that got added in-between my try and commitjam@chromium.org2011-12-021-1/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112607 0039d316-1c4b-4281-b951-d872f2087c98
* Implement a whitelist for code-signing certificates.bryner@chromium.org2011-12-025-6/+310
| | | | | | | | | | | | With this change, only downloads that match a whitelisted URL or certificate will be exempt from the download protection pingback. The certificate whitelist format allows matching on the certificate issuer along with the CN, O, or OU attributes of the certificate. BUG=102540 TEST=DownloadProtectionServiceTest Review URL: http://codereview.chromium.org/8762007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112604 0039d316-1c4b-4281-b951-d872f2087c98
* Fix syncing of oauth_client_id value for AppNotificationSettingsasargent@chromium.org2011-12-022-1/+12
| | | | | | | | | | BUG=105682 TEST=covered by unit test, but not easy to manually test right now Review URL: http://codereview.chromium.org/8774011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112603 0039d316-1c4b-4281-b951-d872f2087c98
* network_library: Add a few policy-configured test networks.mnissler@chromium.org2011-12-022-6/+70
| | | | | | | | | | | | This makes it easier to validate policy-specific UI behavior. BUG=chromium-os:23124 TEST=compiles and passes tests. Review URL: http://codereview.chromium.org/8725034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112602 0039d316-1c4b-4281-b951-d872f2087c98
* make ntp apps promo work correctlyestade@chromium.org2011-12-021-3/+2
| | | | | | | | | | | | when the promo is showing, use the promo link even if the user clicks on the icon rather than the promo button. Additionally, fix the referrer for clicks on the promo button (by using launchApp). BUG=82857 TEST=manual Review URL: http://codereview.chromium.org/8767002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112601 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Remove some cruft from RenderViewHostDelegate.thestig@chromium.org2011-12-023-8/+5
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/8760008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112600 0039d316-1c4b-4281-b951-d872f2087c98
* Changes to code coverage infrastructure to allow subset coverage analysis.rdsmith@chromium.org2011-12-021-15/+79
| | | | | | | | | | | | | | | This change adds controls to tools/code_coverage/coverage_posix.py to allow specification of test filters for a coverage run, modifies handling of filters to match what gtest expects (all positive filters, a '-', and all negative filters), disables FLAKY and FAILS tests from being included in code coverage, and adds a downloads system specific file for constructing html output (restricting output to just the source files of interest). Review URL: http://codereview.chromium.org/8598003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112599 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unnecessary includejam@chromium.org2011-12-021-1/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112598 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of the ChildProcessInfo class. It was carrying unnecessary data, and ↵jam@chromium.org2011-12-0224-263/+185
| | | | | | | | | the fact that some processes inherited from it was confusing. There's now a simpler struct, content::ChildProcessData. BrowserChildProcessHost uses composition instead of inheritence. BUG=98716 Review URL: http://codereview.chromium.org/8770027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112597 0039d316-1c4b-4281-b951-d872f2087c98
* Lower static initializer expectations by 2.thakis@chromium.org2011-12-021-2/+2
| | | | | | | | | | | See: http://build.chromium.org/f/chromium/perf/linux-release-64/sizes/report.html?history=150&rev=112574&graph=chrome-si http://build.chromium.org/f/chromium/perf/linux-release/sizes/report.html?history=150&rev=112574&graph=chrome-si TBR=cmp Review URL: http://codereview.chromium.org/8774034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112596 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 957.0 to 958.0chrome-release@google.com2011-12-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112595 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-12-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112593 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 112446: It looks like it regresses dom perf. See http://crbug.com/106137thakis@chromium.org2011-12-021-1/+1
| | | | | | | | | | | - Update V8 to version 3.7.12. Review URL: http://codereview.chromium.org/8769004 TBR=svenpanne@chromium.org Review URL: http://codereview.chromium.org/8772030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112592 0039d316-1c4b-4281-b951-d872f2087c98
* Move yet another block of tests to manifest_version 2abarth@chromium.org2011-12-02109-789/+1128
| | | | | | | | BUG=62897 TBR=aa Review URL: http://codereview.chromium.org/8763008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112591 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the #include of verrsrc.h from mini_installer_version.rc.version. ↵robertshield@chromium.org2011-12-021-2/+5
| | | | | | | | | | This makes building mini_installer on platforms with different SDK levels irksome. BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/8761013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112590 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Android build.jrg@google.com2011-12-021-2/+2
| | | | | | | | | | | Accomodate shmem changes in http://codereview.chromium.org/8585002. BUG=None TEST= Review URL: http://codereview.chromium.org/8771022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112588 0039d316-1c4b-4281-b951-d872f2087c98
* Disable broken Panel testsdcheng@chromium.org2011-12-022-2/+3
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/8769028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112587 0039d316-1c4b-4281-b951-d872f2087c98