Commit Graph

218944 Commits

Author SHA1 Message Date
Xidorn Quan
a30dbf98be (no bug) Add comment to clarify the reason of using UniquePtr in nsRubyBaseContainerFrame::Reflow. DONTBUILD, comment-only
--HG--
extra : rebase_source : b886f8cb9d0fb104e6a52267213b5afa19de8d08
extra : amend_source : 6c455e8f22ef1ecc58a0f3fe54327d964de85ecb
2014-12-11 11:24:53 +11:00
Jed Davis
fa76014b99 Bug 1108759 - Fix B2G no-optimization builds. r=glandium 2014-12-10 16:17:47 -08:00
David Rajchenbach-Teller
3834efffad Bug 1076775 - Implement History.removeHistoryByFilter;r=mak 2014-12-09 17:39:09 +01:00
Mark Hammond
b05b3dabbc Bug 1100069 - have nsIHandlerService::getTypeFromExtension fail gracefully and silently in xpcshell. r=bz 2014-12-11 11:13:35 +11:00
Wes Kocher
d43fd4f419 Backed out 2 changesets (bug 1108917) for mochitest-2 bustage on a CLOSED TREE
Backed out changeset e278ad9face8 (bug 1108917)
Backed out changeset 5c24dfe0cf87 (bug 1108917)
2014-12-10 15:53:21 -08:00
Wes Kocher
1c7227e9e3 Backed out changeset 0b71e08f9d34 (bug 1109431) for mochitest-2 bustage on a CLOSED TREE 2014-12-10 15:52:47 -08:00
Bobby Holley
6a3e8fe7c6 Bug 1108701 - Try to fix b2g jb bustage on a CLOSED TREE. r=me 2014-12-10 15:31:24 -08:00
Benoit Girard
63d21a12fa Bug 1105834 - Part 3: Add lz4 support to layers.dump-texture. r=jrmuizel 2014-12-08 14:42:33 -05:00
Benoit Girard
d1169f5e7f Bug 1105834 - Part 2: Add layers.dump-texture feature. r=mstange 2014-11-28 17:41:47 -05:00
Benoit Girard
57dd780f8a Bug 1105834 - Part 1: Add CreateDataSourceSurfaceByCloning to moz2d. r=mstange,bas 2014-11-28 18:11:03 -05:00
Ehsan Akhgari
2f86982186 Bug 1109697 - Fix more bad implicit constructors in netwerk; r=mcmanus 2014-12-10 17:49:42 -05:00
Ehsan Akhgari
3023408a90 Bug 1109694 - Fix more bad implicit constructors in DOM; r=baku 2014-12-10 17:49:09 -05:00
Ehsan Akhgari
278b49e363 Bug 1109699 - Fix more bad implicit constructors in gfx and image; r=jrmuizel 2014-12-10 17:48:11 -05:00
Ehsan Akhgari
15d4021e43 Bug 1109729 - Fix more bad implicit constructors in mfbt; r=froydnj 2014-12-10 17:47:42 -05:00
Ehsan Akhgari
82c69d955e Bug 1109705 - Fix more bad implicit constructors in layout; r=roc 2014-12-10 17:47:09 -05:00
Ehsan Akhgari
e1b3b9d76c Bug 1109841 - Remove the C11 _Static_assert which checks a runtime condition; r=abr
clang-cl enables C11 and therefore complains on this code:
static_assert expression is not an integral constant expression.
2014-12-10 17:46:42 -05:00
Benoit Girard
0160d36a2e Bug 1092320 - Log a warning to the console when will-change is out of budget. r=dbaron,khuey
--HG--
extra : rebase_source : edb72547f59ae3f62b4df323b81ff63ecb677b77
2014-11-22 00:35:20 -05:00
Matt Woodrow
f02ee7e40f Bug 1109431 - Apply TimestampsFuzzyEqual rounding to the buffered ranges returned from multiple decoders. r=ajones
--HG--
extra : rebase_source : 1ca8f7910db619b90fdc9478bb0dc52a5d16693b
2014-12-11 10:52:57 +13:00
Matt Woodrow
fe983b9546 Bug 1108917 - Part 2: Allow eviction of entire decoders that are ahead of the current play position. r=ajones
--HG--
extra : rebase_source : fc7fbd06e9c0c65de1c5ecb07a7a355fe1f6fbe8
2014-12-11 10:50:41 +13:00
Matt Woodrow
954ee2cc5a Bug 1108917 - Part 1: Attempt to evict data from decoders in start-time order. r=ajones
--HG--
extra : rebase_source : c906ca08b4a984a7b3e2ef1cdcaea810b5f5777d
2014-12-11 10:49:54 +13:00
Nick Fitzgerald
0b4996a264 Bug 1106919 - Add Debugger.Script.prototype.displayName; r=ejpbruel 2014-12-10 14:31:12 -08:00
Jason Orendorff
3adebb6c77 Bug 1103368, part 5 - Make Class::getProperty and setProperty nullable instead of needing stub functions. Never store stub functions in JSPropertyDescriptors. r=bhackett.
--HG--
extra : rebase_source : a44070dd6155426ef6026c1575116f90b5fdac0c
extra : amend_source : 8d8fcf05dfd5fdf214a39501663347a6d6b56463
2014-11-22 12:23:39 -06:00
Jason Orendorff
734d01443d Bug 1103368, part 4 - Ban stub getter/setter arguments to js::CheckDefineProperty. r=bhackett.
--HG--
extra : rebase_source : 407e9adaca3ee23e768f750cd84a0a8f3432e2fa
2014-11-22 08:43:56 -06:00
Jason Orendorff
3619b66af7 Bug 1103368, part 3 - Ban stub getter/setter arguments to JSObject::define{Generic,Property,Element} and js::SetPropertyIgnoringNamedGetter. r=bhackett.
--HG--
extra : rebase_source : c22527613154df11344f2e66060d7e6dae61b6de
2014-11-22 08:10:20 -06:00
Jason Orendorff
3414c5c5ff Bug 1103368, part 2 - Ban stub getter/setter arguments to js::baseops::Define{Property,Generic,Element}, DefineNativeProperty, and DefinePropertyOrElement. r=bhackett.
--HG--
extra : rebase_source : 1b8524aebf85aa27fa9542b8001cae489888e887
2014-11-21 21:07:13 -06:00
Jason Orendorff
d72b08b11e Bug 1103368, part 1 - Forbid stub getter/setter arguments to NativeObject::{add,change,put}Property. r=bhackett.
--HG--
extra : rebase_source : b3ab127f31c2ac83907f493e916b95ce19d1e7fc
2014-11-21 19:33:45 -06:00
Kartikaya Gupta
6493f3f028 Bug 1013432 - Followup to fix rebase error. r=me 2014-12-10 17:10:24 -05:00
Jordan Lund
c279dae2f5 Bug 1073772 - Releng work for producing two ARMv7 APKs - adds api 11 mozconfigs, r=rnewman 2014-12-10 14:09:04 -08:00
Bobby Holley
a303b15640 Bug 1108701 - Replace AudioDecodeRendezvous with promise-y goodness. r=cpearce,karlt 2014-12-10 14:03:56 -08:00
Bobby Holley
0e99e7de95 Bug 1108701 - Use MediaPromises for RequestAudioData and RequestVideoData. r=cpearce 2014-12-10 14:03:56 -08:00
Ryan VanderMeulen
1235490c83 Merge inbound to m-c. a=merge
CLOSED TREE
2014-12-10 16:01:20 -05:00
Ryan VanderMeulen
10be490a1b Merge fx-team to m-c. a=merge 2014-12-10 15:51:58 -05:00
Nick Fitzgerald
c0f610abce Bug 1108149 - Make ObjectQuery::findObjects use JS::ubi::RootList; r=shu 2014-12-10 09:47:21 -08:00
Ryan VanderMeulen
b200e7d1b4 Backed out changesets 027c65d3ac10 and 541ea8e2706e (bug 1104623) for intermittent leaks in the new test. 2014-12-10 12:43:56 -05:00
B2G Bumper Bot
e0d826a4a2 Bumping manifests a=b2g-bump 2014-12-10 07:46:46 -08:00
B2G Bumper Bot
4960983a5c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/eb159ab3c68c
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #26269 from weideng/bug1100192

