- 09 Jun, 2014 40 commits
-
-
felt@chromium.org authored
New assets from Alan. BUG=331453 TBR=dbeam@chromium.org Review URL: https://codereview.chromium.org/321653002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275841 0039d316-1c4b-4281-b951-d872f2087c98
-
amogh.bihani@samsung.com authored
For local resources we do not need to buffer while the player is paused. "Pause and Buffer" amounts to unnecessary transmission between browser and renderer. BufferedDataSource already knows whether the resource is local or not. This patch changes the defer strategy in BufferedResourceLoader for local resources. BUG=129120 Review URL: https://codereview.chromium.org/302553006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275840 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
Down to just 2! BUG=365012 TEST=none R=ben@chromium.org Review URL: https://codereview.chromium.org/320193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275835 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
BUG=371991 TBR=bruening@chromium.org Review URL: https://codereview.chromium.org/328453002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275834 0039d316-1c4b-4281-b951-d872f2087c98
-
andrewhayden@chromium.org authored
Reverts: https://codereview.chromium.org/323923002/ Which reverted: https://codereview.chromium.org/310483003/ The revert was necessary because the .so files in this patch apparently need to have their executable bits set, even though they are just test data that isn't actually executable. For posterity, the presubmit scripts were run with "-v" locally, but did not show the error that the bots eventually produced. BUG= R=simonb@google.com Review URL: https://codereview.chromium.org/317003004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275833 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
BUG=None TEST=None R=darin@chromium.org Review URL: https://codereview.chromium.org/318123003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275831 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This loop doesn't loop over all items. Originally I was inserting the new items at the end and this made sense, but then decided to insert them in the middle and the loop length computations were off. BUG= R=jamesr@chromium.org Review URL: https://codereview.chromium.org/314283002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275830 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
Loads a test service and pings it (and then quits). R=sky@chromium.org Review URL: https://codereview.chromium.org/314293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275829 0039d316-1c4b-4281-b951-d872f2087c98
-
alph@chromium.org authored
Revert of Revert of Sheriffing: Disable failing tests PrintCommands and TaskManagerNewPrintPreview on Linux LSAN (https://codereview.chromium.org/323893003/) Reason for revert: It's not guilty! Original issue's description: > Revert of Sheriffing: Disable failing tests PrintCommands and TaskManagerNewPrintPreview on Linux LSAN (https://codereview.chromium.org/319783003/) > > Reason for revert: > Broke compile Android Bot (http://build.chromium.org/p/chromium.linux/builders/Android%20GN) > > Original issue's description: > > Sheriffing: Disable failing tests PrintCommands and TaskManagerNewPrintPreview on Linux LSAN > > > > TBR=thestig@chromium.org,jam@chromium.org > > NOTRY=true > > BUG=382523 > > > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275820 > > TBR=jam@chromium.org,thestig@chromium.org,alph@chromium.org > NOTREECHECKS=true > NOTRY=true > BUG=382523 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275823 TBR=jam@chromium.org,thestig@chromium.org,miguelg@chromium.org NOTREECHECKS=true NOTRY=true BUG=382523 Review URL: https://codereview.chromium.org/320923004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275828 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This adds comments for the converted mojo targets listing where the GN versions were. I went to implement them and I found I already did them, but couldn't find them. This adds some protobuf builds also used by content/browser, as well as a Windows warning fix for the protobuf compiler. R=yzshen@chromium.org Review URL: https://codereview.chromium.org/318033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275827 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
GCMActivity, GCMClient, GCMClientImpl and GCMStatsRecorderImpl have been moved to gcm_driver component. This allows us to remove the dependency on google_apis/gcm for Android GCM support. BUG=353786,356716 TEST=existing tests due to no functionality change R=fgorski@chromium.org, zea@chromium.org TBR=arv@chromium.org, kalman@chromium.org, pavely@chromium.org Review URL: https://codereview.chromium.org/310973002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275826 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@chromium.org authored
needed to unblock skia roll TBR= mac_chromium_rel is taking forever, and its run is clean w.r.t. this CL NOTRY=True Review URL: https://codereview.chromium.org/326583002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275825 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
See breaks at: http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Full/builds/5055 > dcommit binaries for test for code review 310483003 > > https://codereview.chromium.org/310483003/ > BUG= > > Review URL: https://codereview.chromium.org/325783002 TBR=andrewhayden@chromium.org Review URL: https://codereview.chromium.org/323923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275824 0039d316-1c4b-4281-b951-d872f2087c98
-
miguelg@chromium.org authored
Revert of Sheriffing: Disable failing tests PrintCommands and TaskManagerNewPrintPreview on Linux LSAN (https://codereview.chromium.org/319783003/) Reason for revert: Broke compile Android Bot (http://build.chromium.org/p/chromium.linux/builders/Android%20GN) Original issue's description: > Sheriffing: Disable failing tests PrintCommands and TaskManagerNewPrintPreview on Linux LSAN > > TBR=thestig@chromium.org,jam@chromium.org > NOTRY=true > BUG=382523 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275820 TBR=jam@chromium.org,thestig@chromium.org,alph@chromium.org NOTREECHECKS=true NOTRY=true BUG=382523 Review URL: https://codereview.chromium.org/323893003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275823 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
This is causing compile failure on the Android build: http://build.chromium.org/p/chromium.linux/buildstatus?builder=Android%20GN&number=3401 > Add libxslt to the GN build > > BUG= > R=scottmg@chromium.org > > Review URL: https://codereview.chromium.org/317253003 TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/320293003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275822 0039d316-1c4b-4281-b951-d872f2087c98
-
alph@chromium.org authored
TBR=thestig@chromium.org,jam@chromium.org NOTRY=true BUG=382523 Review URL: https://codereview.chromium.org/319783003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275820 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
BUG= R=scottmg@chromium.org Review URL: https://codereview.chromium.org/317253003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275819 0039d316-1c4b-4281-b951-d872f2087c98
-
andrewhayden@chromium.org authored
https://codereview.chromium.org/310483003/ BUG= Review URL: https://codereview.chromium.org/325783002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275818 0039d316-1c4b-4281-b951-d872f2087c98
-
lambroslambrou@chromium.org authored
This sets up LD_LIBRARY_PATH in the virtual desktop session, so that the software-rendered GL driver (LLVMpipe) is loaded instead of any installed hardware drivers. BUG=366432 NOTRY=true Review URL: https://codereview.chromium.org/317373006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275817 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275809 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
Before this patch, Files.app was draw the filelist twice. 1) After fetching list of file entry, draw the list without metadata. 2) After fetching the metadata, draw the list with metadata. This way was because the metadata fetch had been slow, so we drew the list without metadata at the first time. But this took long time in total since drawing was twice (). And sometimes #2 was not happen and caused the issue since #2 was triggered by sort. Now fetching metadata is enough fast, and we can combine them. This patch omit the first draw #1. This improves the performance, and fixes crbug.com/375575. BUG=375575, 367123 TEST=filelist was drawn correctly R=mtomasz@chromium.org Review URL: https://codereview.chromium.org/301943002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275808 0039d316-1c4b-4281-b951-d872f2087c98
-
alph@chromium.org authored
Revert of Revert of Convert installer_util_unittests, sbox_integration_tests, sbox_validation_tests, sbox_unittests to … (https://codereview.chromium.org/314173005/) Reason for revert: Looks like it was a flake. Original issue's description: > Revert of Convert installer_util_unittests, sbox_integration_tests, sbox_validation_tests, sbox_unittests to … (https://codereview.chromium.org/315403006/) > > Reason for revert: > Broke a bunch of unit tests on Win. > http://build.chromium.org/p/chromium.win/builders/Win8%20Aura/builds/19568 > > Original issue's description: > > Convert installer_util_unittests, sbox_integration_tests, sbox_validation_tests, sbox_unittests to new test launcher > > > > Also add them to the Windows trybots > > > > BUG=381071 > > R=grt@chromium.org, rvargas@chromium.org > > > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275801 > > TBR=gab@chromium.org,rvargas@chromium.org,grt@chromium.org,phajdan.jr@chromium.org > NOTREECHECKS=true > NOTRY=true > BUG=381071 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275805 TBR=gab@chromium.org,rvargas@chromium.org,grt@chromium.org,phajdan.jr@chromium.org NOTREECHECKS=true NOTRY=true BUG=381071 Review URL: https://codereview.chromium.org/327543002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275806 0039d316-1c4b-4281-b951-d872f2087c98
-
alph@chromium.org authored
Revert of Convert installer_util_unittests, sbox_integration_tests, sbox_validation_tests, sbox_unittests to … (https://codereview.chromium.org/315403006/) Reason for revert: Broke a bunch of unit tests on Win. http://build.chromium.org/p/chromium.win/builders/Win8%20Aura/builds/19568 Original issue's description: > Convert installer_util_unittests, sbox_integration_tests, sbox_validation_tests, sbox_unittests to new test launcher > > Also add them to the Windows trybots > > BUG=381071 > R=grt@chromium.org, rvargas@chromium.org > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275801 TBR=gab@chromium.org,rvargas@chromium.org,grt@chromium.org,phajdan.jr@chromium.org NOTREECHECKS=true NOTRY=true BUG=381071 Review URL: https://codereview.chromium.org/314173005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275805 0039d316-1c4b-4281-b951-d872f2087c98
-
kjellander@chromium.org authored
The new file is already in place and the old one is just a copy of it left there waiting for this CL to land before it can be removed. I'm setting NOTRY since this is not used by any Chromium bot (only WebRTC-maintained bots). NOTRY=True TBR=frankf@chromium.org BUG=webrtc:3462 Review URL: https://codereview.chromium.org/323833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275804 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
TBR=wtc@chromium.org, bruening@chromium.org BUG=drm-i#1561 Review URL: https://codereview.chromium.org/323863002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275803 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
Convert installer_util_unittests, sbox_integration_tests, sbox_validation_tests, sbox_unittests to new test launcher Also add them to the Windows trybots BUG=381071 R=grt@chromium.org, rvargas@chromium.org Review URL: https://codereview.chromium.org/315403006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275801 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
Depends on https://codereview.chromium.org/254673004/ which introduces new layout manager for LockScreenContainer. This means that lock screen UI now supports resizing when virtual keyboard is shown and overscroll is disabled. Custom code for lock screen that "scrolled" user pods into view is not needed anymore, reusing login UI solution (http://crbug.com/363635). This CL partially reverts https://codereview.chromium.org/304153004 To disable lock screen scroll into view use same --disable-login-scroll-into-view BUG=375666 Review URL: https://codereview.chromium.org/320523003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275800 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
See https://codereview.chromium.org/323483002/ BUG=380709 R=kjellander@chromium.org Review URL: https://codereview.chromium.org/320823002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275798 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
This decouples the buildbot from the test runner, and makes the test list format an internal detail. BUG=378862 Review URL: https://codereview.chromium.org/312293003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275797 0039d316-1c4b-4281-b951-d872f2087c98
-
torne@chromium.org authored
This has broken the Android WebView build by introducing an absolute path into the generated makefiles, rendering them nonportable. > Remove unneeded JNI registrations. > > Rather than registering all jni bindings at startup, only get references > to the class object for those files which require bindings. All others > are satisfied by exporting symbols which can be found automatically by > dalvik. > > This patch replaces excldue-libs=ALL with ld version script to strip unwanted > symbols: https://sourceware.org/binutils/docs-2.24/ld/VERSION.html#VERSION > > BUG= > > Review URL: https://codereview.chromium.org/147533004 TBR=sl.ostapenko@samsung.com Review URL: https://codereview.chromium.org/326603002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275796 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275794 0039d316-1c4b-4281-b951-d872f2087c98
-
yhirano@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=175755:175778&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/321753004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275793 0039d316-1c4b-4281-b951-d872f2087c98
-
merkulova@chromium.org authored
BUG=127016 Review URL: https://codereview.chromium.org/319503002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275792 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
On search on Files.app, it fails due to exception, because of the regression caused by r275418. This patch fixes it. BUG=382332 TEST=manually tested Review URL: https://codereview.chromium.org/321753003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275791 0039d316-1c4b-4281-b951-d872f2087c98
-
phoglund@chromium.org authored
Depends on https://codereview.chromium.org/260073013/ since it requires audio beeps generated even when the fake video device hasn't been acquired. BUG=None Review URL: https://codereview.chromium.org/252703003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275790 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275789 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
0db35e8 Use none SSE functions when data is not 16 byte aligned BUG=373619 TBR=thestig Review URL: https://codereview.chromium.org/318043003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275788 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
BUG=357038 TEST=unit_tests Review URL: https://codereview.chromium.org/321753002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275787 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
Take over this CL from hajimehoshi@chromium.org, and just rebase the CL to trunk. Original description by hajimehoshi@ follows; Before passing the language code to Translate UI, this must be normalized (like 'hi-IN' -> 'hi'). I mistakenly droped this process when moving GetTranslateLanguages from translate_bubble_view.cc to translate_tab_helper.cc (https://codereview.chromium.org/203223002) :-( BUG=380137 R=toyoshim@chromium.org TBR=hajimehoshi@chromium.org Review URL: https://codereview.chromium.org/322733002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275786 0039d316-1c4b-4281-b951-d872f2087c98
-
shuchen@chromium.org authored
BUG=379432 TEST=None Review URL: https://codereview.chromium.org/322493002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275785 0039d316-1c4b-4281-b951-d872f2087c98
-