Commit Graph

253047 Commits

Author SHA1 Message Date
B2G Bumper Bot
48a18bdb00 Bumping manifests a=b2g-bump 2015-07-13 08:22:32 -07:00
B2G Bumper Bot
33c06e4b8f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b9c1b11b181d
Author: Guillaume C. Marty <gmarty@users.noreply.github.com>
Desc: Merge pull request #30843 from gmarty/Bug-1180771-When-navigating-to-a-page-on-the-same-domain-dont-set-the-default-icon

Bug 1180771 - When navigating to a page on the same domain, don't set the default icon

========

https://hg.mozilla.org/integration/gaia-central/rev/7207cff4ed93
Author: Guillaume Marty <edo999@gmail.com>
Desc: Bug 1180771 - When navigating to a page on the same domain, don't set the default icon
2015-07-13 08:20:33 -07:00
B2G Bumper Bot
febdcb5bd4 Bumping manifests a=b2g-bump 2015-07-13 08:07:11 -07:00
B2G Bumper Bot
6f4fc88758 Bumping gaia.json for 10 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2a6e34e1fdd6
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Merge pull request #30919 from millermedeiros/1182330-expose-set-alarm-vaani

Bug 1182330 - [Clock] expose set alarm functionality through IAC for the Vaani app r=mcav

========

https://hg.mozilla.org/integration/gaia-central/rev/caad85a9d165
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 1182330 - [Clock] expose set alarm functionality through IAC for the Vaani app

========

https://hg.mozilla.org/integration/gaia-central/rev/c3fceffe3ebe
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #30876 from mozfreddyb/1181565-settings-migrator-bug

Bug 1181565 - make settingsmigrator not overwrite passcode

========

https://hg.mozilla.org/integration/gaia-central/rev/daff96d1ec84
Author: Frederik Braun <fbraun+gh@mozilla.com>
Desc: Bug 1181565 - make settingsmigrator not overwrite passcode, now really async r=gasolin

========

https://hg.mozilla.org/integration/gaia-central/rev/fdb37b1e1ced
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #30930 from jrburke/bug1182688-build-esprima-update

Bug 1182688 - Update build parts using esprima to latest esprima

========

https://hg.mozilla.org/integration/gaia-central/rev/d0b626ad1612
Author: jrburke <jrburke@gmail.com>
Desc: Bug 1182688 - Update build parts using esprima to latest esprima

========

https://hg.mozilla.org/integration/gaia-central/rev/5bdd8e294be3
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #30911 from jedireza/fix-download-dialog

Bug 1176909 - Ensure dialog is appended immediately after screen

========

https://hg.mozilla.org/integration/gaia-central/rev/3c7720ee33ef
Author: jedireza <reza@akhavan.me>
Desc: Bug 1176909 - Appending download dialog to screen instead of body

========

https://hg.mozilla.org/integration/gaia-central/rev/423c27fa9465
Author: Eli Perelman <eli@eliperelman.com>
Desc: Merge pull request #30903 from eliperelman/bug-1182273

Bug 1182273 - Use app origin instead of manifestURL parsing

========

https://hg.mozilla.org/integration/gaia-central/rev/ba32670982c6
Author: Eli Perelman <eli@eliperelman.com>
Desc: Bug 1182273 - Use app origin instead of manifestURL parsing
2015-07-13 08:05:11 -07:00
Tim Taubert
2047bd414b Bug 1183079 - [Control Center] Use 24px icons in the TP section r=bgrins 2015-07-13 15:01:13 +02:00
Alessio Placitelli
0d36c3cd1b Bug 1182424 - Part 1 - Always leave unified Telemetry behavior on for people who opted into Telemetry. r=gfritzsche 2015-07-10 13:31:53 +02:00
Ryan VanderMeulen
fff19076e5 Backed out changeset 0a0302b9ed20 (bug 1175098) for e10s browser_compartments.js failures. 2015-07-13 11:46:45 -04:00
Michael Comella
14166d9613 Bug 1182328 - Only add Browsable to apps with schemes that are not file. r=margaret 2015-07-09 17:28:37 -07:00
Albert Juhé
ccbd781dd9 Bug 1049012 - DevTools: replace #5a6169 color with a color from the palette;r=bgrins 2015-07-13 12:04:25 -07:00
Supradeep T R
df12ce54a2 Bug 1175968 - Honor '-h' or '--help' only if it appears before '--'; r=gps 2015-07-13 16:58:54 -07:00
Ryan VanderMeulen
a8e17e5fab Bug 1182228 - Update pdf.js to version 1.1.270. r= 2015-07-09 15:00:32 -04:00
Tim Taubert
681d70e466 Bug 1182643 - [Control Center] Fix non-e10s issues with panel focus and hiding r=Gijs 2015-07-13 16:10:13 +02:00
Sami Jaktholm
e8a735b004 Bug 1181345 - Make DevToolsUtils.fetch work with files that are not UTF-8 encoded. r=past
These changes restore the previous behavior in which the data is decoded
according to a locale specific default charset if the UTF-8 conversion fails.
This allows the method to properly decode both UTF-8 data and data that has
been encoded with the locale default charset (ISO-8859-1 in most cases) without
any charset hints from the source.

