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

310699 Коммитов

Автор SHA1 Сообщение Дата
Ted Mielczarek cfb4755f27 bug 855262 - add MozbuildObject.from_environment. r=glandium 2013-05-28 15:33:22 -04:00
Brian Hackett 1fdaad701e Bug 678037 - Add (disabled) ability to parse script bytecode lazily, r=luke. 2013-05-30 06:29:56 -06:00
Paolo Amadini d5594dfe54 Bug 810490 - Constant stack space promise. r=mossop
--HG--
rename : addon-sdk/test/unit/test_promise.js => toolkit/modules/tests/xpcshell/test_Promise.js
2013-05-30 14:23:42 +02:00
Bao Duong 185be9bd9e Bug 730626 - Add the ability to hide the error message overlay on HTML5 videos. r=dolske,jaws 2013-05-29 19:38:19 -04:00
Douglas Crosher 00c7af6f94 Bug 863685 - (ARM) Avoid emitting VFP code if the CPU does not support it. r=jandem 2013-05-06 15:23:22 +10:00
Timothy Arceri 32ec2d3fb8 Bug 877409 - Remove old GTK_CHECK_VERSION/gtk_check_version for versions of GTK already covered by the minimum GTK build requirement 2.10. r=karlt 2013-05-30 08:10:02 -04:00
Justin Dolske 92aa9f3122 Bug 876550 - Add |this.clickToPlay.hidden = true;| to the immediate case in hideClickToPlay(). r=jaws 2013-05-30 08:10:02 -04:00
Simon Sapin dd86ae8ef1 Bug 875287 - font-family: Do not require whitespace between unquoted idents. r=dbaron
When 'font-family' is secified with unquoted identifiers rather than a quoted string, a single space should be inserted between identifier tokens, even if they are separated by a comment rather than a whitespace token.
2013-05-30 08:10:02 -04:00
Chiajung Hung c45c440206 Bug 875246 - Ensure that UpdateTexture DispatchImageClientUpdate only dispatches if not in the ImageBridge thread. r=kchen
DispatchImageClientUpdate is a helper function to dispatch IPC message, only dispatch when not in the ImageBridge thread can improve responsibility.
2013-05-30 08:10:02 -04:00
Jed Davis 6b3c44841d Bug 873332 - Don't use -fno-omit-frame-pointer on ARM to avoid a GCC bug. r=glandium
The flag would not be useful for profiling on our current ARM platforms
even if it worked correctly, so we can just remove it.
2013-05-30 08:10:02 -04:00
Max Li ca8458c9e9 Bug 872986 - New unlabelled, and seemingly invisible, control in awesome bar. r=sriram 2013-05-28 21:34:08 -04:00
Raymond Lee 4776f3a22a Bug 836483 - Track download referrers. r=paolo 2013-05-27 19:14:18 +08:00
Federico Paolinelli 5ffa4dd231 Bug 696911 - In case the downloaded file is opened automatically with the default application, hide the download notification. It is let visible if the download is completed while in background. r=margaret 2013-05-30 08:10:01 -04:00
Chris Lord b2f308ce7c Bug 868998 - Expose the dynamic toolbar after a certain distance. r=kats
Instead of only exposing the toolbar when scrolling from the top quarter of the
screen, always expose the toolbar, but only after a certain distance.
2013-05-30 12:53:24 +01:00
Chris Lord 2221002789 Bug 867193 - Take margin offset into account when positioning form pop-ups. r=margaret 2013-05-30 12:53:22 +01:00
Ryan VanderMeulen 21e0dcd9e6 Bug 874689 - Re-delete files from merge conflict. 2013-05-30 07:51:23 -04:00
Ryan VanderMeulen 1226863031 Merge m-c to inbound. 2013-05-30 07:47:14 -04:00
Ryan VanderMeulen f4812a98e5 Merge birch to m-c. 2013-05-30 07:39:44 -04:00
Sam Foster 432d303ca4 Bug 877149 - use skipArrange param to the richgrid mutators where possibe to reduce the number of arrangeItems calls. r=mbrubeck 2013-05-30 12:23:03 +01:00
Ed Morley 68848e30bd Backed out changeset 87b0f81d811f (bug 876429) for jsreftest failures 2013-05-30 11:38:23 +01:00
Jacek Caban 95dd1b74cc Bug 855975 - Include typo fix. 2013-05-30 11:52:14 +02:00
Jacek Caban 4b4b44d390 Bug 864774 - Added missing ASFILES to moz.build. r=glandium 2013-05-30 11:52:02 +02:00
Jacek Caban a404e06cfb Bug 876366 - Avoid pointer to long casts in PerfSpewer::writeProfile. r=nmatsakis 2013-05-30 11:51:49 +02:00
Jacek Caban b57c536756 Bug 876416 - Pass -static-libgcc flag to NSPR and NSS. r=glandium 2013-05-30 11:51:21 +02:00
Jan de Mooij 508530df0d Bug 876429 - Implement JSOP_SETCALL in the baseline compiler. r=bhackett 2013-05-30 10:48:12 +02:00
Cameron McCormack 32dbb9fed3 Bug 877575 - Don't force mPositions to be recomputed inside nsSVGTextFrame2::ReflowSVG. r=jwatt 2013-05-30 18:34:59 +10:00
Jonathan Watt 8d3718d460 Bug 827915 - Get rid of SVG's own invalidation mechanisms and rely on DLBI instead. r=dholbert 2013-05-30 09:28:13 +01:00
L. David Baron 1d8a7b6aa6 Bug 234485: Map xml:lang attribute into style so that it's used for font selection and hyphenation. r=bzbarsky
The code in nsHTMLStyleSheet implements LangRule to map xml:lang into
style and the code to manage its uniqueness.

