Seth Fowler
a704fc2527
Bug 1116733 (Part 1) - Allocate frames off-main-thread. r=tn
2015-01-08 00:04:31 -08:00
Seth Fowler
5d761e1f76
Bug 1116735 - Allocate frames in the decoder. r=tn
...
--HG--
extra : rebase_source : df5c3cbe4e8a8ad40e4a7fa04a2c53e1c3bad559
2015-01-08 00:01:25 -08:00
Nicholas Nethercote
8582ff9187
Bug 1014341 (part 1) - Remove trace-malloc. r=dbaron,glandium.
...
--HG--
extra : rebase_source : 771710c5427141d738eef112fab00951eb8e20e3
2015-01-07 16:13:03 -08:00
Nicholas Nethercote
13ece8ea89
Bug 1014341 (part 0b) - Remove trace-malloc mentions from diff-talos.py. r=jmaher.
...
--HG--
extra : rebase_source : 439076b23b4cd28bf8dc64c0444968c4847aab01
2015-01-07 16:12:31 -08:00
Nicholas Nethercote
cbe2a8e0a3
Bug 1014341 (part 0) - Don't use trace-malloc in devtools automation files. r=sfink.
...
--HG--
extra : rebase_source : 415426282b0fd4684be1221caeee163dbbde5b3e
2015-01-06 14:59:04 -08:00
Brian Smith
7e9ea7c5f5
Bug 1118599 - Remove now-unneeded MOZILLA_PKIX_ENUM_CLASS workaround for GCC enum class bugs. r=mmc
2015-01-06 18:28:09 -08:00
Morris Tseng
122fdccfae
Bug 1118136 - Check if targets match before forcing dispatch selection state changed event. r=roc
2015-01-06 22:23:00 +01:00
Michael Pruett
b9d2bd339e
Bug 1118024 - Use new PL_DHashTable{Add,Lookup,Remove} functions. r=nfroyd
2015-01-05 20:27:28 -06:00
Michael Pruett
9424a24884
Bug 1118024 - Add explicit PL_DHashTable{Add,Lookup,Remove} functions. r=nfroyd
2015-01-05 20:26:50 -06:00
Xidorn Quan
2f2823d35f
Bug 1099807 part 5 - Reftests for ruby intra-level whitespaces. r=dholbert
...
--HG--
extra : source : 0bbef725cf7f1abee96b98c7fe507f35115ecea9
2015-01-08 18:28:09 +11:00
Xidorn Quan
57996fc4ea
Bug 1099807 part 4 - Fix line breaking around ruby intra-level whitespaces. r=dholbert
...
--HG--
extra : source : f6ebe9d9c7c863b18497e3c326f4486c5837a163
2015-01-08 18:28:09 +11:00
Xidorn Quan
4f48eecc94
Bug 1099807 part 3 - Use specific frame type in RubyColumn. r=dholbert
...
--HG--
extra : source : 0d78d1c0d10d9b5e32c0843a258d29e12f1369c4
2015-01-08 18:28:09 +11:00
Xidorn Quan
6314c00688
Bug 1099807 part 2 - Implement intra-level whitespace pairing. r=dholbert
...
Line breaking is not handled properly in this patch.
It would be fixed in the part 4.
--HG--
extra : source : 49c457bbcd3a55f7ee65b007d50dd2884c7158af
2015-01-08 18:28:09 +11:00
Xidorn Quan
11c1ac01de
Bug 1099807 part 1 - Add common superclass for ruby base and ruby text. r=dholbert
...
--HG--
extra : source : 9dd5b0a847a1d698589c14e9dde5ced195eed646
2015-01-08 18:28:09 +11:00
David Major
62db1b818f
Bug 1119030: Make MOZ_CRASHes unique to prevent compiler folding. r=Waldo
...
--HG--
extra : rebase_source : f8401e3eee6c62545553452e355c8213480a869d
2015-01-08 19:13:04 +13:00
Shu-yu Guo
739c03aa24
Bug 1116143 - Patch bare callVMs correctly in debug mode OSR. (r=jandem)
2015-01-07 22:02:35 -08:00
Shu-yu Guo
651e1b0207
Bug 1118038 - Remove JIT parts of PJS. (r=lth)
2015-01-07 01:18:42 -08:00
Christoph Kerschbaumer
9bf28aea8a
Bug 1107638 - Add innerWindowID to LoadInfo (r=sicking,jduell)
2015-01-07 15:51:20 -08:00
Xidorn Quan
69be1e0363
Bug 1069519 part 3 - Add reftests for ruby line height calculation. r=dholbert
...
--HG--
extra : source : 728da9f1603aea283356de9f69f678667514cc70
2015-01-08 16:02:41 +11:00
Xidorn Quan
23c276c586
Bug 1069519 part 2 - Make line height calculation be aware of ruby annotations. r=dholbert
...
--HG--
extra : source : e8c8f94afde330276b5d907520d93da10e8f998c
2015-01-08 16:02:41 +11:00
Xidorn Quan
2f733e0b8b
Bug 1069519 part 1 - Use common.css in previous ruby reftests. r=dholbert
...
--HG--
extra : source : 044fe5c95847a6324cdc66e0b2f5855c38d05f0e
2015-01-08 16:02:41 +11:00
Brian Birtles
b2edbbe9e5
Bug 1112422 - Turn on the Web Animations API by default for chrome callers; r=bz
2015-01-08 13:53:24 +09:00
Bas Schouten
73fbcb4848
Bug 1118328 - Part 2 - Followup: Workaround a bug in GCC 4.4. r=bustage on a CLOSED TREE
2015-01-08 03:34:07 +01:00
Wes Kocher
c95c485cdc
Backout 852f51cb251e (bug 1117864) for various plugin test failures on a CLOSED TREE
2015-01-07 18:35:40 -08:00
Jeff Muizelaar
782e149f98
Bug 1119089. Switch from the ineffecient x = x.sub(x, y) to x.subout(y);
...
The recently added move assignment operators make the existing pattern more
efficient, but using SubOut() is cleaner and even more efficient.
--HG--
extra : rebase_source : 14ba52bfde0a4a591ca39b92d86632206bbe13eb
2015-01-07 21:18:57 -05:00
JerryShih
22c4674258
Bug 1118841 - Implement the RefreshTimerVsyncDispatcher. r=kats
2015-01-07 18:17:36 -08:00
Neil Deakin
966f434099
Bug 1116457, attach the focus event listener to the right child window, r=jmaher
2015-01-07 20:52:20 -05:00
Neil Deakin
4e63aa936f
Bug 1102039, Ensure that the popup's widget visibility is updated after rollup, allows popups to disappear at the start of the minimize animation rather than after, r=tn
2015-01-07 20:52:20 -05:00
Neil Deakin
5f6fe195ec
Bug 1088540, fix email link for content processes, r=gijs
2015-01-07 20:52:20 -05:00
Bas Schouten
8e02a38443
Bug 1118328 - Part 2: Test whether the content backend supports creating data draw targets before attempting to create one. r=jrmuizel
2015-01-07 22:58:25 +01:00
Bas Schouten
a04eac5441
Bug 1118328 - Part 1: Expose DoesBackendSupportDataDrawTarget function to test backend capabilities. r=jrmuizel
2015-01-07 22:58:20 +01:00
Aaron Klotz
a4a0f41ccd
Bug 1117864: Do not pass a runnable to PluginProcessParent::Launch when initializing plugins synchronously; r=jimm
...
--HG--
extra : rebase_source : 8d9b8b39f6da3133ea4200d60f9a7054797ccf4b
2015-01-07 12:39:37 -07:00
Nicholas Nethercote
192a8800b8
Bug 1118950 - Fix mistyped DEBUG condition in GlobalHelperThreadState(). r=bhackett.
...
--HG--
extra : rebase_source : 7eb64d3f08095c085af9be4e1ec15df177043235
2015-01-07 17:48:21 -08:00
Nicholas Nethercote
ff5536cd3a
Bug 1117017 - Initialize the IdSet lazily in jsiter.cpp:Snapshot(). r=sfink.
...
--HG--
extra : rebase_source : a07c2f17db6f66985386cb0f9c8b92418c818167
2015-01-07 13:47:10 -08:00
Nicholas Nethercote
8ccacc15a3
Bug 1105895 - Use JSInlineString where possible in ConcatStrings(). r=jandem.
...
--HG--
extra : rebase_source : d6b8e173fb3721d77076b8a9b58e5fa7a29960b5
2015-01-06 15:41:35 -08:00
Mike Hommey
403bf99083
Bug 1110760 - Build and Package Chromium Sandbox wow_helper. r=gps
2015-01-08 10:44:41 +09:00
Mike Hommey
0e7bbf59c9
Bug 1110760 - Increase the chances of the wow_helper target code symbols being in the assumed order. r=aklotz
2015-01-08 10:44:41 +09:00
Bob Owen
15af7f7f74
Bug 1110760 - Import Chromium Sandbox wow_helper code. r=aklotz
2015-01-08 10:44:40 +09:00
Mike Hommey
bea460ea09
Bug 1091377 - Don't use -static-libstdc++ when building with stlport. r=mshal
...
It turns out that while it may have been needed at the time it was added (which,
retrospectively, I'm not even sure was the case), it definitely isn't needed
anymore.
2015-01-08 10:44:40 +09:00
Ehsan Akhgari
8469937262
Bug 1118613 - Mark virtual overridden functions as MOZ_OVERRIDE in dom/media; r=kinetik
2015-01-07 20:40:05 -05:00
Wes Kocher
e0a70c89f3
Backout 0d091f3311b4 (bug 1118328) for build bustage on a CLOSED TREE
2015-01-07 16:54:14 -08:00
Wes Kocher
00b5aa1577
Backout 467595d39929 (bug 1118328) for build bustage on a CLOSED TREE
2015-01-07 16:53:13 -08:00
Jeff Gilbert
b3b339de83
Bug 1105535 - Move color_buffer_[half_]float out from draft status. - r=kamidphish
2015-01-07 16:28:05 -08:00
Botond Ballo
a19173bbee
Bug 1073003 - Enable warnings-as-errors on B2G (for gcc >= 4.4). r=glandium
...
--HG--
extra : rebase_source : 07c51a7d15aaa6c5d1f8447961d511aa6136092c
2014-12-17 14:09:54 -05:00
Botond Ballo
a22b4f8419
Bug 1073003 - Fix warnings about calling 'delete' on an object of incomplete type. r=jolin
...
--HG--
extra : rebase_source : 520fd7cdaad55805639a109bd5fd55308a721fc4
2015-01-02 17:27:02 -05:00
Botond Ballo
71fbb0cb48
Bug 1073003 - Fix -Wsign-conversion warnings. r=ehsan
...
--HG--
extra : rebase_source : 89079791628aeea551820c3ba42788da806ea9a3
2014-12-23 03:26:40 -05:00
Botond Ballo
7c7df7d0b2
Bug 1073003 - Fix -Wnarrowing warnings. r=ehsan
...
--HG--
extra : rebase_source : 7cc4ede9e1e2d7ced96bb891f3b6774164c80869
2014-12-23 03:26:21 -05:00
Botond Ballo
5cdada34a7
Bug 1073003 - Avoid returning a reference to a temporary. r=jhlin
...
--HG--
extra : rebase_source : fa3c61864772af48f098cfd080333d450535462b
2014-12-23 03:25:21 -05:00
Botond Ballo
c2278547cb
Bug 1073003 - Fix a -Woverloaded-virtual warning by renaming a method. r=alfredo
...
--HG--
extra : rebase_source : 29b0256a20f4b7a7dc0d5c4e121889eff41be315
2014-12-23 03:24:14 -05:00
Botond Ballo
920da7f94d
Bug 1073003 - Fix -Wattribute and -Wmultichar warnings in select directories by disabling them. r=ehsan,ted
...
--HG--
extra : rebase_source : daf7c38dee86adf07c6d87632a18af60e0eb4f0d
2014-12-23 03:22:50 -05:00