Ian Moody
b5be92d2d5
Bug 662324 - Add "Fill" and "Fit" position support for "Set As Desktop Background...". r=gavin
2012-02-01 11:37:55 +01:00
Masatoshi Kimura
c70d70f634
Bug 720208 - Implement DOM4 DOMException types and codes. r=ms2ger,smaug
2012-02-01 11:36:42 +01:00
Rafael Ávila de Espíndola
38f7290b43
Bug 714960 - Use asyncClose in toolkit/components/satchel/nsFormHistory.js. r=paul.
2012-02-01 11:16:24 +01:00
Chris Lord
c884d3891b
Bug 722325 - Revert bug 720987 for transformed frames. r=roc
...
The fix checked in for bug 720987 caused a major rendering regression with
native fennec. Revert it for transformed frames until the correct fix is found.
2012-02-01 08:50:24 +00:00
Brad Lassey
4bfbbfbe3a
bug 721741 - Add support for Flash on Android 4.0+, follow up to use reflection and not require ICS SDK r=dougt
2012-02-01 01:29:09 -05:00
James Willcox
de86b5b89d
Bug 721741 - Add support for Flash on Android 4.0+ r=blassey
2012-01-31 09:40:58 -05:00
Kartikaya Gupta
6982c1b717
Bug 722765 - Use getLocationOnScreen to get the position of the gecko view. r=jmaher
2012-02-01 00:32:29 -05:00
Mark Finkle
45e92ed002
Bug 722627 - NativeWindow.contextmenus.remove creates a JS exception r=wesj
2012-02-01 00:25:01 -05:00
Alexander Surkov
23e0bfe222
Bug 719754 - rewrite events/test_scroll.xul, patch=marcoz, surkov, r=marcoz
2012-02-01 14:17:42 +09:00
Jason Duell
025ba418b8
Bug 701383: Websocket fails to delete mOutGoingMessage if closed multiple times. r=mcmanus
2012-01-31 20:41:47 -08:00
Jason Duell
254b4a4603
Bug 718557: Clean up DOM Websocket close logic. r=smaug
2012-01-31 20:41:43 -08:00
Boris Zbarsky
7f27b1db71
Merge backout of rev e57ddd9fdd5e (bug 721741)
2012-01-31 23:39:24 -05:00
Boris Zbarsky
641cc99143
Backed out changeset e57ddd9fdd5e (bug 721741) because it breaks Android builds.
2012-01-31 23:38:35 -05:00
Boris Zbarsky
4d56e8870a
Merge backout of rev 614b573550d6 (reinstatement of rev a3ea1a70905f)
2012-01-31 23:37:28 -05:00
Boris Zbarsky
0b93e57f7a
Backed out changeset 614b573550d6, effectively relanding changeset a3ea1a70905f.
2012-01-31 23:36:47 -05:00
Boris Zbarsky
63f3c18dde
Merge backout of rev a3ea1a70905f
2012-01-31 23:33:02 -05:00
Boris Zbarsky
b79642be0c
Backed out changeset a3ea1a70905f (no bug) for breaking Android builds.
2012-01-31 23:32:40 -05:00
Boris Zbarsky
d51e043630
Bug 722729. Expose a public API for LinkConstructorAndPrototype. r=bhackett
2012-01-31 22:40:49 -05:00
James Willcox
7a3abc1cf7
Use Android SDK 14 in order to support some Ice Cream Sandwich features, no bug r=blassey
...
--HG--
extra : rebase_source : 3f1ce0a852d2ffcd2a0570b597f08ac58bb11117
2012-01-31 15:47:42 -05:00
Bas Schouten
7244d2b180
Bug 715785: Make ImageContainers independent of LayerManagers. r=roc
2012-02-01 03:18:30 +01:00
James Willcox
8d27955326
Bug 721741 - Add support for Flash on Android 4.0+ r=blassey
2012-01-31 09:40:58 -05:00
Nicholas Nethercote
0709e1673b
Bug 671299 (part 3) - Add style sheet memory reporters. r=dbaron.
2012-01-02 18:19:14 -08:00
Nicholas Nethercote
8a9f231eaa
Bug 671299 (part 2) - Add nsStringBuffer::SizeOfIncludingThisMustBeUnshared. r=bz.
...
--HG--
extra : rebase_source : 1702e32e19828ae061c89f017f27efc75dab6cff
2012-01-02 18:19:12 -08:00
Nicholas Nethercote
b5b0bf9fbe
Bug 671299 (part 1) - Add ns{Void,COM}Array::SizeOfExcludingThis(). r=bz.
...
--HG--
extra : rebase_source : 170c6943e985a8bafc4c441918a0e23fd52e15f2
2012-01-02 18:18:26 -08:00
Matt Brubeck
ca5328a5d6
Back out 08f4fc94e27b f3ceed05f6b7 f87d25461d6c 317e842f6c65 57adfe804b56 (bug 720316, bug 722260)
2012-01-31 17:34:26 -08:00
Gregory Szorc
66a020fdaf
Bug 716736 - Re-add performance data to daily add-on update check; r=Unfocused
2012-01-31 17:22:42 -08:00
Jeff Walden
bdc1919d39
Add END_CASE_LEN7 for Windows support, and add two forgotten manifest lists. Bug 722260 for the latter, no bug for the former, r=bustage
2012-01-31 16:49:27 -08:00
Brian Hackett
da5a8bd9e1
Don't run compile-and-go scripts on globals with a cleared scope, bug 680456. r=dmandelin
2012-01-31 16:36:07 -08:00
Jeff Walden
a40d4b431f
Backed out changeset f87d25461d6c -- seems js_DumpString (at least) is only exposed in vm/String.cpp #ifdef DEBUG. Still no bug, r=bustage
2012-01-31 16:32:02 -08:00
Fabrice Desré
d776ed42f5
Bug 708484 - Add camera capture stream provider for gonk (temporary solution) - Part 1 : backend [r=cjones]
2012-01-31 16:29:17 -08:00
Jeff Walden
3e916d11bc
Add dump() to JSString, JSAtom, and JSObject as an easier-to-type alias to js_Dump*. Also add equals(const char*) methods to JSAtom and JSString. These methods are all to be used *only* while debugging. No bug, rs=luke over IRC
2012-01-31 15:48:27 -08:00
Jeff Walden
3f191286a8
Bug 722260 - Properly handle NaN values as keys in Map objects. r=luke
...
--HG--
extra : rebase_source : 54ac2dccb9c1cb5c53f726939c988c4abfd74ab7
2012-01-30 17:08:34 -08:00
Jeff Walden
2261405ba1
Bug 720316 - Convert the various object and function indexes into uint32_t. r=jorendorff
...
--HG--
extra : rebase_source : 179deea8ca29b157b88658ccde6eabd6df48fab2
2012-01-19 17:15:33 -08:00
Margaret Leibovic
d9caec48a5
Bug 722586 - Correctly update active/inactive browsers. r=mfinkle
2012-01-31 09:35:23 -08:00
Sander van Veen
ec0478f3a6
Bug 681556 - Default sandboxName to the caller's filename. r=mrbkap.
2012-01-30 20:06:41 -08:00
Boris Zbarsky
e5a7f88d45
Bug 722734. Add const signatures for converting back and forth between JS::Class and JSClass. r=mrbkap
2012-01-31 17:14:56 -05:00
Brian Nicholson
080d09ed44
Bug 721341 - Get zombie tab thumbnails from database. r=blassey
2012-01-31 14:13:33 -08:00
Brian Nicholson
24d618f1de
Bug 721341 - Add getThumbnailForUrl to browser databases. r=blassey
2012-01-31 14:13:33 -08:00
Brian Nicholson
01c457fbd5
Bug 721341 - Do not restore background tabs in session restore until viewed. r=mfinkle
2012-01-31 14:13:32 -08:00
Chris DeCairos
5568d6729f
Bug 715323 - Make offset paramater in NotifyDataArrived PRInt64 r=cpearce
2012-02-01 11:05:51 +13:00
Brad Lassey
b4cb1ba4aa
bug 714168 - make reftest-remote seems to fail on tablets because nsLocalFileUnix throws exceptions when setting file permissions on a FAT file system r=mossop,unfocussed
...
--HG--
extra : rebase_source : 9e97d0f2bbe09c654407295d40b8936abbb88cb3
2012-01-25 03:24:52 -05:00
Andrew McCreight
92c993fb12
Bug 721794 - add SPS labels for CC entry points. r=smaug
2012-01-31 13:47:47 -08:00
Andrew McCreight
6eea252eb2
Bug 721248 - make nsICycleCollectorListener a builtinclass. r=smaug
2012-01-31 13:47:47 -08:00
Ed Morley
13d6a3efd4
Merge MSVC2010 backout to mozilla-inbound
2012-01-31 21:42:01 +00:00
Kyle Huey
e3bd9f545e
Back out Bug 563318.
2012-01-31 16:34:33 -05:00
Ed Morley
e64ba340a4
Merge mozilla-central to mozilla-inbound
2012-01-31 21:20:50 +00:00
Ed Morley
0734980b7e
Backout 38607065cf3f (bug 672504) for M-oth orange
2012-01-31 21:14:30 +00:00
Jim Blandy
bcc9969b0b
Bug 722551: Once a function proxy has been frozen, operating on it should not cause its trap handlers to be called.
2012-01-31 12:48:14 -08:00
Jim Blandy
7e686fa9c1
Bug 722622: Remove custom trace function from js_NoSuchMethodClass. r=waldo
...
Since js_NoSuchMethodClass is a native class, the normal slot traversal
will reach the function and id slots.
2012-01-31 12:38:19 -08:00
Benoit Jacob
444c5c0219
Bug 718629 - intermittent waitpid failure causes OpenGL features to be blacklisted on X11 - r=karlt
2012-01-31 15:32:05 -05:00