Nathan Froyd
|
a7eb97f896
|
Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
|
2012-07-03 16:49:02 -04:00 |
|
Rob Campbell
|
46fd48a84a
|
Bug 761007 - Intermittent failure in browser_tilt_ | Exited with code 1 during test run or NS_ERROR_FAILURE: Failure at resource:///modules/devtools/TiltGL.jsm:1316 followed by other errors and out of memory on Linux Opt; a=TESTONLY
|
2012-06-03 17:21:34 -03:00 |
|
Victor Porof
|
a614a29154
|
Bug 759157 - Intermittent browser_tilt_02_notifications.js, browser_tilt_03_tab_switch.js, browser_tilt_04_initialization.js, browser_tilt_picking_miv.js, browser_tilt_picking_highlight01.js | Exited with code 1, timed out after 330 seconds, could not initialize Tilt; r=rcampbell
|
2012-06-03 20:15:41 +03:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Paul Rouget
|
a8a4360813
|
Bug 735214 - [inspector] Give the focus to the toolbar and make the buttons tabbable. a=desktop-only r=dao r=rcampbell
|
2012-04-04 13:13:42 +02:00 |
|
Victor Porof
|
eb431fdda6
|
Bug 737457 - Intermittent browser/devtools/tilt/test/browser_tilt_picking_highlight02.js | Test timed out | Found a tab after previous test timed out; r=rcampbell
|
2012-03-28 10:54:21 +03:00 |
|
Victor Porof
|
79cba78579
|
Bug 735151 - Intermittent browser_tilt_picking_highlight02.js | Highlighting a node didn't work properly and | an unexpected uncaught JS exception reported through window.onerror - this.treePanel is undefined at resource:///modules/inspector.jsm:478; r=rcampbell
|
2012-03-13 19:20:53 +02:00 |
|
Victor Porof
|
80112795b1
|
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
|
b0efa32b40
|
Bug 725717 - GCLI needs a 'tilt' command; r=jwalker
|
2012-02-22 19:18:49 +02:00 |
|
Victor Porof
|
2127cf2cd5
|
Bug 726634 - Fix the maximum nodes limitation in Tilt; r=rcampbell
|
2012-02-14 19:40:55 +02:00 |
|
Victor Porof
|
ea6e4b4e5a
|
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
|
b35edfb1c7
|
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
|
2f56b8466a
|
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
|
f723268156
|
Bug 723435 - Properly cleanup enabled vertex attributes after a program is used in Tilt; r=rcampbell
|
2012-02-02 15:28:26 +02:00 |
|
Victor Porof
|
2b5cfad4a5
|
Bug 719042 - Tilt should use the new Highlighter API; r=rcampbell
|
2012-01-29 20:00:10 +02:00 |
|
Victor Porof
|
180e38d187
|
Bug 715970 - Highlighted node should center in the visualization (Tilt); r=rcampbell
|
2012-02-02 19:14:40 +02:00 |
|
Victor Porof
|
d1c21bfa9f
|
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
|
b26a5f0a79
|
Bug 719877 - Tilt should use Highlighter's zoom property (screenPixelsPerCSSPixel) instead of markupDocumentViewer.fullZoom; r=rcampbell
|
2012-01-20 21:05:00 +02:00 |
|
Panagiotis Koutsourakis
|
791aa57b19
|
Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
Files named Makefile.in containing the expression
DIRS += <foo>
or
DIRS = <foo>
inside the conditional expression
ifdef ENABLE_TESTS
...
endif
are changed to
TEST_DIRS += tests
outside any conditional expression.
The files
./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in
contain the string
ifdef ENABLE_TESTS
but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
|
2012-02-04 17:32:24 +00:00 |
|
Dão Gottwald
|
bb1da0e09e
|
Bug 720985 - Make some tests stop polluting the global scope
|
2012-02-02 09:56:35 +01:00 |
|
Victor Porof
|
06b7cb7fed
|
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
|
9cd135c225
|
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
|
f60a5bd061
|
Bug 719731 - Get rid of window mediator's getMostRecentBrowserWindow across Tilt codebase; r=rcampbell
|
2012-01-20 13:36:48 +02:00 |
|
Victor Porof
|
14a21e35af
|
Bug 719049 - Sometimes iframes xy positions aren't calculated correctly in Tilt; r=rcampbell
|
2012-01-19 17:13:08 +02:00 |
|
Victor Porof
|
84dd2a47c5
|
Bug 718973 - It would be nice to have more Tilt notifications; r=rcampbell
|
2012-01-19 17:48:22 +02:00 |
|
Victor Porof
|
29298434bc
|
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
|
67b80bc116
|
Bug 718425 - Make all Tilt animations less choppy; r=rcampbell
|
2012-01-19 16:42:02 +02:00 |
|
Victor Porof
|
d826943ac4
|
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
|
9501cc8d39
|
Bug 715647 - I want to be able to remove nodes from the Tilt view; r=rcampbell
|
2012-01-25 10:04:15 +02:00 |
|
Dao Gottwald
|
5b8afd1702
|
Bug 719849 - global variables pollute the browser window during devtools tests; r=rcampbell
|
2012-01-23 11:50:11 -04:00 |
|
Victor Porof
|
fff3d740f2
|
Bug 718281 - Hide Tilt outro transition in a pref; r=rcampbell
|
2012-01-16 09:00:57 +02:00 |
|
Victor Porof
|
fd993f8815
|
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
|
115fff5e7c
|
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
|
9bdf59e459
|
Bug 712029 - Implement a way to reset the modelview matrix in Tilt; r=rcampbell
|
2012-01-16 01:56:06 +02:00 |
|
Victor Porof
|
ac7d2dd730
|
Bug 713391 - There should be a test to make sure Tilt is opened via the access key; r=rcampbell
|
2011-12-24 20:41:12 +02:00 |
|
Victor Porof
|
be4511f241
|
Bug 712868 - tilt does not honour webgl.force-enabled preference. r=bjacob,msucan
|
2012-01-13 15:27:12 +02:00 |
|
Victor Porof
|
88278f8c51
|
Bug 713260 - Add a Tilt test for content location changes. r=rcampbell
|
2011-12-23 20:23:25 +02:00 |
|
Victor Porof
|
1bf70f35b6
|
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
|
88bc8bd66a
|
Bug 712286 - Tilt continues rotating without any keyboard or mouse actions; r=rcampbell
|
2011-12-22 12:51:57 +02:00 |
|
Victor Porof
|
d8bb4c3b9b
|
Bug 711341 - Tilt should give focus back to Highlighter when closed; r=rcampbell
|
2011-12-16 10:28:46 +02:00 |
|
Victor Porof
|
0360020628
|
Bug 710762 - Keyboard control for zoom in tilt (page inspector 3D); r=rcampbell
|
2011-12-15 15:50:31 +02:00 |
|
Victor Porof
|
374ab561ab
|
Bug 710750 - ESC key should exit Tilt (page inspector 3D); r=rcampbell
|
2011-12-15 14:42:25 +02:00 |
|
Victor Porof
|
0b3e27ea96
|
Bug 689920 - Integrate Tilt with existing Firefox developer tools; r=cedric,msucan,rcampbell
|
2011-11-10 12:09:18 +02:00 |
|