Граф коммитов

318905 Коммитов

Автор SHA1 Сообщение Дата
Gaia Pushbot d4ea059353 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/bfebfb81d21b
Author: Mihai Cîrlănaru <mihai@cirlanaru.com>
Desc: Merge pull request #11208 from mcirlanaru/bug_894457

Bug 894457 - [Call Log] Add 'Send Message' option to the phone ... r=@etiennesegonzac

========

https://hg.mozilla.org/integration/gaia-central/rev/931c02a71483
Author: Mihai Cirlanaru <mihai@cirlanaru.com>
Desc: Bug 894457 - [Call Log] Add 'Send Message' option to the phone action menu. r=etienne
2013-08-05 16:25:23 -07:00
Gaia Pushbot 556d02635d Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/c746f50b0825
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 900539 - [SMS][MMS] Context Menu options for email address in message body. r=gnarf

- Changes "phone-link" to "dial-link" to match ActivityPicker.dial (allows directly mapping action to ActivityPicker function)
- Changes "data-phonenumber" to "data-dial" to match ActivityPicker.dial
- Consolidates duplicated MozActivity calls for email, phone and url links
    - Simplifies LinkActionHandler APIs to delegate to ActivityPicker wherever possible
- Removes duplicated try/catch boilerplate by providing an private abstract function for safely invoking MozActivity.
- Adds new locale string for "Send email" in email context menu
- Updates ThreadUI.activateContact to provide a "Send email" option, instead of a "Call" option when handling activations originating from an email address.

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-08-05 15:20:27 -07:00
Wes Johnston 960781c8d9 Bug 901408 - Use correct resolveGeckoURI function. r=margaret 2013-08-05 14:14:23 -07:00
Marco Castelluccio 8307a806dd Bug 771294 - Install App doorhanger remains visible when installing page immediately loads another page. r=myk
--HG--
rename : dom/tests/mochitest/webapps/bug_765063.xul => dom/tests/mochitest/webapps/install_and_redirect_helper.xul
2013-08-05 16:30:41 -04:00
Tim Taubert 346a812e7a Bug 898775 - Fix the browser.sessionstore.resume_from_crash preference; r=yoric 2013-08-05 20:26:27 +02:00
Bhavana Bajaj 26604ce559 Merging in version bump NO BUG 2013-08-05 11:06:54 -07:00
Bhavana Bajaj d54f3f8182 Added tag FIREFOX_AURORA_25_BASE for changeset ad0ae007aa9e 2013-08-05 10:56:53 -07:00
Jim Mathies 7e2fe79397 Bug 890153 - Clear findbar text input focus when navigating found text. r=ally 2013-08-05 07:15:42 -05:00
Carsten "Tomcat" Book 5c34d25a48 Merge b2g-inbound to m-c 2013-08-05 11:22:48 +02:00
Carsten "Tomcat" Book 992792ad07 Merge m-i to m-c 2013-08-05 11:18:59 +02:00
Tim Taubert 837f70da75 merge m-c to fx-team 2013-08-05 10:03:51 +02:00
Szu-Yu Chen [:aknow] 4aea830dd1 Bug 900900 - Fix test_ril_worker_clir.js. r=hsinyi
---
 dom/system/gonk/tests/test_ril_worker_clir.js |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
2013-08-05 14:00:28 +08:00
Gaia Pushbot 97c214b56c Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/5e7a8bbe525c
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #11334 from ian-liu/bluetooth/Bug898092_Fail_to_open_Bluetooth_store_files_changed_to_/Download/Bluetooth_from_/Downloads/Bluetooth

Bug 898092 - Fail to open Bluetooth received files - path to store files changed to /Download/Bluetooth from /Downloads/Bluetooth, r=@alivedise

========