The conversion is now a two step process:
1. Convert the stream content to a string using the locale specific encoding.
2. Try reinterpret the data according to UTF-8 rules. If it succeeds, return
   the conversion result. If it fails, return the original string.
2015-07-11 13:45:59 +03:00
Nicholas Nethercote
809f712373 Bug 1181452 - Add memory reporting infrastructure for Servo to SpiderMonkey. r=till.
Basically, this change is all about aggregating SpiderMonkey's fine-grained
measurements into the new set of coarse-grained measurements, called
ServoSizes (which is similar to the existing TabSizes). The change utilizes and
extends the existing macro machinery to do this in a way that has some chance
to maintaining correctness over the long-term despite the fact that this code
is so fiddly.
2015-07-07 23:18:44 -07:00
JW Wang
02ee148f23 Bug 1164265 - larger timeout on slow platforms. r=cpearce. 2015-07-14 11:54:13 +08:00
Ting-Yu Lin
72f1a2e306 Bug 1183085 - Correct a typo in FrameLayerBuilder.h; r=roc 2015-07-13 21:44:11 +08:00
Ting-Yu Lin
2726b1a925 Bug 1183085 - Update description for nsDisplayList methods; r=roc
AppendNewToTop and AppendNewToBottom do not return
NS_ERROR_OUT_OF_MEMORY now.
2015-07-13 21:44:11 +08:00
Ting-Yu Lin
58c790fc94 Bug 1183085 - Correct argument name for BuildContainerLayerFor; r=roc 2015-07-13 21:44:11 +08:00
Ting-Yu Lin
e5b64d7247 Bug 1183085 - Remove EndConstruction() from layer documentation; r=roc
EndConstruction() was removed in bug 564993.
2015-07-13 21:44:11 +08:00
Ting-Yu Lin
5f08ee1578 Bug 1183085 - Correct the name for nsDisplayItem; r=roc 2015-07-13 21:44:11 +08:00
Birunthan Mohanathas
a6dcd82f88 Bug 1183143 - Add tools/rewriting/ThirdPartyPaths.txt file. r=ehsan
Many of the directories were discovered by searching for README and LICENSE
files.

