summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add descriptions to all extension/app schemas, and enforce that they have themevan.peterson.EP@gmail.com2013-06-23151-121/+281
| | | | | | | | | | | | from now on. BUG=233968 R=kalman@chromium.org TBR=yoz@chromium.org Review URL: https://chromiumcodereview.appspot.com/16876004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208110 0039d316-1c4b-4281-b951-d872f2087c98
* Added test to verify that onmostvisitedchange event is dispatched when an ↵kmadhusu@chromium.org2013-06-232-0/+51
| | | | | | | | | | | | | user navigate from SRP to NTP. Added InstantExtendedTest.DispatchMVChangeEventWhileNavigatingBackToNTP. BUG=248683 TEST=none Review URL: https://chromiumcodereview.appspot.com/17424004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208109 0039d316-1c4b-4281-b951-d872f2087c98
* [UMA] Rip out some XML logging code.isherman@chromium.org2013-06-232-102/+6
| | | | | | | | | | BUG=109818 TEST=none R=jar@chromium.org Review URL: https://chromiumcodereview.appspot.com/17136002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208108 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Revert 207759 "Disable TLS 1.2 if USE_OPENSSL is defined (such ↵senorblanco@chromium.org2013-06-231-3/+3
| | | | | | | | | | | | | a..."" (r208102). seems to be causing Android failures in content_tests: http://build.chromium.org/p/chromium.linux/buildstatus?builder=Android%20Tests%20%28dbg%29&number=12049 BUG= TBR=wtc@chromium.org Review URL: https://codereview.chromium.org/17444018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208107 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 1546.0 to 1547.0chrome-release@google.com2013-06-231-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208105 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Allow suppressed EME canPlayType() responses to be overridden with a ↵senorblanco@chromium.org2013-06-238-58/+8
| | | | | | | | | | | | flag." (r208096). Broke ChromeOS build. TBR=ddorwin Review URL: https://codereview.chromium.org/16917014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208103 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 207759 "Disable TLS 1.2 if USE_OPENSSL is defined (such a..."wtc@chromium.org2013-06-221-3/+3
| | | | | | | | | | | | | | | | | | | | | With r208081 (https://codereview.chromium.org/16879015), it is safe to re-enable TLS 1.2 for USE_OPENSSL. > Disable TLS 1.2 if USE_OPENSSL is defined (such as on Android) to > prevent ClientHello from being larger than 256 bytes. Some broken > servers can't handle a large ClientHello. > > R=agl@chromium.org,rsleevi@chromium.org > BUG=90392,245500,247691 > TEST=none > > Review URL: https://chromiumcodereview.appspot.com/17094016 TBR=wtc@chromium.org Review URL: https://codereview.chromium.org/17553016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208102 0039d316-1c4b-4281-b951-d872f2087c98
* Add a private API method metricsPrivate.getFieldTrial(), which returnsoleg@chromium.org2013-06-226-0/+56
| | | | | | | | | the group for field trial experiment. Equivalent to FieldTrialList::FindFullName(). Review URL: https://chromiumcodereview.appspot.com/17496005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208101 0039d316-1c4b-4281-b951-d872f2087c98
* Whitelist Chrome Connectivity Debugger for metricsPrivateikarienator@chromium.org2013-06-221-1/+4
| | | | | | | | BUG=253098 Review URL: https://chromiumcodereview.appspot.com/17552021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208100 0039d316-1c4b-4281-b951-d872f2087c98
* Fix QUIC alternate protocol behavior so that that main job does not waitrch@chromium.org2013-06-223-9/+86
| | | | | | | | for the QUIC job to finish. Review URL: https://chromiumcodereview.appspot.com/17247006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208099 0039d316-1c4b-4281-b951-d872f2087c98
* Add logging to the QUIC write path.rch@chromium.org2013-06-228-12/+213
| | | | | | Review URL: https://chromiumcodereview.appspot.com/17518002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208098 0039d316-1c4b-4281-b951-d872f2087c98
* Ignores synthetic mouse events in ↵pkotwicz@chromium.org2013-06-221-0/+5
| | | | | | | | | | | ImmersiveModeControllerAsh::OnMouseEvent(). Counterintuitively, we get synthetic mouse events when aura::client::CursorClient::IsMouseEventsEnabled() == false. BUG=252230 Test=Manual, see bug Review URL: https://chromiumcodereview.appspot.com/17514009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208097 0039d316-1c4b-4281-b951-d872f2087c98
* Allow suppressed EME canPlayType() responses to be overridden with a flag.ddorwin@chromium.org2013-06-228-8/+58
| | | | | | | | | | | Adds --override-encrypted-media-canplaytype and the corresponding flag. BUG=252967 TBR=jochen@chromium.org Review URL: https://chromiumcodereview.appspot.com/17459003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208096 0039d316-1c4b-4281-b951-d872f2087c98
* Drop memory class-based renderer limit on Android.ppi@chromium.org2013-06-224-60/+32
| | | | | | | | | | | | | | | This patch removes the automatic renderer-process limit on Android, moving the consumers to MAX_RENDERERS_LIMIT instead. This does not affect the number of renderers being spawned yet, but will allow the consumers to use all available renderers once MAX_RENDERERS_LIMIT is lifted. BUG=241787 Review URL: https://chromiumcodereview.appspot.com/17450020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208095 0039d316-1c4b-4281-b951-d872f2087c98
* Move PPB_TCPSocket out of dev.yzshen@chromium.org2013-06-2241-324/+319
| | | | | | | | | BUG=247225 TEST=None Review URL: https://chromiumcodereview.appspot.com/17314012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208094 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome Frame turndown prompt.grt@chromium.org2013-06-2222-4/+918
| | | | | | | | | | | | Display a prompt to users informing them that Chrome Frame is going away. TBR=cpu@chromium.org BUG= TEST=visit a site rendered in GCF. notice the bar. interact with it. once it goes away, it stays away for a week. Review URL: https://chromiumcodereview.appspot.com/17153006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208093 0039d316-1c4b-4281-b951-d872f2087c98
* Reland "bookmarks: Convert "Remove" link into a LabelButton."tfarina@chromium.org2013-06-223-72/+66
| | | | | | | | | | | | | It was reverted in r207804, because it broke some Bookmark tests in interactive_ui_tests. BUG=231694 TEST=ctrl+D or press the star button in the omnibox, observe the Bookmark Bubble, there should be a "Remove" Button in the left side of "Edit.." button. TBR=msw@chromium.org,sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/17074010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208092 0039d316-1c4b-4281-b951-d872f2087c98
* Move ComputeDirectorySize to the base namespace.brettw@chromium.org2013-06-228-28/+38
| | | | | | | | | BUG= TBR=tfarina Review URL: https://chromiumcodereview.appspot.com/16950027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208091 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2013-06-221-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208090 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Blink roll 152906:152923"senorblanco@chromium.org2013-06-221-1/+1
| | | | | | | | | | Some browser_tests have snuck in. TBR=dpranke Review URL: https://codereview.chromium.org/17176034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208089 0039d316-1c4b-4281-b951-d872f2087c98
* Turn off devices with low battery and don't fail device status step.navabi@google.com2013-06-221-8/+11
| | | | | | | | BUG=224004 Review URL: https://chromiumcodereview.appspot.com/16950029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208088 0039d316-1c4b-4281-b951-d872f2087c98
* Add a test for base::Bind() and scoped_refptrs copies.willchan@chromium.org2013-06-221-0/+19
| | | | | | | | | | | | Specifically tracks the number of AddRef()/Release() pairs called for a method expecting a "const scoped_refptr<T>&". base::Bind()'s impl currently leads to too many AddRef()/Release() pairs. BUG=251937 Review URL: https://chromiumcodereview.appspot.com/17514007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208087 0039d316-1c4b-4281-b951-d872f2087c98
* Added a check in Searchbox::OnMostVisitedChanged() to prevent duplicate ↵kmadhusu@chromium.org2013-06-228-61/+28
| | | | | | | | | | | | | notifications regarding most visited items. SearchTabHelper no longer tracks the last known most visited items list. BUG=248683 TEST=none Review URL: https://chromiumcodereview.appspot.com/17521002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208086 0039d316-1c4b-4281-b951-d872f2087c98
* Disable InstantExtendedTest.UpdateSearchQueryOnBackNavigation, ↵senorblanco@chromium.org2013-06-221-4/+4
| | | | | | | | | | | InstantExtendedTest.UpdateSearchQueryOnForwardNavigation on Linux due to flake. BUG=253092 TBR=kmadhusu Review URL: https://codereview.chromium.org/17413024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208085 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2013-06-221-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208084 0039d316-1c4b-4281-b951-d872f2087c98
* Blink roll 152906:152923eseidel@chromium.org2013-06-221-1/+1
| | | | | | | | | | http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=152907:152923&mode=html TBR= BUG= Review URL: https://chromiumcodereview.appspot.com/17553015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208083 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2013-06-221-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208082 0039d316-1c4b-4281-b951-d872f2087c98
* Update openssl_revision to 207965.wtc@chromium.org2013-06-222-1/+2
| | | | | | | | | | | | | | | Includes the following changes: Advertise support of only the NIST curves P-521, P-384, and P-256, as well as only uncompressed points, to keep ClientHello small. https://codereview.chromium.org/17425002/ TBR=agl@chromium.org,digit@chromium.org BUG=245500 TEST=none Review URL: https://chromiumcodereview.appspot.com/16879015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208081 0039d316-1c4b-4281-b951-d872f2087c98
* Move PPB_NetAddress out of dev.yzshen@chromium.org2013-06-2250-481/+469
| | | | | | | | | BUG=247225 TEST=None Review URL: https://chromiumcodereview.appspot.com/17419008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208080 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Move a11y-related histograms to ↵yoshiki@chromium.org2013-06-221-0/+102
| | | | | | | | | | tools/metrics/histograms/histograms.xml BUG=252656 Review URL: https://chromiumcodereview.appspot.com/17280004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208079 0039d316-1c4b-4281-b951-d872f2087c98
* Dropping nacl sdk dead code (documentation, project_template).bradnelson@google.com2013-06-2223-3989/+0
| | | | | | | | | | | | | | The documentation and project template are no longer used in the shipping sdk. Dropping them. Will drop pymox DEPS entry in a separate CL as this includes the last used reference. BUG=None TEST=None R=binji@chromium.org Review URL: https://chromiumcodereview.appspot.com/16972010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208078 0039d316-1c4b-4281-b951-d872f2087c98
* Disable InstantExtendedTest.NavigateBackToNTP, since it's extremely flaky.senorblanco@chromium.org2013-06-221-7/+2
| | | | | | | | | BUG=253092 TBR=kmadhusu Review URL: https://codereview.chromium.org/17413022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208077 0039d316-1c4b-4281-b951-d872f2087c98
* Set default pinch viewport overlay scrollbar thickness in WebPreferences.wjmaclean@chromium.org2013-06-224-2/+9
| | | | | | | | | | | WebSettings defaults this value to 0, so we need to set the default value in WebPreferences. BUG=none Review URL: https://chromiumcodereview.appspot.com/17558002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208076 0039d316-1c4b-4281-b951-d872f2087c98
* Adding AvailabilityFinder to Doc Server. evan.peterson.EP@gmail.com2013-06-2212-14/+1212
| | | | | | | | | | | This is a large part of automatically generating API intro tables. This patch does not connect AvailabilityFinder with the rest of the server; a future patch will take care of that. BUG=233968 Review URL: https://chromiumcodereview.appspot.com/17397010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208075 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Have SBH tell SyncManager which types to purgezea@chromium.org2013-06-2214-78/+90
| | | | | | | | | | | | | The SBH now specifies as part of the ConfigureSyncer call which types need to be purged. This is determined by whether this is a control types config (in which case all disabled types are purged) or whether any types have been disabled since the last configuration (as determined by the SBR). BUG=247115 Review URL: https://chromiumcodereview.appspot.com/17552014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208074 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust avatar menu and avatar label to the look on windows.akuegel@chromium.org2013-06-223-53/+22
| | | | | | | | | | | | This CL adjusts the look of the avatar menu for managed users to how it looks like on other platforms like windows. A screenshot can be found at the end of the bug description. BUG=241387 Review URL: https://chromiumcodereview.appspot.com/17544002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208073 0039d316-1c4b-4281-b951-d872f2087c98
* Add the SetMediaKeys handler to pass a drm bridge to a MediaSourcePlayerqinmin@chromium.org2013-06-226-7/+34
| | | | | | | | | | Adding the message handler so people can work on it. BUG=163552 Review URL: https://chromiumcodereview.appspot.com/17563002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208072 0039d316-1c4b-4281-b951-d872f2087c98
* Omnibox: Add Shortcuts as InstantExtended Providermpearson@chromium.org2013-06-222-5/+3
| | | | | | | | | | | | | | | We might as well now that InstantExtended is using the native omnibox. Besides, it has a positive effect on quality. For now, I left the framework that allows InstantExtended to use a different set of providers. I'll leave it up to Jered or Brett to decide if they're ready to get rid of it. BUG=252892 Review URL: https://chromiumcodereview.appspot.com/17563007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208071 0039d316-1c4b-4281-b951-d872f2087c98
* Add piman@ as owner for webkit/common/gpuapatrick@chromium.org2013-06-221-1/+1
| | | | | | | | TBR=piman@chromium.org Review URL: https://chromiumcodereview.appspot.com/17524008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208070 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused extra padding in bookmark bar.mad@chromium.org2013-06-221-2/+0
| | | | | | | | BUG=252044 Review URL: https://chromiumcodereview.appspot.com/17356009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208069 0039d316-1c4b-4281-b951-d872f2087c98
* Replace FTS in the history_service with a brute force text search.rmcilroy@chromium.org2013-06-2211-109/+294
| | | | | | | | | | | | | | | | | The only remaining user of the text_database full-text-search (FTS) is the chrome://history page. The FTS database's index files are large, causing storage and overhead problems. This change replaces the history pages search to use a brute force search over URLs and titles in the History DB (which is small enough that this gives acceptable performance). A follow up CL will remove all of the unused FTS and text_database code. BUG=247417 TEST=Tested searches in history page using a number of different character sets. Review URL: https://chromiumcodereview.appspot.com/16776004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208068 0039d316-1c4b-4281-b951-d872f2087c98
* [Android] Fix NTP bookmark image unit for low resolution device.kkimlabs@chromium.org2013-06-221-9/+7
| | | | | | | | | | | | | makeBookmarkItem() function incorrectly converted image size to dip, but actually it is already dip, so we don't need the conversion. This caused 16px x 16px icon to be classified as non-standard favicon(or small) on low resolution(ldpi) devices and as a result, it didn't draw the document background. BUG=238928 Review URL: https://chromiumcodereview.appspot.com/17257004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208067 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2013-06-221-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208066 0039d316-1c4b-4281-b951-d872f2087c98
* Fix minor bugs found in NetworkConnectionHandler codestevenjb@chromium.org2013-06-222-5/+7
| | | | | | | | | | | | * Removed an unused member variable * Use GetStringWithoutPathExpansion consistently except where expansion is desired * Use kProviderTypeProperty (with expansion) instead of kTypeProperty BUG=247104 Review URL: https://chromiumcodereview.appspot.com/17167010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208065 0039d316-1c4b-4281-b951-d872f2087c98
* Finished DNS-SD server. Finished Privet-specified DNS-SD server.maksymb@chromium.org2013-06-2212-68/+885
| | | | | | Review URL: https://chromiumcodereview.appspot.com/16975004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208064 0039d316-1c4b-4281-b951-d872f2087c98
* Remove acknowledge timeout for TouchEnd and TouchCancel eventstrchen@chromium.org2013-06-221-1/+4
| | | | | | | | | | | | | | Waiting acknowledge for TouchEnd and TouchCancel shouldn't affect responsiveness for scroll and pinch gestures. If we timeout TouchEnd events, it can end up being processed by both user JavaScript and gesture detector, causing double handling. BUG=248090 R=tedchoc@chromium.org Review URL: https://chromiumcodereview.appspot.com/16963007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208063 0039d316-1c4b-4281-b951-d872f2087c98
* Roll gyp r1651:1652.iannucci@chromium.org2013-06-221-1/+1
| | | | | | | | | | | r1652 | iannucci@chromium.org | 2013-06-21 13:55:25 -0700 (Fri, 21 Jun 2013) | 7 linesMake the ninja pool math correct.R=scottmg@chromium.orgBUG=Review URL: https://codereview.chromium.org/17087010 R=scottmg@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/16915008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208062 0039d316-1c4b-4281-b951-d872f2087c98
* Remove "View Background Pages".avi@chromium.org2013-06-2226-394/+55
| | | | | | | | | BUG=148581 TEST=No more "feature". Review URL: https://chromiumcodereview.appspot.com/17501006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208061 0039d316-1c4b-4281-b951-d872f2087c98
* linux_aura: Three fixes for switching themes.erg@chromium.org2013-06-2215-53/+218
| | | | | | | | | | | | | | | | | | Native system theming was badly hacked into ThemeService with ifdefs. This correlates the code into its own file, which should be conditionally compiled out. When doing any switching of themes, we weren't notifying the non client view of the change. Make the options page in the linux_aura port behave the same way as in the GTK+ port. BUG=130810 Review URL: https://chromiumcodereview.appspot.com/17494005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208060 0039d316-1c4b-4281-b951-d872f2087c98
* gpu: Implement debug logging on Androidskyostil@chromium.org2013-06-222-0/+43
| | | | | | | | | | | This patch adds an Android backend for gpu::Logging. The debug log output is written to logcat with the log tag "chromium-gpu". BUG=232449 Review URL: https://chromiumcodereview.appspot.com/17471007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208059 0039d316-1c4b-4281-b951-d872f2087c98