Commit Graph

260740 Commits

Author SHA1 Message Date
Eric Faust
530073d5f3 Bug 1168992 - Part 4: Convert PNK_SUPERELEM to PNK_ELEM and fix reflection of super[elem]. (r=Waldo) 2015-09-02 15:09:06 -07:00
Eric Faust
21c6acbf38 Bug 1168992 - Part 3: Change PNK_SUPERPROP to PNK_DOT and fix reflection of super.prop. (r=Waldo) 2015-09-02 15:09:04 -07:00
Eric Faust
a536d46bca Bug 1168992 - Part 2: Fix reflection of new.target. (r=Waldo) 2015-09-02 15:09:03 -07:00
Eric Faust
db4736c6a9 Bug 1168992 - Part 1: Fix up reflection of classes. (r=Waldo) 2015-09-02 15:09:02 -07:00
Kyle Huey
db6d9eca1f Bug 1200884: Make postmessage-to-client.https.html pass. r=jdm 2015-09-02 17:17:09 -07:00
Kyle Huey
e75a8146c7 Bug 1200843: Make fetch-mixed-content tests pass. r=jdm 2015-09-02 17:17:01 -07:00
Ehsan Akhgari
bb2a119395 Bug 1200869 - Empty the header value for code hygiene; r=sicking 2015-09-02 19:53:35 -04:00
Ehsan Akhgari
fef46400c2 Bug 1200856 - Avoid the extra variable to make the string manipulation faster; r=sicking 2015-09-02 19:52:46 -04:00
Aidin Gharibnavaz
14c49bcaef Bug 1114782 - Using compiler's builtin overflow-checked functions in SafeAdd and friends. r=sunfish 2015-09-02 16:32:31 -07:00
Wes Kocher
38d99f5a7a Backed out 4 changesets (bug 1168992) for apparently breaking reftests CLOSED TREE
Backed out changeset cb3a01796c02 (bug 1168992)
Backed out changeset 45e16ff50caa (bug 1168992)
Backed out changeset 6155cc98258d (bug 1168992)
Backed out changeset 0ff820964ea0 (bug 1168992)
2015-09-02 15:51:40 -07:00
Francois Marier
77b2282d48 Bug 1198586 - Add Disconnect's GPL notice to about:license. r=gerv 2015-09-02 15:38:50 -07:00
Eric Faust
28ba601e26 Bug 1168992 - Part 4: Convert PNK_SUPERELEM to PNK_ELEM and fix reflection of super[elem]. (r=Waldo) 2015-09-02 15:09:06 -07:00
Eric Faust
a8ff3d3a43 Bug 1168992 - Part 3: Change PNK_SUPERPROP to PNK_DOT and fix reflection of super.prop. (r=Waldo) 2015-09-02 15:09:04 -07:00
Eric Faust
ad83ef0ade Bug 1168992 - Part 2: Fix reflection of new.target. (r=Waldo) 2015-09-02 15:09:03 -07:00
Eric Faust
da48d54c2d Bug 1168992 - Part 1: Fix up reflection of classes. (r=Waldo) 2015-09-02 15:09:02 -07:00
Julien Pagès
e7a3bb7435 Bug 1187082 - Ensure talos always produces TALOSDATA json structure in logs so perfherder can ingest data. r=wlach
This synchronise the TALOSDATA regex with the one used in perfherder.
Also this ensure that we only see that message once.
2015-09-02 22:52:11 +02:00
Jeff Gilbert
433dc416ec Bug 1200864 - Skip DrawElements buffer validation when we have robust_buffer_access. - r=kamidphish 2015-09-02 14:06:58 -07:00
Kartikaya Gupta
cb3b122036 Bug 1201217 - Don't fiddle with the resolution on tab switch when using APZ in fennec. r=rbarker 2015-09-02 16:31:06 -04:00
Kartikaya Gupta
71f975e0c8 Bug 1200399 - Only send the RCD's metrics to Java-land for fennec-apz. r=rbarker 2015-09-02 16:31:06 -04:00
Geoff Brown
c0638aeb81 Bug 1201075 - Increase timeout for webgl-color-test; r=jgilbert 2015-09-02 14:20:02 -06:00
Geoff Brown
0a57f6b45b Bug 1196814 - Fail Android mochitest, robocop, reftests when Fennec is not installed; r=jmaher 2015-09-02 14:20:01 -06:00
Andrew Halberstadt
1261efb9d2 Bug 1201195 - [mozrunner] Fix IndexError on B2G when running without a build (or bindir), r=armenzg
There is an assumption in application.py that there exists a build with a valid bindir. This directory
doesn't exist if no build exist. Before now, this code path hasn't been a problem as it was only used
with built emulators. But now gaia is starting to use it and there might not even be a B2G repo at all!
2015-09-02 14:58:35 -04:00
Christoph Kerschbaumer
9ee4ffafca Bug 1197926 - Use channel->Open2() in extensions/pref/autoconfig/src/nsReadConfig.cpp (r=sicking) 2015-09-02 11:38:28 -07:00
Christoph Kerschbaumer
cec76d947c Bug 1197925 - Use channel->Open2() in intl/hyphenation/hnjstdio.cpp (r=sicking) 2015-09-02 11:37:57 -07:00
Christoph Kerschbaumer
6e2873af5c Bug 1197923 - Use channel->Open2() in intl/strres/nsStringBundle.cpp (r=sicking) 2015-09-02 11:37:16 -07:00
Botond Ballo
d930cedf76 Bug 1200158 - Avoid expensive computations involving the maybe-hit region in hot code paths. r=mstange 2015-08-31 19:53:34 -04:00
Botond Ballo
d7ef747c40 Bug 1200158 - Define PaintedLayerData::AccumulateEventRegions() out of line. r=mstange 2015-08-31 19:59:22 -04:00
Zack Weinberg
858895bdd4 Bug 1035091 part 2: disable @-moz-document in author sheets. r=heycam 2015-09-02 13:54:30 -04:00
Zack Weinberg
d89a3bcc67 Bug 1035091 part 1: change CSS parser and loader APIs to distinguish UA, user, and author sheets instead of just UA vs everyone else. r=heycam 2015-09-02 13:52:49 -04:00
Ryan VanderMeulen
4e72d9e276 Merge m-c to inbound. a=merge 2015-09-02 14:55:29 -04:00
Terrence Cole
6671d5a1d7 Backout d92d88957742 (Bug 1200732) for bustage on a CLOSED TREE. 2015-09-02 11:07:27 -07:00
Eitan Isaacson
9400a30750 Bug 1200836 - Land on first atomic object in container traversal. r=yzen 2015-09-02 09:44:30 -07:00
Gian-Carlo Pascutto
95f412e884 Bug 1200614 - Protect the capture engines array from concurrent access (during shutdown). r=jesup 2015-09-02 18:41:06 +02:00
dominique vincent
1dc9e98f9f Bug 1200177 - Form Assistant is not always correctly closed. r=mcomella 2015-08-31 14:28:58 +02:00
Mark Banner
380a03b143 Bug 1062839 - Fix the direction of the camera/screenshare notification anchor icons on the chat window toolbar in RTL mode (should be the same as LTR). r=mikedeboer 2015-09-02 11:38:28 +01:00
Sebastian Kaspari
56a9bf3fa2 Bug 1199596 - Only install "Parental Controls Theme" for restricted profiles and not guest profiles. r=ally
From browser.js's point of view there's no difference between restricted and guest profiles. Both use the
parental controls API. So there are only two "simple" solutions here:

