Граф коммитов

396358 Коммитов

Автор SHA1 Сообщение Дата
Ehsan Akhgari ca5c6ca575 Bug 1109699 - Fix more bad implicit constructors in gfx and image; r=jrmuizel 2014-12-10 17:48:11 -05:00
Ehsan Akhgari 979a27329e Bug 1109729 - Fix more bad implicit constructors in mfbt; r=froydnj 2014-12-10 17:47:42 -05:00
Ehsan Akhgari b35004b3cd Bug 1109705 - Fix more bad implicit constructors in layout; r=roc 2014-12-10 17:47:09 -05:00
Ehsan Akhgari fd1c6fd698 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 80634e36cd 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 7182f1554c 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 c8cf5fc8d0 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 53e63e0a0c 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 7ad137e321 Bug 1106919 - Add Debugger.Script.prototype.displayName; r=ejpbruel 2014-12-10 14:31:12 -08:00
Jason Orendorff 92f1bf16c5 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 1c534dd02f 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 37a9b9a235 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 317e18f2b5 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 9cb6951475 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 a40e4d18ab Bug 1013432 - Followup to fix rebase error. r=me 2014-12-10 17:10:24 -05:00
Jordan Lund f872352bde 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 65fb74f0e7 Bug 1108701 - Replace AudioDecodeRendezvous with promise-y goodness. r=cpearce,karlt 2014-12-10 14:03:56 -08:00
Bobby Holley 60c0158fdd Bug 1108701 - Use MediaPromises for RequestAudioData and RequestVideoData. r=cpearce 2014-12-10 14:03:56 -08:00
Ryan VanderMeulen 437abd21ee Merge inbound to m-c. a=merge
CLOSED TREE
2014-12-10 16:01:20 -05:00
Ryan VanderMeulen 77ed5bc87e Merge fx-team to m-c. a=merge 2014-12-10 15:51:58 -05:00
Nick Fitzgerald 3a35ba79f1 Bug 1108149 - Make ObjectQuery::findObjects use JS::ubi::RootList; r=shu 2014-12-10 09:47:21 -08:00
Ryan VanderMeulen 2662512950 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 34eb8302cf Bumping manifests a=b2g-bump 2014-12-10 07:46:46 -08:00
B2G Bumper Bot fb07a92900 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 e0084f721b Bumping manifests a=b2g-bump 2014-12-10 07:38:45 -08:00
B2G Bumper Bot 2c9930ae50 Bumping manifests a=b2g-bump 2014-12-10 07:33:57 -08:00
B2G Bumper Bot e5a5f01de0 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 eacfd607a3 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 494752c549 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 de990a2943 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 1801e8d094 Bug 1085771 - Part 3: Update LWT UI for new tablet browser toolbar. r=lucasr 2014-12-10 09:35:37 -08:00
Asaf Romano 40a4768f10 Bug 1105866 - Implement folderShorcutNode.targetFolderGuid (guid version of folderShortcutNode.folderItemId). r=mak 2014-12-10 19:03:15 +02:00
Marco Bonardo 8358e1d6f7 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 47d6d474ac 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 f433ae9192 Bug 1102441 - Clean up the BreakpointStore interface;r=jimb 2014-12-10 16:33:37 +01:00
Carsten "Tomcat" Book 02a5fb130a Merge mozilla-central to fx-team 2014-12-10 12:57:53 +01:00
Carsten "Tomcat" Book 2145ba8738 merge b2g-inbound to mozilla-central a=merge 2014-12-10 12:52:44 +01:00
Carsten "Tomcat" Book 3baa3d5133 merge fx-team to mozilla-central a=merge
--HG--
extra : amend_source : 3962a6a96e6eb782f640e1eb9495192ef82883b3
2014-12-10 11:55:54 +01:00
Phil Ringnalda e5c9c8572c Backed out changeset a7221c06e193 (bug 1096666) for check_spidermonkey_style.py failures
CLOSED TREE
2014-12-09 23:00:05 -08:00
B2G Bumper Bot b5d2ccc522 Bumping manifests a=b2g-bump 2014-12-09 22:26:01 -08:00
B2G Bumper Bot 8103b3d1e3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7736b561cce1
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #26684 from arai-a/bug1108965

Bug 1108965 - Call Set constructor with new in input_layout.js, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/6284e0515169
Author: Tooru Fujisawa <arai_a@mac.com>
Desc: Bug 1108965 - Call Set constructor with new.
2014-12-09 22:24:25 -08:00
Jason Orendorff 3cda9fc4af Follow-up to bug 1083211 to fix non-unified build breakage. r=bustage, a=philor. CLOSED TREE.
--HG--
extra : rebase_source : 0e0365064e25c9fd47ea5f5d2cbdc31309ce17af
2014-12-09 23:14:09 -06:00
Phil Ringnalda 4ebffbeaa2 Backed out 2 changesets (bug 1105128) for Windows make check failures
CLOSED TREE

Backed out changeset 5dfe0838798c (bug 1105128)
Backed out changeset def38e936db8 (bug 1105128)
2014-12-09 20:42:01 -08:00
Karl Tomlinson 323baa2777 backout 78bde999fddd from bug 975782 for assertion failure in mochitest CLOSED TREE
--HG--
extra : amend_source : 3802b09260b751790211ed5fe8174bf162694e5a
2014-12-10 17:33:46 +13:00
John Daggett 7837d2ecf9 Bug 1109403 - trim out unused Azure FontOptions struct. r=m_kato 2014-12-10 13:09:30 +09:00
B2G Bumper Bot ad8635dcbc Bumping manifests a=b2g-bump 2014-12-09 18:31:55 -08:00
B2G Bumper Bot 1020e48ff9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1c3a35700c9e
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #26642 from huchengtw-moz/bug-1107976-app-to-landing-app

Bug 1107976 - [Stingray][System] handle app to landing app opening., r=lchang

========

https://hg.mozilla.org/integration/gaia-central/rev/10aa59f67423
Author: John Hu <johu@mozilla.com>
Desc: Bug 1107976 - [Stingray][System] handle app to landing app opening.
2014-12-09 18:22:16 -08:00
Kyle Machulis 0636c32ce5 Bug 1105511 - Make observer principal cache name reflect content; r=gerard-majax 2014-12-09 13:53:20 -08:00
Kyle Machulis acc7048fe4 Bug 1105511 - Store principals with locks instead of with tasks; r=gerard-majax 2014-12-09 13:53:04 -08:00
Kyle Machulis ac9724ff1e Bug 1105511 - Check validity of principals before doing permissions check; r=gerard-majax 2014-12-09 13:52:46 -08:00