Граф коммитов

478986 Коммитов

Автор SHA1 Сообщение Дата
Dão Gottwald 836ac9cc86 Bug 1279476 - Fix search arrow background styling in about:home and about:newtab. r=florian 2016-06-10 18:25:50 +02:00
Johann Hofmann 4e79acfb43 Bug 1206246 - Change identity icon for sites with granted permissions. r=paolo
MozReview-Commit-ID: 2GV4fBrB6vO

--HG--
extra : rebase_source : cc57bae78137244b075a3158f5b85e821b0d1a53
2016-06-01 18:17:26 +02:00
Johann Hofmann 314c636f81 Bug 1279465 - Back out changeset 4ca15e44f0b5 to prevent inconsistency with future designs. r=paolo
MozReview-Commit-ID: FxSZ9FJO1Xd

--HG--
extra : rebase_source : 4547f305523e49f06bcab84adac2a5c86095931f
2016-06-10 13:10:08 +02:00
Kit Cambridge d7d8f3175e Bug 1279306 - Use the production push server URL on Android. r=margaret
MozReview-Commit-ID: Fy347g00Lx0

--HG--
extra : rebase_source : afc91bac255bdd21811c7e381c17477f6608fd7c
2016-06-09 17:13:39 -07:00
Luca Greco e276dc3fc8 Bug 1242522 - [webext] Add MatchURLFilters xpcshell-test. r=kmag
MozReview-Commit-ID: ETR51KDCSRm

--HG--
extra : rebase_source : 9ada9a00b552fe4b3be11d03eb0bcbae8051a00b
2016-06-07 18:09:25 +02:00
Luca Greco 98b645e50a Bug 1242522 - [webext] Test UrlFilter on WebNavigation event listeners. r=kmag
MozReview-Commit-ID: FxAYXCHjlUD

--HG--
extra : rebase_source : 242b58c3a706aeca2bdea1e5732be2e93045108b
2016-06-09 16:12:20 +02:00
Luca Greco 838921c4d8 Bug 1242522 - [webext] Implement optional UrlFilter on WebNavigation event listeners. r=kmag
MozReview-Commit-ID: 7tVgBhgDwfM

--HG--
extra : rebase_source : 9d60fb0ae25115c1018292b09023c82a12e74107
2016-06-07 17:33:29 +02:00
Luca Greco 14ad245667 Bug 1242522 - [webext] Add WebNavigation's UrlFilter to the json schema. r=kmag
web_navigation.json was using a custom "filter" attribute which seems to add an implicit
optional extra parameter.

As we already support a similar feature for the web_request.json, which declares the
optional event filter as an explicit "extraParameters", which is already supported,
this patch adds the "events.UrlFilter" definition and turns all the "filter" attributes
into "extraParameters".

MozReview-Commit-ID: IDKCkKV67xh

--HG--
extra : rebase_source : 47cb3dab0d08e8793ff9d76bb27ce8ea49e8254d
2016-06-07 17:32:15 +02:00
Luca Greco baf5c03b8a Bug 1242522 - [webext] Import missing events API schema file. r=kmag
MozReview-Commit-ID: HgQJTfwb5w0

--HG--
extra : rebase_source : 46791353267d6269ecca96b2df2e708f06415bde
2016-04-25 16:02:19 +02:00
Michael Comella db493df167 Bug 1261494 - Block Gecko from screwing with the client ID file by resetting the cache at the last minute. r=grisha
MozReview-Commit-ID: EZYrk8IiRiF

--HG--
extra : rebase_source : 420c4e802c6d234a594b9f17670791e0029e237e
2016-06-07 15:32:04 -07:00
Andrzej Hunt a957702d89 Bug 1278221 - Manually find the toolbar in order to show options menu r=sebastian
Workaround for an Android support library bug

MozReview-Commit-ID: GD023N7tEWu

--HG--
extra : amend_source : 32aedac981aed488b144e67b74d41f5c89fa2218
2016-06-06 14:16:35 -07:00
Andrzej Hunt 780866f050 Bug 1278725 - Restore original "up" arrow scaling r=liuche
Before introducing the folder count, the bookmark folder icon
was set as the drawable on a TextView. This actually resulted
in scaling that doesn't preserve the aspect ratio. To reproduce
this in the new ImageView (added when we switched to a two-line
folder layout), we simply need to set the icon size explicitly
and scale to fit the whole area (as opposed to setting two
constraints and fitting while preserving aspect ratio).

The folder/reading-list icons are unaffected as they already
have the expected aspect-ratio, the back-arrow is now scaled
as expected.

MozReview-Commit-ID: Fl5JY3Lznau

--HG--
extra : amend_source : f3ad6cddd9a162953913b3161b9a5ceea6d3e15e
2016-06-09 10:32:24 -07:00
Carsten "Tomcat" Book 48d4127667 Merge mozilla-central to fx-team 2016-06-10 15:42:51 +02:00
Carsten "Tomcat" Book 4ee1ed2b8f merge mozilla-inbound to central a=merge
--HG--
extra : amend_source : 10247ace8885c608987dcf31d47368e0dec09b19
2016-06-10 15:39:23 +02:00
Carsten "Tomcat" Book 9878cdd37a merge fx-team to mozilla-inbound a=merge 2016-06-10 15:34:37 +02:00
Nihanth Subramanya cfae79fe6f Bug 989193 - Add tests for CaptivePortalWatcher module. r=MattN
MozReview-Commit-ID: 4Pn6jnpCyHm
2016-06-10 15:22:43 +03:00
Nihanth Subramanya 7323a16958 Bug 989193 - Open captive portal automatically in a new tab when detected. r=MattN
MozReview-Commit-ID: 8SZ0mOwIUtC
2016-06-10 15:19:31 +03:00
Gijs Kruitbosch c4704ecab3 Bug 1268462 - match main popup appearance in bookmarks toolbar submenus, r=dao
MozReview-Commit-ID: OTbdzDGyjr

--HG--
extra : rebase_source : eeadd34de3e0a229f93cb5573527c499b26e8b7a
2016-06-10 11:44:47 +01:00
Andrzej Hunt 78fcdad415 Bug 1279332 - Backed out 97074800423c since it depends on a commit breaking background runnables r=sebastian
MozReview-Commit-ID: 6jYh8ipOw3q

--HG--
extra : amend_source : 4f555ee43fd63f66d533d7822c3659ba466096b1
2016-06-10 04:30:26 -07:00
Andrzej Hunt ccaf1e0177 Bug 1279332 - Backed out 61442f7ad442 for breaking background runnables r=sebastian
MozReview-Commit-ID: SxRbixXO6i
2016-06-10 04:29:34 -07:00
Mark Banner 563a519550 Bug 1253825 - Fix intermittent issue with clearInterval attempting to clear the wrong timers, caused by missing stubs. r=mancas 2016-06-10 10:57:32 +01:00
Georg Fritzsche 93dcdbf2de Bug 1276198 - Bonus: re-order main ping sections in about:telemetry by importance. r=dexter 2016-06-10 11:48:56 +02:00
Georg Fritzsche e298b1ee4b Bug 1276198 - Update about:telemetry to show scalar measurements. r=dexter 2016-06-10 11:48:55 +02:00
Gijs Kruitbosch c7b3a300d9 Bug 1271775 - shut up eslint warning about return value, rs=bustage
MozReview-Commit-ID: ESoog14WDSw

--HG--
extra : rebase_source : b0321f9911090894d6a1167d267289fb64e33a6c
2016-06-10 10:11:51 +01:00
Panos Astithas 8cb64e5de1 Fix an intermittent failure in browser_popupNotification_4.js (bug 1041724). r=florian
MozReview-Commit-ID: 7OjaeL0WGk6
2016-06-10 12:11:47 +03:00
Justin Wood c3467fda07 Bug 1171736 - fix single locale l10n nightly bustage. r=rail over IRC. a=KWierso
MozReview-Commit-ID: LKE3O31lTjm

--HG--
extra : rebase_source : c64004dd170fb14855ff8f5303abb55f058c6257
2016-06-09 14:04:53 -04:00
Carsten "Tomcat" Book afff301b32 Backed out changeset 5c836acf3197 (bug 906420) on developer request by baku
--HG--
extra : rebase_source : 9f109cdb706feef6d2bcd9a2e71f8c4d3c17ebdf
2016-06-09 15:30:53 +02:00
Carsten "Tomcat" Book cec713e0c7 Backed out changeset e3615a839821 (bug 906420)
--HG--
extra : rebase_source : f9898c9163ce45b9ecfeff88a0f140e890f40ef6
2016-06-09 15:30:37 +02:00
Carsten "Tomcat" Book ed14bc0dce Backed out changeset 18b3c95f1a38 (bug 906420)
--HG--
extra : rebase_source : 2cb14884f71aa8a41e56c935abe93755b0b0d8db
2016-06-09 15:30:35 +02:00
Justin Wood fc905af611 Bug 1171736 - Stop clobbering the compare-locales dir, since we're using in-tree now. r=rail a=Tomcat
MozReview-Commit-ID: GWrtAZ4OXeC
2016-06-09 08:59:15 -04:00
Gijs Kruitbosch 592e9bcfd9 Bug 1271775 - allow bypassing the initial migration dialog, r=jaws
MozReview-Commit-ID: LkhHl7ipGEb

--HG--
extra : rebase_source : f61fd08c394196468a7594acf8bb8926da04d0f2
2016-06-01 19:00:53 +01:00
Sebastian Kaspari cecda1d1a1 Bug 1227538 - Reset site identity after entering new URL. r=margaret
MozReview-Commit-ID: oOPYDUPVq9

