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

Issue 10897034: First part of PAGE_TRANSITION_START_PAGE cleanup. (Closed)

Created:
8 years, 3 months ago by Roger Tawa OOO till Jul 10th
Modified:
8 years, 3 months ago
CC:
chromium-reviews, MAD, sadrul, dhollowa+watch_chromium.org, browser-components-watch_chromium.org, dcheng, jennb, Ilya Sherman, ncarter (slow), jar (doing other things), ben+watch_chromium.org, jam, joi+watch-content_chromium.org, marja+watch_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org, gbillock+watch_chromium.org, groby+watch_chromium.org, Raghu Simha, jianli, mihaip-chromium-reviews_chromium.org, akalin, tfarina, Dmitry Titov, Aaron Boodman, dyu1, smckay+watch_chromium.org, James Su
Visibility:
Public.

Description

First part of PAGE_TRANSITION_START_PAGE cleanup. I replaced START_PAGE with AUTO_TOPLEVEL because that more accurately describes how its being used in the code. In a followed CL I will add specific support for startup pages, which was the original intention of START_PAGE. This CL is basically a large search and replace and does not change the behaviour of the code. BUG=144002 TEST=No user visible change Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=155047

Patch Set 1 #

Patch Set 2 : Fix mac build breaks #

Patch Set 3 : rebased #

Patch Set 4 : Fix comment for new enum #

Total comments: 2

Patch Set 5 : rebased #

Patch Set 6 : rebased #

Patch Set 7 : Add examples to comment of enum #

Patch Set 8 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -50 lines) Patch
M ash/screensaver/screensaver_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autocomplete/autocomplete_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/autofill_popup_view_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/debugger/devtools_window.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/identity/identity_api.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/identity/web_auth_flow.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/expire_history_backend.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/history_extension_api.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/printing/print_preview_tab_controller.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/protector/session_startup_change.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sessions/session_restore.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/session_model_associator.cc View 1 2 3 4 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/browser_close_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/browser_navigator.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/web_dialog_window_controller.mm View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/web_intent_picker_cocoa.mm View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/extensions/application_launch.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/find_bar/find_bar_host_browsertest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/gtk/web_dialog_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/gtk/web_intent_picker_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/intents/web_intent_inline_disposition_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/panels/old_base_panel_browser_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/startup/startup_browser_creator_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/tabs/tab_strip_model.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/tabs/tab_strip_model_unittest.cc View 1 2 3 4 5 6 7 4 chunks +8 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/external_tab_container_win.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/web_intent_picker_views.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/constrained_web_dialog_delegate_base.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/history.json View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/extensions/history.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/metrics/metrics_log_base.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/test/base/in_process_browser_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/public/common/page_transition_types.h View 1 2 3 4 5 6 1 chunk +6 lines, -2 lines 0 comments Download
M content/public/common/page_transition_types.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/protocol/proto_enum_conversions.cc View 1 chunk +1 line, -1 line 0 comments Download
M sync/protocol/sync_enums.proto View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/webview/webview.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/webview/webview.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
Roger Tawa OOO till Jul 10th
Hi Peter, Joi, Tim, Scott, This is an initial change for crbug.com/144002, which only renames ...
8 years, 3 months ago (2012-08-30 17:43:46 UTC) #1
Peter Kasting
LGTM http://codereview.chromium.org/10897034/diff/16004/content/public/common/page_transition_types.h File content/public/common/page_transition_types.h (right): http://codereview.chromium.org/10897034/diff/16004/content/public/common/page_transition_types.h#newcode61 content/public/common/page_transition_types.h:61: // loaded in a toplevel frame. Use this ...
8 years, 3 months ago (2012-08-30 19:05:16 UTC) #2
sky
LGTM
8 years, 3 months ago (2012-08-30 20:20:02 UTC) #3
Roger Tawa OOO till Jul 10th
Thanks Peter. Examples added to comment. Changes uploaded. http://codereview.chromium.org/10897034/diff/16004/content/public/common/page_transition_types.h File content/public/common/page_transition_types.h (right): http://codereview.chromium.org/10897034/diff/16004/content/public/common/page_transition_types.h#newcode61 content/public/common/page_transition_types.h:61: // ...
8 years, 3 months ago (2012-08-31 17:47:54 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rogerta@chromium.org/10897034/18006
8 years, 3 months ago (2012-08-31 18:26:52 UTC) #5
commit-bot: I haz the power
Presubmit check for 10897034-18006 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 3 months ago (2012-08-31 18:27:04 UTC) #6
Jói
LGTM (you should be down to needing someone from sync/OWNERS)
8 years, 3 months ago (2012-08-31 18:29:54 UTC) #7
tim (not reviewing)
On 2012/08/31 18:29:54, Jói wrote: > LGTM > (you should be down to needing someone ...
8 years, 3 months ago (2012-09-05 17:25:24 UTC) #8
tim (not reviewing)
On 2012/09/05 17:25:24, timsteele wrote: > On 2012/08/31 18:29:54, Jói wrote: > > LGTM > ...
8 years, 3 months ago (2012-09-05 17:28:47 UTC) #9
Roger Tawa OOO till Jul 10th
Thanks Tim. Built target and all tests passed.
8 years, 3 months ago (2012-09-05 19:19:13 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rogerta@chromium.org/10897034/15005
8 years, 3 months ago (2012-09-05 20:44:26 UTC) #11
commit-bot: I haz the power
8 years, 3 months ago (2012-09-05 23:31:14 UTC) #12
Change committed as 155047

Powered by Google App Engine
This is Rietveld 408576698