Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace SecurityError with NotAllowedError. #236

Merged
merged 1 commit into from Jun 25, 2019
Merged

Replace SecurityError with NotAllowedError. #236

merged 1 commit into from Jun 25, 2019

Conversation

DonnaWuDongxia
Copy link
Contributor

As commit-aa50e6e193a repaced SecurityError with NotAllowedError,
push algorithm should be consistent with NFCReader::Start().

As commit-aa50e6e193a repaced SecurityError with NotAllowedError,
push algorithm should be consistent with NFCReader::Start().
@DonnaWuDongxia
Copy link
Contributor Author

The original commit: aa50e6e

@DonnaWuDongxia
Copy link
Contributor Author

@kenchris sorry for the mistake, this is the updated one.

@zolkis
Copy link
Contributor

zolkis commented Jun 25, 2019

Thanks! Merging.

@zolkis zolkis merged commit e8a92d2 into w3c:gh-pages Jun 25, 2019
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Jun 26, 2019
According to the Spec, this CL adjusted some error types for NFC
hardware not supported and permission not allowed cases. Original
changes in Spec are listed as follows.

w3c/web-nfc@aa50e6e
w3c/web-nfc#236

Bug: 520391
Change-Id: Ib4b017c0f3fcb71b030700f6b89a6ba3d76ae749
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Jun 26, 2019
According to the Spec, this CL adjusted some error types for NFC
hardware not supported and permission not allowed cases. Original
changes in Spec are listed as follows.

w3c/web-nfc@aa50e6e
w3c/web-nfc#236

Bug: 520391
Change-Id: Ib4b017c0f3fcb71b030700f6b89a6ba3d76ae749
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Jul 2, 2019
According to the Spec, this CL adjusted some error types for NFC
hardware not supported and permission not allowed cases. Original
changes in Spec are listed as follows.

w3c/web-nfc@aa50e6e
w3c/web-nfc#236

Bug: 520391
Change-Id: Ib4b017c0f3fcb71b030700f6b89a6ba3d76ae749
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Jul 3, 2019
According to the Spec, this CL adjusted some error types for NFC
hardware not supported and permission not allowed cases. Original
changes in Spec are listed as follows.

w3c/web-nfc@aa50e6e
w3c/web-nfc#236

Bug: 520391
Change-Id: Ib4b017c0f3fcb71b030700f6b89a6ba3d76ae749
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Jul 3, 2019
According to the Spec, this CL adjusted some error types for NFC
hardware not supported and permission not allowed cases. Original
changes in Spec are listed as follows.

w3c/web-nfc@aa50e6e
w3c/web-nfc#236

Bug: 520391
Change-Id: Ib4b017c0f3fcb71b030700f6b89a6ba3d76ae749
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Jul 3, 2019
According to the Spec, this CL adjusted some error types for NFC
hardware not supported and permission not allowed cases. Original
changes in Spec are listed as follows.

w3c/web-nfc@aa50e6e
w3c/web-nfc#236

