- 15 Dec, 2016 40 commits
-
-
chrishtr authored
As part of this, starts allocating a transform node to represent direct compositing of will-change:transform elements and their stacking children. BUG=668342 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2571043002 Cr-Commit-Position: refs/heads/master@{#438771}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/5ba6e0d1..027994b8 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/2580723002 Cr-Commit-Position: refs/heads/master@{#438770}
-
oka authored
If user opens a Quick View for a folder, show the folder icon instead of the generic file icon with no preview available message. BUG=None TEST=manually. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2561633006 Cr-Commit-Position: refs/heads/master@{#438769}
-
einbinder authored
BUG=none Review-Url: https://codereview.chromium.org/2560043005 Cr-Commit-Position: refs/heads/master@{#438768}
-
ericwilligers authored
We are now animating offset-rotate, hence CSSOffsetRotationInterpolationType. BUG=669782 Review-Url: https://codereview.chromium.org/2579673002 Cr-Commit-Position: refs/heads/master@{#438767}
-
toyoshim authored
Now all reloads triggered by user interfaces are replaced by ReloadMainResource, but Location.reload() and History.go() still call the traditional Reload. This patch changes them to call ReloadMainResource insteads under a runtime flag. This flag will be wired to a field study flag later. This is discussed at loading-dev@ in the following thread. https://groups.google.com/a/chromium.org/d/topic/loading-dev/gD-MPRcfwVA/discussion BUG=670237 Review-Url: https://codereview.chromium.org/2555963003 Cr-Commit-Position: refs/heads/master@{#438766}
-
toyoshim authored
In this patch, the class does nothing interesting, but would have a dynamic instance management in following changes. Migration would happen per platform behind a field study. See crbug.com/672793 for rough design and plan. BUG=672793 Review-Url: https://codereview.chromium.org/2566673002 Cr-Commit-Position: refs/heads/master@{#438765}
-
ericwilligers authored
We pause the animation, and progress using animationDelay. animation-direction-normal.html now uses testharness.js BUG=674123 Review-Url: https://codereview.chromium.org/2580703002 Cr-Commit-Position: refs/heads/master@{#438764}
-
constantina authored
For desktop Linux, Chrome OS and Windows only. Only active behind the --enable-experimental-web-platform-features flag. BUG=668389 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2545323002 Cr-Commit-Position: refs/heads/master@{#438763}
-
lpy authored
Accroding to HTML spec https://html.spec.whatwg.org/multipage/semantics.html#the-link-element, if the href attribute in link element is empty, then the element does not define a link and should be ignored. BUG=669351 Review-Url: https://codereview.chromium.org/2575273002 Cr-Commit-Position: refs/heads/master@{#438762}
-
lushnikov authored
This patch sets a default color for icon masks. This should be good enough to solve concerns in https://crrev.com/2570783006 while supporting dark theme. BUG=669323 R=dgozman Review-Url: https://codereview.chromium.org/2572283002 Cr-Commit-Position: refs/heads/master@{#438761}
-
nhiroki authored
BUG=667357 Review-Url: https://codereview.chromium.org/2571603003 Cr-Commit-Position: refs/heads/master@{#438760}
-
lushnikov authored
Currently, the persistence only syncs working copy changes. However, one of the valid change of working copy is its resetting - means that UISourceCode becomes non-dirty again. This patch starts resetting working copy of UISourceCode if its counterpart got into a clean state. BUG=674332 R=dgozman Review-Url: https://codereview.chromium.org/2578823002 Cr-Commit-Position: refs/heads/master@{#438759}
-
mtomasz authored
Some mount points are virtual, and do not store bytes on the local file system. TEST=None BUG=653593 Review-Url: https://codereview.chromium.org/2556413002 Cr-Commit-Position: refs/heads/master@{#438758}
-
xiaochengh authored
This patch moves the main logic of WebLocalFrameImpl::replaceSelection to Editor, so that the web/ layer becomes thinner, and less details of editing are exposed. No behavior is changed. This patch is also a preparation for https://codereview.chromium.org/2576903002. BUG=673789 Review-Url: https://codereview.chromium.org/2575343002 Cr-Commit-Position: refs/heads/master@{#438757}
-
yhirano authored
URLResponseBodyConsumer reads data from a mojo data pipe and dispatches it as a URLResponseBodyConsumer::ReceivedData. When the dispatched data is destructed, mojo::EndReadDataRaw is called. Until then, mojo::BeginRead will return MOJO_RESULT_BUSY. This CL implements the correct handling for such a case. This mis-handling was the cause of the failure of virtual/mojo-loading/http/tests/inspector/network/network-fetch.html. This CL also adds text() call in makeFetch function so that the backpressure mechanism won't stop the loading. BUG=669357 Review-Url: https://codereview.chromium.org/2573743002 Cr-Commit-Position: refs/heads/master@{#438756}
-
xiaochengh authored
BUG=n/a Review-Url: https://codereview.chromium.org/2579713002 Cr-Commit-Position: refs/heads/master@{#438755}
-
dbeam authored
An action item from this ES6 proposal: https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/iJrC4PVSfoU R=dpranke@chromium.org BUG=671426 Review-Url: https://codereview.chromium.org/2576253002 Cr-Commit-Position: refs/heads/master@{#438754}
-
pdfium-deps-roller authored
https://pdfium.googlesource.com/pdfium.git/+log/c7739322e5cd..37b12ad87319 $ git log c7739322e..37b12ad87 --date=short --no-merges --format='%ad %ae %s' 2016-12-14 tsepez Return unique_ptr from CXFA_FFApp::CreateDoc. 2016-12-14 tsepez More unique_ptr returns from DIB methods. 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 TBR=dsinclair@chromium.org Review-Url: https://codereview.chromium.org/2576983002 Cr-Commit-Position: refs/heads/master@{#438753}
-
yhirano authored
Some layout tests in http/tests/inspector/tracing check |encoded_data_length| which is not dispatched when the resource is cached because no bytes are received from the network in such a case. To deflake them, this CL adds a random query to avoid caching. BUG=None R=dgozman@chromium.org Review-Url: https://codereview.chromium.org/2573393002 Cr-Commit-Position: refs/heads/master@{#438752}
-
tkent authored
It is a test for a Document leak by Document::m_associatedFormControls [1]. However [2] removed m_associatedFormControls, and now the test isn't helpful. [1] https://chromium.googlesource.com/chromium/src/+/ca06c84dc478d4af2aa0b37026da6fa1a679d02e [2] https://chromium.googlesource.com/chromium/src/+/c7e3c1f85c4691489409104d9ab53d30b52cd8d9 BUG=674194 Review-Url: https://codereview.chromium.org/2572383002 Cr-Commit-Position: refs/heads/master@{#438751}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/ab7345371ad0..f87ce97ea1fa $ git log ab7345371..f87ce97ea --date=short --no-merges --format='%ad %ae %s' 2016-12-14 lpy [Trace Viewer] Show runtime statistics in background parsing. 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.android:android_optional_gpu_tests_rel TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2577993002 Cr-Commit-Position: refs/heads/master@{#438750}
-
gab authored
Fix coming up @ https://codereview.chromium.org/2491613004/ but suppressing race in mean time to make TSAN bot green again (issue 672860). BUG=587199 TEST=TimerTest.OneShotTimer_CustomTaskRunner no longer reported as failure by linux_chromium_tsan_rel_ng. NO_DEPENDENCY_CHECKS=true Review-Url: https://codereview.chromium.org/2576503002 Cr-Commit-Position: refs/heads/master@{#438749}
-
falken authored
The callers can have a registration id even before storage is initialized, for example if registration ids are stored in preferences. BUG=672716 Review-Url: https://codereview.chromium.org/2569353003 Cr-Commit-Position: refs/heads/master@{#438748}
-
lushnikov authored
This abstraction is not needed any more. All the clients are migrated over to the Common.FormatterWorkerPool.parseCSS method. BUG=none R=dgozman Review-Url: https://codereview.chromium.org/2572053002 Cr-Commit-Position: refs/heads/master@{#438747}
-
sashab authored
Made -webkit-box-direction property independent. Also updated independent-inheritance-fast-path.html to include webkitBoxDirection. Also updated make_computed_style_base.py to use 'name_for_methods' instead of 'upper_camel_name' so that Webkit is removed from the front of the name when generating method names. Tested using independent-inheritance-fast-path.html. BUG=628043 Review-Url: https://codereview.chromium.org/2574063002 Cr-Commit-Position: refs/heads/master@{#438746}
-
jialiul authored
class: (1) Schedule clean up stale navigation footprint (2) Backtrace navigation events up to 2 user gesture for a given download, and add this info into ClientDownloadRequest proto. (3) Add UMA metrices to track attribution results BUG=639467 Review-Url: https://codereview.chromium.org/2538483002 Cr-Commit-Position: refs/heads/master@{#438745} -
oka authored
This CL allows user to open files which are browsable on Chrome on Quick View. Browsable files include pdf and text. Screencast: https://bugs.chromium.org/p/chromium/issues/detail?id=640696#c11 BUG=642713,640696 TEST=manually tested the following: - For pdf and text, preview with 24px of vertical margin appears. - For image, video and audio, preview with 15% of vertical margin appears as before. - For .docx, 'no preview available' is shown as expected, though the file type is 'document' which is the same as pdf. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2540863004 Cr-Commit-Position: refs/heads/master@{#438744}
-
bashi authored
We are going to merge MemoryCoordinator into MemoryCoordinatorImpl as a part of preparations for adding an pure interface of MemoryCoordinator in base/. Since they are not simple classes, just merging them will create a big class which has multiple responsibilities. Before merging them, factor out state updating code from MemoryCoordinatorImpl. BUG=673216 Review-Url: https://codereview.chromium.org/2568393002 Cr-Commit-Position: refs/heads/master@{#438743}
-
sky authored
This is needed for chrome. BUG=663525 TEST=none R=erg@chromium.org Review-Url: https://codereview.chromium.org/2581503002 Cr-Commit-Position: refs/heads/master@{#438742}
-
michaeln authored
Adds a QuotaSettings datastructure and changes how the total poolsize for temporary storage is determined. This CL adds a public content API that the embedder must use to inform the quota system of the desired QuotaSettings. The old computation: [available_space + current_temp_usage] / 3 The new computation: [total_volume_size - os_overhead] / 3 The new computation is simplified to be a function of the size of the volume, and no longer takes as input how much chrome is currently using. This also reduces the time take to initialize the quota system. To defend against filling the drive, as available space gets "too low", the calculated per-host quota is clamped to the hosts current usage. This prevents the writing of new data because quota clients query GetUsageAndQuota() prior to performing a write. Also the eviction logic deletes existing data to keep |must_remain_available| disk space free. BUG=520318 Review-Url: https://codereview.chromium.org/1782053004 Cr-Commit-Position: refs/heads/master@{#438741}
-
alancutter authored
This change alters transition animation handling of length properties that happen to be stored as non-length numeric fields in ComputedStyle. Instead of treating them as AnimatableDoubles this patch treats them as AnimatableLengths which can deal with changes in page zoom correctly. Transitions may still start due to floating point & integer truncation approximations but the visual effects of the transitions will be negligible. BUG=267316 Review-Url: https://codereview.chromium.org/2562643002 Cr-Commit-Position: refs/heads/master@{#438740}
-
toyoshim authored
To check if browser side navigation is enabled, use content::IsBrowserSideNavigationEnabled() instead of checking command line directly. BUG=671545 Review-Url: https://codereview.chromium.org/2574973002 Cr-Commit-Position: refs/heads/master@{#438739}
-
michaelpg authored
Merges settings-basic-page and settings-advanced-page by into one element. This simplifies a lot of behavior (we no longer have two MainPageBehavior instances trying to scroll #mainContainter at the same time) which fixes some bugs for free. Functionality in settings-main that was specific to the settings pages has been moved into settings-basic page, simplifying settings-main. Unfortunately, settings-main still shares an annoying amount with setting-basic-page, namely inSearchMode and advancedToggleExpanded. The main bug this fixes is issue 662004: tapping a Basic page section from an Advanced page sub-page (or vice versa) would fail to scroll to the new section. Minor bugs that this fixes: * after opening a subpage, tapping a section in the nav menu closed the subpage but only jumped to the new section after an awkward delay * after loading a subpage URL, tapping the back icon button caused the page to jump to the top, then back down * navigating from a Basic subpage to an Advanced subpage, or vice versa, would have hidden one of the main pages while transitioning Note: settings-basic-page should be renamed now that "basic" is meaningless, but unfortunately every conceivable alternative name is already taken, except for settings-settings-page which is horrible for reasons too numerous to mention. BUG=662004 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2518233004 Cr-Commit-Position: refs/heads/master@{#438738} -
toyoshim authored
Now, there are two callses that use WebFrameLoadType::Reload to call WebFrame::reloadWithOverrideURL(). These callers can be modified to use WebFrameLoadType::ReloadMainResoure insteads. Also, this change removes default argument from WebFrame::reload() and WebFrame::reloadWithOverrideURL() so to encourage using a right reload type for each caller respectively. Also this will be better in terms of coding style since default argument for virtual method is not recommended in chromium. BUG=670196 Review-Url: https://codereview.chromium.org/2567983008 Cr-Commit-Position: refs/heads/master@{#438737}
-
dgozman authored
It is not used for anything meaningful. BUG=none Review-Url: https://codereview.chromium.org/2581453002 Cr-Commit-Position: refs/heads/master@{#438736}
-
alancutter authored
Refactor helper functions for https://codereview.chromium.org/2562643002. BUG=267316 Review-Url: https://codereview.chromium.org/2569913002 Cr-Commit-Position: refs/heads/master@{#438735}
-
caseq authored
This introduced a notion of tracing session to chrome.devtools.timeline API and lets API client to supply a URL of the trace data to append to the flame chart. This also includes: - exposing a check-box for each extension in Timeline toolbar to selectively enable extensions; - extracting Timeline.LoaderClient from TimelineLifecycleDelegate so that loader can be re-used outside of the panel; - create a temp file in TimelineBackingStorage lazily, only when data are actually written there; - changing TimelineController.startRecording() to accept options as a struct rather than a bunch of boolean parameters; - support for dumping a FlameChartDataProvider in tests; - a new type of events in TimelineFlameChart to support extensions; BUG=620066 Review-Url: https://codereview.chromium.org/2563383003 Cr-Commit-Position: refs/heads/master@{#438734} -
dgozman authored
BUG=664683 TBR=pfeldman Review-Url: https://codereview.chromium.org/2574843003 Cr-Commit-Position: refs/heads/master@{#438733}
-
ksakamoto authored
BUG=674396,653722 TBR=schenney@chromium.org NOTRY=TRUE Review-Url: https://codereview.chromium.org/2577893003 Cr-Commit-Position: refs/heads/master@{#438732}
-