The change to nsGenericHTMLElement fixes the mapping of the HTML lang
attribute to do cascading the way all other rule mapping does so that
the cascading works correctly.

The tests test that the correct style language is used for hyphenation
by copying over a set of hyphenation reftests that check its basic
response to languages.  There are no specific tests for font selection,
but font selection is known to use the same language data from style.

I verified manually (see other attachments to bug) that the rule
uniqueness is being managed correctly.

--HG--
rename : layout/reftests/text/auto-hyphenation-1.html => layout/reftests/text/auto-hyphenation-xmllang-1.xhtml
rename : layout/reftests/text/auto-hyphenation-10.html => layout/reftests/text/auto-hyphenation-xmllang-10.xhtml
rename : layout/reftests/text/auto-hyphenation-1.html => layout/reftests/text/auto-hyphenation-xmllang-11a.xhtml
rename : layout/reftests/text/auto-hyphenation-1.html => layout/reftests/text/auto-hyphenation-xmllang-11b.xhtml
rename : layout/reftests/text/auto-hyphenation-4.html => layout/reftests/text/auto-hyphenation-xmllang-12a.xhtml
rename : layout/reftests/text/auto-hyphenation-4.html => layout/reftests/text/auto-hyphenation-xmllang-12b.xhtml
rename : layout/reftests/text/auto-hyphenation-1.html => layout/reftests/text/auto-hyphenation-xmllang-13a.xhtml
rename : layout/reftests/text/auto-hyphenation-1.html => layout/reftests/text/auto-hyphenation-xmllang-13b.xhtml
rename : layout/reftests/text/auto-hyphenation-4.html => layout/reftests/text/auto-hyphenation-xmllang-14a.xhtml
rename : layout/reftests/text/auto-hyphenation-4.html => layout/reftests/text/auto-hyphenation-xmllang-14b.xhtml
rename : layout/reftests/text/auto-hyphenation-1a.html => layout/reftests/text/auto-hyphenation-xmllang-1a.xhtml
rename : layout/reftests/text/auto-hyphenation-2.html => layout/reftests/text/auto-hyphenation-xmllang-2.xhtml
rename : layout/reftests/text/auto-hyphenation-3.html => layout/reftests/text/auto-hyphenation-xmllang-3.xhtml
rename : layout/reftests/text/auto-hyphenation-4.html => layout/reftests/text/auto-hyphenation-xmllang-4.xhtml
rename : layout/reftests/text/auto-hyphenation-5.html => layout/reftests/text/auto-hyphenation-xmllang-5.xhtml
rename : layout/reftests/text/auto-hyphenation-6.html => layout/reftests/text/auto-hyphenation-xmllang-6.xhtml
rename : layout/reftests/text/auto-hyphenation-7.html => layout/reftests/text/auto-hyphenation-xmllang-7.xhtml
rename : layout/reftests/text/auto-hyphenation-8.html => layout/reftests/text/auto-hyphenation-xmllang-8.xhtml
rename : layout/reftests/text/auto-hyphenation-9.html => layout/reftests/text/auto-hyphenation-xmllang-9.xhtml
2013-05-30 16:00:20 +08:00
Cameron McCormack fded050873 Bug 877035 - Remove nsSVGTextFrame2::UpdateGlyphPositioning's aForceGlobalTransform argument and look at mGetCanvasTMForFlag instead. r=longsonr 2013-05-30 17:53:07 +10:00
Dão Gottwald 119e4a35d2 Bug 876394 - Popup notification goes unnoticed in unfocused windows. r=gavin
--HG--
extra : rebase_source : 3e8fec5138da96627eddccbe4128bdd9ebee8ba7
2013-05-30 09:48:02 +02:00
Cameron McCormack cdcfb5650b Bug 877029 - Add a crashtest for calling nsSVGMarkerFrame::GetCanvasTM() inappropriately. r=longsonr 2013-05-30 17:48:15 +10:00
Phil Ringnalda 58fc837293 Back out e9593bf12a59:f9c1d3eb3ce6 (bug 869123) for very frequent robocop1 testAllPagesTab failures
CLOSED TREE
2013-05-30 00:02:29 -07:00
Eric Chou fe8af01a74 Bug 877087 - Clear mDsFile after the OPP connection is dropped, r=gyeh 2013-05-30 15:00:06 +08:00
Phil Ringnalda d45cb1d6e2 Back out 87e2bfbb427d (bug 874295) for mochitest-1 failures
CLOSED TREE
2013-05-29 23:55:29 -07:00
Phil Ringnalda 10219ba71a Back out c2f79f1f9e6f (bug 869114) on suspicion of causing dep OS X universal builds to fail in packaging
CLOSED TREE
2013-05-29 23:50:30 -07:00
Phil Ringnalda ad4c150cb3 Back out 816311e43409 (bug 844288) on suspicion of causing dep OS X universal builds to fail in packaging
CLOSED TREE
2013-05-29 23:42:20 -07:00
Phil Ringnalda 4bfc20478a Back out 8f4682511308 (bug 877203) for reftest failures
CLOSED TREE
2013-05-29 23:16:14 -07:00
Gina Yeh 9fe0c5b821 Backed out changeset 8cdcc0221c0f for build bustage DONTBUILD 2013-05-30 10:50:19 +08:00
Ryan VanderMeulen 61505342f9 Merge m-c to fx-team. 2013-05-29 22:47:38 -04:00
Gina Yeh 99f5265a76 Backed out changeset 8cdcc0221c0f for build bustage DONTBUILD 2013-05-30 10:47:13 +08:00
Shawn Huang a92386d8dd Bug 872890:Reset HFP call array when RIL reports NotifyError(), r=echou 2013-05-30 09:33:48 +08:00
Oleg Romashin f51440bfa1 Bug 877191 - Gonk does not compile with later m-c on 4.6 compiler. r=mwu
From 0ff67b491787206102e3f079026bdb54339f69bf Mon Sep 17 00:00:00 2001
---
 dom/system/gonk/GonkGPSGeolocationProvider.cpp |    6 +++---
 dom/system/gonk/GonkGPSGeolocationProvider.h   |    1 +
 widget/gonk/nsIdleServiceGonk.h                |    7 +++----
 3 files changed, 7 insertions(+), 7 deletions(-)
