Commit Graph

83158 Commits

Author SHA1 Message Date
Matt Brubeck
5820ca2b2f Merge mozilla-central and mozilla-inbound 2011-12-27 17:15:10 -08:00
Matt Brubeck
cdd09aa89e Back out changeset d10b118890e4 (bug 713209) because of make check failure 2011-12-27 17:14:56 -08:00
Brian Hackett
16105fb201 Fix register allocation around inline returns, bug 713209. 2011-12-27 17:03:06 -07:00
Masatoshi Kimura
0525a0e7b9 Bug 712876 - Replace ISO-8859-9 (latin5, etc.) decoder with windows-1254 decoder; r=smontagu 2011-12-28 00:49:57 +01:00
Jason Yeo
2f8d478a69 Bug 709578 - Replace :-moz-system-metric with @media blocks. r=dao 2011-12-28 00:49:17 +01:00
Matt Brubeck
5de13ee52d Merge from mozilla-inbound to mozilla-central 2011-12-27 11:04:58 -08:00
Olli Pettay
c2e7d2b30f Bug 710380 - IndexedDB could use the dictionary reader, r=khuey 2011-12-27 20:01:28 +02:00
Phil Ringnalda
decf41ca96 Bug 713418 - Stop trying to package MacOS/Contents/Plug-Ins/ since we haven't put anything in there since bug 520494, r=khuey 2011-12-24 19:05:21 -08:00
Mark Cote
d6a580e0a3 Bug 713256 - Mirror mozbase changes for working properly on buildslaves into m-c r=ctalbert 2011-12-23 12:46:37 -05:00
Steffen Wilberg
c56a6e3240 Bug 713072: Bring the 'Licensing information' link in about: in line with the other links. r=mfinkle 2011-12-27 14:26:18 +01:00
Geoff Lankow
48d0dde864 Bug 712518 - Improve MockFilePicker.jsm; r=jmaher 2011-12-23 11:10:52 +13:00
Geoff Lankow
c801a48c75 Backed out 3 changesets (bug 710297, bug 712386, bug 712761) for perma-orange on Android native m1 and m2
Backed out changeset 3b1e6033d3ff (bug 712761)
Backed out changeset bb41941cdf9d (bug 710297)
Backed out changeset d4f9960e286a (bug 712386)
2011-12-28 01:00:02 +13:00
Geoff Lankow
54f8fff70c Bug 246620 - Add line numbers to View Source for Firefox - fix for reftests; r=smaug 2011-12-28 00:21:53 +13:00
Julien Vermet
01974ead00 Bug 699543 - "Show a 'new tab' toast alert when opening a background tab" [r=mbrubeck] 2011-11-27 06:49:00 -08:00
Ehsan Akhgari
ebb4b4f7d8 Bug 694002 - Properly initialize things to fix crash in AffixMgr::~AffixMgr. r=smaug 2011-12-27 13:53:57 -08:00
Mats Palmgren
9cc6cc3865 Bug 515530 - Remove nsHTMLContainerFrame. r=roc 2011-12-27 21:18:48 +01:00
Kartikaya Gupta
8b735d9513 Bug 710297 - Send page size updates to Java more often during load. r=Cwiiis 2011-12-27 00:57:27 -05:00
Kartikaya Gupta
c89a2e3670 Bug 712386 - Limit how much zoom can be applied. r=Cwiiis 2011-12-27 00:56:57 -05:00
Jeff Walden
a1ca217e9e Bug 713560 - Make MOZ_STATIC_ASSERT, when it expands to C++11 static_cast(), pass its reason argument along to static_cast in more compilers. r=typo-fix 2011-12-27 12:09:41 -06:00
Brad Lassey
ce30022ca2 bug 712559 - top sites section of about:home resizes when thumbnails populate r=mfinkle 2011-12-27 12:44:22 -05:00
Oleg Romashin
d7705e8ae7 Bug 703434 - Add support for Qt resource files (qrc) which possible to pre-compile with rcc compiler. r=glandium 2011-11-17 01:28:33 -05:00
Phil Ringnalda
dd515eafc6 Bug 713504 - Stop trying to package jetpack.xpt, since it was removed by bug 711838, r=khuey 2011-12-26 15:03:11 -08:00
Terrence Cole
55edc93868 Backed out changeset d354ab9ac1f4 2011-12-26 11:20:04 -08:00
Terrence Cole
7455acd193 Bug 712460 - Add missing barriers in jsexn; r=billm
When we create an exception object, we copy Values into a custom exception
privates struct that we pass around.  If any of the Values copied to this
struct are gcthings in the nursery, this external array needs to root them.

--HG--
extra : rebase_source : 8d31ffd349bcbaca3f2bbbcd0c4b5a099d57ec21
2011-12-20 14:51:25 -08:00
Terrence Cole
66ead12f39 Bug 712837 - Remove flakey test js1_5/extensions/regress-371636.js; r=dmandelin
In the test js1_5/extensions/regress-371636.js, we time a loop over an Array
using Numbers as keys, then do the same loop again using Strings as keys.  The
test asserts that the time using Strings is less than 3 times as large as the
time using Numbers.  Naturally, when running the tests with high parallelism,
this tends to fail at random.  Since losing this optimization would be an
extremely serious perf bug, we would notice this immediately from our perf
tests.  There is no reason to keep this as a correctness test.

