- 14 Feb, 2014 40 commits
-
-
robertphillips@google.com authored
R=rmistry@google.com Review URL: https://codereview.chromium.org/164253004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251294 0039d316-1c4b-4281-b951-d872f2087c98
-
mohsen@chromium.org authored
gesture.config_is_trustworthy pref is a temporary flag added in M30 to do a one-time wipe of gesture config prefs. After two milestones, the prefs should have been wiped for a good majority of users. So, the flag is not needed anymore. BUG=269292 Review URL: https://codereview.chromium.org/162193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251293 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
CloudPolicyValidator now accpets a "domain" parameter which is used to generate verification signatures for public keys. Broke out CloudPolicyValidator cached-key verification code into a separate validation function: ValidateCachedKey(). Added new hard-coded signatures for our PolicyBuilder test keys for the example.com domain. BUG=275291 TBR=rogerta@chromium.org Review URL: https://codereview.chromium.org/143183007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251292 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
The last mouse location should be the updated only by real event because it should point to the real mouse point and synthesized enter/leave may not contain the valid point. minor: remove unnecessary cast. BUG=None TEST=TBD. Review URL: https://codereview.chromium.org/143303006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251291 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
This patch fixes the exception in clicking a thumbnail. It is a regression caused by r249027 and a possible cause of crbug.com/340624. The 'length' property of the selection model is NOT the number of the selected item. To get it, we need to get the length of 'selectedIndex' property. BUG=340624 TEST=manually Review URL: https://codereview.chromium.org/135973012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251290 0039d316-1c4b-4281-b951-d872f2087c98
-
guangzhen.li@intel.com authored
The app will be crashed when using vibrate API, without VIBRATE permission specified. Catch the security exception instead of crash should be more friendly. BUG=338151 TEST= Review URL: https://codereview.chromium.org/143673004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251289 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=341586 Review URL: https://codereview.chromium.org/157093002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251288 0039d316-1c4b-4281-b951-d872f2087c98
-
hyunki.baik@samsung.com authored
added log messages when LoadLibrary fails for GLES/EGL libraries. BUG=none Review URL: https://codereview.chromium.org/160403002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251287 0039d316-1c4b-4281-b951-d872f2087c98
-
tengs@chromium.org authored
BUG=335449 Review URL: https://codereview.chromium.org/138833012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251286 0039d316-1c4b-4281-b951-d872f2087c98
-
sheu@chromium.org authored
Flakiness should be fixed. Renabling tests. BUG=335916,341265 TEST=trybots Review URL: https://codereview.chromium.org/145093006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251285 0039d316-1c4b-4281-b951-d872f2087c98
-
yoz@chromium.org authored
Fix most users of ExtensionSystemFactory::GetInstance() to use ExtensionsBrowserClient::Get()->GetExtensionSystemFactory(). Clean up extension_system_factory.h includes. Follows https://codereview.chromium.org/137753016/ BUG=337707 Review URL: https://codereview.chromium.org/148083014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251284 0039d316-1c4b-4281-b951-d872f2087c98
-
blundell@chromium.org authored
Speculative revert to determine whether it is causing the below WebViewTest.AutoSizeSW failure on the Linux Test bots (e.g., http://build.chromium.org/p/chromium.linux/builders/Linux%20Tests%20%28dbg%29%281%29/builds/30888/steps/browser_tests/logs/AutoSizeSW): FATAL:texture_layer.cc(141)] Check failed: !mailbox.IsValid() || !holder_ref_ || !mailbox.Equals(holder_ref_->holder()->mailbox()). This failure also appeared on the trybot run for this CL. > Use gpu::Mailbox instead of std:string in IPCs > > - easier to read > - safer since gpu::Mailbox is constant size and checked in the ParamTraits > > BUG=None > > Review URL: https://codereview.chromium.org/148003006 TBR=piman@chromium.org Review URL: https://codereview.chromium.org/163433008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251281 0039d316-1c4b-4281-b951-d872f2087c98
-
jshin@chromium.org authored
Revert of Revert of Revert of Revert of Turn on icu_use_data_file_flag on CrOS (https://codereview.chromium.org/163173003/) Reason for revert: The original CL (https://src.chromium.org/viewvc/chrome?view=rev&revision=251213 ) was reverted (and reverted twice more) because VMtest on chromeos-{x86,amd64} failed to find icudtl.dat. It turned out that my Chrome OS side change (chromeos-chrome.ebuild) was not picked up by build bots until several hours after landing of that CL. It's now picked up [1] and VMtest (on chromeos_x86 bot) finally passed with the original CL still in. So, I'm re-landing the original CL by reverting. [1] See LGKMSync section at http://build.chromium.org/p/chromium.chromiumos/builders/ChromiumOS%20%28x86%29/builds/19858 Original issue's description: > Revert of Revert of Revert of Turn on icu_use_data_file_flag on CrOS (https://codereview.chromium.org/164333003/) > > Reason for revert: > CrOS-side change (chromeos-chrome.ebuild) may not be used by a buildbot. > > ./1_autotest_tests/results-27-experimental_login_OwnershipNotRetaken/login_OwnershipNotRetaken/sysinfo/var/log/ui/ui.LATEST still has > > [0214/002103:FATAL:content_main_runner.cc(735)] Check failed: base::i18n::InitializeICU() > > Original issue's description: > > Revert of Revert of Turn on icu_use_data_file_flag on CrOS (https://codereview.chromium.org/165593002/) > > > > Reason for revert: > > https://chromium-review.googlesource.com/#/c/185937/ just got landed and this CL can go in now. > > > > Original issue's description: > > > Revert of Turn on icu_use_data_file_flag on CrOS (https://codereview.chromium.org/163793004/) > > > > > > Reason for revert: > > > https://chromium-review.googlesource.com/#/c/185937/ has to go in first. > > > > > > > > > Original issue's description: > > > > Turn on icu_use_data_file_flag on CrOS > > > > > > > > See also https://chromium-review.googlesource.com/#/c/185937/ > > > > > > > > The switch has to be turned on in two places (chromeos-chrome.ebuild and > > > > build/common.gypi). One or the other can get landed separately, though. > > > > > > > > BUG=72633 > > > > TEST=net_unittests:*IDN* and base_unittests:*String* > > > > TBR=mark > > > > > > > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251213 > > > > > > TBR=mark@chromium.org > > > NOTREECHECKS=true > > > NOTRY=true > > > BUG=72633 > > > > > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251214 > > > > TBR=mark@chromium.org > > NOTREECHECKS=true > > NOTRY=true > > BUG=72633 > > > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251220 > > TBR=mark@chromium.org > NOTREECHECKS=true > NOTRY=true > BUG=72633 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251276 TBR=mark@chromium.org NOTREECHECKS=true NOTRY=true BUG=72633 Review URL: https://codereview.chromium.org/166513002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251279 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@google.com authored
During the teardown process, media pipeline will be waiting on the render main thread. If a Decryptor depends on the render main thread (e.g. PpapiDecryptor), the pending DecryptCB will not be satisfied. This CL adds a DecryptingDemuxerStream::Stop() method so that the stopping process doesn't wait for any pending operation. BUG=343748 TEST=Add unittests to cover this case. R=ddorwin@chromium.org Review URL: https://codereview.chromium.org/165733002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251277 0039d316-1c4b-4281-b951-d872f2087c98
-
jshin@chromium.org authored
Revert of Revert of Revert of Turn on icu_use_data_file_flag on CrOS (https://codereview.chromium.org/164333003/) Reason for revert: CrOS-side change (chromeos-chrome.ebuild) may not be used by a buildbot. ./1_autotest_tests/results-27-experimental_login_OwnershipNotRetaken/login_OwnershipNotRetaken/sysinfo/var/log/ui/ui.LATEST still has [0214/002103:FATAL:content_main_runner.cc(735)] Check failed: base::i18n::InitializeICU() Original issue's description: > Revert of Revert of Turn on icu_use_data_file_flag on CrOS (https://codereview.chromium.org/165593002/) > > Reason for revert: > https://chromium-review.googlesource.com/#/c/185937/ just got landed and this CL can go in now. > > Original issue's description: > > Revert of Turn on icu_use_data_file_flag on CrOS (https://codereview.chromium.org/163793004/) > > > > Reason for revert: > > https://chromium-review.googlesource.com/#/c/185937/ has to go in first. > > > > > > Original issue's description: > > > Turn on icu_use_data_file_flag on CrOS > > > > > > See also https://chromium-review.googlesource.com/#/c/185937/ > > > > > > The switch has to be turned on in two places (chromeos-chrome.ebuild and > > > build/common.gypi). One or the other can get landed separately, though. > > > > > > BUG=72633 > > > TEST=net_unittests:*IDN* and base_unittests:*String* > > > TBR=mark > > > > > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251213 > > > > TBR=mark@chromium.org > > NOTREECHECKS=true > > NOTRY=true > > BUG=72633 > > > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251214 > > TBR=mark@chromium.org > NOTREECHECKS=true > NOTRY=true > BUG=72633 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251220 TBR=mark@chromium.org NOTREECHECKS=true NOTRY=true BUG=72633 Review URL: https://codereview.chromium.org/163173003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251276 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
TBR=jln Review URL: https://codereview.chromium.org/166303002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251273 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
The setuid sandbox waits on its one child and then dies afterwards. When receiving SIGABRT, instead of dumping core, simply exit the process. There is no interesting information to be gathered from knowing that the process is inside waitid(2), one should look at the child process instead. This patch is in hope to reduce red herrings. BUG=334345 TBR=jorgelo@chromium.org Review URL: https://codereview.chromium.org/166193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251271 0039d316-1c4b-4281-b951-d872f2087c98
-
Hokein.Wu@gmail.com authored
BUG=None TEST=compiled Review URL: https://codereview.chromium.org/133503012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251270 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
> Setuid sandbox: exit(2) on SIGABRT > > The setuid sandbox waits on its one child and then dies > afterwards. > > When receiving SIGABRT, instead of dumping core, simply exit the > process. There is no interesting information to be gathered from > knowing that the process is inside waitid(2), one should look at > the child process instead. > > This patch hopes to reduce red herrings. > > BUG=334345 > NOTRY=true > R=jorgelo@chromium.org > > Review URL: https://codereview.chromium.org/165673002 TBR=jln@chromium.org Review URL: https://codereview.chromium.org/164373005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251269 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
Review URL: https://codereview.chromium.org/163013002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251268 0039d316-1c4b-4281-b951-d872f2087c98
-
davidben@chromium.org authored
Dead code. It became unused in https://codereview.chromium.org/146983002. BUG=none Review URL: https://codereview.chromium.org/165223005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251267 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
SCTs viewer is only used by Views and should not be included in other platforms. TBR=newt BUG=326023 Review URL: https://codereview.chromium.org/163983003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251266 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
The setuid sandbox waits on its one child and then dies afterwards. When receiving SIGABRT, instead of dumping core, simply exit the process. There is no interesting information to be gathered from knowing that the process is inside waitid(2), one should look at the child process instead. This patch hopes to reduce red herrings. BUG=334345 NOTRY=true R=jorgelo@chromium.org Review URL: https://codereview.chromium.org/165673002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251265 0039d316-1c4b-4281-b951-d872f2087c98
-
horo@chromium.org authored
BUG=329786 Review URL: https://codereview.chromium.org/165793002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251264 0039d316-1c4b-4281-b951-d872f2087c98
-
bruening@google.com authored
due to data races raised on the tsan v2 bot. BUG=343802 > Trace event micro-optimization: use finer grained lock. > > GetCategoryGroupEnabledInternal is a hotspot. > It traverses an append-only list, so it's safe to use a finer-grained lock, > and avoid it altogether for the "fast path", i.e., when the category is > already known. > > BUG= > > Review URL: https://codereview.chromium.org/144423009 TBR=bulach@chromium.org Review URL: https://codereview.chromium.org/163613006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251262 0039d316-1c4b-4281-b951-d872f2087c98
-
mkearney@chromium.org authored
Review URL: https://codereview.chromium.org/164923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251259 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
Remove the client_address member from QuicCryptoNegotiatedParameters. Replace it by the client_address_ member of QuicConnectionLogger. Add kCADR support to CryptoHandshakeMessage::DebugStringInternal. R=jar@chromium.org,rch@chromium.org BUG=none TEST=none Review URL: https://codereview.chromium.org/159143007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251258 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
Mirrors Views' IMAGE_GRID macro, reducing boilerplate code. BUG=none R=rsesek@chromium.org Review URL: https://codereview.chromium.org/160253005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251257 0039d316-1c4b-4281-b951-d872f2087c98
-
bengr@chromium.org authored
This new header conforms to RFC 2616. With this change, both the old and new header will be supported. Eventually, support for the old header will be removed. BUG=340333 Review URL: https://codereview.chromium.org/156373002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251256 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
So that the string can be directly copied into histograms.xml. BUG=111542 Review URL: https://codereview.chromium.org/164253002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251255 0039d316-1c4b-4281-b951-d872f2087c98
-
tapted@chromium.org authored
To track effectiveness of the app launcher install education pages in enabling users to find, and start using, the app launcher when it is auto-enabled upon installing the first v2 packaged app from the Web Store. Histogram recording committed in http://crrev.com/250348. BUG=314235 Review URL: https://codereview.chromium.org/156963005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251254 0039d316-1c4b-4281-b951-d872f2087c98
-
davemoore@chromium.org authored
BUG=None TEST=None Review URL: https://codereview.chromium.org/165383002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251253 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
Previously, we didn't properly clear all the network caches. 1. DNS and predictor caches were left in tact. This was fixed by calling the net benchmarking extension methods. 2. Live resources in the memory cache were left in tact. This is fixed by navigating to about:blank to destroy the old renderer. Also, --enable-net-benchmarking is supported on the stable channel, so we can remove the workaround. With this, cold loads are consistent on Android: *RESULT cold_times: page_load_time= [4637,4493,4479,4564,4611,4549] ms Avg cold_times: 4555.500000ms Sd cold_times: 62.602716ms RESULT warm_times_by_url: http___www.youtube.com_watch?v_LIJOhk6FscY= [2122,2104,2079,2094] ms Avg warm_times_by_url: 2099.750000ms Sd warm_times_by_url: 18.043928ms BUG= Review URL: https://codereview.chromium.org/165193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251252 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
BUG=326023 TBR=cpu Review URL: https://codereview.chromium.org/165253003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251250 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251248 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
R=markusheinz@chromium.org Review URL: https://codereview.chromium.org/153973005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251246 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
The field accessor functions for the Views test helpers only obtain values from sections that are actually active. (By virtue of the way the Views dialog is built). Match OSX to do the same. NOTRY=true BUG=none R=estade@chromium.org Review URL: https://codereview.chromium.org/162813004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251245 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=334280 TEST=WorkspaceWindowResizerTestSticky.StickToBothEdgeAndWindow Review URL: https://codereview.chromium.org/163833003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251244 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Patch Set 1 here is Lei's original patch: https://codereview.chromium.org/109623005/ That was reverted for causing http://crbug.com/343042 This performs the same cleanup without the print preview regression. (keeps ConstrainedWebDialogDelegateViewViews::CreateNonClientFrameView) BUG=166075 TEST=No behavior/appearance changes; no dialog frame regressions (print preview or otherwise). TBR=wittman@chromium.org,sky@chromium.org,thestig@chromium.org Review URL: https://codereview.chromium.org/165073002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251243 0039d316-1c4b-4281-b951-d872f2087c98
-
alekseys@chromium.org authored
BUG=176158 Review URL: https://codereview.chromium.org/158983004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251242 0039d316-1c4b-4281-b951-d872f2087c98
-