- 13 Jul, 2017 40 commits
-
-
Robert Sesek authored
This is a reland of 2096391c Original change's description: > Reimplement base::WaitableEvent with a kqueue on Mac. > > For a single WaitableEvent, a custom EVFILT_USER kevent is used to wait and > signal. This replaces the default POSIX implementation that uses a > pthread_cond_t and a boolean flag. > > To implement WaitMany, a new kqueue is created to wait on all the individual > WaitableEvent's kqueue descriptor. This replaces a complex locking algorithm > used in the default POSIX implementation. > > For the asynchronous WaitableEventWatcher, a TYPE_READ dispatch_source_t is > used to watch the WaitableEvent's kqueue. This replaces the POSIX > implementation of a reference-counted list of async watchers guarded by a lock. > > Microbenchmarks show that the kqueue implementation is significantly faster in > most cases. The one potential drawback is hitting the low RLIMIT_NOFILE on > macOS, since each WaitableEvent and WaitableEventWatcher requires a new > descriptor. > > Bug: 681167 > Change-Id: I135012fdd25e547ffb911fc7adc97c203df38241 > Reviewed-on: https://chromium-review.googlesource.com/553497 > Reviewed-by: Robert Liao <robliao@chromium.org> > Reviewed-by: Mark Mentovai <mark@chromium.org> > Commit-Queue: Robert Sesek <rsesek@chromium.org> > Cr-Commit-Position: refs/heads/master@{#485788} Bug: 681167 Change-Id: I1b0296022f7bd1a31b074fbbb551bccc3b28d05b Reviewed-on: https://chromium-review.googlesource.com/568642Reviewed-by:
Mark Mentovai <mark@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#486449}
-
Yuke Liao authored
This CL adds extra_attributes property to create_bundle target so that these values can be specified in BUILD files instead of hard coded in GN. Bug: 740800, 709289 Change-Id: I1c0393e11405527bda5cf70fb8b653fc76454b97 Reviewed-on: https://chromium-review.googlesource.com/566390 Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#486448}
-
Vincent Scheib authored
TBR: scheib@chromium.org Change-Id: I51eb3a98ad2d8c2d4b1417f8396220b9f46070c9 Reviewed-on: https://chromium-review.googlesource.com/570185Reviewed-by:
Vincent Scheib <scheib@chromium.org> Cr-Commit-Position: refs/heads/master@{#486447}
-
Geoff Lang authored
TBR=zmo@chromium.org NOTRY=true BUG=668223 Change-Id: Ib4e0e2993c285b7edfa9e443d63fdefdcd28986d Reviewed-on: https://chromium-review.googlesource.com/570668Reviewed-by:
Geoff Lang <geofflang@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org> Cr-Commit-Position: refs/heads/master@{#486446}
-
Robert Sesek authored
Using MessageLoop across the death test fork does not work well on Mac. The threadsafe death test style solves this issue. Bug: 741256 Bug: 681167 Change-Id: I301981a704c284d4264642d4a553d3cc2570e0fa Reviewed-on: https://chromium-review.googlesource.com/568800Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#486445}
-
bshe authored
Bug: 740141 Change-Id: I2f82a5e8af3d79aeb0f7fd82a4c2a43ccccbcb49 Reviewed-on: https://chromium-review.googlesource.com/568842Reviewed-by:
Brandon Jones <bajones@chromium.org> Commit-Queue: Biao She <bshe@chromium.org> Cr-Commit-Position: refs/heads/master@{#486444}
-
Daniele Castagna authored
https://chromium-review.googlesource.com/c/562178/ reintroduced a check that was previously used by GbmSurfaceless to test if we were pageflipping on a non primary drm device. The check relied on testing if the drm device of the enqueued buffers was primary, in case the queue was empty, it'd return false. Unfortunatly, since the logic of GbmSurfaceless changed, the queue of buffers is now always empty where we're testing if it's an external device. This CL changes the logic, setting a flag is_on_external_drm_device_ every time a buffer is enqueued. Bug: 721463 Test: Ran on samus with mimo attached. Change-Id: I44bfa14e48251c5afa6ff635a6c3f54a0d274d98 Reviewed-on: https://chromium-review.googlesource.com/569406Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Commit-Queue: Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#486443}
-
Thoren Paulson authored
Uses Cast's DRM instead of Android's on Android audio-only builds. BUG=internal 62721854 TEST=Cast Spotify to cast shell Change-Id: I441357b30693e93ec2578c7066205831980d188a Reviewed-on: https://chromium-review.googlesource.com/568247Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Commit-Queue: Thoren Paulson <thoren@chromium.org> Cr-Commit-Position: refs/heads/master@{#486442}
-
Randy Smith authored
BUG=721395 R=mmenke@chromium.org Change-Id: I608c01810d2ccf47366614ea35bdf28e819d920f Reviewed-on: https://chromium-review.googlesource.com/568688Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Randy Smith <rdsmith@chromium.org> Cr-Commit-Position: refs/heads/master@{#486441}
-
ikilpatrick authored
Previoiusly we were just checking fragment.BlockSize() which was error prone as: <div style="height: 0px;">text</div> ... would have been considered an empty block. Now the check uses the presence of the BfcOffset on the child's layout result. If it isn't present, the child must be empty. BUG=635619 Review-Url: https://codereview.chromium.org/2982643002 Cr-Commit-Position: refs/heads/master@{#486440}
-
Wez authored
- Use mx_status_get_string() to stringify result codes, for easier debugging. - Use DCHECK_OP() variants where appropriate. - Use NOTREACHED() in default case of watch-mode switch statement, rather than DCHECKing the same thing before the switch. Change-Id: Ifac8720341137881d4ce6416ac4c7e5142c822a5 Reviewed-on: https://chromium-review.googlesource.com/569040Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#486439}
-
Justin Schuh authored
BUG=672489 Change-Id: I7bb13d0ae3850f3334978bd8d483550ea2f3e3fd Reviewed-on: https://chromium-review.googlesource.com/567436 Commit-Queue: Emil A Eklund <eae@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#486438}
-
Marijn Kruisselbrink authored
After ac68cf90fa046d3e9c1418aee7cd14b8ec38210 there is no code left that still uses blink::Stream, so remove the class and its IPCs. Bug: 690795 Change-Id: I1a60a65b232bed39aa1d16896ba611d484324c8e Reviewed-on: https://chromium-review.googlesource.com/568689Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Takeshi Yoshino <tyoshino@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#486437}
-
Qiang Xu authored
changes: The general SearchResultTileItemView layout and UI should be controlled by EnableFullscreenAppList flag. Those Play Store related views are enabled by EnablePlayStoreAppSearch, like rating_, rating_star_, price_, badge_. By checking if they are nullptr, that is equivalently checking EnablePlayStoreAppSearch flag. Bug: 741073 TEST: tested without EnablePlayStoreAppSearch flag, it behaves correctly now. Change-Id: I6ae4313698e428760fec024c487590672bda40aa Reviewed-on: https://chromium-review.googlesource.com/567488Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Qiang(Joe) Xu <warx@chromium.org> Cr-Commit-Position: refs/heads/master@{#486436}
-
Pedro Amaral authored
Have Android also trigger virtual keyboard on mouse up. Bug: 730038 Change-Id: Ife9979b96f7e21577ed94af65323d4ac45513c88 Reviewed-on: https://chromium-review.googlesource.com/566279 Commit-Queue: Pedro Amaral <amaralp@chromium.org> Reviewed-by:
Alexandre Elias <aelias@chromium.org> Cr-Commit-Position: refs/heads/master@{#486435}
-
Brad Lassey authored
Bug: 737231 Change-Id: Id6f45920f7dae7e185da6b663f3bc0cfb8073cc3 Reviewed-on: https://chromium-review.googlesource.com/568856 Commit-Queue: Brad Lassey <lassey@chromium.org> Reviewed-by:
Misha Efimov <mef@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#486434}
-
liyuqian authored
BUG=724616 Review-Url: https://codereview.chromium.org/2944633002 Cr-Commit-Position: refs/heads/master@{#486433}
-
Changwan Ryu authored
Showing cursor and highlighted span at the same time is a bit awkward. We can hide the cursor whenever we show the autocomplete text using View#setCursorVisible(). Whenever span is shown, cursor should be hidden, and vice versa. Therefore, I chose to expand the current SpanController to control cursor as well. The testing is a bit tricky because of excessive calls to setCursorVisible() - so I ended up just checking the current state. BUG=539536 Change-Id: I8333586d3209f6bb95055ed943ab5c9593741821 Reviewed-on: https://chromium-review.googlesource.com/569145Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Changwan Ryu <changwan@chromium.org> Cr-Commit-Position: refs/heads/master@{#486432}
-
Florin Malita authored
Follow-up to https://chromium-review.googlesource.com/567267 Change-Id: I8813d776d73cc4459f5bcce6a93532f2ea9b427a Reviewed-on: https://chromium-review.googlesource.com/570003Reviewed-by:
Mike Reed <reed@chromium.org> Commit-Queue: Florin Malita <fmalita@chromium.org> Cr-Commit-Position: refs/heads/master@{#486431}
-
Duc Bui authored
This patch adds visible property, and uses it in WebContentsCoordinationUnit. This property is useful for metrics which need to determine whether the corresponding tab is foreground or not. Change-Id: I99520710a8887ea3f5aa3d3c9a56b2d6f446ac53 BUG=737817 Change-Id: I99520710a8887ea3f5aa3d3c9a56b2d6f446ac53 Reviewed-on: https://chromium-review.googlesource.com/568365 Commit-Queue: Duc Bui <ducbui@google.com> Reviewed-by:
Zhen Wang <zhenw@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#486430}
-
Zhongyi Shi authored
Reland after fix "Change NetworkSessionConfigurator to process multiple versions from quic_version field" This is a reland of 4721652f after fix the crashing issues. Original change's description: > Change NetworkSessionConfigurator to process multiple versions from quic_version field > > Bug: 689762 > Change-Id: Ic0de2dacd01158d85318794d05f8f763659d9228 > Reviewed-on: https://chromium-review.googlesource.com/565784 > Commit-Queue: Zhongyi Shi <zhongyi@chromium.org> > Reviewed-by: Ryan Hamilton <rch@chromium.org> > Cr-Commit-Position: refs/heads/master@{#485678} Bug: 689762 Change-Id: I1f1c92458263d3a9f013b9e0c51154186caabd17 Reviewed-on: https://chromium-review.googlesource.com/568641Reviewed-by:
Ryan Hamilton <rch@chromium.org> Commit-Queue: Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#486429}
-
Mathieu Perreault authored
As well, we adjust the height should the popups content change. Bug: 375637 Test: visual Change-Id: Ia8f77516dda4dc6dd33d196c3238926dba56a53c Reviewed-on: https://chromium-review.googlesource.com/569312Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Mathieu Perreault <mathp@chromium.org> Cr-Commit-Position: refs/heads/master@{#486428}
-
tzik authored
These files use base::MakeUnique without including ptr_util.h themselves. ptr_util.h is indirectly included through either cc/resources/single_release_callback.h or cc/resources/single_release_callback_impl.h, but these inclusion is being removed. Change-Id: I966933932273d1940e5d78957083bb13950febe7 Reviewed-on: https://chromium-review.googlesource.com/569945Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#486427}
-
Peter Collingbourne authored
A bot with the same configuration will soon live on chromium.memory, so we should make sure we don't break it. Bug: 732652 Change-Id: I7ded28d433691306666912d12eb6f2212a803c65 Reviewed-on: https://chromium-review.googlesource.com/569604Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Peter Collingbourne <pcc@chromium.org> Cr-Commit-Position: refs/heads/master@{#486426}
-
Ehsan Karamad authored
We need to properly clear CompositionRangeUpdateObserver used in the test body and do not rely on tear down process. There seems to be a bug in the internals of TextInputManagerTester where the internal observer is not properly removed from TextInputManager's observer list. Synthetic local testing shows that if we repeatedly pump RenderWidget::UpdateCompositionInfo(true), the test crashes in non-OOPIF mode. The reasons seems to be that TextInputManagerTester::observer_ is not removed from TextInputManager's observer list and a late arriving IPC for IME composition range during shutdown causes the test process to crash (UaF). BUG=736752, 602723 Change-Id: Iebf1f20dccddae63ad587ec6f03bf6951b89c5ee Reviewed-on: https://chromium-review.googlesource.com/545223Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Commit-Queue: Ehsan Karamad <ekaramad@chromium.org> Cr-Commit-Position: refs/heads/master@{#486425}
-
Mike Reed authored
Bug: Change-Id: I8cef060ee121c90f5ad405dd55a5ddb79676d9f2 Reviewed-on: https://chromium-review.googlesource.com/569990Reviewed-by:
Florin Malita <fmalita@chromium.org> Commit-Queue: Mike Reed <reed@chromium.org> Cr-Commit-Position: refs/heads/master@{#486424}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 142a048e. Build: https://build.chromium.org/p/chromium.infra.cron/builders/wpt-importer/builds/310 Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: glebl@chromium.org: external/wpt/css/CSS2/positioning hta@chromium.org: external/wpt/webrtc igrigorik@chromium.org, panicker@chromium.org: external/wpt/performance-timeline kojii@chromium.org: external/wpt/css/CSS2 TBR: qyearsley@chromium.org No-Export: true Change-Id: I652ded994e7de04204d163a5ee2ebd77bf25dc6c Reviewed-on: https://chromium-review.googlesource.com/569984 Commit-Queue: Blink W3C Test Autoroller <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Cr-Commit-Position: refs/heads/master@{#486423}
-
Bernhard Bauer authored
Without the invalidate() call, the view would only update 400ms later, when the progress indicator becomes visible. Bug: 741800 Change-Id: I949e423187b2b0e68eb807c44a8d3b78043ed016 Reviewed-on: https://chromium-review.googlesource.com/570037Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#486422}
-
kylechar authored
Remove the deprecated function that uses default InitParams. Add the params in the remaining callsites and set |single_process| correctly for tests. The only exception is in aura::Env::Init() where we don't know if it is a test. Bug: 620934,700142 Change-Id: I5e0d61578a423dd42eca38d21ccd1568b9ce5a8b Reviewed-on: https://chromium-review.googlesource.com/568361Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#486421}
-
Helen Yang authored
The CL [ios showcase] Integrated TextBadgeView with Showcase (patchset #4 id:80001 of https://codereview.chromium.org/2967113003/) broke ios_showcase_egtests suite for iPad. The revert can be found here: https://codereview.chromium.org/2978533002/. This CL is a reland of the first, and fixes the egtest issue by ensuring that EarlGrey only selects sufficiently visible elements. Bug: 740133 Change-Id: Ie30b78e85d965bd2ff48d27fef4eb7f824d56d98 Reviewed-on: https://chromium-review.googlesource.com/567129 Commit-Queue: Helen Yang <helenlyang@google.com> Reviewed-by:
Ed Chin <edchin@chromium.org> Reviewed-by:
Gregory Chatzinoff <gchatz@chromium.org> Cr-Commit-Position: refs/heads/master@{#486420}
-
galinap authored
The thumbnail returned from a ThumbnailProvider may have one dimension larger than the requested thumbnail size. Therefore, the assertion in onThumbnailRetreived() should be using the smaller of the two sides to check that the condition is met, instead of using its height arbitrarily. Bug: 715477 Change-Id: I6e60c41dad1014508343f2338ad81140d577f08b Reviewed-on: https://chromium-review.googlesource.com/541323Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Nicolas Dossou-Gbété <dgn@chromium.org> Commit-Queue: Galia Peycheva <galinap@google.com> Cr-Commit-Position: refs/heads/master@{#486419}
-
Mike Dougherty authored
This reverts commit 944975a0. Reason for revert: These newly added tests are not passing in all configurations. For example: https://build.chromium.org/p/chromium.fyi/builders/EarlGreyiOS/builds/29628 Original change's description: > [Payment Request] Adds tests for accessibility on main pages of Payment Request > > The added HTML file and JS file have been downloaded from here: > > https://rsolomakhin.github.io/pr/multi/ > > And thus do not need to be thoroughly reviewed. The only changes made to these > files are as follows > 1) In the html file an "id" attribute is added to the "buy" button, the 2016 > copyright is changed to 2017, and the stylesheet and favicon links are removed. > 2) In the js file "requestPayerEmail," "requestPayerPhone," and "requestPayerName" > is added to options on line 106, the JSLint directives are removed from the top of > the file, and the long line on line 137 was changed into two lines. > > Bug: 734571 > Change-Id: Ib27f0e9398d3ce8922018138ad98e0e93aa6e15b > Reviewed-on: https://chromium-review.googlesource.com/567215 > Commit-Queue: Randall Raymond <rayraymond@google.com> > Reviewed-by: Eugene But <eugenebut@chromium.org> > Reviewed-by: Louis Romero <lpromero@chromium.org> > Reviewed-by: mahmadi <mahmadi@chromium.org> > Cr-Commit-Position: refs/heads/master@{#486391} TBR=eugenebut@chromium.org,lpromero@chromium.org,rayraymond@google.com,mahmadi@chromium.org Change-Id: Id007c92d6e9f72de546bec6672ca23aed1247904 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 734571 Reviewed-on: https://chromium-review.googlesource.com/570202Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#486418}
-
Anna Maria authored
[Local File Casting] Fixing issue where Cast File would be highlighted in menu even if file selection fails Bug: 721802 Change-Id: I39f9426667ec79b62010de1c93d9cbfbb4b50c91 Reviewed-on: https://chromium-review.googlesource.com/567246 Commit-Queue: Anna Maria <paezagon@chromium.org> Reviewed-by:
Jennifer Apacible <apacible@chromium.org> Cr-Commit-Position: refs/heads/master@{#486417}
-
Wez authored
This reverts commit 52118eee. Reason for revert: This prevents net_unittests from building, due to a dependency on these APIs in sql/connection.cc. We should consider stubbing them out to return sensible values, e.g. GetPosixPermissions returning ugo+rwx and SetPosixPermissions returning not-implemented error. Original change's description: > Remove unsupported perm, symlink calls for Fuchsia. > > Remove unsupported perm, symlink calls for Fuchsia. > Fuchsia's POSIX support does not extend to file permission bit or > symbolic links. This CL conditionally removes the relevant calls from > file_util and disables affected tests under Fuchsia builds. > > R: thakis@chromium.org > Bug: 706592 > Change-Id: Id6b68fd9a440f37debe50feb7ce3f457bbee3e4f > Reviewed-on: https://chromium-review.googlesource.com/562901 > Reviewed-by: Nico Weber <thakis@chromium.org> > Commit-Queue: Kevin Marshall <kmarshall@chromium.org> > Cr-Commit-Position: refs/heads/master@{#486236} TBR=thakis@chromium.org,kmarshall@chromium.org Change-Id: I1ce22ac0d60db6891c8264e269247deec0f29f32 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 706592 Reviewed-on: https://chromium-review.googlesource.com/570518Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#486416}
-
Emily Stark authored
This reverts commit f51e5d49. Reason for revert: This test fails on official builds because the field trial testing config doesn't apply. I will explicitly enable the Finch feature in the test and reland. Original change's description: > Add browser test and testing config for dynamic Expect-CT reporting > > This CL adds a browser test to check that the ChromeExpectCTReporter is properly > created and set up to receive reports, particularly for dynamic Expect-CT > violations. It also enables the dynamic Expect-CT feature on the waterfall. > > BUG=679012,642517 > > Change-Id: I3ea01207ea5852b9bd0bbb1d90799ee4555c854e > Reviewed-on: https://chromium-review.googlesource.com/566572 > Reviewed-by: Jesse Doherty <jwd@chromium.org> > Reviewed-by: Mustafa Emre Acer <meacer@chromium.org> > Commit-Queue: Emily Stark <estark@chromium.org> > Cr-Commit-Position: refs/heads/master@{#486158} TBR=jwd@chromium.org,meacer@chromium.org,estark@chromium.org Change-Id: I60d13cfa015707d535e0afb86cf10d74ecb35b79 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 679012, 642517 Reviewed-on: https://chromium-review.googlesource.com/570383Reviewed-by:
Emily Stark <estark@chromium.org> Commit-Queue: Emily Stark <estark@chromium.org> Cr-Commit-Position: refs/heads/master@{#486415}
-
Nico Weber authored
This reverts commit 52118eee. Reason for revert: Breaks build: https://luci-logdog.appspot.com/v/?s=chromium%2Fbb%2Fchromium.fyi%2FFuchsia%2F6583%2F%2B%2Frecipes%2Fsteps%2Fcompile%2F0%2Fstdout Original change's description: > Remove unsupported perm, symlink calls for Fuchsia. > > Remove unsupported perm, symlink calls for Fuchsia. > Fuchsia's POSIX support does not extend to file permission bit or > symbolic links. This CL conditionally removes the relevant calls from > file_util and disables affected tests under Fuchsia builds. > > R: thakis@chromium.org > Bug: 706592 > Change-Id: Id6b68fd9a440f37debe50feb7ce3f457bbee3e4f > Reviewed-on: https://chromium-review.googlesource.com/562901 > Reviewed-by: Nico Weber <thakis@chromium.org> > Commit-Queue: Kevin Marshall <kmarshall@chromium.org> > Cr-Commit-Position: refs/heads/master@{#486236} TBR=thakis@chromium.org,kmarshall@chromium.org Change-Id: Icdd32651551e1a77adf9322fb531d4af69b56b38 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 706592 Reviewed-on: https://chromium-review.googlesource.com/570499Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#486414}
-
Geoff Lang authored
https://chromium.googlesource.com/angle/angle.git/+log/70c95fa..3ec7568 BUG=:angleproject:2101,740426 TBR=cwallez@chromium.org TEST=bots CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I302d09829846c705e5e337ff071098fc91bc96e5 Reviewed-on: https://chromium-review.googlesource.com/570379Reviewed-by:
Geoff Lang <geofflang@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org> Cr-Commit-Position: refs/heads/master@{#486413}
-
Reza.Zakerinasab authored
This CL adds color settings to ImageData and ImageBitmap serialization code. Bug: 670703, 671356, 735976 Change-Id: I854723eb8fa563bdd8755a002f182092b3f903b3 Reviewed-on: https://chromium-review.googlesource.com/552822 Commit-Queue: Mohammad Reza Zakerinasab <zakerinasab@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#486412}
-
Mike Dougherty authored
Bug: 739359 Change-Id: I9c720471e7a4214fb30e93eefc8ae84503c7aa5b Reviewed-on: https://chromium-review.googlesource.com/559980Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#486411}
-
Aleks Totic authored
Bug: 635619 Change-Id: I57ce8f3a225d09fed054ffa102968c86d83c08f4 Reviewed-on: https://chromium-review.googlesource.com/568715 Commit-Queue: Aleks Totic <atotic@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#486410}
-