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

408659 Коммитов

Автор SHA1 Сообщение Дата
Dragana Damjanovic 5a2b70eda3 Bug 1111581 - Fix prefetch for e10s. r=mayhemer
CLOSED TREE
2015-02-27 09:41:21 -05:00
Daniel Holbert c928a4cf50 Bug 1107378 - Part 4: Add mochitest for our CSS unprefixing functionality. r=dbaron 2015-02-26 12:07:08 -08:00
Daniel Holbert 9bd3f234d9 Bug 1107378 - Part 3: In cases where we're unprefixing, treat "display:-webkit-box" as "display: flex" (& same for "-moz-box" if we previously saw "-webkit-box"). r=dbaron 2015-02-26 12:07:07 -08:00
Daniel Holbert 2e3b8890c2 Bug 1107378 - Part 2: Make the CSS Parser call out to the unprefixing service, when it detects a vendor-prefixed property name (if pref is enabled). r=dbaron 2015-02-26 12:07:06 -08:00
Daniel Holbert b855d11507 Bug 1107378 - Part 1: Create a JS-implemented "CSS Unprefixing Service" that can convert certain -webkit prefixed CSS to an unprefixed form. r=dbaron 2015-02-26 12:07:05 -08:00
Boris Zbarsky 9a9a31209e Bug 1131803 - Comment fix followup. 2015-02-26 16:33:02 -05:00
Boris Zbarsky db8c6eb30d Bug 1137334. Remove nsIDOMWindowUtils.getParent. r=bholley. We still have a CLOSED TREE, sadly. 2015-02-26 15:58:59 -05:00
Boris Zbarsky 111d75dbac Bug 1136925 part 4. Stop passing parents to ProxyObject::New. r=waldo 2015-02-26 15:58:59 -05:00
Boris Zbarsky f027a773ea Bug 1136925 part 3. Stop passing parents to js::NewProxyObject. r=waldo 2015-02-26 15:58:59 -05:00
Boris Zbarsky 0981ef8007 Bug 1136925 part 2. Stop passing a parent to Wrapper::New. r=waldo,bholley 2015-02-26 15:58:59 -05:00
Boris Zbarsky 407a8559b0 Bug 1136925 part 1. Stop passing a parent to JS_CloneObject. r=waldo 2015-02-26 15:58:59 -05:00
Boris Zbarsky 84b402dc8a Bug 1131803. Remove the use of parents from SandboxCallableProxyHandler and SandboxProxyHandler. r=bholley 2015-02-26 15:58:59 -05:00
Ryan VanderMeulen 4c291c5434 Bug 1137694 - Disable browser_net_sort-03.js on Linux opt e10s.
CLOSED TREE
2015-02-27 09:29:58 -05:00
Ms2ger cbdd3e820e Backout changeset af0e56fc81b3 (bug 1111581) to hopefully fix m-dt timeouts on a CLOSED TREE. 2015-02-27 12:02:02 +01:00
Wes Kocher cc0d195b68 Backed out 4 changesets (bug 1107378) as a last grasped straw to figure out the m-dt bustage on a CLOSED TREE
Backed out changeset 44144b892414 (bug 1107378)
Backed out changeset 5a8d5e8ff524 (bug 1107378)
Backed out changeset 960037d0fc98 (bug 1107378)
Backed out changeset 23fb39cb0f97 (bug 1107378)
2015-02-26 23:35:25 -08:00
Wes Kocher 4917048615 Backed out changeset 4ef990c3d69d (bug 1131803) for potentially busting mochitest-e10s-dt on a CLOSED TREE 2015-02-26 23:20:33 -08:00
Wes Kocher 83a7bcab58 Backed out changeset b590778549ab (bug 1131803) 2015-02-26 23:19:57 -08:00
Wes Kocher f657cd0135 Backed out 4 changesets (bug 1136925) for potentially busting m-e10s-dt on a CLOSED TREE
Backed out changeset 331761aaae22 (bug 1136925)
Backed out changeset 2faa0e91fe23 (bug 1136925)
Backed out changeset a00f2530c911 (bug 1136925)
Backed out changeset d5e658bc0792 (bug 1136925)
2015-02-26 23:17:34 -08:00
Wes Kocher b6d7cdb29f Backed out changeset 01abd154ac05 (bug 1137334) for potentially busting m-e10s-dt on a CLOSED TREE 2015-02-26 23:17:00 -08:00
Wes Kocher 3838ffe0b8 Merge m-c to inbound a=merge CLOSED TREE 2015-02-26 18:52:43 -08:00
Wes Kocher c4a10197bb Merge b2g-inbound to m-c a=merge CLOSED TREE 2015-02-26 18:47:34 -08:00
Wes Kocher d1dab12dcf Merge fx-team to m-c a=merge 2015-02-26 18:37:18 -08:00
Wes Kocher 04a00867d2 Backed out 2 changesets (bug 995394) for m-dt orange on a CLOSED TREE
Backed out changeset a250f116b563 (bug 995394)
Backed out changeset da37f3c9b4ce (bug 995394)
2015-02-26 17:56:14 -08:00
Wes Kocher 390b01dc2e Backed out changeset d7d9bbfa72c5 (bug 674779) for m-bc orange on a CLOSED TREE 2015-02-26 17:55:37 -08:00
Matt Woodrow 9f4bcd09eb Bug 1136984 - Followup to fix build. 2015-02-27 12:07:05 +13:00
Eric Faust 1f9ed77bc9 Bug 1066238 - Tests. (r=jorendorff) 2015-02-26 15:05:26 -08:00
Eric Faust 880e2eb983 Bug 1066238 - Part 2: Emitter support for static class methods. (r=jorendorff) 2015-02-26 15:05:24 -08:00
Eric Faust e79580725f Bug 1066238 - Part 1: Parser support for static class methods. (r=jorendorff) 2015-02-26 15:05:23 -08:00
Matt Woodrow cad9a42886 Bug 1136984 - Use correct units for comparing timestamps in TrackBuffer::RangeRemoval. r=jya 2015-02-27 11:47:46 +13:00
Matt Woodrow 9f1b1ecd84 Bug 1136984 - Always call DrainComplete in response to Drain, even if it wasn't called on the active decoder. r=cpearce 2015-02-27 11:47:12 +13:00
Matt Woodrow d9b857ba4f Bug 1132757 - Don't crash if we call WMFVideoMFTManager after we've initiated shutdown. r=cpearce 2015-02-27 11:46:10 +13:00
Kai Engert 8c48f9f304 Bug 1137470 - Upgrade Firefox to NSS 3.18, landing NSS_3_18_BETA7, r=nss-confcall 2015-02-26 23:29:08 +01:00
Ted Mielczarek 61b17bc728 bug 1137228 - use readline instead of iterator for reading mozprocess output. r=ahal
--HG--
extra : rebase_source : dfea4b912d5e91e13330e92fdd300a44bf0a9dc4
2015-02-26 15:16:59 -05:00
Joel Maher fa8aaf19d8 Bug 1131110 - Intermittent OSX 10.6 run-by-dir test_bug484459.xul. r=bholley 2015-02-26 15:32:21 -05:00
B2G Bumper Bot e7a8e00fc5 Bumping manifests a=b2g-bump 2015-02-26 11:32:54 -08:00
B2G Bumper Bot 7d8cff3f3e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/53713e514b92
Author: Fabrice Desré <fabrice@desre.org>
Desc: Merge pull request #28375 from aron-bordin/remove-storage-permission

