- 30 Aug, 2016 40 commits
-
-
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/676c7850ebae5fd3245ba63ad55c95673be5fdd2 archive_build: remove code trying to invoke svn (phajdan.jr@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG=642353 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2294803002 Cr-Commit-Position: refs/heads/master@{#415298}
-
haraken authored
As discussed in blink-dev@ (https://groups.google.com/a/chromium.org/d/topic/blink-dev/kk4VX0xRB7I/discussion) and platform-architecture-dev@ (https://groups.google.com/a/chromium.org/d/topic/platform-architecture-dev/Zc12k91NTFk/discussion), there is no reason we have to shut down the renderer gracefully. It's just causing use-after-free bugs and wasting performance. This CL stops calling Platform::shutdown() when a PPAPI/utility thread stop. BUG=639244 Review-Url: https://codereview.chromium.org/2274383002 Cr-Commit-Position: refs/heads/master@{#415297}
-
olka authored
BUG=640576 Review-Url: https://codereview.chromium.org/2275343002 Cr-Commit-Position: refs/heads/master@{#415296}
-
pdfium-deps-roller authored
https://pdfium.googlesource.com/pdfium.git/+log/35512aa7e4ac..5fec597c1a23 $ git log 35512aa7e..5fec597c1 --date=short --no-merges --format='%ad %ae %s' 2016-08-30 thestig Fix missing files found by gn gen --check. 2016-08-30 tsepez More better const-ness in CFX_CountRef<> TBR=dsinclair@chromium.org Review-Url: https://codereview.chromium.org/2292103002 Cr-Commit-Position: refs/heads/master@{#415295}
-
pke authored
Introduce data class SectionDescriptor and helper class ItemsMatcher, which checks expectations against the list of NewTabPageItems from the NewTabPageAdapter. Adjust the assertItemsFor() method and its helper methods to use the ItemsMatcher. Create new assertMatches() for checking single sections. BUG=None Review-Url: https://codereview.chromium.org/2291733002 Cr-Commit-Position: refs/heads/master@{#415294}
-
falken authored
ServiceWorkerURLRequestJob has two distinct states when there is a response from the service worker: it can be reading a blob or a stream. To clarify the states, factor out blob and stream response reading into dedicated classes. This should also help netlog fit better with the superclass's "request start" vs "reading response" phases. Review-Url: https://codereview.chromium.org/2290453005 Cr-Commit-Position: refs/heads/master@{#415293}
-
halcanary authored
Land this after https://skia.googlesource.com/skia/+/650e20d rolls into DEPS BUG= Review-Url: https://codereview.chromium.org/2279843002 Cr-Commit-Position: refs/heads/master@{#415292}
-
perkj authored
BUG=642336 TBR=skyostil@chromium.org NOTRY=true Review-Url: https://codereview.chromium.org/2294763002 Cr-Commit-Position: refs/heads/master@{#415291}
-
benchan authored
This CL changes chromeos::TimeZoneProvider to use vector<unique_ptr<T>> instead of the deprecated ScopedVector<T>. BUG=554289 Review-Url: https://codereview.chromium.org/2295663002 Cr-Commit-Position: refs/heads/master@{#415290}
-
benchan authored
This CL changes chromeos::SimpleGeolocationProvider to use vector<unique_ptr<T>> instead of the deprecated ScopedVector<T>. BUG=554289 Review-Url: https://codereview.chromium.org/2285393004 Cr-Commit-Position: refs/heads/master@{#415289}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/cce59d145d9f..89be526f6da4 $ git log cce59d145..89be526f6 --date=short --no-merges --format='%ad %ae %s' 2016-08-30 sullivan Add more logging around bisect bug updates. TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2291113002 Cr-Commit-Position: refs/heads/master@{#415288}
-
kojii authored
Before this patch, when the content locale is one of CJK, Android maps all generic families to what Skia matchFamilyStyleCharacter() API returns. This API can find one default font for the specified locale, but disregards which generic font family was used. This patch disables the behavior for "monospace", where using the monospace ASCII glyphs is more important than using the font that has good coverage of the specified locale. When characters outside of the monospace font were used, system fallback can still help to render the characters. BUG=640077 Review-Url: https://codereview.chromium.org/2288383002 Cr-Commit-Position: refs/heads/master@{#415287}
-
sebsg authored
BUG=637332 Review-Url: https://codereview.chromium.org/2287513002 Cr-Commit-Position: refs/heads/master@{#415286}
-
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/277e8126f8f8158e0c40ad5a07822b1caca90f1e Measure Java method count on Cronet release bots (xunjieli@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG=512097 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2297683002 Cr-Commit-Position: refs/heads/master@{#415285}
-
pke authored
BUG=None Review-Url: https://codereview.chromium.org/2285263002 Cr-Commit-Position: refs/heads/master@{#415284}
-
krb authored
Add a separator between spelling corrections and "Add to dictionary" so that it's more difficult to accidentally do one or the other. BUG=613006 Review-Url: https://codereview.chromium.org/2280113002 Cr-Commit-Position: refs/heads/master@{#415283}
-
mmoroz authored
TBR=aizatsky@chromium.org, inferno@chromium.org, oshima@chromium.org, robert.bradford@intel.com BUG=584819 Review-Url: https://codereview.chromium.org/2294733002 Cr-Commit-Position: refs/heads/master@{#415282}
-
mlippautz authored
BUG=chromium:468240 Review-Url: https://codereview.chromium.org/2288253003 Cr-Commit-Position: refs/heads/master@{#415281}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/1af4dc5a..48701b2a 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/2290193002 Cr-Commit-Position: refs/heads/master@{#415280}
-
wjmaclean authored
Don't assume that there is one WebTouchEvent for each ui::ET_TOUCH_PRESSED/RELEASED/CANCELLED event. Instead, check the states of the WebTouchPoints in each WebTouchEvent to determine how many ui-Touch events it represents. A temporary UMA stat is added to allow detection of empty gesture queues. When it drops to zero we'll know the problem has been solved (this will create a lot less noise than DumpWithoutCrashing). https://crbug.com/642008 tracks the removal/disabling of this UMA stat when it's no longer needed. BUG=595422 Review-Url: https://codereview.chromium.org/2287613002 Cr-Commit-Position: refs/heads/master@{#415279}
-
skyostil authored
Throttle timer tasks to 1 Hz in out-of-view or invisible frames. This reduces the power consumption and performance impact of these tasks, which are not likely having any visible effect on the page anyway. BUG=616519 Review-Url: https://codereview.chromium.org/2023033003 Cr-Commit-Position: refs/heads/master@{#415278}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/be813143dbae..cce59d145d9f $ git log be813143d..cce59d145 --date=short --no-merges --format='%ad %ae %s' 2016-08-30 petrcermak [tracing] Rename tab view element to reflect it's in tracing/ui/base TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2289123002 Cr-Commit-Position: refs/heads/master@{#415277}
-
perkj authored
Revert of Override the webrtc TaskQueue implementation. (patchset #3 id:40001 of https://codereview.chromium.org/2291033002/ ) Reason for revert: Actually still breaks Android.... Original issue's description: > Override the webrtc TaskQueue implementation. > Since user32.dll may not be used withing Chrome's sandbox on win 8 at later, we need to override the TaskQueue implementation. This implementation uses base::Thread and the SingleTreadedTaskRunner to post tasks to the queue. > > BUG=webrtc:5687 > NOTRY=true > > Committed: https://crrev.com/e4eba5884297c0224b071a764dfa8a6236887747 > Cr-Commit-Position: refs/heads/master@{#415275} TBR=tommi@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:5687 Review-Url: https://codereview.chromium.org/2297643003 Cr-Commit-Position: refs/heads/master@{#415276}
-
perkj authored
Since user32.dll may not be used withing Chrome's sandbox on win 8 at later, we need to override the TaskQueue implementation. This implementation uses base::Thread and the SingleTreadedTaskRunner to post tasks to the queue. BUG=webrtc:5687 NOTRY=true Review-Url: https://codereview.chromium.org/2291033002 Cr-Commit-Position: refs/heads/master@{#415275}
-
perkj authored
These tests are run as manual tests but currently fails on the webrtc bots. https://build.chromium.org/p/chromium.webrtc/builders/Win7%20Tester/builds/29076 BUG=642294 TBR=phoglund@chromium.org NOTRY=true Review-Url: https://codereview.chromium.org/2292043002 Cr-Commit-Position: refs/heads/master@{#415274}
-
xiaochengh authored
BUG=590369 Review-Url: https://codereview.chromium.org/2297503002 Cr-Commit-Position: refs/heads/master@{#415273}
-
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/860d8d2ab8b6ad3a5ca09d23356252b4944624cc Revert of V8: increase number of shards for arm64 gc stress. (patchset #1 id:1 of https://codereview.chromium.org/2248363003/ ) (machenbach@chromium.org) https://crrev.com/1f2161a43f7874cb6ea371dffef3b96cf435bc7f Roll recipe dependencies (trivial). (recipe-roller@chromium.org) depot_tools: https://crrev.com/26a201f2a9da493772dfc4bc1a498b200e6c801d Revert of Delete roll-dep-svn (patchset #1 id:1 of https://codereview.chromium.org/2282223002/ ) (machenbach@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG=638295,475320 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2294743002 Cr-Commit-Position: refs/heads/master@{#415272}
-
fs authored
The two methods startAnimValAnimation and resetAnimValToBaseVal share the same implementation, but are called in two different branches of the same if-statement. Fold the two and add a new method createAnimatedValue() to provide the animated value, to make this appear as straight-forward as it is. Also fold the stopAnimValAnimation() method since it's only used once, and because this makes the start/stop action somewhat symmetric. Rename the constructFromString(...) method to createAnimatedValueFromString() to illustrate its relation to the newly minted method and make it a bit more clear what it does. BUG=640676 Review-Url: https://codereview.chromium.org/2284263002 Cr-Commit-Position: refs/heads/master@{#415271}
-
falken authored
Review-Url: https://codereview.chromium.org/2292833002 Cr-Commit-Position: refs/heads/master@{#415270}
-
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). Please review the expectation changes, and LGTM as normal. The recipe roller will *NOT* CQ the change itself, so you must commit the change manually. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) build: https://crrev.com/8ceac5bce3e789666da2daa8607d254055788114 Use 'goma_recipe_module' ref for specifying a version of cloudtail to use. (vadimsh@chromium.org) R=vadimsh@chromium.org BUG= Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2293833002 Cr-Commit-Position: refs/heads/master@{#415269}
-
chrome://password-manager-internalsvasilii authored
BUG=400674 Review-Url: https://codereview.chromium.org/2293443002 Cr-Commit-Position: refs/heads/master@{#415268}
-
perkj authored
Revert of Redirect all mouse input to Alt+Tab window when it's visible, (patchset #3 id:40001 of https://codereview.chromium.org/2284763002/ ) Reason for revert: WindowCycleControllerTest.MouseCaptureLost fails on Chrome os and Asan. https://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20(dbg)(1) Original issue's description: > Redirect all mouse input to Alt+Tab window when it's visible, > effectively disabling the mouse. Capture is reset when the widget is > destroyed. > > BUG=641171 > > Committed: https://crrev.com/c7e292ea58a76fe27c6c247bc640054bcf4cb6aa > Cr-Commit-Position: refs/heads/master@{#415096} TBR=sky@chromium.org,estade@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=641171 Review-Url: https://codereview.chromium.org/2294723002 Cr-Commit-Position: refs/heads/master@{#415267}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/a9f1ddb6..1af4dc5a 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/2294663002 Cr-Commit-Position: refs/heads/master@{#415266}
-
yosin authored
This patch converts "editing/inserting/return-key-with-selection-00[123].html" to use w3c test harness to simplify test script for improving readability, and consolidates into "return_key_with_selection.html" since these files use similar test sample. BUG=n/a TEST=n/a; no behavior changes Review-Url: https://codereview.chromium.org/2293783002 Cr-Commit-Position: refs/heads/master@{#415265}
-
yosin authored
This patch converts "editing/inserting/insert-br-at-tabspan-00[1-3].html" to use w3c test harness to simplify test script for improving readability, and consolidates into "insert_br_at_tabspan.html" since these files are in same patch at beginning. BUG=n/a TEST=n/a; no behavior changes Review-Url: https://codereview.chromium.org/2284343002 Cr-Commit-Position: refs/heads/master@{#415264}
-
yukishiino authored
Retires installConditionallyEnabledProperties. This function has been unused for months at least, and it's now unlikely we'll need this mechanism again. Stops generating unused functions of preparePrototypeAndInterfaceObject. Even when we don't use them, each function requires an unique address, i.e. each function consumes 8 bytes. Uses nullptr instead of generating unused functions. This CL is expected to reduce the size by 400k+ bytes. BUG=621802 Review-Url: https://codereview.chromium.org/2296573003 Cr-Commit-Position: refs/heads/master@{#415263}
-
tkent authored
Use LOG(INFO) instead. For single-line strings like showNode(): [n:n:n/n:n:INFO:Node.cpp(n)] fooBar For multiple-line strings like showTree(): [n:n:n/n:n:INFO:Node.cpp(n)] BODY #text "\n" ... * This CL removes Node::showNode(). It was a simple wrapper for operator<< for Node. * As for HTMLFormattingElementList and SnapCoordinator, just call LOG(INFO) multiple times because they don't show tree structures. BUG=638849 Review-Url: https://codereview.chromium.org/2292843002 Cr-Commit-Position: refs/heads/master@{#415262}
-
alexander.shalamov authored
This patch adds 'GetDefaultConfiguration' method to the generic sensor interface. It is required in cases when client (e.g. blink bindings) doesn't know what configuration to use for sensor initialization or when configuration that is provided to the client is incomplete. BUG=606766 Review-Url: https://codereview.chromium.org/2288103002 Cr-Commit-Position: refs/heads/master@{#415261}
-
xiaochengh authored
This patch is a preparation for removing the call site of Document::updateStyleAndLayoutIgnorePendingStylesheets from TextIterator::rangeLength. BUG=590369 Review-Url: https://codereview.chromium.org/2291883003 Cr-Commit-Position: refs/heads/master@{#415260}
-
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). Please review the expectation changes, and LGTM as normal. The recipe roller will *NOT* CQ the change itself, so you must commit the change manually. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) build: https://crrev.com/e0889d6a389e6d44956a7dadf94e4f6106a349da Roll recipe dependencies (nontrivial). (recipe-roller@chromium.org) depot_tools: https://crrev.com/c8f3a3498ec18a8dbb3775d6a1bf7bd02e26cd28 Remove non-trivial SVN config from gclient recipe module (agable@chromium.org) R=agable@chromium.org,recipe-roller@chromium.org BUG=640251 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2290043003 Cr-Commit-Position: refs/heads/master@{#415259}
-