Chromium Code Reviews
Description[Android] Stop using universal_newlines in the layout tests server constructor. (RELAND)
This had previously been necessary when spawning adb instances with the
server constructor, as adb mangles newlines. Starting with
https://codereview.chromium.org/2540603004/, the android port no longer
spins up adb shells with the server constructor, so we no longer need to
use universal_newlines. This also means we no longer need to encode crash
streams back into bytes from text, as they're not converted to text in the
first place.
This is a reland of https://codereview.chromium.org/2629113005/
BUG=679723, 496983
TEST=fast/dom/shadow/gesture-tap-mouseup-listener-update-distribution-crash.html, which consistently crashes on android
Review-Url: https://codereview.chromium.org/2633753003
Cr-Commit-Position: refs/heads/master@{#443771}
Committed: https://chromium.googlesource.com/chromium/src/+/078991c0a621513fe78bde8822c7bc9f309e688d
Patch Set 1 : original #Patch Set 2 : accept unicode and str objects #
Messages
Total messages: 11 (7 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||