Commit Graph

11907 Commits

Author SHA1 Message Date
Ryan VanderMeulen
caebb33c05 Merge m-c to inbound 2012-06-09 14:22:32 -04:00
Tim Taubert
b435cf4f39 merge m-c to fx-team 2012-06-09 17:34:20 +02:00
Panos Astithas
78ce298cf3 Bug 760882 - XBL Bindings appear in the debugger script dropdown if the debugger is open when the page is refreshed; r=rcampbell 2012-06-08 16:05:27 +03:00
Panos Astithas
035efc50e0 Bug 761223 - JS Debugger errors prevent me from debugging Orion; r=dcamp 2012-06-08 11:21:59 +03:00
Panos Astithas
147618191a Backout 61e0d5d09f77 due to test breakage 2012-06-08 11:18:28 +03:00
Panos Astithas
69e8b205cb Bug 761223 - JS Debugger errors prevent me from debugging Orion; r=dcamp 2012-06-08 10:00:48 +03:00
Nathan Froyd
10e3eea129 Bug 762590 - don't send test pings at idle when !Telemetry.canSend; r=taras 2012-06-07 15:21:35 -04:00
David Rajchenbach-Teller
b9aad0db99 Bug 722332: add some test coverage for the search service async initialization API, r=gavin 2012-06-07 11:45:23 -07:00
David Rajchenbach-Teller
027b745c89 Bug 722332: add an asynchronous initialization API to nsIBrowserSearchService, with a fallback to synchronous initialization for backwards compatibility, r=gavin 2012-05-03 16:56:33 +02:00
Nathan Froyd
bda6701c4e Bug 753701 - register new HTTP handler prior to any do_check_foo testing; r=taras 2012-06-07 11:03:43 -04:00
Tom Schuster
a504f4429c Bug 760951 - Add a filter box to the error console. r=jaws 2012-06-07 17:22:34 +02:00
Florian Quèze
3f38f83c87 Bug 762088 - nsContentPrefService.js, reference to undefined property Cc['@mozilla.org/privatebrowsing;1'], r=ehsan. 2012-06-07 15:57:17 +02:00
Mike Hommey
372c1292d3 Bug 580408 - Import jemalloc 3.0.0. r=khuey,r=gerv 2012-06-07 10:41:58 +02:00
Mike Hommey
2de42d5e59 Bug 580408 - Move Mozilla fork of jemalloc to memory/mozjemalloc. r=khuey
--HG--
rename : memory/jemalloc/Makefile.in => memory/mozjemalloc/Makefile.in
rename : memory/jemalloc/jemalloc.c => memory/mozjemalloc/jemalloc.c
rename : memory/jemalloc/jemalloc.h => memory/mozjemalloc/jemalloc.h
rename : memory/jemalloc/jemalloc_types.h => memory/mozjemalloc/jemalloc_types.h
rename : memory/jemalloc/linkedlist.h => memory/mozjemalloc/linkedlist.h
rename : memory/jemalloc/osx_zone_types.h => memory/mozjemalloc/osx_zone_types.h
rename : memory/jemalloc/ql.h => memory/mozjemalloc/ql.h
rename : memory/jemalloc/qr.h => memory/mozjemalloc/qr.h
rename : memory/jemalloc/rb.h => memory/mozjemalloc/rb.h
2012-06-07 10:41:58 +02:00
Jeff Walden
a694790f7c Bug 761859 - Make mozalloc_abort use MOZ_CRASH to crash. r=ted 2012-06-05 16:49:30 -07:00
Takanori MATSUURA
efeebc1764 bug 761975 - remove extra closing parenthesis that makes RPM nightly build fail; r=bsmedberg
--HG--
extra : rebase_source : 2958a216f8077fdad42c3b9237642ee8aa533b0e
2012-06-06 10:56:40 -07:00
Geoff Lankow
5c5b5746b0 Bug 761489 - New addon page overflows when text is wrapped; r=Unfocused 2012-06-07 01:08:27 +12:00
Ed Morley
8e3f4a6794 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-06-06 09:20:35 +01:00
Ms2ger
0c93eb74dd Bug 758669 - Don't use int32 in JSHistogram_Add; r=taras 2012-06-06 09:22:24 +02:00
Brian Nicholson
f4b9964d7e Bug 747388 - Remove .part files on dl-failed on Android. r=mfinkle 2012-06-05 21:06:04 -07:00
Geoff Lankow
552f02f3f1 Merge m-c to m-i 2012-06-06 15:13:51 +12:00
Geoff Lankow
1214b72681 Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg 2012-06-06 14:08:30 +12:00
Jonathan Wilde
6024bb7be6 Bug 761446 - Remove extraneous space characters from videocontrols.xml. r=fryn 2012-06-04 17:37:53 -07:00
Chris Lee
488d5d7dda Bug 761444 - Remove unnecessary white space in xul.css. r=fryn 2012-06-04 17:02:04 -07:00
Paul Adenot
f68f969280 Bug 749520 - Use new mozHasAudio API to let users know that the video being watched does not have an audio track r=jaws 2012-06-04 16:49:57 -07:00
Daniel Holbert
58092f65a7 Bug 757485 followup: Remove reference to recently-deleted /content/xbl/public from toolkit-makefiles.sh. standing-rs=ted 2012-06-04 15:23:07 -07:00
Justin Lebar
7deb4db002 Bug 750454 - Fix FUEL leaks. Part 8: Reformat FUEL code. r=mak
--HG--
extra : rebase_source : f60cacaef0d993a4fde695140fcd3b6fab9e8c7e
2012-06-05 20:05:50 -04:00
Justin Lebar
5d1b44282b Bug 750454 - Fix FUEL leaks. Part 6: Remove gShutdown. r=mak
--HG--
extra : rebase_source : 0e5af38e6de7e477823a2da59ecdcb05af99d8e6
2012-06-05 20:05:50 -04:00
Justin Lebar
c717e877a7 Bug 750454 - Fix FUEL leaks. Part 5: Fix extensions. r=mak
--HG--
extra : rebase_source : 82f31f3fb2308f34249d96dd0a6b0a42a5c868a1
2012-06-05 20:05:50 -04:00
Justin Lebar
2afa4b5e9b Bug 750454 - Fix FUEL leaks. Part 3: Fix preferences leaks. r=mak
--HG--
extra : rebase_source : 8b311aa9058e41fa594598a933b2b820e7b6f2bd
2012-06-05 20:05:50 -04:00
Justin Lebar
97efa18c3f Bug 750454 - Fix FUEL leaks. Part 1: Use weak refs in Application. r=mak
--HG--
extra : rebase_source : 04b4ce7ee1488481281a3073b4ba6900f14afbdf
2012-06-05 20:05:50 -04:00
David Rajchenbach-Teller
609b5766f3 Bug 707681 - Companion testsuite. r=yoric 2012-05-15 15:10:21 +02:00
David Rajchenbach-Teller
baa250042f Bug 707681 - Windows back-end. r=taras,dougt 2012-06-09 09:17:02 -04:00
David Rajchenbach-Teller
dcff78f265 Bug 707679 - Companion testsuite. r=taras 2012-05-15 15:08:30 +02:00
David Rajchenbach-Teller
7b49288a29 Bug 707679 - Companion Makefile. r=yoric 2012-05-11 17:31:24 +02:00
David Rajchenbach-Teller
728c8865f2 Bug 707679 - Non-Unix specific functions of the back-end. r=taras,dougt 2012-04-27 12:54:20 +02:00
David Rajchenbach-Teller
55b98f30b8 Bug 707679 - Unix-specific functions of the back-end. r=taras,dougt 2012-05-07 09:05:54 +02:00
Marco Bonardo
090ab66929 Bug 720081 - Part 1: backportable solution for autocomplete controller to provide a different final defaultComplete value for typeAheadResults
r=gavin
2012-06-04 00:42:48 +02:00
Rob Campbell
f6918da23c merge m-c to fx-team 2012-06-03 17:41:43 -03:00
Phil Ringnalda
5082a2ad9e Merge last PGO-green changeset from mozilla-inbound to mozilla-central 2012-06-03 12:04:40 -07:00
Jan Varga
f5f6531fb7 Bug 726593 - Implement FileHandle. r=bent 2012-06-03 18:33:52 +02:00
Olli Pettay
7debbaba5e Bug 758894 - 'Highlight all' feature causes zombie compartments, r=mano 2012-06-03 16:06:35 +03:00
Asaf Romano
6f61638700 Bug 730340 - Don't use expando properties for storing data on places nodes. Remove expandos support from result nodes. r=mak. 2012-06-03 15:50:08 +03:00
Panos Astithas
42c72ae67b Bug 757282 - Pause when an exception is hit; r=rcampbell 2012-06-03 16:39:51 +03:00
Panos Astithas
011b89bf23 Bug 737808 - Separate breakpoints and scripts handling in the client from the server; r=rcampbell 2012-06-03 16:39:50 +03:00
Gavin Sharp
22cd0f3898 Also back out the test changes from bug 720081 that depended on the autocomplete controller changes, a=backout 2012-06-02 16:37:12 -07:00
Gavin Sharp
de3fd6f383 Back out 59409e2655ca (from bug 720081) due to bug 760803 2012-06-02 13:35:39 -07:00
Ehsan Akhgari
299eef5789 Merge the last green changeset of mozilla-inbound to mozilla-central 2012-06-02 14:39:47 -04:00
Dave Camp
2fbb05822f Merge fx-team to m-c. 2012-06-01 21:40:26 -07:00
Pranav Ravichandran
913a846852 Bug 750554 - If service is not used for updates then do not show it in preferences. r=bbondy 2012-05-31 10:28:01 -04:00