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

Issue 3161037: Remove attempt to be smart about where to open navigations (Closed)

Created:
10 years, 4 months ago by Aaron Boodman
Modified:
9 years, 6 months ago
CC:
chromium-reviews, Paweł Hajdan Jr., ben+cc_chromium.org, Erik does not do reviews, pam+watch_chromium.org
Base URL:
git://codf21.jail/chromium.git
Visibility:
Public.

Description

Remove attempt to be smart about where to open navigations targetting app tabs. I futzed with this a bit to try and integrate installed apps extents, but it is complex. Also, I looked over the original bug where this code was added: crbug.com/29281. The issue there was that when you click on a bookmark (presumably in the bookmark bar) the pinned tab is unexpectedly overwritten. I can see that complaint, but there is also the use case of clicking a bookmark and intending it to overwrite the pinned tab. In summary, I kinda feel like the expectations about how navigation should work are too ingrained and we shouldn't be meddling. BUG=52680 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=57002

Patch Set 1 #

Total comments: 2

Patch Set 2 : some more stuff #

Patch Set 3 : wherps #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -192 lines) Patch
M chrome/browser/browser.h View 1 3 chunks +0 lines, -14 lines 0 comments Download
M chrome/browser/browser.cc View 1 4 chunks +0 lines, -60 lines 0 comments Download
D chrome/browser/browser_unittest.cc View 1 chunk +0 lines, -109 lines 0 comments Download
M chrome/browser/extensions/extension_dom_ui.h View 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_dom_ui.cc View 2 2 chunks +9 lines, -7 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
Aaron Boodman
10 years, 4 months ago (2010-08-20 23:15:30 UTC) #1
Peter Kasting
The original changes also added http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/extensions/extension_dom_ui.cc?r1=48203&r2=48202 . I don't know if that can/should be reverted. ...
10 years, 4 months ago (2010-08-20 23:29:37 UTC) #2
Aaron Boodman
On 2010/08/20 23:29:37, Peter Kasting wrote: > The original changes also added > http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/extensions/extension_dom_ui.cc?r1=48203&r2=48202 > ...
10 years, 4 months ago (2010-08-21 00:23:55 UTC) #3
Peter Kasting
LGTM
10 years, 4 months ago (2010-08-21 02:48:21 UTC) #4
Evan Stade
I strongly feel as if I and the original reviewers should have been looped in ...
10 years, 3 months ago (2010-09-07 18:56:14 UTC) #5
Peter Kasting
On 2010/09/07 18:56:14, Evan Stade wrote: > I strongly feel as if I and the ...
10 years, 3 months ago (2010-09-07 19:07:35 UTC) #6
Evan Stade
I am partially to blame for letting this slip beneath my radar (guess it's a ...
10 years, 3 months ago (2010-09-07 19:27:03 UTC) #7
Evan Stade
10 years, 3 months ago (2010-09-07 19:38:03 UTC) #8
On 2010/09/07 19:27:03, Evan Stade wrote:
> (i.e. they still open in a new tab when clicked in a pinned tab)

nevermind. It does what it says. So anyway I don't believe it's a good idea to
fix one behavior by breaking another (this applies to the original patch and its
revert).

Powered by Google App Engine
This is Rietveld 408576698