Commit Graph

318928 Commits

Author SHA1 Message Date
Ms2ger
fa4df90145 Bug 896277 - Don't return nsresult from GroupRule::AppendRulesToCssText; r=dbaron 2013-08-02 09:04:31 +02:00
Ms2ger
9803a2ddf3 Bug 897540 - Reduce includes in nsDeviceContext.h; r=roc 2013-08-02 09:04:22 +02:00
Ms2ger
5dcc1ed0f0 Bug 886408 - Move nsContentUtils::ReleaseWrapper into nsWrapperCache; r=mccr8 2013-08-02 09:04:01 +02:00
Ms2ger
a4e67abf5e Bug 897921 - Remove some dead assignments in makefiles; r=mshal 2013-08-02 09:03:55 +02:00
Ms2ger
12e1ffe745 Bug 897573 - Get rid of the make rules from toolkit/components/osfile/Makefile.in; r=glandium
--HG--
rename : toolkit/components/osfile/_PromiseWorker.jsm => toolkit/components/osfile/modules/_PromiseWorker.jsm
rename : toolkit/components/osfile/osfile_async_front.jsm => toolkit/components/osfile/modules/osfile_async_front.jsm
rename : toolkit/components/osfile/osfile_async_worker.js => toolkit/components/osfile/modules/osfile_async_worker.js
rename : toolkit/components/osfile/osfile_shared_allthreads.jsm => toolkit/components/osfile/modules/osfile_shared_allthreads.jsm
rename : toolkit/components/osfile/osfile_shared_front.jsm => toolkit/components/osfile/modules/osfile_shared_front.jsm
rename : toolkit/components/osfile/osfile_unix_allthreads.jsm => toolkit/components/osfile/modules/osfile_unix_allthreads.jsm
rename : toolkit/components/osfile/osfile_unix_back.jsm => toolkit/components/osfile/modules/osfile_unix_back.jsm
rename : toolkit/components/osfile/osfile_unix_front.jsm => toolkit/components/osfile/modules/osfile_unix_front.jsm
rename : toolkit/components/osfile/osfile_win_allthreads.jsm => toolkit/components/osfile/modules/osfile_win_allthreads.jsm
rename : toolkit/components/osfile/osfile_win_back.jsm => toolkit/components/osfile/modules/osfile_win_back.jsm
rename : toolkit/components/osfile/osfile_win_front.jsm => toolkit/components/osfile/modules/osfile_win_front.jsm
rename : toolkit/components/osfile/ospath_unix_back.jsm => toolkit/components/osfile/modules/ospath_unix_back.jsm
rename : toolkit/components/osfile/ospath_win_back.jsm => toolkit/components/osfile/modules/ospath_win_back.jsm
2013-08-02 09:03:47 +02:00
Ms2ger
61364639a4 Bug 870370 - Move EXTRA_COMPONENTS to mozbuild (file batch #4); r=mshal 2013-08-02 09:03:42 +02:00
Shelly Lin
78d33c4c72 Bug 900811 - Fix the hang if closing its tab during recording a fake gUM. r=roc 2013-08-02 14:59:30 +08:00
Szu-Yu Chen [:aknow]
ae052c7acf Bug 743150 - Part 4: Test for supplementary service notification in RIL. r=hsinyi 2013-08-05 16:28:48 -04:00
Szu-Yu Chen [:aknow]
1ee6dd90bd Bug 743150 - Part 3: Handle supplementary service notification in RIL. r=hsinyi 2013-08-05 16:28:31 -04:00
Szu-Yu Chen [:aknow]
21ffce756d Bug 743150 - Part 2: Add remoteheld/remoteresumed event (dom). r=bent, r=gyeh 2013-08-05 16:28:14 -04:00
Szu-Yu Chen [:aknow]
2d219bb783 Bug 743150 - Part 1: Add remoteheld/remoteresumed event (idl). r=hsinyi 2013-08-05 16:27:50 -04:00
Martijn Wargers
7a82001324 Bug 901385 - test_mutationobservers.html failing on b2g and Android mochitest because of the use of showModalDialog. r=smaug 2013-08-05 13:02:57 +02:00
Marco Castelluccio
5b017b5d06 Bug 786407 - "UninstallString" for natively installed web apps should be quoted properly. r=felipc 2013-08-05 16:27:05 -04:00
Marco Castelluccio
8e09cfb333 Bug 772325 - Add title and taskbar hint to webapprt error message dialogs. r=karlt 2013-08-05 16:26:42 -04:00
Masashi Honma
d9b02788df Bug 890694 - Add EAP-SIM/AKA/AKA' support. r=dlee 2013-08-05 16:25:40 -04:00
Mike Habicher
70e525a94a Bug 890427 - Let the Camera app know when the preview has actually started/stopped. r=jst 2013-08-05 16:24:43 -04:00
Ryan VanderMeulen
a9dc22711a Backed out changesets be79c6478634 and 84530975d22f (bug 898512) for B2G mochitest-4 failures. 2013-08-05 13:37:13 -04:00
Gaia Pushbot
2259382328 Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/955e63dc2d09
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 830157 - Remove uppercase text transform on shared headers. r=arnau

========

https://hg.mozilla.org/integration/gaia-central/rev/8393ca75be72
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #11304 from fabi1cazenave/l10nContacts-bug898992

Bug 898992: l10n.js should keep track of untranslated elements, r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/f9e9f16457fa
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 898992: unit tests

========

https://hg.mozilla.org/integration/gaia-central/rev/9fae9096f6ef
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Bug 898992: l10n.js should keep track of untranslated elements

If a document embeds an inline JSON dictionary, l10n.js translates the document right away without loading other l10n resources.  It usually works fine because our build system ensures the inline JSON dictionary contains all the necessary keys to handle the declarative content; but if an app adds some dynamic content to the document, when the user language is changed there might be some untranslated elements -- e.g. the "Add Contact" form in the Contacts app.

With this patch, l10n.js keeps track of untranslated elements:
* if an inline dictionary is used, untranslated elements will be translated as soon as all external l10n resources are loaded;
* instead of raising a JS warning each time an element can't be translated, l10n.js now sends one unique warning with all missing l10n keys when the document is translated.
2013-08-05 08:35:23 -07:00
Gaia Pushbot
f66a631f49 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/372e564e36e7
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #10411 from cctuan/882154

Bug 882154 - [MMS] [UX] Multi Recipients. Apply overlay design for conta...

========

https://hg.mozilla.org/integration/gaia-central/rev/1528ef22395e
Author: Tuan George <tuangeorge@Tuans-MacBook-Air.local>
Desc: Bug 882154 - [MMS] [UX] Multi Recipients. Apply overlay design for contact information
2013-08-05 06:20:23 -07:00
Reuben Morais
738263a62b Bug 898512 - Tests. r=bz 2013-08-05 15:09:20 +02:00
Reuben Morais
2dad9cf61f Bug 898512 - navigator.mozSettings should be null if an app doesn't have permission. r=bz 2013-08-05 15:09:07 +02:00
Gaia Pushbot
a0a4e9a0c6 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/d77a2f32b74e
Author: Rudy Lu <left.lu@gmail.com>
Desc: Merge pull request #11313 from RudyLu/keyboard/Bug900905-listen_to_settingsChange

Bug 900905 - add listener for the change of mozSetting -
r=janjongboom

========

https://hg.mozilla.org/integration/gaia-central/rev/0340f4276929
Author: Rudy Lu <left.lu@gmail.com>
Desc: Bug 900905 - add listener for the change of mozSetting -
"keyboard.ftu.enabled"
2013-08-05 05:35:24 -07:00
Gaia Pushbot
ed0b4cf34e Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/8870fc3128b8
Author: Fernando Rodríguez Sela <frsela@tid.es>
Desc: Merge pull request #11310 from frsela/STK/Bug817952

Bug 817952 - B2G STKUI: Add support for STK_CMD_PROVIDE_LOCAL_INFO, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/01a26583feef
Author: Fernando Rodriguez Sela <frsela@tid.es>
Desc: STK: Implemented STK_CMD_PROVIDE_LOCAL_INFO command
2013-08-05 04:40:23 -07:00
Gaia Pushbot
ed413dafa8 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/975681e89140
Author: Fernando Rodríguez Sela <frsela@tid.es>
Desc: Merge pull request #11089 from lissyx/bug894868

Bug 894868 - Reset input textbox value for STK INPUT, r=frsela

========

https://hg.mozilla.org/integration/gaia-central/rev/407711160541
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 894868 - Reset input textbox value for STK INPUT
2013-08-05 03:55:23 -07:00
Gaia Pushbot
246224bc95 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/a6d5b4bad48c
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #11339 from fabi1cazenave/contactsMissingEntity-bug901444

Bug 901444 - [l10n] missing `duplicate-contacts' entity, r=jmcf

========

https://hg.mozilla.org/integration/gaia-central/rev/b2557517ef2a
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Bug 901444 - [l10n] missing `duplicate-contacts' entity, r=jmcf
2013-08-05 03:45:29 -07:00
Gaia Pushbot
d1b351a28a Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/70453bf2e1dd
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #11140 from leob2g/Bug_896958_ShowingWrongErrorMessage_WhenOpeningSMSapp_AfterHomeButton_isPressed

[MMS][896958]Handling the ActivityCanceled event from Gecko in SMS application when Home button is pressed to avaoid application error. r=borjasalguero

========

https://hg.mozilla.org/integration/gaia-central/rev/366a93d4c3f3
Author: sasikala.paruchuri <sasikala.paruchuri@lge.com>
Desc: Handling the ActivityCanceled event from Gecko in SMS application when Home button is pressed to avaoid application error

Removed else statement as per the review comments
2013-08-05 03:21:24 -07:00
Carsten "Tomcat" Book
d17ceba6e3 Merge m-c to b2g-inbound 2013-08-05 12:03:22 +02:00
Gaia Pushbot
45305fea26 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/e89beafc7df5
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #11087 from ian-liu/bluetooth/Bug895779_Update_icon_which_be_provide_via_UX_team_for_assets_@1.5

Bug 895779 - [Bluetooth File Transfer] Update icon which be provide via UX team for assets @1.5, r=@rexboy7

========

https://hg.mozilla.org/integration/gaia-central/rev/367891a05349
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 895779 - [Bluetooth File Transfer] Update icon which be provide via UX team for assets @1.5
2013-08-05 01:10:25 -07:00
Ben Tian
10d78003ba Bug 900887 - Handle state change: CALL_STATE_DIALING -> CALL_STATE_CONNECTED, r=echou 2013-08-05 11:00:04 +08:00
Gaia Pushbot
9bf3b30f49 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/cd7b9299822e
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #11292 from gasolin/issue-898257

Bug 898257 - HD: costcontrol canvas is blur, r=lodr

========

https://hg.mozilla.org/integration/gaia-central/rev/ce428bf77d8d
Author: gasolin <gasolin@gmail.com>
Desc: Bug 898257 - HD: costcontrol canvas is blur
2013-08-05 00:00:23 -07:00
Gina Yeh
087b3e5605 Bug 900348 - Failed to receive media-button system message, r=echou 2013-08-02 14:37:31 +08:00
Marty Rosenberg
0d6e8c4513 Bug 900441: Instructions that are generated should be added to the stream. (r=h4writer) 2013-08-02 01:50:45 -04:00
Mike Hommey
15c5c86dd7 Backout changesets 8b67eb363e5c (bug 893824), 2f603fe51b71, d623d68577ec, 12adb590b761, e08e42b8435b (bug 900133) and c8230843d507 (bug 898129) for crashtest bustage on a CLOSED TREE 2013-08-02 15:35:25 +09:00
Ryan VanderMeulen
ae30fbde10 Backed out changeset 9a5f4bbd4fcb (bug 900188) to see if it fixes the OSX crashtest and reftest asserts.
CLOSED TREE
2013-08-02 00:45:09 -04:00
Matt Woodrow
1300362aab Backout 0b0a0b491740 (bug 881634) for causing crashes on android CLOSED TREE 2013-08-01 22:46:06 -04:00
Marco Castelluccio
19539a7071 Bug 777402 - Implement support for packaged apps via the installPackage function in the mozapps DOM API in desktop web runtime. r=myk,wesj,fabrice 2013-08-01 17:00:39 -07:00
Marco Castelluccio
9be674ac0e Bug 777402 - Use app name + manifest url hash as unique name for apps but forbid multiple apps per origin and webapposutils refactoring. r=myk,fabrice 2013-08-01 17:00:22 -07:00
Guillaume Abadie
942e441e8a bug 900439 - Let WebGL 2 be independent of webgl.enable-draft-extensions - r=jgilbert 2013-08-01 22:18:07 -04:00
Chenxia Liu
3ce50f77b5 Bug 877791 - Finalize strings for first phase of settings rework. r=bnicholson 2013-08-01 19:10:26 -07:00
Ryan VanderMeulen
53108c6053 Backed out changesets 357e720b5a37 and f1971c2f5232 (bug 777402) for mochitest-other orange.
CLOSED TREE
2013-08-01 21:51:12 -04:00
Ryan VanderMeulen
d42b491531 Backed out changeset e9429bd59114 (bug 873567) for mochitest-2 failures.
CLOSED TREE
2013-08-01 21:43:53 -04:00
Bobby Holley
6f87931f0a Bug 897322 - Allow callers to manually fire OnNewGlobalObject when bootstrapping is complete. r=luke 2013-08-01 18:38:47 -07:00
Bobby Holley
fa44cda1c7 Bug 897322 - Assert when scripts are created that we've fired onNewGlobalObject. r=jimb 2013-08-01 18:38:47 -07:00
Bobby Holley
629aa44c5b Bug 897322 - Match up the script global and compile-and-go global when cloning function scripts. r=jimb 2013-08-01 18:38:46 -07:00
Bobby Holley
19a4343711 Bug 885388 - Make compilation scopes invisible to the debugger. r=mrbkap 2013-08-01 18:38:46 -07:00
Bobby Holley
9931e41a76 Bug 885388 - Hook up invisibleToDebugger to js shell and add test coverage. r=jimb 2013-08-01 18:38:45 -07:00
Bobby Holley
5b4ea92570 Bug 885388 - Alter the newGlobal API in the shell to take an extensible options object. r=jimb
Originally, this thing took a string ('same-compartment' or 'new-compartment'),
which became unused with CPG, though is still passed by a number of tests. Then
it looks like billm made it take an object in bug 852228, for sameZoneAs, but
bugzilla and grep indicate that it never got used. Let's switch it to something
extensible, though we should also make sure to let Jesse, decoder, gwk, and any
other fuzzing folk know about it.
2013-08-01 18:38:45 -07:00
Bobby Holley
9253cd971e Bug 885388 - Introduce a mechanism to make certain globals invisible to the debugger. r=jimb 2013-08-01 18:38:45 -07:00
Bobby Holley
ce6c680d40 Bug 890576 - Make onNewGlobalObject infallible. r=jimb 2013-08-01 18:38:44 -07:00
Bobby Holley
ad4e82a4d9 Bug 890576 - Disallow resumption values in onNewGlobalObject hooks. r=jimb 2013-08-01 18:38:44 -07:00