- 10 Jul, 2017 40 commits
-
-
Daniel Bratell authored
There is a Function<> template in WTF/Functional.h which is shadowed or collides with any local definitions of Function. This is not always a problem, but it caused problems in Jumbo builds so let us rename it to something harmless. Change-Id: Ib594b2673a1dce6b4647445d3377b1e1099849da Reviewed-on: https://chromium-review.googlesource.com/563667 Commit-Queue: bratell at Opera <bratell@opera.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#485273}
-
Daniel Bratell authored
A couple of files in core/css were missing include guards which broke jumbo builds. R=fs@opera.com Change-Id: I1d50e8b62f4926c054d51b48ab4f4edf5df5b76d Reviewed-on: https://chromium-review.googlesource.com/565291Reviewed-by:
Fredrik Söderquist <fs@opera.com> Commit-Queue: bratell at Opera <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#485272}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/99a6c585..74cef601 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. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org Change-Id: I1479913544163c02fa9e0e82003a4bd77211bd25 Reviewed-on: https://chromium-review.googlesource.com/565458Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#485271}
-
Michael van Ouwerkerk authored
Change-Id: I86c0fbc4fe353dd8ab00cb10b24f0c3b3a905561 Reviewed-on: https://chromium-review.googlesource.com/565284Reviewed-by:
Anthony Berent <aberent@chromium.org> Commit-Queue: Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Cr-Commit-Position: refs/heads/master@{#485270}
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/b46ce4172ee8..4183f201c515 $ git log b46ce4172..4183f201c --date=short --no-merges --format='%ad %ae %s' 2017-07-07 thestig Change parameter type to IPWL_FocusHandler::OnSetFocus(). Created with: roll-dep src/third_party/pdfium Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls TBR=dsinclair@chromium.org Change-Id: I5fe1bf6508a7720d7fba2daef8689a4453f6e317 Reviewed-on: https://chromium-review.googlesource.com/565182 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#485269}
-
Yutaka Hirano authored
This reverts commit 7e6f3031. Reason for revert: The crash is fixed by https://chromium.googlesource.com/chromium/src/+/b5ac971cfbf3afa2230534369912bffccefb0fc1. Original change's description: > Mark serviceworker-proxied/thorough/cors-preflight2-other-https.html crash on MSAN > > TBR=imcheng@chromium.org > NOTRY=true > > Bug: 736802 > Change-Id: I9938a569ad9fe8001fe0b3385c519ca95ad9a70b > Reviewed-on: https://chromium-review.googlesource.com/548836 > Reviewed-by: Xida Chen <xidachen@chromium.org> > Commit-Queue: Xida Chen <xidachen@chromium.org> > Cr-Commit-Position: refs/heads/master@{#482304} TBR=imcheng@chromium.org,xidachen@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 736802 Change-Id: If05af3b9aa3df36c160b756cebf8ee1a3a38df76 Reviewed-on: https://chromium-review.googlesource.com/564878Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#485268}
-
bratell authored
The target that compiles generated files does not use the same template as other code in blink core so it didn't automatically become jumbo enabled. Since it's a non-negliable part of the build time (~1%) this patch enables jumbo for this target as well. R=fs@opera.com BUG=713137 Review-Url: https://codereview.chromium.org/2973603003 Cr-Commit-Position: refs/heads/master@{#485267}
-
Vitalii Iarko authored
Bug: 734584 Change-Id: If013a3e5031314abbb72be4d94a949e0eb1c3527 Reviewed-on: https://chromium-review.googlesource.com/565280 Commit-Queue: vitaliii <vitaliii@chromium.org> Reviewed-by:
Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#485266}
-
Alex Clarke authored
DevTools relies on a NetLogObserver (which needs a NetLog) to return the raw response headers, e.g. Set-Cookie headers. Bug: 692090 Change-Id: I9faae71198b7c45d1dc05175b606452012d7ec83 Reviewed-on: https://chromium-review.googlesource.com/565139 Commit-Queue: Alex Clarke <alexclarke@chromium.org> Reviewed-by:
Eric Seckler <eseckler@chromium.org> Cr-Commit-Position: refs/heads/master@{#485265}
-
hbos authored
This allows a track to be added to a peerconnection with 0 or 1 associated streams. The multiple stream case is not yet supported. This allows tracks and streams to be attached to a peerconnection independently of add/removeStream and is a major milestone of the RTP Media API. The ontrack and onended events will be added/fire on the remote end in follow-up CLs. Spec: https://w3c.github.io/webrtc-pc/#dom-rtcpeerconnection-addtrack https://w3c.github.io/webrtc-pc/#dom-rtcpeerconnection-removetrack BUG=700916, 705901 Review-Url: https://codereview.chromium.org/2951713002 Cr-Commit-Position: refs/heads/master@{#485264}
-
Christian Dullweber authored
If the list of important sites is empty, we don't have to perform two separate ClearBrowsingData calls. Bug: 740465 Change-Id: I585391bf1721a82a7368ba611fdd6abe54bf3276 Reviewed-on: https://chromium-review.googlesource.com/565138 Commit-Queue: Christian Dullweber <dullweber@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Cr-Commit-Position: refs/heads/master@{#485263}
-
Brad Lassey authored
This adds a getter and setter to enable and disable brotli. The test tests that brotli is advertised (or not) and that encoded data can be decoded correctly. Bug = 737231 Bug: 737231 Change-Id: I63e58f97725764b74f51a86edc2ed0eefafe7476 Reviewed-on: https://chromium-review.googlesource.com/563857 Commit-Queue: Brad Lassey <lassey@chromium.org> Reviewed-by:
smut <smut@google.com> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Misha Efimov <mef@chromium.org> Cr-Commit-Position: refs/heads/master@{#485262}
-
pastarmovj authored
This makes FakeServer a debugging adapter for LoopbackServer. It mostly forwards calls to the actual implementation in the LoopbackServer but also allows for simulating various exceptional conditions and deeper inspection in the data flow. BUG=651415 TEST=All tests still pass. TBR=baxley@chromium.org Review-Url: https://codereview.chromium.org/2969643002 Cr-Commit-Position: refs/heads/master@{#485261}
-
Ian Vollick authored
This is an obsolete performance optimization. Bug: None Change-Id: I1b37a9bdc46b73aedaeeec65a86fe46cf8af081a Reviewed-on: https://chromium-review.googlesource.com/563960Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#485260}
-
Balazs Engedy authored
Move components/password_manager/content/common/credential_manager.mojom into third_party/WebKit/public/platform/modules/credentialmanager/. This is preparation for letting WebKit/Source/modules/ talk to the Credential Manager API implementation directly using Mojo, instead of needing to go through components/password_manager/content/renderer. Bug: 740081 Change-Id: I5b59ac13fc088c0e6482fb2bfd5bd9dbb73b084b Reviewed-on: https://chromium-review.googlesource.com/563407 Commit-Queue: Balazs Engedy <engedy@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#485259}
-
Jonathan authored
This change relands AuraInit changes, with a fix to the shared resources logic which was causing a crash on chrome --mash Revert "Revert of Update AuraInit to handle failed initialization (patchset #2 id:40001 of https://codereview.chromium.org/2967943002/ )" This reverts commit e3f9dbb7. TBR=sky@chromium.org TEST=ran chrome --mash Bug: 678687 Change-Id: I6d64b04c520564a022b65e2e2f6c322803a9db64 Reviewed-on: https://chromium-review.googlesource.com/562497 Commit-Queue: Jonathan Ross <jonross@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#485258}
-
Koji Ishii authored
Following bot results are included. 681 683 685 TBR=eae@chromium.org NOTRY=true BUG: 591099 Change-Id: I16415dc74a3c6a94542a8acae9fa9ca86c0216f2 Reviewed-on: https://chromium-review.googlesource.com/564915Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#485257}
-
Sylvain Defresne authored
Use assets from material-design-icons on iOS for remoting. Some assets have a different name so update remoting_theme.mm to use the new names. Some assets are unreferenced by the code. They are left as deps because they may be referenced form the private downstream repo. Remove duplicated assets. Bug: 734054 Change-Id: I03a157da73e8730b71e2941b52b1caae56d6c356 Reviewed-on: https://chromium-review.googlesource.com/558357 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Yuwei Huang <yuweih@chromium.org> Reviewed-by:
Scott Nichols <nicholss@chromium.org> Cr-Commit-Position: refs/heads/master@{#485256}
-
Boris Sazonov authored
This CL adds histogram to track time "Waiting for Google Play Services to finish updating" dialog is shown for. Bug: 739917 Change-Id: Ife88782287201fdcb7dafb75b6988a46accd935b Reviewed-on: https://chromium-review.googlesource.com/563662 Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#485255}
-
Ondrej Skopek authored
Currently, the home page tile on the NTP was pinned to first place. Now, it will be pinned to the first row (i.e. first four tiles), before popular sites. BUG=732913 Change-Id: Iefb893b311df8ac63cd32afd9759e2a03bf3876e Reviewed-on: https://chromium-review.googlesource.com/563361 Commit-Queue: Ondrej Škopek <oskopek@google.com> Reviewed-by:
Friedrich Horschig <fhorschig@chromium.org> Reviewed-by:
Chris Pickel <sfiera@chromium.org> Cr-Commit-Position: refs/heads/master@{#485254}
-
Colin Blundell authored
Consumers of ProfileOAuth2TokenService currently have the ability to load credentials but no way to query whether all credentilas have been loaded. This functionality will be needed by the Identity Service internal implementation in order to delay responding to consumer requests until all refresh tokens have been loaded (listening to the observer event isn't enough because the Identity Service might be started after the event has fired). This CL adds this functionality. Bug: 740117 Change-Id: Ia2d61aefa9310f05bbc58c2884a68bc19d647c08 Reviewed-on: https://chromium-review.googlesource.com/563616Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#485253}
-
Vaclav Brozek authored
This adds the Copy context menu item to the cells with site, username and password, and also the Show/Hide item for password (whether it's Show or Hide depends on whether the password is masked or unmasked, respectively). Screenshots are at https://crbug.com/717968#c3. BUG=717968 Change-Id: Iaeec460deea8c117179a8469eb771e9802765012 Reviewed-on: https://chromium-review.googlesource.com/563695 Commit-Queue: Vaclav Brozek <vabr@chromium.org> Reviewed-by:
Louis Romero <lpromero@chromium.org> Cr-Commit-Position: refs/heads/master@{#485252}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/f3726edb45da..9f7e1bcf98c3 $ git log f3726edb4..9f7e1bcf9 --date=short --no-merges --format='%ad %ae %s' 2017-07-10 charliea Upload a new version of the BattOr firmware Created with: roll-dep src/third_party/catapult BUG=737176 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: I72ba9b1cc5ae80fb18c0380faab5e8cc6642ef9e Reviewed-on: https://chromium-review.googlesource.com/565061 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#485251}
-
Daniel Vogelheim authored
This should make the code slightly more readable and avoid creating + copying objects with default values. (This is a follow-up to https://chromium-review.googlesource.com/c/552131/4 ) R=tyoshino@chromium.org Bug: Change-Id: I6f0f16bc9da26e0e81f87efc22124658edf00a22 Reviewed-on: https://chromium-review.googlesource.com/559336Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Takeshi Yoshino <tyoshino@chromium.org> Commit-Queue: Daniel Vogelheim <vogelheim@chromium.org> Cr-Commit-Position: refs/heads/master@{#485250}
-
Boris Sazonov authored
Follow-up to https://crrev.com/c/558346. This CL removes no longer used AccountManagerDelegate.getAccountsByType and async overload of AccountManagerHelper.getGoogleAccounts. Bug: 698258 Change-Id: Ia3f62f12c6e5ea9374b9d89df69ad609ba1007de Reviewed-on: https://chromium-review.googlesource.com/563387Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#485249}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/d4cbe5ee..99a6c585 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. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org Change-Id: I88f0f3ec03e9c309bb76ad2ac923ca2605866534 Reviewed-on: https://chromium-review.googlesource.com/565298Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#485248}
-
Hidehiko Abe authored
Along the change, fixed a bug where primary user is in background. BUG=672829 TEST=Ran on DUT. Ran trybot. Change-Id: I83c080fd005bb55cb1c1570f6ab465ad6524a2aa Reviewed-on: https://chromium-review.googlesource.com/563151 Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Reviewed-by:
Yuki Awano <yawano@chromium.org> Cr-Commit-Position: refs/heads/master@{#485247}
-
Mike Baxley authored
Test that navigates to a URL, and then verifies that the URL is included in TopSites. Bug: Change-Id: Idd7f35241dfe83ba9950975664c380d81243560c Reviewed-on: https://chromium-review.googlesource.com/559540 Commit-Queue: Mike Baxley <baxley@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#485246}
-
Ramin Halavati authored
Network traffic annotation is added to network request of: content/browser/indexed_db/indexed_db_internals_ui.cc content/browser/web_contents/web_contents_impl.cc BUG=656607 Change-Id: Ifedeb2356faa1754e63227794b75d44c489ee1f8 Reviewed-on: https://chromium-review.googlesource.com/522702Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#485245}
-
Vaclav Brozek authored
Currently, only non-blacklisted credentials can be viewed in detail in password settings. Blacklisted credentials have much less data to show: just the origin of the credential. Nevertheless, the origin in the list cannot be shown completely for space constraints and cannot be copied either, making it inaccessible to the user if they need to check where they disabled saving the credential. One way to fix that would be to add a context menu button in the list to copy the full URL. However, that would have these drawbacks: (1) Still no easy way to show the full origin. (2) Confusing difference between the presented string (which is not the full URL) and the copied result. (3) Inconsistency against what is done for the non-blacklisted credentials. Another way, implemented in this CL, is to expand the password detail view to be able to display the blacklisted credentials meaningfully. This in fact means just allowing the blacklisted credentials to be displayed there, and suppressing all parts of the detail view except for the Site section and the delete button. The CL also simplifies the initialization of PasswordDetailsCollectionViewController by removing arguments derivable from the passed PasswordForm. Further, it fixes an unrealistic unittest by ensuring that the PasswordForm passed to the details controller on initialization always has a well-defined origin URL. Screenshots are at https://crbug.com/740379. Bug: 740379 Change-Id: I9d8bf7c03b3f36c3df65ebf5645fc193679ad54b Reviewed-on: https://chromium-review.googlesource.com/563665Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Vaclav Brozek <vabr@chromium.org> Cr-Commit-Position: refs/heads/master@{#485244}
-
Andy Paicu authored
In order to help make a decision if the new reporting api should support multiple endpoints, I've added an use counter to see how frequently the current report-uri directive is used with multiple reporting endpoints Spec: https://wicg.github.io/reporting/ Bug: 726634 Change-Id: I47353b559a2f57a022b2a5300ea5e2cdb88e0677 Reviewed-on: https://chromium-review.googlesource.com/563378 Commit-Queue: Andy Paicu <andypaicu@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#485243}
-
Eric Seckler authored
DOMSnapshot domain users (primarily automation users) don't receive nodeIds, only backendNodeIds. Still, they'd like to interact with node objects via JS. Bug: 546953 Change-Id: Idbce383d9b264038b737bc316620fd308e839510 Reviewed-on: https://chromium-review.googlesource.com/559390 Commit-Queue: Eric Seckler <eseckler@chromium.org> Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Cr-Commit-Position: refs/heads/master@{#485242}
-
Jia authored
Shorthand property "margin" is parsed by delegating parsing logic to its component longhands API, using ConsumeShorthandVia4LonghandsAPI. This cl also serves as a use case of ConsumeShorthandVia4LonghandsAPI. This cl contains the following changes * Implemented of "margin" parseShorthand API. * Changed the system to use the new API for parsing. - Changed CSSPropertyParser.cpp to use property API to parse "margin". - Added api parsing to json file. - Updated BUILD files to include the new API files. Bug: 668012 Change-Id: Ide0737ab44088cc882191b53278e56c65a075208 Reviewed-on: https://chromium-review.googlesource.com/560801 Commit-Queue: Jia Meng <jiameng@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Reviewed-by:
Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#485241}
-
Ramin Halavati authored
Two tests are added to network traffic annotation auditor which check if a unique id has the same hash code with a reserved word, or two unique ids have the same hash codes. Bug: 690323 Bug: 656607 Change-Id: I95cae79426b38ba72c25f4007a2704917cf32fe4 Reviewed-on: https://chromium-review.googlesource.com/563390 Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Cr-Commit-Position: refs/heads/master@{#485240}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/00b0c16c9708..f3726edb45da $ git log 00b0c16c9..f3726edb4 --date=short --no-merges --format='%ad %ae %s' 2017-07-10 perezju [devil] Treat warnings on pm path as non-fatal Created with: roll-dep src/third_party/catapult BUG=736913 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: Idd96218c285b4595957f6b2d15b838a8a4fa53c3 Reviewed-on: https://chromium-review.googlesource.com/565040 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#485239}
-
Jinho Bang authored
This change is finishing implementing CanMakePaymentEvent in Blink side. Related spec change: https://github.com/w3c/payment-handler/pull/170 See the other CLs in this series: [1/4] https://chromium-review.googlesource.com/c/558887 [2/4] https://chromium-review.googlesource.com/c/558888 [3/4] https://chromium-review.googlesource.com/c/558889 [4/4] This patch. Bug: 736745 Change-Id: Ie2d54af80a84da8654204c9b7d183469e958df12 Reviewed-on: https://chromium-review.googlesource.com/558890 Commit-Queue: Jinho Bang <jinho.bang@samsung.com> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#485238}
-
Marc Treib authored
At higher scale factors, the thumbnails can otherwise get large enough to make text readable. Limiting their size mitigates this. Bug: 670488 Change-Id: I25d74774455453ee39228d82f5f74639a799b54e Reviewed-on: https://chromium-review.googlesource.com/564617 Commit-Queue: Friedrich Horschig <fhorschig@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Reviewed-by:
Friedrich Horschig <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#485237}
-
Magnus Jedvert authored
Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/74848bb..a5b6c52 $ git log 74848bb..a5b6c52 --date=short --no-merges --format=%ad %ae %s 2017-07-10 magjed@webrtc.org Remove webrtc::VideoEncoderFactory 2017-07-10 minyue@webrtc.org Adding log in OrtcFactoryIntegrationTest and fix a bug. 2017-07-10 minyue@webrtc.org Refactor gunit for synergy to gtest. 2017-07-10 mbonadei@webrtc.org Revert of Change VideoTrack implementation to invoke VideoTrackSourceInterface::AddOrUpdateSink on wt (patchset #2 id:20001 of https://codereview.webrtc.org/2964863002/ ) 2017-07-10 saza@webrtc.org Convert occurrences of deprecated WEBRTC_TRACE logging to LOG style logging in webrtc/modules/audio_device/linux/audio_device_pulse_linux.cc. 2017-07-10 saza@webrtc.org Add a check in the BlockBuffer of AEC2 to guard for buffer overflows. 2017-07-07 yujo@chromium.org Add AudioFrame::ResetWithoutMuting() to address performance regression. 2017-07-07 perkj@webrtc.org Change VideoTrack implementation to invoke VideoTrackSourceInterface::AddOrUpdateSink on the worker thread. 2017-07-07 tommi@webrtc.org Add RTC_FROM_HERE location information to two DCHECKs in ProcessThread. 2017-07-07 zstein@webrtc.org Move SrtpSession and tests to their own files. 2017-07-07 jbauch@webrtc.org Handle case where UDP packet contains multiple DTLS records. 2017-07-07 jtteh@webrtc.org Trace loggging: Check for g_event_logger is not null before calling it. 2017-07-07 peah@webrtc.org Decreased the adaptation rate for the adaptive filter in the echo canceller 3 2017-07-07 henrik.lundin@webrtc.org Fix a variable naming typo 2017-07-07 peah@webrtc.org External APM usage downstream dependency support cleanup 2017-07-07 andersc@webrtc.org Injectable Obj-C video codecs 2017-07-07 ehmaldonado@webrtc.org base->rtc_base: Update .c, .mm and .java files. 2017-07-07 ilnik@webrtc.org Report interframe delay sum in old GetStats 2017-07-06 jbauch@webrtc.org Support re-entrant calls to MessageQueueManager::Clear. 2017-07-06 braveyao@webrtc.org desktop_capture: crop border in window_capture on Win8/10 2017-07-06 ehmaldonado@webrtc.org Rename webrtc/base -> webrtc/rtc_base 2017-07-06 srte@webrtc.org Fixed a miscalculation of sent bitrate caused by mixup of time units 2017-07-06 mbonadei@webrtc.org Moving asm code out of common_audio_c sources list 2017-07-06 oprypin@webrtc.org Remove MAIN_NIB_FILE from Info.plist because the substitution is broken 2017-07-06 henrik.lundin@webrtc.org Let NetEq reset the AudioFrame during muted state 2017-07-06 sprang@webrtc.org Update screen simulcast config 2017-07-06 sprang@webrtc.org Implement RTP keepalive in native stack. 2017-07-06 mbonadei@webrtc.org Moving asm code out of isac_fix_c sources list 2017-07-06 ehmaldonado@webrtc.org Reland of move webrtc/tools (patchset #1 id:1 of https://codereview.webrtc.org/2973493002/ ) 2017-07-06 ilnik@webrtc.org Report timing frames info in GetStats. TBR= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng Bug: Change-Id: I233050e46cec875421b99ca35c07484aa8c87f17 Reviewed-on: https://chromium-review.googlesource.com/564941Reviewed-by:
Magnus Jedvert <magjed@chromium.org> Commit-Queue: Magnus Jedvert <magjed@chromium.org> Cr-Commit-Position: refs/heads/master@{#485236}
-
Mark Cogan authored
This CL removes the remaining usage of IDC_RELOAD now that downstream usage has also been cleaned up. Bug: 738881 Change-Id: I720f8474a97e418efecb16e8940c14d2718db68c Reviewed-on: https://chromium-review.googlesource.com/563797Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#485235}
-
Daniel Vogelheim authored
(This is a follow-up to https://chromium-review.googlesource.com/c/552131/4 ) R=tyoshino@chromium.org Bug: Change-Id: I4b84bfafbcb068a46e96392399a64380e47034a8 Reviewed-on: https://chromium-review.googlesource.com/559338Reviewed-by:
Sigbjørn Finne <sigbjornf@opera.com> Reviewed-by:
Takeshi Yoshino <tyoshino@chromium.org> Commit-Queue: Daniel Vogelheim <vogelheim@chromium.org> Cr-Commit-Position: refs/heads/master@{#485234}
-