Commit Graph

136194 Commits

Author SHA1 Message Date
Shane Caraveo
02f4f0c46c bug 886086 fix intermittent test failure in chat window tests, r=felipe 2013-06-25 14:31:28 -04:00
Nicholas Nethercote
21e4d36932 Bug 886205 (part 6) - Break jsscriptinlines.h out of the header inclusion cycles. r=terrence.
--HG--
extra : rebase_source : 0390ebedf2b132f296e272d25d81af71791dca30
2013-06-25 17:25:18 -07:00
Nicholas Nethercote
d6e2be442e Bug 886205 (part 5) - Break vm/Shape-inl.h out of the header inclusion cycles. r=terrence.
--HG--
extra : rebase_source : e63f73b728b071b98a318beba5d60bf9a108a840
2013-06-25 00:36:21 -07:00
Nicholas Nethercote
1c0e8900ee Bug 886205 (part 4) - Move some function definitions from jsfuninlines.h to jsfun.h. r=terrence.
--HG--
extra : rebase_source : 1bd4bf6c2c4db1392d43908a438df3fde48e29b2
2013-06-24 23:52:04 -07:00
Nicholas Nethercote
2cad2097bc Bug 886205 (part 3) - Move some function definitions from jsobjinlines.h to jsobj.h. r=terrence.
--HG--
extra : rebase_source : c5712dc0d1cb46d2bb653e33bc389f98770920b3
2013-06-24 21:26:48 -07:00
Cameron McCormack
e2a3c28b46 Bug 886230 - Don't paint SVG text under DrawWindow(..., DRAWWINDOW_DO_NOT_FLUSH) when frames are dirty. r=roc 2013-06-25 16:01:38 +10:00
Ehsan Akhgari
2906766499 Backed out changeset 1bf0cdeacb22 (bug 867460) for assertions in various test suites
Landed on a CLOSED TREE
2013-06-25 21:39:07 -04:00
Justin Lebar
a2fbedb1da No bug: Fix typo in name of unused parameter. DONTBUILD
--HG--
extra : rebase_source : d067ab4920157e8bd388eecc6df5130b0c3b61c4
2013-06-25 18:28:25 -07:00
Shu-yu Guo
14245978bf Bug 886632 - Rename ParallelArrayAnalysis to ParallelSafetyAnalysis; move it before GVN; remove its dependency on JSContext. (r=nmatsakis)
--HG--
rename : js/src/ion/ParallelArrayAnalysis.cpp => js/src/ion/ParallelSafetyAnalysis.cpp
rename : js/src/ion/ParallelArrayAnalysis.h => js/src/ion/ParallelSafetyAnalysis.h
2013-06-25 18:28:22 -07:00
Shu-yu Guo
2555e19536 Bug 887002 - Don't track PC-sensitive type for rest arrays. (r=bhackett) 2013-06-25 18:28:22 -07:00
Shu-yu Guo
101e79c9de Bug 884369 - Fix callsite cloning in poly inline dispatch + rooting in IC. (r=sstangl) 2013-06-25 18:28:21 -07:00
Ehsan Akhgari
17e7067306 Bug 886660 - Fix the leak in FFTBlock::SetFFTSize(); r=roc 2013-06-25 20:37:56 -04:00
Andrew McCreight
d34c9f81ce Bug 883037 - Clean up HOLD/DROP of nsHTMLDocument. r=peterv 2013-06-25 17:13:06 -07:00
Guilherme Gonçalves
a764e011fd Bug 884407 - Use an enum in SpeechRecognitionError. r=smaug 2013-06-25 20:08:58 -04:00
Sotaro Ikeda
33e78dc0da Bug 884182 - Prevent incorrect state transition. r=doublec 2013-06-25 20:08:58 -04:00
Andreas Gal
363a64ab55 Bug 867460 - Remove notion of ShaderProgramTypes from gfx/gl. r=bschouten, sr=joe 2013-06-24 13:05:13 -04:00
Garrett Robinson
8ac78ae738 Bug 858780 - Turn on CSP 1.0 spec compliant flag in Android settings. r=mfinkle 2013-06-25 20:08:58 -04:00
Michal Novotny
c50a800403 Bug 886791 - Deadlock can occur if nsThreadPool::Dispatch() is called under lock, r=bsmedberg 2013-06-26 01:18:39 +02:00
Terrence Cole
b169fecda8 Bug 886551 - Re-disable pre-barriers during minor GCs; r=bhackett
--HG--
extra : rebase_source : 7bbf374092b102b682179a41d72ab62017e24b04
2013-06-25 15:35:56 -07:00
Jason Orendorff
1955ab9c69 Bug 844805, part 3 - Remove two calls to FoldConstants from the parser. r=Waldo. 2013-06-25 17:40:00 -05:00
Jason Orendorff
4c6bcfaeb3 Bug 844805, part 2 - Don't even set the pn_op field of PNK_DOT/ELEM nodes. r=Waldo. 2013-06-25 17:40:00 -05:00
Jason Orendorff
0315ec1e7c Bug 844805, part 1 - Don't use the pn_op field of PNK_DOT/ELEM nodes. r=Waldo. 2013-06-25 17:40:00 -05:00
Jason Orendorff
c64bbbeaf4 Add passing test for bug 826124 which went away with JM. no_r=me. 2013-06-25 17:39:59 -05:00
Jason Orendorff
eaed0740bc Bug 885463 - Warn about 'yield' without operand. r=Waldo. 2013-06-25 17:39:59 -05:00
Geoff Brown
ff705ea969 Bug 882191 - Wait for Settings item to be enabled before selecting; r=liuche 2013-06-25 15:33:01 -07:00
Steven MacLeod
c8b13fc52d Bug 866638 - Ignore invalid URIs when importing Safari History, r=gavin
--HG--
extra : rebase_source : a7da5851b13ae1bb487ed843342e2c54976318fb
2013-06-25 18:12:23 -04:00
Alexander Surkov
fc8f49b4f1 Bug 884648 - no object attributes for aria-atomic='false', r=tbsaunde 2013-06-25 18:11:39 -04:00
Shane Caraveo
e40687f872 bug 886072 fix intermittent test failure in chat window tests, r=felipe 2013-06-25 12:32:33 -04:00
Michael Harrison
58fc2af3ce Bug 534409 - Fix incorrect sizing of the <audio> element when it has a non-auto width or height. r=doublec 2013-06-25 18:00:04 -04:00
Dan Minor (dminor@mozilla.com)
6b27b7227e Bug 811404 - Stage cpptests as part of package-tests. r=ted 2013-06-24 13:45:32 -04:00
Dan Minor (dminor@mozilla.com)
b95b5a1bd4 Bug 877266 - Add AndroidVersion to reftests and modify manifests for pandaboards. r=jmaher 2013-06-24 08:51:32 -04:00
Glenn Randers-Pehrson
5eeceb0a1e Bug 880847 - Update apng.patch to libpng version 1.5.16. r=joe 2013-06-25 17:58:52 -04:00
Jonathan Kew
c4eadbd18d bug 878674 - pt 2 - clean up obsolete copies of packaged fonts from the Android filesystem. r=blassey 2013-06-25 22:30:58 +01:00
Jonathan Kew
cde5e625bc bug 878674 - pt 1 - load Fennec bundled fonts directly from omnijar without copying them out to the filesystem. r=roc 2013-06-25 09:14:03 +01:00
Ryan VanderMeulen
968f212f34 Backed out changeset db34c0314a15 (bug 886199) for intermittent browser_webconsole_bug_644419_log_limits.js timeouts. 2013-06-25 17:29:05 -04:00
Chenxia Liu
f288dc943f Bug 886916 - Regression: Multiple-level settings screens do not handle "back" correctly. r=margaret 2013-06-25 14:22:19 -07:00
Mike Shal
f802c51370 Bug 886827 - remove extraneous space from moz.build file; r=joey 2013-06-25 11:15:51 -04:00
Jonathan Wilde
f0903a1031 Bug 885541 - Work - Move devtools icons in app bar into hamburger menu. r=fryn
--HG--
extra : rebase_source : bd850050552aecbd390f15f2c393927c9e09e750
2013-06-25 12:20:17 -07:00
Ryan VanderMeulen
97e4927fdb Merge m-c and inbound. 2013-06-25 17:03:44 -04:00
Ryan VanderMeulen
c19cfbf6ec Merge inbound and m-c. IGNORE BAD COMMIT MESSAGES 2013-06-25 17:02:45 -04:00
Gaia Pushbot
256b0dc0a3 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/d47d5ef7db4e
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #10550 from flodolo/bug886028

