- 24 Mar, 2015 33 commits
-
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/b944946..201fd41 TBR=dglazkov@chromium.org,alph@chromium.org Review URL: https://codereview.chromium.org/1028343002 Cr-Commit-Position: refs/heads/master@{#321934}
-
hirono authored
PiexLoader is enabled only for official build. BUG=396702 TEST=None R=isherman@chromium.org Review URL: https://codereview.chromium.org/1026733003 Cr-Commit-Position: refs/heads/master@{#321933}
-
jdduke authored
In WebView, flings that target the root scrolling layer are ignored by the compositor. In this case, we failed to clean up the scroll state in InputHandlerProxy, leading it to believe that a scroll was still active after the fling had been ignored. Handle this case, resetting the scroll activity bit when a fling is ignored. BUG=469369 Review URL: https://codereview.chromium.org/1028533004 Cr-Commit-Position: refs/heads/master@{#321932}
-
jeremyim authored
- Add the ClientConfig proto definition corresponding to the response coming from the service. - Create a means of generating a pseudo response from the built in params and request options. - Create a class to parse the JSON response. - Add necessary helper classes for the ProxyScheme and time values coming from the service. BUG=466753 Review URL: https://codereview.chromium.org/1017853003 Cr-Commit-Position: refs/heads/master@{#321931}
-
noel authored
Degenerate TRC have runs of 0's / 1's from the left / right edge of the TRC curve (a curve we want to invert), but the inverse curve is not well-defined in those regions. Return 0 or 1 for the inverse in those regions. Also ensure the binary search parameters are bounded to a valid search range. BUG=458024 Review URL: https://codereview.chromium.org/1016213002 Cr-Commit-Position: refs/heads/master@{#321930}
-
shreeram.k authored
BUG=463671 Review URL: https://codereview.chromium.org/1029043002 Cr-Commit-Position: refs/heads/master@{#321929}
-
wittman authored
Provides a metrics provider that uploads statistical stack profiling state via UMA. This CL builds on top of the statistical profiler implementation in https://crrev.com/1016563004, which is under review. BUG=464929 Review URL: https://codereview.chromium.org/981143006 Cr-Commit-Position: refs/heads/master@{#321928}
-
jbudorick authored
BUG=431823 Review URL: https://codereview.chromium.org/1000793002 Cr-Commit-Position: refs/heads/master@{#321927}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/b6342c4..b944946 TBR=dglazkov@chromium.org,alph@chromium.org Review URL: https://codereview.chromium.org/1026203002 Cr-Commit-Position: refs/heads/master@{#321926}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/7971def..374a4c3 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=hcm@google.com Review URL: https://codereview.chromium.org/1033573002 Cr-Commit-Position: refs/heads/master@{#321925}
-
kcarattini authored
This is the first part of a multi-cl feature. I'll add the api functions in a followup cl to avoid having huge cls. BUG=438525 Review URL: https://codereview.chromium.org/1020473003 Cr-Commit-Position: refs/heads/master@{#321924}
-
boliu authored
This is a long lived command line switch that chromecast uses. Convert it to a RendererPreference instead. BUG=469343 Review URL: https://codereview.chromium.org/1025933002 Cr-Commit-Position: refs/heads/master@{#321923}
-
agoode authored
Review URL: https://codereview.chromium.org/1027643003 Cr-Commit-Position: refs/heads/master@{#321922}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/f5744a3..b6342c4 TBR=dglazkov@chromium.org,alph@chromium.org Review URL: https://codereview.chromium.org/1027243004 Cr-Commit-Position: refs/heads/master@{#321921}
-
horo authored
1/2 chromium: this cl 2/2 blink: https://codereview.chromium.org/1023293004/ Screen shot: https://code.google.com/p/chromium/issues/detail?id=466871#c9 BUG=466871 Review URL: https://codereview.chromium.org/1029553002 Cr-Commit-Position: refs/heads/master@{#321920}
-
eroman authored
BUG=None Review URL: https://codereview.chromium.org/1028873002 Cr-Commit-Position: refs/heads/master@{#321919}
-
sunnyps authored
EstimatedParentDrawTime was not being subtracted from MISSED BeginFrames as it is for all other BeginFrames. Review URL: https://codereview.chromium.org/1025373002 Cr-Commit-Position: refs/heads/master@{#321918}
-
Mark Mentovai authored
preference on Mac OS X. Metrics (UMA) never requires a restart for a toggle to take effect. For crash reporting, Breakpad required a restart, but Crashpad does not. A toggled preference takes effect immediately. Chrome on Mac OS X is now using the crash reporting client from Crashpad, not Breakpad. Since it is incorrect to state that a Chrome restart is required for a change in this preference to take effect, remove the text and the link that performs the restart. BUG=466964 R=estade@chromium.org Review URL: https://codereview.chromium.org/1032573002 Cr-Commit-Position: refs/heads/master@{#321917}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/92d04da..7971def CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=hcm@google.com Review URL: https://codereview.chromium.org/1020853008 Cr-Commit-Position: refs/heads/master@{#321916}
-
dkrahn authored
BUG=None TEST=pretty_print.py / validate_format.py Review URL: https://codereview.chromium.org/1019893007 Cr-Commit-Position: refs/heads/master@{#321915}
-
pvalenzuela authored
This CL adds additional logging to the FakeServer verification methods of FakeServerVerifier. BUG=NONE Review URL: https://codereview.chromium.org/1008983002 Cr-Commit-Position: refs/heads/master@{#321914}
-
erg authored
This first patch allocates resource ids for the image structures in blink. It then temporarily renames current usage of all these symbols from IDR_* to IDR2_* so that we don't conflict on names once we land part 2. BUG=467176 Review URL: https://codereview.chromium.org/1030743002 Cr-Commit-Position: refs/heads/master@{#321913}
-
jamiewalch authored
This also moves the in-DOM equivalent under crd/ since it's no longer cross-application. BUG=b/19484255 Review URL: https://codereview.chromium.org/1023943004 Cr-Commit-Position: refs/heads/master@{#321912}
-
reillyg authored
To prevent an application from continuing to listen for TCP connections or incoming UDP packets when the user is not aware that it is still running this patch observes the state of its associated AppWindows and opens and closes ports as necessary. The socket itself is left open so that state is not lost. BUG=435404 Review URL: https://codereview.chromium.org/1022663003 Cr-Commit-Position: refs/heads/master@{#321911}
-
aelias authored
This entry didn't match because the parens were interpreted as regexp grouping instead of literal characters. I didn't notice the problem before given that K+ Adreno 3xx devices are also covered by the OpenGL ES 3.0 policy. This should actually expand the Ganesh whitelist to all pre-K Adreno 3xx devices as originally intended by r307526. BUG=467581,424970 Review URL: https://codereview.chromium.org/1025803003 Cr-Commit-Position: refs/heads/master@{#321910}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/315737e..f5744a3 TBR=dglazkov@chromium.org,alph@chromium.org Review URL: https://codereview.chromium.org/1003363007 Cr-Commit-Position: refs/heads/master@{#321909}
-
fahl authored
Removed implicit cast from size_t to int, prevent an unlikely but theoretically possible integer overflow. BUG=none Review URL: https://codereview.chromium.org/1025523004 Cr-Commit-Position: refs/heads/master@{#321908}
-
johannkoenig authored
Pull from upstream: https://codereview.chromium.org/1029663003 Fix include path: https://codereview.chromium.org/1027273004 R=tomfinegan@chromium.org Review URL: https://codereview.chromium.org/1032543002 Cr-Commit-Position: refs/heads/master@{#321907}
-
qinmin authored
The org.apache.http package is being deprecated. Android Dev page suggests using HttpURLConnection instead. BUG=468867 Review URL: https://codereview.chromium.org/1023033002 Cr-Commit-Position: refs/heads/master@{#321906}
-
lgarron authored
BUG=469853 Review URL: https://codereview.chromium.org/1020953003 Cr-Commit-Position: refs/heads/master@{#321905}
-
cmumford authored
A while back ChromiumEnv was enhanced to sync a directory the first time a newly created file was written to. This was a speculative change added in an attempt to resolve database corruptions caused by missing files. Since no improvements were seen as a result of this change it is now being removed. Additionally leveldb's implicit contract for WritableFile::Sync() is that it shall sync the directory if that WritableFile is for a manifest - ChromiumEnv did not do that. BUG=417769 Review URL: https://codereview.chromium.org/1022983004 Cr-Commit-Position: refs/heads/master@{#321904}
-
garykac authored
BUG=465878 Review URL: https://codereview.chromium.org/1028803002 Cr-Commit-Position: refs/heads/master@{#321903}
-
nick authored
This test passes now because bug 433012 has been fixed in blink. BUG=433012 Review URL: https://codereview.chromium.org/1004593004 Cr-Commit-Position: refs/heads/master@{#321902}
-
- 23 Mar, 2015 7 commits
-
-
anandc authored
This should help with diff-ing the contents of the host-logs when tests fail. BUG= Review URL: https://codereview.chromium.org/1016273004 Cr-Commit-Position: refs/heads/master@{#321901}
-
mikecase authored
Work Chrome will instantly crash when running instrumentation tests unless we whitelist the etp_native/ folder to not be removed. BUG=452143 Review URL: https://codereview.chromium.org/1023443006 Cr-Commit-Position: refs/heads/master@{#321900}
-
alhaad authored
Adding Mojo C thunks headers to be used by html_viewer. Note that the Mojo shell can register an implementation only when this is rolled into the Mojo repo. R=jamesr@chromium.org,piman@chromium.org BUG=453591 Review URL: https://codereview.chromium.org/1023673009 Cr-Commit-Position: refs/heads/master@{#321899}
-
ksakamoto authored
This patch moves the functionality of RenderFrameDevToolsAgentHost::DispatchProtocolMessage() to DevToolsAgentHostImpl so that SW agent host can handle the emulateNetworkConditions message. BUG=444820 Review URL: https://codereview.chromium.org/1029523002 Cr-Commit-Position: refs/heads/master@{#321898}
-
horo authored
Revert of Revert of Revert of Enable ServiceWorkerPerfTest (service_worker.service_worker) (patchset #1 id:1 of https://codereview.chromium.org/1027743004/) Reason for revert: Failing on Android One perf bot which doesn't have "screenrecord". http://crbug.com/469841 Original issue's description: > Revert of Revert of Enable ServiceWorkerPerfTest (service_worker.service_worker) (patchset #1 id:1 of https://codereview.chromium.org/959793002/) > > Reason for revert: > avconv is available on Nexus 10. > https://code.google.com/p/chromium/issues/detail?id=433943#c37 > > Original issue's description: > > Revert of Enable ServiceWorkerPerfTest (service_worker.service_worker) (patchset #1 id:1 of https://codereview.chromium.org/954663002/) > > > > Reason for revert: > > Failing on Nexus 10. > > > > Original issue's description: > > > Enable ServiceWorkerPerfTest (service_worker.service_worker) > > > > > > I think https://codereview.chromium.org/884573004/ fixed the ServiceWorker test flakiness. > > > > > > BUG=433943 > > > TEST=./tools/perf/run_benchmark --browser-executable=~/chromium/src/out/Debug/chrome --also-run-disabled-tests service_worker.service_worker > > > > > > Committed: https://crrev.com/adaa44fc1275085c09fff18d8f2dfbddd88bc186 > > > Cr-Commit-Position: refs/heads/master@{#317807} > > > > TBR=falken@chromium.org,nednguyen@google.com,sullivan@chromium.org,horo@chromium.org > > NOPRESUBMIT=true > > NOTREECHECKS=true > > NOTRY=true > > BUG=433943 > > > > Committed: https://crrev.com/6aa34fa4e41d77e92d86f3f0c5f80fab9bdda749 > > Cr-Commit-Position: refs/heads/master@{#318066} > > TBR=falken@chromium.org,nednguyen@google.com,sullivan@chromium.org,simonhatch@chromium.org > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=433943 > > Committed: https://crrev.com/e3f37ac21edb64dcf805007a382aff9405642948 > Cr-Commit-Position: refs/heads/master@{#321759} TBR=falken@chromium.org,nednguyen@google.com,sullivan@chromium.org,simonhatch@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=433943 Review URL: https://codereview.chromium.org/1000273003 Cr-Commit-Position: refs/heads/master@{#321897}
-
reddaly authored
BUG=451526 Review URL: https://codereview.chromium.org/999933005 Cr-Commit-Position: refs/heads/master@{#321896}
-
thakis authored
The current method is MSVS-specific. With just NOINLINE, clang still does a tail call, which also prevents a stack frame, so also add some dummy machinery that makes the tail-call optimization impossible. BUG=469813 Review URL: https://codereview.chromium.org/1029183002 Cr-Commit-Position: refs/heads/master@{#321895}
-