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

395163 Коммитов

Автор SHA1 Сообщение Дата
Hannes Verschore c7dde7c9ac Bug 1105684 - IonMonkey: Small fixes to the filter at branch infrastructure, r=bbouvier 2014-11-27 17:01:52 +01:00
Jonathan Kew eabd4ebe1c Bug 1087147 - Prefer Droid Sans Fallback to a Japanese font for Chinese text on B2G. r=pike 2014-11-27 15:49:46 +00:00
Dave Hunt 164f5d917f Bug 1105764 - [mozdevice] Bump version to 0.44. r=mdas 2014-11-27 15:32:41 +00:00
Carsten "Tomcat" Book 4155be994b Backed out changeset 761071f57ab6 (bug 1024809) for emulator ics bustage 2014-11-27 16:30:41 +01:00
Jonathan Kew f62cda0697 Bug 1105268 - Reftest for CSS min- and max- dimensions with vertical writing mode. r=smontagu 2014-11-27 15:15:26 +00:00
Jonathan Kew b7a4ad0f5e Bug 1105268 - part 2 - Fix logical/physical confusion with min- and max- dimensions in nsLayoutUtils::ComputeSizeWithIntrinsicDimensions(). r=smontagu 2014-11-27 15:01:22 +00:00
Jonathan Kew f8c40475ef Bug 1105268 - part 1 - Fix the logical/physical confusion with min- and max- dimensions in nsFrame::ComputeSize(). r=smontagu 2014-11-27 15:01:11 +00:00
B2G Bumper Bot 608f902cdf Bumping manifests a=b2g-bump 2014-11-26 15:17:08 -08:00
B2G Bumper Bot 9631c8c1db Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ff2728add438
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1105521 - merge pull request #26500 from KevinGrandon:bug_1105521_remove_strings_sleep_menu to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/f13af46b1fd6
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1105521 - Remove strings from index.html for sleep menu
2014-11-26 15:11:59 -08:00
Marco Bonardo b81685e028 Backout ce637f8721d3 (bug 1083469) due to failures with old autocomplete enabled. a=bustage on CLOSED TREE 2014-11-27 00:00:23 +01:00
Mark Banner f9aa45809c Bug 1105488 Update Privacy and ToS URLs for Loop. r=jaws 2014-11-26 22:03:10 +00:00
Mark Banner 34e32086ea Follow-up to bug 1079225 - Fix formatting of the waiting for media message in Loop rooms, and ensure feedback can be given for multiple conversations in a row. r=abr 2014-11-26 21:09:09 +00:00
Ryan VanderMeulen fd6dfc1619 Backed out changeset 82fd2eef7630 (bug 1060869) because the rest of this bug was backed out and it seems to be causing OSX Gip(f1) to be near permafail. 2014-11-26 16:06:53 -05:00
Eitan Isaacson 2b377909b2 Bug 1104400 - Get all message managers in Mulet setup. r=yzen 2014-11-26 13:05:23 -08:00
Marco Bonardo 24bd6339dd Bug 1105456 - Temporarily disable Unified Complete due to recent regressions. r=post-facto a=ryanVM for pushing on a CLOSED TREE central
--HG--
extra : histedit_source : 040465fdd50a2b6a310a8e2169ddad9b7d1d4500
2014-11-26 21:13:18 +01:00
B2G Bumper Bot df08bc3e16 Bumping manifests a=b2g-bump 2014-11-26 11:57:11 -08:00
B2G Bumper Bot 75126d32e3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b810b68a8db1
Author: Rob Wood <rwood@mozilla.com>
Desc: Merge pull request #26416 from rwood-moz/bug1095080

Bug 1095080 - Fix browser endurance tests

========

https://hg.mozilla.org/integration/gaia-central/rev/f6cf8d26719e
Author: Rob Wood <rwood@mozilla.com>
Desc: Bug 1095080 - Fix browser endurance tests
2014-11-26 11:50:17 -08:00
Lucas Rocha e43b3f25ef Bug 1090364 - Add fading edge to tab strip (r=mcomella) 2014-11-26 19:45:48 +00:00
B2G Bumper Bot e7d9a07c85 Bumping manifests a=b2g-bump 2014-11-26 11:41:58 -08:00
B2G Bumper Bot daffb52959 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f3637cd27193
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #26479 from albertopq/1104919-rocketbar-maximize

