Mike Conley
5311e97599
Bug 794752 - Downloads toolbar button changes size the first time it is clicked. r=mak.
2012-11-08 11:13:23 -05:00
Vladimir Vukicevic
0b37af40c2
b=809123; disable broken browser_586068-reload.js test; r=ttaubert
2012-11-08 10:14:04 -05:00
Ehsan Akhgari
e8a1f6f8ac
Bug 806689 - Port browser_privatebrowsing_opendir.js to the new per-window PB APIs; r=jdm
...
--HG--
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_opendir.js => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_opendir.js
2012-11-07 21:16:13 -05:00
Ehsan Akhgari
8474ce22b0
Bug 806706 - Port browser_save_link.js to the new per-window PB APIs; r=jdm
...
--HG--
rename : browser/base/content/test/browser_save_link.js => browser/base/content/test/browser_save_link-perwindowpb.js
2012-11-07 21:14:41 -05:00
Ekanan Ketunuti
1105101292
Bug 807701 - Remove unused sanitizeItems.label entity from sanitize.dtd. r=jaws
2012-11-07 16:01:31 +07:00
Oonishi Atsushi
6f37aff640
Bug 808035 - Skip session history on loading initial <about:blank>. r=ttaubert
2012-11-07 18:04:23 -05:00
Jared Wein
9e5bc533e5
Bug 751444 - The About dialog's focus rings are barely visible in Nightly and Aurora builds. r=dao
2012-11-07 14:28:17 -08:00
Jared Wein
a790537763
Bug 808176 - devtools.chrome.enabled=true should also show the Error Console menuitem. r=dcamp
2012-11-07 14:27:50 -08:00
Ehsan Akhgari
b2e16c1b41
Merge mozilla-central into mozilla-inbound
2012-11-07 17:24:27 -05:00
Ed Morley
4aa0f4198c
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-11-07 12:52:55 +00:00
Panos Astithas
b5e423cb18
Merge m-c to fx-team
2012-11-07 11:14:37 +02:00
Ed Morley
690b53769a
Bug 753225 - Disable browser_dbg_createRemote.js on platforms other than Windows too, until it's made to behave
2012-11-06 22:26:56 +00:00
Ed Morley
5cf26a01da
Bug 707891 - Disable browser_styleeditor_reopen.js for too many intermittent failures
2012-11-06 22:26:02 +00:00
Marco Bonardo
7378a3a5e9
Bug 809022 - The downloads button opens the panel even if it's disabled.
...
r=paolo
2012-11-06 23:11:14 +01:00
Marco Bonardo
176916ab62
Bug 803546 - Applying background theme causes Downloads button to jump around.
...
r=mconley
2012-11-06 23:11:11 +01:00
Andres Hernandez
b0a50228c2
Bug 806683 - Port browser_privatebrowsing_crh.js to the new per-window PB APIs r=jdm
...
--HG--
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_crh.js => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_crh.js
2012-11-07 14:37:56 -06:00
Victor Porof
2f2e265893
No bug - Fix 'browser_dbg_propertyview-data.js | Test timed out' after 62379ce61c84, r=dcamp
2012-11-06 19:33:59 +02:00
Ed Morley
2817eb293a
Merge mozilla-central to fx-team
...
--HG--
rename : browser/devtools/debugger/VariablesView.jsm => browser/devtools/shared/VariablesView.jsm
2012-11-06 14:16:07 +00:00
Victor Porof
cbdcc5cc54
Bug 794823 - Refactor and move the debugger's PropertyView in shared, so that it can replace PropertyPanel.jsm soon, r=past, msucan
...
--HG--
rename : browser/devtools/debugger/VariablesView.jsm => browser/devtools/shared/VariablesView.jsm
2012-11-04 01:01:05 +02:00
Victor Porof
370fd81eef
Bug 793375 - Search operator for finding a variable in scope(s) while the debugger is paused, r=past
2012-11-04 01:01:05 +02:00
Victor Porof
49de12908c
Bug 798874 - The variables view should be filterable, r=past
2012-11-04 01:01:05 +02:00
Ryan VanderMeulen
eafa7e9651
Merge fx-team to m-c.
2012-11-02 15:45:53 -04:00
Brian R. Bondy
28b5b84af3
Bug 808110 - No HTTP traffic was being sent for stub installer pings due to too many parameters. r=jimm
2012-11-02 15:41:40 -04:00
Victor Porof
de2e2e0c3c
Bug 774011 - Intermittent browser_dbg_createRemote.js | Should be paused after an interrupt request. - Got false, expected true | Should have one frame in the stack. - Got 0, expected 1, r=past
2012-11-02 16:39:12 +02:00
Dão Gottwald
4b4ffca770
Bug 756313 - Don't load the homepage before the first paint. r=enn
2012-11-02 03:46:56 +01:00
Ryan VanderMeulen
b356d6fd9d
Merge the last PGO-green inbound changeset to m-c.
2012-11-01 21:26:34 -04:00
Ryan VanderMeulen
14b94fee61
Backout e35f252ca573 for mochitest-other orange.
...
CLOSED TREE
2012-11-01 19:31:02 -04:00
Boris Zbarsky
a514b9c6e4
Bug 807222 part 6. Fix getOwnPropertyNames to work correctly on Window. r=jst
...
One note: it might be better to change the signature of Enumerate() to
indicate whether we're enumerating just the enumerable properties or
all of them, so we can skip doing this when someone does for...in on
the window.
2012-11-01 13:51:57 -04:00
Jim Mathies
10c9e26f82
Bug 807756 - Fix bad gre paths in browser debugger jsm. r=gavin
2012-11-01 14:28:49 -05:00
Dão Gottwald
75dde08c8d
Bug 807404 - Remove the 'switchingtabs' attribute after the next paint rather than depending on a synchronous layout flush. r=enn
2012-11-01 20:28:33 +01:00
Brian R. Bondy
68d1bd19c2
Bug 802734 - Add a checkbox for sending telemetry ping information. r=jimm
2012-11-01 17:35:54 -04:00
Robert Strong
d55ba08c5c
Bug 802734 - Add installer telemetry ping information. r=bbondy
2012-11-01 17:35:46 -04:00
Dão Gottwald
ac24c56969
Bug 756313 - Don't load the homepage before the first paint. r=enn
2012-11-01 22:00:35 +01:00
Ed Morley
aaa0204c8a
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-11-01 13:42:02 +00:00
Panos Astithas
930327df6f
Merge m-c to fx-team
2012-11-01 09:30:11 +02:00
Panos Astithas
c670db600f
Bug 740551 - ThreadActor should automatically add appropriate debuggee globals - Patch v14; r=rcampbell
2012-10-31 18:31:55 +02:00
Victor Porof
8fa5b8385e
Bug 806748 - Intermittent browser_dbg_location-changes-blank.js | The source editor not have any text displayed. - Got 546, expected 0, r=rcampbell
2012-11-02 09:32:31 +02:00
Victor Porof
9b6e43d151
Bug 783729 - Debugger: JS scripts can get HTML syntax highlighting, r=rcampbell
2012-11-02 09:31:55 +02:00
Joe Walker
a38f24dd25
Bug 801387 - GCLI rollup bug fix for bugs 795324, 797016, 791085; r=dcamp
2012-11-02 02:54:14 +00:00
Joe Walker
a70e95ad49
Bug 800346 - Autocompletion hint text is not visible in the latest Nightly; r=dcamp
2012-11-02 02:54:14 +00:00
Joe Walker
dab4a4fe0a
Bug 798458 - changes to make minification of GCLI work; r=dcamp
2012-11-02 02:54:14 +00:00
Grant Gayed
af4e39e57d
Bug 806821 - GCLI should ensure that 'string' command return types are treated as plaintext; r=jwalker
...
* * *
Bug 800363 - XSS in Web Developer Toolbar's chrome privilege page
2012-11-02 02:54:13 +00:00
N Bosma
f0c95d0a08
Bug 804400 - Inspector stops updating when badly formed attribute input is given in the markup panel. r=dcamp
2012-10-31 18:30:37 +02:00
Michael Ratcliffe
901c1e8bf4
Bug 788458 - Fix issues with copy / paste in rule and computed views; r=dcamp
2012-10-31 18:25:08 +02:00
Anton Kovalyov
8609efecfa
Bug 783858 - Unicode in script names breaks scratchpad's recent files; r=rcampbell
2012-10-31 18:23:51 +02:00
Panos Astithas
f35d29863e
Backed out changeset 9e56a20d367f on suspicion of causing mochitest-1 and 3 permaorange
2012-10-31 16:27:37 +02:00
Panos Astithas
37777bde9f
Bug 771655 - Debugger does not show up if any progress listener (e.g. NoScript) reads the WebProgress argument's DOMWindow property in onStateChange(); r=vporof
2012-10-31 16:02:07 +02:00
Mark Hammond
5d7bd7a0c4
Bug 808243 - sidebar load event should be removed when sidebar not visible. r=felipe
2012-11-06 10:26:33 +11:00
Panos Astithas
a836b53825
Backed out changeset 0ef0321ebe88 on suspicion of causing mochitest-1 and 3 permaorange
2012-10-31 15:16:41 +02:00
Panos Astithas
81e7ce42cf
Backed out changeset a31ad3a90e4a on suspicion of causing mochitest-1 and 3 permaorange
2012-10-31 13:33:26 +02:00