Commit Graph

276394 Commits

Author SHA1 Message Date
Chris Pearce
7968b1c438 Bug 772743 - Add pref to not make the widget fullscreen when entering fullscreen. Set it to true for b2g desktop client. r=mounir 2012-07-13 22:21:23 +12:00
Vivien Nicolas
f8c174ee54 Bug 773534 - Show briefly the typed character for <input type=password>. r=mwu 2012-07-13 12:17:37 +02:00
Alive Kuo
d002220b2b Bug 767311 - Migrate volume change to mozSettings. r=vingtetun 2012-07-13 12:17:37 +02:00
Ed Morley
14ce42d851 Backout 776f008404bf (bug 771202) for mochitest-3 orange 2012-07-13 11:07:26 +01:00
Bobby Holley
73c0e4e0c2 Bug 771202 - Don't double-call OnWrapperDestroyed. r=bsmedberg
Calling OnWrapperDestroyed at this point in OnDestroy doesn't make sense, because the JS objects have a finalize hook that also calls OnWrapperDestroyed regardless of whether or not they still have a pointer stashed in their private. So when we do this, we get a bunch of assertions about unmatched calls to OnWrapperDestroyed.

AFAICT the only reason this worked before is that this code never ran: I put a MOZ_ASSERT just before call to OnWrappedDestroyed in OnDestroy, and it never fired during the dom/plugins mochitests.
2012-07-13 10:56:38 +02:00
Bobby Holley
56c825379a Bug 771202 - Tests. r=bsmedberg 2012-07-13 10:55:14 +02:00
Bobby Holley
d6a1234188 Bug 771202 - Unwrap object arguments passed to plugins. r=bsmedberg 2012-07-13 10:55:14 +02:00
Bobby Holley
31b22f2653 Bug 771202 - Implement post-transplant plugin behavior. r=bsmedberg 2012-07-13 10:55:14 +02:00
Bobby Holley
bfecdaee41 Bug 771202 - Make the prototype climbing code in nsJSNPRuntime unwrap security wrappers. r=bsmedberg 2012-07-13 10:55:14 +02:00
Bobby Holley
79ab421362 Bug 771202 - Add a PostTransplant nsIXPCScriptable hook. r=peterv 2012-07-13 10:55:14 +02:00
Nicholas Nethercote
125cde6303 Bug 749010 (part 2) - Move code around to merge two anonymous namespaces; no functional changes. r=bent. 2012-07-12 23:51:01 -07:00
Nicholas Nethercote
d572db8f5f Bug 749010 (part 1) - Make WorkerMemoryReporter less crashy. r=bent.
--HG--
extra : rebase_source : 9c73e73ef71968236ed15cf5e7afab3d113a350a
2012-05-29 19:39:38 -07:00
Aryeh Gregor
8f686980ed Bug 771994 - Make nsRangeStore refcounted; r=ehsan 2012-07-13 09:31:15 +03:00
Eitan Isaacson
df989f3c93 Bug 773039 - Don't populate menu accessibility event with descendant strings. r=blassey 2012-07-12 23:09:58 -07:00
Gian-Carlo Pascutto
c977dfeaf9 Bug 772676 - History visit counts are all 1 after migration. r=margaret 2012-07-13 07:49:38 +02:00
Gian-Carlo Pascutto
97ffe7525a Bug 772676 - Test history visit counts after migration. r=margaret 2012-07-13 07:49:37 +02:00
Jan Varga
0a03aac446 Bug 773182 - Remove unused db description parameter from IDB mochitests. r=sicking 2012-07-13 07:37:28 +02:00
Felipe Gomes
5715a3a345 Bug 630567. Disable test_taskbarprogress_service.xul due to frequent failures. r=philor 2012-07-12 22:37:37 -07:00
Phil Ringnalda
c6b792f900 Back out 0c1f34eb5b93 and 0f987ac28e8c (bug 683243) for Android R2 bustage 2012-07-12 22:27:34 -07:00
Matt Brubeck
d11a1a1fec Bug 755221 - Make the button to cancel an add-on uninstall clearer [r=mfinkle] 2012-07-12 22:16:28 -07:00
David Zbarsky
c5ea8e4936 Bug 772759 - Fix a few build warnings r=bsmedberg 2012-07-12 22:11:05 -07:00
Robert O'Callahan
211bbff855 Backout e42786561b60 (bug 772679) for reftest failures. 2012-07-13 17:03:54 +12:00
Robert O'Callahan
f17986705c Bug 772679. RestrictToLayerPixels needs to accurately convert between appunits scroll offsets and ThebesLayer pixel coordinates. r=tnikkel 2012-07-13 16:01:41 +12:00
Robert O'Callahan
6b234af011 Bug 771822. Fire overflow/underflow events as will-paint observers, to avoid having them trigger flushing at unnecessary times. r=bz 2012-07-13 16:01:41 +12:00
Jeff Muizelaar
c2bd2a56d1 Bug 683243. Dither 16 bit gradients. r=BenWa
This does a 2x2 ordered dither in the same way that Skia does.

