- 27 Mar, 2015 40 commits
-
-
gayane authored
Added a histogram to log the network connection type for each successful metrics log upload. Will be used to monitor cellular uploads on Chrome on Android. BUG=455847 Review URL: https://codereview.chromium.org/1033493002 Cr-Commit-Position: refs/heads/master@{#322593}
-
earthdok authored
Make the list of libraries which are built from source match the list of pre-built libraries which are downloaded from GCS. BUG=none TBR=glider@chromium.org Review URL: https://codereview.chromium.org/1039723002 Cr-Commit-Position: refs/heads/master@{#322592}
-
lionel.g.landwerlin authored
BUG=470517 Review URL: https://codereview.chromium.org/1041803002 Cr-Commit-Position: refs/heads/master@{#322591}
-
torne authored
We no longer support building WebView with the Android build system; delete the makefiles and makefile generation scripts used for this. BUG=440793 TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/1033263002 Cr-Commit-Position: refs/heads/master@{#322590}
-
knn authored
This was broken on M42 as it was being called before JNI registration. However that code has been moved since then and it should and is working fine post M42. BUG=467938 Review URL: https://codereview.chromium.org/1034403003 Cr-Commit-Position: refs/heads/master@{#322589}
-
lazyboy authored
This was done previously accessing array by index, which is brittle b/c this depends on the ordering of the events in web_view_internal.json. BUG=None Test=None, internal only cleanup. Review URL: https://codereview.chromium.org/1039043003 Cr-Commit-Position: refs/heads/master@{#322588}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/6b1db99..7bc68ec TBR=pkasting@chromium.org,yutak@chromium.org Review URL: https://codereview.chromium.org/1034413002 Cr-Commit-Position: refs/heads/master@{#322587}
-
knn authored
BUG=471229 Review URL: https://codereview.chromium.org/1039233002 Cr-Commit-Position: refs/heads/master@{#322586}
-
timvolodine authored
Revert of Remove Qualcomm MSAA from blacklist for versions >= Lollipop. (patchset #2 id:20001 of https://codereview.chromium.org/1034933002/) Reason for revert: speculative revert, this probably broke the instrumentation-hammerhead-clankium-lmp bot: https://uberchromegw.corp.google.com/i/clank/builders/instrumentation-hammerhead-clankium-lmp also see crbug.com/471200. Original issue's description: > Remove Qualcomm MSAA from blacklist for versions >= Lollipop. > > BUG=449116 > > Committed: https://crrev.com/1e8ac18cbd0e503335e5062a677609c38d75f1be > Cr-Commit-Position: refs/heads/master@{#322472} TBR=kbr@chromium.org,senorblanco@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=449116 Review URL: https://codereview.chromium.org/1037303002 Cr-Commit-Position: refs/heads/master@{#322585}
-
knn authored
This is a cleanup change that removes support for the depfile based on first grit output. BUG=466315 Review URL: https://codereview.chromium.org/1030383003 Cr-Commit-Position: refs/heads/master@{#322584}
-
dmazzoni authored
Depends on: https://codereview.chromium.org/1020473004 BUG=323462 Review URL: https://codereview.chromium.org/1015403002 Cr-Commit-Position: refs/heads/master@{#322583}
-
sky authored
We want to use this from html_viewer, which can't depend on content. BUG=none TEST=none R=jam@chromium.org, sadrul@chromium.org, jochen@chromium.org Review URL: https://codereview.chromium.org/1034713004 Cr-Commit-Position: refs/heads/master@{#322582}
-
erikchen authored
This broke when I migrated the Handoff Manager from chrome/ into components/ BUG= Review URL: https://codereview.chromium.org/1000723003 Cr-Commit-Position: refs/heads/master@{#322581}
-
spang authored
Currently we stub out TouchEventConverterEvdev::Initialize() in the tests, but we now need to fix that because that's where we'll detect if a device is MT-capable. Initialize() looks up slot values, so we'll need to populate them from captured device descriptions in CapabilitiesToDeviceInfo(). The initial state is all zeroes except for tracking id (this matches kernel initial slot state). While we're here, clean up a bunch of the slot values setup & access code in EventDeviceInfo. BUG=461518 TEST=events_unittests Review URL: https://codereview.chromium.org/1037843003 Cr-Commit-Position: refs/heads/master@{#322580}
-
pkotwicz authored
touch noise filtering is at https://chromium.googlesource.com/chromiumos/platform/touch_noise_filter/+/master When a touch is detected as touch noise, an ET_TOUCH_CANCELLED event is sent and all of the subsequent events for that touch are dropped. A "touch press" initiates a new touch. BUG=407840 TEST=TouchNoiseFinderTest.*, TouchEventConverterEvdevTouchNoiseTest.* R=spang TBR=sadrul Review URL: https://codereview.chromium.org/1030403002 Cr-Commit-Position: refs/heads/master@{#322579}
-
phoglund authored
In other words, the old binary was built in debug, which requires a certain visual studio to be installed, whereas the new one is built in release. BUG=468779 Review URL: https://codereview.chromium.org/1035523006 Cr-Commit-Position: refs/heads/master@{#322578}
-
xunjieli authored
Use CronetURLRequestAdapter::PostTaskToNetworkThread instead of posting the task directly to network thread to make sure the start/stop netlog task is executed after request context is fully initialized. Also changed the test cases to make sure that we don't regress. BUG=470196 Review URL: https://codereview.chromium.org/996163005 Cr-Commit-Position: refs/heads/master@{#322577}
-
treib authored
Before, the colon in "extensionid:version" would get escaped, leading to confusion all around BUG=397951 Review URL: https://codereview.chromium.org/1033253002 Cr-Commit-Position: refs/heads/master@{#322576}
-
eustas authored
BUG=427418 Review URL: https://codereview.chromium.org/1035173002 Cr-Commit-Position: refs/heads/master@{#322575}
-
vabr authored
This CL changes the structure of the tests. Instead of many repetitions, there are now just 3 types of tests: failed login, successful login, and autofill test. The Environment and WebsiteTest classes are also being refactored for clarity. BUG=369521 Review URL: https://codereview.chromium.org/1026833003 Cr-Commit-Position: refs/heads/master@{#322574}
-
tfarina authored
The internal stuff will come later. Tested on Linux with the following command lines: $ gn gen out-gn $ ninja -C out-gn gles2_conform_test BUG=432959 TEST=see above R=dpranke@chromium.org,sievers@chromium.org Review URL: https://codereview.chromium.org/1038243002 Cr-Commit-Position: refs/heads/master@{#322573}
-
phoglund authored
mcasas tested it and it appears to work now. BUG=440762 Review URL: https://codereview.chromium.org/1039163002 Cr-Commit-Position: refs/heads/master@{#322572}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/d747057..6b1db99 TBR=pkasting@chromium.org Review URL: https://codereview.chromium.org/1038413002 Cr-Commit-Position: refs/heads/master@{#322571}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/daee7ea..1e37d17 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=hcm@google.com Review URL: https://codereview.chromium.org/1037173004 Cr-Commit-Position: refs/heads/master@{#322570}
-
aberent authored
This upstreams all of Chrome for Android's cast code with the exception of: 1. The YouTube support code. 2. The id of the Chrome cast receiver. The YouTube support code and the id of Chrome cast receiver have to remain proprietory due to licencing restrictions. The tests will be upstreamed seperately, but need further work to make them independent of other downstream code. BUG=315088 Review URL: https://codereview.chromium.org/928643003 Cr-Commit-Position: refs/heads/master@{#322569}
-
eustas authored
BUG=456324 Review URL: https://codereview.chromium.org/1039213002 Cr-Commit-Position: refs/heads/master@{#322568}
-
vkuzkokov authored
BUG=471204 Review URL: https://codereview.chromium.org/1036213002 Cr-Commit-Position: refs/heads/master@{#322567}
-
yangguo authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/e4dfe3b9..722dd6c1 Please follow these instructions for assigning/CC'ing issues: https://code.google.com/p/v8-wiki/wiki/TriagingIssues TBR=danno@chromium.org Review URL: https://codereview.chromium.org/1039593002 Cr-Commit-Position: refs/heads/master@{#322566}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#322565}
-
Gordana.Cmiljanovic authored
This adds compiler flags to enable Chromium Android for mips32 to be compiled using clang. GCC remains the default compiler. BUG= TEST=Manually: export GYP_DEFINES="OS=android target_arch=mipsel clang=1" ./build/gyp_chromium ninja -C out/Release Review URL: https://codereview.chromium.org/1009103003 Cr-Commit-Position: refs/heads/master@{#322564}
-
perkj authored
Revert of Temporarily disable a failing test. (patchset #1 id:1 of https://codereview.chromium.org/1039103002/) Reason for revert: The reason for failure have been fixed in https://codereview.chromium.org/1036143003/. Original issue's description: > Temporarily disable a failing test. > > TBR=tommi > BUG=471132 > > Committed: https://crrev.com/17b636d978f6f6924d6323cf7414ad67f41f3d92 > Cr-Commit-Position: refs/heads/master@{#322529} TBR=tommi@chromium.org,pkasting@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=471132 Review URL: https://codereview.chromium.org/1039053004 Cr-Commit-Position: refs/heads/master@{#322563}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/cac3e40..d747057 TBR=pkasting@chromium.org Review URL: https://codereview.chromium.org/1035163002 Cr-Commit-Position: refs/heads/master@{#322562}
-
clamy authored
This CL ensures that we properly send an EnableViewSourceMode IPC to the RnederView of a reused RenderFrameHost at commit time when the request is for a view source mode navigation. This is needed because on error a RenderView could exit the view source mode. This fixes the RenderFrameHostManagerTest.AlwaysSendEnableViewSourceMode test with PlzNavigate enabled. BUG=439423 Review URL: https://codereview.chromium.org/1035983002 Cr-Commit-Position: refs/heads/master@{#322561}
-
perkj authored
This reverts commit e27865b7. The original cl https://codereview.chromium.org/904823002/. Reason for revert: It is no longer needed since RTCSessionDescription and RTCIceCandidate can now be serialized. See https://src.chromium.org/viewvc/blink?revision=192621&view=revision. BUG=471132 Review URL: https://codereview.chromium.org/1036143003 Cr-Commit-Position: refs/heads/master@{#322560}
-
knn authored
Fix content_settings_supervised_provider after deprecation of MEDIASTREAM in favour of _MIC and _CAMERA. BUG=464382 Review URL: https://codereview.chromium.org/1015723003 Cr-Commit-Position: refs/heads/master@{#322559}
-
perkj authored
WebRTC 8867:8877 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/547c64a..2452911 Libjingle 8869:8876 Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/4d55b53..70cbec2 TBR=mcasas@chromium.org Review URL: https://codereview.chromium.org/1039203002 Cr-Commit-Position: refs/heads/master@{#322558}
-
ssid authored
This CL adds new benchmark to run drag gestures on gmail and maps page. These pages are moved from top_25_smooth page set since this is desktop specific. Please refer to crrev.com/985603003 and crrev.com/955653003 for motivation. BUG=457148 BUG=464685 Review URL: https://codereview.chromium.org/1037483004 Cr-Commit-Position: refs/heads/master@{#322557}
-
bjornv authored
Previously the WebRTC.AecDelayBasedQuality histogram was populated even when the call to fetch the metrics from WebRTC failed. This CL makes sure we only populate upon success. BUG=450193 Review URL: https://codereview.chromium.org/999203003 Cr-Commit-Position: refs/heads/master@{#322556}
-
horo authored
BUG= Review URL: https://codereview.chromium.org/1040653002 Cr-Commit-Position: refs/heads/master@{#322555}
-
torne authored
Part of components/sessions.gypi has ended up indented with tabs; replace with spaces before refactoring. BUG= NOTRY=true Review URL: https://codereview.chromium.org/1038013002 Cr-Commit-Position: refs/heads/master@{#322554}
-