summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* PrintPreview: Added a helper function to get print job settings from dictionary.kmadhusu@chromium.org2011-03-315-12/+31
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6758014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80008 0039d316-1c4b-4281-b951-d872f2087c98
* Roll webkit 82518 -> 82579.podivilov@chromium.org2011-03-311-1/+1
| | | | | | TBR=abarth@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80007 0039d316-1c4b-4281-b951-d872f2087c98
* Modify GetExtensionsInfo automation hook to return permission information.dennisjeffrey@google.com2011-03-313-3/+68
| | | | | | | | | | | | | The GetExtensionsInfo automation hook now returns information about the host and api permissions that are associated with each extension. A sample PyAuto test is included that uses this new functionality. BUG=77948 TEST=None. Review URL: http://codereview.chromium.org/6777028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80006 0039d316-1c4b-4281-b951-d872f2087c98
* Alter the installer policy check to allow System-level installations to be ↵robertshield@chromium.org2011-03-315-23/+20
| | | | | | | | | | | | installed on top of user-level installations. Remove a now-unused installer string. BUG=73253 TEST=Install user-level Chrome at version X. Install system-level install at the same version. System level install succeeds. Review URL: http://codereview.chromium.org/6726032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80005 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Make the zoom gesture less sensitive.thakis@chromium.org2011-03-311-1/+1
| | | | | | | | | BUG=34489 TEST=Zoom with the trackpad zoom gesture. It should be harder to trigger accidentally. Review URL: http://codereview.chromium.org/6758021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80002 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Fix warnings in MainMenu.xib.rsesek@chromium.org2011-03-311-0/+34
| | | | | | | | | | | | The issue was that CrApplication moved to content, and so was no longer a direct member of chrome.xcodeproj. No actual XIB changes; just synchronizing .h files. BUG=none TEST=Build Chromium.app and don't get any XIB warnings from MainMenu.xib. Review URL: http://codereview.chromium.org/6783018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80001 0039d316-1c4b-4281-b951-d872f2087c98
* Allow webdriver users to choose between sending the key events whentimothe@chromium.org2011-03-3112-77/+290
| | | | | | | | | | | using send_keys to the window of the browser or to webkit directly as it was done before. BUG=74899 TEST=run chromedriver_tests.py using the new 2.0b3 version python drivers. Review URL: http://codereview.chromium.org/6630001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80000 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Fix regression where the web would be shifted too high when the ↵thakis@chromium.org2011-03-312-26/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | download shelf is open. This was regressed by http://codereview.chromium.org/6024008, which changed the positioning of RWHVs that are used as popups. Mac was missing the "IsPopup()" check used on windows and linux and hence also changed the RWHV position for "normal" RWHVs. BUG=76885 TEST= First test: 1. Download something, keep the shelf open 2. Open a new tab, go to wikipedia 3. The web should start right above the download shelf Second test: 1. Open the attachment from bug 60427 through a web server (file: url won't work), e.g. from http://www.corp.google.com/~dhollowa/autofill/autofill-popup-positioning.html 2. Fill in a few words, hit enter after each 3. Move window down so that it touches the bottom of the screen 4. Doubleclick the field. Popup should open above the field 5. Type a letter. Popup should stay attached to the field. 6. Repeat with download shelf open Review URL: http://codereview.chromium.org/6780006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79999 0039d316-1c4b-4281-b951-d872f2087c98
* The native tabbed pane was not showing its content window upon creation,rogerta@chromium.org2011-03-311-1/+1
| | | | | | | | | | | | | resulting in the views_examples tools to display blank tabs. Child windows should be made visible by default. BUG=None TEST=make sure the views_examples.exe tool show the correct content for all its tabs R=ben@chromium.org Review URL: http://codereview.chromium.org/6670123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79998 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup of Proxy Settings API implementation.battre@chromium.org2011-03-319-532/+961
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6749009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79997 0039d316-1c4b-4281-b951-d872f2087c98
* sync: un-flakify password sync tests using AddPasswordNodeTasktim@chromium.org2011-03-311-5/+33
| | | | | | | | | | | | This is pretty cumbersome. I think we can further simplify now that --new-syncer-thread exists, but this will give us coverage in the meantime. BUG=77686 TEST=ProfileSyncServicePasswordTest Review URL: http://codereview.chromium.org/6737013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79996 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Remove unused sqlite3 variable.tfarina@chromium.org2011-03-311-3/+1
| | | | | | | | | | | BUG=77634 TEST=None R=brettw@chromium.org Review URL: http://codereview.chromium.org/6728015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79995 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Remove sqlite_compiled_statement.[cc,h] API.tfarina@chromium.org2011-03-313-225/+0
| | | | | | | | | | | | This is not used by anyone anymore and it shouldn't! BUG=77634 TEST=None R=brettw@chromium.org Review URL: http://codereview.chromium.org/6737014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79994 0039d316-1c4b-4281-b951-d872f2087c98
* Initial integration of DOM login screen with existing infrastructure.rharrison@chromium.org2011-03-3139-1085/+403
| | | | | | | | | | | | | | | | | | | | This CL integrates the work that has been done on the DOM based login screen with the work on refactoring the login infrastructure. This is a very preliminary CL and is intended to review the logistics of integration, so there are many things with the DOM screen itself are broken. The intent is to address any issues with the seam between the DOM login code and existing infrastructure. Issues related to functionality of the DOM login screen or integration with chromiumos will be addressed in following CLs. This CL is only included in touchui==1 and chromeos==1 builds and NOT the default login screen. This CL has been tested on the desktop by adding --login-manger --login_screen=login --dom-login --stub-cros to cause chromium to come up with the login screen.You may need to use --login-profile also. It is known to be broken in chromiumos, due to integration issues with the window manager. This is currently being investigated. I have added in a command line flag "--dom-login" that allows for using the DOM based login screen instead of the views based one. This screen is not very functional at the moment. The WebUI handling layer needed to be rewritten, so we are no longer using AuthenticatorFacade. There is an issue with commands not making it down to the login infrastucture layer at the moment, so shutting down and logging in off the record hang. The support for chrome://login-container has been removed, because the login page's DOM no longer workers as a standalone window since it needs the login infrastructure. In addition you can access the login screen for development on the desktop as mentioned before, so it isn't needed. Patch from Ryan Harrison <rharrison@chromium.org> BUG=none TEST=manual Review URL: http://codereview.chromium.org/6729018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79993 0039d316-1c4b-4281-b951-d872f2087c98
* Gracefully clean up passphrase_required state when preferred types change.atwilson@chromium.org2011-03-316-39/+57
| | | | | | | | | BUG=75695 TEST=Follow directions in 75695 Review URL: http://codereview.chromium.org/6750006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79992 0039d316-1c4b-4281-b951-d872f2087c98
* The authenticated_ fields are moved out of stubs and intosimonmorris@chromium.org2011-03-3123-328/+329
| | | | | | | | | | | | ClientSession. Messages to the stubs are dispatched via ClientSession, and the stub classes are pure virtual. BUG=none TEST=none Review URL: http://codereview.chromium.org/6724033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79991 0039d316-1c4b-4281-b951-d872f2087c98
* Save actual transfer size for future DevTools usevsevik@chromium.org2011-03-314-33/+162
| | | | | | | | BUG=40502 Review URL: http://codereview.chromium.org/6690044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79990 0039d316-1c4b-4281-b951-d872f2087c98
* Mark WorkerFileSystemTest.ResolveURLHttpTests FLAKYcbentzel@chromium.org2011-03-311-4/+1
| | | | | | | | | | | | The test has failed multiple times on memcheck+tsan bots. The bug has been updated with examples. BUG=77442 TEST=None Review URL: http://codereview.chromium.org/6758022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79989 0039d316-1c4b-4281-b951-d872f2087c98
* Removing 'off the record' references. Contributed by vipul.bhasin@gmail.commarkusheintz@chromium.org2011-03-3118-55/+55
| | | | | | | | | BUG=3333 TEST=NONE Review URL: http://codereview.chromium.org/6756001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79988 0039d316-1c4b-4281-b951-d872f2087c98
* Add SMS notificationdpolukhin@chromium.org2011-03-319-11/+191
| | | | | | | | | BUG=chromium-os:12006 TEST=Manual, send SMS while logged in and see desktop notification Review URL: http://codereview.chromium.org/6776015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79987 0039d316-1c4b-4281-b951-d872f2087c98
* Use the "DNS prefetch" button to control whether prerender is enabled/disabled.cbentzel@chromium.org2011-03-3110-40/+54
| | | | | | | | | | | This also removes prerender from about:flags. BUG=77783 TEST=Force prerender on [via --prerender=enabled] and toggle the checkbox on/off to dynamically adjust prerender. Review URL: http://codereview.chromium.org/6771018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79986 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Enable component extensions for DefaultProfile used in login screen ↵dpolukhin@chromium.org2011-03-313-8/+6
| | | | | | | | | | | | | | dialogs" Reverted commit: http://src.chromium.org/viewvc/chrome?view=rev&revision=79526 BUG=chromium-os:12741,chromium-os:13464 TEST=Run debug Chrome on device TBR=davemoore@chromium.org Review URL: http://codereview.chromium.org/6670111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79985 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Create SIM unlock dialog wrapper.nkostylev@chromium.org2011-03-318-7/+149
| | | | | | | | | BUG=chromium-os:12007 TEST=Manual, displayed dialog, went through all states. Review URL: http://codereview.chromium.org/6776019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79984 0039d316-1c4b-4281-b951-d872f2087c98
* Adding a comment to explain a non-obvious fallthrough to another case statement.finnur@chromium.org2011-03-311-0/+1
| | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/6675046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79983 0039d316-1c4b-4281-b951-d872f2087c98
* Disable uninstalling and editing permissions for policy controlled extensions.pastarmovj@chromium.org2011-03-3119-63/+291
| | | | | | | | | | | Continuation of the work on Jochen's CL 4115004. BUG=63599 TEST=unit_tests: ExtensionServiceTest suite. Review URL: http://codereview.chromium.org/6680001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79982 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the issue that Alt+Shift is not properly handled in the keyboard overlay.mazda@chromium.org2011-03-312-1/+15
| | | | | | | | | BUG=chromium-os:13614 TEST=manually on the netbook Review URL: http://codereview.chromium.org/6675037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79981 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: Make automation provider recognize more IPC error conditionsphajdan.jr@chromium.org2011-03-314-6/+24
| | | | | | | | | | 1) Report IPC message deserialization errors in "delay reply" handlers. 2) Handle those errors in automation provider. BUG=77875 Review URL: http://codereview.chromium.org/6675047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79980 0039d316-1c4b-4281-b951-d872f2087c98
* Roll webkit to 82518podivilov@chromium.org2011-03-311-1/+1
| | | | | | TBR=abarth@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79979 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of PrefService::GetMutableDictionary/GetMutableListbattre@chromium.org2011-03-313-24/+28
| | | | | | | | | BUG=77914 TEST=none, trybots remain green Review URL: http://codereview.chromium.org/6779001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79976 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 720.0 to 721.0chrome-release@google.com2011-03-311-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79975 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress races on mktimetimurrrr@chromium.org2011-03-311-0/+7
| | | | | | | | | BUG=78014 TEST=TSan/UI goes green TBR=glider Review URL: http://codereview.chromium.org/6670113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79973 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of PrefService::GetMutableDictionary/GetMutableListbattre@chromium.org2011-03-312-9/+8
| | | | | | | | | BUG=77914 TEST=none, trybots remain green Review URL: http://codereview.chromium.org/6731087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79972 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unnecessary header includes.satorux@chromium.org2011-03-317-9/+2
| | | | | | | | | | | keyboard_library.h and mock_keyboard_library.h aren't used in these files. BUG=none TEST=chrome builds. Review URL: http://codereview.chromium.org/6737022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79971 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Turn on client-side phishing detection for UMA users with ↵satorux@chromium.org2011-03-316-20/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SafeBrowsing enabled." This reverts commit e41059f0bef15b2f5298c225dfab6f6929be6ddc. The change broke all of browser tests on ChromiumOS dbg bot: Example: http://build.chromium.org/p/tryserver.chromium/builders/linux_chromeos/builds/5925/steps/browser_tests/logs/SwitchLanguage [20793:20793:0330/233023:13949359567:FATAL:pref_service.cc(304)] Check failed: false. Trying to read an unregistered pref: user_experience_metrics.reporting_enabled Backtrace: base::debug::StackTrace::StackTrace() [0x130bc1d] logging::LogMessage::~LogMessage() [0x131e20d] PrefService::GetBoolean() [0xa72628] SafeBrowsingService::Start() [0xae78a2] SafeBrowsingService::Initialize() [0xae7efe] ResourceDispatcherHost::Initialize() [0x2fb4ca7] BrowserProcessImpl::CreateResourceDispatcherHost() [0xd98d0b] BrowserProcessImpl::resource_dispatcher_host() [0xd98dd1] ExtensionService::Init() [0x9085e6] ProfileImpl::InitExtensions() [0xf646ed] ProfileManager::AddProfile() [0xa9151a] ProfileManager::GetProfile() [0xa916c1] ProfileManager::GetDefaultProfile() [0xa91d26] (anonymous namespace)::CreateProfile() [0x11a37d9] BrowserMain() [0x11a69e5] InProcessBrowserTest::SetUp() [0x129565f] testing::internal::HandleSehExceptionsInMethodIfSupported<>() [0x146634b] testing::internal::HandleExceptionsInMethodIfSupported<>() [0x146daf8] testing::Test::Run() [0x1460af9] testing::TestInfo::Run() [0x14644c0] testing::TestCase::Run() [0x1464613] testing::internal::UnitTestImpl::RunAllTests() [0x1465168] testing::internal::HandleSehExceptionsInMethodIfSupported<>() [0x1466841] testing::internal::HandleExceptionsInMethodIfSupported<>() [0x146d952] testing::UnitTest::Run() [0x145de1b] base::TestSuite::Run() [0x13922b2] main [0x71f869] 0x2b6ae16a91 TBR=bryner BUG=chromium-os:13699 TEST=ran safe_browsing_tests Review URL: http://codereview.chromium.org/6737023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79969 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes problem with double deletion of the UpdateView.altimofeev@chromium.org2011-03-311-1/+2
| | | | | | | | | BUG=chromium-os:13669 TEST=Login for the first time. Notice that the image taking screen appears as usual. Review URL: http://codereview.chromium.org/6765032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79965 0039d316-1c4b-4281-b951-d872f2087c98
* AllowOutdatedPlugins policy.joaodasilva@chromium.org2011-03-3120-53/+153
| | | | | | | | | | BUG=74435 TEST=unit_tests, set the AllowOutdatedPlugins policy and open a page running an outdated plugin. Review URL: http://codereview.chromium.org/6676113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79964 0039d316-1c4b-4281-b951-d872f2087c98
* Build fix for windows bots.loislo@chromium.org2011-03-311-1/+1
| | | | | | | | | | | | There was performance warning at 79961. BUG=none TEST=none TBR=pfeldman Review URL: http://codereview.chromium.org/6737020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79962 0039d316-1c4b-4281-b951-d872f2087c98
* Provide browser pages list in JSON format for remote debugging.loislo@chromium.org2011-03-312-32/+97
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6756034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79961 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed Autofill functional test in ChromeDriver.dyu@chromium.org2011-03-311-2/+7
| | | | | | | | | | | The data file could not be located since it didn't exist at the location where the bots ran the test. Added a function that returns the relative path of where the data file sits on the bots. TEST=none BUG=none Review URL: http://codereview.chromium.org/6783008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79959 0039d316-1c4b-4281-b951-d872f2087c98
* Added a test for Autofill to check the postal code and state label change ↵dyu@chromium.org2011-03-312-0/+65
| | | | | | | | | | | | | based on corresponding country. - AutofillTest.testPostalCodeAndStateLabelsBasedOnCountry - state_zip_labels.txt TEST=none BUG=none Review URL: http://codereview.chromium.org/6770023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79958 0039d316-1c4b-4281-b951-d872f2087c98
* Mirror the volume/brightness level bubble views for right-to-left UIs. ↵falken@chromium.org2011-03-311-1/+3
| | | | | | | | | | | Doing this also fixes the overlapping icon problem (see bug). BUG=chromium-os:13194 TEST=manually, tested volume/brightness for an LTR UI and an RTL UI. Review URL: http://codereview.chromium.org/6777009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79957 0039d316-1c4b-4281-b951-d872f2087c98
* WebUI nits; no real code changeestade@chromium.org2011-03-313-11/+14
| | | | | | | | | | | add a comment, fix indentation, remove an unused parameter BUG=none TEST=trybots Review URL: http://codereview.chromium.org/6690029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79956 0039d316-1c4b-4281-b951-d872f2087c98
* Disable the ntp.NTPTest.testUninstallApp for ChromeOS until it passes.dennisjeffrey@google.com2011-03-311-0/+1
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/6670104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79955 0039d316-1c4b-4281-b951-d872f2087c98
* Add metrics for autofill heuristic, server, and overall field type ↵isherman@chromium.org2011-03-314-123/+323
| | | | | | | | | | | prediction quality. BUG=76945 TEST=unit_tests --gtest_filter=AutofillMetrics.* Review URL: http://codereview.chromium.org/6708099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79954 0039d316-1c4b-4281-b951-d872f2087c98
* Adding more pyauto enterprise tests for windows.sunandt@google.com2011-03-312-0/+36
| | | | | | | | | | | | | | | testInstant testAllowCookies testClearSiteDataOnExit testBlockThirdPartyCookies testDisableSPDY testIncognitoEnabled BUG=55480 TEST=none Review URL: http://codereview.chromium.org/6728017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79951 0039d316-1c4b-4281-b951-d872f2087c98
* Marking MultipleClientLivePasswordsSyncTest.Sanity as failingrsimha@chromium.org2011-03-311-1/+2
| | | | | | | | | | | | MultipleClientLivePasswordsSyncTest.Sanity fails intermittently with what looks like a sync error. Marking the test as failing. BUG=77993 TEST=sync_integration_tests TBR=georgey@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79950 0039d316-1c4b-4281-b951-d872f2087c98
* Fix checkperms failure introduced by 79919akalin@chromium.org2011-03-311-0/+0
| | | | | | | | | | | BUG=None TEST=None R=tfarina@chromium.org Review URL: http://codereview.chromium.org/6690032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79946 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress leaks in Extension::LoadExtentcbentzel@chromium.org2011-03-311-1/+11
| | | | | | | | | BUG=67676 TEST=waterfall.sh match Review URL: http://codereview.chromium.org/6758026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79945 0039d316-1c4b-4281-b951-d872f2087c98
* First media performance PyAuto test checkin. The aim of this checkin isnirnimesh@chromium.org2011-03-319-0/+1043
| | | | | | | | | to run these performance test using local media files and make these data available on Buildbot. Review URL: http://codereview.chromium.org/6312171 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79944 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Decouple Bookmark{ModelAssociator,ChangeProcessor} from sync serviceakalin@chromium.org2011-03-3110-378/+351
| | | | | | | | | | | | | | Refactor ProfileSyncServiceBookmarkTest to not set up a full sync service anymore. Move some tests in ProfileSyncServiceBookmarkTest back to ProfileSyncServiceTest. BUG=77803 TEST= Review URL: http://codereview.chromium.org/6708123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79943 0039d316-1c4b-4281-b951-d872f2087c98