Ryan VanderMeulen
2f566e8212
Merge m-c to inbound.
2013-03-27 07:27:36 -04:00
Robert Longson
f56fa2f4a7
Bug 842630 - Fix out of bounds in nsSVGTextFrame2::ResolvePositions. r=heycam
2013-03-27 10:19:02 +00:00
Tim Taubert
ff7b1ec471
merge m-c to fx-team
2013-03-27 11:18:47 +01:00
Dão Gottwald
1192820d89
Bug 764971 - Hide progress indicators in tabs for chrome pages. r=ttaubert
2013-03-27 10:01:04 +01:00
Makoto Kato
19eeee7a05
Bug 855173 - jsshell package needs nss3.dll due to MOZ_FOLD_LIBS. r=glandium
2013-03-27 16:51:43 +09:00
Daniel Holbert
91c57675ac
(no bug) Remove some whitespace on blank line, in configure.in. whitespace-only, DONTBUILD
2013-03-27 00:04:00 -07:00
Daniel Holbert
79f345dc26
Bug 855109: Fix typo in configure.in line for making gcc/clang c++ compilers use -Wsign-compare. r=glandium
2013-03-27 00:03:58 -07:00
Phil Ringnalda
ea49d38f23
Back out 8b8db1d07846 (bug 855178) for asserting
2013-03-27 00:03:49 -07:00
Gregory Szorc
5207ad7a8b
Merge mozilla-central into services-central
2013-03-26 22:22:33 -07:00
Bill McCloskey
c6ed2b487f
Bug 855136 - Don't use call/construct slots for direct proxies (r=luke)
2013-03-26 17:53:00 -07:00
Bill McCloskey
a0e66bf7b7
Bug 855136 - Don't require call/construct args to NewProxyObject (r=luke)
2013-03-26 17:51:55 -07:00
Chris Peterson
ac6591bad7
Bug 855146 - Part 3: Add testInputAwesomeBar test for URL text. r=gbrown
2013-03-26 17:02:21 -07:00
Richard Newman
23455005a9
Bug 831404 - Don't assume that timers run precisely. r=gps
2013-03-26 16:12:06 -07:00
Mike Connor
a9ae81e3ae
remove unused test file mistakenly landed with bug 840124
2013-03-26 18:30:27 -04:00
Gregory Szorc
ae7235e832
Bug 854606 - Use more SQLite transactions; r=rnewman
2013-03-26 13:02:33 -07:00
Gregory Szorc
e10a1f7e4d
Bug 848136 - Part 2: Checkpoint WAL after data collection; r=rnewman
2013-03-26 14:28:22 -07:00
Gregory Szorc
0fa9fbfaf2
Bug 848136 - Part 1: Use WAL journal for Firefox Health Report; r=rnewman, mak
2013-03-26 14:28:08 -07:00
Mike Connor
db166bbb61
bug 840124 - really fix the leaks this time
2013-03-26 17:02:57 -04:00
Matt Brubeck
b5510862dd
Bug 841445 - Make 'mach help <command>' call print_help directly [r=gps]
...
DONTBUILD (not part of the build)
2013-03-26 11:15:08 -07:00
Matt Brubeck
f878fe7142
Bug 841445 - Add a 'mach run' command to launch the compiled binary [r=gps]
...
DONTBUILD (not part of the build)
2013-03-26 11:15:08 -07:00
Victor Porof
589ab65cfa
Bug 854174 - Chrome debugging should use its own port to avoid interfering with remote port changes, r=past
2013-03-26 18:30:13 +02:00
Victor Porof
a3a4217c9b
Bug 853181 - Text overflow of scripts list is not full width of section, r=past
2013-03-26 18:57:55 +02:00
Benjamin Smedberg
a8fc98840f
Bug 853998 - Add a common "SyncRunnable" class which dispatches events totally synchronously, avoiding event loop spinning or automatic promotion of this event to a nsThread, r=bsmedberg
2013-03-26 09:11:00 -07:00
Ryan VanderMeulen
05c33084cb
Backed out changeset bab9914e9a31 (bug 853576) for SM rootanalysis orange on a CLOSED TREE.
2013-03-27 22:27:37 -04:00
Ryan VanderMeulen
00ebc7395d
Merge m-c to inbound.
2013-03-27 22:23:59 -04:00
Rodrigo Silveira
df3be6bf72
Bug 846422 - Hide context menus when popups appear [r=mbrubeck]
2013-03-26 18:45:11 -07:00
Nicholas D. Matsakis
783083ec25
Bug 853753 - Remove accidental second copy of test. rs=test
2013-03-27 21:28:53 -04:00
Bobby Holley
4c101aeffe
Bug 854139 - Handle all DOM objects, not just ones that unwrap to nsISupports. r=bz
2013-03-27 18:27:27 -07:00
Bobby Holley
39581655af
Bug 790732 - Components shim tests. r=mrbkap
2013-03-27 18:27:27 -07:00
Bobby Holley
8bce4ae693
Bug 790732 - Components shim telemetry. r=mrbkap
2013-03-27 18:27:27 -07:00
Bobby Holley
649ec60a83
Bug 790732 - Omit Components object for content scopes. r=mrbkap
2013-03-27 18:27:27 -07:00
Bobby Holley
39f2db48e3
Bug 790732 - Define a lazily-resolved shim for Components. r=mrbkap
2013-03-27 18:27:26 -07:00
Bobby Holley
051df3c359
Bug 790732 - Make Components console warning test pref-aware. r=mrbkap
2013-03-27 18:27:26 -07:00
Bobby Holley
ac091939ba
Bug 790732 - Stop attaching Components in InitClasses. r=mrbkap
...
This method is larely deprecated. The only two consumers are JSD and the setup
for the safe JSContext, neither of which use system principal and thus neither
of which should have |Components|.
2013-03-27 18:27:26 -07:00
Bobby Holley
33c4c2a36c
Bug 790732 - Remove the aTarget parameter from AttachComponentsObject. r=mrbkap
...
I added this when I thought we'd be defining Components on an object on the XBL
scope chain. At this point, it's not necessary anymore.
2013-03-27 18:27:26 -07:00
Bobby Holley
6c49cf0e34
Bug 790732 - Fix two more toolkit tests. r=me
...
Not sure why these didn't appear on earlier try runs, but they're trivial.
2013-03-27 18:27:25 -07:00
Nicholas D. Matsakis
60339e8384
Bug 853573 - Add test.
2013-03-27 21:20:13 -04:00
Nicholas D. Matsakis
801ad06879
Bug 853555 - Add test.
2013-03-27 21:20:12 -04:00
Nicholas D. Matsakis
bb3f73da15
Bug 853576 - Check for negative indices supplied in scatter r=shu
2013-03-27 20:59:46 -04:00
David Zbarsky
38cd1d3a06
Bug 854629 Part 2: Remove nsISupports when there is only one base class r=Ms2ger
2013-03-27 21:23:10 -04:00
David Zbarsky
2a7153aec8
Bug 854629 Part 1: Remove nsIDOMSVGUnitTypes r=Ms2ger
2013-03-27 21:23:10 -04:00
David Zbarsky
5b797a8291
Bug 854629 Part 0: Remove the rest of XPIDL bindings for SVG elements r=Ms2ger
2013-03-27 21:23:10 -04:00
David Zbarsky
bf5f255b20
Bug 840417 Part 2: Remove nsSVGUnknownElement r=Ms2ger
2013-03-27 21:23:10 -04:00
David Zbarsky
3c59b61d13
Bug 840417 Part 1: Move nsIDOMSVGElement up to nsSVGElement r=Ms2ger
2013-03-27 21:23:09 -04:00
David Zbarsky
e1e3d03025
Bug 847120: Remove nsIDOMSVGFilterPrimitiveStandardAttributes r=Ms2ger f=jwatt
2013-03-27 21:23:09 -04:00
Jan Beich
1a433b5d84
Bug 854152 - Make sure GLIB_CFLAGS are passed for LinuxGamepad.cpp. r=ted
2013-03-27 21:20:27 -04:00
Ryan VanderMeulen
f26c69c9fb
Bug 825560 - Support readyState on PeerConnection. r=jesup
2013-03-27 20:48:52 -04:00
Trevor Saunders
0e017966ce
bug 845134 - enable more logging
2013-03-27 14:56:50 -04:00
Randell Jesup
9cc550fb9e
Bug 843695: bustage fix rs=me on a CLOSED TREE
2013-03-27 20:23:37 -04:00
Nicholas D. Matsakis
5ea3565897
Bug 853555 - Avoid using a[i] = b
until we are sure that i
is defined on a
r=till
...
Bug 853555 - Propagate type constraints for UnsafeSetElement in jsinfer r=jandem
2013-03-27 20:01:52 -04:00