- 01 Jun, 2016 40 commits
-
-
sergeyu authored
Added remoting_dev_me2me_host and native_messaging_host which were previously not compiled by remoting_all Review-Url: https://codereview.chromium.org/2018323002 Cr-Commit-Position: refs/heads/master@{#397119}
-
tzik authored
Add missing operator* to WeakPtr, so that its instance can be dereferenced uniformly. Review-Url: https://codereview.chromium.org/2031463002 Cr-Commit-Position: refs/heads/master@{#397118}
-
dbeam authored
R=dschuyler@chromium.org BUG=602464 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation NOTRY=true Review-Url: https://codereview.chromium.org/2025023003 Cr-Commit-Position: refs/heads/master@{#397117}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/276e63361c73..ba150cc28330 $ git log 276e63361..ba150cc28 --date=short --no-merges --format='%ad %ae %s' 2016-06-01 caryclark always compute a cubic tangent BUG=615686 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=herb@google.com Review-Url: https://codereview.chromium.org/2026023003 Cr-Commit-Position: refs/heads/master@{#397116}
-
mattcary authored
Review-Url: https://codereview.chromium.org/2023073003 Cr-Commit-Position: refs/heads/master@{#397115}
-
https://codereview.chromium.org/1818903004thakis authored
A media/gpu header now includes a webrtc video_common header, so video_common now must be a public_dep, so that webrtc's include directories are passed to dependencies. BUG=616220 NOTRY=true Review-Url: https://codereview.chromium.org/2028543003 Cr-Commit-Position: refs/heads/master@{#397114}
-
guidou authored
Disable ChromeRenderProcessHostBackgroundingTest.ProcessPriorityAfterStoppedAudio on Windows due to flakiness. BUG=616421 TBR=jochen@chromium.org,henrika@chromium.org,pkasting@chromiun.org Review-Url: https://codereview.chromium.org/2032493002 Cr-Commit-Position: refs/heads/master@{#397113}
-
szager authored
Prior to this change, auto vertical scrollbars could intrude into the content box and overlap content on the right edge. Discussion of this change at: https://codereview.chromium.org/1930183002/#msg12 BUG=600036 R=skobes@chromium.org,eae@chromium.org Review-Url: https://codereview.chromium.org/1980103002 Cr-Commit-Position: refs/heads/master@{#397112}
-
vasilii authored
Create a subclass responsible for updating the statistics. Using InteractionKeeper it's possible to do it not only on bubble destruction but when the bubble updates its content. BUG=615825 Review-Url: https://codereview.chromium.org/2025003002 Cr-Commit-Position: refs/heads/master@{#397111}
-
fsamuel authored
This has test coverage through surfaces unittests, but I will add a standalone test in a separate patch. BUG=611802 Review-Url: https://codereview.chromium.org/2028573003 Cr-Commit-Position: refs/heads/master@{#397110}
-
gabadie authored
BUG=582080 Review-Url: https://codereview.chromium.org/2026193003 Cr-Commit-Position: refs/heads/master@{#397109}
-
pkasting authored
BUG=596039 TEST=none TBR=guidou Review-Url: https://codereview.chromium.org/2028953003 Cr-Commit-Position: refs/heads/master@{#397108}
-
yukishiino authored
This CL adds a new API, V8PrivateProperty::hasValue(). BUG= Review-Url: https://codereview.chromium.org/2027113003 Cr-Commit-Position: refs/heads/master@{#397107}
-
sigbjornf authored
A ScriptLoader that has become detached from its document will not execute the script once the script resource has loaded. If in such a detached state, make sure the ScriptLoader lets go of its PendingScript promptly. R= BUG= Review-Url: https://codereview.chromium.org/2028613002 Cr-Commit-Position: refs/heads/master@{#397106}
-
fsamuel authored
This CL also moves out the dependency on skia resource_format.h to resource_format_utils. This was to avoid adding skia as a public dependency from the TransferableResource StructTraits. BUG= CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review-Url: https://codereview.chromium.org/2020993004 Cr-Commit-Position: refs/heads/master@{#397105}
-
stkhapugin authored
Revert of [ios Mojo] Integration test for Mojo WebUI. (patchset #9 id:160001 of https://codereview.chromium.org/2006273005/ ) Reason for revert: Breaks downstream ios_internal_unittests execution because ios_internal_unittests already has resource load code and the bundle ends up being loaded twice. Please remove this code downstream, also see comments in code review tool. Original issue's description: > [ios Mojo] Integration test for Mojo WebUI. > > Tests communication between WebUI page and the native code. > When page is loaded it sends "syn" message to the native code, > when native code receives "syn" it replies back with "ack", > when page receives "ack" it replies back with "fin". Once "fin" is > received the test succeeds. > > BUG=567809 > > Committed: https://crrev.com/dc9e9709213948d4db6308f71c4097950b9da8fa > Cr-Commit-Position: refs/heads/master@{#396972} TBR=rockot@chromium.org,jyquinn@chromium.org,sdefresne@chromium.org,thestig@chromium.org,eugenebut@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=567809 Review-Url: https://codereview.chromium.org/2027983002 Cr-Commit-Position: refs/heads/master@{#397104}
-
pkasting authored
BUG=589802 TEST=none TBR=guidou Review-Url: https://codereview.chromium.org/2032463002 Cr-Commit-Position: refs/heads/master@{#397103}
-
sergeyu authored
ClientResolution message contains DIPs and device size fields. DIPs size was marked as legacy, but it was actually used by the host. It's best to use DIPs for consistency with other messages, particularly VideoTrackLayout. marked device-pixel size as deprecated and the host now works when width/height fields are not specified. Review-Url: https://codereview.chromium.org/2021773002 Cr-Commit-Position: refs/heads/master@{#397102}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/6f8618f8..349ac04f 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=tryserver.blink:linux_blink_rel TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2026243002 Cr-Commit-Position: refs/heads/master@{#397101}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/e288c0d9a188..14820dc4a7cd $ git log e288c0d9a..14820dc4a --date=short --no-merges --format='%ad %ae %s' BUG=613970 TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2031473002 Cr-Commit-Position: refs/heads/master@{#397100}
-
rune authored
BUG=459022 Review-Url: https://codereview.chromium.org/2027653004 Cr-Commit-Position: refs/heads/master@{#397099}
-
sdefresne authored
This is used by the Chrome on iOS today extension to get information about the nearby devices and display them when user has enabled the physical web integration. Introduce a new target //ios:all to list all targets build on iOS and add a dependency on it from //:gn_all. This will avoid changing root BUILD.gn every time an iOS target is added upstream. BUG=615799 Review-Url: https://codereview.chromium.org/2023833002 Cr-Commit-Position: refs/heads/master@{#397098}
-
bnc authored
* Do not parse Alt-Svc response on insecure connections, add regression test. * Do not follow in-memory Alt-Svc on insecure connections, add regression test. This CL has a shortcut: |enable_alt_svc_for_insecure_origin|, which is false in production but true in tests (except for the two regression tests). Adapting the existing tests is a lot of work, that will come in one or more follow-up CLs. BUG=615497 Review-Url: https://codereview.chromium.org/2026863002 Cr-Commit-Position: refs/heads/master@{#397097}
-
eranm authored
This change puts into use the TreeStateTracker class by wiring it to: * A global STHDistributor for receiving fresh STHs via the component updater. * The per-profile CTVerifier for receiving notification of verified SCTs that should be checked for inclusion. As discussed with sorin and rsleevi, the wiring of the STHSetComponentInstaller is via a globally-accessible STHDistributor, created by the IOThread. BUG=613501 Review-Url: https://codereview.chromium.org/2014573002 Cr-Commit-Position: refs/heads/master@{#397096}
-
guidou authored
Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/7a441a0..c0150c6 TBR= CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_chromium_archive_rel_ng;tryserver.chromium.mac:mac_chromium_archive_rel_ng BUG= Review-Url: https://codereview.chromium.org/2028973002 Cr-Commit-Position: refs/heads/master@{#397095}
-
esprehn authored
This removes the special string type the parser was using in favor of StringView. In doing so it also makes all of the string allocations inside the parser more explicit. Doing this requires adding equalIgnoringASCIICase for StringView, and also operator[], tests are included. :) One major change is now StringView::toString() will attempt to create an 8bit string from a 16bit StringView whenever possible. This does mean potentially wasted work inside StringImpl::create8BitIfPossible if callers are frequently making strings with unicode characters in them. We should see how often this happens in practice, and probably optimize the code in create8BitIfPossible to first scan the string to avoid the wasted malloc. BUG=615174 Review-Url: https://codereview.chromium.org/2024373002 Cr-Commit-Position: refs/heads/master@{#397094}
-
skyostil authored
Revert of headless: Allow protocol handler customization (patchset #3 id:40001 of https://codereview.chromium.org/2024973002/ ) Reason for revert: Doing another review round with net/. Original issue's description: > headless: Allow protocol handler customization > > Allow headless clients to provide custom protocol handlers. This lets > the clients override how URL requests are fulfilled for different > schemes types. > > Design doc: https://docs.google.com/document/d/1m4CCZGJWOJdHY5MVwQqY3sT-5kBoz7NqmGvIb6-l3fM/edit#bookmark=id.5bqp8w95liri > > BUG=595353 > > Committed: https://crrev.com/789f9abbbc69e5d485984a9d7b4e3d167054919f > Cr-Commit-Position: refs/heads/master@{#396884} TBR=altimin@chromium.org,alexclarke@chromium.org,eseckler@chromium.org,rsleevi@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=595353 Review-Url: https://codereview.chromium.org/2026253002 Cr-Commit-Position: refs/heads/master@{#397093}
-
guidou authored
It has become flaky on the Win7 Tests bot. Root cause for the flakiness is not clear yet. BUG=616388 TBR=phoglung@chromium.org Review-Url: https://codereview.chromium.org/2027963002 Cr-Commit-Position: refs/heads/master@{#397092}
-
suzyh authored
The flakiness dashboard for virtual/threaded/animations/restart-not-visible.html shows that the test is currently timing out on debug builds and passing everywhere else. This patch updates the entry for this test in TestExpectations to be more specific. BUG=567230 Review-Url: https://codereview.chromium.org/2022093003 Cr-Commit-Position: refs/heads/master@{#397091}
-
mmoroz authored
security_blacklist.txt is a merge of blacklist.txt and vptr_blacklist.txt. BUG=609786 Review-Url: https://codereview.chromium.org/2018973002 Cr-Commit-Position: refs/heads/master@{#397090}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/4ca545e6..6f8618f8 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=tryserver.blink:linux_blink_rel TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2026233002 Cr-Commit-Position: refs/heads/master@{#397089}
-
kinaba authored
The method is clearly documented to be called regardless of the input type, but for our purpose, it is needed only when the client is really requiring text input. BUG=b/28930470 Review-Url: https://codereview.chromium.org/2027123002 Cr-Commit-Position: refs/heads/master@{#397088}
-
sdefresne authored
Chrome on iOS needs to use "-ObjC" to link all symbols from static libraries that define at least one Objective-C category or class. Add it to the ios_app_bundle template so that it is used by all executables. BUG=459705 Review-Url: https://codereview.chromium.org/2024673002 Cr-Commit-Position: refs/heads/master@{#397087}
-
milko.leporis authored
This change fixes ld.bfd failure when GN is used, which was caused by missing "-Wl,-rpath-link=" path. BUG=616082 TEST=Build Chromium for Linux MIPS using ld.bfd and GN Review-Url: https://codereview.chromium.org/2025883002 Cr-Commit-Position: refs/heads/master@{#397086}
-
foolip authored
The spec was changed due to a compat problem in Gecko, and Gecko has already changed as well, "since no one except for us bothered to implement the spec": https://bugzilla.mozilla.org/show_bug.cgi?id=1260515 https://github.com/whatwg/xhr/issues/66 Intent to Deprecate thread updated: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/BOgLhbdljU4 BUG=383483 Review-Url: https://codereview.chromium.org/2025903002 Cr-Commit-Position: refs/heads/master@{#397085}
-
yosin authored
Get rid of an unused function FrameSelection::setNonDirectionalSelectionIfNeeded() for VisibleSelection This patch gets rid of an unused function |VisibleSelection| version of |FrameSelection::setNonDirectionalSelectionIfNeeded()| to reduce source code size for improving code health. BUG=n/a TEST=n/a; no behavior changes Review-Url: https://codereview.chromium.org/2024703005 Cr-Commit-Position: refs/heads/master@{#397084}
-
tzik authored
This is a preparation of base::Bind for move-only variants of Callback, and also a preparation of the oneshot variant of Callback. On InvokeHelper mod, this CL moves Runnable from a class template parameter to a function template parameter of InvokeHelper::MakeItSo, so that it can run &&-qualified Run() method via rvalue-reference Runnable. On BindState mod, BindState ctor will forward Runnable as Perfect Forwarding into its internal storage. So that BindState can hold move-only Runnable into it. BUG=554299 Review-Url: https://codereview.chromium.org/1798403002 Cr-Commit-Position: refs/heads/master@{#397083}
-
rjwright authored
Changes in line with changes to the spec: https://drafts.css-houdini.org/css-typed-om-1/#cssperspective Tracking bug: https://bugs.chromium.org/p/chromium/issues/detail?id=610159 BUG=610172 Review-Url: https://codereview.chromium.org/2024023002 Cr-Commit-Position: refs/heads/master@{#397082}
-
yoshiki authored
This patch suppresses opening the launcher and show app-installed notifications instead after user installs apps from CWS. Even with this patch, the app launcher is opened to show the installation progress. It'll be suppressed in the separated patch, BUG=606843 TEST=manual tested Review-Url: https://codereview.chromium.org/1993583002 Cr-Commit-Position: refs/heads/master@{#397081}
-
guidou authored
Revert of Clear ui::Layer damaged_region_ after commit. (patchset #2 id:20001 of https://codereview.chromium.org/2018223002/ ) Reason for revert: This CL is suspect of breaking Linux Tests bots. See crbug.com/616387 I will reland if the revert doesn't fix the bots. Original issue's description: > Clear ui::Layer damaged_region_ after commit. > > This was only being cleared for ui::Layers with PictureLayers and not > those with TextureLayers, so all frames afterwards would have > unnecessary damage. > > BUG=610086 > > Committed: https://crrev.com/5ab42edc1361fee3b5255dd36bc8663dfb44cb5e > Cr-Commit-Position: refs/heads/master@{#396936} TBR=danakj@chromium.org,jbauman@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=610086 Review-Url: https://codereview.chromium.org/2027953002 Cr-Commit-Position: refs/heads/master@{#397080}
-