- 26 Apr, 2016 40 commits
-
-
michaeldo authored
TEST=Navigate to chrome://chrome-urls, then navigate to one of the other chrome:// pages using the displayed links. BUG=579697 Review URL: https://codereview.chromium.org/1921093002 Cr-Commit-Position: refs/heads/master@{#389809}
-
svaldez authored
Since we no longer use NSS for SSL/Crypto, the debugging information for it is outdated and we no longer need to include the Valgrind Suppressions. BUG=604728 Review URL: https://codereview.chromium.org/1921743002 Cr-Commit-Position: refs/heads/master@{#389808}
-
oshima authored
BUG=597761 Review URL: https://codereview.chromium.org/1922013002 Cr-Commit-Position: refs/heads/master@{#389807}
-
oshima authored
BUG=597761 Review URL: https://codereview.chromium.org/1922783002 Cr-Commit-Position: refs/heads/master@{#389806}
-
xidachen authored
When we have a SVG image whose intrinsic size is 0, then createImageBitmap from the above SVG image should throw InvalidStateError. Also, createImageBitmap with a cropRect should not throw. This CL adds a layout to verify that. BUG=604510 Review URL: https://codereview.chromium.org/1901153002 Cr-Commit-Position: refs/heads/master@{#389805}
-
jam authored
https://www.chromium.org/developers/design-documents/mojo Review URL: https://codereview.chromium.org/1915003005 Cr-Commit-Position: refs/heads/master@{#389804}
-
yzshen authored
This is a preparation for removing message loop destruction observer from mojo::Watcher. BUG=604762 Review URL: https://codereview.chromium.org/1913333002 Cr-Commit-Position: refs/heads/master@{#389803}
-
liberato authored
Adds -ifpartialviewport to require 1x1 overlap of the media element with the viewport area, before autoplay is allowed. This differs from -ifviewport, which requires the element to be completely visible within the viewport. BUG=605609 Review URL: https://codereview.chromium.org/1921073002 Cr-Commit-Position: refs/heads/master@{#389802}
-
pavely authored
When model type's syncable service adds entry, GenericChangeProcessor first looks up if entry with given client tag hash already exists. WriteNode::InitUniqueByCreationImpl looks up entry, but doesn't decrypt if it is found. BaseNode::GetEntitySpecifics() expects cached decrypted entry's specifics for encrytped entry which causes DCHECK. The fix is to call DecryptIfNecessary when existing entry is found in WriteNode::InitUniqueByCreationImpl. BUG=601257 R=zea@chromium.org Review URL: https://codereview.chromium.org/1915983003 Cr-Commit-Position: refs/heads/master@{#389801}
-
sigbjornf authored
This argument-swapped legacy overload has little use, hence it is time to try to phase it out. Deprecate with view to removing in M54. Intent: https://groups.google.com/a/chromium.org/d/msg/blink-dev/h4ooaB_Y9JE/nh7vXshGBwAJ R= BUG=425896 Review URL: https://codereview.chromium.org/1903873004 Cr-Commit-Position: refs/heads/master@{#389800}
-
tobiasjs authored
Because we don't know which blobs we will end up using, because we can't predict from the browser process what ABI the renderer process will end up executing with, we can't log an error immediately. Instead we should pass through the returned invalid file descriptor and let the renderer process fail if it doesn't have access to the blobs it needs. BUG=594563 Review URL: https://codereview.chromium.org/1921573002 Cr-Commit-Position: refs/heads/master@{#389799}
-
dmazzoni authored
The new accessible name calculation improved compatibility overall but broke one specific case, where one element uses aria-labelledby (or aria-describedby) to reference a subtree that's explicitly aria-hidden. The correct thing to do here is ignore aria-hidden when an element is referenced explicitly. <input aria-labelledby="label"> <div id="label" aria-hidden="true">Hidden label</div> BUG=595494 Review URL: https://codereview.chromium.org/1917943002 Cr-Commit-Position: refs/heads/master@{#389798}
-
thakis authored
BUG=579255 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel TBR=jam Review URL: https://codereview.chromium.org/1917973002 Cr-Commit-Position: refs/heads/master@{#389797}
-
clamy authored
This CL updates the test expectations for the enable-browser-side-navigation flag. This is only used in the FYI bot LinuxBrowserSideNavigation, so making this no try. BUG=576261,504347,475027 TBR=carlosk@chromium.org NOTRY=TRUE Review URL: https://codereview.chromium.org/1917213002 Cr-Commit-Position: refs/heads/master@{#389796}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/83af0a63b1d9..86ae3d161412 $ git log 83af0a63b..86ae3d161 --date=short --no-merges --format='%ad %ae %s' 2016-04-26 reed make context() virtual on device 2016-04-26 bsalomon Add initial implementation of GrShape and GrStyle classes and tests CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=stephana@google.com Review URL: https://codereview.chromium.org/1921003004 Cr-Commit-Position: refs/heads/master@{#389795}
-
mlamouri authored
It seems very confusing to have "chrome/*/*_browsertest.cc" files that are not actually compiled in the browsertest target. I spent a long time trying to understand why the bots were finding issues I couldn't reproduce locally. BUG=None R=peter@chromium.org Review URL: https://codereview.chromium.org/1919203002 Cr-Commit-Position: refs/heads/master@{#389794}
-
Nico Weber authored
debug_bot_minimal_symbols implicitly enables goma (which doesn't work with trunk clang), so don't use that. android implicitly enables proprietary codecs; explicitly opt out from that. BUG=606780 R=dpranke@chromium.org Review URL: https://codereview.chromium.org/1918243002 . Cr-Commit-Position: refs/heads/master@{#389793}
-
apacible authored
This change adds the switch for MD feedback. The feature can be enabled by passing in the --enable-md-feedback or enabling MD feedback from chrome://flags. BUG=604586 Review URL: https://codereview.chromium.org/1902293002 Cr-Commit-Position: refs/heads/master@{#389792}
-
jam authored
This isn't used anymore. Review URL: https://codereview.chromium.org/1920103002 Cr-Commit-Position: refs/heads/master@{#389791}
-
sohan.jyoti authored
BUG=582558 Review URL: https://codereview.chromium.org/1920833003 Cr-Commit-Position: refs/heads/master@{#389790}
-
vasilii authored
Review URL: https://codereview.chromium.org/1922133002 Cr-Commit-Position: refs/heads/master@{#389789}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/5cd0d8f2..34b5eb49 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. TBR=hablich@chromium.org,machenbach@chromium.org,yangguo@chromium.org,vogelheim@chromium.org Review URL: https://codereview.chromium.org/1914173002 Cr-Commit-Position: refs/heads/master@{#389788}
-
srirama.m authored
Cleaning up track-cues* tests in media/track to use testharness.js instead of video-test.js. This will enable to upstream these tests to web-platform-tests. BUG=588956 Review URL: https://codereview.chromium.org/1905923004 Cr-Commit-Position: refs/heads/master@{#389787}
-
rjshade authored
Merged up to and including internal change 120547315. Deprecate --quic_use_cached_compressed_certs. Merge internal change: 120149656 Remove out of date comment about min cwnd enforcement and TCP MSS. Currently min_congestion_window is always set to 1 packet, but is potentially adjustable. Merge internal change: 120251020 Remove the 10 packet minimum for QUIC bandwidth resumption initial CWND. Flag protected by --quic_no_lower_bw_resumption_limit Merge internal change: 120255040 Generalize "bool needs_padding" to "int num_padding_bytes" to allow controlling of the amount of padding. No functional change intended. Merge internal change 120140207 Remove Rfc539 from the names of the QUIC ChaCha20Poly1305 classes. No functional change. Merge internal change: 120300747 Add a test target for quic_epoll_alarm_factory_test, and move the TestDelegate class over from the connection helper test. Merge internal change: 120334579 Deprecate gfe2_reloadable_flag_quic_ack_decimation2. Merge internal change: 120349803 Simplify QUIC's loss detection code by removing nack_count from TransmissionInfo. Protected by --quic_simplify_loss_detection. Merge internal change: 120403233 Remove ChaCha20Poly1305Rfc7539(De|En)crypter::IsSupported since Chrome is no longer using NSS on iOS. Merge internal change: 120406823 Add OnPaddingFrame() to QuicFramerVisitorInterface and QuicConnectionDebugVisitor. No functional change intended. Merge internal change: 120408040 Deprecate --gfe2_reloadable_flag_spdy_on_stream_end. Merge internal change: 120451808 Change HasUnackedPackets checking to a DCHECK in OnRetransmissionTimeout. Protected by -- FLAGS_gfe2_reloadable_flag_quic_always_has_unacked_packets_on_timeout, default true. Merge internal change: 120495394 Add two new Ack Decimation policies, AKD3 and AKD4, that wait a maximum of 1/8 min_rtt before sending an ack. Merge internal change: 120547315 Add a new QUIC connection option, IPFS, which causes the server to transition to perfect forward security as soon as possible, which makes the SHLO message head-of-line blocking in order to evaluate the performance impact. Merge internal change: 120245637 R=rch@chromium.org BUG= Review URL: https://codereview.chromium.org/1918953003 Cr-Commit-Position: refs/heads/master@{#389786}
-
jl authored
Use |thisValue| instead of |scriptState->context()->Global()|, since this is simpler and since Global() actually returns a WindowProxy object that may change and become incorrect to use as creation context depending on what the callback function does. BUG=605910 Review URL: https://codereview.chromium.org/1918763002 Cr-Commit-Position: refs/heads/master@{#389785}
-
glider authored
It crashes on too many platforms. BUG=606779,165458 TBR=atwilson@chromium.org Review URL: https://codereview.chromium.org/1917043006 Cr-Commit-Position: refs/heads/master@{#389784}
-
miguelg authored
BUG=596161 Review URL: https://codereview.chromium.org/1919223002 Cr-Commit-Position: refs/heads/master@{#389783}
-
wnwen authored
Separate out ContextUtils initializing the global application context on java-side vs native-side. Have LibraryLoader initialize native-side application side and initialize java-side application context as early as possible. This allows callers to be certain that they are interacting with the application context instead of a local context, and will allow consolidating application-wide context-based globals like SharedPreferences in subsequent CLs. BUG=552419 Review URL: https://codereview.chromium.org/1879013002 Cr-Commit-Position: refs/heads/master@{#389782}
-
sigbjornf authored
OwnPtr<> is preferable in this context. R= BUG= Review URL: https://codereview.chromium.org/1916193004 Cr-Commit-Position: refs/heads/master@{#389781}
-
liberato authored
Rather than specify only a box size in CSS, we now specify the box size and padding to draw the play and pause buttons. This also requires the image to be reduced to 32 image pixels square. In order to handle desktop zoom, the images are now specified with FloatRect rather than IntRect. BUG=547955 Review URL: https://codereview.chromium.org/1424733003 Cr-Commit-Position: refs/heads/master@{#389780}
-
ellyjones authored
This dialog is now behind the MacViewsWebUIDialogs feature flag. BUG=605657 Review URL: https://codereview.chromium.org/1918793004 Cr-Commit-Position: refs/heads/master@{#389779}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/ff6596460e32..83af0a63b1d9 $ git log ff6596460..83af0a63b --date=short --no-merges --format='%ad %ae %s' 2016-04-26 robertphillips Revert of Add initial implementation of GrShape and GrStyle classes and tests (patchset #10 id:260001 of https://codereview.chromium.org/1822723003/ ) CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=stephana@google.com Review URL: https://codereview.chromium.org/1916913004 Cr-Commit-Position: refs/heads/master@{#389778}
-
sigbjornf authored
Get rid of impedance-matching wrapper now that Oilpan is enabled always. R= BUG=585328 Review URL: https://codereview.chromium.org/1919153002 Cr-Commit-Position: refs/heads/master@{#389777}
-
svaldez authored
Since we no longer have NSS implementations, we rename all the _openssl specific implementations to _impl to align with the rest of the code base. TBR=kelvinp@chromium.org R=davidben@chromium.org, kelvinp@chromium.org BUG=604728 Review URL: https://codereview.chromium.org/1921563003 Cr-Commit-Position: refs/heads/master@{#389776}
-
sfiera authored
Move MostVisitedSitesObserver to MostVisitedSites::Observer. Define its methods in terms of MostVisitedSites::Suggestion and PopularSites::Site. This is nicer than coordinated lists of strings. The Java interface remains unchanged, because lists of strings are easier to pass across the JNI barrier. BUG=603026 Review URL: https://codereview.chromium.org/1919823002 Cr-Commit-Position: refs/heads/master@{#389775}
-
siggi authored
Official SysyASAN canary builds are currently failing since the profile step is elided and no longer produces this file. TBR=mmoss@chromium.org BUG=605012 Review URL: https://codereview.chromium.org/1915293004 Cr-Commit-Position: refs/heads/master@{#389774}
-
avayvod authored
BUG=604564 TEST=manual This way the CastNotificationContol gets the title change updates before its shown for the first time. Review URL: https://codereview.chromium.org/1915083002 Cr-Commit-Position: refs/heads/master@{#389773}
-
zqzhang authored
This CL fixes a bug caused by the MediaItemStatus timestamp inconsistency between the GMS core CastMediaRouteProvider and PositionExtrapolator. The timestamp from the GMS core is overridden by the elapsedRealtime. BUG=606722 TEST=manual test on multiple devices Review URL: https://codereview.chromium.org/1922093002 Cr-Commit-Position: refs/heads/master@{#389772}
-
ppi authored
ppi@ doesn't work on Chromium these days. Review URL: https://codereview.chromium.org/1919163002 Cr-Commit-Position: refs/heads/master@{#389771}
-
lionel.g.landwerlin authored
When using a NinePatchLayer to draw shadows on windows on ChromeOS part of patches which are completely transparent are drawn on top of the window. This prevents for example videos to be promoted into layers. This patch introduce an optional property on the NinePatchLayer : layer_occlusion. When this property is set, we can use it to compute 12 patches to paint the shadow rather than 8 (center omitted). This prevents drawing on the window's content completely and allows layer promotion algorithms to promote the windows's content as layer if possible (in particular with videos). BUG=603866 TEST=cc_unittests --gtest_filter=NinePatchLayer* CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1889153002 Cr-Commit-Position: refs/heads/master@{#389770}
-