New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 642849 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Aug 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug



Sign in to add a comment

Seeing error message "reject is not defined"

Project Member Reported by paulmeyer@chromium.org, Aug 31 2016

Issue description

Version: 55.0.2844.0
OS: All

Full error is:

Uncaught (in promise) ReferenceError: reject is not defined
    at ExtensionViewImpl.onLoadRejected (extensions::extensionViewApiMethods:37)

 
Project Member

Comment 1 by bugdroid1@chromium.org, Aug 31 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/b637f11d3d60568755148fa7d7a25c50d477b716

commit b637f11d3d60568755148fa7d7a25c50d477b716
Author: paulmeyer <paulmeyer@chromium.org>
Date: Wed Aug 31 20:46:32 2016

Fix for undefined reject() in extension_view_api_methods.js.

It looks like reject() is defined in extension_view.js. Perhaps this code was pulled from there at some point. In any case, it seems that this should just be a call to this.pendingLoad.reject().

BUG= 642849 

Review-Url: https://codereview.chromium.org/2298803004
Cr-Commit-Position: refs/heads/master@{#415745}

[modify] https://crrev.com/b637f11d3d60568755148fa7d7a25c50d477b716/extensions/renderer/resources/guest_view/extension_view/extension_view_api_methods.js

Status: Fixed (was: Started)

Sign in to add a comment