* 1) Add a method to nsIParentalControlsService to determine whether the current profiles is a restricted or
  a guest profile (Something like isGuest()). But then every platform using this interface would require
  to at least implement a stub for this method.

* 2) Add a new restriction that controls installing the theme.

This patch implements option 2. While this restriction is not of much use besides deciding whether we need
to install a specialized theme (DISALLOW_DEFAULT_THEME), it still offers the most flexibility. In a
follow-up bug we could decide to make the restriction configurable by the device admin (requires localized
strings).
2015-08-31 18:09:42 +02:00
Sebastian Kaspari
26d61cfbf5 Bug 1196198 - Use ordered list to find new default panel. r=mhaigh 2015-08-31 14:26:46 +02:00
Alexandre Lissy
f030d5dc8f Bug 1164713 - Return error string from FxAccounts. r=ferjm 2015-08-31 07:54:00 -04:00
Boris Chiou
b23f95646a Bug 1121463 - Support copy link on context menu. r=kanru
Add a special menuitem, copy-link, to pass the url and do command.
2015-08-31 20:37:00 -04:00
Ryan VanderMeulen
92baa91037 Merge fx-team to m-c. a=merge 2015-09-01 21:15:09 -04:00
Ryan VanderMeulen
baa846b667 Merge inbound to m-c. a=merge 2015-09-01 21:01:50 -04:00
B2G Bumper Bot
c7b4b29695 Bumping manifests a=b2g-bump 2015-09-01 16:35:01 -07:00
B2G Bumper Bot
9b3a75a4a5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f919c5b5f0f0
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #31577 from julienw/1199593-forward-text-attachment

