Commit Graph

158334 Commits

Author SHA1 Message Date
Honza Bambas
61a2b4bc28 Bug 937582. r=mcmanus 2013-12-02 14:37:37 -05:00
Alexandre Poirot
795cb89ab5 Bug 941012 - Always use SDK loader to load DebuggerServer. r=jryans 2013-12-02 11:34:47 -05:00
Alexandre Poirot
7c0aa7b3bb Bug 931921 - Prevent creating multiple intances of global actors. r=past 2013-12-02 11:34:47 -05:00
Ryan VanderMeulen
fca49d4a66 Backed out changeset 6efabfb144b1 (bug 940617) for mochitest-bc failures. 2013-12-02 15:16:55 -05:00
Ryan VanderMeulen
05fada976c Backed out 2 changesets (bug 941012, bug 931921) for suspicion of breaking Mn on OSX. CLOSED TREE
Backed out changeset c50cca7d248a (bug 941012)
Backed out changeset eb8d750eabb3 (bug 931921)
2013-12-02 13:47:29 -05:00
Francesco Lodolo (:flod)
cb75491e98 Bug 944871 - Add localization comment to "Firefox Touch" string. r=bbondy 2013-12-02 13:05:13 -05:00
Peiyong Lin
bdfa8b43b5 Bug 944073 - Replace Components.returnCode with Components.Exception in SessionStore.jsm. r=Yoric 2013-12-02 13:04:51 -05:00
Sotaro Ikeda
1b40262c90 Bug 929029 - Use nsMainThreadPtrHandle in MediaResource. r=roc, r=doublec 2013-12-02 10:22:33 -05:00
Ryan VanderMeulen
7e2a39a422 Backed out changesets 720a36d92d37 and c24da899172a (bug 926746) for frequent timeouts/hangs in test_dataChannel_basicAudio.html. 2013-12-02 14:05:19 -05:00
Gaia Pushbot
778588d21c Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c2506884aba2
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #14195 from etiennesegonzac/bug-944468-activity-no-post-result

Bug 944468 - Since the 'dial' activity has no return value, the Dialer should not call postResult. r=rik

========

https://hg.mozilla.org/integration/gaia-central/rev/a2865fb86c53
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 944468 - Since the 'dial' activity has no return value, the Dialer
should not call postResult. r=rik

========

https://hg.mozilla.org/integration/gaia-central/rev/578f5974053c
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #14117 from caseyyee/bug-943014

Bug 943014 - [Contacts] Update to orange header

========

https://hg.mozilla.org/integration/gaia-central/rev/6ec72dddd4cd
Author: Casey Yee <casey@caseyyee.com>
Desc: Bug 943014 - [Contacts] Update to orange header
2013-12-02 10:40:33 -08:00
Gaia Pushbot
3d7af2f8c2 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/abfe3afaff64
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #14226 from flodolo/addbookmark

Bug 944784 - [l12y][browser] Bookmarks: "Edit Bookmark", use separate strings for button and dialog header

========

https://hg.mozilla.org/integration/gaia-central/rev/8246e1f1cb65
Author: Francesco Lodolo (:flod) <flod@lodolo.net>
Desc: Bug 944784 - [browser] Bookmarks: "Edit Bookmark", use separate strings for button and dialog header

Localizers could use a shorter string in the header
2013-12-02 10:15:24 -08:00
Gaia Pushbot
a4ee070159 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/646c76b5fb2a
Author: gitmai <mri@tid.es>
Desc: Merge pull request #14066 from gitmai/bug-937554-query-settings-data-sim

Bug 937554 -[Cost Control] Query for the data of the current *data SIM* ...

========

https://hg.mozilla.org/integration/gaia-central/rev/17910b280fdd
Author: mai <mri@tid.es>
Desc: Bug 937554 -[Cost Control] Query for the data of the current *data SIM* accordingly to settings

========

https://hg.mozilla.org/integration/gaia-central/rev/adebe0376441
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Merge pull request #14270 from comoyo/revert_935904

Bug 935904 - Revert "Merge pull request #14262 from comoyo/935904"

========

https://hg.mozilla.org/integration/gaia-central/rev/8a2771635d88
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Revert "Merge pull request #14262 from comoyo/935904"