Bug 886028 - Fix localizability of "All-day Events" label in Calendar

========

https://hg.mozilla.org/integration/gaia-central/rev/9170bb733bf8
Author: Francesco Lodolo <flod@lodolo.net>
Desc: Bug 886028 - Fix localizability of "All-day Events" label in Calendar

Misspelled data-l10n-id
2013-06-25 11:10:22 -07:00
Gaia Pushbot
8dd70e26cb Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/9ffb39070db8
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #10566 from leob2g/Bug_885927_Adding_String_Localize_for_Edit

[885927][Calendar]Edit string adding to locale files for localization. r=lightsofapollo

========

https://hg.mozilla.org/integration/gaia-central/rev/f59bd2815daf
Author: sarath27.vs <sarath27.vs@lge.com>
Desc: [885927][Calendar]Edit string adding to locale files for localization
2013-06-25 11:00:25 -07:00
Gaia Pushbot
0ec7b7c7f4 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/78f20139e426
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #10588 from jonallengriffin/disabledragdrop

Bug 886602 - Disable homescreen dragdrop test in TBPL for orange, r=mdas...

========

https://hg.mozilla.org/integration/gaia-central/rev/96fe54549571
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Bug 886602 - Disable homescreen dragdrop test in TBPL for orange, r=mdas, a=test-only
2013-06-25 10:50:23 -07:00
Gaia Pushbot
dabaae677f Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/c3ffa219d18a
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #10587 from jonallengriffin/disablecal

