- 21 Jul, 2016 40 commits
-
-
Rebaseline Bot authored
https://chromium.googlesource.com/chromium/src/+/098ef3d2d BUG=629075 TBR=schenney@chromium.org Review URL: https://codereview.chromium.org/2174583002 . Cr-Commit-Position: refs/heads/master@{#406989}
-
rtoy authored
Currently, the panner node checks to see if the HRTF database is loaded and does the copy of the input if necessary. This is the wrong abstraction; the HRTF panner should copy the input if the database is not ready. In this way, the panner doesn't need to know about this implementation detail, and we also get the correct distance and cone gains applied. BUG=629858 TEST= Review-Url: https://codereview.chromium.org/2170973002 Cr-Commit-Position: refs/heads/master@{#406988}
-
juncai authored
This is part 4 of matching WebBluetooth chooser views to mocks. This CL adds: 1. a spinner that starts when the chooser scans for Bluetooth devices and stops when the scan completes. 2. a status text: "Scanning for devices..." when chooser is scanning for Bluetooth devices. 3. a Re-scan button which user can click it to re-scan Bluetooth devices. The screenshots were uploaded on the issue page. BUG=583452 Review-Url: https://codereview.chromium.org/2169513004 Cr-Commit-Position: refs/heads/master@{#406987}
-
riajiang authored
BUG=588311 TEST=mash_unittests + manual Review-Url: https://codereview.chromium.org/2150933003 Cr-Commit-Position: refs/heads/master@{#406986}
-
wangxianzhu authored
BUG=629718 Review-Url: https://codereview.chromium.org/2170073002 Cr-Commit-Position: refs/heads/master@{#406985}
-
baxley authored
Code to wait for shell to load and set up and tear down the http server can live here. BUG= Review-Url: https://codereview.chromium.org/2166043004 Cr-Commit-Position: refs/heads/master@{#406984}
-
mahmadi authored
BUG=627072 Review-Url: https://codereview.chromium.org/2163173004 Cr-Commit-Position: refs/heads/master@{#406983}
-
alokp authored
Revert of Check that all RenderProcessHost(s) are terminated. (patchset #3 id:40001 of https://codereview.chromium.org/2133813002/ ) Reason for revert: This was temporarily added to collect data for diagnosing crbug.com/608049. We have enough data points now to study. This can now be reverted. BUG=628192 Original issue's description: > Check that all RenderProcessHost(s) are terminated. > > BUG=608049 > > Committed: https://crrev.com/3d47eced8c022d3fd666c005c7a8b3f26f8c773e > Cr-Commit-Position: refs/heads/master@{#405320} TBR=dalecurtis@chromium.org,jam@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=608049 Review-Url: https://codereview.chromium.org/2169103002 Cr-Commit-Position: refs/heads/master@{#406982}
-
erikchen authored
The logic isn't turned on because the GPU process doesn't support filter effects yet. BUG=581526 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_blink_rel Review-Url: https://codereview.chromium.org/2164613003 Cr-Commit-Position: refs/heads/master@{#406981}
-
weiran authored
This is a flag for the experimental offline page sharing feature. It defalts to off. Will update the bug number once get approval from dimich to issue a bug for the project. BUG=622139 Review-Url: https://codereview.chromium.org/2068393002 Cr-Commit-Position: refs/heads/master@{#406980}
-
mef authored
- Generate xcode project using cr_cronet.py gn - Use fat binary, stripping and dsym support in package_ios.py Review-Url: https://codereview.chromium.org/2170643002 Cr-Commit-Position: refs/heads/master@{#406979}
-
dbeam authored
R=tsergeant@chromium.org BUG=630067 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2169433003 Cr-Commit-Position: refs/heads/master@{#406978}
-
yolandyan authored
Review-Url: https://codereview.chromium.org/2168133003 Cr-Commit-Position: refs/heads/master@{#406977}
-
jinsukkim authored
This CL cleans up unnecessary build configuration to facilitate Chrome build. BUG=630113 TEST=gclient sync, make Review-Url: https://codereview.chromium.org/2169843002 Cr-Commit-Position: refs/heads/master@{#406976}
-
brettw authored
This is hoping to achieve better build performance. BUG=627637 Review-Url: https://codereview.chromium.org/2161363005 Cr-Commit-Position: refs/heads/master@{#406975}
-
jmadill authored
https://chromium.googlesource.com/angle/angle.git/+log/1be913c..7da9850 BUG=483282 TEST=bots TBR=geofflang@chromium.org, zmo@chromium.org 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/2172513004 Cr-Commit-Position: refs/heads/master@{#406974}
-
reveman authored
Destroying the original buffer invalidates kernel state such that importing from the FD doesn't work as expected. By keeping the original buffer alive we avoid this issue for scanout buffers used by the browser process. BUG=628334 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/2171713004 Cr-Commit-Position: refs/heads/master@{#406973}
-
nzolghadr authored
After calls to set/releasepointercapture queue the process pending pointer capture task if the capture target and pending capture target were the same. This way it not only sends the capture event immediately in the normal cases but also doesn't generate to the inifinite got/lostpointercapture event sequence. BUG=627192 Review-Url: https://codereview.chromium.org/2147263003 Cr-Commit-Position: refs/heads/master@{#406972}
-
erikchen authored
The test needs to be updated each time Chrome begins to support a new macOS version. BUG=629708 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/2172693002 Cr-Commit-Position: refs/heads/master@{#406971}
-
rnephew authored
BUG=615157 Review-Url: https://codereview.chromium.org/2169093003 Cr-Commit-Position: refs/heads/master@{#406970}
-
mdjones authored
Destroy and recreate the text resource used by the Reader Mode panel when the width of the layout changes. This will truncate text that cannot fit on-screen during rotation. BUG=559126 Review-Url: https://codereview.chromium.org/2165363002 Cr-Commit-Position: refs/heads/master@{#406969}
-
trizzofo authored
BUG=3333 R=tommycli@chromium.org TBR= Review-Url: https://codereview.chromium.org/2112673002 Cr-Commit-Position: refs/heads/master@{#406968}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/a558b9bf0e65..c66d67b05d04 $ git log a558b9bf0..c66d67b05 --date=short --no-merges --format='%ad %ae %s' BUG=472699 TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2174483002 Cr-Commit-Position: refs/heads/master@{#406967}
-
reillyg authored
This patch is a rewrite of r404778. Instead of creating a new Website instance of each permission they are now reused to collect all permissions associated with an origin/embedder pair. The callback from WebsitePermissionFetcher is now also substantially simpler because it turns out that no callers actually cared about receiving the maps it was generating. All they wanted was a collection of Websites. BUG=430999,601627 Review-Url: https://codereview.chromium.org/2156273003 Cr-Commit-Position: refs/heads/master@{#406966}
-
michaelbai authored
This patch - added Android secondary abi toolchain. - built libmonochrome with secondary abi toolchain, the 64-bit build starts to building 64-bit webview only libmonochrome.so and 32-bit full libmonochrome.so. BUG=605315 Review-Url: https://codereview.chromium.org/2161183003 Cr-Commit-Position: refs/heads/master@{#406965}
-
johannkoenig authored
https://chromium.googlesource.com/webm/libvpx.git/+log/d6197b621d92..18c7f46c125c $ git log d6197b621..18c7f46c1 --date=short --no-merges --format='%ad %ae %s' 2016-07-21 aconverse MinArfFreqTest: Don't leak video on failure. 2016-07-21 aconverse Make test encoder test driver less likely to leak on failure. 2016-06-30 johannkoenig Release v1.6.0 Khaki Campbell Duck 2016-07-20 jackychen vp9: Fix the clang warning of unsigned int type. 2016-07-12 yaowu Fix encoder crashes for odd size input 2016-07-19 jzern vp8/onyx_if.c: rework #if's to avoid dangling else's 2016-07-19 jzern vp8/bitstream.c: rework #if to avoid dangling else 2016-07-20 yaowu Change to call vp9_post_proc_frame() 2016-07-19 jzern vp8/{bitstream,rdopt},y4minput: correct break placement 2016-07-19 jzern y4minput.c: correct empty loop formatting 2016-07-19 jzern vp8: simplify a few #if's 2016-07-19 jzern vp8: remove extra semicolons 2016-07-18 noreply top-level: apply clang-format 2016-07-18 noreply vp8: apply clang-tidy google-readability-braces-around-statements 2016-07-18 yuryg cosmetics: Add a few explanatory comments 2016-07-18 noreply examples: apply clang-format 2016-07-18 jzern build/make/Makefile: add a 'test_*' default target 2016-07-18 jzern build/make/Makefile: remove default suffix rules 2016-07-13 pascal.massimino take II: variance_test partial clean-up 2016-02-17 marpan vp9: Allow usage of lookahead for real-time, 1 pass vbr. (...) R=tomfinegan@chromium.org Review-Url: https://codereview.chromium.org/2172773002 Cr-Commit-Position: refs/heads/master@{#406964}
-
dmazzoni authored
This is a mechanical change to switch to using floating-point rects internally for accessible bounding boxes. In cases where we need to convert back to a gfx::Rect, we use gfx::ToEnclosingRect. This change is necessary so that in the future we can use relative bounding boxes and transformation matrices in the accessibility tree. In isolation this change should have no effect except that objects might be off by one pixel due to differences in when rounding happens. BUG=618120 Review-Url: https://codereview.chromium.org/2154213007 Cr-Commit-Position: refs/heads/master@{#406963}
-
robliao authored
WM_DPICHANGED may fire when the DPI hasn't actually changed. This occurs during initialization with an interaction from EnableChildWindowDpiMessage. For maximized windows, this causes the bounds logic to unset WS_MAXIMIZE from the HWND, which leads to WM_SYSCOMMAND with SC_MAXIMIZE prematurely showing the window, and short-circuting BrowserView::Show() causing it to skip showing the contents of the window because the frame is already visible. BUG=625076 Review-Url: https://codereview.chromium.org/2165173002 Cr-Commit-Position: refs/heads/master@{#406962}
-
vmpstr authored
This patch updates the code to prevent auto deducing to a raw pointer. R=danakj@chromium.org BUG=554600 Review-Url: https://codereview.chromium.org/2173523002 Cr-Commit-Position: refs/heads/master@{#406961}
-
vmpstr authored
This patch updates the code to prevent auto deducing to a raw pointer. R=boliu@chromium.org BUG=554600 Review-Url: https://codereview.chromium.org/2170983002 Cr-Commit-Position: refs/heads/master@{#406960}
-
sque authored
This interface allows an instance of the Runtime Memory Leak Detector (components/metrics/leak_detector) to run on a non-browser process, such as a tab (renderer) process. The interface provides two function APIs: - GetParams(): Returns the profiling parameters used for initializing LeakDetector. - SendLeakReports(): Passes an array of leak reports to the browser process, where they can be attached to the UMA protobuf. Also added an implementation of the Mojo interface, LeakDetectorRemoteController, that implements the Mojo interface LeakDetectorRemote. This class provides a bridge between the browser and renderer processes. It also allows a single instance of LeakDetectorController to provide leak detector params to the renderer process and receive leak reports from the renderer process. ============================================== Fixes since previous commit: - Add missing dependency to components_unittests GYP build - Add dependency on Mojo C++ services code to renderer BUG=chromium:615223 TEST=Build successfully, unit tests pass R=wfh@chromium.org Review-Url: https://codereview.chromium.org/2064463002 Review-Url: https://codereview.chromium.org/2169763002 Cr-Original-Commit-Position: refs/heads/master@{#406466} Cr-Commit-Position: refs/heads/master@{#406959}
-
qinmin authored
Shouldn't remove items from a hashmap while iterating it. Instead, use an iterator and call iterator.remove(). BUG=630218 Review-Url: https://codereview.chromium.org/2164423002 Cr-Commit-Position: refs/heads/master@{#406958}
-
bashi authored
These scripts are not a part of code generator so it would be better to put them in Tools/Scripts/webkitpy/bindings. BUG=617899 Review-Url: https://codereview.chromium.org/2169673003 Cr-Commit-Position: refs/heads/master@{#406957}
-
yiyix authored
Parameterize test fixtures in ash_unittests and unit_tests to run with the three modes used in Ash material design (non-material, material stable, and material experimental); see the runtime flag --ash-md. BUG=623428, 623426, 623423, 623422, 622914, 622912 Review-Url: https://codereview.chromium.org/2165693002 Cr-Commit-Position: refs/heads/master@{#406956}
-
dpranke authored
The PGO builders need to run multiple compiles in a single build, each with different arguments. This was not previously possible with MB, but this CL adds support for specifying a list of configs per builder, and adds a --phase command line arg to indicate which phase of the build should be generated. It is an error to specify --phase on a builder that isn't expected to have multiple phases. Also phases are 1-based (phase 1, phase 2, etc.). Also, this CL cleans up some TODOs that I no longer plan to fix. R=sebmarchand@chromium.org BUG=595947 Review-Url: https://codereview.chromium.org/2160353003 Cr-Commit-Position: refs/heads/master@{#406955}
-
gmanikpure authored
BUG=chromedriver:998 Review-Url: https://codereview.chromium.org/2165373002 Cr-Commit-Position: refs/heads/master@{#406954}
-
brettw authored
This fixe the remaining issues in content/app. content_main_runner.cc was such a disaster with all of the different permutations, this patch exempts it from checking entirely by moving it to a separate target. The way that the content/app variants are created is now moved to a template to eliminate the build code duplication Review-Url: https://codereview.chromium.org/2158553002 Cr-Commit-Position: refs/heads/master@{#406953}
-
dcastagna authored
This CL allows the value of the flag "enable-harware-overlays" to be "single-fullscreen." This makes the compositor use a simple strategy that promotes a quad to an overlay iff the underlaying buffer can be used to replace the main framebuffer. BUG=b/29430506 Review-Url: https://codereview.chromium.org/2164213002 Cr-Commit-Position: refs/heads/master@{#406952}
-
dmitrygr authored
We cannot open BT sockets in side the container due to linux kernel disallowing socket() calls to BT subsystem in a net namespace. We avoid this by tunneling the actual socket() call to outside the container thusly. BUG= Review-Url: https://codereview.chromium.org/2166143002 Cr-Commit-Position: refs/heads/master@{#406951}
-
junov authored
This change re-enables the optimization that makes canvases switch out of gpu-acceleration when getImageData is called. The old implementation was scrapped in favor of the new ImageBuffer::disableAcceleration method that was introduced by https://crrev.com/98739b054a5b28cc607d688b2e9e582456bbb20e BUG=606688 Review-Url: https://codereview.chromium.org/2171513003 Cr-Commit-Position: refs/heads/master@{#406950}
-