Commit Graph

134656 Commits

Author SHA1 Message Date
Mike de Boer
0589ec46bc Bug 860119 - Live-update about:home page when defaultEngine property changes. r=mak 2013-06-11 22:41:22 +02:00
Panos Astithas
0c6c7776b1 Fix an intermittent failure in browser/devtools/debugger/test/browser_dbg_step-out.js (bug 882380); r=me 2013-06-13 13:33:22 +03:00
Ed Morley
0949a9435f Merge mozilla-central and inbound 2013-06-13 11:33:19 +01:00
Ed Morley
d7a55feb8c Bug 882575 - Disable browser_capabilities.js for failing when snippets.mozilla.org is down (via use of about:home) 2013-06-13 11:20:32 +01:00
Ed Morley
097f48e84f Merge mozilla-central and inbound 2013-06-13 10:31:46 +01:00
Ed Morley
ed9e45ed50 Merge latest green birch changeset and mozilla-central 2013-06-13 10:29:26 +01:00
Seth Fowler
f91fd6f29e Bug 600207 (Part 2) - Tests for SVG image scaling in the presence of page zoom. r=dholbert 2013-06-13 00:47:30 -07:00
Seth Fowler
35dc379fd8 Bug 600207 (Part 1) - Avoid fuzzy SVGs on the tiling path by matrix twiddling. r=dholbert 2013-06-13 00:47:26 -07:00
Landry Breuil
065d62f295 Bug 807492 Part 11 - Support WebRTC on BSD in network modules rtp/udp r=jesup 2013-06-13 08:54:56 +02:00
Landry Breuil
33ab75941e Bug 807492 Part 10 - Add err.h and xlocale.h to system-headers for WebRTC on BSD r=ted 2013-06-13 08:54:44 +02:00
Landry Breuil
273fce0b81 Bug 807492 Part 9 - support WebRTC on BSD in system_wrappers/ r=jesup
Remove <malloc.h> inclusion in webrtc/system_wrappers/source/atomic32_posix.cc, it breaks on FreeBSD
2013-06-13 08:46:14 +02:00
Landry Breuil
8aec3fbb94 Bug 804792 Part 8 - Use the MacOSX codepath on BSD in voice_engine r=jesup 2013-06-13 08:44:58 +02:00
Landry Breuil
f9d0f3c54a Bug 807492 Part 7 - use linux codepath on BSD in video_engine r=jesup 2013-06-13 08:44:53 +02:00
Landry Breuil
502ec9b29a Bug 807492 Part 6 - Use linux codepaths on BSD in video_capture, uses v4l2 compatible API r=jesup 2013-06-13 08:42:03 +02:00
Landry Breuil
8b2632fb50 Bug 807492 Part 5 - Use the linux codepaths on BSD in audio_device r=jesup
Also open libpulse.so on OpenBSD, different versionning scheme.
2013-06-13 08:41:59 +02:00
Landry Breuil
d46d33b506 Bug 804792 Part 4: Select alsa/pulse/v4l depending on the OS, define WEBRTC_POSIX on BSD r=jesup 2013-06-13 08:41:54 +02:00
Landry Breuil
668fb2a3fc Bug 807492 Part 3 - Backport chunk of upstream gtest r629 to fix <tuple> detection on BSDs with old libstdc++, not breaking it on MacOSX r=upstream 2013-06-13 08:41:49 +02:00
Mark Capella
da695125a0 Bug 868222 - Tab increment animation displays an artifact, r=wesj 2013-06-13 02:58:59 -04:00
Jonathan Wilde
b6f7390e8e Bug 874963 - Work - popups don't move when scrolling. r=fryn 2013-06-12 17:55:49 -07:00
Jesse Ruderman
a3760474ad Bug 882037 - Fix incorrectly escaped %, and use semicolons after comma-separated lists. r=luke 2013-06-12 22:24:06 -07:00
James Kitchener
41dd9cfa20 Bug 796850 - Change XMLHttpRequest interface to support ByteString r=bz 2013-06-13 01:20:10 -04:00
James Kitchener
411a37e6e9 Bug 796850 - Implement Code Generation for Bytestring in WebIDL bindings r=bz 2013-06-13 01:18:35 -04:00
James Kitchener
244464efde Bug 796850 - Implement WebIDL parser support for Bytestring r=bz 2013-06-13 01:15:35 -04:00
Boris Zbarsky
738009a34f Bug 880367 part 3. Add support for [ChromeOnly] on interface objects. r=smaug 2013-06-13 01:12:37 -04:00
Boris Zbarsky
8fe36056f1 Bug 880367 part 2. Make ordering of named constructors in codegen deterministic. r=smaug
I ran into this when looking at the diff in codegen from part 1.
2013-06-13 01:12:33 -04:00
Boris Zbarsky
5544291d84 Bug 880367 part 1. Change the "enabled" callback for WebIDL constructors to take a JSContext* and the object the constructor will be defined on. r=smaug,bholley 2013-06-13 01:12:26 -04:00
Edgar Chen
eeec43d137 Bug 880369 - Part 2: Xpcshell tests for mcc table. r=allstars.chh 2013-06-11 16:36:29 +08:00
Jeff Muizelaar
7bd6821f7e Bug 881724. Remove some unneeded includes from nsHTMLDocument.h. r=ehsan
--HG--
extra : rebase_source : 034382c3663f7c20a35e356a4087d57fcc25eaf7
2013-06-10 20:18:29 -04:00
Nicholas Nethercote
978a2c6eb2 Bug 882520 - Two minor tweaks to the memory reporting paths. r=bhackett.
--HG--
extra : rebase_source : b6176cd0b0314c2216ccc79f76a34fd558876092
2013-06-12 20:14:52 -07:00
Nick Alexander
6bd1f577b4 Bug 880234 - Use add_test in testDeviceSearchEngines. r=mfinkle 2013-06-12 19:17:26 -07:00
Ryan VanderMeulen
839ca13cc5 Merge m-c to inbound. 2013-06-12 22:02:20 -04:00
Ehsan Akhgari
0cae3ba5bd Bug 579517 follow-up: Remove NSPR types that crept in 2013-06-12 21:26:59 -04:00
William Chen
0ae4cf0653 Bug 872870 - Use GetParentNode() instead of GetParent() in UndoManager. r=ehsan 2013-06-12 18:15:21 -07:00
Gaia Pushbot
703b918407 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/7a4b216668ae
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #10331 from KevinGrandon/bug_881743_clock_lazy_dom

