Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit c11a415

Browse files
Web Inspector: Layers inspector should allow control-dragging to pan the 3D render
https://bugs.webkit.org/show_bug.cgi?id=185109 Patch by Ross Kirsling <[email protected]> on 2018-07-10 Reviewed by Matt Baker. Addressed in the three.js repo itself (mrdoob/three.js#13972), so this patch simply updates three.js and its OrbitControls module. * UserInterface/External/three.js/LICENSE: * UserInterface/External/three.js/three.js: Update to r94. * UserInterface/External/three.js/OrbitControls.js: Update to latest. * UserInterface/Views/Layers3DContentView.js: (WI.Layers3DContentView.prototype.initialLayout): (WI.Layers3DContentView.prototype._restrictPan): Adapt to recent changes in three.js. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@233695 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 0d9327a commit c11a415

File tree

5 files changed

+23255
-19909
lines changed

5 files changed

+23255
-19909
lines changed

Source/WebInspectorUI/ChangeLog

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
2018-07-10 Ross Kirsling <[email protected]>
2+
3+
Web Inspector: Layers inspector should allow control-dragging to pan the 3D render
4+
https://bugs.webkit.org/show_bug.cgi?id=185109
5+
6+
Reviewed by Matt Baker.
7+
8+
Addressed in the three.js repo itself (https://github.com/mrdoob/three.js/pull/13972),
9+
so this patch simply updates three.js and its OrbitControls module.
10+
11+
* UserInterface/External/three.js/LICENSE:
12+
* UserInterface/External/three.js/three.js:
13+
Update to r94.
14+
15+
* UserInterface/External/three.js/OrbitControls.js:
16+
Update to latest.
17+
18+
* UserInterface/Views/Layers3DContentView.js:
19+
(WI.Layers3DContentView.prototype.initialLayout):
20+
(WI.Layers3DContentView.prototype._restrictPan):
21+
Adapt to recent changes in three.js.
22+
123
2018-07-10 Matt Baker <[email protected]>
224

325
Web Inspector: Remove unused NavigationSidebarPanel.treeElementAddedOrChanged

Source/WebInspectorUI/UserInterface/External/three.js/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright © 2010-2017 three.js authors
3+
Copyright © 2010-2018 three.js authors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)