Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(598)

Issue 1390513002: Remove base::MessageLoop::{Quit,QuitClosure} functions (Closed)

Created:
5 years, 2 months ago by ki.stfu
Modified:
5 years, 2 months ago
CC:
chromium-reviews, sadrul, jam, dcheng+cc_chromium.org, ben+mojo_chromium.org, tim+watch_chromium.org, melevin+watch_chromium.org, raymes+watch_chromium.org, pvalenzuela+watch_chromium.org, rlp+watch_chromium.org, kalyank, mlamouri+watch-content_chromium.org, tdresser+watch_chromium.org, mlamouri+watch-sensors_chromium.org, jochen+watch_chromium.org, hashimoto+watch_chromium.org, riju_, avayvod+watch_chromium.org, David Black, tfarina, estade+watch_chromium.org, isheriff+watch_chromium.org, pfeldman, asanka, maxbogue+watch_chromium.org, viettrungluu+watch_chromium.org, vabr+watchlist_chromium.org, sievers+watch_chromium.org, bondd+autofillwatch_chromium.org, scheib+watch_chromium.org, tapted, wjmaclean, Matt Giuca, mlamouri+watch-geolocation_chromium.org, benjhayden+dwatch_chromium.org, samuong+watch_chromium.org, achuith+watch_chromium.org, groby+spellwatch_chromium.org, chromium-apps-reviews_chromium.org, nhiroki, timvolodine, asvitkine+watch_chromium.org, Michael van Ouwerkerk, mkwst+moarreviews-shell_chromium.org, Jered, mkwst+watchlist-passwords_chromium.org, yurys, plaree+watch_chromium.org, mmenke, samarth+watch_chromium.org, kmadhusu+watch_chromium.org, peter+watch_chromium.org, yusukes+watch_chromium.org, zea+watch_chromium.org, dhollowa+watch_chromium.org, browser-components-watch_chromium.org, yzshen+watch_chromium.org, rginda+watch_chromium.org, mlamouri+watch-media_chromium.org, miu+watch_chromium.org, extensions-reviews_chromium.org, nona+watch_chromium.org, dzhioev+watch_chromium.org, abarth-chromium, darin-cc_chromium.org, devtools-reviews_chromium.org, xjz+watch_chromium.org, dougw+watch_chromium.org, imcheng+watch_chromium.org, rouslan+autofill_chromium.org, jasonroberts+watch_google.com, jfweitz+watch_chromium.org, rouslan+spell_chromium.org, oshima+watch_chromium.org, piman+watch_chromium.org, donnd+watch_chromium.org, shuchen+watch_chromium.org, Aaron Boodman, James Su, kinuko+fileapi, davemoore+watch_chromium.org, skanuj+watch_chromium.org, felt, qsr+mojo_chromium.org, tzik, posciak+watch_chromium.org, markusheintz_, jdduke+watch_chromium.org, darin (slow to review), cbentzel+watch_chromium.org, gavinp+disk_chromium.org, grt+watch_chromium.org, jbauman+watch_chromium.org, chromoting-reviews_chromium.org, mlamouri+watch-notifications_chromium.org, feature-media-reviews_chromium.org, gcasto+watchlist_chromium.org, cc-bugs_chromium.org, mcasas+watch_chromium.org, jdonnelly+autofillwatch_chromium.org, mkwst+moarreviews-renderer_chromium.org, danakj+watch_chromium.org, scheduler-bugs_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove base::MessageLoop::{Quit,QuitClosure} functions This patch removes aliases for base::MessageLoop::QuitWhenIdle & base::MessageLoop::QuitWhenIdleClosure, and includes minor formatting changes made by using git cl-format. BUG=131220 TEST= R=danakj@chromium.org,brettw@chromium.org CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/94337f42ead062a7c7da18d611789ea5c4455b5f Cr-Commit-Position: refs/heads/master@{#355763}

Patch Set 1 #

Patch Set 2 : Fix compile errors #

Patch Set 3 : Fix compile errors #

Patch Set 4 : Fix compile errors #

Patch Set 5 : Rebase against ToT #

Patch Set 6 : Rebase against ToT #

Patch Set 7 : Split into small CLs #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -43 lines) Patch
M base/android/java_handler_thread.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M base/message_loop/message_loop.h View 2 chunks +0 lines, -6 lines 0 comments Download
M base/message_loop/message_loop_test.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M base/message_loop/message_loop_unittest.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M base/run_loop.h View 1 chunk +2 lines, -2 lines 0 comments Download
M base/test/launcher/test_launcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/threading/thread.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/raster/tile_task_worker_pool_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/test/layer_tree_test.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M cloud_print/service/service_state.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M cloud_print/service/win/cloud_print_service_config.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M google_apis/gcm/engine/connection_factory_impl_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M gpu/tools/compositor_model_bench/compositor_model_bench.cc View 1 chunk +1 line, -1 line 0 comments Download
M jingle/glue/thread_wrapper_unittest.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M ppapi/proxy/ppb_message_loop_proxy.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M storage/common/database/database_connections.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/http_bridge_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M sync/util/get_session_name_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M testing/generate_gmock_mutant.py View 1 1 chunk +2 lines, -1 line 0 comments Download
M testing/gmock_mutant.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M tools/ipc_fuzzer/message_replay/replay_process.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M win8/metro_driver/chrome_app_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M win8/metro_driver/chrome_app_view_ash.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 53 (18 generated)
ki.stfu
5 years, 2 months ago (2015-10-05 13:05:44 UTC) #1
ki.stfu
Hi! I checked that it works on Linux. Could you dry-run it for checking on ...
5 years, 2 months ago (2015-10-05 13:08:08 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1390513002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1390513002/1
5 years, 2 months ago (2015-10-05 20:18:06 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_gn_rel/builds/12897)
5 years, 2 months ago (2015-10-05 20:42:46 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1390513002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1390513002/60001
5 years, 2 months ago (2015-10-06 11:16:35 UTC) #8
commit-bot: I haz the power
Dry run: No L-G-T-M from a valid reviewer yet. Only full committers are accepted. Even ...
5 years, 2 months ago (2015-10-06 11:16:39 UTC) #10
vabr (Chromium)
FWIW, files with "password" in the path LGTM. Cheers, vaclav
5 years, 2 months ago (2015-10-06 13:04:02 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1390513002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1390513002/60001
5 years, 2 months ago (2015-10-06 17:31:47 UTC) #14
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-06 17:43:46 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1390513002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1390513002/80001
5 years, 2 months ago (2015-10-07 08:19:51 UTC) #18
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-07 09:58:39 UTC) #20
ki.stfu
ping
5 years, 2 months ago (2015-10-09 07:22:21 UTC) #21
vabr (Chromium)
On 2015/10/09 07:22:21, ki.stfu wrote: > ping It might be helpful to specify who you ...
5 years, 2 months ago (2015-10-09 07:38:57 UTC) #22
ki.stfu
On 2015/10/09 07:38:57, vabr (Chromium) wrote: > On 2015/10/09 07:22:21, ki.stfu wrote: > > ping ...
5 years, 2 months ago (2015-10-09 07:45:50 UTC) #24
Lei Zhang
Nobody really likes to review CLs with 300 files in them. Things also get hairy ...
5 years, 2 months ago (2015-10-09 08:40:43 UTC) #25
ki.stfu
Actually I planned to get an approval only from the owners of base/message_loop. FMPOV, only ...
5 years, 2 months ago (2015-10-09 10:51:36 UTC) #26
danakj
base/ and cc/ LGTM anyhow.
5 years, 2 months ago (2015-10-09 16:02:09 UTC) #27
danakj
On Fri, Oct 9, 2015 at 6:51 AM, ki.stfu@gmail.com via codereview.chromium.org <reply@chromiumcodereview-hr.appspotmail.com> wrote: > Actually ...
5 years, 2 months ago (2015-10-09 16:06:23 UTC) #28
ki.stfu
On 2015/10/09 16:06:23, danakj_OOO_til_10-12 wrote: > On Fri, Oct 9, 2015 at 6:51 AM, mailto:ki.stfu@gmail.com ...
5 years, 2 months ago (2015-10-09 17:02:11 UTC) #29
Lei Zhang
On 2015/10/09 17:02:11, ki.stfu wrote: > It will be 25 CLs in case of 1 ...
5 years, 2 months ago (2015-10-09 17:22:57 UTC) #30
groby-ooo-7-16
> It will be 25 CLs in case of 1 CL per a top-level directory. ...
5 years, 2 months ago (2015-10-09 18:14:50 UTC) #31
Lei Zhang
For the benefit of others reviewers: You can download the patch, and locally modify the ...
5 years, 2 months ago (2015-10-09 19:56:19 UTC) #32
ki.stfu
On 2015/10/09 19:56:19, Lei Zhang wrote: > For the benefit of others reviewers: You can ...
5 years, 2 months ago (2015-10-09 20:21:20 UTC) #33
ki.stfu
Btw, thank you all, guys!
5 years, 2 months ago (2015-10-09 20:27:04 UTC) #34
Lei Zhang
On 2015/10/09 20:21:20, ki.stfu wrote: > FWIW, unfortunately you will not see empty diff in ...
5 years, 2 months ago (2015-10-09 20:45:26 UTC) #35
ki.stfu
I have split PS6 on small pieces: ash/, chromeos/, device/: https://codereview.chromium.org/1396083003/ extensions/, ipc/: https://codereview.chromium.org/1389163008/ chrome/: ...
5 years, 2 months ago (2015-10-10 08:49:44 UTC) #37
danakj
On 2015/10/10 08:49:44, ki.stfu wrote: > I have split PS6 on small pieces: > ash/, ...
5 years, 2 months ago (2015-10-12 21:05:50 UTC) #38
ki.stfu
On 2015/10/12 21:05:50, danakj wrote: > On 2015/10/10 08:49:44, ki.stfu wrote: > > I have ...
5 years, 2 months ago (2015-10-13 13:06:23 UTC) #39
ki.stfu
brettw@: could review this CL please?
5 years, 2 months ago (2015-10-22 19:15:03 UTC) #41
brettw
lgtm
5 years, 2 months ago (2015-10-23 02:15:20 UTC) #42
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1390513002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1390513002/120001
5 years, 2 months ago (2015-10-23 03:54:43 UTC) #46
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-23 07:06:53 UTC) #48
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1390513002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1390513002/120001
5 years, 2 months ago (2015-10-23 11:18:20 UTC) #51
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 2 months ago (2015-10-23 11:24:30 UTC) #52
commit-bot: I haz the power
5 years, 2 months ago (2015-10-23 11:25:23 UTC) #53
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/94337f42ead062a7c7da18d611789ea5c4455b5f
Cr-Commit-Position: refs/heads/master@{#355763}

Powered by Google App Engine
This is Rietveld 408576698