2013-05-29 17:43:17 -07:00
Andreas Gal 8bcb931aa0 Bug 871939 - [Dialer] Cannot search contact number when number has addtional area or operator number, r=etienne 2013-05-29 16:31:19 -07:00
Dave Camp aa8a843d64 Bug 867109 - tools reload not working correctly on windows. r=jwalker 2013-05-29 10:48:06 -07:00
Dave Camp f2c815193b Bug 875437 - Close the debugger client in test_add_actors.js. r=past 2013-05-29 10:47:38 -07:00
Dave Camp daec88e78f Bug 876793 - gDevTools._addToolToWindows doesn't work with existing windows. r=jwalker 2013-05-29 10:47:38 -07:00
Dave Camp 5b2c790957 Bug 875432 - Loader.jsm references gDevTools. r=jwalker 2013-05-29 10:47:38 -07:00
Tim Taubert c4af42a953 Bug 876968 - Remove HiddenBrowsers observers only if they have been added before; r=jaws 2013-05-29 16:40:44 +02:00
Victor Porof 39ce40013d Bug 876111 - Debugger's scripts pane acting weird after bug 866623, r=rcampbell 2013-05-29 11:45:58 +03:00
Ryan VanderMeulen bf4c0f286e Merge m-c to fx-team. 2013-05-28 21:25:32 -04:00