- 29 Jul, 2016 40 commits
-
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/830c913625ac..50ce1f28ffed $ git log 830c91362..50ce1f28f --date=short --no-merges --format='%ad %ae %s' 2016-07-29 msarett Add color space xform support to SkJpegCodec (includes F16!) CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=tomhudson@google.com Review-Url: https://codereview.chromium.org/2196733002 Cr-Commit-Position: refs/heads/master@{#408642}
-
bruthig authored
BUG=None Review-Url: https://codereview.chromium.org/2186153002 Cr-Commit-Position: refs/heads/master@{#408641}
-
apacible authored
Add a test to check whether the "Enable cloud services" item is currently checked or not. BUG=623330 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2190223002 Cr-Commit-Position: refs/heads/master@{#408640}
-
emaxx authored
This turns on the chrome.certificateProvider API for the login screen apps by allowing to create the CertificateProviderService for the signin profile. BUG=632728 TEST=manual (install a smart card app on the login screen and go through SAML login with an IdP page that requires the client certificate) Review-Url: https://codereview.chromium.org/2195533003 Cr-Commit-Position: refs/heads/master@{#408639}
-
yukishiino authored
Blink no longer compiles a script for an event handler twice or more if the script is not compilable. BUG=597900 Review-Url: https://codereview.chromium.org/2190553003 Cr-Commit-Position: refs/heads/master@{#408638}
-
pkotwicz authored
BUG=631063 Review-Url: https://codereview.chromium.org/2193683003 Cr-Commit-Position: refs/heads/master@{#408637}
-
hanxi authored
The ManifestUpgradeDetector fetches the latest web manifest for a WebAPK, compare with cached one and make a decision of whether to request re-mint. The ManifestUpgradeDetector is initilized for WebApkActivity when it needs to check resources changes. Once the detector starts, it observes WebContents's change, and stops when the manifest file of the WebApk is found and fetched. This is because not all of the urls within the WebAPK's scope link to its manifest file. Therefore, the detector needs to follow WebContents's change until find the manifest file. TEST=org.chromium.chrome.browser.webapps.ManifestUpgradeDetectorTest BUG=624834 Review-Url: https://codereview.chromium.org/2124513002 Cr-Commit-Position: refs/heads/master@{#408636}
-
rnephew authored
It is run via recipes now since it is suppose to run on every android bot similar to device_status and device_recovery. BUG=592140 Review-Url: https://codereview.chromium.org/2193003002 Cr-Commit-Position: refs/heads/master@{#408635}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/9081ceb1236d..830c913625ac $ git log 9081ceb12..830c91362 --date=short --no-merges --format='%ad %ae %s' 2016-07-29 mtklein GN: ccache+clang needs -Qunused-arguments 2016-07-29 mtklein GN: Always quote cc and cxx. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=tomhudson@google.com Review-Url: https://codereview.chromium.org/2195553003 Cr-Commit-Position: refs/heads/master@{#408634}
-
ehmaldonado authored
Retrite the WebRTC video quality test to use the MediaRecorder API instead of recording from a canvas. BUG=631458 Review-Url: https://codereview.chromium.org/2183873002 Cr-Commit-Position: refs/heads/master@{#408633}
-
kylechar authored
Instead of having an int32_t and int64_t id for each display, unify them to use a single int64_t id. The int64_t id is the actual display id and is provided by lower level code, so it makes more sense to keep it. BUG=625876 Review-Url: https://codereview.chromium.org/2189893004 Cr-Commit-Position: refs/heads/master@{#408632}
-
kylechar authored
The Ozone wayland platform now directly creates an appropriate GLSurface instead of creating a SurfaceOzoneEGL. Remove the SurfaceOzoneEGL subclass and add a new GLSurface subclass. BUG=611142 Review-Url: https://codereview.chromium.org/2187443003 Cr-Commit-Position: refs/heads/master@{#408631}
-
xiyuan authored
BUG=632720 BUG=b/30374625 TEST=Manual. Increase resolution and custom notification should always fill chrome notification space. Review-Url: https://codereview.chromium.org/2187363002 Cr-Commit-Position: refs/heads/master@{#408630}
-
jkarlin authored
BUG=632354 Review-Url: https://codereview.chromium.org/2192823003 Cr-Commit-Position: refs/heads/master@{#408629}
-
eyaich authored
browser has been fully loaded before crashing it. BUG=catapult:#2346 Review-Url: https://codereview.chromium.org/2184263004 Cr-Commit-Position: refs/heads/master@{#408628}
-
leon.han authored
item->value.is_null() is always true, should check it.second.is_null() instead. BUG= Review-Url: https://codereview.chromium.org/2182993002 Cr-Commit-Position: refs/heads/master@{#408627}
-
dcheng authored
- The original Timer template is now TaskRunnerTimer and requires a TaskRunner argument. - A new Timer template implements the behavior of the original Timer template to avoid breaking a lot of code. - The timer callback parameter has changed to be a TimerBase*, to make it easier to share the underlying template implementations. This is a safe change, because almost all TaskRunnerTimer callbacks don't use the parameter. The few callbacks that care use it to multiplex multiple timers in one callback, and only use it for equality comparisons with subclasses of TimerBase, so there's no problem. Followup CLs will introduce frame-specific timers (e.g. LoadingTimer) which will use TaskRunnerTimer as the base template, as well as rename the new Timer template to DefaultThreadTimer. BUG=624694 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2191533003 Cr-Commit-Position: refs/heads/master@{#408626}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/4e41364b1ee4..9081ceb1236d $ git log 4e41364b1..9081ceb12 --date=short --no-merges --format='%ad %ae %s' 2016-07-29 mtklein GN: use ccache if available and the requested compiler. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=tomhudson@google.com Review-Url: https://codereview.chromium.org/2196683002 Cr-Commit-Position: refs/heads/master@{#408625}
-
juliatuttle authored
I'm going to start experimenting with making certain data in the DNS stack (cache, learned RTT, etc.) persist across restarts or network type changes (e.g. on 2G -> 3G -> 2G, restore the previous 2G RTT instead of starting over). This CL adds the basic set of methods that will be called, but does not add the code to include anything in the persisted data, nor the code to actually persist the data outside the DNS stack. BUG=605149 Review-Url: https://codereview.chromium.org/1898033006 Cr-Commit-Position: refs/heads/master@{#408624}
-
machenbach authored
This allows to call this script as a hook from other projects than chromium, e.g. v8. BUG=chromium:631979 Review-Url: https://codereview.chromium.org/2197603002 Cr-Commit-Position: refs/heads/master@{#408623}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/acd4cea5..b9200bca Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,littledan@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2191263003 Cr-Commit-Position: refs/heads/master@{#408622}
-
toyoshim authored
Changes from the first attempt: - AwPermissionManager::RequestPermissions() was implemented for Android WebView in a separate CL. - Workarounds to avoid touching NOTIMPLEMENTED() was removed Original description follows: SystemWebViewShellLayoutTest failed because of the same reason with other modified tests in this CL. Tests are modified to pass, but now it does not cover {sysex:true} case that needs AwPermissionManager::RequestPermissions implementation. It will be implemented in the next CL soon. Original description follows: Web MIDI asked permissions via public/web interfaces. But now that PermissionService is available in Blink, use the service to ask permissions. This migration makes it possible to remove all MIDI related public/web interfaces. BUG=582328 Committed: https://crrev.com/15c1a1ffd1f4c620b89191209dc76ef5557dd8fc Cr-Commit-Position: refs/heads/master@{#404136} TEST=${OUT}/bin/run_system_webview_shell_layout_test_apk # with a built SystemWebViewGoogle.apk TEST=git cl try Review-Url: https://codereview.chromium.org/2116763002 Cr-Commit-Position: refs/heads/master@{#408621}
-
pkalinnikov authored
BUG=609747 Review-Url: https://codereview.chromium.org/2194873002 Cr-Commit-Position: refs/heads/master@{#408620}
-
ehmaldonado authored
Set base::ThreadRestrictions::SetIOAllowed(), since the tests need to create a temporary file. BUG=632685 Review-Url: https://codereview.chromium.org/2193803002 Cr-Commit-Position: refs/heads/master@{#408619}
-
poromov authored
All change sets include: - http://crrev.com/2115863002 (Chromium) - http://ag/1191589 (Android device/google/cheets2) - http://ag/1191517 (Android platform/frameworks/base) BUG=625126 Review-Url: https://codereview.chromium.org/2115863002 Cr-Commit-Position: refs/heads/master@{#408618}
-
alexclarke authored
You can now request a HeadlessWebContents be created with one or more embedder provided mojo services and request js bindings. We add a BINDINGS_POLICY_HEADLESS which instructs MojoContextState to use the new headless-mojom:// protocol to fetch the mojo bindings. Design doc: https://docs.google.com/document/d/1Fr6_DJH6OK9rG3-ibMvRPTNnHsAXPk0VzxxiuJDSK3M/edit More context is available from our BlinkOn presentation slides: https://docs.google.com/presentation/d/1gqK9F4lGAY3TZudAtdcxzMQNEE7PcuQrGu83No3l0lw/edit#slide=id.g14ebf0ab58_0_0 recording: https://youtu.be/zlNgsoPV3ho?t=6m55s BUG=546953, 623954 Review-Url: https://codereview.chromium.org/2049363003 Cr-Commit-Position: refs/heads/master@{#408617}
-
srirama.m authored
Cleaning mediasource http tests to use testharness.js instead of video-test.js. This will enable to upstream these tests to web-platform-tests. BUG=588956 Review-Url: https://codereview.chromium.org/2192713003 Cr-Commit-Position: refs/heads/master@{#408616}
-
engedy authored
Make the RulesetService capable of receiving and indexing Safe Browsing subresource filtering rules coming in through the component updater. The wire format is still TBD, but for now consists of a single rule. Also, change the directory structure so that both indexed and unindexed rules are stored under a BASE directory at "$USER_DATA_DIR/Subresource Filter/". Unindexed rules are now stored under "$BASE/Unindexed Rules/$CONTENT_VERSION/"; and indexed rules under "$BASE/Indexed Rules/$FORMAT_VERSION/$CONTENT_VERSION", instead of "$BASE/$FORMAT_VERSION_$CONTENT_VERSION". Furthermore, refactor TestRulesetCreator to facilitate testing by supplying both the indexed/unindexed representation of the testing rules, and making them available as files, file paths or blobs. BUG=609747 Review-Url: https://codereview.chromium.org/2182493009 Cr-Commit-Position: refs/heads/master@{#408615}
-
lizeb authored
In resource_prefetch_predictor, when reading the response of a prefetch request, the request is marked as failed (and aborted) when the status is IO_PENDING. This is not intended. BUG=629424 Review-Url: https://codereview.chromium.org/2188253002 Cr-Commit-Position: refs/heads/master@{#408614}
-
lizeb authored
BUG=631966 Review-Url: https://codereview.chromium.org/2184323003 Cr-Commit-Position: refs/heads/master@{#408613}
-
peconn authored
BUG=630710 Review-Url: https://codereview.chromium.org/2191273002 Cr-Commit-Position: refs/heads/master@{#408612}
-
yunchao.he authored
BUG=631934 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2190543005 Cr-Commit-Position: refs/heads/master@{#408611}
-
tommi authored
Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/f82b08f..8af4222 TBR= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng BUG= Review-Url: https://codereview.chromium.org/2193093003 Cr-Commit-Position: refs/heads/master@{#408610}
-
peconn authored
BUG=631939 Review-Url: https://codereview.chromium.org/2186053002 Cr-Commit-Position: refs/heads/master@{#408609}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/0b56cb99..acd4cea5 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,littledan@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2190323002 Cr-Commit-Position: refs/heads/master@{#408608}
-
yhirano authored
BUG=630996 Review-Url: https://codereview.chromium.org/2192743002 Cr-Commit-Position: refs/heads/master@{#408607}
-
jif authored
Revert of Comment out some infobar identifiers for obsolete infobars. (patchset #1 id:1 of https://codereview.chromium.org/2189963002/ ) Reason for revert: Very sorry to revert this, but both READER_MODE_INFOBAR_DELEGATE and UPGRADE_INFOBAR_DELEGATE are still used by Chrome iOS. Original issue's description: > Comment out some infobar identifiers for obsolete infobars. > > BUG=none > > Committed: https://crrev.com/c283644ddac0839170780ef5e3c78798db5b293b > Cr-Commit-Position: refs/heads/master@{#408454} TBR=pkasting@chromium.org,estade@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=none Review-Url: https://codereview.chromium.org/2193773002 Cr-Commit-Position: refs/heads/master@{#408606}
-
tbansal authored
Move EffectiveConnectionType from NetworkQualityEstimator class to net:: namespace Also, move EffectiveConnectionType to a separate file in //net/nqe/effective_connection_type.h. TBR=nasko@chromium.org,dimich@chromium.org BUG=631552,631554 Review-Url: https://codereview.chromium.org/2183153002 Cr-Commit-Position: refs/heads/master@{#408605}
-
j.isorce authored
Previously it could not extract them from the gl version "3.3 (Core Profile) Mesa 10.5.9" because of the presence of '(Core Profile)'. BUG=628929 R=kbr@chromium.org, piman@chromium.org, zmo@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TEST=gpu_unittests --gtest_filter=*CollectDriverInfoGL* Committed: https://crrev.com/e5fdc90d17a40a9166a335a0d7c8fd8b2ccf40cd Review-Url: https://codereview.chromium.org/2153373002 Cr-Original-Commit-Position: refs/heads/master@{#407804} Cr-Commit-Position: refs/heads/master@{#408604}
-
sashab authored
Organized ComputedStyle public methods by property. This is part of a larger effort to clean up ComputedStyle and ultimately generate it. Also added a comment to the top of ComputedStyle explaining the new style, as well as TODOs to classes used by ComputedStyle to merge their logic into ComputedStyle. BUG=628043 Review-Url: https://codereview.chromium.org/2174703002 Cr-Commit-Position: refs/heads/master@{#408603}
-