Commit Graph

392379 Commits

Author SHA1 Message Date
David Parks
4741aa886c 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
322d5a421c Bug 1096371 - Tabs with notifications too dark on Dev Edition Light theme;r=dao 2014-11-10 10:12:50 -08:00
Shane Caraveo
bbebb9fcd5 Bug 1095457 fix loading frame script in share panel, r=jaws 2014-11-10 12:36:21 -08:00
Steven MacLeod
157484861d 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
db87b66cb5 Bug 1095451 - Switch off e10s for Mulet. r=gavin 2014-11-07 05:09:00 -05:00
Shawn Ku
be6cb1d25a Bug 1094984 - B2G RIL: Handle empty record for EFPNN more properly. r=Edgar 2014-11-10 09:35:06 +08:00
J. Ryan Stinnett
2ad98eea62 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
627b62165e Bug 1096517 - Disable stumbler test on 2.3. r=gbrown 2014-11-10 11:57:00 -05:00
Paul Rouget
6a991dad6c Bug 1093883 - Disable app install for runtimes that don't allow it. r=jryans 2014-11-09 23:26:00 -05:00
Heather Arthur
b723a94632 Bug 1076857 - Add basic telemetry to Storage Inspector. r=mratcliffe 2014-11-07 18:06:00 -05:00
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