One of the things I'm currently unhappy with is that it duplicates
the gradient walker code for 16 bits. We could turn it into a large
macro that does the appropriate things for 16 bit and 32 bit
versions, but that's not particularly appealing.

--HG--
extra : rebase_source : ef89cd53d68166db825bb993e1262db342ba9b5d
2012-07-04 11:42:29 -04:00
Jeff Muizelaar
2209d71abe Bug 683243. Add a 16 bit pipeline. r=BenWa
This is to support dithering 16 bit gradients with decent performance.

--HG--
extra : rebase_source : cffa90d5959211c8c1953867d85c7799ed52d662
2012-07-11 12:58:17 -04:00
Makoto Kato
9d8f7a0477 Bug 772327 - Password mask timer is too short on Android. r=blassy 2012-07-13 11:26:20 +09:00
Vivien Nicolas
9516da73ae Bug 770869 - Ignore input type='image' in the IME API. r=fabrice 2012-07-13 04:28:19 +02:00
Vivien Nicolas
dea6d59805 Bug 771518 - ContentPermissionPrompt.js is broken since Bug 757137 landed. r=fabrice 2012-07-13 04:28:19 +02:00
Ryan VanderMeulen
337634ee05 Backout 7ddda33608c6 (bug 772672) due to robocop orange. 2012-07-12 21:35:19 -04:00
Eric Faust
1ebd9e063b Bug 766447 - Teach TI about the new DOM bindings. (r=bhackett) 2012-07-11 20:55:19 -07:00
Jason Duell
49dcc3f497 Bug 773150 - FailDelayManager passing wrong type to MOZ_COUNT_CTR. r=mcmanus 2012-07-12 18:19:45 -07:00
Ryan VanderMeulen
4849b5a1bb No bug - fix broken m-c merge. 2012-07-12 21:17:21 -04:00
Ryan VanderMeulen
843f903b1b Merge m-c to inbound. 2012-07-12 21:17:15 -04:00
Ryan VanderMeulen
bd6f80c6f8 Merge m-c to inbound. 2012-07-12 21:12:17 -04:00
Jonathan Griffin
f12164243d Bug 772310 - Check if pref exists before attempting to read from it, r=mdas 2012-07-12 18:01:45 -07:00
Ryan VanderMeulen
cfea5c2634 Merge the last PGO-green inbound changeset to m-c. 2012-07-12 20:46:27 -04:00
Ryan VanderMeulen
cd30f80bb5 Backout de697e323b39, b778d551c9e5, and 4b9414cba94d (bug 544088) due to build bustage. 2012-07-12 19:52:15 -04:00
Jeff Walden
23527cee98 Bug 773049 - Fix a comment typo noted by terrence over IRC, DONTBUILD to save resources. r=lumpy 2012-07-12 16:42:26 -07:00
Benjamin Peterson
42d29bd0b1 Bug 773115 - Remove unneeded needStrictChecks() call. r=njn 2012-07-12 19:28:54 -04:00
Blake Kaplan
adc2687cf3 Bug 772801 - Deal with drivers that don't support active/passive scanning. r=mwu DONTBUILD 2012-07-12 15:09:18 -07:00
Gian-Carlo Pascutto
75d4115526 Bug 769896 - Make "Import from Android" use MultiChoicePreference. r=bnicholson 2012-07-12 20:44:31 +02:00
Brian Hackett
f6b80832a6 Add more rooting for interpreter, TI and JIT, bug 772303, r=terrence. Also disable Windows PGO for RegExp.cpp because the compiler is broken. 2012-07-12 12:36:27 -06:00
Margaret Leibovic
fdba2c21f7 Bug 773177 - java.lang.NullPointerException: at org.mozilla.gecko.TabsTray$TabsAdapter.refreshTabsData(TabsTray.java). r=mfinkle 2012-07-12 11:09:47 -07:00
Margaret Leibovic
a03817f6ab Bug 770160 - Page title changes for a brief period when a new page is loaded. r=mfinkle 2012-07-12 11:09:40 -07:00
David Zbarsky
1cec106e6c Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (toolkit/places); r=mak 2012-07-12 14:07:50 -04:00
David Zbarsky
59051c7ccf Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (extensions/cookie); r=mak 2012-07-12 14:07:26 -04:00
Georg Fritzsche
6fb9d88ae3 Bug 772143 - Remove carriage returns from TelemetryPing. r=nfroyd 2012-07-11 15:56:01 +02:00
Benjamin Peterson
ada0483eb3 Bug 772012 - When the rest parameter aliases a function and defaults are present, don't try to set the rest parameter. r=jorendorff 2012-07-12 19:28:54 -04:00
Xi Yang
66716ed01f Bug 769452 - Use NS_FORWARD_NSIACCESSIBLETABLE on accessible tables instead of custom macro. r=tbsaunde 2012-07-12 19:28:53 -04:00