- 29 Apr, 2015 40 commits
-
-
sacomoto authored
Missing return statement in https://codereview.chromium.org/1102093002/. BUG=479673 Review URL: https://codereview.chromium.org/1114843002 Cr-Commit-Position: refs/heads/master@{#327472}
-
lpromero authored
A MemoryWedge is a single chunk of memory allocated. One passes it a size and the wedge is added to the resident memory used by the current app. Furthermore, it adds an experimental flag for iOS based on a variation param, to drive the size of the wedge that could be inserted for a given run. BUG=TBD R=stuartmorgan,asvitkine Review URL: https://codereview.chromium.org/1107963002 Cr-Commit-Position: refs/heads/master@{#327471}
-
pranay.kumar authored
Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in icon_loader files of chrome/browser module. MessageLoopProxy is deprecated. This basically does a search and replace of: MessageLoopProxy::current() -> ThreadTaskRunnerHandle::Get(). MessageLoopProxy -> SingleThreadTaskRunner BUG=391045 Review URL: https://codereview.chromium.org/1110313002 Cr-Commit-Position: refs/heads/master@{#327470}
-
aberent authored
Revert of [Android] Remove more uses of android_commands from build/android/pylib. (patchset #3 id:40001 of https://codereview.chromium.org/1105323002/) Reason for revert: Causes HostDriven_SigninTest.testManagedSignin to fail, and hence prevents rolls into Android downstream repository BUG=482406 Original issue's description: > [Android] Remove more uses of android_commands from build/android/pylib. > > BUG=267773 > > Committed: https://crrev.com/166b709fc6c8fefad72520473850ce15ffe45898 > Cr-Commit-Position: refs/heads/master@{#327402} TBR=perezju@chromium.org,mikecase@chromium.org,rnephew@chromium.org,jbudorick@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=267773 Review URL: https://codereview.chromium.org/1116493003 Cr-Commit-Position: refs/heads/master@{#327469}
-
kwiberg authored
rtc::Buffer::data() will soon start defaulting to uint8_t* for its return type, so we have to start requesting char* explicitly. Review URL: https://codereview.chromium.org/1097043002 Cr-Commit-Position: refs/heads/master@{#327468}
-
rahul.g authored
BUG= Review URL: https://codereview.chromium.org/1058303004 Cr-Commit-Position: refs/heads/master@{#327467}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/2a2fc95c..d5ebf111 Please follow these instructions for assigning/CC'ing issues: https://code.google.com/p/v8-wiki/wiki/TriagingIssues TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review URL: https://codereview.chromium.org/1114853002 Cr-Commit-Position: refs/heads/master@{#327466}
-
gburanov authored
Please take look at https://codereview.chromium.org/1090213002/patch/40001/50001 for details BUG= Review URL: https://codereview.chromium.org/1104023002 Cr-Commit-Position: refs/heads/master@{#327465}
-
anujk.sharma authored
BUG=466848 Review URL: https://codereview.chromium.org/1110333002 Cr-Commit-Position: refs/heads/master@{#327464}
-
skyostil authored
This patch modifies a number of tests to have a more realistic threading set-up by either: a) adding a TestBrowserThreadBundle b) constructing any existing TestBrowserThreadBundle earlier or c) adding a MessageLoop as appropriate. This makes it possible to later migrate base/ from MessageLoopProxy over to ThreadTaskRunnerHandle, which requires an active task runner on the current thread. BUG=465354, 481632 TBR=tommi@chromium.org Review URL: https://codereview.chromium.org/1105373002 Cr-Commit-Position: refs/heads/master@{#327463}
-
droger authored
Review URL: https://codereview.chromium.org/1110133002 Cr-Commit-Position: refs/heads/master@{#327462}
-
sdefresne authored
Call EnsureBrowserStateKeyedServiceFactoriesBuilt() during initialisation of "chrome_ios_unittests" to ensure the BSKSF are correctly registered against the DependencyManager before launching the tests. Call ios::RegisterPathProvider() before running the tests so that they can use the iOS specific paths by name. BUG=468694 R=droger@chromium.org Review URL: https://codereview.chromium.org/1111193002 Cr-Commit-Position: refs/heads/master@{#327461}
-
calamity authored
BUG=475296 Review URL: https://codereview.chromium.org/1110363002 Cr-Commit-Position: refs/heads/master@{#327460}
-
jbbegue authored
BUG=None Review URL: https://codereview.chromium.org/1114563004 Cr-Commit-Position: refs/heads/master@{#327459}
-
achuith authored
* Replace ctors of PolicyOAuth2TokenFetcher and Start(), with StartWithSigninContext, and StartWithAuthCode. * Replace WildcardLoginChecker::Start with WildcardLoginChecker::StartWithSigninContext for consistency. BUG=470984 TEST=compiles Review URL: https://codereview.chromium.org/1109133004 Cr-Commit-Position: refs/heads/master@{#327458}
-
Gordana.Cmiljanovic authored
It includes changes: ee8ce3d Update mips64el-linux-android-4.9 built with pre-release binutils-2.25 a6ebdc1 [MIPS,MIPS64] Add asm/reg.h and mcontext_t struct for MIPS64 Review URL: https://codereview.chromium.org/1111813002 Cr-Commit-Position: refs/heads/master@{#327457}
-
patrikackland authored
BUG=412250 Review URL: https://codereview.chromium.org/1105393003 Cr-Commit-Position: refs/heads/master@{#327456}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/901c4c6d..2a2fc95c Please follow these instructions for assigning/CC'ing issues: https://code.google.com/p/v8-wiki/wiki/TriagingIssues TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review URL: https://codereview.chromium.org/1116613002 Cr-Commit-Position: refs/heads/master@{#327455}
-
msw authored
Build (but don't run) new test targets on the following bots: chromium.linux "Linux GN" chromium.linux "Linux GN (dbg)" tryserver.chromium.linux "linux_chromium_gn_chromeos_dbg" tryserver.chromium.linux "linux_chromium_gn_chromeos_rel" tryserver.chromium.linux "linux_chromium_gn_dbg" tryserver.chromium.linux "linux_chromium_gn_rel" Add targets to each supported bot: html_viewer_unittests (release only, no debug component builds) mojo_runner_unittests (release only, no debug component builds) mojo_shell_unittests mojo_surfaces_lib_unittests view_manager_service_unittests (release only, no debug component builds) These match the Chromium Mojo FYI waterfall unittest targets: https://code.google.com/p/chromium/codesearch#chromium/build/scripts/slave/recipes/chromium_mojo.py BUG=478244 TEST=CQ and main waterfall GN bots build new test targets. R=sky@chromium.org,dpranke@chromium.org Review URL: https://codereview.chromium.org/1110193004 Cr-Commit-Position: refs/heads/master@{#327454}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/5b6db07..280a9c8 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=humper@google.com Review URL: https://codereview.chromium.org/1116603002 Cr-Commit-Position: refs/heads/master@{#327453}
-
payal.pandey authored
Bescause base/strings/string_split.h defines: typedef std::vector<std::pair<std::string, std::string> > StringPairs; BUG=412250 Review URL: https://codereview.chromium.org/1109723002 Cr-Commit-Position: refs/heads/master@{#327452}
-
sbc authored
BUG=384104 Review URL: https://codereview.chromium.org/1088343002 Cr-Commit-Position: refs/heads/master@{#327451}
-
dalecurtis authored
Similar to NullAudioSink, but I decided not to use FakeAudioWorker as a generic fake worker since it adds more complexity then we need for the video renderer sink interface. I also didn't want to add pause support or stop callback support to it. BUG=473424 TEST=new unittest, forthcoming pipeline changes. Review URL: https://codereview.chromium.org/1116473002 Cr-Commit-Position: refs/heads/master@{#327450}
-
afakhry authored
Had to use WRAPPED_INSTANTIATE_TEST_CASE_P instead to disable this test. BUG=482121 TBR=yoshiki@chromium.org Review URL: https://codereview.chromium.org/1117613002 Cr-Commit-Position: refs/heads/master@{#327449}
-
swa.jaiswal authored
In Share Dialogue layout xml, the TextView widget is not independent of the device scale factor i.e. in case of multi-line text for larger font size preference the text gets truncated. Added ellipsize support to this widget. BUG=410205 Review URL: https://codereview.chromium.org/1097393005 Cr-Commit-Position: refs/heads/master@{#327448}
-
reveman authored
BUG=481413 Review URL: https://codereview.chromium.org/1099403008 Cr-Commit-Position: refs/heads/master@{#327447}
-
raymes authored
This adds histograms that records how often we write to the prefs file. The number of writes is recorded for every 5 minute interval of time spent in Chrome. To avoid doing any work when Chrome is idle and not recording any writes, we only record metrics at the point when a write occurs. Whenever a write occurs we look to see if the last write occurred more than 5mins ago. If it did, we report the write count for the previous period of time. The histogram is called: Settings.JsonDataWriteCount.<pref filename> e.g. Settings.JsonDataWriteCount.Local_State This is in a similar vein to Settings.JsonDataReadSizeKilobytes.* BUG=476800 Review URL: https://codereview.chromium.org/1083603002 Cr-Commit-Position: refs/heads/master@{#327446}
-
thestig authored
BUG=171301 Review URL: https://codereview.chromium.org/1111113002 Cr-Commit-Position: refs/heads/master@{#327445}
-
anujk.sharma authored
BUG=466848 Review URL: https://codereview.chromium.org/1061503008 Cr-Commit-Position: refs/heads/master@{#327444}
-
anujk.sharma authored
BUG=466848 Review URL: https://codereview.chromium.org/1106593002 Cr-Commit-Position: refs/heads/master@{#327443}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#327442}
-
stuartmorgan authored
This upstreams the bulk of the code necessary to support WebUI in the iOS web layer. Much of this is forked off of the content/ versions, which can't be used on iOS. BUG=464810 Review URL: https://codereview.chromium.org/1110213002 Cr-Commit-Position: refs/heads/master@{#327441}
-
scottmg authored
FAILED: ninja -t msvc -e environment.x86 -- "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\cl.exe" /nologo /showIncludes /FC @obj\third_party\libxml\src\libxml.nanohttp.obj.rsp /c ..\..\third_party\libxml\src\nanohttp.c /Foobj\third_party\libxml\src\libxml.nanohttp.obj /Fdobj\third_party\libxml\libxml.c.pdb d:\src\cr2\src\third_party\libxml\src\include\wsockcompat.h(41): error C2220: warning treated as error - no 'object' file generated d:\src\cr2\src\third_party\libxml\src\include\wsockcompat.h(41): warning C4005: 'EWOULDBLOCK': macro redefinition ... etc. (I don't know why we have nanoftp.c and nanohttp.c being built, but that seems wrong too.) R=cpu@chromium.org BUG=440500 Review URL: https://codereview.chromium.org/1104333003 Cr-Commit-Position: refs/heads/master@{#327440}
-
raymes authored
Now that we have added PrefRegistry registration functions that do not need to accept a flags argument, passing PrefRegistrySyncable::UNSYNCABLE_PREF is redundant and we can remove it altogether. BUG=476800 Review URL: https://codereview.chromium.org/1092683004 Cr-Commit-Position: refs/heads/master@{#327439}
-
kelvinp authored
This CL creates a new target webapp with browser test JavaScript files loaded. This will enable us to run a JavaScript browser test using a regular chrome binary to speed up development and debugging. BUG= Review URL: https://codereview.chromium.org/1091293004 Cr-Commit-Position: refs/heads/master@{#327438}
-
erikchen authored
Prior to OSX 10.10, the declaration is a method. In OSX 10.10, the declaration became a property. For simplicity and consistent, always refer to scrollingDeltaY as a method. BUG=471823 Review URL: https://codereview.chromium.org/1116563002 Cr-Commit-Position: refs/heads/master@{#327437}
-
dpranke authored
They had a dependency on //device/bluetooth that wasn't specified and was failing in a shared (component) build. R=scheib@chromium.org TBR=brettw@chromium.org, jochen@chromium.org BUG=463528 Review URL: https://codereview.chromium.org/1117573002 Cr-Commit-Position: refs/heads/master@{#327436}
-
achuith authored
The code here is from Dmitry's CL: https://codereview.chromium.org/1107873002/#ps1 And Nikita's CL: https://codereview.chromium.org/1052683006/ BUG=475567,477402 Review URL: https://codereview.chromium.org/1112583004 Cr-Commit-Position: refs/heads/master@{#327435}
-
avi authored
BUG=43122 TEST=hang page(s) and verify strings Review URL: https://codereview.chromium.org/1107273002 Cr-Commit-Position: refs/heads/master@{#327434}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/a73239a..5b6db07 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=humper@google.com Review URL: https://codereview.chromium.org/1112753005 Cr-Commit-Position: refs/heads/master@{#327433}
-