- 04 Jan, 2017 40 commits
-
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/661a53a2..0ef5214e 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_trusty_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/2610153002 Cr-Commit-Position: refs/heads/master@{#441361}
-
gambard authored
Hitting the escape key on the bluetooth keyboard closes the history and the reading list views. BUG=676994 Review-Url: https://codereview.chromium.org/2611543002 Cr-Commit-Position: refs/heads/master@{#441360}
-
msarda authored
This CL adds an observer for the web contents of the sign-in email confirmation dialog and closes the sign-in confirmation dialog when the renderer process is killed. BUG=671983 Review-Url: https://codereview.chromium.org/2603493003 Cr-Commit-Position: refs/heads/master@{#441359}
-
mlippautz authored
In-between TraceEpilogue and performCleanup the write barrier used to fire in the tri-color marking scheme because we eagerly mark but lazily cleanup. This change avoids marking new headers after TraceEpilogue has been called. BUG=468240, 676700 Review-Url: https://codereview.chromium.org/2609883003 Cr-Commit-Position: refs/heads/master@{#441358}
-
rune authored
Found while checking performance for issue 603621. Style sharing is done during style recalc at which point we know that the active style is up-to-date. Instead of using the API for document.styleSheets, compare active stylesheets in ScopedStyleResolver directly. BUG=603621 Review-Url: https://codereview.chromium.org/2610513003 Cr-Commit-Position: refs/heads/master@{#441357}
-
fs authored
SVGAnimateElement (and derived classes) is where 'attributeName' has any meaning. Move setting/updating of the resolved 'attributeName' value there. This allows setAttributeName to be devirtualized. Storage is kept at the SVGSMILElement level because of how it's used at schedule/unschedule time. BUG=641437 Review-Url: https://codereview.chromium.org/2602423002 Cr-Commit-Position: refs/heads/master@{#441356}
-
delphick authored
Use runAfterLayoutAndPaint instead of requestAnimationFrame and setTimeout(..., 0) as it's simpler and will continue to work when setTimeout no longer waits at least 1ms. BUG=402694 Review-Url: https://codereview.chromium.org/2609923002 Cr-Commit-Position: refs/heads/master@{#441355}
-
gambard authored
This CL adds a update_title_time field to the reading list entries, allowing the title to be correctly merged during sync. BUG=675644 Review-Url: https://codereview.chromium.org/2592043002 Cr-Commit-Position: refs/heads/master@{#441354}
-
vitaliii authored
The click based ranker must "forget" history with time, so that changes in the user behavior are reflected by the order in reasonable time. This is done in thic CL using multiplicative click count decay with time. Count overflow is ignored (it is unlikely to happen due to the decay) and a comment is added. BUG=675918,676279 Review-Url: https://codereview.chromium.org/2599293002 Cr-Commit-Position: refs/heads/master@{#441353}
-
sigbjornf authored
R= BUG= Review-Url: https://codereview.chromium.org/2610113002 Cr-Commit-Position: refs/heads/master@{#441352}
-
fs authored
This replaces the "open-coded" (and somewhat compacted) version of a ShadowData structure within DropShadowFilterOperation with an actual ShadowData. While this makes the structure slightly larger, it allows for some additional code-reuse - mostly around style resolution. It's also a first step against more correct handling of the 'currentcolor' value within the drop-shadow(...) filter function. There's a slight change in behavior since ShadowData stores the relevant values as 'float' rather than as 'int' like the "open-coded" version. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2609803002 Cr-Commit-Position: refs/heads/master@{#441351}
-
pasko authored
BUG=none Review-Url: https://codereview.chromium.org/2602413003 Cr-Commit-Position: refs/heads/master@{#441350}
-
mlamouri authored
Per spec. Also, because the dictionary has a default value for each field so passing {} or no parameter should have the same effect. BUG=677955 R=zqzhang@chromium.org Review-Url: https://codereview.chromium.org/2614463002 Cr-Commit-Position: refs/heads/master@{#441349}
-
jschuh authored
TBR=tsepez Review-Url: https://codereview.chromium.org/2614643002 Cr-Commit-Position: refs/heads/master@{#441348}
-
atotic authored
Connects ng_block_algorithm with ng_absolute_utils. block_algorithm collects all the oof blocks, and positions them using ng_out_of_flow_layout_part. Future work: 1) use ResolveInline/Block Length to compute width/height inside ng_absolute_utils. This is needed to properly resolve MinContent/MaxContent lengths. 2) Investigate what happens when out_of_flow blocks cross the old/new layout boundary. There might be cases we are not handling. 3?) Unify ComputeAbsoluteHorizontal and ComputeAbsoluteVertical. They are almost the same function (Ian would like this). BUG=635619 [ng_place] Review-Url: https://codereview.chromium.org/2568743005 Cr-Commit-Position: refs/heads/master@{#441347}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/b106f795..661a53a2 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_trusty_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/2610123002 Cr-Commit-Position: refs/heads/master@{#441346}
-
philipp.hancke authored
This maps the internal names of the values in the iceConnectionStateChange, iceGatheringStateChange and signalingStateChange to their equivalents defined in the specification. This is only done before displaying the values in order not to change the format of the JSON dump. BUG= Review-Url: https://codereview.chromium.org/2602603002 Cr-Commit-Position: refs/heads/master@{#441345}
-
jbriance authored
Allow a user to make a Chromium build where binaries and shared libraries are meant to be installed into separate directories, like /usr/bin/chromium and /usr/lib/chromium for instance. It is useful when a build system that generates a whole target root filesystem (like Yocto) is used on top of gn, especially when cross-compiling. Note: this gn arg is similar to gyp target_rpath generator flag. BUG=none Review-Url: https://codereview.chromium.org/2605673002 Cr-Commit-Position: refs/heads/master@{#441344}
-
perkj authored
Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/b554cd6..9ce24c7 $ git log b554cd6..9ce24c7 --date=short --no-merges --format=%ad %ae %s 2017-01-03 kjellander@webrtc.org Add rtc_enable_external_auth variable for setting ENABLE_EXTERNAL_AUTH 2017-01-03 deadbeef@webrtc.org Relax parsing of a=bundle-only with a nonzero port. 2017-01-03 zhihuang@webrtc.org Create the DtlsTransportInternal 2017-01-03 philipel@webrtc.org PacketBuffer now correctly cast sequence numbers to uint16_t. 2017-01-03 peah@webrtc.org Reland of Added first layer of the echo canceller 3 functionality. 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/2617463002 Cr-Commit-Position: refs/heads/master@{#441343}
-
nacl-deps-roller authored
https://chromium.googlesource.com/native_client/src/native_client.git/+log/9f8fdd668b30..01d3ae00d277 $ git log 9f8fdd668..01d3ae00d --date=short --no-merges --format='%ad %ae %s' 2017-01-03 stichnot PNaCl: Update subzero revision in pnacl/COMPONENT_REVISIONS Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_dbg_32_ng,linux_nacl_sdk_build TBR=mseaborn@chromium.org Review-Url: https://codereview.chromium.org/2610813002 Cr-Commit-Position: refs/heads/master@{#441342}
-
martijn authored
In the following scenario: //foo:a (toolchain1) -> //foo:b (toolchain2) -> //foo:c (toolchain2) Any dependent configs from //foo:b or //foo:c will not get added to //foo:a because it is part of a different toolchain but any dependent config from //foo:c will still get added to //foo:b because both targets are part of the same toolchain. BUG=675224 R=dpranke@chromium.org Review-Url: https://codereview.chromium.org/2605963002 Cr-Commit-Position: refs/heads/master@{#441341}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#441340}
-
alancutter authored
BUG=676286 Review-Url: https://codereview.chromium.org/2597103002 Cr-Commit-Position: refs/heads/master@{#441339}
-
wychen authored
BUG=105388 Review-Url: https://codereview.chromium.org/2599243002 Cr-Commit-Position: refs/heads/master@{#441338}
-
jochen authored
BUG=none R=machenbach@chromium.org,dpranke@chromium.org Review-Url: https://codereview.chromium.org/2607323002 Cr-Commit-Position: refs/heads/master@{#441337}
-
vitaliii authored
Before this CL all categories, which were added using AppendCategoryIfNecessary, were removed on ClearHistory. Since it is not required to reregister them, there were simply not shown at all. After this CL they are preserved (sorted by id). BUG=675953 Review-Url: https://codereview.chromium.org/2605353004 Cr-Commit-Position: refs/heads/master@{#441336}
-
tkent authored
This CL reverts a SELECT popup part of [1], which applied page zoom to page popups, and we pass zoomed font-size after this CL. [1] made multiple regressions, and it's hard to fix them in non-100% zoom level. * Make PagePopupClient::zoomFactor() virtual, and SELECT popups return 1.0 for it. * Fix code and comments on screen coordinate. * Popup border ignores device scale factor and page zoom, and is always 1px width. [1] codereview.chromium.org/1454613002 BUG=564506,570636,595986 Review-Url: https://codereview.chromium.org/2606853002 Cr-Commit-Position: refs/heads/master@{#441335}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/b3ab49ff..b106f795 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_trusty_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/2609333002 Cr-Commit-Position: refs/heads/master@{#441334}
-
csharrison authored
This avoids an uninitialized value use for testing the selfClosing bit of CompactHTMLToken, which is undefined for non start/end tags. BUG=675376 Review-Url: https://codereview.chromium.org/2613513002 Cr-Commit-Position: refs/heads/master@{#441333}
-
vitaliii authored
This CL adds a flag to choose a category ranker. The default is ConstantCategoryRanker. I had to add FEATURE_WITH_VARIATIONS_VALUE_TYPE (but not MULTI_VALUE_TYPE), because the latter presumably cannot be controled via variations service. BUG=675946 Review-Url: https://codereview.chromium.org/2595883002 Cr-Commit-Position: refs/heads/master@{#441332}
-
timloh authored
This patch edits the StylePropertySerializer to no longer look at the implicit flag, in particular for the remaining two properties using it, background and -webkit-mask. This makes those shorthands behave more consistently. In both of the updated test cases, the set values would result in an identical set of longhands as being set by the new returned shorthand, aside from the (invisible) implicit flag. We now allow this serialization to remove the case where styles can appear identical in their longhands (shorthands technically are not in the styles) but still serialize differently. This patch removes the last usage of the implicit flag outside of devtools. We may simply want to remove the usage there as the flag is not actually set particularly consistently, and does not even make sense for properties like background and animation. BUG=471917 Review-Url: https://codereview.chromium.org/2612733002 Cr-Commit-Position: refs/heads/master@{#441331}
-
ericwilligers authored
We reduce the duration of the test to avoid timeouts. The test has also been converted to use testharness. BUG=248938 Review-Url: https://codereview.chromium.org/2613663002 Cr-Commit-Position: refs/heads/master@{#441330}
-
benwells authored
This change also adds an OWNERS file for these files. TBR=sky, mvanouwerkerk BUG=674389 Review-Url: https://codereview.chromium.org/2611583002 Cr-Commit-Position: refs/heads/master@{#441329}
-
ericwilligers authored
We wait for all expected transition events before completing. BUG=248938 Review-Url: https://codereview.chromium.org/2616603003 Cr-Commit-Position: refs/heads/master@{#441328}
-
wychen authored
It became necessary to specify sysroot after the following CL: https://codereview.chromium.org/2583353002 Otherwise, std::is_trivially_copyable wouldn't be there. This CL also fixes the missing header issue on Mac. BUG=105388, 676800 Review-Url: https://codereview.chromium.org/2595413004 Cr-Commit-Position: refs/heads/master@{#441327}
-
jinsukkim authored
This CL moves the encoding-related utility method to base/i18n where it belongs better and makes itself available directly to embedder/contents. It also helps the interface ContentBrowserClient do without the method of the same name, which makes it simpler. Review-Url: https://codereview.chromium.org/2578003002 Cr-Commit-Position: refs/heads/master@{#441326}
-
jiaxi authored
This CL adds the basic UI for the material design bookmark manager. - list.html is the list of bookmarks. - sidebar.html contains the folder tree. BUG=651980 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2603303002 Cr-Commit-Position: refs/heads/master@{#441325}
-
martiniss authored
BUG=673583 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq;master.tryserver.chromium.perf:winx64_10_perf_cq Review-Url: https://codereview.chromium.org/2610093002 Cr-Commit-Position: refs/heads/master@{#441324}
-
pdyson authored
Add histograms for the duration between the obtaining of location and the use of location for omnibox queries. One set of histograms records the time since the location was first obtained. There is a histogram for each combination of Location Source and whether a location was sent. A second set of histograms records the time since the location was most recently obtained. There is a histogram for each of the Location Sources. BUG=668923 Review-Url: https://codereview.chromium.org/2576633002 Cr-Commit-Position: refs/heads/master@{#441323}
-
wangxianzhu authored
BUG=676974 Review-Url: https://codereview.chromium.org/2616463003 Cr-Commit-Position: refs/heads/master@{#441322}
-