Gijs Kruitbosch
70a8e9c0a1
Bug 1312406 - part 1: remove tab groups migration code, r=Dolske
...
MozReview-Commit-ID: BDuX607J51w
2016-11-01 15:59:11 +00:00
Chris Pearce
f6bca0a3cf
Bug 1314445 - Remove unused EME notification handlers from browser-media.js. r=Gijs
...
Gecko no longer emits these notifications, so there's no point handling them in
the front end code.
MozReview-Commit-ID: KGysG56m3QO
2016-11-02 13:07:14 +13:00
Kaffeekaethe
d0d7ca51fc
Bug 1308931 - Make accel+k focus the urlbar if search bar is not present. r=Dao
2016-11-02 15:44:11 +01:00
Kaffeekaethe
2f30d5342f
Bug 1307676 - "Intermittent browser/base/content/test/urlbar/browser_urlbarCopying.js | loaded expected URL - Got about:blank, expected http://example.com/ ". r=mak77
2016-10-29 07:09:00 +02:00
Gijs Kruitbosch
bded94325c
Bug 1308407 - part 1: update lwthemetextcolor attribute when devedition theme is used, r=dao
...
MozReview-Commit-ID: 5xQLXK9YxRe
2016-11-01 17:48:39 +00:00
Sebastian Hengst
d1c538318e
Bug 1310297 - Remove test annotations using b2g, mulet or gonk: browser. r=RyanVM
...
MozReview-Commit-ID: LDNr97hKpc8
2016-11-05 11:29:13 +01:00
Phil Ringnalda
acb30e2175
Merge m-c to autoland
2016-11-04 19:05:33 -07:00
Jonathan Kingston
6e8684cff6
Bug 1278177 - Change container icons to a single sprite sheet and to be rendered by CSS r=jaws
...
MozReview-Commit-ID: 2M1yFOxweBm
2016-09-14 22:48:58 +01:00
Jonathan Kingston
2b0531f1bb
Bug 1272256 - Adding a longpress menu to the new tab button for containers because innocent of Bustage on a CLOSED TREE. r=dao
...
MozReview-Commit-ID: 3GM15cnuQGA
2016-09-12 18:25:59 +01:00
Mark Banner (:standard8)
7ae30ad0bb
Bug 1300376 fixing conflicts in backout that likely causing tree closing timeouts on a CLOSED TREE r+a=sheriffduty
2016-11-04 10:04:32 +01:00
Carsten "Tomcat" Book
42107d7c4b
Backed out changeset f19157ac2e48 (bug 1272256) for possibly causing timeouts on trunk trees on a CLOSED TREE
2016-11-04 09:15:03 +01:00
Jonathan Kingston
6f930ba184
Bug 1272256 - Adding a longpress menu to the new tab button for containers. r=dao
...
MozReview-Commit-ID: 3GM15cnuQGA
2016-09-12 18:25:59 +01:00
André Bargull
0aa237aeb6
Bug 1313793 - Remove Date.prototype.toLocaleFormat uses in browser/base/content. r=florian
2016-10-28 04:48:08 -07:00
Dão Gottwald
4df1c05220
Backed out changeset dad84422bcfc (bug 1300376)
2016-11-03 11:55:04 +01:00
Carsten "Tomcat" Book
7e6ec3e1ca
Backed out changeset 309e32ebbc3a (bug 1272256) for eslint failure
2016-11-03 09:15:25 +01:00
Jonathan Kingston
689227e05f
Bug 1272256 - Adding a longpress menu to the new tab button for containers. r=dao
...
MozReview-Commit-ID: 3GM15cnuQGA
2016-09-12 18:25:59 +01:00
Deepjyoti Mondal
67740fe064
Bug 1215856 - "":" should not be selected or copied in Title field". r=dtownsend
2016-09-20 09:30:00 +02:00
Wes Kocher
5fe2107617
Merge central to inbound a=merge
2016-11-02 17:31:08 -07:00
Paolo Amadini
dc8e412dbe
Bug 1201896 - Update popup notifications for add-on installation. r=past
...
MozReview-Commit-ID: B5zX74wJg9F
2016-11-20 18:40:33 +01:00
Paolo Amadini
ec7ffb2039
Bug 1282768 - Part 4 - Fix intermittent browser_social_activation.js. r=past
...
MozReview-Commit-ID: IRRA1Ba2cBU
2016-11-20 18:40:29 +01:00
Panos Astithas
a44cf00ccc
Bug 1282768 - Part 3 - Convert permission notifications to use two buttons and a checkbox instead of multiple secondary actions. r=florian
...
MozReview-Commit-ID: KNf04CBaLKB
2016-11-20 18:40:26 +01:00
Panos Astithas
4c4e4d8374
Bug 1282768 - Part 2 - Move the secondary actions of doorhanger notifications to their own menu button. r=paolo
...
MozReview-Commit-ID: 2cnufF7wZJG
2016-11-20 18:40:22 +01:00
Johann Hofmann
3e2a42fbfa
Bug 1296252 - Part 2 - Verify that doorhanger notifications are never shown together. r=past
...
MozReview-Commit-ID: Ck9F7HgNxWp
2016-11-20 18:40:16 +01:00
Jonathan Kingston
51dc78db8d
Bug 1267604 - Restyle doorhanger notifications. r=paolo
...
MozReview-Commit-ID: HBykgFhgjmX
2016-11-20 18:40:08 +01:00
Panos Astithas
1d4c2c0c96
Bug 1004061 - Make most doorhanger notifications persistent. r=florian
...
MozReview-Commit-ID: IEPkDRnYpiM
2016-11-20 18:40:04 +01:00
Michael Layzell
f0ee6b29f7
Bug 1310771 - Part 5: Move the logic for unregistering the opened page from _swapRegisteredOpenURIs into swapBrowsersAndCloseOther, r=mconley
...
MozReview-Commit-ID: 2iv6rIT1vm8
2016-11-18 16:00:43 -05:00
Michael Layzell
3e54c331f2
Bug 1310771 - Part 1: Add an aFlags argument to nsIBrowser::SwapBrowsers, r=mconley
...
This adds a single flag, SWAP_KEEP_PERMANENT_KEY, which tells the
browser that when it performs the swap, the permanent key should stick
with the browser, rather than following the frameLoader.
This patch also adds the implementation of tabbrowser.swapBrowsers,
which was previously absent, despite being referenced.
MozReview-Commit-ID: CLwJYzpY8Pp
2016-11-18 16:00:43 -05:00
Wes Kocher
8fd5b09255
Merge m-c to inbound, a=merge
2016-11-08 14:08:34 -08:00
Gijs Kruitbosch
f073d29eb1
Bug 1314812 - followup nit: remove obsolete comments, rs=trivial,me,firebot, DONTBUILD
...
MozReview-Commit-ID: 8ElUTOUxEX8
2016-11-08 16:02:15 +00:00
Carsten "Tomcat" Book
2c983df934
Merge mozilla-central to autoland
2016-11-24 16:47:36 +01:00
Gijs Kruitbosch
4244102831
Bug 1229426 - avoid dnd of js URIs, r=mak
...
MozReview-Commit-ID: 70ApmoEYn5Z
2016-11-16 18:25:50 +00:00
Sebastian Hengst
af8b4e2f5d
Backed out changeset 6f52a805df83 (bug 1278177) for failing browser_sessionStoreContainer.js. r=backout on a CLOSED TREE
2016-11-02 13:36:59 +01:00
Jonathan Kingston
2d04fefd7a
Bug 1278177 - Change container icons to a single sprite sheet and to be rendered by CSS r=jaws
...
MozReview-Commit-ID: 2M1yFOxweBm
2016-09-14 22:48:58 +01:00
Jared Wein
6cab237fc5
Bug 1300376 - Update the zoom indicator status on XULBrowserWindow location changes to catch cases where the indicator wasn't getting updated such as swapping doc shells. r=Gijs
...
MozReview-Commit-ID: 9Qk3Aa0W8Vl
2016-11-01 15:25:06 -04:00
Jared Wein
b879d65c4f
Bug 1311799 - Fade the tab audio icon when the audio has stopped but before it has been removed. r=Gijs
...
MozReview-Commit-ID: FnQSKZqardV
2016-10-20 16:19:11 -04:00
Phil Ringnalda
b7ced170df
Merge m-c to autoland
2016-10-31 18:46:45 -07:00
Phil Ringnalda
a5895c1ec6
Merge m-i to m-c, a=merge
...
MozReview-Commit-ID: J2Mx0f21eBE
2016-10-31 18:35:14 -07:00
Michael Layzell
cb46a4fd67
Bug 1304140 - Part 1: Implement support for the Large-Allocation header behind the dom.largeAllocationHeader.enabled pref, r=smaug
...
MozReview-Commit-ID: 5KBIu6Fc3Ea
2016-10-31 16:38:54 -04:00
Mark Banner
6b3a6a4cda
Bug 1313998 - Turn on no-unused-vars for local variable scopes in browser/base/content. r=mossop
...
MozReview-Commit-ID: IyFGBotfd11
2016-10-31 10:33:38 +00:00
Jared Wein
0c024fa9ca
Bug 1312486 - Enable no-extra-boolean-cast, no-new-object, no-shadow-restricted-names, and spaced-comment rules for eslint. r=standard8
...
MozReview-Commit-ID: 7Gx90a5y8t6
2016-10-24 13:14:19 -04:00
Jared Wein
1cdcb9393c
Bug 1312436 - Enable browser_tab_dragdrop.js on e10s in debug mode. r=Felipe
...
MozReview-Commit-ID: 8oqY8EysxfO
2016-10-24 10:46:27 -04:00
Drew Willcoxon
ef8961578a
Bug 1313969 - [Follow-up] Ctrl+Click awesomebar entry with "Switch to Tab" doesn't open new tab. r=mak
...
MozReview-Commit-ID: 45oS37Wx5L3
2016-10-30 21:42:24 -07:00
Marco Bonardo
ae421406a3
Bug 1310737 - Urlbar doesn't properly handle %S and POST keywords. r=adw
...
MozReview-Commit-ID: 3IEqahvOwVH
2016-10-19 15:09:01 +02:00
Sebastian Hengst
d880353205
Backed out 3 changesets (bug 1308931) for failing browser_901207_searchbar_in_panel.js, browser_urlbarFocusedCmdK.js and browser_urlbarHashChangeProxyState.js. r=backout
...
Backed out changeset eab68afb0708 (bug 1308931)
Backed out changeset 8109faaf35c0 (bug 1308931)
Backed out changeset 992fa87b5fbe (bug 1308931)
2016-10-29 17:17:54 +02:00
Ryan VanderMeulen
ab10018174
Bug 1308931 - Fix indentation from whitespace fix.
2016-10-29 09:44:00 -04:00
Alessio Placitelli
97b854f648
Bug 1303333 - Implement the probe to count URI loads triggered by search. r=mak, data-review=rweiss
...
MozReview-Commit-ID: 3toynbrFeLP
2016-10-28 23:13:00 +02:00
Ryan VanderMeulen
fa419e8d84
Bug 1308931 - Fix ESLint no-mixed-spaces-and-tabs failures.
2016-10-29 09:35:50 -04:00
Kaffeekaethe
b098711bfc
Bug 1308931 - Make cmd k focus the urlbar if search bar is not present. r=Dao
2016-10-29 15:19:44 +02:00
Ryan VanderMeulen
112d5746d5
Merge autoland to m-c. a=merge
2016-10-29 09:12:45 -04:00
Mark Banner
9b40970863
Bug 1313626 - Clean up more issues found by eslint no-undef rule. r=mossop
...
MozReview-Commit-ID: HGiOmpyN5zV
2016-10-28 11:40:32 +01:00