Alexandre Poirot
6188942e57
Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal
2014-07-02 15:40:56 -07:00
Michael Ratcliffe
584afa1e41
Bug 994732 - Make "Disable Cache" in Devtools persist (only when the toolbox is open) r=jwalker, r=pbrosset
2014-07-17 10:39:56 +01:00
Brian Grinstead
3a52fe6376
Bug 1031472 - Automatically reload all preferences in source editor. r=vporof,harth
2014-07-07 13:52:00 +02:00
Sami Jaktholm
8d21bb8290
Bug 997065 - Don't render multiple request header blocks if a request is inspected before it is finished. r=vporof
2014-07-02 10:16:00 -04:00
Carsten "Tomcat" Book
17ecc19f82
Merge mozilla-central to mozilla-inbound
2014-06-30 15:44:54 +02:00
Sami Jaktholm
049145e0c8
Bug 872379 - Netmonitor tests SJS: Store a reference to the response timer to avoid garbage collection before the timer fires. Otherwise netmonitor tests timeout waiting for missing responses. r=vp
2014-06-30 03:09:00 -04:00
Victor Porof
bd616fcf61
Bug 947569 - Increase timeout for browser_net_accessibility-01.js, r=me
2014-06-29 18:55:36 -04:00
Victor Porof
4bf5a71b99
Bug 1029279 - Increase timeout for browser_net_accessibility-02.js, r=me
2014-06-29 18:55:34 -04: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
d0bf9b5703
Bug 957952 - Hopefully fix browser_net_timing-division.js by waiting for the first request to finish. r=vporof
2014-06-23 22:00:04 -04:00
Veeti Paananen
ce31dfd08a
Bug 999993 - netmonitor shows useless context menu separator. r=vporof
2014-06-24 01:42:08 +03:00
Victor Porof
7db73e492c
Bug 1025474 - Add more logging to netmonitor tests to figure out the current intermittent failures. r=rcampbell
2014-06-14 08:14:44 -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
Brian Grinstead
f68c98d5d6
Bug 942292 - DevTools themes - make the toolbars thinner. r=vporof
...
CLOSED TREE
2014-06-13 09:11:32 -05:00
Ed Morley
5bce7ed98c
Backed out changeset 9fd9c035a76a (bug 942292) for making browser_canvas-frontend-slider-02.js fail 30-40% of the time
2014-06-13 18:45:27 +01:00
Brian Grinstead
07065a4833
Bug 942292 - DevTools themes - make the toolbars thinner;r=vporof
2014-06-13 09:11:32 -05:00
Heather Arthur
be0b1b6fc0
Bug 984051 - Make reload action more prominent when first opening the network panel. r=vporof
2014-06-10 13:46:00 -04:00
Victor Porof
b031628a77
Bug 957952 - Add some logging to browser_net_timing-division.js, r=dcamp
2014-06-12 12:16:59 -04:00
Victor Porof
5827bd6aab
Bug 1004104 - Disable caching when running netmonitor tests to hopefully fix some timeouts, r=dcamp
2014-06-12 12:16:59 -04:00
Victor Porof
20d378b45d
Bug 985417 - Fix uncaught promise rejection when running browser_net_simple-request-data.js, r=dcamp
2014-06-12 12:16:59 -04:00
Victor Porof
f275c8672d
Bug 1022202 - Fix uncaught nsIScrollBoxObject.ensureElementIsVisible promise rejections in the netmonitor tests, r=dcamp
2014-06-12 12:16:58 -04:00
J. Ryan Stinnett
86f081e992
Bug 797639 - Part 4: Fix Network Monitor test leaks. r=vporof
2014-05-14 14:30:02 -05:00
Mr Speaker
88c8bcf469
Bug 980903 - Remove inline click handler for back button. r=past
2014-04-22 13:25:21 -07:00
Ryan VanderMeulen
66b14f4f7d
Bug 996003 - Various devtools test manifest cleanups. r=miker
2014-04-15 08:03:53 -04:00
Tim Taubert
fec90a5489
No Bug - Fix browser_net_timing-division.js leak when run as the last test on a CLOSED TREE rs=past
2014-04-11 09:12:47 +02:00
Michael Ratcliffe
4cc10271fe
Bug 983948 - Add mach mochitest-devtools r=jmaher
2014-03-25 16:52:53 +00:00
Gavin Sharp
020e130a5a
Bug 992485: disable info() in devtools tests that is bloating browser-chrome test logs, CLOSED TREE
2014-04-05 12:19:00 -07:00
Panos Astithas
bcc3035268
Bug 991112 - Disable RDP logging for faster tests. r=vporof
2014-04-03 18:22:49 +03:00
Mark Hammond
d5b24aae08
Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted.
2014-04-02 10:53:55 +11:00
Victor Porof
4080133292
Bug 989642 - When the netmonitor is docked on the side, the status codes overlap the request verb, r=rcampbell
2014-03-31 11:14:47 -04:00
Victor Porof
502e903be5
Bug 989417 - Use Task.spawn in Netmonitor code to improve code readability, r=rcampbell
2014-03-31 11:14:47 -04:00
Victor Porof
ef7b988e94
Bug 989364 - Netmonitor should use CurlUtils to retrieve the request headers from upload stream, r=rcampbell
2014-03-31 11:14:46 -04:00
John Hood
b4cf158579
Bug 925275 - Make Network Monitor log requests persistent. r=vporof
...
Bug 925275: Added in a check to Services.prefs before clearing the screen in netmonitor-controller.js.
Added a new heading called Common Preferences and moved the Enable Persistent Logging checkbox there.
Added a new string to toolbox.dtd for the new heading.
TODO: Add a bug test to reflect these changes.
2013-12-12 15:38:30 -08:00
Phil Ringnalda
68c2596596
Back out 43663582cfdb (bug 987404) because it looks like it disabled things even without e10s being defined
2014-03-30 23:18:57 -07:00
Mark Hammond
c7db2d7aca
Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted.
2014-03-31 14:11:49 +11:00
Phil Ringnalda
e10cda1f6c
Merge f-t to m-c
2014-03-30 16:31:41 -07:00
Ehsan Akhgari
2e0663e98e
Bug 984266 - Double the test timeout
2014-03-30 09:58:35 -04:00
Ehsan Akhgari
b2e12ed8e4
Bug 986768 - Double the test timeout
2014-03-30 09:41:52 -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
a976fbdc73
Bug 987310 - Make sure the RequestsMenu is not lazily updated, to avoid a "JavaScript Error: 'aValue.content is undefined'" error being thrown after the test finishes, r=me
2014-03-26 18:04:22 -04:00
Victor Porof
6c39782e48
Bug 987310 - Tentatively relanded, as a backout of changeset a26977bf2252, a possibly incorrect assumption that it caused orange in bc2 linux tests, r=me
2014-03-26 16:08:02 -04:00
Victor Porof
635cf1d295
Bug 988329 - Netmonitor pie charts shouldn't display 'Loading' when the source data is available but empty, r=rcampbell
2014-03-26 16:07:30 -04:00
Carsten "Tomcat" Book
f0025834f6
Backed out changeset dff900f56c49 (bug 987310) for orange in bc2 linux tests
2014-03-26 15:45:17 +01:00
Victor Porof
e6f65fcd48
Bug 987310 - Sanitize the filter predicates loaded from the preferences, r=rcampbell
2014-03-24 15:39:18 -04:00