Commit Graph

214877 Commits

Author SHA1 Message Date
B2G Bumper Bot
91a692e028 Bumping manifests a=b2g-bump 2014-11-10 20:07:17 -08:00
B2G Bumper Bot
f37b7f673d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/949e3ca4671a
Author: autolander <kgrandon@mozilla.com>
Desc: Bug 1095805 - merge pull request #25994 from KevinGrandon:bug_1095805_shb_crash_dialog to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/060dee78c9ab
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1095805 - [System][SHB] Enable software home styles for crash dialog r=mhenretty
2014-11-10 20:00:54 -08:00
Kan-Ru Chen (陳侃如)
084ab7eb10 Bug 1059662 - Disallow OOP app to embed in-proc apps. r=fabrice
Some mochitest that use embed-apps in an oop context is disabled.

--HG--
extra : rebase_source : 72de2cdae86eb8d55e642529cd4aae0af97e4e96
2014-11-11 10:25:36 +08:00
Wes Kocher
079ac4fb23 Merge m-c to b2g-inbound a=merge 2014-11-10 18:25:58 -08:00
B2G Bumper Bot
3e9034cb09 Bumping manifests a=b2g-bump 2014-11-10 17:37:07 -08:00
B2G Bumper Bot
7c8bafad2b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ae4479c59e51
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #25971 from pasupulaphani/patch_936823_3

Bug 936823 - [FTE] on last attempt for correct PUK, two messages with sa...

========

https://hg.mozilla.org/integration/gaia-central/rev/8baf8c9e082a
Author: pasupulaphani <pasupulaphani@gmail.com>
Desc: Bug 936823 - [FTE] on last attempt for correct PUK, two messages with same meaning shown/concatenated (r=fcampo)
2014-11-10 17:30:15 -08:00
B2G Bumper Bot
87f515ee7e Bumping manifests a=b2g-bump 2014-11-10 15:22:10 -08:00
B2G Bumper Bot
091cb9a3e8 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9f8cebdcb4c8
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #25973 from KevinGrandon/bug_1095187_debug_download_intermittent_test

Bug 1095187 - Software Home Button - File Open Error Proper layout for file error dialog - Wait for download success +autoland

========

https://hg.mozilla.org/integration/gaia-central/rev/fc2c35c6f236
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1095187 - Make SHB file test wait until download complete
2014-11-10 15:20:15 -08:00
Iaroslav Sheptykin
9001864cc9 Bug 1090529 - Add lack-of-valid-key error handling as Service Unavailable error. r=felipe 2014-11-10 10:29:30 +01:00
Nick Alexander
d5a0a90008 Bug 1041395 - Add gradle configuration. r=gps
--HG--
rename : mobile/android/base/docs/index.rst => mobile/android/base/docs/uitelemetry.rst
2014-11-10 13:47:30 -08:00
Max Li
8a948d3e48 Bug 1071777 - Send a context menu event on braille long press. r=eeejay 2014-11-09 16:37:16 -08:00
Shashank Sabniveesu
018abd5c01 Bug 1093220 - Remove standalone search activity code. r=margaret
CLOSED TREE
2014-11-09 16:39:04 -05:00
David Parks
d7068958cc Bug 1076820 - Redraw on resize performance for content is pretty bad with e10s r=billm
Modern OSs adjust process scheduling based on CPU-boundedness and Interface-boundedness.  A process performing a lot of UI tasks requires lower-latency than a CPU-bound process.  For this reason, at least on Windows (but probably also Linux and Mac), in e10s, resize events are sent at a much higher rate than non-e10s, where the main process has to do the work to respond to them.  This was supposed to be handled by the 'compress' option in IPDL but its duplicate-event test was very imprecise - it only tested the *oldest* message in the queue.  This patch searches the messagequeue/deque to remove *any* duplicate.  deque::erase is linear but this is a very uncommon case - currently only two compressed IPDL messages exist in the entire code base.  Also, these queues are small.
2014-11-07 14:21:08 -08:00
Brian Grinstead
be2e68073f Bug 1096371 - Tabs with notifications too dark on Dev Edition Light theme;r=dao 2014-11-10 10:12:50 -08:00
Shane Caraveo
3fc3ce34d6 Bug 1095457 fix loading frame script in share panel, r=jaws 2014-11-10 12:36:21 -08:00
Steven MacLeod
e24f6cb755 Bug 1095506 - Serialize the error object when saving to the store. r=paolo
We now serialize the Download.error property when saving to the store so
that data about error conditions will survive a restart. This is
important for supporting blocked downloads with partial data that could
be unblocked.

