- 15 Sep, 2016 40 commits
-
-
marpan authored
https://chromium.googlesource.com/webm/libvpx.git/+log/e66cd132f09e..4282d29355df $ git log e66cd132f..4282d2935 --date=short --no-merges --format='%ad %ae %s' 2016-09-13 johannkoenig vp8 decoder: cast decoding_thread_count to int 2016-09-13 johannkoenig vp9 frame parallel test: Initialize cfg to 0 2016-09-13 johannkoenig vp9cx_set_ref.c: remove unused 'cfg' parameter 2016-09-13 johannkoenig webmenc: remove unused 'fps' parameter 2016-09-09 jzern cosmetics,vp8: join some lines, fix table format 2016-09-09 marpan vp8: Set the skin model to mode 1. 2016-09-06 glider vp8: Remove TSAN warning around end of encode. 2016-09-07 jzern vpx_mem.c: remove unnecessary inline 2016-09-07 slavarnway vpx_dsp: added vpx_highbd_idct32x32_1_add_sse2() 2016-09-03 sarahparker Fix missing write to opsnr in internal stats 2016-09-01 jzern invalid_file_test: quiet -Wunused-const-variable warnings 2016-09-01 jzern vp8_cx_iface: quiet -Wshorten-64-to-32 warning 2016-09-01 jzern get_cpu_count: quiet -Wshorten-64-to-32 warnings 2016-09-01 paulwilkins Casts to remove some warnings. 2016-08-31 johannkoenig Enable -Wundef by default 2016-08-31 johannkoenig Define VP8_TEMPORAL_ALT_REF to !CONFIG_REALTIME_ONLY 2016-08-26 johannkoenig Remove CONFIG_DEBUG guards from assert() 2016-08-26 johannkoenig Remove unused function vpx_de_mblock 2016-08-26 johannkoenig Fix -Wundef warning for OUTPUT_FPF 2016-08-26 johannkoenig Fix -Wundef warning for __SANITIZE_ADDRESS__ (...) R=johannkoenig@google.com Review-Url: https://codereview.chromium.org/2346903003 Cr-Commit-Position: refs/heads/master@{#418975}
-
bruthig authored
BUG=None Review-Url: https://codereview.chromium.org/2233963002 Cr-Commit-Position: refs/heads/master@{#418974}
-
jbudorick authored
BUG=647016 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2340923002 Cr-Commit-Position: refs/heads/master@{#418973}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/ab00f4222c9f..615af784ab6e $ git log ab00f4222..615af784a --date=short --no-merges --format='%ad %ae %s' 2016-09-15 djsollen Revert of Update version of SVG asset (patchset #1 id:1 of https://codereview.chromium.org/2341043003/ ) 2016-09-15 mtklein GN: support 32-bit x86 builds CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=djsollen@google.com Review-Url: https://codereview.chromium.org/2344893004 Cr-Commit-Position: refs/heads/master@{#418972}
-
prasadv authored
*PERF SHERRIF: this CL intentionally breaks dummy_benchmark.noisy_benchmark_1 for intergration testing purpose. BUG=646628 NOTRY=true Review-Url: https://codereview.chromium.org/2334323003 Cr-Commit-Position: refs/heads/master@{#418971}
-
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/e1d15cd7795cc1c5465983af8a49669242857107 Add rtc_stats_unittests to the test suite (ehmaldonado@chromium.org) https://crrev.com/37294244d9d54d639a083d382da68c50f8fe14e5 Add linux_chromium_headless_dbg trybot (perezju@chromium.org) https://crrev.com/f0f4c4a27746dee8a53234f03e452dba556deb55 Reland of Enable the ninja up-to-date check for Android builders (agrieve@chromium.org) https://crrev.com/2744734cf3aa1d8a02d0f0b7abf99635e9f2aa48 Revert of Enable the ninja up-to-date check for Android builders (patchset #1 id:1 of https://codereview.chromium.org/2343563003/ ) (agrieve@chromium.org) https://crrev.com/1575589a1d8f61fee45ec53ccbf77f073fd38847 recipe_modules/chromite: Use "build_type". (dnj@chromium.org) https://crrev.com/5799bab975aa3eda6785f36d9f7879549074b28b Reland of Enable the ninja up-to-date check for Android builders (agrieve@chromium.org) https://crrev.com/ecdf065c9d2a6e28d86c8ad333432b497158ee7a chromium.android: Enable swarming on Android arm64 builder (bpastene@chromium.org) https://crrev.com/7a71133c89aa2a770fc2326188306cf6a3a6f1e1 Revert of Enable the ninja up-to-date check for Android builders (patchset #1 id:1 of https://codereview.chromium.org/2343953002/ ) (agrieve@chromium.org) https://crrev.com/c65424c419105e0720cc0de09fb9e7a36c3d4601 Pass ninja -n in the ninja -d explain step to avoid more work (agrieve@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG=646165,chromium:627996,646838,632008 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2346723003 Cr-Commit-Position: refs/heads/master@{#418970}
-
wkorman authored
BUG=637460 TBR=drott Review-Url: https://codereview.chromium.org/2339863003 Cr-Commit-Position: refs/heads/master@{#418969}
-
chili authored
-- The DeleteAllPages method is only used by the offline internals page. -- The Javascript can send all the request ids for DeleteAllRequests to eliminate additional async callback complexity. -- Update IDs to be less confusing. BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2342603004 Cr-Commit-Position: refs/heads/master@{#418968}
-
pdfium-deps-roller authored
https://pdfium.googlesource.com/pdfium.git/+log/38fd84428a1e..8f53f54a9cca $ git log 38fd84428..8f53f54a9 --date=short --no-merges --format='%ad %ae %s' 2016-09-15 tsepez Add short-cut in CFX_{Byte,Wide}String::Operator<() TBR=dsinclair@chromium.org Review-Url: https://codereview.chromium.org/2345713003 Cr-Commit-Position: refs/heads/master@{#418967}
-
agrieve authored
This will allow monochrome to easily define its own set of the same targets with a different resource whitelist BUG=641032 Review-Url: https://codereview.chromium.org/2336033002 Cr-Commit-Position: refs/heads/master@{#418966}
-
chrishtr authored
BUG=646363 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2343963002 Cr-Commit-Position: refs/heads/master@{#418965}
-
liberato authored
Power measurements on a nexus 5 show that there's very little difference below 360p between hardware and libvpx decoding. This CL switches to libvpx decoding for <360p, even if it could be hardware accelerated by AVDA. This saves a hardware codec instance, and avoids potential stability issues with lots of MediaCodecs in use at once. BUG=647259, 642948 TEST=manually checked 240p and 360p. Review-Url: https://codereview.chromium.org/2334223009 Cr-Commit-Position: refs/heads/master@{#418964}
-
vmpstr authored
This patch refactors some tile manager code into ImageManager with an intent of moving all image related stuff (pre-decode images / checker images) into that class. R=enne CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2339703005 Cr-Commit-Position: refs/heads/master@{#418963}
-
pilgrim authored
Direct access to LayoutPart is deprecated and being removed soon. The replacement is LayoutPartItem, which routes methods through the new block layout API. (See linked crbug for details.) This means the ownerLayoutObject() method is also deprecated, to be replaced with ownerLayoutItem(). There are no functional changes. BUG=499321 TBR=eae@chromium.org Review-Url: https://codereview.chromium.org/2334313002 Cr-Commit-Position: refs/heads/master@{#418962}
-
sorin authored
BUG=646631 Review-Url: https://codereview.chromium.org/2338063004 Cr-Commit-Position: refs/heads/master@{#418961}
-
wkorman authored
It is both clearer this way, and it avoids shadowing by the identically-named m_frame in FrameView. TBR=drott Review-Url: https://codereview.chromium.org/2343553002 Cr-Commit-Position: refs/heads/master@{#418960}
-
sorin authored
The call sites where the time is used to compute time deltas within the lifetime of the Chrome browser process are affected. BUG=646619 Review-Url: https://codereview.chromium.org/2336913003 Cr-Commit-Position: refs/heads/master@{#418959}
-
mstensho authored
If it's an exclusive end offset, we need to know this, so that we map to the former fragmentainer group, rather than the latter, if the offset is at a column row boundary. Review-Url: https://codereview.chromium.org/2345583004 Cr-Commit-Position: refs/heads/master@{#418958}
-
ssid authored
This CL adds support for BACKGROUND mode in MemoryCache dump provider, where it just adds the total sizes of resources (given by encodedSize of each resource). This CL also fixes the image resources reporting which had a shared buffer that was not reported in the ImageResource subclass. It also fixes the SharedBuffer::onMemoryDump to dump when both shared buffer and segments are used together. BUG=629925 Review-Url: https://codereview.chromium.org/2337733002 Cr-Commit-Position: refs/heads/master@{#418957}
-
jyasskin authored
This fixes an MSan error introduced by https://codereview.chromium.org/2294373002/ ==31610==WARNING: MemorySanitizer: use-of-uninitialized-value #0 0xa7ce15a in WriteBytesCommon base/pickle.cc:478:3 #1 0xa7ce15a in WriteBytesStatic<4> base/pickle.cc:443:0 #2 0x98c5407 in WritePOD<int> base/pickle.h:367:5 #3 0x98c5407 in WriteInt base/pickle.h:229:0 #4 0x98c5407 in Persist net/cert/signed_certificate_timestamp.cc:43:0 #5 0x991c383 in Persist net/http/http_response_info.cc:381:18 #6 0x2cb75d0 in TestBody net/http/http_response_info_unittest.cc:111:18 Uninitialized value was stored to memory at #0 0x98c57fd in Persist net/cert/signed_certificate_timestamp.cc:43:3 #1 0x991c383 in Persist net/http/http_response_info.cc:381:18 #2 0x2cb75d0 in TestBody net/http/http_response_info_unittest.cc:111:18 Uninitialized value was created by a heap allocation #0 0x8da8c2 in operator new(unsigned long) ??:0 #1 0xa68c2f8 in GetX509CertSCT net/test/ct_test_util.cc:220:14 #2 0x2cb7451 in TestBody net/http/http_response_info_unittest.cc:104:3 Review-Url: https://codereview.chromium.org/2337983006 Cr-Commit-Position: refs/heads/master@{#418956}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/8a8133bd..48c952ad 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/2340393002 Cr-Commit-Position: refs/heads/master@{#418955}
-
twellington authored
BUG=646146 Review-Url: https://codereview.chromium.org/2337143004 Cr-Commit-Position: refs/heads/master@{#418954}
-
dpapad authored
In one of the test cases, showModal() was called after the dialog had already been removed from the DOM from tearDown(). BUG=642574 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2341493003 Cr-Commit-Position: refs/heads/master@{#418953}
-
bnc authored
Remove: * SSLConfig::npn_protos, * SSLClientSocket::NextProtoStatusToString(), * enum SSLClientSocket::NextProtoStatus, * enum SSLClientSocket::SSLNegotiationExtension, * kDefaultSupportedNPNProtocol, * SSLClientSocketImpl::npn_status_, * SSLClientSocketImpl::negotiation_extension_, * SSLClientSocketImpl::SelectNextProtoCallback, * SSLClientSocketImpl::SSLContext::SelectNextProtoCallback, * HttpNetworkSession::GetNpnProtos(), * NPN unittests. BUG=526713 Review-Url: https://codereview.chromium.org/2348453002 Cr-Commit-Position: refs/heads/master@{#418952}
-
xunjieli authored
R=mmenke@chromium.org CC=rdsmith@chromium.org BUG=474859 Review-Url: https://codereview.chromium.org/2338043002 Cr-Commit-Position: refs/heads/master@{#418951}
-
jbroman authored
Revert of Add CastMediaBlocker and BrowserTest (patchset #5 id:80001 of https://codereview.chromium.org/2330243002/ ) Reason for revert: Test is failing on Cast Linux: https://build.chromium.org/p/chromium.linux/builders/Cast%20Linux/builds/31563 Original issue's description: > Add CastMediaBlocker and BrowserTest > > CastMediaBlocker is a class which can prevent media from being played > on a web page. > > BUG=NONE > TEST=ChromecastShellMediaBlockingBrowserTest > > Committed: https://crrev.com/502bcc946bd12e907572f8b22ef4a0abbc8190d0 > Cr-Commit-Position: refs/heads/master@{#418897} TBR=halliwell@chromium.org,byungchul@chromium.org,derekjchow@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/2345053002 Cr-Commit-Position: refs/heads/master@{#418950}
-
hanxi authored
The crash is caused by using getId() instead of mWebappInfo.id() when registering WebAPK. WebApkManagedActivity is launched on Jellybean instead of WebApkActivity, and getId() in WebApkManagedActivity returns the index of the managered activity, rather than the Webapp id. BUG=640434 Review-Url: https://codereview.chromium.org/2339623002 Cr-Commit-Position: refs/heads/master@{#418949}
-
jbauman authored
Convert it to a build flag, as it never properly made the move from gyp. BUG=646660 Review-Url: https://codereview.chromium.org/2337243003 Cr-Commit-Position: refs/heads/master@{#418948}
-
wkorman authored
- Constrain paint start/end to be bounded by actual text size and leave space for at least one character. - Include start() in paintLength for RTL in paintCompositionUnderline(). It's included in paintEnd, and I believe its absence was a bug. - Early-out when painting SVG inline text if text length is zero, as we do in for non-SVG inline text. - Add some DCHECKs to reflect my understanding of key preconditions. - Add basic LTR/RTL composition underline layout tests. - Add a 'split' test case wherein InlineTextBox has start = 1. BUG=641261 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2337373002 Cr-Commit-Position: refs/heads/master@{#418947}
-
xunjieli authored
This CL implements QuicHttpStream::GetLoadTimingInfo. |dns_start| and |dns_end| are obtained in QuicStreamFactory::Job::DoResolveHost and DoResolveHostComplete. These two values are passed to QuicChromiumClientSession's constructor. |connect_start| and |connect_end| are obtained in QuicChromiumClientSession::CrytoConnect() and when handshake is confirmed. |ssl_start| and |ssl_end| are the same as |connect_start| and |connect_end| because QUIC always does encryption. If a session is reused, the connect_timing fields should all be null. This CL also sets |socket_reused| field of LoadTimingInfo accordingly. BUG=637051 Committed: https://crrev.com/5608fc1bd4f0a80b6d1996f3f4059f2efa0a0777 Committed: https://crrev.com/83ac2f22700c563fef8a670ad4c5c57d34032e03 Review-Url: https://codereview.chromium.org/2324183002 Cr-Original-Original-Commit-Position: refs/heads/master@{#417969} Cr-Original-Commit-Position: refs/heads/master@{#418567} Cr-Commit-Position: refs/heads/master@{#418946}
-
geofflang authored
https://chromium.googlesource.com/angle/angle.git/+log/7ebb97f..09cfac6 BUG=,chromium:644669 TBR=jmadill@chromium.org TEST=bots CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2346913002 Cr-Commit-Position: refs/heads/master@{#418945}
-
rch authored
BUG= Review-Url: https://codereview.chromium.org/2345663002 Cr-Commit-Position: refs/heads/master@{#418944}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/3cc40b373729..596285fbd59f $ git log 3cc40b373..596285fbd --date=short --no-merges --format='%ad %ae %s' 2016-09-15 petrcermak [tracing] Limit scalar span sparkline's negative z-index to the span only TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2343803005 Cr-Commit-Position: refs/heads/master@{#418943}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/606add3dfb2f..ab00f4222c9f $ git log 606add3df..ab00f4222 --date=short --no-merges --format='%ad %ae %s' 2016-09-15 rmistry Update version of SVG asset 2016-09-15 mtklein Revert of GN: support 32-bit x86 builds (patchset #6 id:100001 of https://codereview.chromium.org/2340463008/ ) 2016-09-15 brianosman Add storage and computation of SkColor4f version of gradient stops. 2016-09-15 mtklein GN: support 32-bit x86 builds 2016-09-15 mtklein Blacklist slsrgb + image decoding. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=djsollen@google.com Review-Url: https://codereview.chromium.org/2345003002 Cr-Commit-Position: refs/heads/master@{#418942}
-
dbeam authored
TBR=dpapad@chromium.org BUG=none CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2343913002 Cr-Commit-Position: refs/heads/master@{#418941}
-
kenrb authored
Currently, if you perform a mouse dragging action on an OOPIF such as moving a scroll bar or selecting text, and the mouse cursor moves out of the OOPIF, input events get routed to the parent frame so the dragging action stops working. This CL cause the browser process to lock input to a single RenderWidgetHostView while a mouse button is being held down, correcting that problem. BUG=529377 Review-Url: https://codereview.chromium.org/2339503002 Cr-Commit-Position: refs/heads/master@{#418940}
-
fdoray authored
With this CL, SequencedWorkerPool::Inner::PostTask (and hence all task posting APIs associated with SequencedWorkerPool) returns false when redirection to TaskScheduler is enabled and the posted task definitely will not run. BUG=622400 Review-Url: https://codereview.chromium.org/2346823002 Cr-Commit-Position: refs/heads/master@{#418939}
-
tbarzic authored
This adds session type to extension features grammar. The session type refers to the type of user active in the session in which an extension is running. The parameter will enable making a feature available depending on type of the session in which the extension/app is running. Feature session types are declared as list of individual session types in which a feature is available (undefined list means no restrictions). Currently, values supported for session type are as follows: * 'kiosk' - kiosk app session * 'regular' - non-kiosk user session The list of supported values is expected to be expanded in future. Depends on https://codereview.chromium.org/2241203003/ for plumbing of current session type to feature availability checks BUG=606417 Review-Url: https://codereview.chromium.org/2255613003 Cr-Commit-Position: refs/heads/master@{#418938}
-
enne authored
https://codereview.chromium.org/2083423006 removed the creation of begin frame sources inside of cc proxies. When vsync was disabled, the browser would run unthrottled but the renderer would still tick based on the browser. This regressed some perf tests. This patch reverts that situation and reimplements unthrottled renderer begin frame sources in a different way. When the command line parameter is present, the renderer now runs unthrottled by creating a separate unthrottled begin frame source inside of RenderThreadImpl instead of an external one. As some clean up, the property of being throttled is baked into the BeginFrameSource interface itself. This allows for the removal of the throttling scheduler setting (and the already unused use external bfs setting). This should allow for future patches to allow toggling this property. The browser compositor and display compositor continue to be tied together and tick at the same rate. Therefore, with this patch, --disable-gpu-vsync=gpu only applies to the display/browser. --disable-gpu-vsync=beginframe only applies to the renderer. --disable-gpu-vsync on its own will unthrottle both. R=brianderson@chromium.org,sunnyps@chromium.org BUG=643722,644926 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2323123002 Cr-Commit-Position: refs/heads/master@{#418937}
-
dgozman authored
This is a step towards turning all tree outlines into independent web components, removing global styles related to it and allowing more components to encapsulate their inner details. BUG=none Review-Url: https://codereview.chromium.org/2337803003 Cr-Commit-Position: refs/heads/master@{#418936}
-