Commit Graph

392369 Commits

Author SHA1 Message Date
Garvan Keeley
2da9dfd0ef 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
33b66c7cbc 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
5d1a0c888c 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
ee90afcd25 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
d8c8bf8136 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
a80080c80a Bug 1076767 - Add a spinner to the Import Contacts button whilst importing. r=jaws 2014-11-11 14:07:11 +00:00
Paolo Amadini
6ff08403e2 Bug 1095443 - Ensure processNextEvent never blocks after processing a Promise microtask. r=bz 2014-11-11 13:47:28 +00:00
Victor Porof
7ad759a6ba 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
557a342807 Merge mozilla-central to fx-team 2014-11-11 13:27:49 +01:00
Panos Astithas
674820534e 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
e54774051e 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
042b0c0897 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
d384c380c8 Bug 1074686 - Part 3 Revamped view architecture for Desktop Loop rooms. r=Standard8 2014-11-11 09:33:05 +00:00
Tom Tromey
a849d55568 Bug 1084902 - Copy _customProfilerOptions before sending request. r=pbrosset 2014-11-06 07:28:00 -05:00
Eddy Bruël
ea372c8fca Bug 1044985 - Disable browser_dbg-clean-exit test;r=me 2014-11-10 16:12:06 +01:00
Nicolas Perriault
fe2614bfb8 Bug 1074686 - Part 2: Implement room views for Loop Desktop. r=Standard8 2014-11-10 14:42:39 +00:00
Carsten "Tomcat" Book
4681434e94 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
530a7efae3 Merge mozilla-central to fx-team 2014-11-10 14:36:18 +01:00
Carsten "Tomcat" Book
f1c23fae1c merge fx-team to mozilla-central a=merge 2014-11-10 14:33:10 +01:00
Carsten "Tomcat" Book
2f5bf545b6 merge mozilla-inbound to mozilla-central a=merge 2014-11-10 14:24:51 +01:00
Carsten "Tomcat" Book
65263ef02e merge b2g-inbound to mozilla-central a=merge 2014-11-10 13:15:54 +01:00
Paul Rouget
abbf3ecf97 Bug 1027817 - Font-resizing in WebIDE. r=jryans 2014-11-10 11:14:31 +01:00
Carsten "Tomcat" Book
5c316db062 Backed out changeset 41536afea9b3 (bug 1060529) for frequent bc-1 test failures 2014-11-10 10:10:11 +01:00
Carsten "Tomcat" Book
de5cc93c0a Backed out changeset a84fe0cefd77 (bug 1060529) 2014-11-10 10:09:50 +01:00
Masayuki Nakano
9d0dbe7124 Bug 1083067 part.10 nsGtkIMModule should use NS_INLINE_DECL_REFCOUNTING r=m_kato 2014-11-10 18:07:45 +09:00
Masayuki Nakano
6e1c43d928 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
ab614290a2 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
e36fb76f17 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
Masayuki Nakano
1689c1524c Bug 1083067 part.6 Make nsGtkIMModule::CreateTextRangeArray() stateless r=m_kato 2014-11-10 18:07:43 +09:00
Masayuki Nakano
2b4f40fa0b Bug 1083067 part.5 Each IM signal handlers should take GtkIMContext which is being handled r=m_kato 2014-11-10 18:07:43 +09:00
Masayuki Nakano
04082d22be Bug 1083067 part.4 Use IMEContext::MaybeEditable() instead of nsGtkIMModule::IsEditable() r=m_kato 2014-11-10 18:07:43 +09:00
Masayuki Nakano
83a07ac4b6 Bug 1083067 part.3 Remove nsGtkIMModule::CommitCompositionBy() r=m_kato 2014-11-10 18:07:42 +09:00
Masayuki Nakano
b680838344 Bug 1083067 part.2 Remove aIsCommit of nsGtkIMModule::DispatchCompositionChangeEvent() r=m_kato 2014-11-10 18:07:42 +09:00
Masayuki Nakano
1c506a8eb6 Bug 1083067 part.1 Create nsGtkIMModule::DispatchCompositionEventsForCommit() r=m_kato 2014-11-10 18:07:42 +09:00
B2G Bumper Bot
553b615718 Bumping manifests a=b2g-bump 2014-11-09 23:51:52 -08:00
B2G Bumper Bot
ff203288db Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2d15d799c130
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #25977 from cctuan/1092425