Bug 1126638 - Remove the 'storage' permission from all manifests r=fabrice

========

https://hg.mozilla.org/integration/gaia-central/rev/cfa7c5229d26
Author: Aron Bordin <aron.bordin@gmail.com>
Desc: Bug 1126638 - Remove the 'storage' permission from all manifests R=aron.bordin
2015-02-26 11:30:27 -08:00
B2G Bumper Bot e97a0313fb Bumping manifests a=b2g-bump 2015-02-26 10:57:36 -08:00
B2G Bumper Bot cf2ae841f7 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6c324a9e08fe
Author: Manuel <manuel.casasbarrado@telefonica.com>
Desc: Bug 1125369 - [Messages][Edit] Users can prompt the delete confirmation screen multiple times at once r=julien,kgrandon,pivanov
2015-02-26 10:55:07 -08:00
B2G Bumper Bot 74a873afdf Bumping manifests a=b2g-bump 2015-02-26 10:28:02 -08:00
B2G Bumper Bot b28c99b4bc Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ecb1e8f3d829
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #28462 from AnishChandran/master

Changes in files for removing run-if in the bug 958147

========

https://hg.mozilla.org/integration/gaia-central/rev/4c709c473613
Author: Anish <anishchandran94@gmail.com>
Desc: Changes in files for removing run-if in the bug 958147
2015-02-26 10:25:23 -08:00
Ryan VanderMeulen 59ec06801b Merge m-c to b2g-inbound. a=merge 2015-02-26 13:12:51 -05:00
B2G Bumper Bot 9eaf8392e5 Bumping manifests a=b2g-bump 2015-02-26 10:09:16 -08:00
Ryan VanderMeulen e91361511c Bug 1126695 - Use tooltool gcc as HOST_CC/HOST_CXX on cross-compiled builds (gonk/android). a=me 2015-02-26 13:07:05 -05:00
B2G Bumper Bot 6a5699d42b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6f696bc74eac
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1133304 - merge pull request #28471 from punamdahiya:Bug1133304 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/213eca30ff16
Author: Punam Dahiya <punamdahiya@yahoo.com>
Desc: Bug 1133304 - [Camera] - Fix of recording time and red point overlap r=wilsonpage
2015-02-26 10:06:49 -08:00
B2G Bumper Bot 056c2f20a2 Bumping manifests a=b2g-bump 2015-02-26 08:13:22 -08:00
B2G Bumper Bot 8a198295d5 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2829d359d3e1
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #28484 from cctuan/1131510

