- 15 May, 2015 40 commits
-
-
grt authored
BUG=488489 TEST=With Chrome SxS running, allow Google Update to download and install an update, then navigate to chrome://help. It should report that a restart is needed. R=pkasting@chromium.org Review URL: https://codereview.chromium.org/1129733003 Cr-Commit-Position: refs/heads/master@{#330191}
-
jdduke authored
Fix an issue where the selection handles remain hidden if "empty" selection updates occur after a longpress but before the nonempty selection update. BUG=393025 NOTRY=true Review URL: https://codereview.chromium.org/1139123009 Cr-Commit-Position: refs/heads/master@{#330190}
-
jcivelli authored
Passing down the URL parameters given to the MojoShellActivity from the intent and making it handle HTTP/HTTPS URLs. BUG=None Review URL: https://codereview.chromium.org/1126323003 Cr-Commit-Position: refs/heads/master@{#330189}
-
agrieve authored
This is in preparation for for creating abi splits BUG=484797 Review URL: https://codereview.chromium.org/1140763002 Cr-Commit-Position: refs/heads/master@{#330188}
-
jeremyim authored
This permits determining the impact on HTTP vs HTTPS Data Reduction Proxy use by changing the secure proxy check behavior (per the changelist https://codereview.chromium.org/1132083004/). BUG=466753 Review URL: https://codereview.chromium.org/1137583004 Cr-Commit-Position: refs/heads/master@{#330187}
-
dzhioev authored
First-run tutorial is shown for regular ephemeral users, but only if we 100% sure that this user has never seen the tutorial yet. BUG=333264 TEST=manually Review URL: https://codereview.chromium.org/1141163003 Cr-Commit-Position: refs/heads/master@{#330186}
-
https://codereview.chromium.org/1140573004reed authored
BUG= Review URL: https://codereview.chromium.org/1133743003 Cr-Commit-Position: refs/heads/master@{#330185}
-
Hans Wennborg authored
This reverts https://crrev.com/5171d85366fe1bd7c1de43e866adc3c3e50bc419 BUG=none TBR=thakis Review URL: https://codereview.chromium.org/1131933004 Cr-Commit-Position: refs/heads/master@{#330184}
-
yusufo authored
Currently the utility call for emphasizing urls uses useDarkText as a signal to decide whether https scheme should be colored. Since with theme colors this logic gets more compicated, this change adds another explicit param to control the coloring of https. BUG=482780 Review URL: https://codereview.chromium.org/1137353004 Cr-Commit-Position: refs/heads/master@{#330183}
-
rkc authored
This CL implements the RegisterAdvertisement and UnregisterAdvertisement functions for the Chrome API. BUG=466375 Review URL: https://codereview.chromium.org/1132173002 Cr-Commit-Position: refs/heads/master@{#330182}
-
erg authored
There was a mismatch between core_services_initialization.cc, the BUILD.gn file, and the package listing. BUG=484234 Review URL: https://codereview.chromium.org/1141593004 Cr-Commit-Position: refs/heads/master@{#330181}
-
payal.pandey authored
BUG=457697 Review URL: https://codereview.chromium.org/1146473002 Cr-Commit-Position: refs/heads/master@{#330180}
-
bnc authored
This CL lands server change 91813814 by birenroy. BUG=488484 Review URL: https://codereview.chromium.org/1134603005 Cr-Commit-Position: refs/heads/master@{#330179}
-
wolenetz authored
Adds an error log entry to chrome://media-internals when MSE's MP4 stream parser detects an unfragmented MP4. This error log should help make it more clear why the parse fails in this unfortunately common case. BUG=487410 R=dalecurtis,chcunningham TEST=Manually verified the log entry occurs for the repro in bug 487410. Review URL: https://codereview.chromium.org/1147453002 Cr-Commit-Position: refs/heads/master@{#330178}
-
bnc authored
This CL lands server change 91620063 by elving. BUG=488484 Review URL: https://codereview.chromium.org/1123153003 Cr-Commit-Position: refs/heads/master@{#330177}
-
bnc authored
This CL lands server change 93659491 by mpw. BUG=488484 Review URL: https://codereview.chromium.org/1139953003 Cr-Commit-Position: refs/heads/master@{#330176}
-
amistry authored
At the same time, add a "disable" flag as an escape hatch for when things go bad. BUG=467832 Review URL: https://codereview.chromium.org/1124083004 Cr-Commit-Position: refs/heads/master@{#330175}
-
davidben authored
Summary of changes available at: https://boringssl.googlesource.com/boringssl/+log/771a138..a07c0fc This pulls in the SSL_get_current_cipher fix. BUG=none Review URL: https://codereview.chromium.org/1126233010 Cr-Commit-Position: refs/heads/master@{#330174}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/7e26b7f..f3c3784 TBR=timvolodine@chromium.org,kbr@chromium.org Review URL: https://codereview.chromium.org/1140253002 Cr-Commit-Position: refs/heads/master@{#330173}
-
dbeam authored
It doesn't seem like the suggestions page has been used in a while. There's a bunch of code that says: if (IsSuggestionsPageEnabled()) { ... } But the implementation of the feature switching method is: bool IsSuggestionsPageEnabled() { return false; // Maybe we'll use this someday. } We shouldn't bloat the binary for a "maybe we'll use it later". BUG=329637 R=estade@chromium.org Review URL: https://codereview.chromium.org/1141843004 Cr-Commit-Position: refs/heads/master@{#330172}
-
chrisha authored
Make session restore forced tab load delay Finch configurable, and separate first tab loads from subsequent. BUG=472772 Review URL: https://codereview.chromium.org/1130673003 Cr-Commit-Position: refs/heads/master@{#330171}
-
senorblanco authored
Make one part handle updating status (now private, and called automatically when content or viewport params change), and one part called on commit or renderer change. BUG=464892 Review URL: https://codereview.chromium.org/1134123005 Cr-Commit-Position: refs/heads/master@{#330170}
-
bshe authored
BUG=484699 Review URL: https://codereview.chromium.org/1128173003 Cr-Commit-Position: refs/heads/master@{#330169}
-
yzshen authored
This CL supports HTTPConnectionDelegate.OnReceivedRequest() and adds corresponding tests. The following work will be in future CLs: - support WebSocket. - more tests. BUG=478249 TEST=Newly-added tests. Review URL: https://codereview.chromium.org/1128863004 Cr-Commit-Position: refs/heads/master@{#330168}
-
lof84 authored
This CL fixes WebLayerImplFixedBoundsTest.CompareToWebLayerImplComplex and WebLayerImplFixedBoundsTest.CompareToWebLayerImplSimple tests. BUG=440441 R=enne, danakj Review URL: https://codereview.chromium.org/1130123005 Cr-Commit-Position: refs/heads/master@{#330167}
-
mmenke authored
BUG=None Review URL: https://codereview.chromium.org/1141233002 Cr-Commit-Position: refs/heads/master@{#330166}
-
tfarina authored
Tested on Linux with the following command lines: $ gn gen out-gn/Debug $ gn check out-gn/Debug //gpu:* BUG=367595, 376000 TEST=see above R=sievers@chromium.org,dpranke@chromium.org TBR=brettw@chromium.org # for .gn Review URL: https://codereview.chromium.org/1136283008 Cr-Commit-Position: refs/heads/master@{#330165}
-
tfarina authored
This is necessary because it is one of the dependencies of the 'blink_tests' group that should be built. BUG=483171 R=avi@chromium.org,dpranke@chromium.org CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:android_chromium_gn_compile_dbg,android_chromium_gn_compile_rel;tryserver.chromium.win:win8_chromium_gn_rel,win8_chromium_gn_dbg;tryserver.chromium.mac:mac_chromium_gn_rel,mac_chromium_gn_dbg Review URL: https://codereview.chromium.org/1138653004 Cr-Commit-Position: refs/heads/master@{#330164}
-
mnaganov authored
The component was experimental and uses org.apache.http library, which is now deprecated in Android. BUG=488202 TBR=erikwright@chromium.org Review URL: https://codereview.chromium.org/1142463003 Cr-Commit-Position: refs/heads/master@{#330163}
-
rtenneti authored
Adds support to the PacketDroppingTestWriter for dropping the first N packets of a connection. Will be used for testing stateless rejects, when the initial stateless reject (SREJ) from the server back to the client gets lost. Test only and not even used in this CL. Merge internal change: 93446002 https://codereview.chromium.org/1136553007/ Minor cleanup of obsolete comment and code. No functional change. Merge internal change: 93441848 https://codereview.chromium.org/1139153003/ Remove the no longer used kPACE connection option. No functional change. Merge internal change: 93437185 https://codereview.chromium.org/1135253004/ Rename local variable only - consumed_window to available_window. QuicFlowController::MaybeSendWindowUpdate() - rename counterintuitive consumed_window. Merge internal change: 93431527 https://codereview.chromium.org/1145433003/ Protected by FLAGS_enable_quic_stateless_reject_support. Add support for stateless rejects to the QuicDispatcher code. QuicServerSession - Added extra setter, which the dispatcher uses to indicate that session should issue stateless rejects (if supported by the peer). QuicDispatcher - Will use stateless rejects if the session map is over a threshold, configurable via flag. If a stateless reject has been issued, the dispatcher will close the session silently. It will also add the connection-id to the time-wait list, indicating that further packets for the connection-id should be black-holed. Changes to the end_to_end_tests will be made in a separate CL. Merge internal change: 93414515 https://codereview.chromium.org/1128103007/ Added support for stateless time-wait entries. Will be used in a subsequent CL. Time-wait list entries can now be marked as stateless, which means that the corresponding connection was closed via stateless reject. Since all state for that connection id is dropped after the stateless reject, the time-wait list manager will not respond to incoming packets for the connection ID with public resets. Instead, it will black-hole the packets. Added corresponding tests. Merge internal change: 93412303 https://codereview.chromium.org/1135113003/ Remove FLAGS_quic_use_optimized_packet_reader now that it's been deployed. Merge internal change: 93331362 https://codereview.chromium.org/1128933010/ Fixing a bug in the QUIC code where we could create new streams server-side even once the connection was killed off. Not creating QUIC streams after disconnect. Not flag protected. Merge internal change: 92727137 https://codereview.chromium.org/1142543002/ Flag-protected. Add stateless reject support to crypto streams. Client crypto stream: The client now sends all connection options on all handshake messages. (Previously, no options were sent on inchoate hellos). This is so that the client can indicate support for stateless rejects during the initial handshake. If the crypto client stream receives a stateless reject from the server, it will continue validating and cacheing the proof. It will abandon the connection with a special error code immediately thereafter. It will NOT send close messages after a reject, since there is no state at the server to close. (We may have to change this when we do stateless by default). Server crypto stream: The server now processes connection options speculatively on all handshake messages. This is so that the server can detect that the client supports stateless rejects prior to sending the reject itself. It will only consider the options to be "negotiated", however, prior to sending an SHLO. The crypto server stream now also maintains an additional boolean, indicating whether it should use stateless rejects when rejecting messages on the stream ("use_stateless_rejects"). If rejecting, it will only emit a stateless reject if both using stateless rejects and the client supports it. Merge internal change: 92677792 https://codereview.chromium.org/1139183002/ Crypto-client config no longer gives stateless reject error. QuicCryptoClientConfig::ProcessRejection no longer produces an error when processing a stateless reject. The client can always inspect the message tag directly to determine that the reject is stateless. flag-protected. Merge internal change: 92637704 https://codereview.chromium.org/1145453002/ Remove FLAGS_quic_limit_max_cwnd_to_receive_buffer. Merge internal change: 92419361 https://codereview.chromium.org/1141743004/ R=rch@chromium.org Review URL: https://codereview.chromium.org/1138443003 Cr-Commit-Position: refs/heads/master@{#330162}
-
bnc authored
This CL lands server change 90723544 by yinjie. BUG=488484 Review URL: https://codereview.chromium.org/1146533003 Cr-Commit-Position: refs/heads/master@{#330161}
-
engedy authored
R=vabr@chromium.org BUG=486739 Review URL: https://codereview.chromium.org/1140253003 Cr-Commit-Position: refs/heads/master@{#330160}
-
agrieve authored
- This is in preparation for split apks, where we'll need to call apkbuilder multiple times. - This also makes including a classes.dex file optional BUG=484797 Review URL: https://codereview.chromium.org/1138953003 Cr-Commit-Position: refs/heads/master@{#330159}
-
kpschoedel authored
Convert code to use enum DomCode rather than strings. BUG=444048 R=wez@chromium.org,bbudge@chromium.org,bauerb@chromium.org,jcivelli@chromium.org,sadrul@chromium.org Presubmit has failed to acknowledge the "LGTM" at https://codereview.chromium.org/1124963003/#msg29 so I'm adding this TBR as a workaround: TBR=jcivelli Review URL: https://codereview.chromium.org/1124963003 Cr-Commit-Position: refs/heads/master@{#330158}
-
kundaji authored
Reset unreachable data reduction proxy message when data savings is switched off. Clear counts of successful requests through proxy and net errors. Reset bad proxy list so that the data reduction proxies are retried when Data Saver is turned back on. BUG=436326,438694 Review URL: https://codereview.chromium.org/1006583002 Cr-Commit-Position: refs/heads/master@{#330157}
-
dougsteed authored
(Previously, this was used only with the "Chrome" branding). BUG= 488572 R=gunsch@chromium.org Review URL: https://codereview.chromium.org/1130893008 Cr-Commit-Position: refs/heads/master@{#330156}
-
alexmos authored
Recent work on didStopLoading makes it possible for us to use WaitForLoadStop to wait for all child frames to be loaded when navigating a subframe. BUG= Review URL: https://codereview.chromium.org/1123233005 Cr-Commit-Position: refs/heads/master@{#330155}
-
jrummell authored
WebM initData is a key ID, and Android only supports 128-bit key IDs, so fail if a larger |init_data| is passed to CreateSessionAndGenerateRequest(). BUG=456397 TEST=manual test on Android Review URL: https://codereview.chromium.org/1113883003 Cr-Commit-Position: refs/heads/master@{#330154}
-
groby authored
The histograms removed in this CL are not declared in histograms.xml and so are not collected at all - removing what is essentially dead code. R=sky@chromium.org BUG=none Review URL: https://codereview.chromium.org/1132333004 Cr-Commit-Position: refs/heads/master@{#330153}
-
dpranke authored
One of the intermediate steps in the build process for creating Android APKs depends on the output from another intermediate step, but that dependency was not *also* declared in the 'deps' target in the GN build file. As a result, 'gn refs' (and hence 'mb analyze') would not calculate the right set of dependencies and we would incorrectly conclude that no compiles were necessary in cases where they really were needed. More details in the bug. R=cjhopman@chromium.org, brettw@chromium.org BUG=487897 Review URL: https://codereview.chromium.org/1129773004 Cr-Commit-Position: refs/heads/master@{#330152}
-