- 19 Dec, 2019 17 commits
-
-
Saman Sami authored
Bug: 1035482 Change-Id: I68c34d0a3c2b2bb5867bcf1142d87a7a67434217 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974692 Commit-Queue: Saman Sami <samans@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#726175}
-
Darren Shen authored
<This change is hidden behind a flag> As part of migrating PK rule-based IMEs to native code, this CL migrates activate/deactivate to native code path. We port RuleBasedController#onActivate/onDeactivate in chos/pk/rulebasedcontroller.js. Note that we need these to call through to the extension, as it has side effects that may affect the extension when it is running (e.g. when VK is up). We also added a bunch of metrics collection that was in the extension code. Note that the JS code has already been guarded by the runtime flag. Bug: 1009903 Change-Id: Ib72ea3916d6f66c17c6553a7f137e1eb1647e181 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1970294 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by:
Shu Chen <shuchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#726174}
-
chrome://flagsTakumi Fujimoto authored
Add a flag to show Cast sessions in the Global Media Controls UI. Bug: 987479 Change-Id: Iaeb93ec79365319020bde0c216091a861d8de509 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1971050Reviewed-by:
Tommy Steimel <steimel@chromium.org> Commit-Queue: Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#726173}
-
Ken Rockot authored
This is a reland of c6e3166e Original change's description: > Convert base::Bind etc in services/ (1/2) > > This covers removal of deprecated base::Bind, base::Callback, > base::Closure, base::Passed across services/data_decoder/ and > services/device/. > > Bug: 1007831 > Change-Id: I03ca32424d53e91e6720e9209cb19a564a19de96 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1970231 > Reviewed-by: Matt Reynolds <mattreynolds@chromium.org> > Reviewed-by: Ovidio de Jesús Ruiz-Henríquez <odejesush@chromium.org> > Commit-Queue: Ken Rockot <rockot@google.com> > Cr-Commit-Position: refs/heads/master@{#725374} Bug: 1007831 Change-Id: Ic9be3c5e1d9db3d7addaf1c952506dd33e8b8ad3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974754Reviewed-by:
Ovidio de Jesús Ruiz-Henríquez <odejesush@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#726172}
-
Klaus Weidner authored
Using 'simulateSelect()' should generate only one "select" event, but since the state value wasn't being reset it was also creating additional ones for each following frame. This wasn't causing problems for the single existing test using it (events_session_select_subframe), but is a trap for other uses. Change-Id: I87cd55b1c0654d0183aa39af9bd5ad178d7409da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974682Reviewed-by:
Piotr Bialecki <bialpio@chromium.org> Commit-Queue: Klaus Weidner <klausw@chromium.org> Cr-Commit-Position: refs/heads/master@{#726171}
-
Stefan Zager authored
If a frame is throttled, then it may have dirty layout by the time PageAnimator::UpdateHitTestOcclusionData runs. There is no empirical evidence that render throttling is actually causing the crashes in the wild, so also add a diagnostic CHECK. BUG=1035029 R=chrishtr@chromium.org Change-Id: Ie8d1aa5d48cf94832616403e27965722b809020b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1972230Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#726170}
-
Devlin Cronin authored
Introduce a WebContentsObserver test helper that tracks the console for a message to be introduced, and records seen messages. This leverages the new WebContentsObserver::OnDidAddMessageToConsole() method. This also replaces content::ConsoleObserverDelegate. It's superior because it doesn't require replacing the existing WebContentsDelegate - which can at best be extra work and at worst cause different behavior and mask test issues. Use the new class in BrowserTest.NoJavaScriptDialogsActivateTab, which is an example of where it's better and more ergonomic. Instead of having a custom ConsoleObserverDelegate that forwards along certain calls (here, GetJavaScriptDialogManager()) to the original WebContentsDelegate, we just instantiate a WebContentsConsoleObserver. Bug: 1034150 Change-Id: Id5776f93fdcd747305ac62960d0f1b5a29d318d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974490 Commit-Queue: Peter Boström <pbos@chromium.org> Auto-Submit: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#726169}
-
Alexander Cooper authored
This reverts commit 4b1723f2. Reason for revert:crbug.com/1035586 Original change's description: > Remove native deps from chrome_junit_tests > > And adds an "assert_no_deps" to prevent regressions. > Would be nice to assert that the junit target does not depend on //base, > but it looks like all grit targets depend on //base, and fixing that > would require a larger refactor. > > Bug: None > Change-Id: I970cdb458d50a32f55165756a10e66857470d75a > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1953400 > Reviewed-by: Peter Wen <wnwen@chromium.org> > Reviewed-by: Matt Reynolds <mattreynolds@chromium.org> > Commit-Queue: Andrew Grieve <agrieve@chromium.org> > Cr-Commit-Position: refs/heads/master@{#723080} TBR=wnwen@chromium.org,agrieve@chromium.org,mattreynolds@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: None Change-Id: I5f5d1e67637e6aa4d1008b8227c84ce114bcf867 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974586Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Commit-Queue: Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/master@{#726168}
-
Erik Jensen authored
Previously, the keyboard layout was read in the context of the network process, which wasn't necessarily the same as the keyboard the user currently had activated. This CL moves querying the keyboard to the desktop process, which is able to determine the active window and query that window's keyboard layout. Bug: 1026029 Change-Id: I3475113d428fe141e419b519d55a4cf99e508471 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1949295 Commit-Queue: Erik Jensen <rkjnsn@chromium.org> Reviewed-by:
Matthew Denton <mpdenton@chromium.org> Reviewed-by:
Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#726167}
-
Ian Kilpatrick authored
In this patch we add a |NGPhysicalFragment::IsPaintedAtomically| flag to determine if a fragment should be painted atomically. This is treated as the source of truth, v.s. checking if something is an atomic-inline, a flex-item, etc. This bit also in the |NGConstraintSpace| as a parent layout will determine if a child should be painted atomically (as it typically has this information). See calls to |NGConstraintSpaceBuilder::SetIsPaintedAtomically|. This passes two additional tests. Bug: 845235 Change-Id: I145ca8c53c667727ed776d6901bb1b76bfd9063c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1924877Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
David Grogan <dgrogan@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#726166}
-
Bruce Dawson authored
Using TerminateProcess to exit from utility processes has dropped the crash rate significantly so it makes sense to apply the same recipe to ppapi processes. Over 80% of utility and ppapi process crashes are during shutdown so using TerminateProcess will get rid of most of the crashes, thus making triage easier. TerminateProcess is also faster. Bug: 1024560 Change-Id: I214e0bdcaddfdac41a7d6f5dd2ff3a0e749871a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1972896Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#726165}
-
Doug Arnett authored
Replaces waiting on a histogram recording to know when a navigation is complete with a content::WaitForLoadStop(). This seems to address the flakey timeout I was reproducing locally. Bug: 1032558, 1035377 Change-Id: I2a6e032ea6b112988699ea06275bbd28ec261362 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974431 Commit-Queue: Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#726164}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: Ibaa2022172bc5395ec295f1a639a18c4f560d467 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974789Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#726163}
-
Xiaoqian Dai authored
The reason for this issue is a bubble dialog does not get the correct bounds if the anchor window changes bounds when the anchor window has an un-identity transform in place. This CL forces the bubble dialog relayout itself when the anchor window's transform reset to the identity transform. Bug: 1035512 Change-Id: I3e73400320ecb5df99016ff1f53e6325dca2a1ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974594Reviewed-by:
Sammie Quon <sammiequon@chromium.org> Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#726162}
-
Stephen Chenney authored
The metric is sending twice as much data as it should, and we are about to add a corresponding compositor latency metric. Hence we need to reduce the sampling rate by a factor of 4. Bug: 1035531 Change-Id: If3dfcce9db624d28495c1f44c4887f55cf004326 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974610 Auto-Submit: Stephen Chenney <schenney@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#726161}
-
Antonio Gomes authored
Instead it (and its devired class WebRtcAudioDeviceImpl) operate over WTF::String. BUG=923394 R=guidou@chromium.org Change-Id: I13928733af68463d789170ebb7aa7a6836288b55 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1970138Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#726160}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/8cb6a652ad24..3567a9a85896 git log 8cb6a652ad24..3567a9a85896 --date=short --first-parent --format='%ad %ae %s' 2019-12-18 thestig@chromium.org Roll third_party/depot_tools/ fe18a43d5..603782044 (20 commits; 3 trivial rolls) 2019-12-18 thestig@chromium.org Avoid crash in CPDF_SecurityHandler::GetUserPassword(). 2019-12-18 tsepez@chromium.org Unify FPDF_FORMFILLINFO versioning and mark V2 as experimental 2019-12-18 dhoss@chromium.org Add --disable-javascript flag to test_runner.py Created with: gclient setdep -r src/third_party/pdfium@3567a9a85896 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pdfium-autoroll Please CC pdfium-deps-rolls@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: pdfium-deps-rolls@chromium.org Change-Id: Icabc3e679d59004acfd783a8be4b70793cbd44d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974592Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#726159}
-
- 18 Dec, 2019 23 commits
-
-
Devlin Cronin authored
Update chrome/android/javatests/src/org/chromium/chrome/browser/explore_sites/OWNERS with the UI>Browser>NewTabPage>ExploreSites component. This should help triaging, and I think will make FindIt automatically apply the label the bugs found in running these tests. Bug: None Change-Id: I6b39fcbcc59ccb78a69573ef29ffbefece3e7344 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974597Reviewed-by:
Justin DeWitt <dewittj@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#726158}
-
Sharon Yang authored
The root of the Fuchsia semantic tree always has root id 0. This isn't a constraint in Chromium, so some special handling has been added to ensure the semantic tree received by Fuchsia maintains a consistent, valid state. Test: Expanded AccessibilityBridgeTest. Bug: fuchsia:42172 Change-Id: Ic1e2398e0a6793bcbfef36643af64b78f79fea22 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1954321 Commit-Queue: Sharon Yang <yangsharon@chromium.org> Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#726157}
-
Darren Shen authored
Right now, the extension may need to reset the state of an engine w/o deactivating it. For example, if the user starts voice input, we need to reset the engine state (voice input is not an engine; if it was an engine, everything will work because we would deactivate the current engine before starting voice input). So far, this has been fine because the extension contained both UI and IME code. But when we move to a native model, UI will no longer contain IME code, so it will need to signal to IMF to reset the state of the engine. We add a new private API for resetting the engine. Bug: 1009903 Change-Id: I7e0b9a18a308d5e9834a4a341d71192b37745b98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1971047Reviewed-by:
Shu Chen <shuchen@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#726156}
-
Antonio Gomes authored
... to use WTF::Vector instead. BUG=923394 R=guidou@chromium.org Change-Id: I08ddf7cbaac201f8b6e93aa1f4ba1addbc55f3d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1970133Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#726155}
-
Ahmed Mehfooz authored
This change will alter the focus behavior for the quick settings and message center when chrome vox is enabled. The initial focus will now go to the entire widgets rather than the first element. Bug: 1021133 Change-Id: Ifea0cc6e1ee59bd94f8a52a846e8f0abdfcb5744 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1973157Reviewed-by:
Tim Song <tengs@chromium.org> Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Cr-Commit-Position: refs/heads/master@{#726154}
-
Antonio Gomes authored
Note that the CL introduces a copy routine, prior to calling the backed libwebrtc functionality. BUG=787254 R=guidou@chromium.org Change-Id: Ia571015e723b3f9338308319647bd3496eb42d65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1969611Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#726153}
-
sczs authored
-Splits bookmarkCurrentTabWithTitle into 2 methods: bookmarkCurrentTabWithTitle and waitForBookmarkModelLoaded. -Creates setupBookmarksWhichExceedsScreenHeight, removeBookmarkWithTitle and moveBookmarkWithTitle, verifyBookmarksWithTitle on BookmarkEarlGrey and their equivalent on the AppInterface. - Various changes on BookmarkEarlGreyUI to fix EG2 errors. Change-Id: I8d6ed0247dbf23b8157917942d96598342a5362c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1973363 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#726152}
-
Henrique Nakashima authored
It is not injected anymore and has been replaced by SharedPreferencesManager. Bug: 1022102 Change-Id: Ia4e42bbc4706766ca7b7adba8110c4784b7e8df1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1955809 Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Reviewed-by:
Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/master@{#726151}
-
Guillaume Jenkins authored
Adds tests for the Hunspell fallback logic (Windows hybrid spell checking) submitted here: https://chromium-review.googlesource.com/c/chromium/src/+/1918277 - Adds browser tests for SpellCheckHostChromeImpl - Adds component tests for the new SpellcheckHostMetrics - Adds component test coverage for the new SpellcheckPlatform methods in the Windows platform test - Created a bug to track splitting the single test into multiple ones - Adds component tests for SpellcheckProvider - Creates a new FakeSpellCheck class to fake the count of enabled spell check locales, which is needed to control when to call into the browser spell checker Bug: 463364, 1035450 Change-Id: Ie3e692c0d5d5970ed2ab7612018198bf42049139 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1972573 Auto-Submit: Guillaume Jenkins <gujen@google.com> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#726150}
-
Zentaro Kavanagh authored
- On devices that support AEQ enable it by default. - Make sure support is always tested regardless of pref value. - Turn off AEQ by default in tests because most nightlight tests need it off to verify the night light colors. Bug: 1034068 Test: manual Change-Id: I5b3e97ef81d97c73f6496c30da12ddbe129e9c40 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974815Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#726149}
-
Antonio Gomes authored
... to use the corresponding WTF constructions. BUG=787254 R=haraken@chromium.org Change-Id: I964c991d53e1b28e93bce5f5fc9c26a0f7d29afc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1973993 Commit-Queue: Kentaro Hara <haraken@chromium.org> Auto-Submit: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#726148}
-
Aran Gilman authored
Other clean-up includes the following: * Modify updateToolbarColor() to take the theme as a parameter instead of deriving it directly from the <body>'s classes. * Rename & generalize getThemeForElement() to work for other lists of classes. * Remove get*Class methods. The input string and output class name were always identical. Bug: 1027612 Change-Id: Ib3d80741a3b27dbb452ab4f948c47a71a7aa6b4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1960721 Commit-Queue: Aran Gilman <gilmanmh@google.com> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Auto-Submit: Aran Gilman <gilmanmh@google.com> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#726147}
-
Henrique Nakashima authored
It is not currently used, but needs to be there for when a new feature flag is cached. Bug: 1022108,1012975 Change-Id: I759940be55dc5ae3bb2d72207a1e376a491324f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1970370 Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#726146}
-
Darren Shen authored
<This change is hidden behind a flag> As part of migrating PK rule-based IMEs to native code, this CL migrates reset to native code path. We port RuleBasedController#onCompositionCancelled in chos/pk/rulebasedcontroller.js. Note that we need onReset to call through to the extension, as it has side effects that may affect the extension when it is running (e.g. when VK is up). Note that the JS code has already been guarded by the runtime flag. Bug: 1009903 Change-Id: Ic1efc191fb7c963916b58cea4e8055d1d8ae6743 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1968776 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by:
Shu Chen <shuchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#726145}
-
Mike Dougherty authored
Add “WebState_” to make it easier to read breadcrumb events. Without this identifier, the WebState's unique_id is ambiguos. Bug: 1003922 Change-Id: Ie223622a6566a1fc7d58a5dafff68937b19f1bd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974814 Auto-Submit: Mike Dougherty <michaeldo@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#726144}
-
Megan Jablonski authored
Change-Id: I914d4af9b1b0999a24a42aac40fc7faacfff10f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974835 Commit-Queue: Megan Jablonski <megjablon@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#726143}
-
proberge authored
The underlying issue seems to be related to a sandboxed process failing to open or truncate its log file. All the tests shared the same file, leading to flaky issues despite the tests running with --single-process. To avoid this issue, we now tell the cleaner/reporter process and their spawned sandboxes to log to a temporary folder. Bug: 1030333 Change-Id: If339c623b148b8b458a32e4d974d6a642bc4f12b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1972494 Commit-Queue: Joe Mason <joenotcharles@chromium.org> Reviewed-by:
Joe Mason <joenotcharles@chromium.org> Cr-Commit-Position: refs/heads/master@{#726142}
-
Shakti Sahu authored
Bug: 1035266 Change-Id: Ied9ff05e0bedf2d9c4470d4ed68055e977713ac1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1973551Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#726141}
-
Tim Song authored
When the status area overflows and is in the expanded state, we show a gradient background over the shelf. Screenshot: https://screenshot.googleplex.com/5WO6NUnED4m BUG=1026072 Change-Id: Ia90fb50a85694edba8a22d9a029912c7e1ac80a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1973355 Commit-Queue: Tim Song <tengs@chromium.org> Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#726140}
-
Sophie Chang authored
This CL is deceptively large to ensure that test cases with the same feature flags are somewhat colocated. Bug: 1035004 Change-Id: Ia09794fab81801269920d0e2403adb5a49e97d65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974750 Commit-Queue: Sophie Chang <sophiechang@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#726139}
-
Stephen Roe authored
Bug: 1024086 Change-Id: I9ad0d1d7ab2bb0b65c1c31257b451ecb4b327610 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1970831Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Commit-Queue: Stephen Roe <steveroe@google.com> Auto-Submit: Stephen Roe <steveroe@google.com> Cr-Commit-Position: refs/heads/master@{#726138}
-
Steve Kobes authored
Without this, a shift could hide from LayoutShiftTracker if the layout tree had to be rebuilt due to a change in an ancestor's 'display' property. Bug: 1003459 Change-Id: Ib00772ff7846251533080b29d16f6cbaafc8189b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1958191 Commit-Queue: Steve Kobes <skobes@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#726137}
-
Brandon Wylie authored
* Creating a class which handles reparenting the current tab when the theme is swapped. * Hooking that class into ChromeActivity. * Adding plumbing to a few ReparentingTask/TabReparentingParams to facilitate the process. Bug: 944302 Change-Id: I2801eba979b3acafa02856a9053bc474bf2f581c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1931763Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Brandon Wylie <wylieb@chromium.org> Cr-Commit-Position: refs/heads/master@{#726136}
-