Commit Graph

41 Commits

Author SHA1 Message Date
Dave Townsend
5ae2933389 Bug 852777 - Make Tilt more extensible, r=vporof 2013-04-10 02:05:09 +03:00
Dave Townsend
89dae9e9d2 Bug 852353 - Allow Tilt to support positioning elements at arbitrary depths and with arbitrary depths, r=vporof 2013-03-20 13:01:39 +02:00
Victor Porof
a9a9729e97 Bug 846186 - Tilt error flooding error console (TypeError: mouseLerp is undefined), r=rcampbell 2013-03-01 11:49:19 +02:00
Victor Porof
a26d46b410 Bug 833004 - Can't start Tilt, r=paul 2013-01-22 20:00:14 +02:00
Girish Sharma
b96dcf0b3a Bug 817558 - [inspector] When the selection is deleted, we should select the parent, and make sure the breadcrumbs are updated, r=paul 2012-12-18 02:28:40 +05:30
Victor Porof
6029cc5eeb Bug 822028 - [toolbox] 'tilt toggle' command breaks if tilt is opened while the inspector is not active, r=paul 2012-12-15 21:55:11 +02:00
Joe Walker
7daa3767fb Bug 813031 - gDevTools needs an API review [toolbox]; r=paul 2012-12-13 13:03:55 +00:00
Joe Walker
96993c1368 Bug 788977 - [toolbox] Land the developer tools window; r=harth,jwalker,mikeratcliffe,paul,dão 2012-11-30 08:07:59 +00:00
Kyle Huey
45adfbf2c8 Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Vicamo Yang
e6e6deb486 Backout 67cb43bb8865: Breaks B2G Marionette 2012-10-31 16:35:11 +08:00
Kyle Huey
7457de64ad Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 12:28:11 -07:00
Ed Morley
a7bb0ec116 Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE 2012-10-30 17:02:31 +00:00
Kyle Huey
dd0cfd935a Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 08:26:12 -07:00
Gervase Markham
87620f5676 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Victor Porof
403a6accc1 Bug 727529 - Tilt could use a key to bring a node into view; r=rcampbell 2012-02-15 22:26:30 +02:00
Victor Porof
1761ba8263 Bug 725717 - GCLI needs a 'tilt' command; r=jwalker 2012-02-22 19:18:49 +02:00
Victor Porof
37452e6e1a Bug 726634 - Fix the maximum nodes limitation in Tilt; r=rcampbell 2012-02-14 19:40:55 +02:00
Victor Porof
3f5a32478c Bug 723937 - Make sure all the obviously private properties in Tilt start with an underscore; r=rcampbell 2012-02-07 11:44:55 +02:00
Victor Porof
bc88b44e93 Bug 723588 - Tilt outro animation doesn't correctly align the 3D mesh with the 2D webpage if the HTML panel is open; r=rcampbell 2012-02-03 12:55:15 +02:00
Victor Porof
90b51b2762 Bug 720992 - Tilt should use mozAnimation for all its animations, instead of intervals; r=rcampbell 2012-02-03 12:29:02 +02:00
Victor Porof
d76f01f2b5 Bug 715970 - Highlighted node should center in the visualization (Tilt); r=rcampbell 2012-02-02 19:14:40 +02:00
Victor Porof
291fc2816a Bug 722129 - Tilt visualization mesh isn't correctly positioned when scrollbars are present or when the document body is smaller than the content window; r=rcampbell 2012-01-29 20:05:44 +02:00
Victor Porof
5c654da3f1 Bug 719877 - Tilt should use Highlighter's zoom property (screenPixelsPerCSSPixel) instead of markupDocumentViewer.fullZoom; r=rcampbell 2012-01-20 21:05:00 +02:00
Victor Porof
c4b20bcd1f Bug 719039 - After the Highlighter was refactored, ESCAPE key closes Inspector when Tilt is open. r=rcampbell 2012-01-27 23:44:59 +02:00
Victor Porof
130c9d59ba Bug 719732 - /*global */ comments in Tilt's codebase add more confusion than help; r=rcampbell 2012-01-20 13:53:31 +02:00
Victor Porof
8e9f827c8d Bug 719731 - Get rid of window mediator's getMostRecentBrowserWindow across Tilt codebase; r=rcampbell 2012-01-20 13:36:48 +02:00
Victor Porof
b024e1202e Bug 718973 - It would be nice to have more Tilt notifications; r=rcampbell 2012-01-19 17:48:22 +02:00
Victor Porof
b9966e2bcf Bug 715163 - Mouse click + drag causing Tilt to Translate instead of Rotate on First Open; r=rcampbell 2012-01-17 12:31:21 +02:00
Victor Porof
8308fee954 Bug 718425 - Make all Tilt animations less choppy; r=rcampbell 2012-01-19 16:42:02 +02:00
Victor Porof
a8a52fba40 Bug 718303 - Tilt intro and outro transitions aren't very precise when page is zoomed; r=rcampbell 2012-01-16 09:00:57 +02:00
Victor Porof
b6cbeb6fb8 Bug 715647 - I want to be able to remove nodes from the Tilt view; r=rcampbell 2012-01-25 10:04:15 +02:00
Victor Porof
65af38352c Bug 718281 - Hide Tilt outro transition in a pref; r=rcampbell 2012-01-16 09:00:57 +02:00
Victor Porof
4a5395d8fc Bug 712096 - Exiting 3D (Tilt) mode of the developer tools should show a transition back to a flat page; r=rcampbell 2012-01-16 09:00:56 +02:00
Victor Porof
1cf0bc91b6 Bug 715518 - WASD controls don't work in 3D view if typeaheadfind is active; r=rcampbell 2012-01-16 09:00:56 +02:00
Victor Porof
76a2334da5 Bug 712029 - Implement a way to reset the modelview matrix in Tilt; r=rcampbell 2012-01-16 01:56:06 +02:00
Victor Porof
2782f41051 Bug 712868 - tilt does not honour webgl.force-enabled preference. r=bjacob,msucan 2012-01-13 15:27:12 +02:00
Victor Porof
d41f125f14 Bug 712472 - click-and-drag in Tilt becomes wonky after you do full-page-zoom (Ctrl +). r=robcee 2011-12-21 14:39:29 +02:00
Victor Porof
8b643ac1e4 Bug 712286 - Tilt continues rotating without any keyboard or mouse actions; r=rcampbell 2011-12-22 12:51:57 +02:00
Victor Porof
d8acfdeca6 Bug 710762 - Keyboard control for zoom in tilt (page inspector 3D); r=rcampbell 2011-12-15 15:50:31 +02:00
Victor Porof
0cc310962c Bug 710750 - ESC key should exit Tilt (page inspector 3D); r=rcampbell 2011-12-15 14:42:25 +02:00
Victor Porof
77e44974ce Bug 689920 - Integrate Tilt with existing Firefox developer tools; r=cedric,msucan,rcampbell 2011-11-10 12:09:18 +02:00