Commit Graph

356 Commits

Author SHA1 Message Date
Cameron McCormack
6f87b94b52 Bug 674370 - Make browser windows (and other document-like windows) zoom on creation on OS X 10.7. r=mstange,dao sr=bzbarsky 2012-02-17 14:47:39 +11:00
Panos Astithas
cfd1273497 Bug 687093 - Clicking on a stack frame in the debugger should put the caret in the proper source line; r=msucan 2012-02-11 11:44:20 +02:00
Panos Astithas
a4c20d96c1 Bug 690419 - Script debugger picks the wrong highlighting engine in URLs with a query string; r=dcamp
--HG--
rename : browser/devtools/debugger/test/test-script-switching-02.js => browser/devtools/debugger/test/test-editor-mode
2012-02-11 11:44:19 +02:00
Rob Campbell
66450c5e47 Backout Bug 705707 due to oranges; a=#fx-team 2012-02-10 14:31:07 -04: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
Michael Ratcliffe
040dfd4335 Bug 705707 - Style Inspector doesn't take into account chrome:// stylesheets; r=msucan; f=dao 2012-02-02 19:04:35 +00:00
Panos Astithas
dcce296c6b Bug 706506 - The debugger refreshes the editor contents on every pause; r=dcamp 2012-01-30 17:12:11 +02:00
Panos Astithas
6d8b3cb915 Bug 690771 - Implement the debugger pause request (at the main loop); r=dcamp 2012-02-10 09:46:10 +02:00
Panos Astithas
dd1afdde2e Bug 683503 - GCLI needs commands to control the debugger; r=jwalker,dcamp 2012-02-10 09:46:04 +02:00
Spyros Livathinos
d6d5fc268c Bug 703692 - Source Editor: add support for the focus/blur events; r=msucan f=msucan 2012-02-09 14:40:41 +02:00
Tim Taubert
c2c6c894d0 merge m-c to fx-team 2012-02-09 09:28:33 +01:00
Marco Bonardo
152ac8a010 Backout 7a8b935ab596 (bug 674370) for Paint regression 2012-02-08 09:23:40 +01:00
Victor Porof
c5d39c9f10 Bug 699121 - Style Editor should save file:// URLs immediately; r=cedricv,paul 2012-02-02 13:27:43 +02:00
Rob Campbell
e3a7702248 Bug 717373 - Remove the textarea fallback from the Source Editor; r=msucan 2012-02-08 10:48:07 -04:00
Panagiotis Astithas
bf2295bb10 Bug 724832 - Fix mochitest leaks after the latest merge from fx-team; r=rcampbell 2012-02-07 14:20:14 +02:00
Panagiotis Astithas
6a84741227 Bug 697762 - Land the debugger in m-c - sr changes; r=msucan,rcampbell; sr=dtownsend 2012-01-23 10:29:15 +02:00
Panagiotis Astithas
38cc317f4e Bug 697762 - Land the debugger in m-c; r=msucan,rcampbell; sr=dtownsend 2012-02-07 13:22:30 -04:00
Joe Walker
05f09d55e8 Bug 707131 - GCLI Completer could be simplified if repeated spans are not a performance issue; r=dcamp 2012-02-07 10:20:20 +00:00
Joe Walker
7c5e436641 Bug 721729 - GCLI failed to update page resources when page changes; r=dcamp 2012-02-07 10:20:20 +00:00
Joe Walker
5942611e48 Bug 709223 - GCLI needs a 'resource' type; r=dcamp 2012-02-07 10:20:20 +00:00
Joe Walker
fe2a5d1e03 Bug 707342 - Intermittent browser_webconsole_completion.js | an unexpected uncaught JS exception reported through window.onerror - this._panel is null at resource:///modules/AutocompletePopup.jsm:215; r=msucan 2012-02-07 10:20:20 +00:00
Cedric Vivier
74fc0f6e2b Bug 723459 - Add an API to SourceEditor to retrieve the character(s) used for indentation. r=msucan 2012-02-02 04:18:00 +01:00
Paul Rouget
adbafaa696 Bug 708643 - If Firebug is installed, using "Inspect Element" twice results in 2 inspectors, one uncloseable. r=dcamp 2012-02-06 16:23:31 +01:00
Michael Ratcliffe
dc54998ab5 Bug 720980 - Quick rule view ... quick layout fix until we have mockups - Only hide checkboxes. r=paul 2012-01-31 13:55:03 +00:00
Blake Winton
c52c3d6265 Bug 694958 - [highlighter] [infobar] limit the size of the infobar. r=dao 2012-01-30 14:27:53 -05:00
VD
159e0d8954 Bug 721324 - Allow the source code editor of Scratchpad & StyleEditor to be themed; r=dao,msucan 2012-02-06 21:35:19 +02:00
Panagiotis Koutsourakis
583eb38038 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
6a95aff71b Bug 720985 - Make some tests stop polluting the global scope 2012-02-03 10:13:41 +01:00
Dão Gottwald
b2b298b551 Bug 720985 - Make some tests stop polluting the global scope 2012-02-02 09:56:35 +01:00
Cedric Vivier
bb659c06f4 Bug 720291 - Intermittent browser_styleeditor_new.js | content's background color has been updated to red - Got rgb(255, 5, 5) (or 6, 6), expected rgb(255, 0, 0). r=dcamp 2012-01-26 01:53:00 +01: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
Paul Rouget
a36aaff467 Bug 720468 - Add an "*" at the beginning of a file name if the file needs to be saved. r=dao 2012-01-27 15:28:47 +01: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
be46f8a187 Bug 719049 - Sometimes iframes xy positions aren't calculated correctly in Tilt; r=rcampbell 2012-01-19 17:13:08 +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
Joe Walker
bd3a184889 Bug 693269 - Ensure jstermhelpers work in JS mode in GCLI; r=dcamp,msucan 2012-01-27 18:24:57 +00:00
Joe Walker
45a9ddfcec Bug 704918 - GCLI 'console clear' doesn't clear everything in the console; r=dcamp 2012-01-27 18:24:52 +00:00
Joe Walker
318c9ca569 Bug 719292 - Error: hud.jsterm is null in resource:///modules/HUDService.jsm:2074; r=msucan 2012-01-27 13:42:05 +00:00
Joe Walker
d9989e5c5f Bug 697043 - GCLI's inspect command should use an overlay rather than direct node manipulation; r=dcamp 2012-01-27 13:42:05 +00:00
Joe Walker
8cfa56b4e7 Bug 717425 - GCLI forms should 'submit' when ENTER is pressed; r=dcamp 2012-01-27 13:42:05 +00:00
Paul Rouget
32b5bb970a Bug 720975 - Switch to vertical layout only when the window width < 550px. r=msucan 2012-01-25 16:09:11 +01:00
Cedric Vivier
209f19c1d9 Bug 721353 - Fix invisible outline regression introduced by bug 719022. r=paul 2012-01-26 04:58:00 +01:00
Cedric Vivier
8e4df2ca64 Bug 721350 - Style Editor auto-scroll to the selected style sheet is annoying. r=paul
---
 browser/devtools/shared/SplitView.jsm |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

---
 browser/devtools/shared/SplitView.jsm |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
2012-01-26 05:13:00 +01:00
Cedric Vivier
bf5f7a8206 Bug 719021 - Saving an empty new style sheet does not display the file name upon saving. r=paul
---
 browser/devtools/styleeditor/StyleEditor.jsm       |    6 ++++--
 .../styleeditor/test/browser_styleeditor_new.js    |    4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)

---
 browser/devtools/styleeditor/StyleEditor.jsm       |    6 ++++--
 .../styleeditor/test/browser_styleeditor_new.js    |    4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)
2012-01-25 07:59:00 +01:00
Tim Taubert
642bce558f merge fx-team to m-c 2012-01-26 08:36:07 +01:00
Ed Morley
2806e8f2c1 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-01-26 01:30:30 +00:00
Cedric Vivier
618b34bb4b Bug 720431 - Can't close Style Editor with cmd+w. r=paul 2012-01-25 02:45:00 +01:00