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

Issue 117993006: Run the incognito title-changing content_script extension for tests at document_end (Closed)

Created:
6 years, 11 months ago by Peter Beverloo
Modified:
6 years, 11 months ago
Reviewers:
wjmaclean
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Visibility:
Public.

Description

Run the incognito title-changing content_script extension for tests at document_end In Blink r164582 ("Don't set document.title when there is no <head>") Blink aligns the behavior of the "document.title" property with the HTML specification, and now disregards users who set the title when no <head> or <title> element exist yet. This content_script extension runs at document_start, at which time no DOM is available yet. Changing this to document_end means that the DOM is available, and it's thus able to change the page's title (the sole purpose of the extension). BUG=332106 R=wjmaclean@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243317

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M chrome/test/data/extensions/api_test/incognito/content_scripts/manifest.json View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
wjmaclean
lgtm
6 years, 11 months ago (2014-01-07 17:27:58 UTC) #1
Peter Beverloo
6 years, 11 months ago (2014-01-07 17:31:48 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r243317 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698