Nicholas Nethercote
88cafb4899
Bug 839376 (part 12) - Fix two easy rooting hazards in shell/js.cpp. r=terrence.
...
--HG--
extra : rebase_source : f542f9d056b956463ddf474efa538ea9a20d970d
2013-02-14 18:54:39 -08:00
Nicholas Nethercote
0cdb904fae
Bug 839376 (part 11) - Fix two more easy rooting hazards. r=terrence.
...
--HG--
extra : rebase_source : 37e7f5748b62018ab8ba8010f64d2c84f14578fa
2013-02-14 18:54:04 -08:00
Nicholas Nethercote
90debf9603
Bug 839376 (part 10) - Fix five rooting hazards in jsproxy.cpp. r=terrence.
...
--HG--
extra : rebase_source : 3a6220485cff14cca365a866dbcc21fda701b5b4
2013-02-14 18:49:33 -08:00
Nicholas Nethercote
bceaf59849
Bug 839376 (part 9) - Fix six rooting hazards in methodjit/PolyIC.cpp. r=terrence.
...
--HG--
extra : rebase_source : efcf013c9593f14958499165bc9b2941695056a8
2013-02-14 18:49:21 -08:00
Benjamin Peterson
8af073e21e
Bug 841549 - Fix sizeOfIncludingThis() during compression. r=njn
2013-02-14 23:25:17 -05:00
Reuben Morais
4bdc75de7e
Bug 837917 - Implement DOMCursor and DOMRequestService::fireDone(). r=sicking
...
--HG--
extra : rebase_source : 8ccb520402c53950d1c0149a0f5a3188fe838667
2013-02-08 12:25:37 -08:00
Mark Capella
8600127dce
Bug 837815 - Reading list button opens Top Sites, not Reading List, r=wesj
2013-02-14 21:18:30 -05:00
Gregor Wagner
a09871a4c5
Bug 752982: Backout c144a6760459 on CLOSED TREE
2013-02-14 20:10:16 -08:00
Gregor Wagner
f8a2d4036c
Bug 752982: Backout aa98a13a5f73 on CLOSED TREE
2013-02-14 20:09:51 -08:00
Bill McCloskey
21c15bea2b
Bug 832812 - Don't use off-thread Ion compilation while profiling (r=dvander)
...
--HG--
extra : rebase_source : 0bcb79b0d8c1d6d2c0f23efdb0698a27a02f3d45
2013-02-14 17:13:38 -08:00
Myk Melez
31f40a8086
bug 841265 - stop trying to confirm installs that don't prompt in apps tests; r=fabrice
2013-02-14 17:00:29 -08:00
Nicholas Nethercote
6da44d6bef
Bug 839973 - Reduce chunk size for JSCompartment::typeLifoAlloc. r=billm.
...
--HG--
extra : rebase_source : 2b85704f2ba25698df1b93ed02e43629e2d333d4
2013-02-14 16:20:15 -08:00
Gregor Wagner
404ddb1215
Bug 841590 - Bluetooth: Fix hashtable remove. r=bent
2013-02-14 16:45:13 -08:00
Anhad Jai Singh
fddccbe739
Bug 827493 - Make Marionette use moznetwork, r=jhammel
2013-02-14 13:42:26 -08:00
Anton Kovalyov
7bab4a1393
Bug 834751, De-emphasize lines from browser JS in the Profiler, r=robcee
2013-02-08 10:13:30 -08:00
Panos Astithas
68b972aee6
Merge m-c to fx-team
2013-02-08 11:44:11 +02:00
Patrick Wang
33173b6671
Bug 769178 - Add error page for about:certerror. r=fabrice
2013-02-08 12:08:52 +08:00
Ryan VanderMeulen
edfd80c919
Merge m-c to inbound.
2013-02-09 11:00:05 -05:00
Ryan VanderMeulen
98862fcd67
Merge the last PGO-green inbound changeset to m-c.
2013-02-09 10:43:45 -05:00
Phil Ringnalda
cb79659a5f
Back out 1b98c119cbfb (bug 8203709) for bustage
...
CLOSED TREE
2013-02-09 07:15:43 -08:00
Jan de Mooij
0771bdc2ff
Bug 839420 - Refactor ReportIsNotFunction to not use spIndexOf and remove spIndexOf. r=bhackett
2013-02-09 13:51:48 +01:00
Jan de Mooij
22678ea715
Bug 836742 part 2 - Move EnsureExitFrame to IonFrames.cpp, rename IonFrame_Bailed_*. r=nbp
2013-02-09 13:49:07 +01:00
Robert O'Callahan
af668db99e
Bug 8203709. Handle failure to create a snapshot surface in GetImageDataArray. r=mattwoodrow
2013-02-10 00:28:18 +13:00
Jeff Walden
15f60ef632
Rename the |static const bool result| member of IsSame, IsPod, and IsPointer to |value| to be consistent with every other type trait. I have no idea how I managed to consistently not notice this during review. Followup to bug 723228, r=typo
2013-02-08 22:59:54 -08:00
Alexander Surkov
1b576f47da
Bug 445510 - Support ARIA-based text attributes, r=tbsaunde
...
--HG--
rename : accessible/tests/mochitest/attributes/test_text.html => accessible/tests/mochitest/textattrs/test_general.html
2013-02-09 13:36:34 +09:00
Jason Duell
710d5e47dd
Backed out changeset 1a2e34c9ebc7 (bug 835698) a=bustage_from_bug_839688
2013-02-08 17:18:28 -08:00
Jason Duell
1976df1ef8
Backed out changeset f21da1055c46 (bug 835698) a=bustage_from_bug_839688
2013-02-08 17:18:18 -08:00
Andrea Marchesini
d6bd85c6bb
Bug 839487 - HTMLAreaElement::SetHref can throw. r=bz
2013-02-08 12:56:59 -05:00
Raymond Lee
3f6e59b25d
Bug 806743 - Add a test for per-window private download history. r=jdm
2013-02-08 10:59:50 +08:00
Jeff Walden
0e302a5094
Bug 826009 - Move locale callback info, default locale, etc. data and APIs to be JSRuntime-centered. f=bholley, r=jorendorff
...
--HG--
extra : rebase_source : 35317f4c29e9dd70e7d4fd1292027cfd51ce2675
2013-02-07 18:04:11 -08:00
Cameron McCormack
7d776dcf48
Bug 840317 - Re-evaluate media queries in scoped style sheets. r=dbaron
2013-02-12 11:48:44 +11:00
Tom Schuster
fa440a8a6f
Bug 840172 - Rooting fixes for Wrapper and wrap. r=terrence
2013-02-12 01:31:10 +01:00
Cameron McCormack
56456cb814
Bug 840041 - Handle all possible dominant-baseline values when mapping internally to a vertical-align value for SVG text. r=roc
...
--HG--
extra : rebase_source : e5cc5996297e85a544a37b7a17e3be80e87d2489
2013-02-12 10:32:48 +11:00
Jim Chen
51fde16e5b
Backout rev d38f1897c28f (bug 826053) pending review by build peer DONTBUILD
2013-02-11 18:30:59 -05:00
Jonathan Watt
65b8da93b9
Bug 839865 - Stop calling nsSVGUtils::InvalidateBounds for SVG transform changes, and use DLBI instead. r=mattwoodrow.
2013-02-11 23:25:56 +00:00
Jonathan Watt
c058b37b9b
Bug 839866 - Set the dom.experimental_forms pref for all tests, not just a few select tests. r=mounir.
...
--HG--
extra : rebase_source : ed22c6b00a3b3fd74916310eb17e267a3c5ba135
2013-02-11 23:14:35 +00:00
Tetsuharu OHZEKI
a0025f82c6
Bug 833003 - Use metadata.scaleRatio as its value if viewport metadata.defaultZoom has no value. r=kats
2013-02-11 18:15:18 -05:00
Matthew Gregan
1d5f0aa655
Bug 839319 - Initialize WAVE_FORMAT_EXTENSIBLE correctly in cubeb winmm backend. r=doublec
2013-02-08 14:00:24 +13:00
Matthew Gregan
af70a2cd1e
Bug 837430 - Don't hold the decoder monitor while initializing AudioStreams. r=cpearce
2013-02-08 13:46:33 +13:00
Alexander Surkov
0f7019205f
Bug 838407 - aria-hidden false value shouldn't be exposed via object attributes, r=tbsaunde
2013-02-11 09:54:14 +09:00
Wan-Teh Chang
9523519999
Bug 807883: Update NSPR to NSPR 4.9.6 Beta 1 to pick up the new
...
PL_SizeOfArenaPoolExcludingPool function. Also include the fixes
for bug 782214, bug 812085, bug 827271.
2013-02-10 16:27:31 -08:00
Bobby Holley
778e86b208
Bug 839867 - Align gecko with the spec on cross-origin access to Location.hash. r=bz
...
We update the tests to cover this case. There was also a bug in the tests where
we were accidentally testing non-writable Location properties against window
rather than window.location. :-(
2013-02-11 00:05:17 +01:00
Chris Pearce
24490a70f5
Bug 837842 - Make WMFByteStream::GetCapabilities() on report partially download if MediaResource is not fully cached. r=padenot
2013-02-11 11:31:43 +13:00
Chris Pearce
638fd4ded3
Bug 805261 - Implement nsChildView::GetScreenBounds() (MacOSX). r=BenWa
2013-02-11 11:31:00 +13:00
Florian Quèze
dea7275663
Bug 758288 - "Warning: function onKeyPress does not always return a value" for autocomplete.xml, r=enn.
2013-02-10 23:11:42 +01:00
Florian Quèze
a18ca35008
Bug 838552 - nsSessionStartup.js' debug code is noisy, r=Yoric.
2013-02-10 23:08:32 +01:00
Fabrice Desré
1965b263d7
Bug 838102 - activities are saved in the manifest with a modified href after an update r=julienw
2013-02-10 10:54:13 -08:00
Terry Liu
9d7a70ceee
Bug 823639 - Disable keyboard suggestions in bookmark_edit.xml. r=sriram
2013-02-10 13:35:42 -05:00
Avi Halachmi
c414b438fb
Bug 828097: Add telemetry probes for tab animation smoothness. r=felipc,vdjeric
2013-02-08 01:55:39 +02:00
Gregor Wagner
376b8e08d0
Bug 839094 - Followup: minor test change. r=me
2013-02-08 09:46:22 -08:00