Bug: 520391
Change-Id: Ib4b017c0f3fcb71b030700f6b89a6ba3d76ae749
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1677736
Commit-Queue: Donna Wu <donna.wu@intel.com>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Reviewed-by: Reilly Grant <reillyg@chromium.org>
Reviewed-by: Rijubrata Bhaumik <rijubrata.bhaumik@intel.com>
Cr-Commit-Position: refs/heads/master@{#674390}
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Jul 3, 2019
According to the Spec, this CL adjusted some error types for NFC
hardware not supported and permission not allowed cases. Original
changes in Spec are listed as follows.

w3c/web-nfc@aa50e6e
w3c/web-nfc#236

Bug: 520391
Change-Id: Ib4b017c0f3fcb71b030700f6b89a6ba3d76ae749
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1677736
Commit-Queue: Donna Wu <donna.wu@intel.com>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Reviewed-by: Reilly Grant <reillyg@chromium.org>
Reviewed-by: Rijubrata Bhaumik <rijubrata.bhaumik@intel.com>
Cr-Commit-Position: refs/heads/master@{#674390}
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this pull request Jul 24, 2019
…W not supported case., a=testonly

Automatic update from web-platform-tests
[webnfc] Adjust returned error for NFC HW not supported case.

According to the Spec, this CL adjusted some error types for NFC
hardware not supported and permission not allowed cases. Original
changes in Spec are listed as follows.

w3c/web-nfc@aa50e6e
w3c/web-nfc#236

Bug: 520391
Change-Id: Ib4b017c0f3fcb71b030700f6b89a6ba3d76ae749
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1677736
Commit-Queue: Donna Wu <donna.wu@intel.com>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Reviewed-by: Reilly Grant <reillyg@chromium.org>
Reviewed-by: Rijubrata Bhaumik <rijubrata.bhaumik@intel.com>
Cr-Commit-Position: refs/heads/master@{#674390}

--

wpt-commits: 213380b1fbb9305d64b72baedee710035689a50d
wpt-pr: 17519
xeonchen pushed a commit to xeonchen/gecko that referenced this pull request Jul 25, 2019
…W not supported case., a=testonly

Automatic update from web-platform-tests
[webnfc] Adjust returned error for NFC HW not supported case.

According to the Spec, this CL adjusted some error types for NFC
hardware not supported and permission not allowed cases. Original
changes in Spec are listed as follows.

w3c/web-nfc@aa50e6e
w3c/web-nfc#236

Bug: 520391
Change-Id: Ib4b017c0f3fcb71b030700f6b89a6ba3d76ae749
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1677736
Commit-Queue: Donna Wu <donna.wu@intel.com>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Reviewed-by: Reilly Grant <reillyg@chromium.org>
Reviewed-by: Rijubrata Bhaumik <rijubrata.bhaumik@intel.com>
Cr-Commit-Position: refs/heads/master@{#674390}

--

wpt-commits: 213380b1fbb9305d64b72baedee710035689a50d
wpt-pr: 17519
@Honry Honry mentioned this pull request Aug 5, 2019
natechapin pushed a commit to natechapin/wpt that referenced this pull request Aug 23, 2019
According to the Spec, this CL adjusted some error types for NFC
hardware not supported and permission not allowed cases. Original
changes in Spec are listed as follows.

w3c/web-nfc@aa50e6e
w3c/web-nfc#236

Bug: 520391
Change-Id: Ib4b017c0f3fcb71b030700f6b89a6ba3d76ae749
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1677736
Commit-Queue: Donna Wu <donna.wu@intel.com>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Reviewed-by: Reilly Grant <reillyg@chromium.org>
Reviewed-by: Rijubrata Bhaumik <rijubrata.bhaumik@intel.com>
Cr-Commit-Position: refs/heads/master@{#674390}
gecko-dev-updater pushed a commit to marco-c/gecko-dev-comments-removed that referenced this pull request Oct 4, 2019
…W not supported case., a=testonly

Automatic update from web-platform-tests
[webnfc] Adjust returned error for NFC HW not supported case.

According to the Spec, this CL adjusted some error types for NFC
hardware not supported and permission not allowed cases. Original
changes in Spec are listed as follows.

w3c/web-nfc@aa50e6e
w3c/web-nfc#236

Bug: 520391
Change-Id: Ib4b017c0f3fcb71b030700f6b89a6ba3d76ae749
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1677736
Commit-Queue: Donna Wu <donna.wuintel.com>
Reviewed-by: Kinuko Yasuda <kinukochromium.org>
Reviewed-by: Reilly Grant <reillygchromium.org>
Reviewed-by: Rijubrata Bhaumik <rijubrata.bhaumikintel.com>
Cr-Commit-Position: refs/heads/master{#674390}

--

wpt-commits: 213380b1fbb9305d64b72baedee710035689a50d
wpt-pr: 17519

UltraBlame original commit: 0d6069dc49b025be4082cc0ebeaca1ef5b99e873
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified that referenced this pull request Oct 4, 2019
…W not supported case., a=testonly

Automatic update from web-platform-tests
[webnfc] Adjust returned error for NFC HW not supported case.

According to the Spec, this CL adjusted some error types for NFC
hardware not supported and permission not allowed cases. Original
changes in Spec are listed as follows.

w3c/web-nfc@aa50e6e
w3c/web-nfc#236

Bug: 520391
Change-Id: Ib4b017c0f3fcb71b030700f6b89a6ba3d76ae749
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1677736
Commit-Queue: Donna Wu <donna.wuintel.com>
Reviewed-by: Kinuko Yasuda <kinukochromium.org>
Reviewed-by: Reilly Grant <reillygchromium.org>
Reviewed-by: Rijubrata Bhaumik <rijubrata.bhaumikintel.com>
Cr-Commit-Position: refs/heads/master{#674390}

--

wpt-commits: 213380b1fbb9305d64b72baedee710035689a50d
wpt-pr: 17519

UltraBlame original commit: 0d6069dc49b025be4082cc0ebeaca1ef5b99e873
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified-and-comments-removed that referenced this pull request Oct 4, 2019
…W not supported case., a=testonly

Automatic update from web-platform-tests
[webnfc] Adjust returned error for NFC HW not supported case.

According to the Spec, this CL adjusted some error types for NFC
hardware not supported and permission not allowed cases. Original
changes in Spec are listed as follows.

w3c/web-nfc@aa50e6e
w3c/web-nfc#236

Bug: 520391
Change-Id: Ib4b017c0f3fcb71b030700f6b89a6ba3d76ae749
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1677736
Commit-Queue: Donna Wu <donna.wuintel.com>
Reviewed-by: Kinuko Yasuda <kinukochromium.org>
Reviewed-by: Reilly Grant <reillygchromium.org>
Reviewed-by: Rijubrata Bhaumik <rijubrata.bhaumikintel.com>
Cr-Commit-Position: refs/heads/master{#674390}

--

wpt-commits: 213380b1fbb9305d64b72baedee710035689a50d
wpt-pr: 17519

UltraBlame original commit: 0d6069dc49b025be4082cc0ebeaca1ef5b99e873
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants