Commit Graph

460229 Commits

Author SHA1 Message Date
Ting-Yu Lin
f5387cf287 Bug 1240917 - Tweak ActionBar behavior when selection is collapsed. r=snorp
* Long pressing on empty input -> show the ActionBar.
* Single tapping on input (either empty or non-empty) -> do not show the
  ActionBar.

--HG--
extra : commitid : aZIT7pP6PH
extra : rebase_source : 04066a72acfe0f75a36cb52068284f9d7e3c8284
2016-02-02 14:32:31 +08:00
Ting-Yu Lin
f774444685 Bug 1240917 - Turn off caret timeout on Fennec. r=snorp
--HG--
extra : commitid : 6dYdiQZHuoR
extra : rebase_source : 54479f3a72e9fa7779c31da3cb49f026d59308a4
2016-02-02 14:32:31 +08:00
Ting-Yu Lin
7d02ded5a1 Bug 1240917 - Do not show caret in empty input on Fennec. r=roc
Per request in bug 1240917 comment 15, we decided not to show caret when
single press on an empty input. This effectively reverts the work in Bug
1230582.

--HG--
extra : commitid : IjKGpqAR6zP
extra : rebase_source : d476618b4f419cf2d96bb33264cfd8ccb6e3fa61
2016-02-02 14:32:31 +08:00
Lin Clark
73e999449b Bug 1243777 - Remove skip-if lines for mulet. r=jryans
--HG--
extra : commitid : 4RODJ20QS6G
extra : rebase_source : d5bcc4cffe93816bd333e411344cbc9b3c661382
2016-02-02 08:50:00 -08:00
Matthew Noorenberghe
be77664114 No bug - mozscreenshots: Add delays capturing for WindowSize and Tabs configurations. rs=kitcambridge
Try to avoid capturing during transitions between changes (e.g. loading throbbers and window size transitions).

--HG--
extra : commitid : 24mODdE1TMY
extra : rebase_source : 0338e53023b9b2d7abe87637299565a1bae6115d
2016-02-02 19:05:28 -08:00
Matthew Noorenberghe
6e70538122 No bug - mozscreenshots: Don't capture screenshots on Try if not explicitly indicated by the env. var. rs=kitcambridge
--HG--
extra : commitid : F1iqRm0o5zL
extra : rebase_source : 3eb6524f67cbd9f495a37e8fee5aae7ffcc924e7
2016-02-02 19:05:21 -08:00
Mark Hammond
35276c4b08 Bug 1238531 - ensure buttons in SyncedTabs panel always use white text. r=Gijs 2016-02-03 11:47:25 +11:00
Mark Hammond
e5e5e2100a Bug 1241715 - get Sync TPS tests working locally by tweaking observers listened for and the authentication setup. r=whimboo 2016-02-03 11:21:09 +11:00
Mark Hammond
3a3d73e0a7 Bug 1245005 - don't report sync errors due to the application shutting down. r=rnewman 2016-02-03 11:21:09 +11:00
Andrzej Hunt
b729c774b6 Bug 1240500 - Don't repeatedly create ArrayLists when searching for occurrences r=margaret
--HG--
extra : commitid : H0DyMZRibhD
2016-02-01 17:24:28 -08:00
Tim Nguyen
3b6eb65243 Bug 1245276 - Make 'All animations' left border darker in dark theme. r=bgrins
--HG--
extra : commitid : KcSkeA1Rtnt
2016-02-02 23:19:21 +01:00
Shane Caraveo
d80ff5a555 Bug 1244647 fix typeof check, r=mikedeboer 2016-02-02 14:05:34 -08:00
Jared Wein
b8eccb9ebf Bug 1245175 - Remove bottom padding on about:addons. r=ntim
--HG--
extra : commitid : KGImt0qsKJM
2016-02-02 10:16:00 +01:00
James Long
a2e406db86 Bug 1244223 - fix unhandled promise rejections in debugger tests r=me 2016-02-02 16:24:59 -05:00
Patrick Brosset
1ce6211390 Bug 1231945 - Display animation.id when it exists; r=tromey
--HG--
extra : commitid : 3RwnsF3FzdH
2016-02-02 11:49:22 +01:00
Julian Descottes
19ab101cda Bug 1227135 - about:debugging : disable debug buttons if addons debugging disabled;r=ochameau
When a preference impacting about:debugging changes, the current tab will be rendered
again. Each "target" is responsible for checking if Debugging should be allowed.
If not, the debug button should be disabled. Currently only extensions/addons
can be disabled, depending on the value of the "devtools.chrome.enabled" preference

Adds a mochitest checking this scenario.

