Commit Graph

113190 Commits

Author SHA1 Message Date
Boris Zbarsky
ee774e7905 Bug 811449 part 6. Rename nsGenericElement.cpp to Element.cpp. r=peterv
--HG--
rename : content/base/src/nsGenericElement.cpp => content/base/src/Element.cpp
2012-11-14 14:10:08 -08:00
Boris Zbarsky
3ac151466b Bug 811449 part 5. Drop no longer needed namespacing on arguments and return values of Element methods. r=peterv 2012-11-14 14:10:07 -08:00
Boris Zbarsky
edf6984822 Bug 811449 part 4. Move the data members of Element to the end of the class. r=peterv 2012-11-14 14:10:07 -08:00
Boris Zbarsky
8aef506aa6 Bug 811449 part 3. Eliminate nsGenericElement as a separate class. 2012-11-14 14:10:07 -08:00
Boris Zbarsky
9bb226d6f2 Bug 811449 part 2. Combine the forward-declares and includes in Element.h. r=peterv
This is just moving includes and forward-declares and some inline
implementations around.  No substantive changes.
2012-11-14 14:10:07 -08:00
Boris Zbarsky
51ac9d3512 Bug 811449 part 1. Move everything from nsGenericElement.h to Element.h. r=peterv
Note: This is just moving code as-is, with absolutely no changes
outside of the Link bits that are needed to make mock_Link compile.
2012-11-14 14:10:07 -08:00
David Burns
f1970f0691 Bug 811053: Allow transforms to have negative values but not affect Marionettes visibility on the element; r=jgriffin 2012-11-14 21:51:11 +00:00
Gregor Wagner
2de619b091 Bug 811414 - nsISettingsServiceCallback shouldn't use [implicit_jscontext]. Followup. r=mrbkap 2012-11-14 13:46:48 -08:00
Gregor Wagner
2beb19246d Bug 811414 - nsISettingsServiceCallback shouldn't use [implicit_jscontext]. r=bholley 2012-11-14 13:46:38 -08:00
Marty Rosenberg
cf37958d29 fix up a bunch of macro-assembler blemishes, and fix a jittest failure (bug 811489, r=djvj) 2012-11-14 16:38:03 -05:00
Chris Peterson
2676c4f144 Bug 785663 - Wait for keyboard to stop resizing before scrolling text input into view. r=djf a=blocking-basecamp+ 2012-11-09 09:39:23 -08:00
Bobby Holley
4a55654f1d Bug 809674 - Fail at call time when invoking an XPCWrappedJS method with [implicit_jscontext] or [optional_argc]. r=mrbkap
I think this is the path of least resistance here.
2012-11-12 16:17:24 -08:00
Bobby Holley
d28553ba1e Bug 810743 - First check for pending exceptions, _then_ examine the invoke result. r=mrbkap 2012-11-12 16:17:24 -08:00
Nicholas Nethercote
5db8ea9b57 Bug 811132 - Avoid some wasted space by making XPT arena chunks bigger. r=khuey.
--HG--
extra : rebase_source : edeb0ca8eb7435c3ba50a9e6603e16637b06ca9f
2012-11-12 16:14:04 -08:00
Kartikaya Gupta
49a5bd083a Bug 810764 - Catch and handle various exceptions that can be thrown if the user pinches in a narrow window before Gecko is ready. r=jwir3 2012-11-12 16:07:41 -08:00
Eitan Isaacson
795f8d8958 Bug 810372 - don't add app urls to utterances. r=davidb 2012-11-12 15:46:09 -08:00
Eitan Isaacson
9483d8e0fd Bug 810359 - Introduce haptic feedback. r=davidb 2012-11-12 15:46:09 -08:00
Eitan Isaacson
a47163f9eb Bug 810364 - Use startX as current X in touch adapter. r=davidb 2012-11-12 15:46:09 -08:00
Luke Wagner
21b95cd7ab Bug 810192 - don't require a default constructor for Hash{Map,Set}; only construct objects for live elements (r=terrence) 2012-11-12 15:30:39 -08:00
Bill McCloskey
1ca35e1751 Bug 810560 - Followup (r=luke) 2012-11-12 15:17:01 -08:00
Bill McCloskey
28df0f4893 Bug 810560 - Fix scheduledForDestruction assertion (r=luke)
--HG--
extra : rebase_source : 6c25ad6b505e818d66f1caaea907c55355f7559a
2012-11-12 14:57:53 -08:00
Robert O'Callahan
5387b9f845 Bug 810470. Part 2: Change nsDisplayBackground invalidation to store and compare the background positioning rect. r=mattwoodrow
--HG--
extra : rebase_source : c9141ba46d034fc496a3e9e33efce5b022bec41c
2012-11-08 10:05:32 -05:00
Robert O'Callahan
fd2ab3281a Bug 810470. Part 1: Cache nsStyleBackground pointer in nsDisplayBackground. r=mattwoodrow
--HG--
extra : rebase_source : a104cfa5d8c72e208866b56507c56174e14ef143
2012-11-07 23:08:40 -05:00
Randell Jesup
f3cbf201a0 Bug 802399: set capture index for audio input when device is Allocate()ed, plug VoEHw leak r=derf 2012-11-15 18:23:39 -05:00
Timothy B. Terriberry
1424d481c0 Bug 810363 - Reject non-stereo, non-48 kHz Opus streams, r=ehugg 2012-11-15 15:09:39 -08:00
Timothy B. Terriberry
8559fbd229 Bug 810353 - Offer Opus as stereo instead of mono, r=ehugg 2012-11-15 15:09:39 -08:00
Jared Wein
2239f7991c Bug 805217 - Remove duplicate menuitems when Tools is accessed using the keyboard. r=felipe 2012-11-15 15:07:42 -08:00
Randell Jesup
f01b2fce9c Bug 811695: disable internal socket transports for getUserMedia Audio capture r=derf 2012-11-15 17:58:40 -05:00
Kartikaya Gupta
424fede8b0 Bug 811763 - Ensure crash reporter is invoked with the right android user serial number in Android 4.2 and above. r=blassey, snorp 2012-11-15 14:56:22 -08:00
Mario Alvarado [:marioalv]
d31f3de005 Bug 806695 - Port browser_privatebrowsing_protocolhandler.js to the new per-window PB APIs; r=ehsan
--HG--
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_protocolhandler.js => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_protocolhandler.js
rename : browser/components/privatebrowsing/test/browser/global/browser_privatebrowsing_protocolhandler_page.html => browser/components/privatebrowsing/test/browser/perwindow/browser_privatebrowsing_protocolhandler_page.html
2012-11-15 16:21:12 -06:00
Jonathan Kew
f7e09b05b9 bug 811201 - include Western fonts in Japanese font prefs, to avoid using ugly Latin letters from CJK fonts. r=blassey 2012-11-15 14:42:48 -08:00
Nicholas Nethercote
bf0a62bfaa Bug 811018 - Avoid image double-counting false positive from DMD. r=jlebar.
--HG--
extra : rebase_source : 209759e6030ccd119fb036ce10efab7c59c22fab
2012-11-15 14:06:34 -08:00
Ehsan Akhgari
2a3f220d58 Backed out changeset d129d66a6491 (bug 812281) because apparently it broke Android reftest/crashtest/jsreftest 2012-11-15 14:35:41 -08:00
Robert Longson
a94aa7ca71 Bug 811217 - EventNameType_SMIL is wrong. r=dholbert 2012-11-15 22:09:30 +00:00
Nathan Froyd
7763a56349 Bug 812156 - fix GCC 4.4 compile error with qualified enum values in CanvasRenderingContext2D.cpp; r=Ms2ger 2012-11-15 09:16:04 -05:00
Nathan Froyd
9e76256265 Bug 810332 - don't include <iostream> in ipc code where it's not necessary; r=cjones 2012-11-09 11:07:09 -05:00
Andrew Halberstadt
a2bc4228af Bug 812286 - Work around name collision that causes deprecation warning in Marionette exceptions, r=jgriffin 2012-11-15 16:01:24 -05:00
Seth Fowler
82f686d6fd (no bug) Remove debugging cruft that snuck into the tree which prints 'httpserver XPI_NAME=' when we build. r=bsmedberg 2012-11-15 13:12:23 -08:00
Ehsan Akhgari
3464482ef9 Bug 812281 - Shut up the media volume when running tests; r=cpearce 2012-11-15 12:15:12 -08:00
Fabrice Desré
78d69b3ad7 Bug 802228 - Check for app updates when we check for system update [r=marshall] 2012-11-15 12:52:19 -08:00
Mihai Sucan
66edd906db Bug 808264 - Intermittent browser_webconsole_bug_782653_CSS_links_in_Style_Editor.js | Timed out while waiting for: Wait for the source-editor to load 2012-11-15 19:40:44 +02:00
Brian Nicholson
22dc3e4659 Bug 812090 - Match imported favicons to multiple pages. r=lucasr 2012-11-15 12:42:20 -08:00
Brian Nicholson
116e770731 Bug 808510 - Initialize AllPagesHandler in constructor. r=lucasr 2012-11-15 12:36:28 -08:00
Chris AtLee
7694e8dee7 Bug 705807: Use MOZ_SIGN_CMD to sign jar files if set. r=ted 2012-11-15 15:31:05 -05:00
Shu-yu Guo
77fcf5d460 Bug 784291 - Implement JSOP_INTRINSICNAME in IonMonkey. (r=nbp) DONTBUILD 2012-11-06 17:54:49 -08:00
Shu-yu Guo
2ec934e8ef Bug 811562 - Decorate %_CallFunction arguments with JSOP_NOTEARG. (r=luke) 2012-11-14 22:56:50 -08:00
Ed Morley
00f1b71824 Backout e6a99483698f (bug 784291), ec87a47d93ca (bug 811562) for turning Win debug mochitest-1 orange 2012-11-15 12:12:31 +00:00
Marco Bonardo
eeb0141355 Bug 773982 - Always show hidden entries when searching history.
r=mano
2012-11-15 12:33:06 +01:00
Hao Gao
9a37b580bd Bug 812055 - provide better naming for ETextEquivRule constants, r=surkov 2012-11-15 19:58:05 +09:00
Frank Wein
4546809759 Bug 811693 - AppsUtils.jsm should use getSelectedLocale("global") instead of getSelectedLocale("browser"), r=fabrice 2012-11-15 11:30:48 +01:00