summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* net: fix matching ".google.com" at the end of a string.agl@chromium.org2011-05-092-2/+4
| | | | | | | | | BUG=none TEST=none http://codereview.chromium.org/6975002/ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84630 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for pyauto autofill test: testFillProfileCrazyCharactersdennisjeffrey@chromium.org2011-05-094-8/+9
| | | | | | | | | | | | | Recent changes to Autofill required some modifications to the input data files for this pyauto test. The test should now pass, and is being re-enabled. BUG=77969 TEST=None Review URL: http://codereview.chromium.org/6952002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84629 0039d316-1c4b-4281-b951-d872f2087c98
* Make sure we're cleaning up old TabContents.dominich@chromium.org2011-05-091-0/+2
| | | | | | | | | | BUG=none TEST=PrerenderBrowserTest.* Review URL: http://codereview.chromium.org/6969001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84628 0039d316-1c4b-4281-b951-d872f2087c98
* NaCl: Conditionalise copying of IRT library based on "disable_nacl" flagmseaborn@chromium.org2011-05-091-9/+11
| | | | | | | | | | | | This makes it possible to build Chromium when download_nacl_irt.py has not been run. BUG=http://bugs.gentoo.org/show_bug.cgi?id=366413 TEST=none Review URL: http://codereview.chromium.org/6968007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84627 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unneeded dependencies.avi@chromium.org2011-05-092-7/+0
| | | | | | | | | BUG=71097 TEST=compiles Review URL: http://codereview.chromium.org/6953004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84626 0039d316-1c4b-4281-b951-d872f2087c98
* Fix window button spacing.avi@chromium.org2011-05-093-7/+16
| | | | | | | | | BUG=81836 TEST=as in bug Review URL: http://codereview.chromium.org/6956008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84625 0039d316-1c4b-4281-b951-d872f2087c98
* ComboBox needs a minimum menu width and now uses MenuItemView.rhashimoto@chromium.org2011-05-092-3/+15
| | | | | | | | | | | | | | | Added SubmenuView::set_minimum_preferred_width() to put an optional lower bound on menu width (default 0 for no lower bound) for MenuItemView menus. This CL originally included a minimum width setting for the ChromiumOS network status menu, but the network status menu conversion from Menu2 was reverted. Since the change is also needed for ComboBox I am handling it separately. BUG=chromium-os:12988 TEST=none Review URL: http://codereview.chromium.org/6900028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84624 0039d316-1c4b-4281-b951-d872f2087c98
* Typo fix: WillUpdateChangeActiveLoader.sreeram@chromium.org2011-05-094-13/+13
| | | | | | | | | | | | (now with correct base URL, so hopefully commit-bot will pick this up) BUG=none TEST=none Review URL: http://codereview.chromium.org/6961005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84623 0039d316-1c4b-4281-b951-d872f2087c98
* download_nacl_irt.py: Fix missing format string argumentmseaborn@chromium.org2011-05-091-1/+1
| | | | | | | | | BUG=none TEST=run script when the "native_client" dir is not present; check warning Review URL: http://codereview.chromium.org/6966012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84622 0039d316-1c4b-4281-b951-d872f2087c98
* Allow site-search to work with --restrict-instant-to-search.sreeram@chromium.org2011-05-091-1/+2
| | | | | | | | | | | | | | | | | With --restrict-instant-to-search (and Instant turned on, of course), type [google] into the omnibox, and select "Search Google for ..." from the drop down. Continue typing. Without this patch, no preview results appear. With this patch, preview results appear. I.e., there's at least one SEARCH_OTHER_ENGINE that provides Instant functionality, viz., Google, so it should be a part of the accepted autocomplete match types for the "search only" mode. BUG=none TEST=Tested the scenario in the description. Review URL: http://codereview.chromium.org/6960004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84621 0039d316-1c4b-4281-b951-d872f2087c98
* Format according to style-guidebattre@chromium.org2011-05-091-11/+22
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6933050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84620 0039d316-1c4b-4281-b951-d872f2087c98
* roll skiareed@google.com2011-05-092-3/+1
| | | | | | Review URL: http://codereview.chromium.org/6968009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84619 0039d316-1c4b-4281-b951-d872f2087c98
* history: Avoid a temp variable on QueryParser::ParseQueryImpl().tfarina@chromium.org2011-05-091-7/+1
| | | | | | | | | | | | | | | While I'm here: - Remove unneeded includes. - And an extra blank line. BUG=None TEST=None R=sky@chromium.org Review URL: http://codereview.chromium.org/6953017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84618 0039d316-1c4b-4281-b951-d872f2087c98
* Add histograms to understand why so many CRX installs fail in the field.skerner@chromium.org2011-05-098-9/+84
| | | | | | | | | | | | | | * Report path length to extensions dir. * Report cause and install source in histograms. * Add histogram to show why writing an update to a file might fail. * Don't create installer for crx that can't be read. BUG=81687 TEST=Manual: look at about:histogram Review URL: http://codereview.chromium.org/6932045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84617 0039d316-1c4b-4281-b951-d872f2087c98
* Disable prerender when running LoginPromptBrowserTest.PrefetchAuthCancels.cbentzel@chromium.org2011-05-091-8/+9
| | | | | | | | | | BUG=81706 TEST=browser_tests --gtest_filter=LoginPromptBrowserTest.PrefetchAuthCancels Review URL: http://codereview.chromium.org/6956006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84616 0039d316-1c4b-4281-b951-d872f2087c98
* Implemented statusLine field in extraInfoSpec of webRequest APIbattre@chromium.org2011-05-097-13/+237
| | | | | | | | | BUG=60101 TEST=no Review URL: http://codereview.chromium.org/6928057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84615 0039d316-1c4b-4281-b951-d872f2087c98
* Implemented ResponseHeaders field in extraInfoSpec of webRequest APIbattre@chromium.org2011-05-098-21/+284
| | | | | | | | | BUG=60101 TEST=no Review URL: http://codereview.chromium.org/6931036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84614 0039d316-1c4b-4281-b951-d872f2087c98
* net: break out SSLHostInfo verification time for Google.agl@chromium.org2011-05-091-1/+6
| | | | | | | | | | | | | The SSL host info verification time is the amount of time that a verification took, as opposed to SSLCertVerificationTime, which is the amount of time that we blocked on verification. BUG=none TEST=none http://codereview.chromium.org/6929044/ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84613 0039d316-1c4b-4281-b951-d872f2087c98
* Static constructors for SafeBrowsingResourceHandler and ClientSideDetectionHost.jknotten@chromium.org2011-05-096-10/+39
| | | | | | | | | | | Introduce static construction methods for SafeBrowsingResourceHandler and ClientSideDetectionHost to faciliate stubbing out for binary-size reduction purposes. BUG=None TEST=Existing Review URL: http://codereview.chromium.org/6928027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84612 0039d316-1c4b-4281-b951-d872f2087c98
* Documentation for ProxyResolverErrorObserverjochen@chromium.org2011-05-091-1/+7
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6932065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84611 0039d316-1c4b-4281-b951-d872f2087c98
* NaCl: Add missing error handling in nacl_process_host.ccmseaborn@chromium.org2011-05-091-24/+40
| | | | | | | | | | | | | | | | | Ensure that the renderer does not get left hanging if an error occurs. * Add "delete this" calls to ensure that the reply message gets sent. * Ensure that the descriptors get closed even if the reply message has been sent, otherwise the NaCl plugin will hang (at the level of NaCl IPC rather than Chrome IPC). BUG=none TEST=add "delete this; return;" after the reply message send, and check that the renderer does not hang when running NaCl's ppapi_core.html test Review URL: http://codereview.chromium.org/6935003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84610 0039d316-1c4b-4281-b951-d872f2087c98
* Rolled WebKit from 86038 to 86044morrita@chromium.org2011-05-091-1/+1
| | | | | | | TEST=none TBR=inferno@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84609 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 760.0 to 761.0chrome-release@google.com2011-05-091-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84607 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash in ui test due to non-local state pref.zea@chromium.org2011-05-091-1/+2
| | | | | | TBR=zea@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84605 0039d316-1c4b-4281-b951-d872f2087c98
* Implement SandboxQuotaClient for Quota support in sandboxed filesystemkinuko@chromium.org2011-05-0937-768/+1294
| | | | | | | | | | | | - Refactored FileSystemUsageTracker as a SandboxQuotaClient - Added a few more tests BUG=61676 TEST=SandboxQuotaClientTest.* Review URL: http://codereview.chromium.org/6883002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84604 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor preference syncing.zea@chromium.org2011-05-09110-1490/+2235
| | | | | | | | | | | | | | | | | | | | | | | | The following are the primary changes: 1. Whenever a profile preference is registered, it must specify whether that preference should be synced or not. Local state preferences do not require this. However, we DCHECK that local state preferences are in fact registered to the local state. 2. We've created a new sync model associator interface, which all datatypes will eventually implement. This new model associator is designed to be decoupled from much of the sync internals, and to be owned by the chrome service being synced. It also implements most of the functionality previous handled by the change processor. 3. The PrefService now owns its sync model associator (pref_model_associator), which partially implements the new model associator functionality. Further work will be done to remove the use of sync transactions from the model associator, as well as to migrate other datatypes. BUG=76232 TEST= Review URL: http://codereview.chromium.org/6905044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84603 0039d316-1c4b-4281-b951-d872f2087c98
* Enable client-side phishing detection only for canary, dev and beta builds.noelutz@google.com2011-05-091-1/+6
| | | | | | | | | | BUG=81625 TEST=NONE Review URL: http://codereview.chromium.org/6932023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84602 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit Roll r86018:r86038aarya@google.com2011-05-091-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6968003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84600 0039d316-1c4b-4281-b951-d872f2087c98
* Add a command-line flag for MAC cookies.abarth@chromium.org2011-05-085-3/+29
| | | | | | | | | Currently, this flag isn't wired up to anything yet. That will come in http://codereview.chromium.org/6901147/. Review URL: http://codereview.chromium.org/6953012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84591 0039d316-1c4b-4281-b951-d872f2087c98
* Have AppCache code go through the content embedder API for content settings ↵jam@chromium.org2011-05-0823-22/+64
| | | | | | | | | checks. BUG=76793 Review URL: http://codereview.chromium.org/6951008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84586 0039d316-1c4b-4281-b951-d872f2087c98
* Added missing file for previous CL. Clang build fix.zelidrag@chromium.org2011-05-081-3/+3
| | | | | | | | | BUG=chromium-os:15023 TEST=none TBR=thakis Review URL: http://codereview.chromium.org/6965002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84582 0039d316-1c4b-4281-b951-d872f2087c98
* Added enqueue task to media player. Fixed task ordering - the last used ↵zelidrag@chromium.org2011-05-0814-124/+243
| | | | | | | | | | handler task comes first, all others are sorted alphabetically. BUG=chromium-os:15023 TEST=make sure enqueue task shows up when media content is selected in file browser Review URL: http://codereview.chromium.org/6953007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84581 0039d316-1c4b-4281-b951-d872f2087c98
* Fix LLVM errors/warning in Chrome OS codedpolukhin@chromium.org2011-05-085-25/+7
| | | | | | | | | BUG=none TEST=build Review URL: http://codereview.chromium.org/6932066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84578 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 84573 - Added enqueue task to media player. Fixed task ordering - the ↵zelidrag@chromium.org2011-05-0814-243/+124
| | | | | | | | | | | | | last used handler task comes first, all others are sorted alphabetically. BUG=chromium-os:15023 TEST=make sure enqueue task shows up when media content is selected in file browser Review URL: http://codereview.chromium.org/6953007 TBR=zelidrag@chromium.org Review URL: http://codereview.chromium.org/6966002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84576 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 84574 - Making views Clang build happy again.zelidrag@chromium.org2011-05-081-3/+3
| | | | | | | | | | | BUG=chromium-os:15023 TEST=none Review URL: http://codereview.chromium.org/6968001 TBR=zelidrag@chromium.org Review URL: http://codereview.chromium.org/6961004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84575 0039d316-1c4b-4281-b951-d872f2087c98
* Making views Clang build happy again.zelidrag@chromium.org2011-05-081-3/+3
| | | | | | | | BUG=chromium-os:15023 TEST=none Review URL: http://codereview.chromium.org/6968001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84574 0039d316-1c4b-4281-b951-d872f2087c98
* Added enqueue task to media player. Fixed task ordering - the last used ↵zelidrag@chromium.org2011-05-0814-124/+243
| | | | | | | | | | handler task comes first, all others are sorted alphabetically. BUG=chromium-os:15023 TEST=make sure enqueue task shows up when media content is selected in file browser Review URL: http://codereview.chromium.org/6953007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84573 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 759.0 to 760.0chrome-release@google.com2011-05-081-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84570 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit Roll r85954:r86018aarya@google.com2011-05-081-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6953016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84568 0039d316-1c4b-4281-b951-d872f2087c98
* Modify the bidichecker deps to allow fetching from the mirror.nsylvain@chromium.org2011-05-081-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6962001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84563 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 84530 - This broke ui_tests on the chromiumos bots.nsylvain@chromium.org2011-05-075-31/+25
| | | | | | | | | | | | Original description: Do not assume that the initial XKB layout on Chrome startup is always US-qwerty.The assumption might not be true e.g. when Chrome crashes and then restarts. BUG=chromium-os:14410 TEST=manually done Review URL: http://codereview.chromium.org/6954005 TBR=yusukes@google.com Review URL: http://codereview.chromium.org/6961001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84562 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 84559 - Webkit roll r85954:r86000inferno@chromium.org2011-05-071-1/+1
| | | | | | | | | Review URL: http://codereview.chromium.org/6948014 TBR=aarya@google.com Review URL: http://codereview.chromium.org/6954014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84561 0039d316-1c4b-4281-b951-d872f2087c98
* More work on removing content settings code from src\content.jam@chromium.org2011-05-0735-134/+232
| | | | | | | BUG=76793 Review URL: http://codereview.chromium.org/6928053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84560 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll r85954:r86000aarya@google.com2011-05-071-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6948014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84559 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 758.0 to 759.0chrome-release@google.com2011-05-071-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84556 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Added new default user avatars. Code change is trivial so won't make ↵avayvod@chromium.org2011-05-0720-6/+30
| | | | | | | | | | | | it a separate change. R=zelidrag@chromium.org BUG=chromiumos:14618 TEST=None Review URL: http://codereview.chromium.org/6956011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84550 0039d316-1c4b-4281-b951-d872f2087c98
* Fix dangerous downloads. Ellipsis for long filenames.achuith@chromium.org2011-05-072-103/+161
| | | | | | | | BUG=chromium-os:15048,chromium-os:15049 TEST=Go to achuithz600.mtv.corp.google.com/www/files. Download the crx file and the file with the long name to test dangerous downloads and long filename fix respectively. Review URL: http://codereview.chromium.org/6948013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84548 0039d316-1c4b-4281-b951-d872f2087c98
* Minor fix for autocomplete result view for touch. Removed extra line betweenvarunjain@chromium.org2011-05-074-13/+18
| | | | | | | | | | | result title and description. BUG=none TEST=none Review URL: http://codereview.chromium.org/6948009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84544 0039d316-1c4b-4281-b951-d872f2087c98
* roll clang 130788:130990thakis@chromium.org2011-05-071-1/+1
| | | | | | | | | | | | | | Exciting new warning from clang's r130982: "Warn when trying to call a pure virtual member function in a class from the class constructor/destructor." Amazingly, we seen to have that problem 0 times in chromium. BUG=none TEST=none Review URL: http://codereview.chromium.org/6953009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84543 0039d316-1c4b-4281-b951-d872f2087c98
* add MessageLoopProxy in MessageLoopFactorywjia@google.com2011-05-073-0/+37
| | | | | | | | bug=None TEST=try bots Review URL: http://codereview.chromium.org/6951013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84540 0039d316-1c4b-4281-b951-d872f2087c98