Bug 1092425 - System apps should follow text selection pattern.

========

https://hg.mozilla.org/integration/gaia-central/rev/9ec3428da35d
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 1092425 - System apps should follow text selection pattern

========

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

Bug 1095219 - Fix failing card_manager_test.js and re-enable it in tv build only r=rickychien, johnhu

========

https://hg.mozilla.org/integration/gaia-central/rev/dba85e590a4d
Author: Tzu-Lin Huang <tzhuang@mozilla.com>
Desc: Bug 1095219 - fix require path and disable tv_apps/smart-home tests in CI
2014-11-09 23:45:59 -08:00
B2G Bumper Bot
4e6e82b040 Bumping manifests a=b2g-bump 2014-11-09 21:07:19 -08:00
B2G Bumper Bot
c6bad13c5d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5202f9aaf844
Author: Rudy Lu <me@rudy.lu>
Desc: Merge pull request #25824 from weideng/bug1020847

Bug 1020847 - [Keyboard][Handwriting] Support handwriting for Simplified...
r=timdream.

========

https://hg.mozilla.org/integration/gaia-central/rev/73bd9fda5c62
Author: wdeng <wdeng@mozilla.com>
Desc: Bug 1020847 - [Keyboard][Handwriting] Support handwriting for Simplified Chinese
2014-11-09 21:00:55 -08:00
B2G Bumper Bot
9bbc56622d Bumping manifests a=b2g-bump 2014-11-09 20:37:17 -08:00
B2G Bumper Bot
0396f19fe4 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/13b27bbad88e
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #25978 from gasolin/issue-1096147

Bug 1096147 - [uitests] Show API version in Bluetooth panel, r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/8520c4c20941
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1096147 - [uitests] Show API version in Bluetooth panel
2014-11-09 20:30:53 -08:00
B2G Bumper Bot
c5fa6d8615 Bumping manifests a=b2g-bump 2014-11-09 19:51:53 -08:00
B2G Bumper Bot
ab1597622c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c8073936975c
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #25744 from weideng/bug1092930

Bug 1092930 - [Keyboard] No alternate indicator for Chinese period, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/e1f2f0679cdf
Author: wdeng <wdeng@mozilla.com>
Desc: Bug 1092930 - [Keyboard] No alternate indicator for Chinese period
2014-11-09 19:45:58 -08:00
ffxbld
5939e3c89b No bug, Automated blocklist update from host bld-linux64-spot-144 - a=blocklist-update 2014-11-08 03:20:23 -08:00
ffxbld
c53adb3b3f No bug, Automated HPKP preload list update from host bld-linux64-spot-144 - a=hpkp-update 2014-11-08 03:20:20 -08:00
ffxbld
52c804c4de No bug, Automated HSTS preload list update from host bld-linux64-spot-144 - a=hsts-update 2014-11-08 03:20:17 -08:00
Wes Kocher
40adcf133d Merge inbound to m-c a=merge 2014-11-07 17:48:37 -08:00
Wes Kocher
ba8a408b7d Merge fx-team to m-c a=merge 2014-11-07 17:35:52 -08:00
Wes Kocher
e81fe01221 Backed out changesets 156eee9f2d2a,6e5aee097c86 (bug 1094545) for bc1 and xpcshell orange on a CLOSED TREE 2014-11-07 14:23:05 -08:00
B2G Bumper Bot
f31c6edb78 Bumping manifests a=b2g-bump 2014-11-07 12:52:51 -08:00
Boris Zbarsky
67b5f78a98 Bug 1094545 followup: only do system stuff for non-worker descriptors, and rename one consumer that was colliding with the new URL global. r=bholley pending, but checking in now to fix CLOSED TREE 2014-11-07 15:48:51 -05:00