Commit Graph

200661 Commits

Author SHA1 Message Date
B2G Bumper Bot
98e210756c Bumping manifests a=b2g-bump 2014-08-20 13:36:22 -07:00
B2G Bumper Bot
561f60e0ed Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/76d64e56656e
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #23099 from KevinGrandon/bug_1056156_fix_system_app_install

Bug 1056156 - [System] Update AppInstall uninstall method

========

https://hg.mozilla.org/integration/gaia-central/rev/1c002c0d049d
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1056156 - [System] Update AppInstall uninstall method r=fabrice
2014-08-20 13:30:31 -07:00
Ryan VanderMeulen
c1a069b5aa Merge m-c to b2g-inbound. a=merge 2014-08-20 16:21:52 -04:00
Ryan VanderMeulen
9767936074 Merge inbound to m-c. a=merge 2014-08-20 16:14:23 -04:00
Ryan VanderMeulen
e7caadca50 Merge fx-team to m-c. a=merge 2014-08-20 15:56:32 -04:00
Fabrice Desré
f9222f1d8e Bug 1056226 - "Unrecoverable" app uninstall does not send manifest information to uninstall event r=marco 2014-08-20 12:27:32 -07:00
Kyle Machulis
ac4292322a Backed out d71120161e89 b5d49f1885af (bug 846200) due to missing xpc shell test fix patch 2014-08-20 12:01:18 -07:00
Daniel Holbert
e11216a620 Bug 1041951 followup: Fix broken comparison against NS_FONT_VARIANT_CAPS_SMALLCAPS, to use != instead of negation. r=dbaron 2014-08-20 11:07:26 -07:00
Kartikaya Gupta
9e80e0e3da Bug 1056159 - Extract a helper function from UpdatePanZoomControllerTree. r=botond 2014-08-20 14:04:37 -04:00
Kartikaya Gupta
6d29c3c630 Bug 1056159 - Extract a helper struct to hold some of the parameters to UpdatePanZoomControllerTree. r=botond 2014-08-20 14:04:37 -04:00
B2G Bumper Bot
d7453b6000 Bumping manifests a=b2g-bump 2014-08-20 11:02:14 -07:00
B2G Bumper Bot
1d15f890c6 Bumping manifests a=b2g-bump 2014-08-20 10:51:56 -07:00
B2G Bumper Bot
f1050fb381 Bumping manifests a=b2g-bump 2014-08-20 10:47:09 -07:00
Kyle Machulis
2774a39a7e Bug 846200 - Update mochitests to use new settings-api permissions 2014-08-20 10:40:40 -07:00
Kyle Machulis
7f4bf1c359 Bug 846200 - Support for granting settings permissions on a per-permission basis 2014-08-20 10:40:37 -07:00
Reuben Morais
b12088712e Bug 1040333 - Set principal flags in WorkerPrivateParent ctor. r=khuey 2014-08-20 14:34:14 -03:00
B2G Bumper Bot
1357139cee Bumping manifests a=b2g-bump 2014-08-20 10:26:25 -07:00
Jared Wein
371ae6518a Bug 947574 - Switch browser_426329.js to use tasks to avoid intermittent failure. r=Gijs 2014-08-20 13:22:14 -04:00
B2G Bumper Bot
671b2a3623 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ecfb83057457
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert " Bug 1055972 - disable keyboard uninstallation test."

This reverts commit e276b38a14e89c8b5bb36052f475d37716656d2a.
2014-08-20 10:20:32 -07:00
Benjamin Smedberg
6e1f733133 Bug 1012924 diagnostics - increase the log length to 10, r=gfritzsche 2014-08-20 13:07:28 -04:00
Mike Conley
c7b480b82b Bug 1056152 - Fix reference to undefined event variable in content.js. rs=jaws 2014-08-20 11:27:03 -04:00
Mike Conley
88c631d8bb Bug 1050447 - Skip focusing content if we're opening a new about:blank or about:newtab tab. r=dao, feedback=jimm.
This fixes a change in order of focus events for e10s after bug 1009628 landed.
We were accidentally focusing the content after focusing the URL bar for new
tabs. We now skip focusing the content entirely when opening a new tab.

