Robert Strong
d030241e2d
Bug 810509 - stub installer ping does not happen if user cancels while it is downloading. r=bbondy
2012-11-09 19:36:15 -08:00
Jared Wein
c4b9c2a881
Bug 810419 followup - Update test description. DONTBUILD r=me
2012-11-09 15:42:13 -08:00
Jared Wein
304c8fa6b4
Bug 810419 - Duplicate ambient-menuitems in the Social API keyboard-access menu. r=felipe
2012-11-09 15:36:22 -08:00
Mike Conley
b8417fcf6b
Bug 810343 - Downloads button paused state looks bad on gnomestripe. r=mak.
2012-11-09 16:18:39 -05:00
Ehsan Akhgari
3e53e0e5de
Merge mozilla-central into mozilla-inbound
2012-11-09 09:47:33 -05:00
Panos Astithas
a82078b744
Merge m-c to fx-team
2012-11-09 08:59:01 +02:00
Mounir Lamouri
33e851046c
Bug 556145 - Use opacity instead of GrayText for ::-moz-placeholder UA's style. r=bz,davidb
2012-11-09 10:30:54 +00:00
Mounir Lamouri
58aa0a96d8
Bug 737786 - 2/5 - Use a pseudo-element instead of a pseudo-class for placeholder styling. r=bz
2012-11-09 10:24:23 +00:00
Paul Rouget
4c35fe75f4
Bug 762571 - Intermittent browser_layoutview.js; r=past
2012-11-07 13:28:04 +01:00
Phil Ringnalda
6c724342b3
Back out 5ebd6549bf93 and 73287cb2dc6a (bug 794091) on suspicion of breaking Win64 PGO builds
2012-11-08 20:43:18 -08:00
Johan Charlez
a114936c71
Bug 793031 - Open recent file fails if the file doesn't exists anymore. r=robcee
2012-11-06 13:26:00 -05:00
Panos Astithas
24d9d0ae1d
Merge m-c to fx-team
2012-11-07 11:14:37 +02:00
Ed Morley
0ebccf77e2
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
e12116ef55
Bug 707891 - Disable browser_styleeditor_reopen.js for too many intermittent failures
2012-11-06 22:26:02 +00:00
Marco Bonardo
e9c39f470d
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
bf0f88e75b
Bug 803546 - Applying background theme causes Downloads button to jump around.
...
r=mconley
2012-11-06 23:11:11 +01:00
Victor Porof
25807e7d90
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
092f2cf1f0
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
4d334e4daf
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
ce3c4d522a
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
21fe763a1d
Bug 798874 - The variables view should be filterable, r=past
2012-11-04 01:01:05 +02:00
Ryan VanderMeulen
7ce522bbc4
Merge fx-team to m-c.
2012-11-02 15:45:53 -04:00
Brian R. Bondy
513d3797a6
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
d963678d37
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
5b3ee5260f
Bug 756313 - Don't load the homepage before the first paint. r=enn
2012-11-02 03:46:56 +01:00
Ryan VanderMeulen
caaae42bf8
Merge the last PGO-green inbound changeset to m-c.
2012-11-01 21:26:34 -04:00
Ryan VanderMeulen
3ecbf1346a
Backout e35f252ca573 for mochitest-other orange.
...
CLOSED TREE
2012-11-01 19:31:02 -04:00
Boris Zbarsky
2e34a9a752
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
8ee8d804b6
Bug 807756 - Fix bad gre paths in browser debugger jsm. r=gavin
2012-11-01 14:28:49 -05:00
Dão Gottwald
0bd446d9ba
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
7c4393cc13
Bug 802734 - Add a checkbox for sending telemetry ping information. r=jimm
2012-11-01 17:35:54 -04:00
Robert Strong
228791b31f
Bug 802734 - Add installer telemetry ping information. r=bbondy
2012-11-01 17:35:46 -04:00
Dão Gottwald
6d4b82ba46
Bug 756313 - Don't load the homepage before the first paint. r=enn
2012-11-01 22:00:35 +01:00
Ed Morley
3df60ccac7
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-11-01 13:42:02 +00:00
Panos Astithas
9bc475fdc6
Merge m-c to fx-team
2012-11-01 09:30:11 +02:00
Panos Astithas
fdfd985c80
Bug 740551 - ThreadActor should automatically add appropriate debuggee globals - Patch v14; r=rcampbell
2012-10-31 18:31:55 +02:00
Victor Porof
e0501e8f86
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
e0fab10863
Bug 783729 - Debugger: JS scripts can get HTML syntax highlighting, r=rcampbell
2012-11-02 09:31:55 +02:00
Joe Walker
ec4475a595
Bug 801387 - GCLI rollup bug fix for bugs 795324, 797016, 791085; r=dcamp
2012-11-02 02:54:14 +00:00
Joe Walker
060d6f1b50
Bug 800346 - Autocompletion hint text is not visible in the latest Nightly; r=dcamp
2012-11-02 02:54:14 +00:00
Joe Walker
a13e71a2db
Bug 798458 - changes to make minification of GCLI work; r=dcamp
2012-11-02 02:54:14 +00:00
Grant Gayed
b59a20d19a
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
e370784c40
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
dba75fc5c1
Bug 788458 - Fix issues with copy / paste in rule and computed views; r=dcamp
2012-10-31 18:25:08 +02:00
Anton Kovalyov
5a69f4f33f
Bug 783858 - Unicode in script names breaks scratchpad's recent files; r=rcampbell
2012-10-31 18:23:51 +02:00
Panos Astithas
dca32622e6
Backed out changeset 9e56a20d367f on suspicion of causing mochitest-1 and 3 permaorange
2012-10-31 16:27:37 +02:00
Panos Astithas
fbc64fb6e0
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
01fd6451dc
Bug 808243 - sidebar load event should be removed when sidebar not visible. r=felipe
2012-11-06 10:26:33 +11:00
Panos Astithas
019bd65baf
Backed out changeset 0ef0321ebe88 on suspicion of causing mochitest-1 and 3 permaorange
2012-10-31 15:16:41 +02:00
Panos Astithas
800a5ec8e2
Backed out changeset a31ad3a90e4a on suspicion of causing mochitest-1 and 3 permaorange
2012-10-31 13:33:26 +02:00