Bug 868653 - Disable modify_event_test.js in TBPL for perma-orange, r=md...

========

https://hg.mozilla.org/integration/gaia-central/rev/0e86cbcd375b
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: foo2
2013-06-25 10:25:29 -07:00
Gaia Pushbot
fe2dc044ce Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/b488585bca04
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #10586 from jonallengriffin/disablegesture

Bug 868647 - Disable gesture detector tests on TBPL for perma orange, r=...

========

https://hg.mozilla.org/integration/gaia-central/rev/490fe03403fa
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Bug 868647 - Disable gesture detector tests on TBPL for perma orange, r=mdas, a=test-only
2013-06-25 10:15:29 -07:00
Gaia Pushbot
b471fdcf96 Bumping gaia.json for 2 gaia-central revision(s)
Truncated some number of revisions since the previous bump.

========

https://hg.mozilla.org/integration/gaia-central/rev/ce1afa62d3a5
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Merge pull request #10600 from comoyo/VCF-878820-2

Bug 878820 - Contacts imported from VCF files disappear [r=arcturus]

========

https://hg.mozilla.org/integration/gaia-central/rev/18b9fe694983
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Bug 878820 - Contacts imported from VCF files disappear [r=arcturus]

- Using mozContacts now
- Isolated functionality to make it easier to test
- Added Unit tests
2013-06-25 09:03:36 -07:00
Benjamin Smedberg
b4bef0087f Bug 886403 - Spelling errors from bug 880735, r=spelling 2013-06-25 11:57:36 -04:00
Benjamin Smedberg
9172995490 Bug 886423 - Turn on the click-to-play UI by default in Firefox desktop. As a side effect, remove the plugin permission from about:permissions because we're using per-plugin permission not per-site and about:permissions doesn't know about that. (page info knows about it) r=keeler 2013-06-25 11:57:30 -04:00
Andrew McCreight
819c36784c Bug 883657, part 2 - Don't force a GC in mozJSComponentLoader::UnloadModules. r=bholley 2013-06-25 08:42:40 -07:00
Andrew McCreight
7f974cd419 Bug 883657, part 1 - Run mozJSComponentLoader::UnloadModules() before the shutdown CC. r=bsmedberg 2013-06-25 08:42:39 -07:00