- 16 Mar, 2015 17 commits
-
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/59c7666..1ab2b16 TBR= Review URL: https://codereview.chromium.org/1009863002 Cr-Commit-Position: refs/heads/master@{#320707}
-
melandory authored
Adding test for Vkontakte. Test passes. Credential description string: test account for vk.com. BUG=369521 R=vabr@chromium.org Review URL: https://codereview.chromium.org/1005043002 Cr-Commit-Position: refs/heads/master@{#320706}
-
henrika authored
Revert of Per-renderer WebSocket throttling (patchset #13 id:300001 of https://codereview.chromium.org/972963002/) Reason for revert: Suspected to have caused WebSocket breakage. Failure seen on apprtc.appspot.com and in browser_tests. Run the manual MANUAL_WorksWithAppRTC test for repro. See https://code.google.com/p/chromium/issues/detail?id=467471&thanks=467471&ts=1426498439 for details. Original issue's description: > Per-renderer WebSocket throttling > > Design Doc: > https://docs.google.com/document/d/1aw2oN5PKfk-1gLnBrlv1OwLA8K3-ykM2ckwX2lubTg4/edit?usp=sharing > > BUG=459377 > > Committed: https://crrev.com/58d344316cf2b2cc110619c0fea4979ef143b3a9 > Cr-Commit-Position: refs/heads/master@{#320074} TBR=ricea@chromium.org,hiroshige@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=459377 Review URL: https://codereview.chromium.org/1009303002 Cr-Commit-Position: refs/heads/master@{#320705}
-
hiroshige authored
Revert of Add WebSocketDispatcherHostTest.InvalidScheme (patchset #3 id:40001 of https://codereview.chromium.org/1000883004/) Reason for revert: Speculatively revert for https://crbug.com/467471 Original issue's description: > Add WebSocketDispatcherHostTest.InvalidScheme > > This is a regression test for > https://codereview.chromium.org/998173003/. > > BUG=466335 > > Committed: https://crrev.com/6a8de59ae3ecd7b04bee2ddec89eb7075fbd1871 > Cr-Commit-Position: refs/heads/master@{#320262} TBR=ricea@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=466335 Review URL: https://codereview.chromium.org/1007263002 Cr-Commit-Position: refs/heads/master@{#320704}
-
hiroshige authored
Revert of Fix use-after-free in WebSocketHost::AddChannel() (patchset #3 id:40001 of https://codereview.chromium.org/998173003/) Reason for revert: Speculatively revert for https://crbug.com/467471 Original issue's description: > Fix heap-use-after-free in WebSocketHost::AddChannel() > > WebSocketHost can be deleted in channel_->SendAddChannelRequest() and this > caused heap-use-after-free when |pending_flow_control_quota_| is accessed in > WebSocketHost::AddChannel(). > This CL fixes it by posting OnFlowControl() with WeakPtr instead of calling > SendFlowControl() directly in WebSocketHost::AddChannel(). > > BUG=466335 > > Committed: https://crrev.com/d3a1d188162e45f75c87a218a70681c5d92139a8 > Cr-Commit-Position: refs/heads/master@{#320260} TBR=ricea@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=466335 Review URL: https://codereview.chromium.org/1006293002 Cr-Commit-Position: refs/heads/master@{#320703}
-
treib authored
PermissionMessageProvider: - add GetPermissionMessageStrings which calls either the old or the new system, based on a field trial - rename GetWarningMessages/GetWarningMessagesDetails to *Legacy* - replace GetPermissionMessages by GetLegacyPermissionMessageIDs -> remove the old PermissionMessages type from the interface Callers have *not* been updated to use the new GetPermissionMessageStrings yet. TBRing trivial change in ephemeral_app_launcher.cc TBR=asargent@chromium.org BUG=398257 Review URL: https://codereview.chromium.org/1006453002 Cr-Commit-Position: refs/heads/master@{#320702}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#320701}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/c76ff46..59c7666 TBR= Review URL: https://codereview.chromium.org/1010683002 Cr-Commit-Position: refs/heads/master@{#320700}
-
rtenneti authored
Add a new method to the QuicUnackedPacketMap to stop retransmitting stream frames for a given stream. Will be wired up so that data will not be restransmitted for a stream that is reset. No behavior changes in this CL. Merge internal change: 88162937 https://codereview.chromium.org/1008593005/ Create a TcpCubicSender in QUIC that tracks the congestion window in bytes, instead of packets. Merge internal change: 88159377 https://codereview.chromium.org/1009023002/ Remove FLAGS_quic_enable_pacing flag now that pacing is on by default globally. Merge internal change: 88152071 https://codereview.chromium.org/1006113002/ Plumb through sent/received CachedNetworkParamaters to populate TransportConnectionStats. Merge internal change: 88144945 https://codereview.chromium.org/1010463002/ QUIC - Initialize QuicConfig's negotiated_value_ to 0. IMO, it is not necessary to initialize it (could calm some compiler warnings??). Minor change to fix compiler warnings in chromium. Merge internal change: 88129037 https://codereview.chromium.org/1008473003/ Create a QUIC connection option to set the min CWND to 1 packet instead of 2 in TcpCubicSender. Merge internal change: 88045604 https://codereview.chromium.org/1001933003/ R=rch@chromium.org Review URL: https://codereview.chromium.org/1014433002 Cr-Commit-Position: refs/heads/master@{#320699}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/86da700..c76ff46 TBR= Review URL: https://codereview.chromium.org/997873006 Cr-Commit-Position: refs/heads/master@{#320698}
-
rogerta authored
Depends on https://codereview.chromium.org/914363003/ BUG=260022, 350202 Review URL: https://codereview.chromium.org/959013002 Cr-Commit-Position: refs/heads/master@{#320697}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/4ccc888..86da700 TBR= Review URL: https://codereview.chromium.org/1013563003 Cr-Commit-Position: refs/heads/master@{#320696}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/1615271..4ccc888 TBR= Review URL: https://codereview.chromium.org/1012563002 Cr-Commit-Position: refs/heads/master@{#320695}
-
rtenneti authored
readability. This also replaces the CryptoUtils::Perspective enun. Merge internal change: 88006458 R=rch@chromium.org Review URL: https://codereview.chromium.org/1009543004 Cr-Commit-Position: refs/heads/master@{#320694}
-
jbroman authored
This is a prerequisite for the Blink-side CL: https://codereview.chromium.org/1012473002/ R=fsamuel@chromium.org Review URL: https://codereview.chromium.org/1009763002 Cr-Commit-Position: refs/heads/master@{#320693}
-
changwan authored
This is a useful class in media playback tests. BUG=147963 Review URL: https://codereview.chromium.org/985863003 Cr-Commit-Position: refs/heads/master@{#320692}
-
pkotwicz authored
This CL adds a new parameter to WebContents::DownloadImage() to indicate whether the request should bypass the cache. BUG=455383 TEST=FaviconTabHelperTest.ReloadIgnoringCache Review URL: https://codereview.chromium.org/934693002 Cr-Commit-Position: refs/heads/master@{#320691}
-
- 15 Mar, 2015 17 commits
-
-
sammc authored
Currently, if a RenderFrame is deleted before the ExchangeServiceProviders message is received in the renderer, the message pipe handles contained in that message are retained, waiting for a RenderFrame that has already been deleted. This changes RenderThreadImpl::PendingRenderFrameConnect to detect when the browser closes its handles to those message pipes and clean itself up when that occurs. BUG=457722 Review URL: https://codereview.chromium.org/1005893002 Cr-Commit-Position: refs/heads/master@{#320690}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/8c6a977..19c25f1 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=egdaniel@google.com Review URL: https://codereview.chromium.org/997873005 Cr-Commit-Position: refs/heads/master@{#320689}
-
dcastagna authored
BUG=392620 Review URL: https://codereview.chromium.org/1003063003 Cr-Commit-Position: refs/heads/master@{#320688}
-
reed authored
BUG= TBR=fmalita@chromium.org Review URL: https://codereview.chromium.org/1012533002 Cr-Commit-Position: refs/heads/master@{#320687}
-
tommi authored
WebRTC 8699:8724 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/44373d2..bccd5aa Libjingle 8700:8725 Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/226ac7b..98747d0 TBR= Review URL: https://codereview.chromium.org/1011573003 Cr-Commit-Position: refs/heads/master@{#320686}
-
Peter Kotwicz authored
This CL lands the test images for https://codereview.chromium.org/934693002/ BUG=455383 TEST=None TBR=sky Review URL: https://codereview.chromium.org/1005403002 Cr-Commit-Position: refs/heads/master@{#320685}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/dd1bddd..1615271 TBR= Review URL: https://codereview.chromium.org/1008223002 Cr-Commit-Position: refs/heads/master@{#320684}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#320683}
-
jkummerow authored
BUG=467280 TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/1013503002 Cr-Commit-Position: refs/heads/master@{#320682}
-
eranm authored
Because the Signed Certificate Timestamp's origin was not included in the equality checks, the same SCT from different origins was treated as the same object. This led to the SCT Viewer showing identical SCTs as coming from the same origin. Including the origin field in the LessThan comparison solves the problem. BUG=464684 Review URL: https://codereview.chromium.org/997533002 Cr-Commit-Position: refs/heads/master@{#320681}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/6af1b05..8c6a977 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=egdaniel@google.com Review URL: https://codereview.chromium.org/1007193002 Cr-Commit-Position: refs/heads/master@{#320680}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#320679}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/4b315ba..dd1bddd TBR= Review URL: https://codereview.chromium.org/1010543002 Cr-Commit-Position: refs/heads/master@{#320678}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/1e0bf7e..6af1b05 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=egdaniel@google.com Review URL: https://codereview.chromium.org/1008173002 Cr-Commit-Position: refs/heads/master@{#320677}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/daf4e50f..34afa98f 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 Review URL: https://codereview.chromium.org/1012493002 Cr-Commit-Position: refs/heads/master@{#320676}
-
torne authored
Now that Android 5.1 is released, use the Android 5.1.0_r1 release tag from AOSP to build an up-to-date framework jar instead of a snapshot of AOSP master. This removes the need for a manifest recording the exact build used as it's a real tagged release. The new jar was already landed separately in crrev.com/81b497cd as Rietveld doesn't handle large binaries well. BUG=466677 Review URL: https://codereview.chromium.org/1007443002 Cr-Commit-Position: refs/heads/master@{#320675}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/898d893..4b315ba TBR= Review URL: https://codereview.chromium.org/998163003 Cr-Commit-Position: refs/heads/master@{#320674}
-
- 14 Mar, 2015 6 commits
-
-
reed authored
precursor for this skia cl : https://codereview.chromium.org/1006183002 BUG= TBR=fmalita@chromium.org Review URL: https://codereview.chromium.org/1013453002 Cr-Commit-Position: refs/heads/master@{#320673}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/fd8f503..898d893 TBR= Review URL: https://codereview.chromium.org/1010523002 Cr-Commit-Position: refs/heads/master@{#320672}
-
Daniel Xie authored
Revert "Make LoadMonitoringExtensionHostQueue remove itself as an ExtensionHost observer at the correct time." BUG=467353 This reverts commit 4eefc7b6. Cr-Commit-Position: refs/heads/master@{#320671}
-
stevenjb authored
BUG=432404 Review URL: https://codereview.chromium.org/979183003 Cr-Commit-Position: refs/heads/master@{#320670}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/76033be..1e0bf7e CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=mtklein@google.com Review URL: https://codereview.chromium.org/1005183004 Cr-Commit-Position: refs/heads/master@{#320669}
-
rkaplow authored
We are investigating the cost of ExtensionService::Init(), and want to see the effect of this static initialization, specifically in the browser process which affects startup. BUG=454789 Review URL: https://codereview.chromium.org/996013004 Cr-Commit-Position: refs/heads/master@{#320668}
-