Bug 881743 - Lazy load alarm edit dom

========

https://hg.mozilla.org/integration/gaia-central/rev/10753a5f5475
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 881743 - Lazy load alarm edit dom
2013-06-12 17:46:20 -07:00
Gaia Pushbot
0a5aab1133 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/c8bffe868520
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #10352 from davidflanagan/bug882197

Bug 882197: remember cursor position after calling replaceSurroundingText r=dhylands

========

https://hg.mozilla.org/integration/gaia-central/rev/19cdfadf93a9
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 882197: remember cursor position after calling replaceSurroundingText
2013-06-12 16:47:46 -07:00
Gaia Pushbot
e4fc9d1f67 Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/e0863efffa89
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #10325 from KevinGrandon/bug_881744_clock_files

Bug 881744 - Lazy load alarm edit page

========

https://hg.mozilla.org/integration/gaia-central/rev/00e7f355859a
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 881744 - Lazy load alarm edit page

========

https://hg.mozilla.org/integration/gaia-central/rev/1f9692e96a78
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Merge pull request #10302 from mcirlanaru/bug_881310

Bug 881310 - Add Serbian (Cyrillic) entry. r=stas

========

https://hg.mozilla.org/integration/gaia-central/rev/58fefc604727
Author: Mihai Cirlanaru <mihai@cirlanaru.com>
Desc: Bug 881310 - Add Serbian (Cyrillic) entry
2013-06-12 16:47:25 -07:00
Gaia Pushbot
ad9b91fa58 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/6351c94ef82b
Author: Jim Porter <squibblyflabbetydoo@gmail.com>
Desc: Merge pull request #10332 from mozsquib/settings-storage-name

Bug 880059 - External SD card storage listed as "internal" in Settings

========

