- 07 Aug, 2014 40 commits
-
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288031 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=179676:179692&mode=html TBR=jbroman@chromium.org BUG= Review URL: https://codereview.chromium.org/448983002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288030 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
Unit tests using FakeLayerTreeHostImpl should not use Now() as the frame time, as this is racey/problematic. For instance it may not change fast enough to let your test produce 2 outputs at different Now() times. Re-enable 2 tests that were failing because of this problem in the test harness. R=enne, jbedley BUG=393733 Review URL: https://codereview.chromium.org/444053004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288029 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
BUG=399428 R=robertshield@chromium.org Review URL: https://codereview.chromium.org/441453002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288028 0039d316-1c4b-4281-b951-d872f2087c98
-
dgozman@chromium.org authored
We already have a way to send message via ExecuteJavaScript, no need for another mechanism. BUG=398046 TBR=jam Review URL: https://codereview.chromium.org/418243003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288027 0039d316-1c4b-4281-b951-d872f2087c98
-
peria@chromium.org authored
BUG=None TEST=./unit_tests --gtest_filter="DriveMetadata*:DriveBackend*:Metadata*" Review URL: https://codereview.chromium.org/446893003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288025 0039d316-1c4b-4281-b951-d872f2087c98
-
mshelley@chromium.org authored
called if that session had an empty session id (i.e. the session wasn't added to the cache). This CL sets the OpenSSL info_callback such that CheckIfSessionAdded will be run whenever an OpenSSL session has finished its handshake. Previously, CheckIfSessionAdded was called in NewSessionCallbackStatic. NewSessionCallbackStatic is only called when a session is added to the cache. Thus, leading connections with sessions that were not added to the cache would force their pending jobs to wait indefinitely instead of letting the jobs proceed at the completion of the leading job's connection. R=mmenke@chromium.org,rsleevi@chromium.org,wtc@chromium.org, davidben@chromium.org BUG=398967 Review URL: https://codereview.chromium.org/416683002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288024 0039d316-1c4b-4281-b951-d872f2087c98
-
mvanouwerkerk@chromium.org authored
BUG=350377 Depends on https://codereview.chromium.org/404353003/ Review URL: https://codereview.chromium.org/340773006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288023 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288022 0039d316-1c4b-4281-b951-d872f2087c98
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia/+log/be21e3432e4cf925fe494efe23edcb457bd05fcb..da7a944e293d27ec5c7be06b224921ae0058d35a CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_layout_rel TBR=bungeman@google.com BUG= Review URL: https://codereview.chromium.org/444163006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288021 0039d316-1c4b-4281-b951-d872f2087c98
-
tnagel@chromium.org authored
I consider "file" somewhat misleading since the field either contains a path segment (file name plus lowermost directory) or an URL. TBR=bshe@chromium.org BUG=none Review URL: https://codereview.chromium.org/443163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288020 0039d316-1c4b-4281-b951-d872f2087c98
-
hajimehoshi@chromium.org authored
This CL changes the Translate bubble's behavior not to steal the focus. BUG=378643 Review URL: https://codereview.chromium.org/425223003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288019 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
Previous implementation did the parsing of string to base::Value on blocking pool, and that of base::Value to specific data types either on UI thread or on yet another post to blocking pool. The previous implementation is slightly inefficient and moreover involves a subtle bug 284244. BUG=284244 Review URL: https://codereview.chromium.org/442193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288017 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
This method is not used in the production code. BUG=None Review URL: https://codereview.chromium.org/449763002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288016 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
BUG=315439 TEST=run the js tests. R=yoshiki@chromium.org Review URL: https://codereview.chromium.org/441643004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288015 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
BUG=395356 Review URL: https://codereview.chromium.org/449723002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288014 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
Review URL: https://codereview.chromium.org/423963004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288013 0039d316-1c4b-4281-b951-d872f2087c98
-
peria@chromium.org authored
Make a routine, but it is not called. BUG=347425 TEST=./unit_tests --gtest_filter="DriveMetadata*" Review URL: https://codereview.chromium.org/446653003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288012 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288011 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
According to the latest data, about 0.02% of DB initialization results in discarding old DB which may contain users' unsynced data. About 2/3 of these failures are due to errors detected by CheckValidity(). Add UMA histogram to help future developers improve this. BUG=None Review URL: https://codereview.chromium.org/445513002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288010 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=179655:179675&mode=html TBR=jbroman@chromium.org BUG= Review URL: https://codereview.chromium.org/450573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288009 0039d316-1c4b-4281-b951-d872f2087c98
-
vivek.vg@samsung.com authored
TBR=rockot@chromium.org, asargent@chromium.org NOTRY=true BUG=399251 Review URL: https://codereview.chromium.org/447113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288008 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
This CL effectively reverts https://codereview.chromium.org/344793013 for Windows only. BUG=394672 TEST=Manual, see bug Review URL: https://codereview.chromium.org/446673004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288007 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
It was originally committed at r286362 and reverted in r286467. BUG=None TEST=gn gen out/Debug_gn && ninja -C out/Debug_gn R=scottmg@chromium.org,brettw@chromium.org TBR=jochen@chromium.org Review URL: https://codereview.chromium.org/427293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288006 0039d316-1c4b-4281-b951-d872f2087c98
-
yhirano@chromium.org authored
Currently WaitMany doesn't ensure that the corresponding |Signal| is done when the WaitMany call is returned. That is problematic when we share the event over threads and want to wait for detaching it in order to delete it after that. BUG=397435 R=agl@chromium.org Review URL: https://codereview.chromium.org/419773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288005 0039d316-1c4b-4281-b951-d872f2087c98
-
tengs@chromium.org authored
BUG=398946 TEST=manual and browser test Review URL: https://codereview.chromium.org/442833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288004 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
If the cast extension is not install, video player doesn't activate the cast-related feature. BUG=399557 TEST=manually tested R=fukino@chromium.org Review URL: https://codereview.chromium.org/443083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288003 0039d316-1c4b-4281-b951-d872f2087c98
-
hamaji@chromium.org authored
BUG=400989 TEST=trybots Review URL: https://codereview.chromium.org/448803003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288002 0039d316-1c4b-4281-b951-d872f2087c98
-
kcconley@gmail.com authored
+ Use env var LD (default to CXX) + Exclude run_all_unittests.cc from build NOTRY=true R=brettw@chromium.org BUG= Review URL: https://codereview.chromium.org/445713002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288001 0039d316-1c4b-4281-b951-d872f2087c98
-
qinmin@chromium.org authored
It is possible that Enterfullscreen() is called on an video element without src attribute. Then later on, when the player got initialized, we should let the player enter fullscreen. The current implementation calls Enterfullscreen first in video url cases. This will cause an issue that the BrowserMediaPlayerManager doesn't know which player to pass the surface to. As a result, we should delay EnterFullscreen() call until the player is initialized. And there is no point to ask a player to enterfullscreen if it is not created. BUG=400935 Review URL: https://codereview.chromium.org/446003003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288000 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
The Polymer which Audio Player currently used is outdated. This patch uprev it to the latest version (currently 0.3.4). BUG=397520 TEST=manualy tested R=hirono@chromium.org Review URL: https://codereview.chromium.org/444223003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287999 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
Will let us show gpu memory usage in a more-intuitive way in frame viewer. Review URL: https://codereview.chromium.org/447963004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287998 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
This CL updates the lexer, parser and also the internal representation of mojom modules. The changes to the generators will be in a separate CL. This CL doesn't change data_tests.py because it has been broken for quite a while. We could fix it in a separate CL if we think that it is still useful. BUG=324170 TEST=those updated test files. Review URL: https://codereview.chromium.org/437643002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287997 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
First steps towards allowing AiS on more platforms. R=stevet@chromium.org BUG=none Review URL: https://codereview.chromium.org/447073002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287996 0039d316-1c4b-4281-b951-d872f2087c98
-
noamsml@chromium.org authored
Added function that allows javascript apps using gcdPrivate to get a list of networks with prefetched passwords. Fixed reland of https://codereview.chromium.org/434733003/ which was reverted due to test failure. BUG=383167 TBR=asargent@chromium.org,vitalybuka@chromium.org Review URL: https://codereview.chromium.org/450533003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287995 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
This regressed with the LegacyRenderWidgetHostHWND. It looks like the reason is that the LegacyRenderWidgetHostHWND eats paint messages which would previously cause an invalidation in the parent when bounds change, etc. Proposed fix is to pass SWP_NOREDRAW to the SetWindowPos calls used by the LegacyRenderWidgetHostHWND class. BUG=388690 R=sky Review URL: https://codereview.chromium.org/440793002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287994 0039d316-1c4b-4281-b951-d872f2087c98
-
ericzeng@chromium.org authored
This CL enables autosizing for extension options guests using the built-in autosizing functionality in GuestViewBase. BUG=386838 Review URL: https://codereview.chromium.org/431503002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287993 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=333201 Review URL: https://codereview.chromium.org/446063006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287992 0039d316-1c4b-4281-b951-d872f2087c98
-
michaelpg@google.com authored
TBR=dbeam@chromium.org Review URL: https://codereview.chromium.org/444373003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287991 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@google.com authored
BUG=400611 Review URL: https://codereview.chromium.org/446153002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287990 0039d316-1c4b-4281-b951-d872f2087c98
-