--HG--
extra : rebase_source : 40821e59e2b258803cde5da456cd9d0d20caa9e0
2014-11-07 10:00:24 -05:00
Alexandre Lissy
3952630468 Bug 1095451 - Switch off e10s for Mulet. r=gavin 2014-11-07 05:09:00 -05:00
Shawn Ku
7f2b6c0db6 Bug 1094984 - B2G RIL: Handle empty record for EFPNN more properly. r=Edgar 2014-11-10 09:35:06 +08:00
J. Ryan Stinnett
c3af4beb35 Bug 1094968 - Skip tilt visibility for remote toolboxes. r=mratcliffe
--HG--
extra : transplant_source : %B9%D8%87%94%5B%AF%A1%E7%96%94B%28%E9%85w%3E%14I%F9%FF
2014-11-06 12:56:21 -06:00
Garvan Keeley
8a36c54671 Bug 1096517 - Disable stumbler test on 2.3. r=gbrown 2014-11-10 11:57:00 -05:00
Paul Rouget
0bfa566de8 Bug 1093883 - Disable app install for runtimes that don't allow it. r=jryans 2014-11-09 23:26:00 -05:00
Heather Arthur
50a4da3f23 Bug 1076857 - Add basic telemetry to Storage Inspector. r=mratcliffe 2014-11-07 18:06:00 -05:00
Garvan Keeley
e3b9af602c Bug 1036514 - Stumbler logging by setting setprop log.tag.<x> DEBUG. r=nalexander
Setting adb shell setprop log.tag.PassiveStumbler DEBUG will turn on additional
debug logging for stumbler. The Log.d messages are wrapped in conditionals for the current log level (which is a cached value).
2014-11-07 15:18:00 -05:00
Mihaela Velimiroviciu
c249e52e07 Bug 864250 - Create a browser chrome test that checks the zoom level property of the object. r=yury 2014-11-07 18:23:32 +02:00
Jordan Santell
9756fcc204 Bug 1078539 - Part 2: Delay showing a doorhanger to prevent flickering in windows, and call success immediately to prevent duplicates. r=jryans 2014-11-07 12:19:00 -05:00
Mark Banner
df3fe8a6b7 Bug 1074686 - Part 5 Hook up the active room store to the sdk for Loop rooms on desktop to enable audio and video in rooms. r=nperriault 2014-11-11 14:48:56 +00:00
Victor Porof
3aede1f497 Backed out changeset 942aec7a1572 for mochitest-dt failures, r=me
--HG--
rename : browser/devtools/shared/test/browser_graphs-09a.js => browser/devtools/shared/test/browser_graphs-09.js
rename : browser/devtools/timeline/widgets/markers-overview.js => browser/devtools/timeline/widgets/overview.js
2014-11-11 09:33:53 -05:00
Paolo Amadini
5b97510eea Bug 1076767 - Add a spinner to the Import Contacts button whilst importing. r=jaws 2014-11-11 14:07:11 +00:00
Paolo Amadini
f119700716 Bug 1095443 - Ensure processNextEvent never blocks after processing a Promise microtask. r=bz 2014-11-11 13:47:28 +00:00
Victor Porof
fb7739d1b2 Bug 1069421 - Add a memory graph to the timeline, r=pbrosset,paul
--HG--
rename : browser/devtools/shared/test/browser_graphs-09.js => browser/devtools/shared/test/browser_graphs-09a.js
rename : browser/devtools/timeline/widgets/overview.js => browser/devtools/timeline/widgets/markers-overview.js
2014-11-11 08:28:23 -05:00
Carsten "Tomcat" Book
24a16f0935 Merge mozilla-central to fx-team 2014-11-11 13:27:49 +01:00
Panos Astithas
1c0d0c235c Define MOZ_DEV_EDITION in aurora branding configuration (bug 1095934). r=glandium
--HG--
extra : rebase_source : 28256984e52a182614d36bf0d47122bea6d44c93
2014-11-11 13:21:36 +02:00
Tim Taubert
c2420f6256 Bug 1096013 - [e10s] Improve perceived session restore duration by prioritizing selected tabs when restoring session history and by setting tab labels and icons as soon as possible to indicate a restored session r=smacleod 2014-11-09 12:28:56 +01:00
Mark Banner
b36764009c Bug 1074686 - Part 4 Improve Loop conversation store registration to only register for actions when they need it, and change PeerHungupCall into RemotePeerDisconnected to fit better with what it is for. r=nperriault 2014-11-11 09:33:06 +00:00
Nicolas Perriault
122c4a6ead Bug 1074686 - Part 3 Revamped view architecture for Desktop Loop rooms. r=Standard8 2014-11-11 09:33:05 +00:00
Tom Tromey
e6f986b3f3 Bug 1084902 - Copy _customProfilerOptions before sending request. r=pbrosset 2014-11-06 07:28:00 -05:00
Eddy Bruël
7ab480cf8d Bug 1044985 - Disable browser_dbg-clean-exit test;r=me 2014-11-10 16:12:06 +01:00
Nicolas Perriault
0dbb081222 Bug 1074686 - Part 2: Implement room views for Loop Desktop. r=Standard8 2014-11-10 14:42:39 +00:00
Carsten "Tomcat" Book
79840bdc53 Backed out changeset d92174bd0918 (bug 1069421) for dt test failures
--HG--
rename : browser/devtools/shared/test/browser_graphs-09a.js => browser/devtools/shared/test/browser_graphs-09.js
rename : browser/devtools/timeline/widgets/markers-overview.js => browser/devtools/timeline/widgets/overview.js
2014-11-10 15:19:30 +01:00
Carsten "Tomcat" Book
088d44ad18 Merge mozilla-central to fx-team 2014-11-10 14:36:18 +01:00
Carsten "Tomcat" Book
0921a96787 merge fx-team to mozilla-central a=merge 2014-11-10 14:33:10 +01:00
Carsten "Tomcat" Book
925df8e984 merge mozilla-inbound to mozilla-central a=merge 2014-11-10 14:24:51 +01:00
Carsten "Tomcat" Book
cdd9dc4c2e merge b2g-inbound to mozilla-central a=merge 2014-11-10 13:15:54 +01:00
Paul Rouget
59c3cb2ff8 Bug 1027817 - Font-resizing in WebIDE. r=jryans 2014-11-10 11:14:31 +01:00
Carsten "Tomcat" Book
3a7b171825 Backed out changeset 41536afea9b3 (bug 1060529) for frequent bc-1 test failures 2014-11-10 10:10:11 +01:00
Carsten "Tomcat" Book
ee60a50cbf Backed out changeset a84fe0cefd77 (bug 1060529) 2014-11-10 10:09:50 +01:00
Masayuki Nakano
b581ad5524 Bug 1083067 part.10 nsGtkIMModule should use NS_INLINE_DECL_REFCOUNTING r=m_kato 2014-11-10 18:07:45 +09:00
Masayuki Nakano
6f349ec58f Bug 1083067 part.9 Remove nsGtkIMModule::IsVirtualKeyboardOpened() because it always returns false r=m_kato 2014-11-10 18:07:44 +09:00
Masayuki Nakano
4c7bc08ac0 Bug 1083067 part.8 Create nsGtkIMModule::GetActiveContext() which prefers a composition context if there is r=m_kato 2014-11-10 18:07:44 +09:00
Masayuki Nakano
46e117a0bb Bug 1083067 part.7 Rename GetContext() to GetCurrentContext() for making clearer the meaning of its result r=m_kato 2014-11-10 18:07:44 +09:00