CARVIEW |
Select Language
HTTP/2 200
date: Mon, 21 Jul 2025 15:04:00 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/angular/angular.js.git
etag: W/"c772c102bf12b21b8dab058ec4cddb8c"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=zu73%2FBCeZ9mZg3xlaFKcOBxXwwJop9Lb8XZBEDpFcqkg5auxO5V5okZuP0m0DJFaYmfGWvvTZYVi4VdaP8hrMqOX3KjdE8ogdpqGvOM3O2odGEf6ystsaGN015iw36ZcRPChzB8QFfgIWQH81aL0XACSUPJ%2B8HM5SY6ryt%2B7TgoujOoc8iw6BIqqOzuQdGEh25xAcIuzOho6ZdeM%2FORrTXVUuY%2BaXB5wELdQs5lr0TTJmRSg17vaFaG2GnfMnz6lAddmtfKC%2BNtxb1AEBXiyfQ%3D%3D--oQzvH5RysSFLmcqO--ibFPvvJu9ppJb2Hh8YzSpQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1973670870.1753110239; Path=/; Domain=github.com; Expires=Tue, 21 Jul 2026 15:03:59 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Tue, 21 Jul 2026 15:03:59 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: D2EC:238232:11373:1405E:687E56DF
fix(ngMock window.inject): Remove Error 'stack' property changes · angular/angular.js@7e91645 · GitHub
Copy file name to clipboardExpand all lines: src/ngMock/angular-mocks.js
Copy file name to clipboardExpand all lines: test/ngMock/angular-mocksSpec.js
Skip to content
Navigation Menu
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Commit 7e91645
fix(ngMock window.inject): Remove Error 'stack' property changes
Recent browsers, particularly PhantomJS 1.9.2 and Safari 7.0
treat the stack property as non-configurable and unwritable.
Because window.inject captures the stack at the time of the inject,
and attempts to insert it into a captured throw from the injected
function by modifying e.stack, a meaningless error message and
stack is thrown instead.
This commit inserts two tests exposing the problem, and implements
a proposed solution that builds a new error-like object that mimicks
the old Error object, but with the additional stack information, and
captures the toString function from the Error object prototype. This
appears to work for the browsers suppoerted here.1 parent cdc4d48 commit 7e91645Copy full SHA for 7e91645
File tree
Expand file treeCollapse file tree
2 files changed
+34
-1
lines changedFilter options
- src/ngMock
- test/ngMock
Expand file treeCollapse file tree
2 files changed
+34
-1
lines changedsrc/ngMock/angular-mocks.js
Copy file name to clipboardExpand all lines: src/ngMock/angular-mocks.js+17-1Lines changed: 17 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2079 | 2079 |
| |
2080 | 2080 |
| |
2081 | 2081 |
| |
| 2082 | + | |
| 2083 | + | |
| 2084 | + | |
| 2085 | + | |
| 2086 | + | |
| 2087 | + | |
| 2088 | + | |
| 2089 | + | |
| 2090 | + | |
| 2091 | + | |
| 2092 | + | |
| 2093 | + | |
| 2094 | + | |
| 2095 | + | |
2082 | 2096 |
| |
2083 | 2097 |
| |
2084 | 2098 |
| |
| |||
2099 | 2113 |
| |
2100 | 2114 |
| |
2101 | 2115 |
| |
2102 |
| - | |
| 2116 | + | |
| 2117 | + | |
| 2118 | + | |
2103 | 2119 |
| |
2104 | 2120 |
| |
2105 | 2121 |
| |
|
test/ngMock/angular-mocksSpec.js
Copy file name to clipboardExpand all lines: test/ngMock/angular-mocksSpec.js+17Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
862 | 862 |
| |
863 | 863 |
| |
864 | 864 |
| |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
865 | 882 |
| |
866 | 883 |
| |
867 | 884 |
| |
|
You can’t perform that action at this time.
0 commit comments