Bug 1100192 - [Keyboard][Handwriting] Add words prediction feature. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/2e21a6d14e34
Author: wdeng <wdeng@mozilla.com>
Desc: Bug 1100192 - [Keyboard][Handwriting] Add words prediction feature
2014-12-10 07:42:33 -08:00
B2G Bumper Bot
91df86442c Bumping manifests a=b2g-bump 2014-12-10 07:38:45 -08:00
B2G Bumper Bot
88b69d9112 Bumping manifests a=b2g-bump 2014-12-10 07:33:57 -08:00
B2G Bumper Bot
3893c703af Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/239410962285
Author: BavarianTomcat <tomcat@mozilla.com>
Desc: Revert "Bug 982839 - Write a test to protect against the regression seen in bug 981804 (navigate out of fullscreen video)" for f2 test failures

This reverts commit 801300deb395acf4a1a61c511a63969e3aac4c83.
2014-12-10 07:33:40 -08:00
James Long
37011fbb74 Bug 1107541 - Display eval sources with a sourceURL pragma correctly in the debugger. r=fitzgen 2014-12-09 15:00:00 -05:00
Drew Willcoxon
feac183095 Bug 1026342 - Show legacy-Sync-to-Firefox-Accounts migration indicators in the app menu panel. r=markh 2014-12-10 09:33:36 -08:00
Michael Comella
bedbf11462 Bug 1085771 - Part 4: Move color state selector to colors/. r=lucasr
--HG--
rename : mobile/android/base/newtablet/res/drawable-large-v11/new_tablet_tab_strip_item_bg.xml => mobile/android/base/newtablet/res/color-large-v11/new_tablet_tab_strip_item_bg.xml
2014-12-10 09:35:54 -08:00
Michael Comella
4529a17112 Bug 1085771 - Part 3: Update LWT UI for new tablet browser toolbar. r=lucasr 2014-12-10 09:35:37 -08:00
Asaf Romano
4257bdd89a Bug 1105866 - Implement folderShorcutNode.targetFolderGuid (guid version of folderShortcutNode.folderItemId). r=mak 2014-12-10 19:03:15 +02:00
Marco Bonardo
9705506225 Bug 1098552 - Bookmarks.jsm should use case-insensitive keywords. r=Mano
--HG--
extra : rebase_source : 50db985a28194821d3e5e48d829e5af240ffdb31
extra : histedit_source : 8f26bfec9edbb82c4e1f5487c45583a563bb491f%2Cc41fba608e5de3958c8702adc5b779be30b0b0d7
2014-12-10 17:56:57 +01:00
Mark Banner
88c5de1c91 Follow-up to bug 1045498. Fix Loop's ui-showcase to load properly. rs=nperriault over irc, NPOTB so DONTBUILD 2014-12-10 15:45:22 +00:00
Eddy Bruël
d7072681bf Bug 1102441 - Clean up the BreakpointStore interface;r=jimb 2014-12-10 16:33:37 +01:00
Carsten "Tomcat" Book
b2cfa23d5e Merge mozilla-central to fx-team 2014-12-10 12:57:53 +01:00
Carsten "Tomcat" Book
b427d6dbed merge b2g-inbound to mozilla-central a=merge 2014-12-10 12:52:44 +01:00
Carsten "Tomcat" Book
7a09aebe14 merge fx-team to mozilla-central a=merge
--HG--
extra : amend_source : 3962a6a96e6eb782f640e1eb9495192ef82883b3
2014-12-10 11:55:54 +01:00