Brian Grinstead
8ed3a4758b
Bug 1164327 - Make resizing a graph maintain the drawn selection. r=vporof
2015-05-24 17:38:00 +02:00
Julian Descottes
8db81fb95a
Bug 965199 - "Copy Image Data-URL" in computed & rule views. r=pbrosset
...
This feature is about the inspector's rule view & computed view.
The context menu for an image URL (e.g. value of background-image property)
will contain a new entry : "Copy Image Data-URL". Clicking on it will fill the
clipboard with the image encoded as a data url.
The mechanism to hide/show the entry is inspired from the "Copy Color" menu
entry. When the context menu is displayed, check if the target is contained in
a node of type "image", using the getNodeInfo method available on both views.
If the image data cannot be retrieved for a given URL, the clipboard is filled
with an error message.
Modified rule-view getNodeInfo method in order to exclude from image nodes the
'source' links (such as 'style.css', displayed on the right of the rule-view).
Added a new mochitest that tests the feature on an element using a base64
background image.
2015-05-24 01:41:09 +02:00
Patrick Brosset
f63ee9b14b
Bug 1167945 - Remove spidermonkey specific JS from canvasdebugger; r=jryans
...
--HG--
extra : rebase_source : eb415f063dbf3f9c4e08fc4cc4c4feb970ecbe13
extra : histedit_source : ddba084d950fa016872371d572367f1e0b1a4a09
2015-05-24 14:44:02 +02:00
Patrick Brosset
e2db77577a
Bug 1167957 - Remove spidermonkey specific JS from debugger
2015-05-25 09:17:26 +02:00
Phil Ringnalda
20b1bf8936
Merge m-c to f-t
2015-05-25 19:28:43 -07:00
Phil Ringnalda
c6b7b446a2
Merge b-i to m-c, a=merge
2015-05-25 19:21:48 -07:00
Phil Ringnalda
b8452fd1d4
Merge f-t to m-c, a=merge
2015-05-25 19:17:04 -07:00
Phil Ringnalda
f982c20c77
Back out bc60df62a51e (bug 1167957) for frequent incomprehesible e10s leaks of a docshell in browser_urlbarEnter.js
2015-05-25 17:41:58 -07:00
B2G Bumper Bot
d6612be082
Bumping manifests a=b2g-bump
2015-05-25 13:42:56 -07:00
B2G Bumper Bot
6a200a6b67
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/70c21fc8fb4b
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1167637 - merge pull request #30205 from mikehenrty:bug-1167637-apps-tests to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/a1a69da6c3da
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1167637 - Re-enable apps_test.js
2015-05-25 13:40:33 -07:00
Kartikaya Gupta
de0d358206
Bug 1167721 - Ensure we trigger a repaint when dropping velocity to zero in CancelAnimation. r=botond
2015-05-25 15:32:20 -04:00
Kartikaya Gupta
077ad1ddfb
Bug 1117958 - Allow any debugging options to the run or gtest mach subcommands to automatically enable debugging. r=gps
2015-05-25 15:32:09 -04:00
B2G Bumper Bot
533c6bf99c
Bumping manifests a=b2g-bump
2015-05-25 11:37:24 -07:00
B2G Bumper Bot
4fad4f093b
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/27818d086e44
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1167202 - merge pull request #30177 from yzen:bug-1167202 to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/a5df0c8e8c10
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1167202 - adding strings for newly supported switch role.
========
https://hg.mozilla.org/integration/gaia-central/rev/dfd14031c8ef
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1166612 - merge pull request #30145 from dwi2:bug1166612 to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/ef87fd9f68de
Author: Tzu-Lin Huang <tzhuang@mozilla.com>
Desc: Bug 1166612 - [Stingray] Hide filter when entering edit mode
2015-05-25 11:35:28 -07:00
Kim Moir
eda6ff0f8f
No bug update mozharness.json to 12ce04f3ec51
2015-05-25 14:24:19 -04:00
Ryan VanderMeulen
6b55a23433
Backed out changesets 4b6aa5c0a1bf and fdf38a41d92b (bug 1150549) for Mulet crashes.
...
CLOSED TREE
2015-05-25 14:05:05 -04:00
Tom Schuster
02fbf5716d
Bug 1166950 - Only give constructor functions a prototype. r=efaust
2015-05-25 19:31:46 +02:00
Tom Schuster
fe0dbd43f9
Bug 1166950 - Make generator methods constructors. r=efaust
2015-05-25 19:31:46 +02:00
Tom Schuster
d42ec1b025
Bug 1166950 - Introduce a new FunctionKind for class-constructors. r=efaust
2015-05-25 19:31:46 +02:00
Ryan VanderMeulen
cf9976434d
Backed out 4 changesets (bug 1155493) for Android test_browserElement_inproc_CopyPaste.html timeouts/crashes.
...
Backed out changeset 3bd7adb9f591 (bug 1155493)
Backed out changeset 0380b1684e6b (bug 1155493)
Backed out changeset 58b7c1eaf3c8 (bug 1155493)
Backed out changeset 896beb5088a7 (bug 1155493)
2015-05-25 13:15:06 -04:00
Nicolas Silva
11a7323cc9
Bug 1150549 - Remove debugging code accidentally left in the previous patch
2015-05-25 18:59:22 +02:00
Marco Bonardo
0983863048
Bug 1012597 - Part 2: ensure Sync invalidates the Places GUIDs cache when needed. r=rnewman
2015-05-25 17:18:36 +02:00
Marco Bonardo
00d8891808
Bug 1012597 - Part 1: provide a way to invalidate the Places GUIDs cache. r=rnewman
2015-05-25 17:18:31 +02:00
Sami Jaktholm
269fbab986
Bug 982201 - Don't give up so easily when constructing netmonitor statistics view during tests. r=past
...
In tests it doesn't make sense to give up after two seconds as we want to test
the actual feature - not that it can do everything in under two seconds which
is quite a long shot on debug builds.
The new 45 second timeout during tests matches the 45 second timeout of
mochitests which essentially makes it impossible for whenDataAvailable to
timeout during tests causing these false positives.
2015-05-23 07:16:22 +03:00
Georg Fritzsche
8b2d7ee218
Bug 1166705 - Don't send a saved-session ping when extended Telemetry is off. r=vladan
...
This also cleans up the pending pings persistance, putting the control of saving them out of TelemetrySession.
2015-05-22 22:42:29 +07:00
Phil Ringnalda
6a7d1ee397
Merge m-c to f-t
2015-05-24 15:28:04 -07:00
Phil Ringnalda
83030f8fc0
Merge f-t to m-c, a=merge
2015-05-24 12:15:26 -07:00
Phil Ringnalda
ab3d55878e
Merge b-i to m-c, a=merge
2015-05-24 12:14:37 -07:00
Victor Porof
80ab2a826c
Bug 1167962 - Fix import in synthesizeProfileForTest, r=orange
2015-05-24 14:12:53 -04:00
Victor Porof
763c70556c
Bug 1167975 - CallView._displaySelf sets this.document just because other functions use it; it should pass it as an argument instead, r=jsantell
2015-05-24 12:12:20 -04:00
Victor Porof
b3b2a04f30
Bug 1167967 - Memory allocations tree render() has an extra unnecessary options argument, r=jsantell
2015-05-24 12:12:20 -04:00
Victor Porof
4dea7e637d
Bug 1167963 - FrameNode should not export `isContent`, r=jsantell
2015-05-24 12:12:20 -04:00
Victor Porof
c975de6e98
Bug 1167962 - Keep exports at bottom of modules, r=jsantell
2015-05-24 12:12:20 -04:00
Victor Porof
c9498e5733
Bug 1167961 - Task is incorrectly used in compatibility.js, r=jsantell
2015-05-24 12:12:20 -04:00
B2G Bumper Bot
d0160b0551
Bumping manifests a=b2g-bump
2015-05-24 08:17:19 -07:00
B2G Bumper Bot
f77926f7c5
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/66ad152ea509
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #30201 from mwargers/1166873
Bug 1166873 - Pin treeherder-client to 1.0 in requirements.txt
========
https://hg.mozilla.org/integration/gaia-central/rev/6014f21d9a01
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1166873 - Pin treeherder-client to 1.0 in requirements.txt
2015-05-24 08:15:23 -07:00
Jordan Santell
912df7a555
Bug 1167006 - Refactor marker details to not handle stack traces explicitly, and move logic into marker utils. Separate out some source link styles. r=vp
2015-05-24 00:18:08 -07:00
Kai-Zhen Li
175fd0487d
Bug 1167106 - Keep the default value if it is smaller than the physical partition size. r=fabrice
2015-05-24 14:08:13 +08:00
Phil Ringnalda
53b4601f96
Back out 4 changesets (bug 1167022) for reftest-e10s bustage
...
CLOSED TREE
Backed out changeset de4013b979a7 (bug 1167022)
Backed out changeset b97f76c4be1c (bug 1167022)
Backed out changeset cbc7f8b88a46 (bug 1167022)
Backed out changeset 00b1c04181d3 (bug 1167022)
2015-05-23 21:40:21 -07:00
Phil Ringnalda
78a19c744b
Merge m-c to m-i
2015-05-23 18:46:00 -07:00
Phil Ringnalda
8c3e8480c6
Merge m-c to b-i
2015-05-23 18:45:13 -07:00
Masayuki Nakano
bdb3dae876
Bug 1167022 part.4 Get rid of MozIMEFocus(In|Out) events r=smaug
2015-05-24 10:11:37 +09:00
Masayuki Nakano
999bfdde66
Bug 1167022 part.3 Fix test_imestate.html for conforming to the new IME focus notification behavior r=nchen
2015-05-24 10:11:37 +09:00
Masayuki Nakano
bbfdde48f6
Bug 1167022 part.2 IMEStateManager::UpdateIMEState() should try to restart to observe focused editor when it's reframed r=smaug+nchen
2015-05-24 10:11:37 +09:00
Masayuki Nakano
3a846afa05
Bug 1167022 part.1 Make IMEContentObserver possible to restart to observe editor root node r=smaug
2015-05-24 10:11:37 +09:00
Fabrice Desré
7093f28a23
Bug 1161677 - Expose dev mode state read-only through the navigator.hasFeature() api r=ehsan
2015-05-23 17:38:24 -07:00
Phil Ringnalda
1502da464c
No bug, fix merge bustage in GMPProvider.jsm, a=me
2015-05-23 17:09:45 -07:00
B2G Bumper Bot
5c775a20e8
Bumping manifests a=b2g-bump
2015-05-23 15:52:05 -07:00
B2G Bumper Bot
2ed4b44aad
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/83c99bcb3365
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #30134 from mwargers/1109213
Bug 1109213 - test_sms_with_attachments.py: NoSuchWindowException
========
https://hg.mozilla.org/integration/gaia-central/rev/2bf5bb1a64a9
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1109213 - test_sms_with_attachments.py: NoSuchWindowException
2015-05-23 15:50:11 -07:00
Phil Ringnalda
0421a842b0
Merge m-c to b-i
2015-05-23 14:42:08 -07:00