Bug 1199593 - [Messages] Properly forward MMS messages that have both…

========

https://hg.mozilla.org/integration/gaia-central/rev/67b7c6d70be6
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1199593 - [Messages] Properly forward MMS messages that have both text and attachments r=azasypkin
2015-09-01 16:32:18 -07:00
Shane Caraveo
6a83f2a958 Bug 1163592 chat resize intermittent, reduce unused infra that may slow things down. r=me 2015-09-01 14:33:35 -07:00
David Critchley
dfaf9979d9 Bug 1186396 - Remove remaining references to JQuery from Loop. r=andreio,r=Standard8 2015-09-01 22:07:06 +01:00
Brian Grinstead
162b2b7543 Bug 1193158 - Create a basic site permissions subview;r=ttaubert 2015-09-01 13:35:08 -07:00
B2G Bumper Bot
46805c7ef6 Bumping manifests a=b2g-bump 2015-09-01 12:58:00 -07:00
B2G Bumper Bot
98a310e484 Bumping gaia.json for 11 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2a7e995d4699
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #31338 from aethanyc/1194042

Bug 1194042 - Implement a global cut-or-copied state for text selection dialog across apps

========

https://hg.mozilla.org/integration/gaia-central/rev/a26c431531bc
Author: Ting-Yu Lin <tlin@mozilla.com>
Desc: Bug 1194042 - Update app_text_selection_dialog_test.js. r=timdream

* Add a test to ensure two AppTextSelectionDialog get the same global
  states object.
* Update those timer unit tests.

========

https://hg.mozilla.org/integration/gaia-central/rev/04db54502734
Author: Ting-Yu Lin <tlin@mozilla.com>
Desc: Bug 1194042 - Implement global states to shared data across all apps. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/9f3c2a5e48e1
Author: Ting-Yu Lin <tlin@mozilla.com>
Desc: Bug 1194042 - Improve debug log in app_text_selection_dialog.js. r=timdream

Almost all the objects passed to this.debug() are stringify-ed. No need
to stringify them again in this.debug().

========

https://hg.mozilla.org/integration/gaia-central/rev/4a108e20032b
Author: Ting-Yu Lin <tlin@mozilla.com>
Desc: Bug 1194042 - Remove trailing whitespaces in app_text_selection_dialog. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/bee0f5f685cb
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #31573 from alastor0325/Bug1198824_TeleVolumeControl

Bug 1198824 - use call state to verify isOnCall()

========

https://hg.mozilla.org/integration/gaia-central/rev/719aec1a29df
Author: Alastor Wu <alwu@mozilla.com>
Desc: Bug 1198824 - use call state to verify isOnCall(). r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/32cacb886d27
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #31627 from Fischer-L/bug_1199537-change-modal-dialog-btn-color

Bug 1199537 - Change the color of the only button on the alert modal dialog to gray

========

https://hg.mozilla.org/integration/gaia-central/rev/a017466918b7
Author: Fischer.json <foxbrush@Fischerjsons-MacBook-Pro.local>
Desc: Bug 1199537 - Change the color of the only button on the alert modal dialog to gray

========

https://hg.mozilla.org/integration/gaia-central/rev/b47e34131351
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #31509 from janus926/bug-1198132

Bug 1198132 - Apply gaia-header tweaks to Gallery to avoid reflow at …

========

https://hg.mozilla.org/integration/gaia-central/rev/3aa4c6e5ac73
Author: Ting-Yu Chou <janus926@gmail.com>
Desc: Bug 1198132 - Apply gaia-header tweaks to Gallery to avoid reflow at startup. r=djf
2015-09-01 12:55:16 -07:00
Jared Wein
1860f8232c Bug 1191242 - Instrument the default browser prompt. r=dolske p=bsmedberg 2015-09-01 15:52:05 -04:00
Ryan VanderMeulen
65057a2bd1 Merge m-c to fx-team. a=merge 2015-09-01 15:20:21 -04:00