Eric Faust
702d06bb02
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
b7afc64403
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
371c557f97
Bug 1168992 - Part 2: Fix reflection of new.target. (r=Waldo)
2015-09-02 15:09:03 -07:00
Eric Faust
919c23ca38
Bug 1168992 - Part 1: Fix up reflection of classes. (r=Waldo)
2015-09-02 15:09:02 -07:00
Julien Pagès
f7d4140df8
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.
--HG--
extra : commitid : JvuOhAtBUhJ
extra : rebase_source : bb733a6a5c74e44eb3fc2720964f1f0dbf220e0f
2015-09-02 22:52:11 +02:00
Jeff Gilbert
f2508b4907
Bug 1200864 - Skip DrawElements buffer validation when we have robust_buffer_access. - r=kamidphish
2015-09-02 14:06:58 -07:00
Kartikaya Gupta
c9b205eede
Bug 1201217 - Don't fiddle with the resolution on tab switch when using APZ in fennec. r=rbarker
...
--HG--
extra : commitid : K5KQ632Ma3m
2015-09-02 16:31:06 -04:00
Kartikaya Gupta
e824af9852
Bug 1200399 - Only send the RCD's metrics to Java-land for fennec-apz. r=rbarker
...
--HG--
extra : commitid : GQyuAXJf3iE
2015-09-02 16:31:06 -04:00
Geoff Brown
fbfe19ec95
Bug 1201075 - Increase timeout for webgl-color-test; r=jgilbert
2015-09-02 14:20:02 -06:00
Geoff Brown
b0e201cce7
Bug 1196814 - Fail Android mochitest, robocop, reftests when Fennec is not installed; r=jmaher
2015-09-02 14:20:01 -06:00
Andrew Halberstadt
231b28258a
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!
--HG--
extra : commitid : 3sxXkmDErLG
extra : rebase_source : 526d89f36371970f8b7edca20e3dbb01131f90c7
2015-09-02 14:58:35 -04:00
Christoph Kerschbaumer
6eac97dd9e
Bug 1197926 - Use channel->Open2() in extensions/pref/autoconfig/src/nsReadConfig.cpp (r=sicking)
2015-09-02 11:38:28 -07:00
Christoph Kerschbaumer
97fde78f8f
Bug 1197925 - Use channel->Open2() in intl/hyphenation/hnjstdio.cpp (r=sicking)
2015-09-02 11:37:57 -07:00
Christoph Kerschbaumer
20fdbb959b
Bug 1197923 - Use channel->Open2() in intl/strres/nsStringBundle.cpp (r=sicking)
2015-09-02 11:37:16 -07:00
Botond Ballo
39a631813d
Bug 1200158 - Avoid expensive computations involving the maybe-hit region in hot code paths. r=mstange
...
--HG--
extra : source : 29aadb4e6ccf820fc2289db46f5e1671f4f74f3e
2015-08-31 19:53:34 -04:00
Botond Ballo
b2856971b2
Bug 1200158 - Define PaintedLayerData::AccumulateEventRegions() out of line. r=mstange
...
--HG--
extra : source : aee33a58cf9ad30d9723b33582748af2690a4050
2015-08-31 19:59:22 -04:00
Zack Weinberg
7912db5bd1
Bug 1035091 part 2: disable @-moz-document in author sheets. r=heycam
...
--HG--
rename : layout/style/test/test_condition_text.html => layout/style/test/chrome/moz_document_condition_text.css
rename : layout/style/test/test_rule_serialization.html => layout/style/test/chrome/moz_document_serialization.css
rename : layout/style/test/test_condition_text.html => layout/style/test/chrome/test_moz_document_condition_text.html
rename : layout/style/test/chrome/test_moz_document_rules.html => layout/style/test/chrome/test_moz_document_matching.html
rename : layout/style/test/test_bug511909.html => layout/style/test/chrome/test_moz_document_nesting.html
rename : layout/style/test/test_rule_serialization.html => layout/style/test/chrome/test_moz_document_serialization.html
extra : rebase_source : 9d97f4cfe5e5e3bbda1d1b7910db44faf33d14c1
2015-09-02 13:54:30 -04:00
Zack Weinberg
a48ac7cfae
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
...
--HG--
extra : rebase_source : 2d860f8493e328dec364a00282fcf1257a1c4d23
2015-09-02 13:52:49 -04:00
Ryan VanderMeulen
9aaf79cf7c
Merge m-c to inbound. a=merge
2015-09-02 14:55:29 -04:00
Terrence Cole
d15cc51b3c
Backout d92d88957742 (Bug 1200732) for bustage on a CLOSED TREE.
2015-09-02 11:07:27 -07:00
Eitan Isaacson
af27c436af
Bug 1200836 - Land on first atomic object in container traversal. r=yzen
...
--HG--
rename : accessible/jsat/TraversalRules.jsm => accessible/jsat/Traversal.jsm
2015-09-02 09:44:30 -07:00
Gian-Carlo Pascutto
546ec0bfcb
Bug 1200614 - Protect the capture engines array from concurrent access (during shutdown). r=jesup
2015-09-02 18:41:06 +02:00
dominique vincent
1e8a551445
Bug 1200177 - Form Assistant is not always correctly closed. r=mcomella
2015-08-31 14:28:58 +02:00
Mark Banner
0a46527505
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
1fd7001f01
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).
--HG--
extra : commitid : 1HcJmNLuz7b
extra : rebase_source : d43407713b7d41a546213e75b7d5e4f03a8b3d78
2015-08-31 18:09:42 +02:00
Sebastian Kaspari
5bd90ecf57
Bug 1196198 - Use ordered list to find new default panel. r=mhaigh
...
--HG--
extra : commitid : 42jnomXCwar
extra : rebase_source : 02412c2bb22c5252ee4d32fc4ef19eea4859f3f9
extra : amend_source : da7cb9cd2e9192110de2fb56d2096e23404a4e8e
2015-08-31 14:26:46 +02:00
Nazim Can Altinova
5483bf7f34
Bug 1198235 - abuse of bind(this) with add/removeEventListener in downloads.js. r=mak
2015-08-31 14:04:00 +02:00
Alexandre Lissy
6fe343742d
Bug 1164713 - Return error string from FxAccounts. r=ferjm
2015-08-31 07:54:00 -04:00
Boris Chiou
b5773495c8
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
288dfa7ea3
Merge fx-team to m-c. a=merge
2015-09-01 21:15:09 -04:00
Ryan VanderMeulen
4755e71029
Merge inbound to m-c. a=merge
2015-09-01 21:01:50 -04:00
B2G Bumper Bot
0204932165
Bumping manifests a=b2g-bump
2015-09-01 16:35:01 -07:00
B2G Bumper Bot
fc6961e99a
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
7593e2c741
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
e552f8d371
Bug 1186396 - Remove remaining references to JQuery from Loop. r=andreio,r=Standard8
2015-09-01 22:07:06 +01:00
Brian Grinstead
f230542190
Bug 1193158 - Create a basic site permissions subview;r=ttaubert
...
--HG--
extra : commitid : 2mKT8phamrs
2015-09-01 13:35:08 -07:00
B2G Bumper Bot
1fe80b1eae
Bumping manifests a=b2g-bump
2015-09-01 12:58:00 -07:00
B2G Bumper Bot
1ceaedb9b4
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
91b9f3474a
Bug 1191242 - Instrument the default browser prompt. r=dolske p=bsmedberg
...
--HG--
extra : rebase_source : bc47628732d5921e4284b7ade6efdc40d710dab7
2015-09-01 15:52:05 -04:00
Ryan VanderMeulen
ce13fdac84
Merge m-c to fx-team. a=merge
2015-09-01 15:20:21 -04:00
B2G Bumper Bot
f70a9b535c
Bumping manifests a=b2g-bump
2015-09-01 11:58:02 -07:00
B2G Bumper Bot
95b03e3d3c
Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2602554b2ec5
Author: Russ Nicoletti <rnicoletti@mozilla.com>
Desc: Merge pull request #30908 from russnicoletti/bug-1167710
Bug 1167710 - [Settings] Advanced telemetry setting r=evelyn
========
https://hg.mozilla.org/integration/gaia-central/rev/d1d45d4b63bf
Author: Russ Nicoletti <rnicoletti@mozilla.com>
Desc: Merge branch 'master' of https://github.com/mozilla-b2g/gaia into bug-1167710
========
https://hg.mozilla.org/integration/gaia-central/rev/39c4549ad743
Author: Russ Nicoletti <rnicoletti@mozilla.com>
Desc: Bug 1167710 - [Settings] Advanced telemetry setting
2015-09-01 11:55:19 -07:00
Brian Grinstead
8e10092b79
Bug 1120406 - Indicate which nodes have a pseudo-class lock applied in the markup view;r=gl,r=pbrosset
...
--HG--
extra : commitid : vcFCPaIJdI
2015-09-01 11:45:53 -07:00
Nick Fitzgerald
1eeb5798f3
NO BUG - s/if(/if (/ in toolkit/devtools JS; r=jimb DONTBUILD
2015-09-01 11:25:13 -07:00
B2G Bumper Bot
2da9f3e3d8
Bumping manifests a=b2g-bump
2015-09-01 11:10:11 -07:00
B2G Bumper Bot
9f8cbf055b
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/039b39ea6dd5
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #31584 from mikehenrty/bug-1168955-preview-site-reland
Bug 1168955 - Add preview pin site to doorhanger
========
https://hg.mozilla.org/integration/gaia-central/rev/862f212e0747
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1168955 - Add preview pin site to doorhanger
2015-09-01 11:07:19 -07:00
B2G Bumper Bot
0aee05ed9c
Bumping manifests a=b2g-bump
2015-09-01 10:48:04 -07:00
B2G Bumper Bot
73ab36dc57
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a330673cd99b
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Bug 1197989 - Skip apps/clock/test/marionette/hour_format_test.js for inexplicable permafail.
2015-09-01 10:45:21 -07:00
Wander Lairson Costa
f6216f3e41
Bug 1200235: Upgrade phone-builder to use tc-vcs 2.3.9. r=garndt
2015-09-01 12:40:58 -03:00
B2G Bumper Bot
08af5e1ed0
Bumping manifests a=b2g-bump
2015-09-01 08:16:10 -07:00