--HG--
extra : rebase_source : 1b24b3326154c2f34b0bc0e7cba51ad7e5924c97
2011-12-22 09:51:50 -08:00
Terrence Cole
6acd5fefeb Bug 712519 - Update test file encodings; r=rwalden
Since we switched to using JS_CompileUTF8File in the shell, all of our tests
that include comments with non-UTF-8 encoded characters fail.  This patch
replaces these characters with their UTF-8 equivalents.

--HG--
extra : rebase_source : 4090e824320a329e989cffb61b3eb3c421a1bbd7
2011-12-21 18:20:17 -08:00
Boris Zbarsky
5e4f813534 Bug 707717. Don't dynamically mutate the proto chains of DOM prototypes. r=peterv 2011-12-26 11:31:07 -05:00
Tim Guan-tin Chien
5731c6fb90 Bug 713498 - [b2g] Allow keyCode and charCode to be different in the mozKeyboard interface r=vingtetun 2011-12-26 15:10:24 +01:00
Vivien Nicolas
4ebcc40895 Bug 711358 - [b2g] Add indexedDB-unlimited permission to pre-installed apps r=cjones 2011-12-26 15:07:41 +01:00
Mats Palmgren
cecb7c8f6b Bug 713417 - Another crash test. 2011-12-26 14:29:25 +01:00
Jesse Ruderman
6f67d162a9 Bug 713417 - Crash test. 2011-12-26 14:29:25 +01:00
Mats Palmgren
1b52762c04 Bug 713417 - Make the nsGkAtoms::range property transferable. r=smaug 2011-12-26 14:29:25 +01:00
Scott Johnson
dac4193275 Bug 695222 - Implement column-fill part of CSS3 multicol spec. r=roc,dbaron 2011-12-25 23:25:59 -06:00
Geoff Lankow
2ca860d037 Backed out changeset 4730eb3ec77a (bug 246620) 2011-12-26 13:19:08 +13:00
Curtis Bartley
e132dbe7e7 Bug 246620 - Simple view-source test; r=ehsan 2011-12-26 12:27:39 +13:00
Geoff Lankow
6f70337844 Bug 246620 - Add line numbers to View Source for Firefox; r=ehsan 2011-11-02 14:05:50 +13:00
Jonathan Watt
26b23f0bfa Bug 668163 - Map 'width' and 'height' on <svg> into style to stop <svg>'s computed width/height falling back to 150px x 300px when they're set to explicit percentage values that can be resolved (regression from bug 611099). r=dbaron. 2011-12-27 10:27:42 +00:00
Jacek Caban
d4824b98b0 Backout ff350b65a616 due to Android build failure 2011-12-27 11:11:00 +01:00
Blake Kaplan
d0e14951d1 Bug 712341 - Make dump in workers show up in adb logcat. r=bent
--HG--
extra : rebase_source : c17d8195b47dd908fa98e371b12647ccfccfc760
2011-12-07 02:29:34 -08:00
Jacek Caban
d3ab7dccf4 Bug 712585 - Export vpx_codec_control_ from gkmedias.dll r=khuey 2011-12-27 10:52:10 +01:00
Jacek Caban
2e48d58fae Bug 712584 - Properly use .def files on mingw builds r=khuey 2011-12-27 10:51:53 +01:00
Jacek Caban
3c8af6b9ac Bug 712594 - libffi fails to build on mingw-w64 r=bsmedberg
--HG--
extra : rebase_source : 498652c35d8f628d276a938f2c526e2a44a6eb07
2011-12-23 13:22:48 +01:00
Jacek Caban
d7b500891c Bug 712254 - Use StdInt.h in platform.h r=BenWa
--HG--
extra : rebase_source : 5f5fcf8fff315097638829d95594e347052955ed
2011-12-23 13:21:35 +01:00
Makoto Kato
88492785cf Bug 712870 - Skia works on non-tier1 cpu. r=mattwoodrow 2011-12-27 18:01:12 +09:00
Andrew Quartey
e0c0eaae24 Bug 507419-Consistent ordering of AppendFrames and InsertFrames 2011-12-27 09:31:22 +01:00
Bernd
bc16226345 bug 531200 - always set the desiredHeight, also if SplitSpanningCells does not split any cell r=dholbert 2011-12-27 09:31:10 +01:00
Bernd
149c57c309 bug 711359 - mark all subsequent rows as damaged r=mats 2011-12-27 09:31:09 +01:00
Margaret Leibovic
9243887289 Bug 711216 - Form autocomplete popup doesn't disappear when input gets out of view after pinch zoom [r=mfinkle] 2011-12-21 17:03:21 -08:00
Margaret Leibovic
ae82e69c1b Bug 712588 - Clear location not available in 'Clear Site Settings' [r=mfinkle] 2011-12-22 11:50:44 -08:00
Mark Finkle
dbd7444216 Bug 712627 - Fennec crashes if a long tap is performed in AwesomeBar/History (forgot to qref) [r=mfinkle] 2011-12-27 01:13:25 -05:00