- 28 Dec, 2015 40 commits
-
-
qyearsley authored
BUG=569691 Review URL: https://codereview.chromium.org/1522233002 Cr-Commit-Position: refs/heads/master@{#367022}
-
kozyatinskiy authored
BUG=456525 TBR=pfeldman@chromium.org Review URL: https://codereview.chromium.org/1551713003 Cr-Commit-Position: refs/heads/master@{#367021}
-
qyearsley authored
This is a follow-up to https://codereview.chromium.org/1525033002 -- this is a small change that was left out of that CL which makes it so that --required_initial_confidence is added to the command line parameters passed to bisect_perf_regression.py. BUG=568041 Review URL: https://codereview.chromium.org/1543003002 Cr-Commit-Position: refs/heads/master@{#367020}
-
agrieve authored
It was missing at least one source file, so until we make the GYP->GN switch, it's better to just use the glob. BUG=532905 Review URL: https://codereview.chromium.org/1538393003 Cr-Commit-Position: refs/heads/master@{#367019}
-
stevenjb authored
This includes a minor change to settings_page_browsertest.js to use $$ instead of shadowRoot.querySelector (thanks to dschuyler@ for the reminder). BUG=543299 For simple change to BUILD.gn: TBR=sky@chromium.org Review URL: https://codereview.chromium.org/1466433002 Cr-Commit-Position: refs/heads/master@{#367018}
-
kozyatinskiy authored
runTest function has parameter that enable watchdog for test. Watchdog terminates test after 20 seconds. When runTest function is set as load event listener then it get event as first parameter and enables watchdog. BUG=498782 TBR=pfeldman@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1552593002 Cr-Commit-Position: refs/heads/master@{#367017}
-
mattm authored
Otherwise NSS may cache verification results even after the test DB is gone. BUG=569657 TEST=net_unittests --gtest_filter='CertDatabaseNSSTest.ImportCaAndServerCert:TestRootCertsTest.OverrideTrust' --gtest_shuffle --gtest_repeat=25 Review URL: https://codereview.chromium.org/1532223005 Cr-Commit-Position: refs/heads/master@{#367016}
-
tzik authored
BUG= Review URL: https://codereview.chromium.org/1545343002 Cr-Commit-Position: refs/heads/master@{#367015}
-
agrieve authored
Not required in GYP since it doesn't assert outputs. Build fails without this change. BUG=532905 Review URL: https://codereview.chromium.org/1542153002 Cr-Commit-Position: refs/heads/master@{#367014}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/93eb4b97d4b8..636270245fb4 $ git log 93eb4b97d..636270245 --date=short --no-merges --format='%ad %ae %s' 2015-12-28 mtklein initialize offscreen in StrokeZeroGM CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=mtklein@google.com Review URL: https://codereview.chromium.org/1546373002 Cr-Commit-Position: refs/heads/master@{#367013}
-
kozyatinskiy authored
BUG=572726 TBR=pfeldman@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1547333002 Cr-Commit-Position: refs/heads/master@{#367012}
-
fmalita authored
Font::drawGlyphs() is a fallback/legacy code path, only used in drawGlyphBuffer() when we fail to build text blobs due to verticalAnyUpright text. Hence, the existing horizontal optimization is no longer reachable. Remove the dead code and associated helper method. Also * fold the remaining paintGlyphs helper into drawGlyphs * drop unused textBounds param * use a scoped SkAutoCanvasRestore instead of explicit restore No functional changes. R=eae@chromium.org,drott@chromium.org,jbroman@chromium.org Review URL: https://codereview.chromium.org/1548333002 Cr-Commit-Position: refs/heads/master@{#367011}
-
kozyatinskiy authored
inspector/sources/debugger/debugger-autocontinue-on-syntax-error.html inspector/sources/debugger/debugger-completions-on-call-frame.html inspector/sources/debugger/debugger-disable-enable.html inspector/sources/debugger/debugger-uncaught-promise-on-pause.html BUG=572723 TBR=pfeldman@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1545383002 Cr-Commit-Position: refs/heads/master@{#367010}
-
agrieve authored
BUG=504082 Review URL: https://codereview.chromium.org/1546903003 Cr-Commit-Position: refs/heads/master@{#367009}
-
jri authored
(Breaking out connection migration CL https://codereview.chromium.org/1327923002/.) R=rch@chromium.org,pauljensen@chromium.org BUG= Review URL: https://codereview.chromium.org/1541003003 Cr-Commit-Position: refs/heads/master@{#367008}
-
stevenjb authored
Multiple instances of the same WebUI URL can legitimately share a pairing delegate. BUG=568426 Review URL: https://codereview.chromium.org/1540323002 Cr-Commit-Position: refs/heads/master@{#367007}
-
kozyatinskiy authored
BUG=451577 TBR=pfeldman@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1550823002 Cr-Commit-Position: refs/heads/master@{#367006}
-
gmanikpure authored
BUG=chromedriver:1302 Review URL: https://codereview.chromium.org/1553453002 Cr-Commit-Position: refs/heads/master@{#367005}
-
kozyatinskiy authored
BUG=572714 TBR=pfeldman@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1550813002 Cr-Commit-Position: refs/heads/master@{#367004}
-
sergeyu authored
Previously Session implementations were responsible for creation and ownership of Transport objects. Now Connection* classes own both Transport and Session instances. This allows to ensure that correct type of transport is created (i.e. WebRTC connection uses WebrtcTransport). It also makes it possible for the host to support two types of connections similtaneously (previously Ice connections were not working when the host was started with --enable-webrtc). Session is no longer responsible for tracking state of the Transport, so it doesn't need CONNECTED state anymore. Session just passes transport-info messages to and from transport and the Connection object is responsible for tracking the state of the transport. BUG=547158 Review URL: https://codereview.chromium.org/1545743002 Cr-Commit-Position: refs/heads/master@{#367003}
-
kozyatinskiy authored
BUG=451577 TBR=pfeldman@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1550143003 Cr-Commit-Position: refs/heads/master@{#367002}
-
tzik authored
BUG= Review URL: https://codereview.chromium.org/1551513002 Cr-Commit-Position: refs/heads/master@{#367001}
-
Krishna Govind authored
Cr-Commit-Position: refs/heads/master@{#367000}
-
kozyatinskiy authored
BUG=451577 TBR=pfeldman@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1544413002 Cr-Commit-Position: refs/heads/master@{#366999}
-
sorin authored
BUG=571104 Review URL: https://codereview.chromium.org/1536083003 Cr-Commit-Position: refs/heads/master@{#366998}
-
zmo authored
BUG= TEST=nothing breaks R=kbr@chromium.org,piman@chromium.org,jmadill@chromium.org,bbudge@chromium.org,rmaymes@chromium.org Review URL: https://codereview.chromium.org/1541283002 Cr-Commit-Position: refs/heads/master@{#366997}
-
kozyatinskiy authored
On WebKit Linux Oilpan (dbg), WebKit Mac10.7 (dbg) BUG=571710 TBR=pfeldman@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1553443002 Cr-Commit-Position: refs/heads/master@{#366996}
-
kozyatinskiy authored
inspector/elements/user-properties.html inspector/extensions/extensions-reload.html inspector/extensions/extensions-resources.html inspector/extensions/extensions-sidebar.html BUG=451577 TBR=pfeldman@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1549423002 Cr-Commit-Position: refs/heads/master@{#366995}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/e76b4bb3ae03..93eb4b97d4b8 $ git log e76b4bb3a..93eb4b97d --date=short --no-merges --format='%ad %ae %s' 2015-12-28 joshualitt Disable ES2 on Linux SDL CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=mtklein@google.com Review URL: https://codereview.chromium.org/1546353002 Cr-Commit-Position: refs/heads/master@{#366994}
-
kojii authored
This patch makes Character::isCJKIdeographOrSymbol() faster for: 1. Check cjkSymbolRanges earlier than cjkIsolatedSymbols. Because the former is much more commonly used, it improves common cases. 2. Add the first/last optimization for cjkSymbolRanges check. This improves characters outside the cjkSymbolRanges. 3. Check U+02C7, U+02CA, U+02CB, U+02D9 separately. Since these are the only CJK below U+2020, this improves the performance below U+2020. As the result of these changes, following improvements are seen in local debug builds. Average of all code points: 5673 -> 2760 (50% improve) Han Ideograph Basic block: 5044 -> 3223 (36% improve) Hiragana: 342 -> 269 (21% improve) Arabic: 748 -> 51 (93% improve) No code path changes for code points below U+02C7. No behavior changes. BUG=571943, 571654 Review URL: https://codereview.chromium.org/1545073002 Cr-Commit-Position: refs/heads/master@{#366993}
-
kozyatinskiy authored
BUG=451577 TBR=pfeldman@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1548353002 Cr-Commit-Position: refs/heads/master@{#366992}
-
maniscalco authored
Don't write to stdout. Only write to stderr when there's an error. BUG=572396 Review URL: https://codereview.chromium.org/1550793002 Cr-Commit-Position: refs/heads/master@{#366991}
-
sdefresne authored
iOS 8 and 9 deprecated many APIs. Add -Wno-deprecated-declarations to iOS targets until the corresponding deprecated API usages are removed. BUG=569158,571217 Review URL: https://codereview.chromium.org/1548323002 Cr-Commit-Position: refs/heads/master@{#366990}
-
sdefresne authored
BUG=567991 Review URL: https://codereview.chromium.org/1552533003 Cr-Commit-Position: refs/heads/master@{#366989}
-
zmo authored
Switch a test from fail to skip, because it nuked the harness. BUG=483282 TEST=gpu fyi win debug bots TBR=kbr@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1545363002 Cr-Commit-Position: refs/heads/master@{#366988}
-
jkarlin authored
Adds max sync event duration as a parameter to BackgroundSyncParameters and allows it to be overwritten via field trials. BUG=569001 Review URL: https://codereview.chromium.org/1536023002 Cr-Commit-Position: refs/heads/master@{#366987}
-
fayang authored
relnote: Replace last remaining NULLs in gfe/quic with nullptr. No behavior change. Merge internal change: 110570650 https://codereview.chromium.org/1542753004/ relnote: Add PushResponse() in QuicSimpleServerStream. Merge internal change: 110554875 https://codereview.chromium.org/1545793002/ relnote: Adding details to most quic connection close calls. This is a precursor to removing CloseConnection[without details] entirely. This is so we can to be able disambiguate various causes of specific error codes when logging them server side. We can always add more details where useful at a later point. Merge internal change: 110546286 https://codereview.chromium.org/1548783002/ relnote: Add path_id to QuicSentPacketManager and QuicSentPacketManager::PendingRetransmission. No functional change. Merge internal change: 110540464 https://codereview.chromium.org/1542773004/ relnote: Add class QuicMultipathReceivedPacketManager (not in use currently). Merge internal change: 110454683 https://codereview.chromium.org/1548703002/ relnote: If the user supplied a request body in hex, print response body in hex as well. In addition, convert hex in both cases to printable ASCII characters where possible. Example output: Request: headers: { :authority:test.example.com :path:/net.grpc.examples.QuicGreeter/SayHello :scheme:http :method:POST te:trailers grpc-encoding:identity grpc-accept-encoding:identity,deflate,gzip content-type:application/grpc user-agent:grpc-c++/0.12.0.0 grpc-c/0.12.0.0 (linux) } body hex: 00000000070a05776f726c64 body ascii: . . . . . . . w o r l d Response: headers: HTTP/1.1 200 OK grpc-encoding: identity grpc-accept-encoding: identity,deflate,gzip content-type: application/grpc body hex: 0a0b48656c6c6f20776f726c64 body ascii: . . H e l l o w o r l d trailers: { grpc-status:0 } Request succeeded (200). Merge internal change: 110446931 https://codereview.chromium.org/1545703002/ relnote: Drop not awaited packets before decrypt them. Merge internal change: 110403572 https://codereview.chromium.org/1546633002/ relnote: Add path_id to SerializedPacket. No functional change. Merge internal change: 110393215 https://codereview.chromium.org/1542123002/ relnote: Drop packets which are larger than kMaxPacketSize, instead of closing the connection with QUIC_PACKET_TOO_LARGE. Not flag protected. Merge internal change: 110290154 https://codereview.chromium.org/1543703002/ relnote: Adds a DCHECK that the host argument to QuicInMemoryCache::AddResponse is not empty. An empty host works fine in google3, but breaks tests in Chromium for $reasons. Merge internal change: 110286048 https://codereview.chromium.org/1544563002/ relnote: Delete unused methods in QuicServerSession Merge internal change: 110254138 https://codereview.chromium.org/1539333003/ relnote: If message body specified with --body_hex then print out the user provided string rather than the binary body. Merge internal change: 110244865 https://codereview.chromium.org/1538373002/ R=rch@chromium.org Review URL: https://codereview.chromium.org/1541263002 Cr-Commit-Position: refs/heads/master@{#366986}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/9a878a00ef2c..e76b4bb3ae03 $ git log 9a878a00e..e76b4bb3a --date=short --no-merges --format='%ad %ae %s' 2015-12-28 joshualitt Reland of Make draw* lines responsible for cache management (patchset #1 id:1 of https://codereview.chromium.org/1552513003/ ) 2015-12-28 joshualitt Revert of Make draw* lines responsible for cache management (patchset #1 id:1 of https://codereview.chromium.org/1521613002/ ) CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=mtklein@google.com Review URL: https://codereview.chromium.org/1546333002 Cr-Commit-Position: refs/heads/master@{#366985}
-
tzik authored
BUG= Review URL: https://codereview.chromium.org/1549313002 Cr-Commit-Position: refs/heads/master@{#366984}
-
mmoroz authored
R=aizatsky@chromium.org, inferno@chromium.org, kcc@chromium.org, krasin@chromium.org BUG=569578 Review URL: https://codereview.chromium.org/1549793002 Cr-Commit-Position: refs/heads/master@{#366983}
-