--HG--
extra : amend_source : f12a0204a2e17a5c5cd6d5a62a1d11561e44dbc4
2016-06-07 16:54:13 +02:00
Sebastian Hengst 7b6fdf9c59 Backed out changeset 50b1d3506786 (bug 1279332) for various Android robocop failures. r=backout 2016-06-10 10:29:43 +02:00
Sebastian Hengst e7404c9b70 Backed out changeset 6a35c7a791a6 (bug 1279332) 2016-06-10 10:29:03 +02:00
Sebastian Hengst 668c8a3010 Backed out changeset 59fbde27dc99 (bug 1279332) 2016-06-10 10:28:59 +02:00
Eddy Bruel 9649851f6b Bug 1278770 - Decouple the test actors;r=fitzgen 2016-06-10 10:24:55 +02:00
Florian Quèze 225ca7a439 Bug 1260820 - Search engine drop down closes when I change search engines by pressing Up/Down, r=Gijs. 2016-06-10 09:55:30 +02:00
Florian Quèze 8d9648c3dd Bug 1206709 - [RTL] mispositioned separators between one-off buttons in the searchbar panel, original patch by johngraciliano, r=adw. 2016-06-10 09:52:19 +02:00
Florian Quèze 83893d9c78 Bug 1278546 - [RTL] The search go arrow should point left, r=dao. 2016-06-10 09:52:00 +02:00
dlim@mozilla.com d232e864de Bug 1270124 - "Make Firefox Default Browser" option is missing from Tablet. r=grisha
MozReview-Commit-ID: EpJWTJUdu6I

--HG--
extra : transplant_source : T%FFx%8F_%27%29%0B%94%D9%0Bu%11ko%05%1A%EF%DFu
2016-06-07 09:55:23 -07:00
Jan Odvarko 9b1cb0ea1e Bug 1279215 - Move Tabs component to shared/components; r=pbro
--HG--
rename : devtools/client/jsonview/css/tabs.css => devtools/client/shared/components/tabs/tabs.css
rename : devtools/client/jsonview/components/reps/tabs.js => devtools/client/shared/components/tabs/tabs.js
2016-06-09 16:19:49 +02:00
James Andreou d1d6e01a74 Bug 1278664 - TabContext were not being passed the right PrivateBrowsingId r=baku,smaug 2016-06-08 07:42:00 +02:00
Jan Odvarko 17def8d479 Bug 1278050 - Fix perf icon in the Net panel; r=ntim 2016-06-09 10:49:18 +02:00
Fabien Udriot ede4c5602a Bug 1256810 - [ESLint] Fix ESLint issues in devtools/client/webconsole/test/browser_repeated_messages_accuracy.js. r=linclark 2016-06-09 05:52:00 +02:00
Jan Odvarko a8f1d4df47 Bug 1277199 - Fix CSS for command-button-frames; r=ochameau, ntim 2016-06-09 13:07:34 +02:00
Andrzej Hunt 13b79044fe Bug 1279332 - Post: remove unrelated whitespace to pacify checkstyle r=me
MozReview-Commit-ID: 3FjBkueZ45z

--HG--
extra : rebase_source : d8c2467166622c44ed4916dd4ef595f3f5b1479a
2016-06-09 16:01:51 -07:00
Andrzej Hunt ca8ea28ccc Bug 1279332 - Document that onTargetSelected should be run on the UI thread r=grisha
MozReview-Commit-ID: IJ7UItFhvtE

--HG--
extra : rebase_source : 21c8447deae4c7fee221ecfb7cc73076f88f0c26
2016-06-09 15:59:48 -07:00
Andrzej Hunt 0e9eacd33c Bug 1279332 - Perform UI callback on UI thread to avoid crashing the background thread r=grisha
We're now calling setIntent on the background thread. The onTargetSelected callback expects
to be run on the UI thread, and it looks like Android hangs up when we call UI methods
on the background thread. This in turn means the entire background thread gets locked up
(we execute tasks on the background thread sequentially) and no further background runnables
are executed. This breaks anything else requiring use of the background thread, e.g.
favicon generation, search, permissions doorhangers, etc.

MozReview-Commit-ID: CoYUOMqNX0m

--HG--
extra : rebase_source : 84a4dcc8a8aad590f02ba9f8d8b2564922787d17
2016-06-09 15:58:43 -07:00
Chenxia Liu 83a8bff8c3 Bug 1279336 - Explicitly do not scale smartfolder icons. r=jonalmeida
MozReview-Commit-ID: 9TEiecbLoy8

--HG--
extra : rebase_source : 83cfb4710dc0c3a6bf605901ed1ba004e4937430
2016-06-09 13:59:02 -07:00
Kris Maglione 59d6165bf5 Bug 1279078: Fix race in uninstall listener handling. r=trivial
MozReview-Commit-ID: 8NhtoWOzRng
2016-06-09 16:02:39 -07:00