--HG--
extra : commitid : 9u3zEZONyBG
2016-01-29 00:13:48 +01:00
Andrzej Hunt
0246db7315 Bug 1242666 - Support apple-touch-icon-precomposed too r=mfinkle
--HG--
extra : commitid : 3AWRHIKLPJ1
2016-02-01 11:25:52 -08:00
Sebastian Kaspari
7caad4dd8f Bug 1244760 - DownloadContentService: Use HttpUrlConnection instead of HttpClient. r=rnewman
--HG--
extra : commitid : CawUhrZRaa
extra : rebase_source : 0e5e5e39da29db08bedff96b79c9497193b5c6d1
2016-02-01 17:32:07 +01:00
Nicolas Chevobbe
b987587457 Bug 1218089 - Don't set different falsy values as repeated messages in console.log();r=bgrins
--HG--
extra : commitid : YvVr1VuvwW
2016-01-31 17:02:37 +01:00
Margaret Leibovic
df13a4a2d4 Bug 1244727 - Remove expired histogram probes. r=mfinkle
--HG--
extra : commitid : IVuaUiMRPXr
extra : rebase_source : 1f3a69bcd396a86557f88fa8c263faf6b06dfae0
2016-02-01 10:02:53 -05:00
Margaret Leibovic
09e0b9d604 Bug 1244704 - Create a more granular BOOKMARKS_COUNT probe for mobile. r=mfinkle
--HG--
extra : commitid : AvL2RSfcHkE
extra : rebase_source : 2854e6ef97bfa8b401e38caf150b4443210dc641
2016-02-01 09:58:03 -05:00
Brian Grinstead
74d0f04d62 Bug 1030318 - Enable devtools/framework tests with e10s - part 4;r=me
--HG--
extra : commitid : 1VZvvE9Dsf0
2016-01-20 11:52:02 -08:00
Michael Comella
b26dff94c1 Bug 1244859 - Remove trailing slash in telemetry urls. r=mfinkle r=mfinkle
It was not to-spec (though it doesn't appear to have an effect on how the
server reads the data).

