- 24 Oct, 2014 34 commits
-
-
jbudorick authored
BUG=424113 Review URL: https://codereview.chromium.org/660023002 Cr-Commit-Position: refs/heads/master@{#301025}
-
sammc authored
Review URL: https://codereview.chromium.org/638273004 Cr-Commit-Position: refs/heads/master@{#301024}
-
mgiuca authored
Browser::ShowDownload does not try to close the web contents if there is no corresponding tab. This avoids hitting a NOTREACHED later on which checks for this case. BUG=424413 Review URL: https://codereview.chromium.org/666803002 Cr-Commit-Position: refs/heads/master@{#301023}
-
davidben authored
This includes a fix for sites which renegotiate a different cipher suite. This picks up the following changes: 751e889 Add SSL_SESSION serialization and deserialization tests. d7a76e7 Remove key_arg and key_arg_length from SSL_SESSION. a19fc25 Move ECC extensions out of SSL_SESSION. 4a67415 Set the IV length for AES-ECB to zero. 721e6e1 Don't read past the end of the string in BUF_strndup. b698617 Add CBS_peek_asn1_tag. 7f7882f Remove obsolete TODO a650e05 Fix pqueue_test.c memory leak. 3831173 Fix memory leak when decoding corrupt tickets. 88333ef Fix switching between AEAD and non-AEAD in a renegotiation. 0248889 Don't mix and match libraries and errors. BUG=423998 Review URL: https://codereview.chromium.org/673913002 Cr-Commit-Position: refs/heads/master@{#301022}
-
sashab authored
Merged all the permissions in the App Info dialog (including files and retained devices) into a single list. Also moved the two 'revoke' buttons to just be X's next to their respective entries in the list. Screenshots on bug. BUG=420461 Review URL: https://codereview.chromium.org/661353002 Cr-Commit-Position: refs/heads/master@{#301021}
-
glider authored
BUG=426271 R=piman@chromium.org Review URL: https://codereview.chromium.org/676823002 Cr-Commit-Position: refs/heads/master@{#301020}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/e64b597..0e04a3f TBR=kochi@chromium.org,leviw@chromium.org Review URL: https://codereview.chromium.org/673793003 Cr-Commit-Position: refs/heads/master@{#301019}
-
kalman authored
R=zea@chromium.org Review URL: https://codereview.chromium.org/673933002 Cr-Commit-Position: refs/heads/master@{#301018}
-
sashab authored
Hide the second 'Details' link on extensions page if the Extension Info Dialog is enabled. Screenshots on bug. BUG=395495 Review URL: https://codereview.chromium.org/664473005 Cr-Commit-Position: refs/heads/master@{#301017}
-
srawlins authored
BUG=chromedriver:944 Review URL: https://codereview.chromium.org/663343003 Cr-Commit-Position: refs/heads/master@{#301016}
-
jonross authored
CustomButton uses ShouldEnterPushedState to determine visual state changes. This uses IsTriggerableEvent, only transitioning to pushed if an activation will occur. MenuButton has both an pushed state, showing the menu, as well as triggerable actions which do not show the menu. This change organizes the logic for activating the menu via ShouldEnterPushedState, separating it for menus from IsTriggerableEvent. TEST=MenuButtonTest.ActivateDropDownOnMouseClick, MenuButtonTest.ActivateDropDownOnGestureTap, MenuButtonTest.DraggableMenuButtonActivatesOnRelease BUG=398404 Review URL: https://codereview.chromium.org/639893003 Cr-Commit-Position: refs/heads/master@{#301015}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/14e4d39..11ed6b8 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=mtklein@google.com Review URL: https://codereview.chromium.org/659593003 Cr-Commit-Position: refs/heads/master@{#301014}
-
jaekyun authored
According to RFC 3986, '#' is used as a separator of fragment part, and '[' and ']' are used for IPv6 address. So they should be kept as they are in a URL string. And EscapeExternalHandlerValue should escape '%' if it isn't used as a prefix for %XX. BUG=419257 Review URL: https://codereview.chromium.org/646333002 Cr-Commit-Position: refs/heads/master@{#301013}
-
rdevlin.cronin authored
A few "#if defined(DEBUG)" statements made it into chrome. Of course, there is no DEBUG, there's only NDEBUG. Tweak these to be "#if !defined(NDEBUG), and make them compile. Review URL: https://codereview.chromium.org/673063002 Cr-Commit-Position: refs/heads/master@{#301012}
-
jfroy authored
The previous implementation hardcoded 100 audio frames per second, which yielded 10ms frames. In this context, frame is understood as a grouping of audio samples (across all channels) sent to the receiver in some format (raw PCM or encoded/compressed) with an associated RTP timestamp. The implementation accumulates samples submitted by the sender in a buffer until it has |frame duration| samples, after which it encodes the samples and sends the data. 10ms is conveniently one of the supported Opus frame lengths. It obviously also worka for raw PCM. However, other codecs may have different frame lengths. In particular, AAC uses 1024 or 960 samples frames, regardless of the sampling rate. This patch changes the audio encoder to allow implementations to specify the number of samples per Cast audio frame. Existing implementations specify |sampling_rate / 100|, which yields the same 10ms length regardless of sampling rate. An AAC implementation could specify 1024 or 960 instead. BUG=417861 Review URL: https://codereview.chromium.org/605803004 Cr-Commit-Position: refs/heads/master@{#301011}
-
mek authored
BUG=383125 Review URL: https://codereview.chromium.org/623823002 Cr-Commit-Position: refs/heads/master@{#301010}
-
gene authored
BUG=414827 Review URL: https://codereview.chromium.org/672333002 Cr-Commit-Position: refs/heads/master@{#301009}
-
mariakhomenko authored
Changes zero suggest provider to return most visited results as soon as they become available. Adds a new most visited variant that doesn't show results on SERP pages. BUG=324043 Review URL: https://codereview.chromium.org/671593002 Cr-Commit-Position: refs/heads/master@{#301008}
-
mukai authored
We may not use single background when it's in Athena (it's not used yet though). BUG=425717 R=xiyuan@chromium.org TEST=manually Review URL: https://codereview.chromium.org/655823005 Cr-Commit-Position: refs/heads/master@{#301007}
-
sashab authored
Changed the flag '--enable-extension-info-dialog' to '--disable-extension-info-dialog', which enables the App Info dialog as the default dialog for displaying permissions on the extensions page. Does not affect Mac platforms (where the old-style dialog is still used). BUG=395495 Review URL: https://codereview.chromium.org/668163002 Cr-Commit-Position: refs/heads/master@{#301006}
-
bengr authored
The alternative data reduction proxy configuration is only available in about:flags if the platform is Android and the channel is Dev. BUG=425602 Review URL: https://codereview.chromium.org/648213003 Cr-Commit-Position: refs/heads/master@{#301005}
-
sl.ostapenko authored
BUG=361137 Review URL: https://codereview.chromium.org/666073007 Cr-Commit-Position: refs/heads/master@{#301004}
-
amistry authored
BUG=397019 Review URL: https://codereview.chromium.org/667873002 Cr-Commit-Position: refs/heads/master@{#301003}
-
sashab authored
Modified the layout logic for the PageInfo dialog so it appears correctly on larger screens such as tablets. BUG=365528 Review URL: https://codereview.chromium.org/663733002 Cr-Commit-Position: refs/heads/master@{#301002}
-
jdduke authored
As of M38, the first touchmove in a sequence is no longer special; it can be preventDefault'ed while allowing future scrolling. One side effect of this is that GestureScrollBegin may be forwarded to the compositor even if the page consumes the remainder of the touch sequence. This in turn caused the scheduler to enter smoothness priority mode, interfering with optimal touch event dispatch. As a workaround, tweak the semantics of |LTHI::IsCurrentlyScrolling()| to indicate both that there is an actively scrolling layer and that scrolling has occurred, renaming to |IsActivelyScrolling()|. Also stop throttling touch event acks on the renderer main thread as there is no current evidence that this feature improves touch interaction, and it may unintentionally bump the scheduler out of smoothness mode. BUG=426621 Review URL: https://codereview.chromium.org/676853002 Cr-Commit-Position: refs/heads/master@{#301001}
-
xhwang authored
The Netflix helper plugin will be removed from ChromeOS. Remove it from the ChromePluginTest first. BUG=406573 Review URL: https://codereview.chromium.org/669273002 Cr-Commit-Position: refs/heads/master@{#301000}
-
thestig authored
- Update header files elsewhere. - Use ScopedUdev*Ptr classes in more places. BUG=415212 Review URL: https://codereview.chromium.org/666653002 Cr-Commit-Position: refs/heads/master@{#300999}
-
tommycli authored
Design doc: http://goo.gl/iDix3p BUG=403800 Review URL: https://codereview.chromium.org/669703003 Cr-Commit-Position: refs/heads/master@{#300998}
-
pkotwicz authored
The tests which used this data were removed in https://chromiumcodereview.appspot.com/15732016 BUG=243879 TEST=None Review URL: https://codereview.chromium.org/671193002 Cr-Commit-Position: refs/heads/master@{#300997}
-
sebmarchand authored
Version 0.8.0.0 As of this version, SyzyASan has been entirely refactored and much of it reimplemented. New mechanisms exist for finding bugs in external/uninstrumented code, and coverage has been increased. This version also marks the official separation of Syzygy from Sawbuck, it's original ancestor. Syzygy is now hosted in a pure GIT repository, and built with Ninja. Some highlights: [4e6b4f9b19] Refactor of zap_timestamp. [a01d2374e6] SyzyASan - Zebra heap fully implemented. [990009f460] SyzyASan - Large block heap fully implemented. [735e51eb5c] SyzyASan - Narrowed crash race conditions as much as possible. [08ebb870d9] Full Ninja support for the build. [45d2fb0bec] SyzyASan - CTMalloc support added. [217fe21486] Fully split from Sawbuck repository. BUG= Review URL: https://codereview.chromium.org/640813007 Cr-Commit-Position: refs/heads/master@{#300996}
-
kundaji authored
When we activate data reduction proxy, a request is made to the prober URL. If this request is made before ProfileManager::DoFinalInitForServices() completes, it causes a crash because HostContentSettingsMap is not yet initialized. BUG=424260 Review URL: https://codereview.chromium.org/665703002 Cr-Commit-Position: refs/heads/master@{#300995}
-
aruslan authored
BUG=426437 Review URL: https://codereview.chromium.org/673903002 Cr-Commit-Position: refs/heads/master@{#300994}
-
cpu authored
Right now we are checking Vista in a Win8 file. Crazy. BUG=426573 Review URL: https://codereview.chromium.org/671273003 Cr-Commit-Position: refs/heads/master@{#300993}
-
xhwang authored
This is a preparation to move KeySystems to media, which is needed to support Encrypted Media Extensions (EME) without relying on content. BUG=422730 Review URL: https://codereview.chromium.org/665343002 Cr-Commit-Position: refs/heads/master@{#300992}
-
- 23 Oct, 2014 6 commits
-
-
boliu authored
By making the limit unrealistically high. BUG=426548 Review URL: https://codereview.chromium.org/660383004 Cr-Commit-Position: refs/heads/master@{#300991}
-
newt authored
Changes to these files are always UI-related and should be reviewed by someone familiar with Chrome Android UI. Review URL: https://codereview.chromium.org/647043007 Cr-Commit-Position: refs/heads/master@{#300990}
-
horo authored
https://codereview.chromium.org/643773004 broke LayoutTest fetch-mixed-content.html. While executing LayoutTest, ignore_certificate_errors is set in LayoutTestBrowserContext. So every cert errors are ignored in HttpStreamFactoryImpl::Job::HandleCertificateError. At this case we should also ignore the cert errors in ServiceWorkerWriteToCacheJob. BUG=426047,425396 Review URL: https://codereview.chromium.org/664343005 Cr-Commit-Position: refs/heads/master@{#300989}
-
zmo authored
BUG=421709,421695,415694 TEST=gpu bots NOTRY=true TBR=bajones@chromium.org Review URL: https://codereview.chromium.org/667253003 Cr-Commit-Position: refs/heads/master@{#300988}
-
dmazzoni authored
This will be followed with a Clank change to use this class everywhere we're using ClickableSpans. BUG=390226,418989 Review URL: https://codereview.chromium.org/657893005 Cr-Commit-Position: refs/heads/master@{#300987}
-
scottmg authored
R=sky@chromium.org BUG=143619 Review URL: https://codereview.chromium.org/672673005 Cr-Commit-Position: refs/heads/master@{#300986}
-