--HG--
extra : histedit_source : a6c140d4e2b4677209b039880922c29e7c24b584
2014-08-20 11:23:43 -04:00
Gian-Carlo Pascutto
7e4cdf3096 Bug 1055670 - Re-enable removed ApplicationReputation tests. r=mmc 2014-08-20 15:39:39 +02:00
Alexandre Lissy
fb1315f776 Bug 1056034 - Avoid unassigned lastUpdateTime use. r=rstrong
Scope of 'let' variables is limited to the current block, however, there
is a later use of this variable that is done outside of the block where
it's declared as 'var'. We declare the variable as 'var' and at the top
level of the function to make sure that it is a legit one when we want
to assign it.
2014-08-20 07:02:00 -04:00
Matthew Gregan
f6dd759e19 Bug 1056455 - Move ResourceQueue to a separate header. r=cajbir 2014-08-20 20:14:00 +12:00
Matthew Gregan
42e46155fc Bug 1056452 - Make MediaSource::GetBuffered more readable w.r.t the spec. Improve logging of TimeRanges. r=cajbir 2014-08-20 20:07:00 +12:00
Chris Peterson
d34f8e816f Bug 1036781 - Part 3: Replace MOZ_ASSUME_UNREACHABLE with MOZ_CRASH in js/src/jit for x86 and x64. r=jandem 2014-08-20 22:36:57 -07:00
Patrick Wang (Chih-Kai Wang)
175107afe0 Bug 1040017: Prevent SetOffLineStatus from being sent to Nuwa after loading. r=khuey 2014-08-21 13:32:57 +08:00
Chris Pearce
00435a4d1c Bug 1055907 - Delete output sent to MP4Reader while it's flushing, prevents leaks. r=kentuckyfriedtakahe 2014-08-21 16:10:57 +12:00
Chris Pearce
1d09cc3c02 Bug 1055907 - Ensure HasAudio() works earlier in MP4Reader::ReadMetadata(). r=kentuckyfriedtakahe 2014-08-21 16:10:34 +12:00
Chris Pearce
4b297710f9 Bug 1054824 - Detect GMP death in EMEDecryptors. r=edwin 2014-08-21 16:10:11 +12:00
Matthew Gregan
2d8aee13df Bug 1055899 - Handle audio decoder resets from a SourceBuffer by switching to the new decoder. r=cajbir 2014-08-21 15:14:48 +12:00
Sami Jaktholm
a1e27faae0 Bug 1055499 - StyleEditor: Properly wait for the toolbox to be destroyed before ending test run and causing windows to leak. r=harth 2014-08-20 02:02:00 -04:00
Bernardo P. Rittmeyer
e66cd5c81d Bug 1053467 - Add telemetry to measure the usage and values of the sizes attribute of <link rel=icon>. r=MattN 2014-08-20 23:29:00 -04:00
David Rajchenbach-Teller
5eaea90020 Bug 1044700 - Make OS.Path.join and OS.File.makeDir more resilient to denormalized paths. r=froydnj 2014-08-20 07:39:00 -04:00
Michael Ratcliffe
1ad3a6f72d Bug 1042043 - Clicking on an event bubble results in TypeError: this._tooltip is null. r=past 2014-08-21 14:13:37 +01:00
Ed Morley
3035a95a4f Backed out changeset b3632bd4c076 (bug 1014332) for intermittent test failures 2014-08-21 12:27:40 +01:00
Ed Morley
7da9fd6887 Backed out changeset 6aee7a646f7e (bug 1014332) 2014-08-21 12:27:19 +01:00
Ed Morley
0b9a58b16c Backed out changeset 93cd3fc35cfc (bug 1014332) 2014-08-21 12:27:16 +01:00
Ed Morley
af684fec24 Backed out changeset bfe0d5c41edd (bug 1014332) 2014-08-21 12:27:12 +01:00
Dave Hylands
4c3f030ade Bug 1049240 - Integrate MTP with the AutoMounter. r=echou 2014-08-19 13:41:35 -07:00
B2G Bumper Bot
a0390d44ab Bumping manifests a=b2g-bump 2014-08-20 08:42:11 -07:00
B2G Bumper Bot
dba4608cf9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/839bc16aa4da
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Merge pull request #21831 from sergi/blank_screen

Bug 1038815 - Contacts can get into a 'frozen' state in some cases r=francisco

========

https://hg.mozilla.org/integration/gaia-central/rev/71757326ac8c
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Bug 1038815 - Contacts can get into a 'frozen' state in some cases
2014-08-20 08:40:32 -07:00
Ed Morley
ac5b975368 Merge mozilla-central and b2g-inbound 2014-08-20 15:19:45 +01:00
Ed Morley
30ed9ba40d Merge latest green fx-team changeset and mozilla-central; a=merge 2014-08-20 15:14:31 +01:00
B2G Bumper Bot
66705cb9ad Bumping manifests a=b2g-bump 2014-08-20 07:01:57 -07:00
Ed Morley
83a5064ff2 Merge latest green b2g-inbound changeset and mozilla-central; a=merge 2014-08-20 14:46:55 +01:00
Ed Morley
636cd76343 Merge latest green inbound changeset and mozilla-central; a=merge 2014-08-20 14:26:11 +01:00
B2G Bumper Bot
f417d90346 Bumping manifests a=b2g-bump 2014-08-20 06:21:50 -07:00
B2G Bumper Bot
715aa24961 Bumping gaia.json for 7 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/07bbb7902390
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #23041 from aosmond/fix_record_error_display

Bug 1055619

========

https://hg.mozilla.org/integration/gaia-central/rev/83bd19b9d82b
Author: Andrew Osmond <aosmond@gmail.com>
Desc: Add brief comment clarifying why we ignore err param

========

https://hg.mozilla.org/integration/gaia-central/rev/ca35d90b391d
Author: Andrew Osmond <aosmond@gmail.com>
Desc: Fix copy and paste error (and source) for error callback prototype

========

https://hg.mozilla.org/integration/gaia-central/rev/3f2a07a4e861
Author: Andrew Osmond <aosmond@gmail.com>
Desc: Make gecko recording errors display a generic error message instead of nothing

========

https://hg.mozilla.org/integration/gaia-central/rev/49fb677abe5b
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #23047 from eliperelman/bug-1048593

Bug 1048593 - Changing system confirm dialogs to account for software home button

========

https://hg.mozilla.org/integration/gaia-central/rev/01eb2885d83a
Author: Eli Perelman <eli@eliperelman.com>
Desc: Bug 1048593 - Changing system confirm dialogs to account for software home button

========

https://hg.mozilla.org/integration/gaia-central/rev/a957930ad1d2
Author: Ed Morley <emorley@mozilla.com>
Desc: Revert "Bug 1052503 - [Rocketbar] Update loading progress bar r=benfrancis" for B2G debug emulator xpcshell timeouts

This reverts commit 3a31d1317cffb14fb0636467ce2dcca15c9b19d3.
2014-08-20 06:15:36 -07:00