- 25 Mar, 2015 40 commits
-
-
earthdok authored
Widen a suppression and exclude two tests. BUG=470517, 470507, 463261 TBR=eugenis@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1001843003 Cr-Commit-Position: refs/heads/master@{#322145}
-
alexclarke authored
Disabling this test will make a bot go green. See bug for details. BUG=470499 Review URL: https://codereview.chromium.org/1031943004 Cr-Commit-Position: refs/heads/master@{#322144}
-
earthdok authored
BUG=158922 TBR=eugenis@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1029583010 Cr-Commit-Position: refs/heads/master@{#322143}
-
pneubeck authored
This adds a check that the requested algorithm is actually permitted by the certificate as defined in the algorithm field of the Subject Public Key Info. BUG=466584 Review URL: https://codereview.chromium.org/998293002 Cr-Commit-Position: refs/heads/master@{#322142}
-
pneubeck authored
module_test_case.py was removed from trace-viewer. See the bug for more details. TBR=nduca@chromium.org BUG=470463 Review URL: https://codereview.chromium.org/1033933002 Cr-Commit-Position: refs/heads/master@{#322141}
-
alph authored
Make profiler less dependent on src/base BUG=406277 Review URL: https://codereview.chromium.org/1020853013 Cr-Commit-Position: refs/heads/master@{#322140}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/698efc0..7d47c95 TBR=jchaffraix@chromium.org Review URL: https://codereview.chromium.org/1037703002 Cr-Commit-Position: refs/heads/master@{#322139}
-
noyau authored
On iOS the resource load can't be highjacked to be replaced by local content: Inlining the necessary resources and fixing the CSS so the page actually scrolls on iOS. BUG=None Review URL: https://codereview.chromium.org/1008993007 Cr-Commit-Position: refs/heads/master@{#322138}
-
bnc authored
Account for pad length field and padding in HTTP/2 session and stream receive windows, because they are part of the payload. This CL introduces a new method OnStreamPadding, calls it when processing padding, implements it to update the receive windows appropriately (both for session and for stream), and adds trivial implementations for all subclasses. This CL also lands internal changes 88830613 and 89327497 by bnc and 89034703 by mpw. BUG=353012 Review URL: https://codereview.chromium.org/959743002 Cr-Commit-Position: refs/heads/master@{#322137}
-
perkj authored
WebRTC 8837:8852 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/2112dbb..3918de6 Libjingle 8836:8851 Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/fed547e..d3e61c0 TBR=phoglund@chromium.org Review URL: https://codereview.chromium.org/1013763005 Cr-Commit-Position: refs/heads/master@{#322136}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/7c24c58d..c5443d75 Please follow these instructions for assigning/CC'ing issues: https://code.google.com/p/v8-wiki/wiki/TriagingIssues TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1030123002 Cr-Commit-Position: refs/heads/master@{#322135}
-
rch authored
Remove Balsa from QuicSpdyServerStream. Merge internal change: 89412730 https://codereview.chromium.org/1033833003/ Make initialization of the QuicInMemoryCache explicit to avoid spooky action at a distance which complicates testing. Merge internal change: 89416965 https://codereview.chromium.org/1037533002/ Change the QuicInMemoryCache to store a SpdyHeaderBlock instead of BalsaHeaders. This saves various round trips between the two representations and will make it easier to port to Chromium which does not use BalsaHeader (in the main codebase). Merge internal change: 89410736 https://codereview.chromium.org/1036643003/ Remove the QuicDispatcher's explicit use of EpollServer. To facilitate landing actual QuicServer support in Chromium using Chromium's MessageLoop and friends. Merge internal change: 89309068 https://codereview.chromium.org/1030023002/ Remove the QuicTimeWaitListManager's explicit use of EpollServer. To facilitate landing actual QuicServer support in Chromium using Chromium's MessageLoop and friends. Merge internal change: 89298502 https://codereview.chromium.org/1034573002/ Improve QUIC tests. Correct things clang_tidy complains about. Make QuicTimeWaitListManager::AddConnectionIdToTimeWait virtual so it can be mocked. Correct things clang_tidy complains about. Make a method virtual so it can be mocked. Merge internal change: 88744988 https://codereview.chromium.org/1034573002/ Review URL: https://codereview.chromium.org/999353005 Cr-Commit-Position: refs/heads/master@{#322134}
-
falken authored
As reasoned on the bug, if an event has not been fulfilled within 5 minutes, call the callback with ERROR_TIMEOUT and stop the worker. BUG=372436 Review URL: https://codereview.chromium.org/1027113002 Cr-Commit-Position: refs/heads/master@{#322133}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/0ba31e2..698efc0 TBR=alph@chromium.org,jchaffraix@chromium.org Review URL: https://codereview.chromium.org/1004533005 Cr-Commit-Position: refs/heads/master@{#322132}
-
siva.gunturi authored
This test is to check whether there is a time-of-first-use cost (e.g. driver doesn't upload to the texture until we draw with it). BUG= 423481 Review URL: https://codereview.chromium.org/1031463002 Cr-Commit-Position: refs/heads/master@{#322131}
-
pavely authored
Today both types are used on AttachmentService and other interfaces. In this change I make all interfaces use AttachmentIdList. AttachmentIdSet is only used in implementations and unittests. R=maniscalco@chromium.org BUG= TEST=No observable behavior change. Review URL: https://codereview.chromium.org/1035573002 Cr-Commit-Position: refs/heads/master@{#322130}
-
perkj authored
BUG=470013 Review URL: https://codereview.chromium.org/999573004 Cr-Commit-Position: refs/heads/master@{#322129}
-
estark authored
Decode IDN hostnames in SecurityInterstitialPage before displaying them. Add browser tests for SSLBlockingPage and CaptivePortalBlockingPage to test this behavior. Other blocking pages can subclass the new SecurityInterstitialIDNTest class to do similar tests. BUG=450883 Review URL: https://codereview.chromium.org/1000333003 Cr-Commit-Position: refs/heads/master@{#322128}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#322127}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/48dc6dc..6b9ef90 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=hcm@google.com Review URL: https://codereview.chromium.org/1009633004 Cr-Commit-Position: refs/heads/master@{#322126}
-
simonhong authored
This is partial cl from https://codereview.chromium.org/775143003/ for easy reviewing. For now, authoritative vsync interval is handled by CompositorVsyncManager. It will not be used when BeginFrame scheduling is enabled on aura. Instead, it will be handled by scheduler. In the next cl, BeginFrame sheduling on aura(and ash) will be turned on. R=brianderson@chromium.org, mithro@mithis.com BUG=372086 TEST=cc_unittests Review URL: https://codereview.chromium.org/1005553004 Cr-Commit-Position: refs/heads/master@{#322125}
-
fengyuan authored
BUG=422869,470405 TBR=asvitkine@chromium.org,bshe@chromium.org Review URL: https://codereview.chromium.org/1022143003 Cr-Commit-Position: refs/heads/master@{#322124}
-
xiang.long authored
Registration can leverage ServiceWorkerProviderHost's MatchRegistration() method to check whether it is the right registration to claim that client. So the claim() processing in browser process could be implemented without hitting the DB to achieve better performance. BUG=454250 TEST=http/tests/serviceworker/claim* Review URL: https://codereview.chromium.org/1013423002 Cr-Commit-Position: refs/heads/master@{#322123}
-
reveman authored
BUG= TEST=content_browsertests --gtest_filter=ChildDiscardableSharedMemoryManagerBrowserTest.LockMemory Review URL: https://codereview.chromium.org/1033553003 Cr-Commit-Position: refs/heads/master@{#322122}
-
binji authored
BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/1032003002 Cr-Commit-Position: refs/heads/master@{#322121}
-
jlklein authored
BUG=469919 Review URL: https://codereview.chromium.org/1029743002 Cr-Commit-Position: refs/heads/master@{#322120}
-
joedow authored
Adding Test Fixture for initial test cases for the App Remoting Test Driver. Also includes the public stubs for the remote application data methods. Also ran clang-format on edited files to keep consistent with formatting in my previous changelist. BUG=467200 Review URL: https://codereview.chromium.org/1008043003 Cr-Commit-Position: refs/heads/master@{#322119}
-
tkent authored
Revert of Revert of Re-enable ChannelMojo (patchset #1 id:1 of https://codereview.chromium.org/1029263008/) Reason for revert: It seems it was not guilty. According to Android Tests (dbg) bot, revering #322094 was enough. Original issue's description: > Revert of Re-enable ChannelMojo (patchset #1 id:1 of https://codereview.chromium.org/1021393002/) > > Reason for revert: > speculative revert for "Too many open files" on various Mac bots. > e.g. http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Mac10.9/builds/17511/steps/webkit_tests/logs/stdio > > Original issue's description: > > Re-enable ChannelMojo > > > > It was disabled due to crbug.com/466814 that is now fixed. > > It's time to turn it on again. > > > > R=viettrungluu@chromium.org > > BUG=466814,377980 > > > > Committed: https://crrev.com/c99c93842fa50f85888d069f0be962462f92a643 > > Cr-Commit-Position: refs/heads/master@{#322092} > > TBR=viettrungluu@chromium.org,morrita@chromium.org > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=466814,377980 > > Committed: https://crrev.com/9e4596122cda5dbc959895b53679e14df45658b5 > Cr-Commit-Position: refs/heads/master@{#322113} TBR=viettrungluu@chromium.org,morrita@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=466814,377980 Review URL: https://codereview.chromium.org/1031083002 Cr-Commit-Position: refs/heads/master@{#322118}
-
hirono authored
BUG=None TEST=None Review URL: https://codereview.chromium.org/1033893003 Cr-Commit-Position: refs/heads/master@{#322117}
-
rkuroiwa authored
- Update SessionInputInjectorWin and InputInjectorWin to handle touch events. - Add TouchInjectorWin which converts TouchEvents to structs for Windows touch injection API. BUG=314515 Review URL: https://codereview.chromium.org/991643002 Cr-Commit-Position: refs/heads/master@{#322116}
-
mukai authored
BUG=468494 R=oshima@chromium.org TEST=the new test case fails before r321652, but succeeds on ToT. Review URL: https://codereview.chromium.org/1026943002 Cr-Commit-Position: refs/heads/master@{#322115}
-
fukino authored
- Specified vertical-align:top, because inline blocks with vertical-align:baseline could insert unexpected vertical spacing for each lines. - Consider the padding of the grid in getHitElements(). BUG=463042 TEST=manual test Review URL: https://codereview.chromium.org/1034443002 Cr-Commit-Position: refs/heads/master@{#322114}
-
https://codereview.chromium.org/1021393002/tkent authored
Reason for revert: speculative revert for "Too many open files" on various Mac bots. e.g. http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Mac10.9/builds/17511/steps/webkit_tests/logs/stdio Original issue's description: > Re-enable ChannelMojo > > It was disabled due to crbug.com/466814 that is now fixed. > It's time to turn it on again. > > R=viettrungluu@chromium.org > BUG=466814,377980 > > Committed: https://crrev.com/c99c93842fa50f85888d069f0be962462f92a643 > Cr-Commit-Position: refs/heads/master@{#322092} TBR=viettrungluu@chromium.org,morrita@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=466814,377980 Review URL: https://codereview.chromium.org/1029263008 Cr-Commit-Position: refs/heads/master@{#322113}
-
tkent authored
Revert of ChannelMojo: Let MessagePipeReader wait "peer closed" signal as well. (patchset #2 id:20001 of https://codereview.chromium.org/1023043002/) Reason for revert: speculative revert for "Too many open files" on various Mac bots. e.g. http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Mac10.9/builds/17511/steps/webkit_tests/logs/stdio Original issue's description: > ChannelMojo: Let MessagePipeReader wait "peer closed" signal as well. > > This CL adds MOJO_SIGNAL_PEER_CLOSED for the MessagePipeReader's > waiting bits. Without this, PRECONDITION_FAILED error can be notified > at the end of the channel lifetime, and the browser process misinterprets > it as a renderer crash, which results sadface screen. > > This rarely happens and is reproduced only with some underpowered CPU > with excessive pressure. So we cannot have any reliable test. > > BUG=466814 > R=viettrungluu@chromium.org > > Committed: https://crrev.com/29d88220e88d21deaf6856b7ded300fa06ab94d3 > Cr-Commit-Position: refs/heads/master@{#322094} TBR=viettrungluu@chromium.org,morrita@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=466814 Review URL: https://codereview.chromium.org/1035633002 Cr-Commit-Position: refs/heads/master@{#322112}
-
tfarina authored
BUG=364645 TEST=trybots R=dpranke@chromium.org Review URL: https://codereview.chromium.org/1002353002 Cr-Commit-Position: refs/heads/master@{#322111}
-
rdevlin.cronin authored
Instead of simply outputting "Array", we now output the type of the array (e.g., Array<number> or Array<MyCustomType>). Additionally, arrays should not be nullable. Choices (e.g., (DOMString or number) in an .idl) are also now supported. BUG=461039 Review URL: https://codereview.chromium.org/1034553003 Cr-Commit-Position: refs/heads/master@{#322110}
-
derekjchow authored
ProxyScriptFetcherImplTest.HttpMimeType is flaky. Since proxy script support isn't a huge priority, disable test for now. BUG=internal b/19848784 R=gunsch@chromium.org Review URL: https://codereview.chromium.org/1036683002 Cr-Commit-Position: refs/heads/master@{#322109}
-
tedchoc authored
BUG=b/19901904 Review URL: https://codereview.chromium.org/1032713002 Cr-Commit-Position: refs/heads/master@{#322108}
-
Dan Beam authored
TBR=yoshiki@chromium.org BUG=none TEST=green closure bot Review URL: https://codereview.chromium.org/1003283003 Cr-Commit-Position: refs/heads/master@{#322107}
-
kenobi authored
The files.app version in the manifest is not regularly updated. We'll get more accurate version info by using the chrome major release version. BUG=469258 Review URL: https://codereview.chromium.org/1035483004 Cr-Commit-Position: refs/heads/master@{#322106}
-