- 24 Mar, 2015 24 commits
-
-
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 16 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}
-
jackhou authored
This sets CFBundleShortVersionString to the app's version_name. It was previously the version of Chrome that built the shim. The Chrome version is now stored in CrBundleVersion. This also adds |version_for_display| to ShortcutInfo. BUG=465617 Review URL: https://codereview.chromium.org/1016543004 Cr-Commit-Position: refs/heads/master@{#321894}
-
aurimas authored
BUG=428842 Review URL: https://codereview.chromium.org/1015833005 Cr-Commit-Position: refs/heads/master@{#321893}
-
reillyg authored
As of OS X Yosemite the IORegistry paths for Bluetooth HID devices are no longer unique. This change switches to using the entry IDs instead, which appear to remain unique. BUG=452172 Review URL: https://codereview.chromium.org/1025553004 Cr-Commit-Position: refs/heads/master@{#321892}
-
pkotwicz authored
BUG=428904 Review URL: https://codereview.chromium.org/1024993003 Cr-Commit-Position: refs/heads/master@{#321891}
-
asanka authored
Some servers incorrectly send 'Content-Encoding: gzip' for responses that should be downloaded as gzipped files. UMA indicates that the number of servers that exhibit this incorrect behavior is vanishingly small. Hence the network stack will no longer perform this encoding fixup. What an embedder of the network stack does with a response often depends on the response headers and the capabilities of the embedder. The current implementation was based on an inaccurate prediction of the inteded disposition of the response. In addition to the inaccuracy, the implementation was also becoming a maintenance burden. With this change, resources downloaded with the incorrect Content-Encoding will be saved uncompressed. BUG=318217 Review URL: https://codereview.chromium.org/1008873006 Cr-Commit-Position: refs/heads/master@{#321890}
-
jrummell authored
BUG=450861 TEST=layout tests for ECK pass Review URL: https://codereview.chromium.org/1023333002 Cr-Commit-Position: refs/heads/master@{#321889}
-
kenobi authored
Fix a type error introduced in https://codereview.chromium.org/1032513002/ BUG=None TBR=smckay@chromium.org Review URL: https://codereview.chromium.org/1020003004 Cr-Commit-Position: refs/heads/master@{#321888}
-
estade authored
BUG=469780 Review URL: https://codereview.chromium.org/1011503004 Cr-Commit-Position: refs/heads/master@{#321887}
-
alhaad authored
Modify build_gles2_cmd_buffer.py to generate a class that implements gpu::GLES2Interace and for each entry point either defers to Mojo C thunk if we expose an entry point or check fails. The code in its current form makes use of MojoGLES2GetGLES2Interface if html_viewer makes use but we do not have a Mojo C thunk. I'll be adding Mojo C thunks for other functions used by html_viewer and eventually remove MojoGLES2GetGLES2Interface. R=jamesr@chromium.org,davemoore@chromium.org BUG=453591 Review URL: https://codereview.chromium.org/993253003 Cr-Commit-Position: refs/heads/master@{#321886}
-