Commit Graph

114318 Commits

Author SHA1 Message Date
Kartikaya Gupta
b3dae48947 Bug 815684 - Add the last 200 lines of logcat to crash reports. r=cpeterson, blassey 2012-11-30 09:57:04 -05:00
Jacek Caban
d9c97585f3 Bug 815581 - fixed a typo in c581bb3ceac5 (DONTBUILD) 2012-11-30 15:45:23 +01:00
Jacek Caban
1177ff3b64 Fixed c581bb3ceac5 bustage (bug 815581) 2012-11-30 15:37:55 +01:00
Jacek Caban
4b1e39d981 Bug 815581 - Fixed accessible compilation on mingw (makefiles part) r=ted 2012-11-30 15:20:00 +01:00
Hannes Verschore
7be12af932 Bug 815579: Increment usecount faster on MI to interpreter calls, r=dvander 2012-11-30 14:18:28 +01:00
Paul Adenot
3ba1d1e845 Bug 455165 - Tests for ogg chain support. r=cpearce 2012-11-30 14:17:55 +01:00
Paul Adenot
5311014967 Bug 455165 - Put some very verbose media logging behind a MOZ_QUIET=1 check. r= 2012-11-30 14:17:54 +01:00
Paul Adenot
57e360d284 Bug 455165 - Add support for chained ogg audio file and proper metadata dispatching. r=cpearce 2012-11-30 14:17:54 +01:00
Paul Adenot
09253a29d5 Bug 816576 - Link libsoundtouch statically instead of dynamically. CLOBBER NEEDED r=glandium 2012-11-30 14:17:54 +01:00
Joel Maher
574d005671 Bug 816702 - Deploy new talos.zip for 2012-11-29. r=Callek 2012-11-30 07:58:19 -05:00
Hannes Verschore
79eee021cd Bug 815249: Add printf function to debug IM compiled code, r=jandem 2012-11-30 13:09:58 +01:00
Benoit Girard
b15523e5ae Bug 717372 - The clobber information should live in the tree; r=khuey 2012-03-13 13:00:24 -04:00
Ed Morley
8220f134fc Backout 76c4e4fbd8bd (bug 816576) for startup crashes 2012-11-30 10:44:42 +00:00
Paul Adenot
9b71b76d2b Bug 816576 - Link libsoundtouch statically instead of dynamically. r=glandium 2012-11-30 10:56:28 +01:00
Gina Yeh
f4b0edd507 Bug 816859 - Patch 1: Failed to receive a file, r=echou 2012-11-30 17:49:08 +08:00
Gina Yeh
726dc442eb Bug 815325 - Patch 1: Turning bluetooth on and off multiple times causes restart, r=echou 2012-11-30 17:46:55 +08:00
Ed Morley
abd6af07a3 Backout 2cf359411d7d (bug 813758) for crashes 2012-11-30 09:39:57 +00:00
Jan de Mooij
8664c391b0 Bug 816104 part 2 - rm defineReturn and rename defineVMReturn to defineReturn. r=dvander 2012-11-30 10:32:37 +01:00
Daniel Holbert
fe2689dc00 Bug 808767: Put flex items' borders & backgrounds into the BlockBorderBackgrounds display-list, so that overlapping flex items & their contents will paint in the right order. r=dbaron 2012-11-30 00:13:23 -08:00
Alexander Surkov
d0638a4613 Bug 804461, part2 - use context to build table trees, r=tbsaunde 2012-11-30 16:33:01 +09:00
Doug Turner
5501032117 Bug 811815 - A href links are not underlined/showing as links in Browser. r=jlebar a=blocking-basecamp 2012-11-29 21:41:40 -08:00
Doug Turner
ee00a41700 Bug 813758 - Ensure permission for geolocation is tested in the parent process. r=bent a=blocking-basecamp 2012-11-29 21:41:40 -08:00
Doug Turner
61934cbcc3 Bug 813995 - Check device storage permissions in parent process. r=bent a=blocking-basecamp 2012-11-29 21:41:40 -08:00
Bill McCloskey
294e3ae917 Bug 747066 - Inline xpc_UnmarkGray (r=terrence) 2012-11-28 17:03:54 -08:00
Matt Woodrow
975046b50b Bug 816603 - Set the correct canvas background color during print preview. r=tn 2012-11-30 17:34:39 +13:00
Brian R. Bondy
089c2c7f3a Bug 816111 - Remove appdir dependency for application update tests in xpcshell tests. r=rstrong 2012-11-29 23:26:25 -05:00
Gavin Sharp
c6db9627aa Stop preprocessing report-phishing-overlay.xul unnecessarily, no bug 2012-11-29 20:11:42 -08:00
Ehsan Akhgari
1a5f026835 Bug 816828 - Implement AudioContext.sampleRate; r=bzbarsky 2012-11-29 22:31:39 -05:00
Randy Lin
c116df088f Bug 812434 - Support FM volume control for implement AudioChannel API. r=mwu 2012-11-29 10:14:11 +08:00
Michael Wu
9bc0b72544 Bug 774458 - Only send clicks on confirmed single taps, r=cjones 2012-11-29 21:26:11 -05:00
Bellindira Castillo [:bellindira]
c6ae680c3f Bug 806705 - Port browser_bug767836.js to the new per-window PB APIs; r=ehsan
--HG--
rename : browser/base/content/test/browser_bug767836.js => browser/base/content/test/browser_bug767836_perwindowpb.js
2012-11-28 21:06:22 -06:00
Alexander Surkov
76d25a39fb Bug 815646 - enable logging for accessible/states/test_link.html 2012-11-30 11:09:41 +09:00
Bill McCloskey
f05d1d234d Bug 816805 - Style fixes for RiverTrail code (r=shu)
--HG--
rename : js/src/vm/forkjoininlines.h => js/src/vm/ForkJoin-inl.h
rename : js/src/vm/forkjoin.cpp => js/src/vm/ForkJoin.cpp
rename : js/src/vm/forkjoin.h => js/src/vm/ForkJoin.h
rename : js/src/vm/monitor.cpp => js/src/vm/Monitor.cpp
rename : js/src/vm/monitor.h => js/src/vm/Monitor.h
rename : js/src/vm/threadpool.cpp => js/src/vm/ThreadPool.cpp
rename : js/src/vm/threadpool.h => js/src/vm/ThreadPool.h
2012-11-29 18:00:19 -08:00
Bill McCloskey
59cfdf5b74 Bug 769015 - Make sure we GC on shutdown even with deterministicgc() (r=mccr8) 2012-11-29 17:21:12 -08:00
Patrick McManus
d279b2b575 bug 816685 expand caps in protocol/http to 32bits r=jduell 2012-11-29 20:34:35 -05:00
Philipp von Weitershausen
e52ab5f036 Bug 815872 - Fix memory leak in install confirm/deny notification code. r=fabrice 2012-11-29 20:18:28 -05:00
Alexandre Poirot
6a7b7bc4e9 Bug 797657 - Change default CSP to desired policy for certified apps. r=sicking 2012-11-29 17:52:02 -05:00
Gregor Wagner
e192b848e1 Followup fix for bug 815833. r=bustage. on CLOSED TREE 2012-11-29 16:15:42 -08:00
Ryan VanderMeulen
88d86dfb97 Backed out changeset b65787162e89 (bug 797657) for suspected m-oth failures. 2012-11-29 19:01:50 -05:00
Ryan VanderMeulen
42766e5faf Backed out changeset e64cd799b7b6 (bug 741526) for mochitest-4 orange. 2012-11-29 18:51:31 -05:00
Steve Fink
52cdd2b1b1 Bug 813381 - Further CheckStackRoots optimization - suppress repeated checks of the same stack configuration. r=terrence
--HG--
extra : rebase_source : fc20ace165efae464503ae99a2bc52b3cefe9f4c
2012-11-27 12:24:52 -08:00
Steve Fink
02cbbdc365 Bug 813381 - Optimize CheckStackRoots. r=terrence
--HG--
extra : rebase_source : ab270ef84358a9fcb958d0fc821d16920fc19a59
2012-11-19 14:20:12 -08:00
Boris Zbarsky
f58af7c09d Bug 811021. Tell catalog sheets they have the document as an owning node so they won't get double-counted by memory reporters. r=dbaron 2012-11-29 18:24:04 -05:00
Boris Zbarsky
77cbe4c305 Bug 814141. Cross-site redirects of a CORS request should null out the request origin. r=sicking 2012-11-29 18:23:55 -05:00
Ryan VanderMeulen
d1062ad01a Backed out changeset 9430676f5442 (bug 808767) for Android R3 failures. 2012-11-29 17:55:50 -05:00
Ralph Giles
758a727b46 Bug 816261 - Remove redundant MetadataTags namespace prefix. r=cpearce
In bug 811381, the MetadataTags struct was moved from the
nsHTMLMediaElement class to the mozilla namespace, requiring
an explicit path for this previously local reference.

However, bug 811381 added a local typedef so the explicit
namespace is no longer necessary.
2012-11-28 14:08:53 -08:00
Masatoshi Kimura
eb6f008d10 Bug 814900 - Test for various utf-16 files. r=hsivonen 2012-11-29 17:52:03 -05:00
Adam Dane [:hobophobe]
19193d96c0 Bug 814430 - Shutdown network on profile-change-net-teardown. r=mcmanus 2012-11-29 15:07:37 -06:00
Gene Lian
f3c961a245 Bug 813994 - Alarm API - Need additional security checks for the "alarms" permission. r=bent 2012-11-28 19:13:58 +08:00
Thomas Zimmermann
72c6409cb0 Bug 809367 - Define ELFSIZE to 32 when building minidump_writer. r=ted
To update bionic to linaro/ics-plus-aosp we need to define ELFSIZE to 32
to make minidump_writer build.
2012-11-29 12:27:33 +01:00