DONTBUILD
2015-07-13 20:30:26 -07:00
Ehsan Akhgari
4f27a0c9a5 Backout bug 1123386 - Part 3 because of build failures 2015-07-13 23:29:01 -04:00
Nick Fitzgerald
4b4a656b0e Bug 1180763 - Part 2: Test the size property of entries in the tenure promotions log; r=sfink 2015-07-13 20:20:29 -07:00
Nick Fitzgerald
543658d527 Bug 1180763 - Part 1: Add the size of the tenured object to the tenure promotions log entry; r=sfink 2015-07-13 20:20:29 -07:00
Nick Fitzgerald
dc1ed594bc Bug 1180763 - Part 0: Document the size property of entries in the tenure promotions log; r=sfink 2015-07-13 20:20:29 -07:00
Nick Fitzgerald
5f9cea9d65 Bug 1180536 - Use mozilla::ScopeExit to clean up Debugger::addDebuggeeGlobal's consistency on failure; r=sfink 2015-07-13 20:20:29 -07:00
JW Wang
dfbe2140ae Bug 1182738. Part 2 - remove MediaDecoderStateMachine::mStreamStartTime. 2015-07-11 17:20:32 +08:00
JW Wang
c245666bd7 Bug 1182738. Part 1 - have DecodedStream::GetPosition() return a position including the start time. 2015-07-11 17:20:28 +08:00
JW Wang
3139a49c50 Bug 1182737. Part 3 - make start/stop playback of DecodedStream more consistent with that of AudioSink. 2015-07-11 16:41:39 +08:00
Sean Stangl
c584a93aaa Bug 1181348 - Fix ARM64 toggledCall() under debug mode. r=djvj 2015-07-06 14:41:49 -07:00
Lorien Hu
2b5562d0dd Bug 1100602 - Fire show/hide events in HTMLLIAccessible::UpdateBullet r=tbsaunde 2015-07-14 11:10:30 -04:00
Michael Layzell
aec7e095c8 Bug 1172080 - Part 2: Use ^ instead of ! to delimit originAttributes from the URI in nsIPrincipal.origin, r=bholley 2015-07-14 15:06:42 -04:00
Michael Layzell
6d21095ab0 Bug 1172080 - Part 1: Throw when requesting origin for poorly behaved URIs, r=bholley 2015-07-14 15:06:41 -04:00
Michael Layzell
f6eee2a79e Bug 1165263 - Part 7: Update tracking protection to account for new nsPermissionManager semantics, r=margaret 2015-07-14 15:06:40 -04:00
Michael Layzell
43e7da2d82 Bug 1165263 - Part 6: Update browser tests to support new permissions semantics, r=ehsan 2015-07-14 15:06:39 -04:00
Michael Layzell
08317c4c5c Bug 1165263 - Part 5: Update PermissionsUtils.importPrefBranch to use origins instead of hosts, r=ehsan 2015-07-14 15:06:38 -04:00
Michael Layzell
98277f0c76 Bug 1165263 - Part 4: Update reftest runners to support new moz_hosts schema, r=dbaron 2015-07-14 15:06:36 -04:00
Michael Layzell
ef7ecffaad Bug 1165263 - Part 3: Update mozprofile to support new moz_hosts schema, r=ahal 2015-07-14 15:06:35 -04:00
Michael Layzell
4933b84f3a Bug 1165263 - Part 2: Update unit tests for nsPermissionManager to reflect new internals, r=ehsan 2015-07-14 15:06:34 -04:00
Michael Layzell
77532e71a6 Bug 1165263 - Part 1: Update nsPermissionManager to use origins instead of hosts internally, r=ehsan 2015-07-14 15:06:33 -04:00
Michael Layzell
47ebde6353 Bug 817007 - Part 2: Update reftests due to removal of <file> magic host, r=ehsan 2015-07-14 15:06:32 -04:00
Michael Layzell
ecdf139ec4 Bug 817007 - Part 1: Remove <file> hack from the permission manager, r=ehsan 2015-07-14 15:06:31 -04:00
Michael Layzell
d5039159df Bug 1173523 - Part 13: Update SpecialPowers to use new API for nsIPermission, r=jmaher 2015-07-14 15:06:29 -04:00
Michael Layzell
1c735e1d71 Bug 1173523 - Part 12: Update tests for plugin permissions to use new API for nsIPermission, r=jimm 2015-07-14 15:06:28 -04:00
Michael Layzell
1aed5dbca6 Bug 1173523 - Part 11: Update tests for cookie permissions to use new API for nsIPermission, r=ehsan 2015-07-14 15:06:27 -04:00
Michael Layzell
164eb866ae Bug 1173523 - Part 10: Update nsIPermission and nsIPermissionManager tests to use new API for nsIPermission, r=ehsan 2015-07-14 15:06:26 -04:00
Michael Layzell
8a6718e54b Bug 1173523 - Part 9: Update pageinfo to use the new API for nsIPermission, r=florian 2015-07-14 15:06:24 -04:00
Michael Layzell
b4eb115155 Bug 1173523 - Part 8: Update ForgetAboutSite.jsm to use new API for nsIPermission, r=ehsan 2015-07-14 15:06:23 -04:00
Michael Layzell
1424ca4252 Bug 1173523 - Part 7: Update advanced.js to use new API for nsIPermission, r=jaws 2015-07-14 15:06:22 -04:00
Michael Layzell
4b5a421030 Bug 1173523 - Part 6: Update translation to use new API for nsIPermission, r=florian 2015-07-14 15:06:21 -04:00