Commit Graph

108284 Commits

Author SHA1 Message Date
Doug Sherk
f73db9f5da Bug 784908: Part 1: Change names of FrameMetrics variables to be more descriptive, add documentation, change some coordinate spaces. r=roc 2012-09-28 22:16:34 -04:00
Chris Jones
70742854ac Bug 784908: Part 0: Make this test actually test session history instead of scroll port clamping. irc-r=roc 2012-09-28 03:33:29 -07:00
Ed Morley
77ca6b18f2 Backout bec7e68cad9a & a6228bc28958 (bug 786299) for Windows compilation errors on a CLOSED TREE 2012-09-29 01:44:30 +01:00
Ed Morley
7f479a9ce5 Backout b176f299c52c (bug 794286), 0401e945059d (bug 787848), 95c4704589e1 (bug 787309) for make check jit_test failures on a CLOSED TREE 2012-09-29 01:00:46 +01:00
Robert Strong
8eb890b4a9 Followup fix for Bug 322206 - Firefox net / stub installer (r=me) on a CLOSED TREE 2012-09-28 16:56:50 -07:00
Ed Morley
036290e94d Backout 564d554c4318 (bug 792220) for M2 JS assertions on a CLOSED TREE 2012-09-29 00:53:43 +01:00
John Ford
2425a83ed3 bug 776783 - build win32 wrapper program r=cjones 2012-09-28 16:25:20 -07:00
Ed Morley
968d0eeca3 Backout 67f93efc40c8 (bug 777583) for compilation errors on a CLOSED TREE 2012-09-29 00:23:07 +01:00
Jason Duell
f2b6cb61ab Bug 786299 - Part 2: Delete app-cache related to an app when uninstalled. r=honza 2012-09-28 16:13:17 -07:00
Jason Duell
7babbef463 Bug 786299 - Delete app-cache related to an app when uninstalled, part 1 r=jduell 2012-09-28 16:13:15 -07:00
Dave Hylands
4b576069dc Bug 795480 - Make b2g app ensure that it's the process group controller. r=cjones 2012-09-28 16:11:03 -07:00
Nicolas B. Pierron
1feb80b867 Bug 777583 - Add caller/callee use count ratio to balance inlining cost. r=djvj 2012-09-28 16:10:07 -07:00
Nicolas B. Pierron
8e236a2164 Bug 794286 - ReconstructPcStack, Keep hidden stack depth only when following gotos. r=luke 2012-09-28 15:56:29 -07:00
Nicolas B. Pierron
aa1f040e8d Bug 787848 - Handle JSOP_THROWING opcode in the decompiler. r=luke 2012-09-28 15:56:28 -07:00
Nicolas B. Pierron
8cd8083f28 Bug 787309 - Fallback on try notes after continuing on a goto. r=luke 2012-09-28 15:56:28 -07:00
Nicolas B. Pierron
b4165dc800 Bug 792220 - Remove lookupProperty to prevent interpreter reentrance. r=jandem
--HG--
extra : rebase_source : bfc435b06d38c488f82c5c5a9a647c86b4e079ef
2012-09-28 15:47:46 -07:00
Robert Strong
7fa8a4e9db Bug 322206 - Firefox net / stub installer - inform user when unable to launch Firefox due to it already running. r=bbondy 2012-09-28 15:48:36 -07:00
Robert Strong
3f7d13553d Bug 322206 - Firefox net / stub installer - fix branch support, set as default displayed as appropriate, and other fixes. r=bbondy 2012-09-28 15:48:26 -07:00
Robert Strong
c7f8127729 Bug 322206 - Firefox net / stub installer - just download into a subdirectory of the user's temp dir. r=bbondy 2012-09-28 15:48:14 -07:00
Robert Strong
00d43d7186 Bug 322206 - Firefox net / stub installer - main stub patch. r=bbondy 2012-09-28 15:48:00 -07:00
Robert Strong
b421b6d250 Bug 322206 - Firefox net / stub installer - configure changes to detect when the stub should be built from confvars.sh. r=khuey 2012-09-28 15:47:40 -07:00
Robert Strong
b650df1884 Bug 322206 - Firefox net / stub installer - majority of l10n strings. r=bbondy 2012-09-28 15:47:26 -07:00
Robert Strong
324459be40 Bug 322206 - Firefox net / stub installer - common code to support the stub installer. r=bbondy 2012-09-28 15:47:05 -07:00
Robert Strong
471242c9e0 Bug 322206 - Firefox net / stub installer - stub LTR and RTL base support and build changes for NSIS UI binary resource. r=bbondy 2012-09-28 15:46:49 -07:00
Robert Strong
5c0747352a Bug 322206 - Firefox net / stub installer - NSIS UI binary resource. r=bbondy 2012-09-28 15:46:35 -07:00
Robert Strong
b57018e243 Bug 322206 - Firefox net / stub installer - stub build system prep. r=bbondy 2012-09-28 15:46:22 -07:00
Robert Strong
c183a2a106 Bug 322206 - Firefox net / stub installer - artwork. r=bbondy 2012-09-28 15:46:09 -07:00
Robert Strong
d2a5fba018 Bug 322206 - Firefox net / stub installer - Inet background download dll. r=bbondy 2012-09-28 15:45:54 -07:00
Robert Strong
be654cf221 Bug 322206 - Firefox net / stub installer - Inet background download code. r=bbondy 2012-09-28 15:45:41 -07:00
Robert Strong
9b0eb6d06a Bug 791613 - Taskbar shouldn't be migrated when installing silently. r=bbondy 2012-09-28 15:45:26 -07:00
Robert Strong
d4ceeb05fc Bug 322206 - Firefox net / stub installer - certificate check plugin dll. r=bbondy 2012-09-28 15:45:04 -07:00
Robert Strong
4c8e099867 Bug 322206 - Firefox net / stub installer - certificate check plugin code. r=bbondy 2012-09-28 15:44:50 -07:00
Isaac Aggrey
952cf1de3f Bug 795351: Replace LL_MaxInt(), LL_MinInt(), LL_MaxUint() with stdint macros; r=ehsan 2012-09-28 17:08:26 -05:00
Isaac Aggrey
a53c93b026 Bug 795351: Replace LL_MAXINT, LL_MININT, LL_MAXUINT with stdint versions; r=ehsan 2012-09-28 14:55:23 -05:00
Michal Novotny
eea374fe1f Bug 777445 - Network activity indicator for B2G, r=jduell 2012-09-29 00:39:20 +02:00
Marshall Culpepper
a5a79cb460 Bug 794092 - Initial implementation of Gonk RecoveryService. r=vingtetun r=cjones
Adopted from Shih-Chiang Chien's original code.
2012-09-28 17:32:56 -05:00
Marshall Culpepper
95eb3a6afd Bug 795479: Add the update channel pref to b2g.js, and use it in the update URL. r=cjones
--HG--
extra : rebase_source : 713928705bcd3601fe75960173582bf6875c14b3
2012-09-28 17:03:05 -05:00
David Dahl
c9b984fdb4 Bug 758269 - Install permissions from manifest to Permission Manager r=fabrice 2012-09-28 17:16:29 -05:00
Kannan Vijayan
4f26f0ea15 Bug 786126 - part 3 - Allow null/undefined in typeset of target object of Ion ICs. (r=dvander) 2012-09-28 18:15:47 -04:00
Kannan Vijayan
ff83825c15 Bug 786126 - part 2 - Skip IC generation for GetElems of int32 indexes on non-native objects. (r=dvander) 2012-09-28 18:14:39 -04:00
Ed Morley
6250aafdf0 Backout 92530b29ac24, 42e659956dc6 & 38277196c099 (bug 486918), d3b69fe15ac3 & b2dba2108722 (bug 786444), e7381ac9e30a (bug 786449) on suspicion of causing Android reftest failures on a CLOSED TREE 2012-09-28 23:00:28 +01:00
Jim Mathies
fea7f7587a Bug 795307 - commit backout 2012-09-28 16:18:18 -05:00
Jim Mathies
a9ac6b95cd Bug 795307 - backout e320e0e3ec41 due to red 2012-09-28 16:17:58 -05:00
Ed Morley
9bd985c476 Backout ec0dcd401a3f (bug 786108) for crashes 2012-09-28 22:04:56 +01:00
Ehsan Akhgari
00f853c445 Backout changeset d927bdcfd2e4 (bug 795015) because of test failures 2012-09-28 16:55:22 -04:00
Jim Mathies
946fb90448 Bug 795307 - Use telemetry to report touch enabled device stats. r=nfroyd 2012-09-28 14:48:36 -05:00
Ehsan Akhgari
482327ad04 Backout bug abf5f7d05488 for more than 10000 browser-chrome failures 2012-09-28 15:41:08 -04:00
Ehsan Akhgari
3648c996b6 Backout changeset 0c18edd01cd4 (bug 795307) for broken builds on Windows 2012-09-28 15:40:00 -04:00
Scott Johnson
fea453f734 Bug 795313: Modify order of conditionals in UpdateFontInflationDataWidthFor() for performance enhancements. [r=dbaron] 2012-09-28 14:38:33 -05:00
Daniel Holbert
67da761f6c Bug 793580 followup: Fix added comment to be C-style instead of C++-style, to fix build warning for .c files that include nsError.h. rs=Ms2ger (DONTBUILD because comment-only) 2012-09-28 12:34:54 -07:00