--HG--
extra : commitid : HCMuUF8yNPG
extra : rebase_source : 47f4daeefd21d1524a6a814d0500ae5621a68dcd
2016-02-01 13:25:40 -08:00
James Long
b19abd5e4d Bug 1243561 - fix pretty-printing cache in debugger under certain circumstances r=jryans 2016-02-02 11:39:38 -05:00
Margaret Leibovic
dbf6b4bd5e Backed out changeset 5a593c624332
--HG--
extra : commitid : FOAOc9FyJGj
extra : amend_source : f10e476950bdf9d47df0d76be5865abd279a75d9
2016-02-02 10:07:55 -05:00
Margaret Leibovic
b1e2e95999 Backed out changeset cd18c8af8b56
--HG--
extra : commitid : EgmuwwZ0Oa0
2016-02-02 10:06:52 -05:00
Margaret Leibovic
684573e2db Bug 1244727 - Remove expired histogram probes. r=mfinkle
--HG--
extra : commitid : 8iolL9VIGOC
extra : rebase_source : fc95e8cffe0d089d77a15bfbe6f6ab0fc2cca5bd
2016-02-01 10:02:53 -05:00
Margaret Leibovic
7cd5df0066 Bug 1244704 - Create a more granular BOOKMARKS_COUNT probe for mobile. r=mfinkle
--HG--
extra : commitid : J8GTiJjVrg2
extra : rebase_source : 4d90c0602a55fe6c6686b98301d49236224e0930
2016-02-01 09:58:03 -05:00
Margaret Leibovic
46e6ffe8a6 Bug 1244734 - Handle a null tab URL in enterEditingMode. r=liuche
--HG--
extra : commitid : FOByjKA6utP
extra : rebase_source : 9aadaf8d4995793890b436780a16a39421c16d55
2016-02-01 10:47:10 -05:00
Carsten "Tomcat" Book
33d012b91a Merge mozilla-central to fx-team 2016-02-02 11:54:43 +01:00
Carsten "Tomcat" Book
ddbbd78a0d merge mozilla-inbound to mozilla-central a=merge 2016-02-02 11:50:53 +01:00
Daniel Holbert
2eb04f5120 backout bug 1236979 (changesets 2f4de652525e, d7136545a16e, f62e6638add1, f8b1e085b161) for xpcshell test failures 2016-02-01 21:57:38 -08:00
Jean-Yves Avenard
13208cc3e7 Bug 1244523: [mp4] P4. Add gtest. r=kentuckyfriedtakahe 2016-02-02 16:27:49 +11:00
Jean-Yves Avenard
fbeebd3375 Bug 1244523: [mp4] P3. Skip four bytes when we hit a zero length box, r=kentuckyfriedtakahe
Similar to bug 1180101, but don't handle only the last box in the file.
2016-02-02 16:27:48 +11:00
Jean-Yves Avenard
846eb884b0 Bug 1244523: [mp4] P2. Have sniffer recognise ftyp qt subtype. r=cpearce 2016-02-02 16:27:47 +11:00
Jean-Yves Avenard
52d9bcf3d6 Bug 1244523: P1. Allow video/quicktime mimetype. r=cpearce
It's just like video/mp4
2016-02-02 16:27:46 +11:00
Bill McCloskey
c091f01a39 Bug 1191145 - Stop blocking scripts when handling IPC messages (r=dvander) 2016-02-01 20:43:29 -08:00
Phil Ringnalda
5bf2bbbbee Back out 2 changesets (bug 1244122) for a 50% failure rate in (at least) 10.6 e10s browser_force_refresh.js
Backed out changeset d383f170be3f (bug 1244122)
Backed out changeset b1eacad41db4 (bug 1244122)
2016-02-01 19:53:55 -08:00
Daniel Holbert
6ffae675e8 Bug 1236979 part 4: Add test for firing of prefixed legacy event-types. r=smaug 2016-02-01 19:05:12 -08:00
Daniel Holbert
054ab955e4 Bug 1236979 part 3: If there are no listeners for a transition or animation event, check listeners again using a webkit-prefixed event name. r=smaug 2016-02-01 19:05:12 -08:00
Daniel Holbert
bbe7076b5c Bug 1236979 part 2: Create an RAII helper-class to temporarily override an Event's mMessage (i.e. its DOM-exposed 'type') r=smaug 2016-02-01 19:05:11 -08:00
Daniel Holbert
ad2eec18b6 Bug 1236979 part 1: Add event names & enums for webkit-prefixed transition & animation events. r=smaug 2016-01-31 00:01:17 -08:00
Mike Hommey
035251c418 Bug 1244941 - Don't fill install manifest with artifacts. r=nalexander
Since bug 1239217, artifacts builds are using a hybrid build system that
uses the fastermake rules to copy files to dist/bin, which means
artifact files are not removed by the processing of the dist/bin install
manifest. This means we don't need to add them to the recursivemake
install manifest anymore.
2016-02-02 11:47:45 +09:00
Trevor Saunders
b0e2a36a48 bug 1244128 - stop exporting js friend api symbols from libxul r=glandium 2016-02-01 21:40:18 -05:00
Sami Jaktholm
e709251ef2 Bug 1239208 - Fix intermittent browser_rules_edit-property-computed.js by waiting for the correct ruleview-changed event. r=pbro
The preview also causes a ruleview-changed event to be emitted. If the frame
script happened to detect the change fast enough, the test would continue to
commit the value and start to wait for a ruleview-changed event. If the event
triggered by the preview had not been emitted, the test would continue
immediately once the event triggered by the preview was received but before
the value was actually committed and reflected in the computed rule list.

The fix is to wait for the ruleview-changed triggered by the preview before
committing the change to avoid mixing these two events.
2016-01-30 15:19:59 +02:00
Nick Fitzgerald
262912967a Bug 1242763 - Add a bunch of tooltips to the devtools' memory panel; r=jsantell
--HG--
extra : commitid : 67c3Fcxp6ey
2016-02-01 16:00:00 -08:00
Matthew Noorenberghe
f828c6e872 No bug - Disable browser_UITour3.js on e10s for intermittent 10.6 failures. r=bustage
--HG--
extra : commitid : 2mZ5LsdPg81
2016-02-01 20:25:38 -08:00
Matthew Noorenberghe
c5fee18ec7 Bug 1244991 - Disable intermittent browser_backgroundTab.js on e10s. r=bustage
--HG--
extra : commitid : LLgmBT900EB
extra : amend_source : 5c0a1c6a713c82f1ec7c4728bd16fc9c7a421946
2016-02-01 20:19:51 -08:00
Jordan Lund
3ecab23c5c Bug 1244575 - add repack template config for mozharness beetmover, DONTBUILD NPOTB r=rail
--HG--
extra : commitid : 6KNfcpT8WHH
extra : rebase_source : c319c0608f5d924568671f716b12169846303308
extra : amend_source : 2d4b1d1baa3983fd316405cb4d0a8875205c1397
2016-01-29 18:50:05 -08:00
Kartikaya Gupta
3d73d0eed2 Bug 1244901 - When recording transform duration for potential checkerboarding time, do so on the compositor thread. r=botond
--HG--
extra : commitid : 55FF2DFP4YI
2016-02-01 19:59:23 -05:00