Comment Bug 1131510 - Running settings.js on node.js

========

https://hg.mozilla.org/integration/gaia-central/rev/3d54a933bb8c
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 1131510 - Running settings.js on node.js, r=ricky

========

https://hg.mozilla.org/integration/gaia-central/rev/7952007e6fd9
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Merge pull request #27041 from gabrielesvelto/bug-942064-close-notifications-upon-deletion

Bug 942064 - Remove notifications for WAP Push messages that have been deleted by an action=delete message

========

https://hg.mozilla.org/integration/gaia-central/rev/d9adfcd3b958
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 942064 - Discard SI messages with a delete action but no explicit si-id field

========

https://hg.mozilla.org/integration/gaia-central/rev/d33f2db6cfbe
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 942064 - Introduce an event triggered when messages are deleted from the database and use it to clear notifications for said messages r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/0b7228cba450
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 942064 - Move the EventDispatcher sources into shared r=julienw,keving
2015-02-26 08:10:29 -08:00
B2G Bumper Bot 3088486e64 Bumping manifests a=b2g-bump 2015-02-26 07:57:45 -08:00
B2G Bumper Bot af808d9981 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/039b9ad7fbd1
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Merge pull request #28496 from gabrielesvelto/bug-1102814-keypad-volume-control-channel

Bug 1102814 - Use the `notification' channel to play keypad touch tones r=thills

========

https://hg.mozilla.org/integration/gaia-central/rev/b136b1331183
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 1102814 - Use the `notification' channel to play keypad touch tones r=thills
2015-02-26 07:55:19 -08:00
B2G Bumper Bot 8ddc3285ae Bumping manifests a=b2g-bump 2015-02-26 04:57:52 -08:00
B2G Bumper Bot 95ffc2f118 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c11d354808b2
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1134766 - merge pull request #28461 from albertopq:1134766-chrome-twitter to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/a9b4d884da40
Author: albertopq <albert.pastor@gmail.com>
Desc: Bug 1134766 - Maximizing chrome on error only on scrollable apps
2015-02-26 04:55:20 -08:00