https://hg.mozilla.org/integration/gaia-central/rev/94dcf9d72f32
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 898092 - Fail to open Bluetooth received files - path to store files changed to /Download/Bluetooth from /Downloads/Bluetooth
2013-08-04 22:55:22 -07:00
Tim Taubert 1ec6287435 Backed out changeset fa280c8a55f0 (bug 892185) 2013-08-05 06:11:17 +02:00
Jeff Walden c08dbb9175 Bug 853301 - Disable the Intl API in browser builds again, before branch uplift. r=me 2013-08-04 20:42:30 -07:00
ffxbld 471aca0e21 No bug, Automated HSTS preload list update from host bld-linux64-ec2-042 - a=hsts-update 2013-08-03 03:26:02 -07:00
ffxbld 123b6246f7 No bug, Automated blocklist update from host bld-linux64-ec2-393 - a=blocklist-update 2013-08-03 03:23:01 -07:00
Mihnea Dobrescu-Balaur 90d5ef38c8 Bug 899857 - Make xpcshell default to a plugins directory only if -p is not specified. r=ted 2013-08-02 15:07:54 -07:00
Justin Lebar b23a69bbed Bug 899256 - Part 2: Change XPCJSRuntime.cpp's REPORT_BYTES so it doesn't require "nsIMemoryReporter::". r=me 2013-08-05 16:33:01 -07:00
Justin Lebar 23ec77afc9 Bug 899256 - Rework JS memory reporters so gc-heap is no longer a top-level node. r=njn 2013-08-05 16:33:01 -07:00
Justin Lebar dffe436bf4 Bug 893222 - Part 4: Tests. r=njn 2013-08-05 16:33:00 -07:00
Justin Lebar 701905c8c9 Bug 893222 - Part 3: Modify the JS memory reporter to consider a string as "notable" if we have many small copies of it. r=njn 2013-08-05 16:33:00 -07:00
Justin Lebar 86bb070e23 Bug 893222 - Part 2: Fix escaping for huge strings displayed in about:memory. r=njn
We were escaping "/" to "\/", but about:memory expects us to escape "/" to "\".

