Commit Graph

129984 Commits

Author SHA1 Message Date
Jim Chen
25f2a42321 Bug 864666 - Replace composing span when committing char as key. r=cpeterson 2013-04-29 16:48:26 -04:00
Brandon Waterloo
6229311711 Bug 863841 - Implement recognition of double-tap gestures with smartMagnifyWithEvent (Mountain Lion and up), and magnifyWithEvent (Lion). r=smichaud, r=masayuki
On 10.6 SDK, it was necessary to change nsCocoaWindow.mm/h in order to make it call magnifyWithEvent for double-tap gestures properly.
2013-04-29 11:24:26 -04:00
Brian Hackett
da62d22f7b Bug 865059 - Disable JM by default, and don't analyze scripts until they are compiled by baseline if JM is disabled, r=jandem. 2013-04-29 14:24:03 -06:00
Eitan Isaacson
9531d17df0 Bug 866862 - Block 'click' on desktop browser. r=yzen 2013-04-29 12:45:12 -07:00
Timothy Nikkel
d3ecc9122e Bug 866259. Vector images need to send the unlocked draw notification too because it is also responsible for managing the number of animation consumers. r=joedrew 2013-04-29 14:10:16 -05:00
Brian Hackett
e3efee332c Bug 865431 - Restrict Compare_Double and related comparisons to inputs where they will produce the correct result, r=jandem. 2013-04-29 13:10:00 -06:00
Shane Caraveo
88b236e5eb bug 864894 fix social toolbarbutton badge style on inactive window for osx, r=felipe 2013-04-24 11:03:56 -07:00
Joey Armstrong
12356a4c50 bug 844655: Port XPCSHELL_TESTS to moz.build as XPCSHELL_TESTS_MANIFESTS 2013-04-29 14:49:00 -04:00
Joey Armstrong
f985d453d4 bug 844655: Port XPCSHELL_TESTS to moz.build as XPCSHELL_TESTS_MANIFESTS 2013-04-29 14:48:59 -04:00
Peter Van der Beken
f72107db74 Bug 866755 - Fix nsDocument::HasNameElement typo. r=bz.
--HG--
extra : rebase_source : ab46b6eaa2183d607c07b666ae52541fcdf089ec
2013-04-29 15:18:02 +02:00
Ehsan Akhgari
aa479f73fd Bug 866737 - Unregister PannerNodes when they're unlinked by the cycle collector; r=padenot 2013-04-29 14:06:40 -04:00
Milan Sreckovic
581f025119 Bug 845125 - Add gfxImageSurface constructor that allocates more space than needed, change AlphaBoxBlur to not hold on to the data and let the callers manage it. r=jmuizelaar 2013-04-19 12:13:18 +02:00
Jim Chen
d167b4d7b8 Bug 743158 - Take focus away from awesome bar when accessing awesome screen lists. r=wesj 2013-04-29 14:36:23 -04:00
Benoit Girard
57c555dcb3 Bug 865915 - Fixed unmatched JS_EndRequest. r=mccr8 2013-04-29 14:33:47 -04:00
Reuben Morais
3668c957ed Bug 866804 - Fix sometimes-unitialized warning in nsGUIEventIPC.h. r=smaug
--HG--
extra : rebase_source : c4b8392ad94aae528c345341d2b9521aa88b98e7
2013-04-29 11:21:11 -07:00
David Zbarsky
5588f9fdd1 [Bug 866527] Fix ctypes rooting hazards r=terrence 2013-04-29 14:25:53 -04:00
Jonathan Kew
82e7218f63 bug 866544 - ignore break position at end-of-text returned by UCFindTextBreak. r=smontagu 2013-04-29 19:19:51 +01:00
Bobby Holley
c44c1b9af8 Bug 865729 - Remove nsIJSContextStack. r=gabor
\o/
2013-04-29 11:16:24 -07:00
Bobby Holley
1a9f081f4b Bug 865729 - Remove Context stack iterators. r=gabor 2013-04-29 11:16:23 -07:00
Bobby Holley
b9009e00fc Bug 865729 - Remove Push/Pop from public API. r=gabor 2013-04-29 11:16:22 -07:00
Bobby Holley
e22d7d9f6e Bug 865729 - Use XPConnect directly in C++ unit tests. r=gabor 2013-04-29 11:16:22 -07:00
Bobby Holley
4afac12af4 Bug 865729 - Use sXPConnect directly in caps. r=gabor
It's tempting to go through nsContentUtils here, but I'm pretty sure caps is
initialized before nsContentUtils.
2013-04-29 11:16:21 -07:00
Bobby Holley
af9b7fed03 Bug 865729 - Make nsContentUtils munge the cx stack with sXPConnect directly. r=gabor 2013-04-29 11:16:21 -07:00
Bobby Holley
d7dbc59a66 Bug 865729 - Make nsIXPConnect inherit nsIThreadJSContextStack. r=gabor
Right now, the concrete nsXPConnect implements nsIXPConnect and
nsIThreadJSContextStack separately. I want to migrate the API from the latter
interface to the former, but I can't right now because it means we'd end up
with a duplicated method (getSafeJSContext). Since there's only one concrete
class that implements nsXPConnect, let's just use interface inheritance, which
simplifies the migration.
2013-04-29 11:16:20 -07:00
Bobby Holley
1ebbd86c0f Bug 865729 - Remove nsIJSContextStack from other miscellaneous parts of gecko. r=gabor 2013-04-29 11:16:19 -07:00
Bobby Holley
b4b5ad5d4d Bug 865729 - Remove nsIJSContextStack from xpconnect/loader. r=gabor 2013-04-29 11:16:19 -07:00
Bobby Holley
402c35b1ff Bug 865729 - Remove nsIJSContextStack from dom/foo. r=gabor 2013-04-29 11:16:18 -07:00
Bobby Holley
2b4ebef499 Bug 865729 - Remove nsIJSContextStack from content/foo. r=gabor
We leave it in nsContentUtils.cpp, which we'll handle in a separate patch.
2013-04-29 11:16:17 -07:00
Brian Nicholson
5ef269745b Bug 865923 - Use solid shapes in listSelector drawables 2013-04-29 10:55:23 -07:00
Brian Nicholson
a8477d84d5 Bug 862761 - Use divider drawable for ExpandableListView childDivider 2013-04-29 10:55:22 -07:00
Jan de Mooij
fe3adfd0fe Bug 866611 - Fix length check when inlining string concatenation. r=h4writer 2013-04-29 19:22:50 +02:00
Ryan VanderMeulen
8090a13071 Merge m-c to inbound. 2013-04-29 13:09:28 -04:00
Andrea Marchesini
a47609950a Bug 866764 - Fix mochitest from bug 861605 to work on Android. r=bz 2013-04-29 13:04:47 -04:00
Allison Naaktgeboren
50f315d250 Bug 864614 - Tabs appending under Tabs 2013-04-29 10:01:40 -07:00
Amod Narvekar
c307a5b99a Bug 789980 - Remove empty title tag from aboutReader.html, r=lucasr 2013-04-29 13:00:25 -04:00
Andrea Marchesini
89da48b051 Bug 844462 - Update the nsIDOMMozBrowserFrame.mozbrowser docs to reflect the fact that mozbrowser is not exposed on HTMLFrameElement; r=ehsan
DONTBUILD since it's a comment only change.
2013-04-29 12:53:38 -04:00
Jonathan Griffin
1007af736e Bug 865867 - Remove unused perf code from Marionette, r=mdas 2013-04-29 09:38:54 -07:00
Gregory Szorc
1d12e84530 Merge mozilla-central into services-central 2013-04-29 09:14:45 -07:00
Ryan VanderMeulen
49c1388c68 Merge fx-team to m-c. 2013-04-29 11:53:29 -04:00
Gabor Krizsanits
700b44eaf8 Bug 863140 - Remove GetInnerWindowInternal. r=bz 2013-04-29 17:34:16 +02:00
Cykesiopka
28464ba636 Bug 739031 - Removed unused strings for the style editor. r=rcampbell 2013-04-29 08:41:03 -04:00
Ryan VanderMeulen
b2bd8e8a01 Merge m-c to fx-team. 2013-04-29 08:40:35 -04:00
Tim Taubert
f4b1da2719 Bug 864711 - Simplify test page for browser_pageshow.js to ensure it's put into bfcache; r=yoric 2013-04-29 10:02:45 +02:00
Marco Chen
a5979e53a7 Bug 860150 - [Audio] Audio_Data API should join audio channel. r=kinetik 2013-04-29 14:45:13 +08:00
Marco Chen
6e78f8eb0c Bug 847255 - [Bluetooth/AudioChannel] A2DP failed to start session due to music resume too fast during SCO is disconnecting. r=baku 2013-04-29 10:47:15 +08:00
Ryan VanderMeulen
bbea653ac8 Merge m-c to birch. 2013-04-29 08:24:42 -04:00
Brian R. Bondy
285ede137c Bug 715746 - Test fixes for allowing updates to be applied on Windows while the browser is open. r=rstrong
--HG--
rename : toolkit/mozapps/update/test/unit/test_0160_appInUse_xp_unix_complete.js => toolkit/mozapps/update/test/unit/test_0160_appInUse_complete.js
rename : toolkit/mozapps/update/test_svc/unit/test_0160_appInUse_xp_win_complete_svc.js => toolkit/mozapps/update/test_svc/unit/test_0160_appInUse_complete_svc.js
2013-04-28 18:27:00 -04:00
Brian R. Bondy
1c9fbf544f Bug 715746 - Allow callback to be renamed and update to continue if in use. r=rstrong 2013-04-28 18:26:56 -04:00
Tim Taubert
b2d01f0701 merge m-c to fx-team 2013-04-28 18:26:37 +02:00
Ryan VanderMeulen
e29f06f4cf Backed out changeset b68c721a1462 (bug 863828) for robocop failures. 2013-04-27 18:21:15 -04:00