| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
BUG=440500
Review URL: https://codereview.chromium.org/1252353005
Cr-Commit-Position: refs/heads/master@{#343482}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary of changes available at:
https://chromium.googlesource.com/chromium/blink/+log/0c3c8f8..5e4cba5
Sheriffs: In case of breakage, do NOT revert this roll, revert the
offending commit in the blink repository instead.
NOTRY=true
TBR=cbiesinger@chromium.org,yurys@chromium.org
Review URL: https://codereview.chromium.org/1289363004
Cr-Commit-Position: refs/heads/master@{#343481}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary of changes available at:
https://chromium.googlesource.com/skia/+log/6fbdeef..a83eead
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
TBR=egdaniel@google.com
Commits in this roll:
a83eead joshualitt@google.com Revert of stop dropping AA when rect stays rect (patchset #8 id:140001 of https://codereview.chromium.org/1295523002/ )
f5fb939 halcanary@google.com SkPDF: Move SkFlate into src/pdf (part 3/3)
9a106ba mtklein@chromium.org A bit of misc cleanup.
090ae8e joshualitt@chromium.org fix valgrind issue
40ac15a joshualitt@chromium.org fix viewmatrix mapping in AAFillRect
540e488 egdaniel@google.com Add include paths in gputest.gyp for use by additional gpu tests.
820bffb mtklein@chromium.org Build all GMs on Android.
cc2feb1 scroggo@chromium.org Support more swizzles to 565 in SkCodec
8f4ba76 emmaleer@google.com SkScaledCodec class
1bef9f5 joshualitt@chromium.org stop dropping AA when rect stays rect
b0a32cc egdaniel@google.com Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.chromium.org/1260673002/ )
2ba7099 joshualitt@chromium.org Add GM to test drawing atlas case
Review URL: https://codereview.chromium.org/1288003005
Cr-Commit-Position: refs/heads/master@{#343480}
|
|
|
|
|
|
|
|
| |
R=asvitkine@chromium.org
Review URL: https://codereview.chromium.org/1298493002
Cr-Commit-Position: refs/heads/master@{#343479}
|
|
|
|
|
|
|
|
|
|
|
| |
In about 5% of runs the client fails to connect to the
server because the server hasn't fully started yet.
BUG=
Review URL: https://codereview.chromium.org/1292803002
Cr-Commit-Position: refs/heads/master@{#343478}
|
|
|
|
|
|
|
|
|
|
|
| |
Complete the transition to using the new addSourceBuffer overload
that takes codecs as an unparsed string.
BUG=none
Review URL: https://codereview.chromium.org/1282883004
Cr-Commit-Position: refs/heads/master@{#343477}
|
|
|
|
|
|
|
|
| |
BUG=517735
Review URL: https://codereview.chromium.org/1290303002
Cr-Commit-Position: refs/heads/master@{#343476}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary of changes available at:
https://chromium.googlesource.com/chromium/blink/+log/25c8210..0c3c8f8
Sheriffs: In case of breakage, do NOT revert this roll, revert the
offending commit in the blink repository instead.
NOTRY=true
TBR=cbiesinger@chromium.org,yurys@chromium.org
Review URL: https://codereview.chromium.org/1295833004
Cr-Commit-Position: refs/heads/master@{#343475}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While implementing this API, I've come across some API changes I'd like to
make before submitting the actual implementation.
This also introduces the stub event router delegate and brings the stubs
closer to what the implementation looks like.
The implementation CL will be posted after this one:
https://codereview.chromium.org/1283603002/
BUG=479043
Review URL: https://codereview.chromium.org/1274753006
Cr-Commit-Position: refs/heads/master@{#343474}
|
|
|
|
|
|
| |
Review URL: https://codereview.chromium.org/1270443006
Cr-Commit-Position: refs/heads/master@{#343473}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-- Added base class of NetworkQualityProvider:
net/base/network_quality_provider.{h, cc}.
This will be
used by net stack to interact with NQP.
-- NetworkQualityEstimator is notified by NQP when
an updated value is available.
BUG=472685
Review URL: https://codereview.chromium.org/1285693002
Cr-Commit-Position: refs/heads/master@{#343472}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary of changes available at:
https://chromium.googlesource.com/chromium/blink/+log/8d3e1cb..25c8210
Sheriffs: In case of breakage, do NOT revert this roll, revert the
offending commit in the blink repository instead.
NOTRY=true
TBR=cbiesinger@chromium.org,yurys@chromium.org
Review URL: https://codereview.chromium.org/1292403005
Cr-Commit-Position: refs/heads/master@{#343471}
|
|
|
|
|
|
|
|
|
|
|
| |
This was being transitively included through a file from which I'd like
to remove it in Skia.
BUG=
Review URL: https://codereview.chromium.org/1289623011
Cr-Commit-Position: refs/heads/master@{#343470}
|
|
|
|
|
|
| |
Review URL: https://codereview.chromium.org/1292833003
Cr-Commit-Position: refs/heads/master@{#343469}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Entry point from blink is PermissionDispatcher::requestPermission
- IPC is handled internally by the permission service
- Permission service stores user's choice in content settings
Corresponding Blink change, which must land first, is
https://codereview.chromium.org/1154573005/
BUG=482814
Review URL: https://codereview.chromium.org/1164073005
Cr-Commit-Position: refs/heads/master@{#343468}
|
|
|
|
|
|
|
|
|
|
| |
This allows us to vary top_sites_count and forced_site per experiment.
BUG=309216
Review URL: https://codereview.chromium.org/1296503002
Cr-Commit-Position: refs/heads/master@{#343467}
|
|
|
|
|
|
|
|
| |
BUG=492773
Review URL: https://codereview.chromium.org/1294703002
Cr-Commit-Position: refs/heads/master@{#343466}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary of changes available at:
https://chromium.googlesource.com/v8/v8/+log/c9c63eaa..14316f3c
Please follow these instructions for assigning/CC'ing issues:
https://code.google.com/p/v8-wiki/wiki/TriagingIssues
Please close rolling in case of a roll revert:
https://v8-roll.appspot.com/
TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org
Review URL: https://codereview.chromium.org/1285213003
Cr-Commit-Position: refs/heads/master@{#343465}
|
|
|
|
|
|
|
|
|
|
| |
These compile but need more verification before we can call them 100% complete (this is bug 520289).
This fixes the size_t conversion warnings in these targets and removes the warning suppression from the GYP build.
Review URL: https://codereview.chromium.org/1288223002
Cr-Commit-Position: refs/heads/master@{#343464}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Added GetQuicChannelFactory() in JingleSession, so now it's possible
to create channels over QUIC.
- SessionConfig was updated to support QUIC-based transport. PseudoTCP
is still used by default.
- ContentDescription class is updated to exchange QuicConfig blobs
generated by QuicChannelFactory.
- ChromotingInstance allows to enable QUIC by enabling "quic"
experiment in the webapp.
BUG=448838
Review URL: https://codereview.chromium.org/1277093006
Cr-Commit-Position: refs/heads/master@{#343463}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with the UX mock
This patch changes the strings in download notification, to match them with the spec. This patch introduces the methods for the status text in download notification, instead of using the common method with the download tray, to show the dedicated strings to download notification.
BUG=519018
TEST=manually tested
TBR=asanka@chromium.org
R=fukino@chromium.org
Review URL: https://codereview.chromium.org/1276903005
Cr-Commit-Position: refs/heads/master@{#343462}
|
|
|
|
|
|
|
|
| |
BUG=510231
Review URL: https://codereview.chromium.org/1292403002
Cr-Commit-Position: refs/heads/master@{#343461}
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I'm going to make OOPIF the default soon. This makes the layout test
running code work with OOPIFs (only).
BUG=479172,490221
TEST=none
R=fsamuel@chromium.org
Review URL: https://codereview.chromium.org/1292183003
Cr-Commit-Position: refs/heads/master@{#343460}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When the GPU switches, create a new OpenGL context, to see which GL
renderer it uses. Whenever a context is made current to the surface,
ensure that the context is using the appropriate renderer.
Ideally, the GpuSwitchingManager should be able to tell the observers
which GL renderer to use, but that is not currently wired up.
BUG=519097
Committed: https://crrev.com/0009e1ea4154c5a20fffa3cf47b0b29c23a6f7e2
Cr-Commit-Position: refs/heads/master@{#343277}
Review URL: https://codereview.chromium.org/1291703002
Cr-Commit-Position: refs/heads/master@{#343459}
|
|
|
|
|
|
|
|
|
|
|
|
| |
This refactoring will make it easier to make changes for the bubble API
by consolidating this logic.
R=groby@chromium.org
BUG=496955
Review URL: https://codereview.chromium.org/1291653002
Cr-Commit-Position: refs/heads/master@{#343458}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary of changes available at:
https://chromium.googlesource.com/chromium/blink/+log/14329df..8d3e1cb
Sheriffs: In case of breakage, do NOT revert this roll, revert the
offending commit in the blink repository instead.
NOTRY=true
TBR=cbiesinger@chromium.org,yurys@chromium.org
Review URL: https://codereview.chromium.org/1299473002
Cr-Commit-Position: refs/heads/master@{#343457}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
id:20001 of https://codereview.chromium.org/1295753002/ )
Reason for revert:
This CL flakily causes failures on try bots, specifically in SingleProcessMemoryTracingTest.BrowserInitiatedSingleDump:
c:\b\build\slave\win_builder__dbg_\build\src\content\browser\tracing\memory_tracing_browsertest.cc(142): error: Mock function called more times than expected - returning default value.
Function call: OnMemoryDump(@3286BA0C 4-byte object \u003C01-00 00-00>, 3286B920)
Returns: false
Expected: to be called once
Actual: called twice - over-saturated and active
On Win7 - https://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%281%29/builds/40855
and ../../content/browser/tracing/memory_tracing_browsertest.cc:148: Failure
Value of: last_callback_success_
Actual: false
Expected: true
on Mac 10.8: https://build.chromium.org/p/chromium.mac/builders/Mac10.8%20Tests/builds/6628
Original issue's description:
> [tracing] Add browser-side tests for memory dumps.
>
> This is a rebase of https://codereview.chromium.org/1064413002. The
> `OverlappingRequests` test has been removed.
>
> Committed: https://crrev.com/a4c2539f13510a650d51e65204ea52426979659c
> Cr-Commit-Position: refs/heads/master@{#343408}
TBR=primiano@chromium.org,dsinclair@chromium.org,ruuda@google.com
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
Review URL: https://codereview.chromium.org/1294833004
Cr-Commit-Position: refs/heads/master@{#343456}
|
|
|
|
|
|
|
|
|
| |
BUG=519613
TBR=yusufo@chromium.org,ianwen@chromium.org
Review URL: https://codereview.chromium.org/1293883004
Cr-Commit-Position: refs/heads/master@{#343455}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary of changes available at:
https://chromium.googlesource.com/chromium/blink/+log/70f7cd0..14329df
Sheriffs: In case of breakage, do NOT revert this roll, revert the
offending commit in the blink repository instead.
NOTRY=true
TBR=cbiesinger@chromium.org,yurys@chromium.org
Review URL: https://codereview.chromium.org/1292853002
Cr-Commit-Position: refs/heads/master@{#343454}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Move the layout constants for the material design
omnibox dropdown into ThemeProvider, and specify
the values for the material and material hybrid
variants.
BUG=519507
TEST=none
R=pkasting
TBR=pkotwicz
Review URL: https://codereview.chromium.org/1289823004
Cr-Commit-Position: refs/heads/master@{#343453}
|
|
|
|
|
|
|
|
| |
BUG=516512
Review URL: https://codereview.chromium.org/1285443002
Cr-Commit-Position: refs/heads/master@{#343452}
|
|
|
|
|
|
|
|
|
|
|
|
| |
Histograms:
- GetCharacteristic.Characteristic: UUID of Characteristic
- GetCharacteristic.Outcome: Outcome of the call to GetCharacteristic.
BUG=499636
Review URL: https://codereview.chromium.org/1286883002
Cr-Commit-Position: refs/heads/master@{#343451}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary of changes available at:
https://chromium.googlesource.com/chromium/blink/+log/e027991..70f7cd0
Sheriffs: In case of breakage, do NOT revert this roll, revert the
offending commit in the blink repository instead.
NOTRY=true
TBR=cbiesinger@chromium.org,yurys@chromium.org
Review URL: https://codereview.chromium.org/1295753005
Cr-Commit-Position: refs/heads/master@{#343450}
|
|
|
|
|
|
|
|
|
|
| |
Old event name is obviously copied without being changed.
BUG=
Review URL: https://codereview.chromium.org/1294843002
Cr-Commit-Position: refs/heads/master@{#343449}
|
|
|
|
|
|
|
|
|
|
| |
Same as https://codereview.chromium.org/1292643002/ but only for android.
BUG=
Review URL: https://codereview.chromium.org/1291413002
Cr-Commit-Position: refs/heads/master@{#343448}
|
|
|
|
|
|
|
|
|
|
|
|
| |
QuicChannelFactory implements StreamChannelFactory to create channels
over a QUIC connection.
The new code will be hooked up in a separate CL.
BUG=448838
Review URL: https://codereview.chromium.org/1273233002
Cr-Commit-Position: refs/heads/master@{#343447}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary of changes available at:
https://chromium.googlesource.com/chromium/blink/+log/0005c6e..e027991
Sheriffs: In case of breakage, do NOT revert this roll, revert the
offending commit in the blink repository instead.
NOTRY=true
TBR=cbiesinger@chromium.org,yurys@chromium.org
Review URL: https://codereview.chromium.org/1292403003
Cr-Commit-Position: refs/heads/master@{#343446}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
To name something PostMessage on windows requires lots of undefs that
are tricky to get right with generated code. I'm changing the name so
that it doesn't conflict.
BUG=479172,490221
TEST=none
R=fsamuel@chromium.org
Review URL: https://codereview.chromium.org/1283403003
Cr-Commit-Position: refs/heads/master@{#343445}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The API will soon have more methods than just filtering store results.
This is part of making the sync implementation of this API a BrowserContextKeyedService, which has been split into multiple CLs to make reviewing easier:
1. Rename the API. [this CL]
2. Introduce the service. [WIP, https://codereview.chromium.org/1282023002/]
BUG=515108,474577,514230
Review URL: https://codereview.chromium.org/1293763002
Cr-Commit-Position: refs/heads/master@{#343444}
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Rewrite HpackRoundTripTest::RandomizedExamples in preparation for replacing
SpdyHeaderBlock with an ordered data structure.
This CL lands server change 100597159 by rjshade.
BUG=443287
Review URL: https://codereview.chromium.org/1291423002
Cr-Commit-Position: refs/heads/master@{#343443}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For async revalidations to work independently of
ResourceDispatcherHostImpl after creation, it is necessary that they
have no ResourceRequestInfoImpl objects attached to them.
However, we still need ResourceScheduler to be able to schedule these
requests.
This CL makes ScheduledResourceRequest a public interface which is
returned by ResourceScheduler::ScheduleResource(). The code to handle
ResourceHostMsg_DidChangePriority is now inside
ResourceDispatcherHostImpl instead of being delegated to
ResourceMessageDelegates.
A pointer to the ScheduledResourceRequest is attached to the URLRequest
so that ResourceDispatcherHostImpl can retrieve it when a
DidChangePriority message is received.
BUG=348877
TEST=content_unittests
Review URL: https://codereview.chromium.org/1285863003
Cr-Commit-Position: refs/heads/master@{#343442}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Change HPACK decoder to directly update cookie value in internal map, rather
than storing incremental changes and updating map at end. This is in
preparation for switching SpdyHeaderBlock to be an ordered data structure. The
decoder must insert the "cookie" header at the right point, rather than waiting
until all other headers have been processed.
This CL lands server change 100610321 by rjshade.
BUG=443287
Review URL: https://codereview.chromium.org/1290913005
Cr-Commit-Position: refs/heads/master@{#343441}
|
|
|
|
|
|
|
|
|
|
| |
This CL lands server change 100606715 by rjshade.
BUG=488484
Review URL: https://codereview.chromium.org/1284143005
Cr-Commit-Position: refs/heads/master@{#343440}
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In enum SpdyHeaderValidatorType, rename RESPONSE to RESPONSE_HEADER, and add
RESPONSE_TRAILER.
This CL lands server change 100141054 by mpw.
BUG=422958
Review URL: https://codereview.chromium.org/1294813002
Cr-Commit-Position: refs/heads/master@{#343439}
|
|
|
|
|
|
|
|
| |
BUG=502118
Review URL: https://codereview.chromium.org/1258523002
Cr-Commit-Position: refs/heads/master@{#343438}
|
|
|
|
|
|
|
|
|
|
|
|
| |
Custom tabs on tablet is special in that it does not have a tab strip.
Therefore ContextualMenuBar will calculate the wrong offset when
animating the bar.
BUG=510284
Review URL: https://codereview.chromium.org/1292693002
Cr-Commit-Position: refs/heads/master@{#343437}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary of changes available at:
https://chromium.googlesource.com/chromium/blink/+log/64a239a..0005c6e
Sheriffs: In case of breakage, do NOT revert this roll, revert the
offending commit in the blink repository instead.
NOTRY=true
TBR=cbiesinger@chromium.org,yurys@chromium.org
Review URL: https://codereview.chromium.org/1295833003
Cr-Commit-Position: refs/heads/master@{#343436}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change adds support for Flash Player Component updates on Linux.
It enables the component updater on Linux, and creates a hints file that
the zygote will use to locate and preload the latest component updated flash.
This should not affect component update OS X and Windows, however, because
it forks the update path on Linux from those platforms, there is a risk of a bug
that could affect component update on OS X and Windows.
BUG=460595
Review URL: https://codereview.chromium.org/1261333004
Cr-Commit-Position: refs/heads/master@{#343435}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary of changes available at:
https://chromium.googlesource.com/chromium/blink/+log/431bd36..64a239a
Sheriffs: In case of breakage, do NOT revert this roll, revert the
offending commit in the blink repository instead.
NOTRY=true
TBR=cbiesinger@chromium.org,yurys@chromium.org
Review URL: https://codereview.chromium.org/1295753004
Cr-Commit-Position: refs/heads/master@{#343434}
|
|
|
|
|
|
|
|
|
|
| |
There's no need for this code. See the bug for more details.
BUG=520712
Review URL: https://codereview.chromium.org/1292443003
Cr-Commit-Position: refs/heads/master@{#343433}
|