- 23 Sep, 2016 40 commits
-
-
kbr authored
BUG=none NOTRY=true Review-Url: https://codereview.chromium.org/2367493003 Cr-Commit-Position: refs/heads/master@{#420696}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/8358e322..12bdd904 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/2360343005 Cr-Commit-Position: refs/heads/master@{#420695}
-
robliao authored
BUG=637095 Review-Url: https://codereview.chromium.org/2360053002 Cr-Commit-Position: refs/heads/master@{#420694}
-
ellyjones authored
When the tab switches between allowed and blocked, cookie info from the previous tab should no longer be shown. BUG=649006 Review-Url: https://codereview.chromium.org/2361123002 Cr-Commit-Position: refs/heads/master@{#420693}
-
pauljensen authored
Chrome has eschewed ACCESS_WIFI_STATE permission so this code is disabled. Chrome is also the only user of this NetworkChangeNotifier signal so remove the code as it is consequently dead. BUG=647691 R=jkarlin Review-Url: https://codereview.chromium.org/2359173002 Cr-Commit-Position: refs/heads/master@{#420692}
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) build: https://crrev.com/10c269e979170ea092fca73b154a7992a5f07374 Roll recipe dependencies (trivial). (recipe-roller@chromium.org) depot_tools: https://crrev.com/ff84560ede8fbc53160a760c0284c0234eaeeff1 Introduce git merge driver for the blink reformatting (dcheng@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG=574611 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2367053002 Cr-Commit-Position: refs/heads/master@{#420691}
-
avi authored
BUG=555865 Review-Url: https://codereview.chromium.org/2361953003 Cr-Commit-Position: refs/heads/master@{#420690}
-
bruthig authored
List of materialized rows: - IME - OS update - VPN - Accessibility - Rotation lock - Bluetooth - SMS - Tracing - Network BUG=638321, 632147, 632114, 632040, 632023, 632129, 632027 Review-Url: https://codereview.chromium.org/2365523002 Cr-Commit-Position: refs/heads/master@{#420689}
-
eroman authored
Review-Url: https://codereview.chromium.org/2366493003 Cr-Commit-Position: refs/heads/master@{#420688}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/1cd88c4b759b..cc0937273030 $ git log 1cd88c4b7..cc0937273 --date=short --no-merges --format='%ad %ae %s' 2016-09-23 caryclark fix msan bug in pathops 2016-09-23 mtklein Include GLTestContext_command_buffer.cpp in G3 build. 2016-09-23 brianosman Revert of Create special surfaces according to original device (not always in N32) (patchset #9 id:160001 of https://codereview.chromium.org/2349373004/ ) CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=borenet@google.com Review-Url: https://codereview.chromium.org/2363113002 Cr-Commit-Position: refs/heads/master@{#420687}
-
bajones authored
BUG=389343 Review-Url: https://codereview.chromium.org/2367673002 Cr-Commit-Position: refs/heads/master@{#420686}
-
ericrk authored
When uploading an image, the DeferredTextureImageUsageParams should not have changed from initial sizing time. Somehow this can happen. This is not a correctness error, but a slight perf issue, as it will cause us to lazy generate mips as opposed to doing so asynchronously. We should fix this issue and re-add the DCHECKs to enforce this, but until we are able to, remove the DCHECK. BUG=649167 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2361493005 Cr-Commit-Position: refs/heads/master@{#420685}
-
ellyjones authored
This is part 3 of removing non-material top chrome support. BUG=649368 Review-Url: https://codereview.chromium.org/2364933002 Cr-Commit-Position: refs/heads/master@{#420684}
-
xidachen authored
When this test: pixel_offscreenCanvas_webgl_commit_worker.html was added, the generated reference image is a blank image which is incorrect. Now we have fixed the problem, the reference image needs to be updated. So this CL increment the revision number for the test by 1. This CL also updates the test by post an empty message back from worker-->main thread. BUG=563852 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;master.tryserver.chromium.android:android_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2359263002 Cr-Commit-Position: refs/heads/master@{#420683}
-
hayesjordan authored
Implement the RegisterListener, UnregisterListener, and notify methods in an abstract class so that all Physical Web data sources can have an the ability to push data to subscribers. BUG=636490 Review-Url: https://codereview.chromium.org/2349483002 Cr-Commit-Position: refs/heads/master@{#420682}
-
agrieve authored
This cuts down the sub-project count from 390->280. But Android Studio still runs out of memory (at least with default max heap settings). BUG=620034 Review-Url: https://codereview.chromium.org/2364063002 Cr-Commit-Position: refs/heads/master@{#420681}
-
jbroman authored
Convert String and AtomicString specializations, which are trivially converted to StringView, to inherit from it as well. Add one site which uses the StringView specialization. Review-Url: https://codereview.chromium.org/2359663002 Cr-Commit-Position: refs/heads/master@{#420680}
-
braveyao authored
The capture part has been landed in cl https://codereview.chromium.org/2125973002/. This cl is to implement the control part in chrome/ and content/. The document is here, https://goo.gl/QNH29g. This cl proposes a pemission design on Android, including permission info bar and head up notification, which will show up each time at starting screen capture and user can check/stop the capture without leaving current page. And all of these is behind a flag as an experimental feature. BUG=487935 Review-Url: https://codereview.chromium.org/2123863004 Cr-Commit-Position: refs/heads/master@{#420679}
-
ellyjones authored
Also, git cl format the table. BUG=418726 Review-Url: https://codereview.chromium.org/2369453003 Cr-Commit-Position: refs/heads/master@{#420678}
-
jkrcal authored
Previously, the provider of remote content suggestions used a complicated logic to merge suggestions across fetches and to expire them. After this CL, - new (non-empty) list of suggestions for a category always replaces the previous content of the category, - we never expire current suggestions, only dismissed suggestions are removed after expiry date (we do not need a timer, this can happen before we use dismissed suggestions for filtering newly fetched suggestions), - we keep an archive of older suggestions in memory to support previously opened NTPs (these are never stored to DB and thus cleared upon restart; we trim the list after 200 suggestions to address users that never close Chrome). This CL does not deal with clearing orphaned suggestion thumbnails from the DB which is necessary for the current design. This is left for a follow-up CL. As additional technical steps: - The suggestions->category map was removed from the ContentSuggestionService. This blocked image fetching queries for archived suggestions to get to the provider (as the service does not know about the archive). We now rely on the category being encoded into the suggestion_id string. To this end the CL moved the functions that build and parse suggestion_id strings into CategoryFactory to be accessible both from the service and the providers. BUG=649009 Review-Url: https://codereview.chromium.org/2355393002 Cr-Commit-Position: refs/heads/master@{#420677}
-
xunjieli authored
This CL adds GetLoadTimingInfo to net::BidirectionalStream. This is a part of the effort to expose timing metrics to net embedders. This CL additionally moves |start_time| to BidirectionalStream's constructor so we measure the true request start time (before dns, ssl) BUG=648346 Review-Url: https://codereview.chromium.org/2359493003 Cr-Commit-Position: refs/heads/master@{#420676}
-
eyaich authored
BUG=chromium:633253 Review-Url: https://codereview.chromium.org/2366673002 Cr-Commit-Position: refs/heads/master@{#420675}
-
servolk authored
BUG=b/31399384 Review-Url: https://codereview.chromium.org/2368573002 Cr-Commit-Position: refs/heads/master@{#420674}
-
jinho.bang authored
Intent to deprecated: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/WhUAKyc0O80 Related spec change: https://github.com/w3c/browser-payment-api/issues/244 BUG=648049 Review-Url: https://codereview.chromium.org/2352513002 Cr-Commit-Position: refs/heads/master@{#420673}
-
rnephew authored
BUG=641390 Review-Url: https://codereview.chromium.org/2362243002 Cr-Commit-Position: refs/heads/master@{#420672}
-
bcwhite authored
BUG=635993 Review-Url: https://codereview.chromium.org/2362713002 Cr-Commit-Position: refs/heads/master@{#420671}
-
dpapad authored
Before, validation was triggered on focus, which ended up showing the "invalid" message before the user had any chance to type anything. Now validation is only triggered on input, which is less annoying to the user. BUG=621456 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2366783002 Cr-Commit-Position: refs/heads/master@{#420670}
-
eroman authored
parse an entire Certificate. (Part of a series of changes for simplifying the parsing tests to be in terms of just certificates for consistent entry point and expectations) BUG=634443 Review-Url: https://codereview.chromium.org/2359783003 Cr-Commit-Position: refs/heads/master@{#420669}
-
tmartino authored
BUG=648686 Review-Url: https://codereview.chromium.org/2364683002 Cr-Commit-Position: refs/heads/master@{#420668}
-
ellyjones authored
Without this, we do a considerable amount of repainting every timer tick. BUG=645262 Review-Url: https://codereview.chromium.org/2322303002 Cr-Commit-Position: refs/heads/master@{#420667}
-
tommycli authored
We are probably going to change this soon to only use the Plugin content setting for Flash. Before that, we should merge these two identical implementations so we don't have to change it in two places. BUG=615738 Review-Url: https://codereview.chromium.org/2367553002 Cr-Commit-Position: refs/heads/master@{#420666}
-
sammiequon authored
Previously, when multiple user pods are present, tabbing out of oneresets the password, but the submit button is not disabled. Also the submit button was being tabbed into after the header bar; removed tabbing for submit button since enter key does the same thing. BUG=649370 TEST=none Review-Url: https://codereview.chromium.org/2365943002 Cr-Commit-Position: refs/heads/master@{#420665}
-
xunjieli authored
This CL adds a net::BrotliSourceStream to do brotli decoding. The new class is based on net::BrotliFilter but implements the new pull-based interface of net::FilterSourceStream. This is a part of the effort to convert net::Filter into a pull-based interface. See the linked bug for more details. BUG=474859 Review-Url: https://codereview.chromium.org/2329973003 Cr-Commit-Position: refs/heads/master@{#420664}
-
gayane authored
This change cleans up UMA 3g experiment related code, but leaving the experiment imposed behavior. It also removes the use of Android only metrics enabled pref kCrashReportingEnabled as now we are fully transitioned to kMetricsReportingEnabled BUG=532084, 455847 Review-Url: https://codereview.chromium.org/2351873002 Cr-Commit-Position: refs/heads/master@{#420663}
-
jochen authored
R=dcheng@chromium.org, domenic@chromium.org BUG= Review-Url: https://codereview.chromium.org/2357263006 Cr-Commit-Position: refs/heads/master@{#420662}
-
jkarlin authored
Cleans up the content-type metrics in http_cache_transaction and adds metrics for two new content types, audio and video. BUG=617620 Review-Url: https://codereview.chromium.org/2350183002 Cr-Commit-Position: refs/heads/master@{#420661}
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) build: https://crrev.com/3215ef3233f90481f50275a9acdb5ba3b2709421 perf.fyi: Add 'mb' to the Win Clang Builder (hans@chromium.org) https://crrev.com/1e981b104f83d776d978309ad58bd61e7ec1e1b1 Remove 'ChromiumOS GN' builders from master.chromium.chromiumos. (dpranke@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG=649539,649579 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2362313002 Cr-Commit-Position: refs/heads/master@{#420660}
-
tomhudson authored
Manual revert of crrev.com/10069004, which shouldn't be necessary given changes in the rendering pipeline over the last four and a half years. R=bbudge@chromium.org BUG=543755 Review-Url: https://codereview.chromium.org/2361903004 Cr-Commit-Position: refs/heads/master@{#420659}
-
sammiequon authored
Previously clicking the backspace to erase all characters would cause input box to lose focus. Fixed this by removing the disabled state. Previously clicking enter keyboard key after touching a number button would cause an additional number to get appended to the password string before sending the password. Fixed this by removing the default enter key = tap on polymers button. BUG=647709,648772 TEST=none CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2357743002 Cr-Commit-Position: refs/heads/master@{#420658}
-
alexclarke authored
Adds a -deterministic-fetch flag to headless_shell which causes network reuests to complete in the same order they're created in. This removes a significant source of network related non-determinism at the cost of slower page loads. BUG=546953 Review-Url: https://codereview.chromium.org/2352663003 Cr-Commit-Position: refs/heads/master@{#420657}
-