- 04 Oct, 2016 40 commits
-
-
sebmarchand authored
BUG= Review-Url: https://codereview.chromium.org/2392553002 Cr-Commit-Position: refs/heads/master@{#422895}
-
ymalik authored
When a nested scroller is at its scroll bounds InputHandlerProxy gets another set of synthetic GestureScrollBegin/Update/End to scroll the parent scroller. Before this CL, deltaUnits was not copied in GestureScrollBegin but was copied in GestureScrollUpdate. As a result, InputHandlerProxy would expect an instant scroll after GestureScrollBegin, but perform a smooth scroll in GestureScrollUpdate. BUG=647205 Review-Url: https://codereview.chromium.org/2391643002 Cr-Commit-Position: refs/heads/master@{#422894}
-
estade authored
Set default width based on contents rather than hardcoding a value (which happened to be too small once we adjusted outer padding for the dialog). BUG=614317 Review-Url: https://codereview.chromium.org/2344703002 Cr-Commit-Position: refs/heads/master@{#422893}
-
jzern authored
https://chromium.googlesource.com/webm/libvpx.git/+log/691ef20272d3..50b9c467da77 $ git log 691ef2027..50b9c467d --date=short --no-merges --format='%ad %ae %s' 2016-10-01 jzern vpx_convolve8_neon,load/store*: correct param type 2016-10-01 martin Remove a stray END declaration in loopfilter_4_neon.asm 2016-09-29 jzern *idct*_neon.c: add missing rtcd include 2016-09-30 jzern idct,msa/neon: exclude idct files from hbd build 2016-09-30 linfengz Refactor vpx lpf NEON files (step 2/2) 2016-09-30 linfengz Refactor vpx lpf NEON files (step 1/2) 2016-09-29 jzern *rtcd_defs.pl: remove empty specialize calls 2016-09-29 jzern vp8,frame_buffers: remove unused use_frame_threads 2016-09-28 linfengz Unify loopfilter function names 2016-09-29 linfengz Refine vpx_convolve_copy_neon() and vpx_convolve_avg_neon() 2016-09-28 deepa.kg Fix an issue in vp9_first_pass for non-mulitple of 16 resolutions 2016-09-29 johannkoenig vp8: remove mmx functions 2016-09-29 johannkoenig Rename _xmm functions to _sse2 2016-09-29 johannkoenig Remove vp8_clear_system_state 2016-09-29 marpan vp9: On change_config() only call update_frame_size if needed. 2016-09-26 marpan vp9 real-time mode: Change loopfilter speed feature at speed 8. 2016-09-29 linfengz Refine vpx convolve8 NEON intrinsics optimization 2016-09-29 johannkoenig vpx_dsp: clean up rtcd 2016-09-29 johannkoenig vp8: clean up rtcd 2016-09-28 jzern vp9_detokenize,decode_coefs: fix signed int overflow (...) R=johannkoenig@google.com BUG= Review-Url: https://codereview.chromium.org/2397473002 Cr-Commit-Position: refs/heads/master@{#422892}
-
ianwen authored
In some locales we will set Sogou as default search engine. This CL adds a dialog to notify the users of such change. BUG=638062 Review-Url: https://codereview.chromium.org/2380133002 Cr-Commit-Position: refs/heads/master@{#422891}
-
robliao authored
This allows for the Browser Task Scheduler to setup and redirect after SetupFieldTrials to get variations data but before SetupMetrics, which posts tasks to the blocking pool. This harmonizes iOS with https://codereview.chromium.org/2342993002/ BUG=636518 Review-Url: https://codereview.chromium.org/2376123004 Cr-Commit-Position: refs/heads/master@{#422890}
-
cjgrant authored
BUG=41413 Review-Url: https://codereview.chromium.org/2392023002 Cr-Commit-Position: refs/heads/master@{#422889}
-
avi authored
BUG=555865 Review-Url: https://codereview.chromium.org/2385003002 Cr-Commit-Position: refs/heads/master@{#422888}
-
dmazzoni authored
When sending a message from the BrowserAccessibilityManagerAndroid to the render process to perform some accessibility action on a node, we need to send it to the right frame by calling the delegate function on the node's BrowserAccessibilityManager. We were incorrectly calling it on the current BrowserAccessibilityManager, which is only the same for elements in the root frame. BUG=562757 Review-Url: https://codereview.chromium.org/2395533002 Cr-Commit-Position: refs/heads/master@{#422887}
-
rnephew authored
The stories go to their respective sites and open a series of images and close them. Pinterest will also 'pin' every other image it clicks on. BUG=646392 Review-Url: https://codereview.chromium.org/2383883002 Cr-Commit-Position: refs/heads/master@{#422886}
-
bruthig authored
Removed Ash.AppList.TimeBetweenTaskSwitches and Ash.Tab.TimeBetweenSwitchToExistingTabUserActions histograms. These histograms are triggered in the chrome process but are actually recorded in ash (which is in a different process). This is problematic for the mus+ash refactoring and since there are no clear decisions being made from these metrics they are being removed. BUG=616581 TEST=ash_unittests Review-Url: https://codereview.chromium.org/2390793002 Cr-Commit-Position: refs/heads/master@{#422885}
-
thakis authored
BUG=563793 Review-Url: https://codereview.chromium.org/2395473002 Cr-Commit-Position: refs/heads/master@{#422884}
-
jam authored
This regressed in r420175 because a different code path is taken that doesn't go through browser_navigator.cc's CreateTargetContents. BUG=650349 Review-Url: https://codereview.chromium.org/2388803003 Cr-Commit-Position: refs/heads/master@{#422883}
-
mahmadi authored
BUG=630118 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2389043003 Cr-Commit-Position: refs/heads/master@{#422882}
-
lushnikov authored
The crrev.com/2384783003 introduced a regression where tabbedEditorContainer starts opening file for every created persistence binding. This patch fixes the issue. BUG=none R=pfeldman, dgozman Review-Url: https://codereview.chromium.org/2390333002 Cr-Commit-Position: refs/heads/master@{#422881}
-
dsinclair authored
This Cl adds the test case for the case sensitivity of getEntriesByType and getEntriesByName. BUG=chromium:651507 Review-Url: https://codereview.chromium.org/2393633002 Cr-Commit-Position: refs/heads/master@{#422880}
-
dpapad authored
BUG=651513 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2393463002 Cr-Commit-Position: refs/heads/master@{#422879}
-
glebl authored
This patch adds MarginStrut.BlockEndSum to the fragment's content size if the fragment establishes a new formatting context. The change is tested with layout_ng virtual test suite located in fast/block/basic. BUG=635619 Review-Url: https://codereview.chromium.org/2389823003 Cr-Commit-Position: refs/heads/master@{#422878}
-
pdfium-deps-roller authored
https://pdfium.googlesource.com/pdfium.git/+log/78c271dd9ee8..89f9ee3b8f3b $ git log 78c271dd9..89f9ee3b8 --date=short --no-merges --format='%ad %ae %s' 2016-10-04 npm Use FX_SAFE_UINT32 on CPDF_ToUnicodeMap::Load BUG=652232 TBR=dsinclair@chromium.org Review-Url: https://codereview.chromium.org/2385063004 Cr-Commit-Position: refs/heads/master@{#422877}
-
Rebaseline Bot authored
https://chromium.googlesource.com/chromium/src/+/d338af9fe BUG=630695 TBR=fmalita@chromium.org Review URL: https://codereview.chromium.org/2384083006 . Cr-Commit-Position: refs/heads/master@{#422876}
-
bnc authored
* Zero out |total_size_| member in SpdyReadQueue::Clear(), otherwise the next call to IsEmpty() would crash. * Add test for SpdyReadQueue::Clear(). * Add a comment to document class invariant. * Move SpdyReadQueue tests into namespace test. This is a follow-up to https://crrev.com/2386883002/diff/40001/net/spdy/spdy_read_queue.cc#newcode53 Review-Url: https://codereview.chromium.org/2388243003 Cr-Commit-Position: refs/heads/master@{#422875}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/8b1e6e937be3..9d498f565765 $ git log 8b1e6e937..9d498f565 --date=short --no-merges --format='%ad %ae %s' 2016-10-04 dproy Export loading_metric constants CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2385423003 Cr-Commit-Position: refs/heads/master@{#422874}
-
dbeam authored
R=dschuyler@chromium.org BUG=651720 Review-Url: https://codereview.chromium.org/2391803003 Cr-Commit-Position: refs/heads/master@{#422873}
-
lushnikov authored
This patch hides the new navigator design behind the experiment. BUG=none R=pfeldman, dgozman Review-Url: https://codereview.chromium.org/2388303003 Cr-Commit-Position: refs/heads/master@{#422872}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/aaa05f8f..04593858 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/2393623002 Cr-Commit-Position: refs/heads/master@{#422871}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/b25c3522446c..779582280747 $ git log b25c35224..779582280 --date=short --no-merges --format='%ad %ae %s' 2016-10-04 liyuqian Implement AnalyticAA for convex shapes. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=stephana@google.com Review-Url: https://codereview.chromium.org/2392633003 Cr-Commit-Position: refs/heads/master@{#422870}
-
chrishtr authored
This is the first in a batch of CLs. There are a bunch of tests to adjust. Also deleted some composited selection gap tests rather than adjust them. BUG=647831 Review-Url: https://codereview.chromium.org/2393443002 Cr-Commit-Position: refs/heads/master@{#422869}
-
jsbell authored
Convert a handful of js-test tests to testharness, with an eye towards adding more and eventually upstreaming them. R=foolip@chromium.org Review-Url: https://codereview.chromium.org/2390083002 Cr-Commit-Position: refs/heads/master@{#422868}
-
ellyjones authored
This change removes all uses of IsModeMaterial() in c/b/ui/c/bookmarks and refactors the code a bunch as a result. BUG=649368 Review-Url: https://codereview.chromium.org/2394523002 Cr-Commit-Position: refs/heads/master@{#422867}
-
dschuyler authored
This CL removes the icons from the wallpaper and these rows (I believe that is approved by Alan). This also avoids having the themes page open up when resetting (removing) the current theme. BUG=651715 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2390553004 Cr-Commit-Position: refs/heads/master@{#422866}
-
dcheng authored
Frame detach and frame close don't really have any relationship. Update the naming and comments to make this clear. BUG=472140 Review-Url: https://codereview.chromium.org/2379293002 Cr-Commit-Position: refs/heads/master@{#422865}
-
dtseng authored
Group nav (paragraph nav) is bound to Search+Ctrl+up/down. Define groups as loosely as possible and don't sync so nav remains as high up as possible for role/predicate matches to occur. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation BUG=643840 Review-Url: https://codereview.chromium.org/2380073005 Cr-Commit-Position: refs/heads/master@{#422864}
-
estevenson authored
clang-format wraps long lines, so java_cpp_enum.py should also handle multi-line enum entries. Also changed the HeaderParser to ignore empty comments. BUG=652018 Review-Url: https://codereview.chromium.org/2396533002 Cr-Commit-Position: refs/heads/master@{#422863}
-
twellington authored
Use the taskId rather to determine if finish() should be called on Preferences. Previously, if a user navigated in Preferences, sResumedInstance got set to the sub-Preference and the main Preference got finished. Since they belong to the same task, this shouldn't happen. BUG=652572 Review-Url: https://codereview.chromium.org/2386213004 Cr-Commit-Position: refs/heads/master@{#422862}
-
sebmarchand authored
Committed: https://crrev.com/f34c072397b99c313e79cd10a77f5ca397154399 Review-Url: https://codereview.chromium.org/2365893002 Cr-Original-Commit-Position: refs/heads/master@{#422655} Cr-Commit-Position: refs/heads/master@{#422861}
-
slan authored
A recent CL introduced some new GN dependencies that broke internal Cast variants: https://codereview.chromium.org/2354633002 Correct the dependencies here. Also put stronger asserts in x11 targets. BUG= Review-Url: https://codereview.chromium.org/2371583002 Cr-Commit-Position: refs/heads/master@{#422860}
-
fdoray authored
This allows UsbDeviceHandleUsbfs to be used from any thread that instantiates a FileDescriptorWatcher (not just threads that run a MessageLoopForIO). This will facilitate the migration of BrowserThreads to base/task_scheduler. BUG=645114 Review-Url: https://codereview.chromium.org/2391633002 Cr-Commit-Position: refs/heads/master@{#422859}
-
robhogan authored
There's no change in behaviour. Now that we setPaginationStrut() on the row, we don't need to call paginationStrutForRow() outside of layout anymore. BUG=642814 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2389913002 Cr-Commit-Position: refs/heads/master@{#422858}
-
jamescook authored
Change the pattern of delegation to chrome to use mojom::SystemTrayClient. This is more consistent with how we want to handle ash delegates going forward. It eliminates a couple layers of indirection. * Add wrapper methods to SystemTrayController in ash * Remove Show* methods from SystemTrayDelegate in ash * Delete SystemTrayCommon in chrome, move code to SystemTrayClient Also delete unused tray_display.cc, left over from another cleanup CL https://codereview.chromium.org/2217713002 BUG=647412 TEST=existing browser_tests, manually verifying system tray help and settings buttons open web UI in chrome Review-Url: https://codereview.chromium.org/2395523002 Cr-Commit-Position: refs/heads/master@{#422857}
-
fdoray authored
With this CL, WaitableEventWatcher uses SequencedTaskRunnerHandle instead of MessageLoop::current() to post back to the sequence that called StartWatching(). Also, WaitableEventWatcher no longer registers itself as a destruction observer of the MessageLoop from which StartWatching() is called. If the watched WaitableEvent is signaled after the MessageLoop is destroyed, the task posted by WaitableEventWatcher to the SequencedTaskRunner will simply not run (no crash). MessageLoop::current() and destruction observer do not work with TaskScheduler. BUG=650318 Review-Url: https://codereview.chromium.org/2368423002 Cr-Commit-Position: refs/heads/master@{#422856}
-