This reverts commit 5684cd760e1644138cbe4733277b3ae442a9bda3, reversing
changes made to 84e58eb4d0a22a10dabfce9d6c28f60b5e50339e.
2013-12-02 09:50:38 -08:00
Ryan VanderMeulen
74325bfb43 Backed out changeset a1628c9ba4af (bug 929029) for timeouts/crashes in test_dataChannel_basicAudio.html. 2013-12-02 12:12:45 -05:00
Brian R. Bondy
6f249e8357 Bug 940101 - Switching between Firefox Desktop/Firefox Metro environments not always working. r=jimm
When mShuttingDown is true, and the CEH is running, it bails out after the GetValue call and
doesn't call Execute.  When we return S_OK instead of E_FAIL everything works as expected.
2013-12-02 09:58:51 -05:00
Brian R. Bondy
e8ad6666f7 Bug 940936 - Use profile name in registry sync prefs for WindowsPrefSync.jsm. r=jimm 2013-12-02 09:58:26 -05:00
Matt Brubeck
d1f03ed5b5 Bug 945539 - Use correct high-DPI styles for Metro download button [r=rsilveira] 2013-12-02 17:39:14 -08:00
Matt Brubeck
f03dd2883e Bug 943451 - Stop WinRT gesture recognition on preventDefault in chrome [r=jimm] 2013-12-02 17:08:43 -08:00
Margaret Leibovic
c83c5afaca Bug 941685 - Ping metrics server with snippets impression data. r=bnicholson 2013-12-02 16:54:21 -08:00
Benoit Girard
a7c936fb86 Bug 944866 - Pat 1: Add DrawLines to Compositor.h and implement for OGL. r=gal 2013-12-01 15:54:46 -05:00
Brian Smith
6b2b8a9641 Bug 945195: Do insecure fallback from TLS 1.0 to SSL 3.0 when we receive a FIN during the initial handshake, r=honzab
--HG--
extra : rebase_source : d10091aea21f7d552f682d54383bf43ece7633ed
2013-12-02 10:48:06 -08:00
Randy Lin
16433c4040 Bug 944130 - test_speakermanager.html: ASSERTION: background state is only maintained on outer windows. r=amarchesini 2013-12-01 13:23:00 +08:00
Sotaro Ikeda
683dfca3a0 Bug 941274 - Fix ResetDecode in MediaOmxReader. r=doublec 2013-12-02 22:38:16 -05:00
Sushil Chauhan
4b31e31785 Bug 940851 - Initialize acquire & release-fence fds of HWC_BACKGROUND layer. r=dwilson 2013-12-02 16:58:39 -08:00
Andrea Marchesini
46353517f1 Bug 935273 - Force nocrop property in FilePicker for b2g. r=fabrice 2013-12-02 22:37:03 -05:00
Botond Ballo
00053572e6 Bug 944521 - Scroll-grabbing elements shouldn't grab tap gestures. r=Cwiiis 2013-11-29 16:40:21 -05:00
Gaia Pushbot
8fa09aa8e3 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/11ca13491da2
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #14266 from vingtetun/bug944686

Bug 944686 - Orientation is wrong when receiving a call while using a la...

========

https://hg.mozilla.org/integration/gaia-central/rev/bf485d261951
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 944686 - Orientation is wrong when receiving a call while using a landscape mode app. r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/63db016826d3
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Merge pull request #14263 from ltedone/Bug_900626-Enable_auto_correction_for_Norsk_Bokmål_v2

Bug 900626 - Autocorrection enabled for Norsk. r=janjongboom

========

https://hg.mozilla.org/integration/gaia-central/rev/e3871e250f77
Author: Luigi Tedone <luigitedone@gmail.com>
Desc: Bug 900626 - Autocorrection enabled for Norsk
2013-12-02 08:50:33 -08:00
Gaia Pushbot
ba29fcc35a Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/54bc4e9f023e
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #14007 from EverythingMe/924468-collections-organize

Bug 924468 - Adding re-organizing functionality to edit mode in Collecti...

========

https://hg.mozilla.org/integration/gaia-central/rev/61f59797f2d6
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Bug 924468 - Adding re-organizing functionality to edit mode in Collections r=[crdlc, ranbena]

========

https://hg.mozilla.org/integration/gaia-central/rev/4cc612abef6c
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13849 from JohanLorenzo/test-flick-calendar-through-months

Bug 937085 - Write test to flick calendar through months

========

https://hg.mozilla.org/integration/gaia-central/rev/b743586d0de9
Author: Johan LORENZO <johan.lorenzo@gmail.com>
Desc: Bug 937085 - Write test to flick calendar through months
2013-12-02 08:25:24 -08:00
Shelly Lin
f441e28c56 Bug 945135 - Part 2: Add VideoTrackEncoder. r=roc 2013-12-02 15:52:54 +08:00
Gijs Kruitbosch
7553b37bd2 Bug 941235 - adjust Australis' search box min-width, r=jaws
--HG--
extra : rebase_source : 3c15682900c7fb6d58a7e2876f38dc5c40adc318
2013-11-28 14:25:34 +01:00
Rodrigo Silveira
62a83bf2e6 bug 930288 - Tab previews appear zoomed after using snapped view r=mbrubeck
--HG--
extra : rebase_source : 0c10e320e0f122fd712ce04f4053418766368d9c
2013-12-02 10:32:38 -08:00
Rodrigo Silveira
9d04c8e972 bug 933989 - New tab button in tab bar always sets focus to the url bar, triggering soft keyboard r=mbrubeck
* * *
Bug 933989 - Test

