- 04 Jan, 2017 40 commits
-
-
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}
-
sky authored
PointerWatcherEventRouter2 is now PointerWatcherEventRouter and aura_mus has been renamed to just mus. BUG=671363 TEST=none R=erg@chromium.org Review-Url: https://codereview.chromium.org/2610063002 Cr-Commit-Position: refs/heads/master@{#441321}
-
avi authored
BUG=579229 Review-Url: https://codereview.chromium.org/2605923002 Cr-Commit-Position: refs/heads/master@{#441320}
-
miu authored
Root cause was due to a shutdown race condition. Rather than resolve that, it was easier to simply remove some mostly-dead code paths that are no longer needed (https://codereview.chromium.org/2605973002/). Original review: https://codereview.chromium.org/2603533002/ BUG=643964 CQ-DEPEND=CL:2605973002 Review-Url: https://codereview.chromium.org/2608603002 Cr-Commit-Position: refs/heads/master@{#441319}
-
sadrul authored
Instead of keeping a queue of IPC messages in GpuChildThread for the deferred log messages that are sent to the browser, maintain a queue of structs describing the log messages. This makes it easier to follow the code, and easier to replace the chrome IPC with mojo IPC in subsequent patches. BUG=643746 Review-Url: https://codereview.chromium.org/2599203003 Cr-Commit-Position: refs/heads/master@{#441318}
-
chrome://policytnagel authored
BUG=655971 Review-Url: https://codereview.chromium.org/2608573002 Cr-Commit-Position: refs/heads/master@{#441317}
-
fdoray authored
The following traits are used: Priority: Inherited (default) The priority is inherited from the calling context (i.e. TaskTraits are initialized with the priority of the current task). Shutdown behavior: CONTINUE_ON_SHUTDOWN Tasks posted with this mode which have not started executing before shutdown is initiated will never run. Tasks with this mode running at shutdown will be ignored (the worker will not be joined). Note: Tasks that were previously posted to base::WorkerPool should use this shutdown behavior because this is how base::WorkerPool handles all its tasks. Does Not Block (default): Tasks without the MayBlock() and WithBaseSyncPrimitives() traits may not block. BUG=659191 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2604343002 Cr-Commit-Position: refs/heads/master@{#441316}
-
ccameron authored
None of the fragment shader sub-classes actually need to exist. BUG=667966 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel Review-Url: https://codereview.chromium.org/2608863002 Cr-Commit-Position: refs/heads/master@{#441315}
-
chrome-cron authored
Cr-Commit-Position: refs/heads/master@{#441314}
-
timloh authored
This patch rejects setting invalid values for registered properties via the CSSStyleDeclaration::setProperty function. The behaviour which we decided on is that we will retain any values set prior to registration and compute them as if they were the unset keyword if they are invalid after registration, but disallow setting such values after registration. CSS Typed OM is not yet hooked up aside from the filtered computed map for custom paint, so we don't yet make any changes there. BUG=641877 Review-Url: https://codereview.chromium.org/2607403002 Cr-Commit-Position: refs/heads/master@{#441313}
-
liushouqun authored
BUG= Review-Url: https://codereview.chromium.org/2608023002 Cr-Commit-Position: refs/heads/master@{#441312}
-
dcheng authored
- CSSSelectorWatch is used to implement a Blink public API that supports the chrome.declarativeContent [1] extension API. This is an internal implementation detail of Chrome, and has been moved to the unspecced timer task source. - The presentation attribute [2] cache cleaner remains as-is, since it's a static cleaner shared among different frames. [1] https://developer.chrome.com/extensions/declarativeContent [2] e.g. bgcolor, topmargin, etc attributes on a body element BUG=624694 Review-Url: https://codereview.chromium.org/2614603002 Cr-Commit-Position: refs/heads/master@{#441311}
-