Bug 1104919 - Recalculate statusbar when rocketbar expanded r=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/67fb49478556
Author: albertopq <albert.pastor@gmail.com>
Desc: Bug 1104919 - Recalculate statusbar when rocketbar expanded
2014-11-26 11:36:55 -08:00
Daniel Holbert 621d56400d Bug 1104354: Give nsHTMLCanvasFrame its own GetIntrinsicSize() impl. r=mats 2014-11-26 11:29:49 -08:00
Rob Stradling 8313a4cfa7 bug 1104109 - follow-up to fix new EV OID description strings (they need to match if the OIDs are the same) r=keeler 2014-11-26 11:28:17 -08:00
B2G Bumper Bot da36a66194 Bumping manifests a=b2g-bump 2014-11-26 11:27:00 -08:00
Boris Zbarsky 3ab8465f19 Bug 1087851 part 2. Add a GetOrCreateDOMReflectorNoWrap API that can be used to do what GetOrCreateDOMReflector does but without wrapping into the caller compartment. r=bholley 2014-11-26 14:25:21 -05:00
Boris Zbarsky 8ec9d58716 Bug 1087851 part 1. Rename WrapNewBindingObject to GetOrCreateDOMReflector to make it clearer what it does. r=peterv for the idea; patch itself is just search-and-replace 2014-11-26 14:25:20 -05:00
Akshendra Pratap e2db859d62 Bug 340494: Accessing document.domain at about:plugins does not produces NS_ERROR_FAILURE anymore; r=bz 2014-11-26 14:25:20 -05:00
B2G Bumper Bot c6d9ee28b8 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b9eae46e87a2
Author: autolander <kgrandon@mozilla.com>
Desc: Bug 1105078 - merge pull request #26462 from KevinGrandon:bug_1105078_remove_crash_reporter_strings to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/f39cb006488e
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1105078 - Remove strings from index.html for crash reporter dialog r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/de3bb419776d
Author: autolander <kgrandon@mozilla.com>
Desc: Bug 1105077 - merge pull request #26463 from KevinGrandon:bug_1105077_remove_strings to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/7b64655e4f2b
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1105077 - Remove strings from index.html for rocketbar and utility tray

========

https://hg.mozilla.org/integration/gaia-central/rev/2db31c7b808c
Author: autolander <kgrandon@mozilla.com>
Desc: Bug 1105079 - merge pull request #26461 from KevinGrandon:bug_1105079_remove_crash_info_strings to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/d7959409b127
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1105079 - Remove strings from index.html for crash info page
2014-11-26 11:21:56 -08:00
B2G Bumper Bot d1357bcbc6 Bumping manifests a=b2g-bump 2014-11-26 00:52:01 -08:00
B2G Bumper Bot d6bdc3bf24 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/769491b13858
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #26415 from Cwiiis/bug1098480-landscape-system-update

Bug 1098480 - Fix system update splash in landscape. r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/59a1496e986d
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1098480 - Fix system update splash in landscape. r=alive
2014-11-26 00:41:57 -08:00
B2G Bumper Bot 6e98df967a Bumping manifests a=b2g-bump 2014-11-26 00:22:01 -08:00
B2G Bumper Bot dedfda20f0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4ea81d5b40c9
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #25331 from kumarrishav/Bug-1054635

Bug 1054635 - Context menu/long tap on container area in Composer panel causes javascript error. r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/858fe8997401
Author: kumarrishav <rishav006@gmail.com>
Desc: Bug 1054635 - Context menu/long tap on container area in Composer panel causes javascript error
2014-11-26 00:11:55 -08:00
B2G Bumper Bot 171ac82417 Bumping manifests a=b2g-bump 2014-11-25 23:47:09 -08:00
B2G Bumper Bot 4a7c120c73 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b3f1a9a22f1e
Author: Rudy Lu <me@rudy.lu>
Desc: Merge pull request #26343 from rabbihossain/master

Bug 1089604 - Implement en-GB keyboard layout.
r=rudylu

========

https://hg.mozilla.org/integration/gaia-central/rev/718f31b0fc44
Author: rabbihossain <me@2hr.me>
Desc: Bug 1089604 - Implement en-GB keyboard layout

========

https://hg.mozilla.org/integration/gaia-central/rev/93af6a8eff74
Author: Tzu-Lin Huang <dwi019@gmail.com>
Desc: Merge pull request #26401 from dwi2/bug1094094

Bug 1094094 - [Stingray] Implement navigation and contextmenu of Apps Deck, r=rexboy7

