Commit Graph

141420 Commits

Author SHA1 Message Date
Mihnea Dobrescu-Balaur
f71e8922e7 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
0466eb441e 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
b38e33455d 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
1c7deef637 Bug 893222 - Part 4: Tests. r=njn 2013-08-05 16:33:00 -07:00
Justin Lebar
29c7abe55d 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
094709ed3d 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
253d4a3119 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
34e006b755 Bug 893222 - Part 0: Make JSRope::getCharsNonDestructiveInternal work with a null tcx. r=bhackett 2013-08-05 16:33:00 -07:00
Ryan VanderMeulen
57186da9cf Backed out changeset a4dd0dc4e354 (bug 824652) for Android M1 orange. 2013-08-05 19:21:17 -04:00
Adam Roach [:abr]
98fefc40b6 Bug 901707: update IPeerConnection UUID r=ekr 2013-08-05 18:01:01 -05:00
Adam Roach [:abr]
f5d3a70999 Bug 901706: update IPeerConnectionObserver UUID r=ekr 2013-08-05 18:01:00 -05:00
Mats Palmgren
b48f5815f1 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
dd8150bf98 No Bug - Guard PJS tests to only apply to Nightly. (a=test-only) 2013-08-05 16:03:48 -07:00
David Keeler
f9040f2187 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
9cbdeb8d74 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
6b89d51b5f 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
8d74d23c3b But 899074, bug 900172, bug 901716 - Disable timeout-prone tests on B2G. 2013-08-05 18:13:04 -04:00
Jeff Gilbert
805a44f76d Bug 901297 - Save and restore WebGL state for Mesa FB workarounds. - r=bjacob 2013-08-05 15:11:43 -07:00
David Dahl
18d09d5877 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
552b158a0b Backed out changesets fbba341b5faf, 4b2c9adef1e4, and bde98e3a7194 (bug 762593) for mochitest-bc failures. 2013-08-05 16:58:37 -04:00
Ryan VanderMeulen
f5e9dc8c73 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
cb73405190 bug 854897 - prefer harfbuzz shaping for Indic text on WinXP. r=jdaggett 2013-08-05 21:06:09 +01:00
Ryan VanderMeulen
18aac1f510 Bug 897175 - Disable browser_findbar.js due to frequent failures. r=jimm
CLOSED TREE
2013-08-02 17:01:56 -04:00
Ryan VanderMeulen
466d68f6c5 Merge m-c to fx-team. 2013-08-02 17:09:31 -04:00
Ryan VanderMeulen
e44fa2bc7c Merge inbound to m-c. 2013-08-02 16:36:40 -04:00
Rail Aliiev
cc6fa55724 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
2f7ac644f5 Backed out changeset b45bdd149e34 (bug 867856) for jit-test failures on a CLOSED TREE. 2013-08-02 16:08:05 -04:00
Gavin Sharp
3d28429c6a Back out bug 896711 for potentially causing metro test timeouts, CLOSED TREE 2013-08-02 13:02:22 -07:00
Gaia Pushbot
d0177fd716 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
009b6ece4e Bug 894773 - Remove Android failing reftest annotation from 650228-1.html.
CLOSED TREE
2013-08-02 15:39:21 -04:00
Ryan VanderMeulen
24743de8ad 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
69aa52ba3e Bug 867856 - Fix intermittent timeout of bug743094.js test case. r=h4writer
DONTBUILD
2013-08-02 11:19:21 -07:00
Wes Johnston
f709a6ab8c Bug 896092 - Restore session when returning from guest mode. r=bnicholson DONTBUILD 2013-08-02 11:04:42 -07:00
Wes Johnston
cba955e2e0 backout 3c552ee3aa5e to fix commit message 2013-08-02 11:09:48 -07:00
Wes Johnston
0588403e08 Bug 896350 - Don't close notifications unless explicitly requested to. r=blassey 2013-08-02 11:04:49 -07:00
Wes Johnston
121c063b69 Bug 896059 - Allow super toasts in webapps. r=mfinkle 2013-08-02 11:04:45 -07:00
Wes Johnston
e27870ae02 Bug 896350 - Restore session when returning from guest mode. r=bnicholson 2013-08-02 11:04:42 -07:00
Matt Brubeck
5f9203bc37 Bug 899726 - Fix merge conflicts on a CLOSED TREE 2013-08-02 10:54:35 -07:00
Justin Lebar
a04662fd5d Back out 4ff7455f6720, "Bug 894736, pass clipboard type to data transfer so that the correct clipboard is used when pasting, r=ehsan" on a CLOSED TREE. 2013-08-02 10:53:34 -07:00
Justin Lebar
7b3ad2a834 Bug 893222 - Part 5: Fix bustage. r=me 2013-08-02 10:53:34 -07:00
Gaia Pushbot
b78b513edb Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/149536c8959f
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Merge pull request #11295 from fcampo/FB_resolution_images

Bug 900361 - Enable customization per target device of resolution for FB images (r=jmcf)

========

https://hg.mozilla.org/integration/gaia-central/rev/f65bdab88e13
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Bug 900361 - Enable customization per target device of resolution for FB images
2013-08-02 06:15:23 -07:00
Gaia Pushbot
7e76672ec0 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/eb07abf78fa9
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #11201 from fabi1cazenave/pdfViewer-bug898408

Bug 898408: do not optimize l10n resources for PDF.js, r=ochameau

========

https://hg.mozilla.org/integration/gaia-central/rev/ae2f601c47f8
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Bug 898408: do not optimize l10n resources for PDF.js
2013-08-02 06:05:22 -07:00
Ed Morley
d0a6230a88 Merge mozilla-central and b2g-inbound 2013-08-02 13:51:22 +01:00
Ed Morley
a9606b2dba Merge latest green b2g-inbound changeset and mozilla-central 2013-08-02 13:30:22 +01:00
Ms2ger
95c8398829 Merge m-c to inbound. 2013-08-02 11:40:30 +02:00
Ms2ger
e032489251 Backout changeset 531f544bc9ce for breaking B2G tests. 2013-08-02 11:38:49 +02:00
Robert O'Callahan
2e1a05e0f3 Bug 898946. Avoid #including XPCOM headers within maintenanceservice. r=bbondy
--HG--
extra : rebase_source : b19663967f7af21daf8f3cf123701a79e295f4b3
2013-08-02 21:30:06 +12:00
Robert O'Callahan
4108f3f1ec Bug 878015. Make RoundUpToAudioBlock always advance to the next audio block. r=padenot
--HG--
extra : rebase_source : d931a0f144579bd7f7f57bd9e2c7d4ecc1700b27
2013-08-02 21:27:58 +12:00
Robert O'Callahan
82b71516c9 Bug 880854. When attaching XBL bindings to elements in a static document, sync-load the bindings document so that delayed changes to the shadow DOM don't mess up, for example, printing. r=mrbkap
--HG--
extra : rebase_source : 283ce66e7659b8ac9d8c5dc08d52b0f5a79452fb
2013-08-02 21:26:21 +12:00
Ms2ger
5c2b63d2c7 Merge m-c to inbound. 2013-08-02 11:07:57 +02:00