Commit Graph

99225 Commits

Author SHA1 Message Date
Jared Wein
c186c238d0 Bug 754169 - Fix intermittent orange related to imprecise scrolling positions in test. r=ehsan 2012-07-17 11:40:49 -04:00
Gabor Krizsanits
a3e7386b45 Bug 769273 - part2: Refactoring NukeChromeCrossCompartmentWrappersForGlobal. r=bholley 2012-07-17 17:36:15 +02:00
Jeff Gilbert
2d950d968f Bug 758844 - Requiet gfx/gl code spew - r=bjacob 2012-07-17 08:26:12 -07:00
Geoff Brown
7279ed69a0 Bug 774322 - use correct process name in RProcess; r=jmaher 2012-07-17 08:58:47 -06:00
Brad Lassey
93167f50ec bug 763166 - crash in mozilla::AndroidGeckoLayerClient::SetFirstPaintViewport r=kats
--HG--
extra : rebase_source : e829af44977ba676b57697d3a3042b78c1b6efca
2012-07-17 10:25:48 -04:00
Eddy Bruel
1529db01fe Merge of bug 722555 with m-i 2012-07-17 16:26:37 +02:00
Eddy Bruel
4ccae27521 bug 722555 - Add RGBA support to BMP encoder; r=jgilbert 2012-07-17 16:20:14 +02:00
Gabor Krizsanits
973b145bce Bug 769273 - part1: Prep for refactoring NukeChromeCrossCompartmentWrappersForGlobal. r=bholley 2012-07-17 15:38:53 +02:00
Geoff Lankow
165f683054 Bug 767320 - Cache results of Addon.hasResource() to try avoid unnecessary IO; r=Unfocused 2012-07-18 01:24:51 +12:00
Geoff Lankow
8abd4724fd Bug 760892 - Store available icon sizes from the API in addons.sqlite; r=Unfocused 2012-07-18 01:24:51 +12:00
Landry Breuil
382f40ff57 Bug 774598: Enable libvpx assembler on OpenBSD/x86(_64). r=derf 2012-07-17 13:24:06 +02:00
Bobby Holley
d65920d252 Bug 767273 - Never declare a stack-allocated PropertyDescriptor within SM, and make API safe. r=luke 2012-07-17 12:10:09 +02:00
Rafael Ávila de Espíndola
acfd236b57 Bug 774559 - more workaround for llvm.org/pr12127. r=dvander.
LLVM is inlining these functions that use a lot of stack space into the
recursive EmitTree.
2012-07-16 23:53:30 -04:00
Kan-Ru Chen
b9db4b7579 Bug 774552 - Draw GraphicBuffer directly. r=roc,BenWa 2012-07-17 10:12:58 +08:00
Ehsan Akhgari
5a262d0761 Bug 749101 - Move window.performance to the new DOM bindings; r=bzbarsky 2012-07-16 21:42:18 -04:00
Alex Crichton
3ee3fbd828 Bug 774330: Don't unnecessarily prevent code from entering the JIT with SPS enabled. r=luke 2012-07-16 18:11:20 -07:00
Luke Wagner
7970571b2d Bug 683069 - rm setParent hack in JSCompartment::wrap (r=bholley)
--HG--
extra : rebase_source : 5e011d68fa37c812d2f238c6574def343f9a8e42
2012-07-16 17:37:57 -07:00
Benjamin Peterson
4adca6804b Bug 774511 - Remove unused exception message. r=terrence 2012-07-16 20:38:47 -04:00
OHZEKI Tetsuharu
a2311d37db Bug 774336 - Change the script type to application/javascript in aboutCertError.xhtml on mobile. r=margaret 2012-07-16 20:38:47 -04:00
Felix Moeller
6b4e843fad Bug 774240 - Data URI parsing mis-detects "base64" parameter as extension. r=rjesup 2012-07-16 20:38:47 -04:00
Thinker K.F. Li
1840997011 Bug 769184 - Update cache entry only for new. r=honzab
Update entries in offline cache device only for new ones.  It means the entries returned by BindEntry(), not FindEntry().
2012-07-16 20:38:47 -04:00
Thinker K.F. Li
f1aaa2b94e Bug 767025 - Part 3: Testcase. r=gal 2012-07-16 20:38:47 -04:00
Peter Van der Beken
629bad9698 Fix for bug 769464 (Check mDOMObjectIsISupports when unwrapping). r=bz.
--HG--
extra : rebase_source : 26d0508b8a11d75164ae4b27af8c64e8845166f9
2012-07-16 16:52:59 +02:00
Timothy B. Terriberry
5192b8fc4b Bug 750447 - Wrap &rtcd->common->variance in IF_RTCD, r=cpearce 2012-07-17 09:21:47 +02:00
Ehsan Akhgari
f6b0fa0481 Bug 774556 - Remove nsIDOMWindowPerformance* XPCOM interfaces; r=bzbarsky 2012-07-16 22:44:22 -04:00
Ehsan Akhgari
744ba22b6f Bug 749101 - Part 2: Add a comment mentioning bug 772589 2012-07-17 01:40:19 -04:00
Ehsan Akhgari
989a0759e3 Bug 771976 - Part 2: Make sure that nsEditorSpellCheck's refcount doesn't go down prematurely; r=roc 2012-07-17 00:01:15 -04:00
Luke Wagner
8b3f68b81c Bug 753158 - emit ALIASEDVAR ops for upvars (r=bhackett)
--HG--
extra : rebase_source : 1e868b37de87f94799500019cc13e7b8abe3c0f3
2012-07-05 20:35:08 -07:00
Luke Wagner
789ba7816e Bug 753158 - Don't resolve uses to defs that cross non-top-level function statements (r=dvander)
--HG--
extra : rebase_source : 36331b2b862186f224c2edaf3d9a8d23a079269a
2012-07-16 17:09:52 -07:00
Thinker K.F. Li
092e6569c2 Bug 767025 - Part 2: Track active entries in memory and refuse to delete by ignore. r=honzab,gal
The original patch is from Andreas Gal. Thinker did some bug fixing.
2012-06-29 06:27:03 +08:00
Thinker K.F. Li
b1e99ff6c5 Bug 767025 - Part 1: Remove flags. r=honzab
The original patch is from Andreas Gal. Thinker did some bug fixing.
2012-06-29 06:26:55 +08:00
Max Stepin
87282e5332 Bug 759067 - Add an "APNG-aware app" flag. r=joe 2012-07-16 20:38:46 -04:00
Kan-Ru Chen
acd7e3ab27 Bug 715788 - Add A-GPS support for gonk. r=dougt 2012-07-16 20:38:46 -04:00
Kan-Ru Chen
24d054b9ba Bug 715788 - Refactor static functions to static member functions. r=dougt 2012-07-16 20:38:46 -04:00
Ryan VanderMeulen
82df8fd4e8 Merge m-c to inbound. 2012-07-16 20:38:39 -04:00
Luke Wagner
7e20744b28 Bug 773927 - Propagate closed-ness in CompExprTransplanter (r=dvander)
--HG--
extra : rebase_source : 85f484b705372b380832d94172024b0da20f19cf
2012-07-16 15:10:38 -07:00
Luke Wagner
a61042ee80 Bug 773929 - Restore pre-bug 765956 behavior in CheckNewScriptProperties (r=bhackett)
--HG--
extra : rebase_source : ffa490e628a71102886f56207a994e0c7fbdd4ab
2012-07-16 15:08:49 -07:00
Wes Johnston
1c9f6bbbab Bug 774426 - Get correct origin for app shortcuts. r=mfinkle 2012-07-16 17:08:47 -07:00
Wes Johnston
bd42d1e4fc Bug 774426 - Set allAppsLaunchable to true since it has no Android implementation. r=mfinkle 2012-07-16 17:07:35 -07:00
Wes Johnston
f6933d8f72 Bug 774422 - Send messages to notification handlers after we resume the app. r=mfinkle 2012-07-16 17:06:30 -07:00
Etienne Segonzac
2e0ea1950d Bug 774216. Can't launch apps on B2G since it's seen as XP_UNIX by WebappOSUtils. r=felipe 2012-07-16 11:22:16 -07:00
Lukas Blakk
5afd78242d Added tag FIREFOX_AURORA_16_BASE for changeset 6fdf9985acfe 2012-07-16 10:17:04 -07:00
Lukas Blakk
4e611429b0 Added tag FIREFOX_AURORA_16_BASE for changeset 9697eadafa13 2012-07-16 10:09:16 -07:00
Lukas Blakk
1d83c46b16 Merging in version bump NO BUG 2012-07-16 10:08:20 -07:00
Gavin Sharp
784cbd1834 Bug 773845: lazy-load some social modules to see what effect that has on maxheap/allocs tests 2012-07-16 08:43:50 -07:00
Nicholas Nethercote
54e1cc8b68 Bug 772615 (part 2) - Enter compartments before calling GetNativeOfWrapper() in the JS memory reporter. r=bholley. 2012-07-15 19:59:47 -07:00
Nicholas Nethercote
1603d4d6fc Bug 772615 (part 1) - Use the safe JSContext in the JS memory reporter. r=bholley. 2012-07-15 21:03:27 -07:00
Shane Caraveo
ea8c7a94ec Bug 771826: implement Social toolbar button UI, including notification icons, notification panel, and "profile" panel. Styling only for Windows/Mac for the moment, r=gavin
--HG--
extra : rebase_source : 62924e7f08b182d4ac9bd19521794d0e8eb5ebd9
2012-07-15 16:12:13 -07:00
Shane Caraveo
062c9d4909 Bug 774178: make some changes to provider profile/notification handling to support "logout", r=gavin
--HG--
extra : rebase_source : 9c609d3dfb8caa87d2eb725b8625796baa841e07
2012-07-16 08:36:47 -07:00
Joel Maher
8781b90274 Bug 774283 - upload a new talos.zip to capture the latest jstests changes. r=armenzg 2012-07-16 11:29:27 -04:00