Граф коммитов

307516 Коммитов

Автор SHA1 Сообщение Дата
Boris Zbarsky 3394bf9a4a Bug 717637. Stop using non-global parent objects for everything that's not an element, since having a mix of parent objects makes us fail shape guards in the JIT. r=peterv 2013-04-29 17:33:41 -04:00
Sriram Ramasubramanian c4b64e2b24 Bug 862996: Put text headings back in the tab menu. [r=mfinkle] 2013-04-17 16:09:02 -07:00
Eitan Isaacson 4f54ad6ad9 Bug 808596 - Introduce key role. r=surkov 2013-04-29 14:07:39 -07:00
Jeff Walden 34ddc52c77 Bug 866700 - Assertion when redefining a non-writable length to a non-numeric value. r=bhackett 2013-04-29 12:30:21 -07:00
Jeff Walden 0cd4f693ae Bug 866580 - Assertion redefining the length property on a frozen array. r=bhackett
--HG--
extra : rebase_source : 8bba3b33a92ef41738bfd465e6cc101189220ecb
2013-04-29 12:30:18 -07:00
Daniel Holbert 017920a8e7 Bug 866833 - Drop never-checked and unnecessary 'rv' variables from nsControllerCommandTable.cpp. r=bz 2013-04-29 16:48:26 -04:00
Jim Chen 5f6558b1d6 Bug 864666 - Replace composing span when committing char as key. r=cpeterson 2013-04-29 16:48:26 -04:00
Brandon Waterloo 2bd5581bfd 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 cc9163b762 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 80509d09a7 Bug 866862 - Block 'click' on desktop browser. r=yzen 2013-04-29 12:45:12 -07:00
Timothy Nikkel 185ae2569a 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 c34cc22f2f 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 5234fe6780 bug 864894 fix social toolbarbutton badge style on inactive window for osx, r=felipe 2013-04-24 11:03:56 -07:00
Joey Armstrong 321d063783 bug 844655: Port XPCSHELL_TESTS to moz.build as XPCSHELL_TESTS_MANIFESTS 2013-04-29 14:49:00 -04:00
Joey Armstrong 3d79ece8fc bug 844655: Port XPCSHELL_TESTS to moz.build as XPCSHELL_TESTS_MANIFESTS 2013-04-29 14:48:59 -04:00
Peter Van der Beken 96073a9803 Bug 866755 - Fix nsDocument::HasNameElement typo. r=bz.
--HG--
extra : rebase_source : ab46b6eaa2183d607c07b666ae52541fcdf089ec
2013-04-29 15:18:02 +02:00
Ehsan Akhgari c08f31fb0c Bug 866737 - Unregister PannerNodes when they're unlinked by the cycle collector; r=padenot 2013-04-29 14:06:40 -04:00
Milan Sreckovic 1de038645a 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 a1f1d83c09 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 5e0ee32176 Bug 865915 - Fixed unmatched JS_EndRequest. r=mccr8 2013-04-29 14:33:47 -04:00
Reuben Morais e14abe2817 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 95b9a41240 [Bug 866527] Fix ctypes rooting hazards r=terrence 2013-04-29 14:25:53 -04:00
Jonathan Kew 519ff70080 bug 866544 - ignore break position at end-of-text returned by UCFindTextBreak. r=smontagu 2013-04-29 19:19:51 +01:00
Bobby Holley 454f28ead0 Bug 865729 - Remove nsIJSContextStack. r=gabor
\o/
2013-04-29 11:16:24 -07:00
Bobby Holley d8e91f78ce Bug 865729 - Remove Context stack iterators. r=gabor 2013-04-29 11:16:23 -07:00
Bobby Holley 3badf6db6d Bug 865729 - Remove Push/Pop from public API. r=gabor 2013-04-29 11:16:22 -07:00
Bobby Holley f3b8f66f21 Bug 865729 - Use XPConnect directly in C++ unit tests. r=gabor 2013-04-29 11:16:22 -07:00
Bobby Holley dde0ee15d3 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 b3058238af Bug 865729 - Make nsContentUtils munge the cx stack with sXPConnect directly. r=gabor 2013-04-29 11:16:21 -07:00
Bobby Holley a9450a2728 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 cc68b166ca Bug 865729 - Remove nsIJSContextStack from other miscellaneous parts of gecko. r=gabor 2013-04-29 11:16:19 -07:00
Bobby Holley 07ecd66fd0 Bug 865729 - Remove nsIJSContextStack from xpconnect/loader. r=gabor 2013-04-29 11:16:19 -07:00
Bobby Holley 7e45dcce35 Bug 865729 - Remove nsIJSContextStack from dom/foo. r=gabor 2013-04-29 11:16:18 -07:00
Bobby Holley 50cbd97181 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 bef570a1ac Bug 865923 - Use solid shapes in listSelector drawables 2013-04-29 10:55:23 -07:00
Brian Nicholson 1a8a278ea7 Bug 862761 - Use divider drawable for ExpandableListView childDivider 2013-04-29 10:55:22 -07:00
Jan de Mooij 2393ecb47d Bug 866611 - Fix length check when inlining string concatenation. r=h4writer 2013-04-29 19:22:50 +02:00
Ryan VanderMeulen 0050771e43 Merge m-c to inbound. 2013-04-29 13:09:28 -04:00
Andrea Marchesini cc79ac6264 Bug 866764 - Fix mochitest from bug 861605 to work on Android. r=bz 2013-04-29 13:04:47 -04:00
Allison Naaktgeboren 494ebbdcc4 Bug 864614 - Tabs appending under Tabs 2013-04-29 10:01:40 -07:00
Amod Narvekar 7a2cef9f70 Bug 789980 - Remove empty title tag from aboutReader.html, r=lucasr 2013-04-29 13:00:25 -04:00
Andrea Marchesini a16c235c84 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 2a2aaa8e6c Bug 865867 - Remove unused perf code from Marionette, r=mdas 2013-04-29 09:38:54 -07:00
Gregory Szorc 507977f49c Merge mozilla-central into services-central 2013-04-29 09:14:45 -07:00
Ryan VanderMeulen e759067701 Merge fx-team to m-c. 2013-04-29 11:53:29 -04:00
Gabor Krizsanits c37eff0ba8 Bug 863140 - Remove GetInnerWindowInternal. r=bz 2013-04-29 17:34:16 +02:00
Cykesiopka 09c4b90536 Bug 739031 - Removed unused strings for the style editor. r=rcampbell 2013-04-29 08:41:03 -04:00
Ryan VanderMeulen ffc634ae93 Merge m-c to fx-team. 2013-04-29 08:40:35 -04:00
Tim Taubert b6fa3a1e07 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 3b90907359 Bug 860150 - [Audio] Audio_Data API should join audio channel. r=kinetik 2013-04-29 14:45:13 +08:00