Tooru Fujisawa
98ae84d52e
Bug 1108930 - Part 5: Call Map and Set with new in devtools. r=fitzgen
2015-02-05 00:59:15 +09:00
Daniel Holbert
79c34e5e1a
Bug 1128838: Add extra layer of parens around assignment in loop condition, in ViewHelpers.jsm. r=vporof
2015-02-03 08:16:37 -08:00
Tooru Fujisawa
b8c3142fd1
Bug 1069416 - Part 6: Remove JS_HAS_SYMBOLS from devtools. r=fitzgen
2015-01-28 13:06:38 +09:00
Jason Orendorff
bcc9db0b2c
Bug 918828, part 1 - Change iteration code to call iterable[Symbol.iterator]() rather than iterable["@@iterator"](). r=Waldo with earlier review work by nbp.
2014-07-01 21:01:21 -05:00
Victor Porof
61420cf650
Bug 879008 - New UI for the sampling Profiler, r=rcampbell,fitzgen,pbrosset
2014-08-06 11:25:18 -04:00
Panos Astithas
ce567f98b9
Black box sources before deciding whether to stage them for later addition (bug 1038117). r=fitzgen
2014-07-14 18:30:28 +03:00
Carsten "Tomcat" Book
4c5d83537e
merge fx-team to mozilla-central a=merge
2014-06-25 15:34:21 +02:00
Jim Blandy
39dc0c6097
Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
...
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):
- Never set the buffer's mode.
Years ago, Emacs did not have a good JavaScript mode, so it made sense
to use Java or C++ mode in .js files. However, Emacs has had js-mode for
years now; it's perfectly serviceable, and is available and enabled by
default in all major Emacs packagings.
Selecting a mode in the -*- file variable line -*- is almost always the
wrong thing to do anyway. It overrides Emacs's default choice, which is
(now) reasonable; and even worse, it overrides settings the user might
have made in their '.emacs' file for that file extension. It's only
useful when there's something specific about that particular file that
makes a particular mode appropriate.
- Correctly propagate settings that establish the correct indentation
level for this file: c-basic-offset and js2-basic-offset should be
js-indent-level. Whatever value they're given should be preserved;
different parts of our tree use different indentation styles.
- We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
Remove tab-width: settings, at least in files that don't contain tab
characters.
- Remove js2-mode settings that belong in the user's .emacs file, like
js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Victor Porof
c504c75d83
Bug 1029540 - ViewHelpers.L10N.numberWithDecimals doesn't properly handle NaN and numbers that can't be localized, r=bgrins
2014-06-24 21:45:52 -04:00
Victor Porof
c0f31f4ef8
Bug 1029097 - ViewHelpers.Prefs should have a way of clearing the cached preferences, r=rcampbell
2014-06-24 21:45:47 -04:00
Victor Porof
9daad98063
Bug 1008395 - Fix failing tests caused by unintended stringification in the test suite, r=me
2014-05-10 13:20:50 -04:00
Victor Porof
378d699b5a
Bug 1008395 - Make "Finalizing item" messages in the frontend more helpful, r=past
2014-05-10 12:26:54 -04:00
Victor Porof
44be8a9e11
Bug 917226 - Build a canvas inspection tool, r=rcampbell, jryans
2014-03-29 13:01:37 -04:00
Ed Morley
7b7e69675a
Backed out changeset 894e40121370 (bug 917226) for browser-chrome failures; DONTBUILD since fixing commit message
...
CLOSED TREE
2014-03-27 19:09:29 +00:00
Ed Morley
94fd0585ad
Backed out changeset 7b9fab28c591 (bug 917226) for incorrect commit message generated by qbackout; DONTBUILD
2014-03-27 19:07:31 +00:00
Victor Porof
1e99cd89c2
Bug 917226 - Build a canvas inspection tool, r=rcampbell
2014-03-27 18:57:16 +00:00
Victor Porof
edb8b333ef
Backed out changeset 882b91ce5a9f, as a relanding of Bug 917226, r=me
2014-03-27 12:24:00 -04:00
Ed Morley
773b2fdd6c
Backed out changeset 894e40121370 (bug 917226) for mochitest-chrome failures
2014-03-27 16:11:59 +00:00
Victor Porof
8f4d59d943
Bug 917226 - Build a canvas inspection tool, r=rcampbell
2014-03-27 10:21:37 -04:00
Victor Porof
8b67475fe5
Bug 859135 - Hovering over a request with an image response should show a popup displaying that image, r=rcampbell
2014-02-14 14:22:06 -05:00
Victor Porof
43cbb23d9e
Bug 859136 - Requests with an image response should display a thumbnail near the file name, r=rcampbell
2014-02-14 14:22:06 -05:00
Victor Porof
7516a5fb74
Bug 969448 - Netmonitor selected filter reset to "All" upon every new page request, r=rcampbell
2014-02-11 09:25:21 -05:00
Victor Porof
58d2e24191
Bug 951795 - Use WidgetMethod's empty text attribute instead of a deck in the tracer, r=fitzgen
2014-01-07 11:57:00 +02:00
Victor Porof
bef86c43fd
Bug 951633 - Change the wording in some WidgetMethods comments, r=past
2014-01-04 00:04:24 +02:00
Victor Porof
dbcc001303
Bug 951633 - Drop the <xul:menulist> support for WidgetMethods, r=past
2014-01-03 23:42:16 +02:00
Victor Porof
52e0f84818
Bug 905981 - Have a classic vertical display of stack frames persistently available in the debugger UI, r=rcampbell
2013-12-06 18:33:59 +02:00
Brandon Benvie
7703d901f3
Bug 862849 - Remove __iterator__ use from the devtools. r=vp
2013-11-07 13:23:55 -08:00
Wes Kocher
a2bc3b41d2
Backed out changeset 7dd13d06f132 (bug 862849) for breaking webconsole tests
2013-11-06 15:13:53 -08:00
Brandon Benvie
4f04ae641c
Bug 862849 - Remove __iterator__ use from the devtools. r=vp
2013-10-17 16:05:14 -07:00
Victor Porof
32fd0e170b
Bug 910955 - Implement a live WebGL shader editor, r=dcamp
2013-10-25 10:18:41 +03:00
Nick Alexander
ac8c7cc5f2
Backed out changeset 69ebfb936442 (bug 862849) for bc orange on a CLOSED TREE.
2013-10-23 13:19:58 -07:00
Brandon Benvie
4923036593
Bug 862849 - Remove __iterator__ use from the devtools. r=vp
2013-10-18 12:28:40 -07:00
Victor Porof
c0159af9b6
Bug 800857 - Implement debugger frontend for breaking on dom events, r=rcampbell
2013-10-04 10:33:08 +03:00
Victor Porof
bde78d956b
Bug 876277 - Clicking on global search results lines (not matches) was broken after 877686, fix it, r=past
2013-09-13 16:23:15 +03:00
Victor Porof
b11b868bd7
Bug 876277 - Make widgets always perform a refresh operation when the selected item is changed, to prevent any consumers from dealing with such scenarios, r=past
2013-09-13 16:23:15 +03:00
Victor Porof
aa4e8d18ae
Bug 876277 - Make widgets always return labels and values in the displayed order, to avoid tests failing because of the async way in which items could be added, r=past
2013-09-13 16:23:14 +03:00
Victor Porof
c4b28961d7
Bug 881219 - When filtering sources, hiding items in the sources list is redundant, r=rcampbell
2013-09-13 16:23:14 +03:00
Victor Porof
ef37026595
Bug 891439 - Standardize the sheduleSearch/performSearch methods, r=past
2013-09-13 16:23:13 +03:00
Victor Porof
b6cfff8e43
Bug 886848 - Cleanup, fix other typos, rename a few variables for consistency, r=past
2013-09-13 16:23:13 +03:00
Nick Fitzgerald
04bb06ac40
Bug 892605 - part 0: add callMethod to WidgetHelpers, checkItem to SideMenuWidget; r=vporof
2013-07-27 10:48:10 -07:00
Nick Fitzgerald
c55ba941c4
Bug 877686 - Add UI to toggle the blackboxing of specific sources; r=vporof
2013-07-23 10:15:10 -07:00
Victor Porof
d892adcebf
Bug 887203 - After replaying a request, hovering the network items menu shows "undefined", r=rcampbell
2013-06-26 23:35:39 +03:00
Victor Porof
7f217e4b85
Bug 887177 - Right clicking on a network request should select it, r=rcampbell
2013-06-26 23:35:38 +03:00
Victor Porof
a7af5e8849
Bug 884432 - Background color of request items keep changing when any filter is applied, r=rcampbell
2013-06-21 17:33:58 +03:00
Victor Porof
7b9fd02e87
Bug 884006 - "Prebuilt items" and "Values" should coexist when adding items to widgets, r=anton,rcampbell
2013-06-21 17:33:57 +03:00
Victor Porof
3e80672cb9
Bug 882054 - Cleanup widgets inheritance model mechanism a bit, r=past
2013-06-21 17:33:56 +03:00
Victor Porof
e27e0a35e9
Bug 823577 - Cleanup debugger frontend code, strings, etc., r=rcampbell
2013-06-21 17:33:56 +03:00
Victor Porof
1c40ac16cd
Bug 852639 - Make the BreadcrumbsWidget keyboard accessible, r=rcampbell
2013-06-06 09:53:08 +03:00
Victor Porof
5a686fa78b
Bug 873225 - Totals for displayed file sizes, r=rcampbell
2013-05-30 21:46:36 +03:00
Victor Porof
32adeca6b1
Bug 848504 - SideMenuWidget should be keyboard accessible, r=rcampbell
2013-05-24 21:36:51 +03:00