https://hg.mozilla.org/integration/gaia-central/rev/24904623863a
Author: Jim Porter <jporter@mozilla.com>
Desc: Bug 880059 - External SD card storage listed as "internal" in Settings; r=dhylands
2013-06-12 16:37:26 -07:00
Reuben Morais
4b126bf4e5 Bug 879537 - Be more strict when setting Date properties of contacts. r=gwagner
--HG--
extra : rebase_source : 61741dc83d4b1e4ca0a9bd7bae070fcb1aed63d1
2013-06-12 13:48:20 -07:00
Gaia Pushbot
75347937b5 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/65faf08691b0
Author: Lawrence Mandel <lmandel@mozilla.com>
Desc: Bug 843437 - Warning message in debug builds due to UA overrides r=dhylands
2013-06-12 13:03:14 -07:00
Gaia Pushbot
c8630d701d Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/c9c41e296046
Author: Salvador de la Puente González <salva@unoyunodiez.com>
Desc: Merge pull request #10322 from lodr/bug-880215-check-config-before-processing

Bug 880215 - Adding some missing autoclose situations.
r=:arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/b02fffeb683b
Author: lodr <salva@unoyunodiez.com>
Desc: Bug 880215 - Check configuration before processing. Adding some missing autoclose situations
2013-06-12 12:53:14 -07:00
Gaia Pushbot
b953ed3fdc Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/eec3dee37636
Author: Dale  Harvey <dale@arandomurl.com>
Desc: Merge pull request #10343 from daleharvey/882107

Bug 882107 - Dont call missing restartPreview. r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/6ec841589398
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 882107 - Dont call missing restartPreview
2013-06-12 12:52:54 -07:00
Gaia Pushbot
574e001ba0 Bumping gaia.json for 3 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/547747b7b564
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 881823 - [SMS][MMS] Regression. Contact search results style lost r=borjasalguero

https://bugzilla.mozilla.org/show_bug.cgi?id=881823
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>

========

https://hg.mozilla.org/integration/gaia-central/rev/44c84445dc78
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #10268 from fabi1cazenave/mmsThumbnails-bug876467

Bug 878042 - [MMS] image placeholder style, r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/700943a71923
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Bug 878042 - [MMS] image placeholder style, r=julienw
• apply the thumbnail style specs that have been defined by the UX team;
• for image attachments, generate a real thumbnail of the attachment rather
  than relying on a CSS background -- this allows to revoke the Object URL
  early, so we can get rid of a few hacks (= the <img> in the frame template
  and the setTimeout() in the onload listener);
• display the attachment size with an appropriate unit (KB or MB).
2013-06-12 12:52:34 -07:00
Gaia Pushbot
7902a0d23e Bumping gaia.json for 2 gaia-central revision(s)
Truncated some number of revisions since the previous bump.

========

https://hg.mozilla.org/integration/gaia-central/rev/418fb1023fcf
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #10291 from ian-liu/mms/Bug877940_Animation_for_sending_should_not_show_while_editing_messages_list

Bug 877940 - [SMS] Animation for sending should not show when in Edit/Delete messages list

========

https://hg.mozilla.org/integration/gaia-central/rev/783c08823b4c
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 877940 - [SMS] Animation for sending should not show when in Edit/Delete messages list
2013-06-12 12:39:04 -07:00
Alexandre Lissy
892b9d9dd0 Bug 882105 - Typo error breaking NetworkManager.js. r=vicamo
---
 dom/system/gonk/NetworkManager.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
2013-06-13 01:05:55 +08:00
Dave Hylands
24e6fecf58 Bug 881386 - DeviceStorage: Add .default attribute to webidl. r=Ms2ger 2013-06-12 09:30:23 -07:00
Ryan VanderMeulen
a7dc80d651 Merge fx-team to m-c. 2013-06-12 12:22:36 -04:00
Brian R. Bondy
6cf372367b Bug 874323 - Continue to launch callback when allow set foreground call fails. r=jimm 2013-06-12 10:31:10 -04:00
Brian R. Bondy
6995f05641 Bug 874323 - wait longer for app to close for Metro since it launches updater directly. r=rstrong 2013-06-12 10:31:10 -04:00
Brian R. Bondy
aabcdd7c84 Bug 874323 - Start updater manually for Metro to apply update. r=rstrong 2013-06-12 10:31:10 -04:00
Brian R. Bondy
873e818174 Bug 866229 - Metro pref telemetry. r=rstrong 2013-06-12 10:31:10 -04:00