Escaping "/" to "\/" is probably quite sensible, since then we can represent strings which have both "\" and "/".  But that's a bigger change.
2013-08-05 16:33:00 -07:00
Justin Lebar 3d26462c81 Bug 893222 - Part 1: Add a new PutEscapedString implementation, which takes a raw jschar*. r=njn 2013-08-05 16:33:00 -07:00
Justin Lebar 37aab28fe2 Bug 893222 - Part 0: Make JSRope::getCharsNonDestructiveInternal work with a null tcx. r=bhackett 2013-08-05 16:33:00 -07:00
Ryan VanderMeulen 3eb19df999 Backed out changeset a4dd0dc4e354 (bug 824652) for Android M1 orange. 2013-08-05 19:21:17 -04:00
Adam Roach [:abr] f9f74143a9 Bug 901707: update IPeerConnection UUID r=ekr 2013-08-05 18:01:01 -05:00
Adam Roach [:abr] 1b84d68b1b Bug 901706: update IPeerConnectionObserver UUID r=ekr 2013-08-05 18:01:00 -05:00
Mats Palmgren 0cf5999bf0 Bug 874073 - Re-enable the 852293.html test and disable the real culprit, 802902.html. r=ryanvm 2013-08-05 23:14:06 +00:00
Shu-yu Guo d7fc6a5f4d No Bug - Guard PJS tests to only apply to Nightly. (a=test-only) 2013-08-05 16:03:48 -07:00
David Keeler 698f43041b bug 887052 - refactor nsISiteSecurityService for multiple headers r=cviecco r=mcmanus r=jst sr=jst 2013-08-02 16:23:18 -07:00
David Keeler 6be2e1d4e0 bug 887052 - rename nsIStrictTransportSecurityService to nsISiteSecurityService for refactoring r=cviecco r=mcmanus r=jst sr=jst
--HG--
rename : netwerk/base/public/nsIStrictTransportSecurityService.idl => netwerk/base/public/nsISiteSecurityService.idl
rename : security/manager/boot/src/nsStrictTransportSecurityService.cpp => security/manager/boot/src/nsSiteSecurityService.cpp
rename : security/manager/boot/src/nsStrictTransportSecurityService.h => security/manager/boot/src/nsSiteSecurityService.h
2013-08-02 15:48:37 -07:00
David Zbarsky 6abb828c55 Bug 901700: Rev nsIDOMSVGElement iid due to interface changes made earlier rs=jlebar over irc, a=bajaj 2013-08-05 18:36:08 -04:00
Ryan VanderMeulen 9344d67fc1 But 899074, bug 900172, bug 901716 - Disable timeout-prone tests on B2G. 2013-08-05 18:13:04 -04:00
Jeff Gilbert 4027f6fb8b Bug 901297 - Save and restore WebGL state for Mesa FB workarounds. - r=bjacob 2013-08-05 15:11:43 -07:00
David Dahl 6b4fc6a059 Bug 824652 - crypto.generateCRMFRequest bypasses CSP (allows script execution from a string, without unsafe-eval) r=bsmith r=khuey r=keeler 2013-08-05 16:15:22 -05:00
Ryan VanderMeulen cde7e2e3b5 Backed out changesets fbba341b5faf, 4b2c9adef1e4, and bde98e3a7194 (bug 762593) for mochitest-bc failures. 2013-08-05 16:58:37 -04:00
Ryan VanderMeulen 9973ce0c8b Backed out changesets 5f8a88c6d0c8 and 97fcb5a154d8 (bug 887052) for OSX mochitest-other orange.
--HG--
rename : netwerk/base/public/nsISiteSecurityService.idl => netwerk/base/public/nsIStrictTransportSecurityService.idl
rename : security/manager/boot/src/nsSiteSecurityService.cpp => security/manager/boot/src/nsStrictTransportSecurityService.cpp
rename : security/manager/boot/src/nsSiteSecurityService.h => security/manager/boot/src/nsStrictTransportSecurityService.h
2013-08-05 16:18:06 -04:00
Jonathan Kew 07dfcd07e9 bug 854897 - prefer harfbuzz shaping for Indic text on WinXP. r=jdaggett 2013-08-05 21:06:09 +01:00
Ryan VanderMeulen f26052e447 Bug 897175 - Disable browser_findbar.js due to frequent failures. r=jimm
CLOSED TREE
2013-08-02 17:01:56 -04:00
Ryan VanderMeulen 93007c3658 Merge m-c to fx-team. 2013-08-02 17:09:31 -04:00
Ryan VanderMeulen 043432c180 Merge inbound to m-c. 2013-08-02 16:36:40 -04:00
Rail Aliiev 7961faa79f Bug 901061 - [Leo] Please update the leo blobs to v08o image blobs for all branches of leo. r=hwine 2013-08-02 16:17:35 -04:00
Ryan VanderMeulen 629d0c7e52 Backed out changeset b45bdd149e34 (bug 867856) for jit-test failures on a CLOSED TREE. 2013-08-02 16:08:05 -04:00
Gavin Sharp 193322fbe8 Back out bug 896711 for potentially causing metro test timeouts, CLOSED TREE 2013-08-02 13:02:22 -07:00
Gaia Pushbot 981aa8f537 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/7669b3265def
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 901044 - Everything.me needs additional strings for the search bar. r=pike
2013-08-02 12:55:23 -07:00
Ryan VanderMeulen 6a206994df Bug 894773 - Remove Android failing reftest annotation from 650228-1.html.
CLOSED TREE
2013-08-02 15:39:21 -04:00
Ryan VanderMeulen 9e494e325a Backed out 7 changesets (bug 893222, bug 899256) for build bustage on a CLOSED TREE.
Backed out changeset 4aa234138f44 (bug 893222)
Backed out changeset 4b0bf28abdf2 (bug 899256)
Backed out changeset ea8b6ba99c05 (bug 893222)
Backed out changeset ac8220cb61d5 (bug 893222)
Backed out changeset d01358ff4b15 (bug 893222)
Backed out changeset 3baebe7cc655 (bug 893222)
Backed out changeset 4bdf8611ec57 (bug 893222)
2013-08-02 14:49:38 -04:00
Nicolas B. Pierron d4cec62d87 Bug 867856 - Fix intermittent timeout of bug743094.js test case. r=h4writer
DONTBUILD
2013-08-02 11:19:21 -07:00
Wes Johnston 1abd07786d Bug 896092 - Restore session when returning from guest mode. r=bnicholson DONTBUILD 2013-08-02 11:04:42 -07:00