Benoit Jacob
6d7beedec6
Bug 806279 - CC macros refactoring: part 1: implement type-generic CC UNLINK/TRAVERSE macros - r=mccr8,smaug
2012-11-15 02:32:39 -05:00
Shu-yu Guo
ffdfefa097
Bug 784291 - Implement JSOP_INTRINSICNAME in IonMonkey. (r=nbp)
2012-11-06 17:54:49 -08:00
Shu-yu Guo
a31497a086
Bug 811562 - Decorate %_CallFunction arguments with JSOP_NOTEARG. (r=luke)
2012-11-14 22:56:50 -08:00
Robert O'Callahan
6792d95bd3
Bug 811301. Part 3: Cleanup presshell code now that we don't do special state save/restore for the root scroll frame. r=mats
...
Scrolling is never synchronous now, so we don't need to block scripts
or reflows when restoring the scroll position.
2012-11-14 22:40:28 -08:00
Robert O'Callahan
b59945f6e8
Bug 811301. Part 2: Remove saved state IDs now that the root scroll frame state is captured normally. r=mats
2012-11-14 22:40:17 -08:00
Robert O'Callahan
d38f22466b
Bug 811301. Part 1: Save and restore state of root scroll frame when reframing the root element, and treat root scroll frame state like any other frame. r=mats
2012-11-14 22:39:58 -08:00
Robert O'Callahan
eef569aa0e
Bug 759993. Make nsIFrame::GetTransformMatrix robust for popup frames. r=tnikkel
...
* * *
[mq]: tmp
2012-11-11 00:02:56 -08:00
Robert O'Callahan
c8f8f66aa8
Bug 759993. Part 0: FrameLayerBuilder::GetThebesLayerScaleForFrame should not cross popup boundaries. r=mattwoodrow
2012-11-11 00:17:16 -08:00
Nick Thomas
3e890c5e45
Bug 810994, Update gonk-misc in B2G snapshot (for symbols and to fix panda builds), r=catlee
2012-11-15 18:00:50 +13:00
Mark Hammond
f0ec0acb93
Bug 811143 - move recommend support to the worker api and avoid dangling port if not supported by the provider. r=jaws
2012-11-15 14:57:28 +11:00
Mark Hammond
23a86417ce
Bug 805537 - social chat callbacks should only be invoked once. r=jaws
2012-11-15 14:54:34 +11:00
Mark Hammond
91dc22232e
Bug 804591 - opening an existing chat window should restore it if minimized. r=jaws
2012-11-14 15:27:34 +11:00
Brian R. Bondy
d00b7297cf
Bug 792106. r=rstrong
2012-11-14 22:44:36 -05:00
Robert Strong
57fdf67e0a
Bug 792106. r=bbondy
2012-11-14 22:27:22 -05:00
Ryan VanderMeulen
98268dbc6a
Backed out 8 changesets (bug 810470) due OSX reftest failures.
2012-11-14 22:14:44 -05:00
David Zbarsky
4bfd2129d6
Bug 810768 - Remove nsIDOMCaretPosition r=bz
2012-11-14 21:38:26 -05:00
David Zbarsky
dcdecf8a09
No bug, fix struct/class mismatch warnings
2012-11-14 21:38:26 -05:00
David Zbarsky
57d193d9b6
No bug, Fix virtual dtor warning, blanket r=bz
2012-11-14 21:38:25 -05:00
Nicolas B. Pierron
340fe8e866
Bug 799185 part 1 - Rewrite ReconstructPCStack. r=jorendorff,gkw
2012-11-14 18:04:43 -08:00
Edgar Chen
1294ff764c
Bug 811605 - B2G RIL: enable ril debugging output in run-time. r=vicamo
2012-11-14 18:25:35 +08:00
Tetsuharu OHZEKI
da42466894
Bug 811284 - More logical ordering the item list of "Automatic updates" in settings. r=mleibovic
2012-11-14 21:01:07 -05:00
Masatoshi Kimura
f65df800e1
Bug 811127 - Text(De|En)coder("utf-16").encoding should return "utf-16le", not "utf-16". r=hsivonen
2012-11-14 21:01:07 -05:00
Patrick Wang
b841483016
Bug 806625 - Check if TabParent is destroyed before sending IPC message. r=cjones
2012-11-09 22:09:24 -08:00
Brendan Dahl
6adcd0523c
Bug 115199 - CSS2 @page rule style support. r=dbaron
2012-08-31 14:21:28 -07:00
Brendan Dahl
c64bca7ed1
Bug 115199 - CSS2 @page rule rendering support. r=roc
2012-08-31 14:20:56 -07:00
Ehsan Akhgari
d6cf742573
Merge mozilla-central into mozilla-inbound
2012-11-14 17:51:31 -08:00
Andres Hernandez
00e97060af
Bug 806700 - Port browser_privatebrowsing_urlbarfocus.js to the new per-window PB APIs; r=ehsan
...
--HG--
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_urlbarfocus.js => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_urlbarfocus.js
2012-11-14 18:13:31 -06:00
Robert O'Callahan
c80cec9ffc
Bug 810470. Part 8: Limit the BasicLayers background-caching optimization to cases where the destination context has an integer translation only, and snap the image rectangle. r=mattwoodrow
...
Previous patches in this bug enabled the nsDisplayCanvasBackground
background-caching optimization for the test 402807-1.html. That exposed
an existing bug where we don't snap the background image to pixel
boundaries when drawing through that path. This patch fixes it.
This patch also stops the IsSingleFixedPositionImage path from using
mDestRect, returning the rect as an out-parameter instead.
--HG--
extra : rebase_source : 314cd040d3041b050f9eb1a0c39dfce3c4d6d0e6
2012-11-14 17:35:18 -08:00
Jonathan Griffin
24478949fe
Bug 811931 - Bump Marionette version, a=test-only, DONTBUILD(NPOTB)
2012-11-14 15:08:56 -08:00
Gregory Szorc
9eac13abf3
Bug 797471 - Handle mochitest failures gracefully in mach; r=Ms2ger
2012-11-14 12:56:02 -08:00
Gregory Szorc
24256e418b
Bug 810435 - Convert unicode to str to work around Python 2.7.2 bug; r=jhammel
...
DONTBUILD (NPOTB)
2012-11-14 10:05:18 -08:00
Olli Pettay
66d2d2f41c
Bug 800947, check the existence of widget only when the event is actually nsGUIEvent, r=bz
2012-11-14 19:45:04 +02:00
Olli Pettay
0a3c002a1c
Bug 810793 - nsXULTemplateQueryProcessorXML::GetDatasource should pass outer window to nsIXMLHttpRequest::Init, r=sicking
2012-11-13 13:03:52 +02:00
Ed Morley
f26dc0969e
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-11-14 14:35:55 +00:00
Tim Taubert
07c0f232de
merge m-c to fx-team
2012-11-14 13:48:03 +01:00
Ed Morley
fa422d5bf9
Backout 992f2748681f (bug 811185) for breaking emulator tests
2012-11-14 10:05:14 +00:00
Alexander Surkov
37d4fa3031
Bug 810554 - intermittent failure accessible/states/test_link.html | Test timed out, r=tbsaunde
2012-11-14 18:45:46 +09:00
Jan de Mooij
def6cea2cd
Bug 809021 - Fix FastInvoke arguments length. r=dvander
2012-11-14 09:58:23 +01:00
Kartikaya Gupta
ae7bf451e1
Bug 802510 - Reset position on the thumbnail data buffer to the beginning before reading out of it. r=blassey
2012-11-14 00:34:25 -08:00
Panos Astithas
ffe6e7fbc0
Bug 795969 - Promote list of pause actors at once; r=rcampbell f=jimb
2012-11-14 10:00:57 +02:00
Mike Hommey
bcdc91e868
Bug 811336 - Only pass --nsscmd to MOZ_SIGN_CMD when signing Windows builds. r=catlee
2012-11-14 08:47:06 +01:00
Mike Hommey
61b784ba3d
Bug 811214 - Fix build failure in SpdySession3.cpp with clang 3.1. r=mcmanus
2012-11-14 08:46:33 +01:00
Henrik Skupin
df61ed96bc
Bug 811185 - Implement Emulator class for screen orientation in Marionette. r=jgriffin
2012-11-14 08:46:36 +01:00
Phil Ringnalda
2dbeb24408
Back out 3fd41b40e88f (bug 809274) and 22e38380a161 (Bug 804591) for Win7 browser-chrome timeouts
2012-11-13 23:26:27 -08:00
Ehsan Akhgari
18749ba8e0
Fix an initialization order warning in nsDocShell.cpp, no bug
2012-11-13 23:13:35 -08:00
Joey Blacksmith
daa5aaee8b
Bug 801356 - LeafAccessible needs to override Append/InsertChild, r=surkov, f=tbsaunde
2012-11-14 16:08:45 +09:00
Eric Chou
b160bd0873
Bug 809781 - Fixed sending file failure, r=gyeh
2012-11-14 14:29:11 +08:00
Matt Woodrow
bf9c5a8fc9
Bug 811570 - Make the root content scroll frame inactive initially if it is overflow hidden. r=roc
2012-11-13 22:26:33 -08:00
Phil Ringnalda
e9d8463b63
Back out 3da143341145 (bug 784294) and 862f9cd7eb0b (bug 791850) for breaking Jetpack
2012-11-13 22:08:22 -08:00
Matt Woodrow
f6071f821a
Bug 810186 - Don't unnecessarily nest inactive layers. r=roc
2012-11-13 14:22:21 -08:00