========

https://hg.mozilla.org/integration/gaia-central/rev/749f7e0b66dd
Author: Tzu-Lin Huang <tzhuang@mozilla.com>
Desc: Bug 1094094 - [Stingray] Implement navigation and contextmenu of Apps Deck
2014-11-25 23:41:59 -08:00
B2G Bumper Bot 81f4fc8f9b Bumping manifests a=b2g-bump 2014-11-25 23:17:13 -08:00
B2G Bumper Bot dc6c346745 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/26b3f842b757
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #26394 from alivedise/bugzilla/1097675/ignore-hidden-attention-window

Bug 1097675 - Ignore hidden window when updating attention indicator, r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/dc39f37e9129
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 1097675 - Ignore hidden window when updating attention indicator

========

https://hg.mozilla.org/integration/gaia-central/rev/33128e5b7819
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #25989 from alivedise/bugzilla/1096133/home-event-dispatcher

Bug 1096133 - Get rid of stopImmediatePropagation, r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/34ae42f06aa2
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 1096133 - Get rid of stopImmediatePropagation of hierarchy events
2014-11-25 23:11:58 -08:00
Emanuel Hoogeveen 3db0f9d2df Bug 1105204 - Fix jit_test.py -f (by restoring code I thought was dead). r=mjrosenb
CLOSED TREE
2014-11-26 01:46:00 -05:00
Ting-Yu Lin c5ea153ed0 Bug 1105090 - Update ccache parser against version 3.2. r=gps
ccache version 3.2 adds primary config and secondary config in the
statistic report. Update the ccache stats parser to support that.
2014-11-26 06:25:00 +01:00
Mark Goodwin ext:(%2C%20Harsh%20Pathak%20%3Chpathak%40mozilla.com%3E) ce5a887c60 Bug 1024809 - (OneCRL) Create a blocklist mechanism to revoke intermediate certs. r=keeler,Unfocused 2014-11-27 04:12:00 +01:00
Neil Deakin 4d77f120ba Bug 1072342, propagate the window activation state down to child process windows, r=smaug,mstange 2014-11-27 08:28:26 -05:00
Neil Deakin 55f1700213 Bug 1072342, the child process doesn't have a main widget, r=smaug 2014-11-27 08:27:39 -05:00
Masatoshi Kimura d7c9eae1c7 Bug 1092998 - Followup to address review comments. r=keeler 2014-11-27 21:39:33 +09:00
Olli Pettay bed81b1fde Bug 1105089, try to have shorter ICC slices during animations, r=mccr8
--HG--
extra : rebase_source : bfe8cc2825b7cb2ec86f6e8f5ba590593e1c378b
2014-11-27 13:47:51 +02:00
neil@parkwaycc.co.uk bece8444a3 Bug 1103868 - "'SupportsD2D1' : is not a member of 'mozilla::gfx::Factory'". r=bas 2014-11-26 01:33:00 +01:00
Ting-Yu Lin d283a5588d Bug 1102906 - Fix immovable caret after drag-and-drop. r=roc
The deleted lines were added in bug 924692 part 4. It will incorrectly
disable the caret in PresShell so that the caret cannot be moved by
using keyboard in nsSelectMoveScrollCommand::DoCommand().
2014-11-26 20:36:00 +01:00
Glenn Randers-Pehrson 2b1ce96921 Bug 1102523 - Update intree libpng to version 1.6.15. r=jmuizelaar 2014-11-26 05:42:00 +01:00
Dave Hunt 0d8fb4da63 Bug 1097032 - Add test for expected.elements_present when there are no elements found. r=atolfsen 2014-11-25 15:20:00 -05:00
Florian Quèze 0e8e158d7a Bug 1104748 - A long default search provider name can mess up the layout of the one-off buttons when the panel is small, r=felipe. 2014-11-25 20:13:12 +01:00
Florian Quèze f574142b44 Bug 1104846 - The search engine favicons are distorted in search preferences on Windows, r=felipe 2014-11-25 17:29:48 +01:00
Georg Koppen 144cfd9761 Bug 1067893 - Detect OTOOL in configure. r=glandium 2014-11-25 05:12:00 -05:00
Ryan VanderMeulen 7f46616db0 Backed out changesets 258ac2909d6e and 55252aebf52d (bug 1099437) for bustage.
CLOSED TREE
2014-11-26 14:14:16 -05:00