- 17 Mar, 2016 40 commits
-
-
loyso authored
It is useless with new Animation system. BUG=575041 Review URL: https://codereview.chromium.org/1810853002 Cr-Commit-Position: refs/heads/master@{#381661}
-
ben authored
BUG= Review URL: https://codereview.chromium.org/1810713002 Cr-Commit-Position: refs/heads/master@{#381660}
-
dbeam authored
R=isherman@chromium.org BUG=none TEST=`git grep md-downloads` Review URL: https://codereview.chromium.org/1805273002 Cr-Commit-Position: refs/heads/master@{#381659}
-
estade authored
Also use the platform-specific color in CommonThemePaintMenuItemBackground This should fix a regression introduced by ff6ab32f BUG=570698 Review URL: https://codereview.chromium.org/1797053002 Cr-Commit-Position: refs/heads/master@{#381658}
-
wangxianzhu authored
Previous isTreatedAsStackingContext is confusing because besides positioned elements we also treats some other elements as "pseudo stacking contexts" (see ObjectPainter::paintPseudoStackingContext() ==> renamed to ObjectPainter::paintAllPhasesAtomically()). The actual difference between elements "isTreatedAsStackingContext" and other pseudo stacking contexts is that the former are treated as "z-index:0" so are stacked in the containing stacking context. Then isTreatedAsOrStackingContext() is to check if the element should be stacked, so rename it to isStacked(). Added a chapter in Source/core/paint/README.md to explain how we understand and use the concepts. Also avoid "pseudo stacking context". Rename ObjectPainter::paintPseudoStackingContext() to ObjectPainter::paintAllPhasesAtomically(). Review URL: https://codereview.chromium.org/1798263002 Cr-Commit-Position: refs/heads/master@{#381657}
-
jbauman authored
Grab the current time in various formats so we can compare how long it's been since the last ack. Also use QueryUnbiasedInterruptTime to determine whether the computer has been suspended recently. BUG=588342 Review URL: https://codereview.chromium.org/1804303002 Cr-Commit-Position: refs/heads/master@{#381656}
-
eroman authored
BUG=496258 Review URL: https://codereview.chromium.org/1809863002 Cr-Commit-Position: refs/heads/master@{#381655}
-
joone.hur authored
BUG=none Review URL: https://codereview.chromium.org/1808943002 Cr-Commit-Position: refs/heads/master@{#381654}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#381653}
-
newt authored
This is needed to allow building with the N preview SDK. BUG=595525,595522 Review URL: https://codereview.chromium.org/1808073002 Cr-Commit-Position: refs/heads/master@{#381652}
-
fsamuel authored
content/common/gpu/client/gl_helper.{h|cc} depends on media. It looks like it's only used by content/browser/compositor anyway, so I moved it there. BUG=586384 Review URL: https://codereview.chromium.org/1802383002 Cr-Commit-Position: refs/heads/master@{#381651}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/bf680c30a280..cc864c336d19 $ git log bf680c30a..cc864c336 --date=short --no-merges --format='%ad %ae %s' 2016-03-16 mtklein Add back SkAutoTDelete::detach() for Android temporarily. CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=bungeman@google.com Review URL: https://codereview.chromium.org/1809643007 Cr-Commit-Position: refs/heads/master@{#381650}
-
caseq authored
Also, put rasterizer threads on top of main thread events. Review URL: https://codereview.chromium.org/1798253003 Cr-Commit-Position: refs/heads/master@{#381649}
-
moshayedi authored
We want to get rid of mojom::EventPtr and use ui::Event instead at some point. This CL removes mojom::EventPtr from one more layer in mus. BUG=578206 Review URL: https://codereview.chromium.org/1806703002 Cr-Commit-Position: refs/heads/master@{#381648}
-
danakj authored
This means calls to any flush or finish methods on GLES2Implementation will update the flush id, and calls to either WebGraphicsContext3D::lastFlushID() or to GLES2Interface::GetLastFlushIdCHROMIUM() will return the same answer always. R=kbr@chromium.org, piman BUG=584497 CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel Review URL: https://codereview.chromium.org/1814573002 Cr-Commit-Position: refs/heads/master@{#381647}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/c4384a34d3b6..1d2c8cd5bebc $ git log c4384a34d..1d2c8cd5b --date=short --no-merges --format='%ad %ae %s' CQ_INCLUDE_TRYBOTS= TBR=catapult-sheriff@chromium.org Review URL: https://codereview.chromium.org/1808953002 Cr-Commit-Position: refs/heads/master@{#381646}
-
rob.buis authored
Move the following grid-column/grid-row related longhands from LegacyCSSPropertyParser into CSSPropertyParser: grid-column-start, grid-column-end, grid-row-start, grid-row-end BUG=499780 Review URL: https://codereview.chromium.org/1798863005 Cr-Commit-Position: refs/heads/master@{#381645}
-
sullivan authored
Revert of Disabling v8.infinite_scroll for mac and linux. (patchset #1 id:1 of https://codereview.chromium.org/1812613002/ ) Reason for revert: Re-enabling as crash bug has been fixed. Original issue's description: > Disabling v8.infinite_scroll for mac and linux. > > TBR=sullivan > BUG=595404 > CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:android_s5_perf_cq;tryserver.chromium.perf:winx64_10_perf_cq;tryserver.chromium.perf:mac_retina_perf_cq;tryserver.chromium.perf:linux_perf_cq > > Committed: https://crrev.com/fc14335324676f130243e608d8231aa578e0902d > Cr-Commit-Position: refs/heads/master@{#381584} TBR=robertocn@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=595404 Review URL: https://codereview.chromium.org/1808743004 Cr-Commit-Position: refs/heads/master@{#381644}
-
timav authored
The AudioDecoder service is created by MojiMediaClient directly, without intermediate factory. BUG=542910 Review URL: https://codereview.chromium.org/1810763002 Cr-Commit-Position: refs/heads/master@{#381643}
-
fdoray authored
Before this change, UpdatePerUserShortcutsInLocation() looked for shortcuts pointing to |install dir|(.*)chrome\.exe and updated them to point to the chrome.exe of the current installation. Unfortunately, for a user-level dev/beta/stable installation, |install dir| is something like "C:\Users\...\Google\Chrome", which means that "C:\Users\...\Google\Chrome SxS\chrome.exe" is matched. With this CL, a dev/beta/stable installer will no longer try to update shortcuts pointing to a Canary installation. BUG=595374 Review URL: https://codereview.chromium.org/1803383002 Cr-Commit-Position: refs/heads/master@{#381642}
-
oshima authored
BUG=593567 R=wkorman@chromium.org Review URL: https://codereview.chromium.org/1813603002 Cr-Commit-Position: refs/heads/master@{#381641}
-
brucedawson authored
When building Chrome with VS 2015 Update 2 RC there is a compiler error: 1> texture_definition.cc 1>base/memory/ref_counted.h(414): error C2027: use of undefined type 'gpu::gles2::GLStreamTextureImage' 1> gpu/command_buffer/service/texture_manager.h(31): note: see declaration of 'gpu::gles2::GLStreamTextureImage' 1> base/memory/ref_counted.h(413): note: while compiling class template member function 'void scoped_refptr<gpu::gles2::GLStreamTextureImage>::AddRef(T *)' This is caused by a compiler bug, together with a type trait used in std::vector: https://twitter.com/StephanTLavavej/status/710191543840219136 A VS bug has been filed at: https://connect.microsoft.com/VisualStudio/feedback/details/2475971 Bug 595189 has a more minimal repro. BUG=440500,595189 CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel Review URL: https://codereview.chromium.org/1806743002 Cr-Commit-Position: refs/heads/master@{#381640}
-
danakj authored
The GLHelperHolder in RenderWidgetHostViewAndroid wants to use a command-buffer-aware context, which means it has to create a WebGraphicsContext3DImpl. However we can hide that behind the ContextProviderCommandBuffer API, to help us deprecate and delete the WebGraphicsContext3D class. We make a few cleanups to the class overall while we're touching it. R=sievers@chromium.org BUG=584497 Review URL: https://codereview.chromium.org/1805343005 Cr-Commit-Position: refs/heads/master@{#381639}
-
fdoray authored
This change is a subset of https://codereview.chromium.org/1698183005/ A Task is a unit of work in the task scheduler. It has a closure, a sequenced time, TaskTraits and other metadata inherited from base::PendingTask. A Sequence holds Tasks that must run in order. It is ref-counted and has thread-safe Push, Pop and Peek operations. Priority queues, worker threads and task runners will have references on Sequences. BUG=553459 Review URL: https://codereview.chromium.org/1705253002 Cr-Commit-Position: refs/heads/master@{#381638}
-
lambroslambrou authored
Review URL: https://codereview.chromium.org/1813613002 Cr-Commit-Position: refs/heads/master@{#381637}
-
yuweih authored
Reduced official build size from 7.9MB to 6.4MB. Can reenable WebRTC by changing the BUILD.gn file. BUG=595038 Review URL: https://codereview.chromium.org/1806963002 Cr-Commit-Position: refs/heads/master@{#381636}
-
zhaoqin authored
TBR=bruening@chromium.org, oshima@chromium.org BUG= Review URL: https://codereview.chromium.org/1808023003 Cr-Commit-Position: refs/heads/master@{#381635}
-
rch authored
BUG=595435 Review URL: https://codereview.chromium.org/1805913004 Cr-Commit-Position: refs/heads/master@{#381634}
-
sergeyu authored
Previously PairingAuthenticator classes were responsible for handling client ID. This meant that in case there are multiple pairing authentication methods the client would have to resend the client_id if the host chooses different authentication method. Now the client ID is handled by the negotiating layer, so client_id needs to be sent only once. Also now NegotiatingAuthenticators create PairingAuthenticators even when falling back to PIN. This ensures that <pairing-failed> tag is always present when falling back to PIN. BUG=593123 Review URL: https://codereview.chromium.org/1781173005 Cr-Commit-Position: refs/heads/master@{#381633}
-
nacl-deps-roller authored
https://chromium.googlesource.com/native_client/src/native_client.git/+log/d26dd9f685f4..fc8541e88a9b $ git log d26dd9f68..fc8541e88 --date=short --no-merges --format='%ad %ae %s' 2016-03-16 jpp PNaCl. Subzero. ARM32. Miscellaneous fixes. CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_chromium_dbg_32_ng,linux_nacl_sdk_build TBR=mseaborn@chromium.org Review URL: https://codereview.chromium.org/1814673002 Cr-Commit-Position: refs/heads/master@{#381632}
-
sdefresne authored
Remove problematic dependencies on //ipc from //ui/events when targetting iOS (Chrome on iOS cannot depends on //ipc nor //content). BUG=459705 Review URL: https://codereview.chromium.org/1802333002 Cr-Commit-Position: refs/heads/master@{#381631}
-
dtseng authored
Examples: - load a page that takes some time to load (e.g. nytimes.com) - begin navigating immediately result: wrap sound expected: to have something focused - navigate to nfb.org - navigate to the skip link - continue navigating result: wrap sound expected: focus lands somewhere (it appears focusing some elements causes them to get invalidated). m BUG= Review URL: https://codereview.chromium.org/1814633002 Cr-Commit-Position: refs/heads/master@{#381630}
-
rob.buis authored
According to the spec [1] "CSS-wide keywords are not valid <custom-ident>s", so move isCSSWideKeyword to CSSPropertyParserHelper and use it in consumeCustomIdent to exclude them. BUG=584999 [1] https://drafts.csswg.org/css-values-3/#identifier-value Review URL: https://codereview.chromium.org/1808753002 Cr-Commit-Position: refs/heads/master@{#381629}
-
paulirish authored
BUG=577505 Review URL: https://codereview.chromium.org/1797323003 Cr-Commit-Position: refs/heads/master@{#381628}
-
Rebaseline Bot authored
https://chromium.googlesource.com/chromium/src/+/a7a987e9e BUG=581974 TBR=kojii@chromium.org Review URL: https://codereview.chromium.org/1806193002 . Cr-Commit-Position: refs/heads/master@{#381627}
-
davidben authored
This was never implemented outside NSS sockets and things aren't using it anywhere. Token Binding is now using key exporters, so we can remove this. BUG=none Review URL: https://codereview.chromium.org/1807063002 Cr-Commit-Position: refs/heads/master@{#381626}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/468628c224cf..c4384a34d3b6 $ git log 468628c22..c4384a34d --date=short --no-merges --format='%ad %ae %s' CQ_INCLUDE_TRYBOTS= TBR=catapult-sheriff@chromium.org Review URL: https://codereview.chromium.org/1812683002 Cr-Commit-Position: refs/heads/master@{#381625}
-
hubbe authored
It seems that when the SeekDone comes from the remote side, we crash if there is no pipeline. When we're remoting, we should probably get the pause_time_ from the remote side, so let's avoid the crash by doing that. BUG=586225 Review URL: https://codereview.chromium.org/1807053002 Cr-Commit-Position: refs/heads/master@{#381624}
-
lushnikov authored
There are two reasons to rename the worker: - The formatting worker formats all kinds of formats. - There's a confustion between JavaScriptFormatter.js and ScriptFormatterWorker.js The patch also splits out FormattedContentBuilder into its own file. BUG=none R=dgozman, pfeldman Review URL: https://codereview.chromium.org/1805343003 Cr-Commit-Position: refs/heads/master@{#381623}
-
dpranke authored
R=dalecurtis@chromium.org BUG= Review URL: https://codereview.chromium.org/1812713002 Cr-Commit-Position: refs/heads/master@{#381622}
-