--HG--
extra : rebase_source : 840d85ee3bcdec9ec4ac76dce1ae72ce7ef13012
2013-11-27 15:57:32 -08:00
Brandon Benvie
b04c4c4053 Bug 808371 - Allow adding new properties to objects in the VariablesView. r=vp, r=jryans 2013-12-02 20:07:13 -08:00
Matt Brubeck
d8d91820da Bug 941592 - Make double-tap zoom action depend on current zoom level [r=jimm] 2013-12-03 09:47:37 -08:00
Gijs Kruitbosch
2a1dc283cf Followup for bug 945753 - fix copy-paste mistake in making Australis set currentset correctly, rs=trivial
--HG--
extra : rebase_source : ce45fd2a89a7060c5f87a7f53cd84ae5d81643bd
2013-12-03 18:40:28 +01:00
Mihai Sucan
3a6cdcec93 Bug 935277 - Fix and reenable browser_webconsole_bug_632347_iterators_generators.js; r=past 2013-11-26 23:39:46 +02:00
Mihai Sucan
5388a08d05 Bug 943496 - Autocomplete should execute native getters; r=past 2013-12-03 15:32:41 +02:00
Dennis Schubert
93d490452d Bug 922214 - Add console.exception; r=msucan 2013-12-02 20:12:18 +01:00
Gijs Kruitbosch
f8125be2c2 Bug 945753 - Australis should update currentset attribute with placements, not currentSet property, to avoid nixing non-existant items ourselves, r=mconley
--HG--
extra : rebase_source : 3b1639f34f2ded0630d531841bccf32fee15cdbc
2013-12-03 18:17:24 +01:00
Jared Wein
4bec354885 Bug 943556 - Attempt to fix intermittent orange by using a later event (play instead of loadedmetadata) to check for media element sizes. Also include debugging information for the user agent. Also introduce a waitForCondition to wait until the replaced element has finished resizing based on the videocontrols resizing code. r=Gijs 2013-11-27 10:31:35 -05:00
Lucas Rocha
f4c39d39d7 Bug 944537 - Don't send showMessage boolean with Tabs.START event (r=mfinkle) 2013-12-03 16:20:32 +00:00
Lucas Rocha
5af63ea5e9 Bug 944537 - No need to check for showProgress in BrowserToolbar (r=mfinkle) 2013-12-03 16:20:31 +00:00
Lucas Rocha
92e91ad0ac Bug 944537 - Use message data to decide whether to show Tab progress or not (r=mfinkle) 2013-12-03 16:20:31 +00:00
Lucas Rocha
a9d124893b Bug 944537 - No need to store showProgress as a Tab state/param (r=mfinkle) 2013-12-03 16:20:31 +00:00
Patrick Brosset
821dc55752 Bug 940500 - Colorpicker tooltip now edits css gradients correctly. r=miker 2013-12-03 08:45:29 -05:00
Gijs Kruitbosch
7a2b2c0fdb Bug 940013 - fix Australis' CustomizableUI to have better interaction between registerToolbarNode and registerArea, r=Unfocused
--HG--
extra : rebase_source : 17670d2d198701a114b0fc7452f3ca72c1b835b2
2013-11-29 00:20:34 +01:00
Paolo Amadini
25f6956af8 Bug 940408 - Rework DeferredTask to allow asynchronous tasks and support AsyncShutdown. r=Mossop 2013-12-03 13:21:08 +01:00
Carsten "Tomcat" Book
42e49d853e Backed out changeset 295b75fac0c8 (bug 940408) for test failures in B2g Desktop Linux & B2G ICS Emulator Opt 2013-12-03 12:53:27 +01:00
Carsten "Tomcat" Book
310be846cc Backed out changeset 1e8f83c69e80 (bug 941317) for test failures in B2g Desktop Linux & B2G ICS Emulator Opt 2013-12-03 12:53:17 +01:00
Carsten "Tomcat" Book
3a8349defa Backed out changeset bc9014b4439a (bug 929067) for test failures in B2g Desktop Linux & B2G ICS Emulator Opt 2013-12-03 12:53:08 +01:00
Carsten "Tomcat" Book
a21f133e8f Backed out changeset f785bf2e2c51 (bug 941726) for test failures in B2g Desktop Linux & B2G ICS Emulator Opt 2013-12-03 12:52:49 +01:00