- 21 Sep, 2016 40 commits
-
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/a255aa83..2cbb8dba 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/2355243002 Cr-Commit-Position: refs/heads/master@{#420037}
-
fwang authored
Currently, the ozone demo may raise the following assertion on some platforms (e.g. X11) when SwapBuffersAsync is called in gl_renderer or surfaceless_gl_renderer: ERROR:gl_surface.cc(75) NOTREACHED() hit. A verification is added in this CL to ensure that SwapBuffersAsync is supported and otherwise terminate the program with a fatal error. R=rjkroege@chromium.org BUG=None Review-Url: https://codereview.chromium.org/2351253002 Cr-Commit-Position: refs/heads/master@{#420036}
-
tdanderson authored
Re-add the size parameter that was removed in https://codereview.chromium.org/2324913002/, as this is needed for correct icon sizing from external applications or extensions. BUG=641168 TEST=manual Review-Url: https://codereview.chromium.org/2351213002 Cr-Commit-Position: refs/heads/master@{#420035}
-
tzik authored
TestSimpleTaskRunner::GetPendingTasks returns a full copy of the queued pending tasks, which is less clean, and also that prevents a refactoring that makes tasks move-only. This CL replaces them with an equivalent HasPendingTask to avoid the copy. BUG=554299 Review-Url: https://codereview.chromium.org/2338733002 Cr-Commit-Position: refs/heads/master@{#420034}
-
xidachen authored
In a previous CL:https://codereview.chromium.org/2328463004/, there was a pixel test that is added which test WebGL's commit() function. What was missing in that CL is that the test requires an additional browser arg: --enable-experimental-canvas-features. Without this flag, it is causing timeout exception. This CL adds a new shared page state with that flag, which should make the bots correctly run this test and generate reference images. 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/2355913002 Cr-Commit-Position: refs/heads/master@{#420033}
-
cbiesinger authored
This makes sure that we relayout children when necessary if they use a percentage height. BUG=527039 R=eae@chromium.org,dgrogan@chromium.org Review-Url: https://codereview.chromium.org/2343413004 Cr-Commit-Position: refs/heads/master@{#420032}
-
wuchengli authored
Revert of Add NV12 buffer scanout support from exo to ozone. (patchset #3 id:40001 of https://codereview.chromium.org/2296433002/ ) Reason for revert: This broke YouTube, Hangout, and camera app on many ChromeOS devices. The video was black. See http://crbug.com/648528. Original issue's description: > Add NV12 buffer scanout support from exo to ozone. > > Let exo import NV12 scanout buffers and use them to composite. > > BUG=646148, b/31159410,b/29625228 > 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 > > Committed: https://crrev.com/1e8cdd4dc52fa218459fdc699adc301d36915438 > Cr-Commit-Position: refs/heads/master@{#418096} TBR=posciak@chromium.org,reveman@chromium.org,sievers@chromium.org,spang@chromium.org,dcastagna@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=646148, b/31159410,b/29625228 Review-Url: https://codereview.chromium.org/2360453003 Cr-Commit-Position: refs/heads/master@{#420031}
-
ellyjones authored
BUG=646331 Review-Url: https://codereview.chromium.org/2355703004 Cr-Commit-Position: refs/heads/master@{#420030}
-
ioanap authored
The new methods now take a browsing_data::TimePeriod as a parameter to permit time-scoped deletion. BUG=642334 Review-Url: https://codereview.chromium.org/2299543003 Cr-Commit-Position: refs/heads/master@{#420029}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/f9a47d47..a255aa83 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 TBR=hablich@chromium.org,machenbach@chromium.org,littledan@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2353223002 Cr-Commit-Position: refs/heads/master@{#420028}
-
wuchengli authored
Move destroying input and output buffers from child thread to decoder thread has two benefits. (1) Book accounting variables like output_buffer_map_ are only accessed in decoder thread. (2) kChangingResolution used to mean waiting for output buffers to destroy or waiting for processor to return frames. Now it only means waiting for processor. The code is simpler. BUG=b/29059119 TEST=Run VDA unittest, run video_VideoSeek test and play video on elm and peach pit. Review-Url: https://codereview.chromium.org/2335573002 Cr-Commit-Position: refs/heads/master@{#420027}
-
keishi authored
Using enum instead of a bool for per thread heap enabled flag BUG=591606 Review-Url: https://codereview.chromium.org/2355193002 Cr-Commit-Position: refs/heads/master@{#420026}
-
eae authored
Update layout opportunities implementation to handle multiple exclusions and to support moving down to the next line if no suitable opportunities can be found on the original line or once all those have been exhausted. Very simple and un-optimized algorithm, trading performance for clarity. BUG=635619 R=cbiesinger@chromium.org,ikilpatrick@chromium.org Review-Url: https://codereview.chromium.org/2347663002 Cr-Commit-Position: refs/heads/master@{#420025}
-
xiaochengh authored
In general, functions taking VisiblePosition parameters must be called in clean layout and before any DOM mutation. This patch introduces VisiblePosition::isValid to check this. This patch is a preparation for pruning createVisiblePositionDeprecated. BUG=647219 Review-Url: https://codereview.chromium.org/2354893002 Cr-Commit-Position: refs/heads/master@{#420024}
-
xiaochengh authored
This is a manual revert of commit cd626f11 for causing crbug.com/648547. It also marks editing/selection/modify_move/move_backward_line_import_crash.html as crashing, because this layout test is a repro case of crbug.com/646323. Original issue's description: > Document::haveImportsLoaded() should return true when ignoring pending sheets > > BUG=646323 > TESTS=webkit_unit_tests DocumentLoadingRenderingTest.ShouldNotPerformRepeatedLayoutWithPendingImport DocumentLoadingRenderingTest.ShouldClearPlaceholderStyleWhenIgnoringPendingStylesheet > > Committed: https://crrev.com/cd626f11b0ddb8fc655ac2fd808ca3930e3e29cf > Cr-Commit-Position: refs/heads/master@{#419067} BUG=648547,646323 TBR=esprehn@chromium.org,rune@chromium.org Review-Url: https://codereview.chromium.org/2353243002 Cr-Commit-Position: refs/heads/master@{#420023}
-
jkrcal authored
This CL adds actual classification to the UserClassifier. So far, only simple classification thresholds are implemented. The CL also includes a new snippets-internals section and a bit of refactoring. In a follow-up CLs, all the parameters will become configurable by variations. BUG=648252 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2346263002 Cr-Commit-Position: refs/heads/master@{#420022}
-
lizeb authored
Revert of Create Monochrome-specific repack() targets (patchset #5 id:80001 of https://codereview.chromium.org/2354803002/ ) Reason for revert: Breaks ARM64 downstream bot (crbug.com/648878). Original issue's description: > Create Monochrome-specific repack() targets > > This allows Monochrome.apk's .pak files to properly contain the > union of Chrome and WebView's .pak files. It also allows it to use > a target-specific resource whitelist. > > This change applies to resources.pak and chrome_100_percent.pak. A > change to language .pak files will come as a follow-up. > > BUG=641032,634358 > CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation > > Committed: https://crrev.com/a5d84d504167c0fb7452dec22c7f024f8fcde072 > Cr-Commit-Position: refs/heads/master@{#419960} TBR=michaelbai@chromium.org,brettw@chromium.org,agrieve@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=641032,634358,648878 Review-Url: https://codereview.chromium.org/2353553004 Cr-Commit-Position: refs/heads/master@{#420021}
-
sdefresne authored
The function CFUUIDCreate respect the "Create Rule" for ownership of the returned reference, so it need to be released by a call to CFRelease. BUG=648210 Review-Url: https://codereview.chromium.org/2357463003 Cr-Commit-Position: refs/heads/master@{#420020}
-
sfiera authored
This is used by Android to pre-cache icons for the tiles. But that should really be done by MostVisitedSites itself. In the meantime, no point in having iOS implement the method. BUG=631990 Review-Url: https://codereview.chromium.org/2343763002 Cr-Commit-Position: refs/heads/master@{#420019}
-
rune authored
The CSSStyleSheet owner node is always non-null when passed in on sheet creation. Make it a reference in various APIs. The real change here that triggered this was the realization that StyleEngine::createSheet is always called with an owner node which belongs to the very same Document/StyleEngine. So we can turn: e->document().styleEngine().addPendingSheet(context); into: addPendingSheet(context); Also made parseSheet non-static as it needed the StyleEngine pointer anyway. R=sashab@chromium.org BUG=567021 Review-Url: https://codereview.chromium.org/2354773003 Cr-Commit-Position: refs/heads/master@{#420018}
-
sdefresne authored
The SelectorPickerViewController instance create and assigned to the selectorPickerViewController property was over retained, fix this by invoking -autorelease. BUG=648210 Review-Url: https://codereview.chromium.org/2353033002 Cr-Commit-Position: refs/heads/master@{#420017}
-
grunell authored
Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/779690e..28cfdc3 $ git log 779690e..28cfdc3 --date=short --no-merges --format=%ad %ae %s 2016-09-21 brandtr@webrtc.org Generalize FEC header formatting. 2016-09-20 nisse@webrtc.org Delete VideoFrameFactory, CapturedFrame, and related code. 2016-09-20 brandtr@webrtc.org Generalize FEC unit tests and rename GenerateFec. 2016-09-20 minyue@webrtc.org Adding SmoothingFilter to audio network adaptor. 2016-09-20 kwiberg@webrtc.org AcmReceiver::DecoderByPayloadType: Ask NetEq for decoder 2016-09-20 aluebs@webrtc.org Compensate for the IntelligibilityEnhancer processing delay in high bands 2016-09-20 kjellander@webrtc.org Roll chromium_revision cf9457ed..cede888c (416297:419407) 2016-09-20 hbos@webrtc.org Removed api/rtcstats[report].h pseudonyms of api/stats/rtcstats[report].h 2016-09-20 henrik.lundin@webrtc.org NetEq: New test for muted state during CNG 2016-09-20 danilchap@webrtc.org Minor cleanups in RTPSender::UpdateRtpStats 2016-09-20 stefan@webrtc.org Stop increasing loss-based BWE if no feedback is received. 2016-09-20 henrika@webrtc.org Improves resolution when logging rate in the ADB class. 2016-09-20 kwiberg@webrtc.org AcmReceiver: Ask NetEq to delete all decoders at once instead of one by one 2016-09-20 kwiberg@webrtc.org AcmReceiver: Look up last decoder in NetEq's table of decoders 2016-09-20 henrik.lundin@webrtc.org Add new decoding statistics for muted output 2016-09-20 danilchap@webrtc.org Replace rtcp packet parsing in the RtcpReceiver. 2016-09-20 ossu@webrtc.org Added a ParsePayload method to AudioDecoder. 2016-09-20 johan@webrtc.org Remove dead code branches from P2PtransportChannel unittest. 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/2353253002 Cr-Commit-Position: refs/heads/master@{#420016}
-
yoav authored
This CL adds a console warning if 3 seconds after the page's onload, there are still preloaded resources that were not used. BUG=646797 Review-Url: https://codereview.chromium.org/2343623002 Cr-Commit-Position: refs/heads/master@{#420015}
-
lod authored
Update reading list entry with title and downloaded path; also handle errors. Left to possibly do is handling retry vs. permanent errors. BUG=616747 Review-Url: https://codereview.chromium.org/2320403002 Cr-Commit-Position: refs/heads/master@{#420014}
-
hbos authored
See bug for info. BUG=648825 NOTRY=True TBR=dmazzoni,pdr.,wjmaclean,dcheng Review-Url: https://codereview.chromium.org/2357873002 Cr-Commit-Position: refs/heads/master@{#420013}
-
xiaochengh authored
BUG=647219 Review-Url: https://codereview.chromium.org/2356743002 Cr-Commit-Position: refs/heads/master@{#420012}
-
nzolghadr authored
Change chrome pages to handle actions for left and middle button click only. BUG=645865 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2337513002 Cr-Commit-Position: refs/heads/master@{#420011}
-
lushnikov authored
The ViewportControl.scrollItemIntoView mistakenly operates in terms of first and last active elements; instead, it should rely on first and last visible elements. The patch also changes firstVisibleElements and lastVisibleElements to always rely on cumulative heights. BUG=none R=einbinder Review-Url: https://codereview.chromium.org/2359563003 Cr-Commit-Position: refs/heads/master@{#420010}
-
keishi authored
Use CrossThreadPersistent for LocalFileSystem in case its used from a Worker. Required to enable per thread heap on DedicatedWorker. BUG=591606 Review-Url: https://codereview.chromium.org/2354903004 Cr-Commit-Position: refs/heads/master@{#420009}
-
Takeshi Yoshino authored
This reverts commit 2d6fa4fd. Compilation failed on the Google Chrome Win bot. https://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Win/builds/11064 R=dbeam@chromium.org BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review URL: https://codereview.chromium.org/2355233002 . Cr-Commit-Position: refs/heads/master@{#420008}
-
pasko authored
.. and, sadly, remove gabadie@ BUG=none Review-Url: https://codereview.chromium.org/2317663002 Cr-Commit-Position: refs/heads/master@{#420007}
-
mkolom authored
Restoration of a last closed window is done by TabRestoreService. However if that window is going to be the first window for a profile, SessionService will perform restoration and there will be conflict between services. It leads to tabs duplication. BUG=500083 R=sky@chromium.org Review-Url: https://codereview.chromium.org/2345763002 Cr-Commit-Position: refs/heads/master@{#420006}
-
tzik authored
Review-Url: https://codereview.chromium.org/2344143002 Cr-Commit-Position: refs/heads/master@{#420005}
-
Rebaseline Bot authored
https://chromium.googlesource.com/chromium/src/+/9a66a83a2 BUG=634285 TBR=tkent@chromium.org Review URL: https://codereview.chromium.org/2358763002 . Cr-Commit-Position: refs/heads/master@{#420004}
-
calamity authored
BUG=464234 Review-Url: https://codereview.chromium.org/2354923004 Cr-Commit-Position: refs/heads/master@{#420003}
-
avi authored
BUG=555865 Review-Url: https://codereview.chromium.org/2352703003 Cr-Commit-Position: refs/heads/master@{#420002}
-
yunchao.he authored
[Command buffer]: we can call blitFramebuffer directly from multi-sampled srgb image to single-sampled srgb image. Per our discussion with @piman and @kbr at https://codereview.chromium.org/2286593002/, The current code is correct, no further work to be done. Simply remove this TODO is OK. BUG=634525 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/2356813002 Cr-Commit-Position: refs/heads/master@{#420001}
-
alancutter authored
This test is no longer flaky after being deflaked in https://codereview.chromium.org/2346163003. Flakiness dashboard: http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=virtual%2Fthreaded%2Fanimations%2Fopacity-responsive-neutral-keyframe.html BUG=647776 TBR=ielelland@chromium.org Review-Url: https://codereview.chromium.org/2350303006 Cr-Commit-Position: refs/heads/master@{#420000}
-
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/b476a27e48e383179a1461eb6f52f484d31ec5c0 Revert of Use [CACHE]/cipd/goma for goma_dir in recipes/chromium_codesearch.py (patchset #6 id:100001 of https://codereview.chromium.org/2332283002/ ) (tikuta@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG=621828 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2359683002 Cr-Commit-Position: refs/heads/master@{#419999}
-
sammc authored
BUG=577685 Review-Url: https://codereview.chromium.org/2048503002 Cr-Commit-Position: refs/heads/master@{#419998}
-