Henry Chang
82b33aa19d
Bug 1388494 - Fix 'undefined' text issue after you clicked "Ignore this warning". r=francois
...
MozReview-Commit-ID: CLb1lVsybEg
2017-08-11 17:18:58 +08:00
Mike de Boer
ab742ae535
Bug 1377968 - Add a tools section and subview to the Bookmarks subview inside the Library widget. r=Gijs
...
MozReview-Commit-ID: GqbUMbuvYoO
2017-08-15 13:34:41 +02:00
Wes Kocher
0e10acaaba
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: KfZgcCxrZcg
2017-08-14 17:59:46 -07:00
Eugen Sawin
5f3719b5f8
Bug 1377580 - [1.2] Extend nsIBrowserDOMWindow to support content window creation without URI loading. r=smaug
2017-08-14 14:57:25 +02:00
Jared Wein
ec1a1cd191
Bug 1389621 - Don't set this.animate=false during CombinedStopReload.init since pref monitoring is not guaranteed to run after init(), such is the case when exiting customize mode. r=Felipe
...
MozReview-Commit-ID: LXGChpFG2Xv
2017-08-11 18:24:19 -04:00
Wes Kocher
1865918a1a
Merge m-c to autoland a=merge
...
MozReview-Commit-ID: LsPv9Mdodvf
2017-08-11 13:39:17 -07:00
Sebastian Hengst
42c3e3a63a
Backed out changeset 0aca62e914cf (bug 1376895) for asserting IsSafeToRun(), at dist\include\mozilla/SchedulerGroup.h:81 e.g. in mochitest dom/events/test/test_bug336682_1.html on Windows 10 x64. r=backout
2017-08-11 14:48:27 +02:00
Gabor Krizsanits
8861b7e8ab
Bug 1376895 - Make preloaded browser use pre-existing content process. r=mconley
...
We want to avoid to have several cached content processes, one for each
preloaded browser (one per window) and one for the preallocated process.
For that we force the preloaded browser to choose an existing process and
during the first navigation in that tab, that leaves about:newtab, we re-run
the process selecting algorithm
2017-08-11 12:44:11 +02:00
Florian Quèze
18d0169740
Bug 1372518 - the identity block shouldn't flicker when loading a secure internal page in a new window, r=johannh.
2017-08-11 10:19:48 +02:00
Brian Grinstead
2be258f821
Bug 1388552 - Export the HUDService object directly instead of individual methods and properties;r=nchevobbe
...
MozReview-Commit-ID: 9AYCuqqv1U7
2017-08-11 09:07:04 -07:00
Wes Kocher
b6c157e8cd
Merge inbound to m-c a=merge
...
MozReview-Commit-ID: KRQeIGmhAPA
2017-08-10 18:14:34 -07:00
Wes Kocher
28336ea440
Backed out changeset 93151fa47fcf (bug 1376895) for permafailing test_frameNavigation.html a=backout
...
MozReview-Commit-ID: 88VukVNkZHW
2017-08-10 14:20:01 -07:00
Sebastian Hengst
1b3c1d0811
Bug 1388215 - Fix broken browser.js after merge. r=bustage-fix on a CLOSED TREE
2017-08-10 18:23:23 +02:00
Sebastian Hengst
c7240206e3
merge mozilla-central to mozilla-inbound. r=merge a=merge
2017-08-10 17:41:11 +02:00
Gabor Krizsanits
136abcdb0d
Bug 1376895 - Make preloaded browser use pre-existing content process. r=mconley
...
We want to avoid to have several cached content processes, one for each
preloaded browser (one per window) and one for the preallocated process.
For that we force the preloaded browser to choose an existing process and
during the first navigation in that tab, that leaves about:newtab, we re-run
the process selecting algorithm
2017-08-10 16:48:11 +02:00
Dão Gottwald
8e9d7061d2
Bug 956731 - Remove legacy add-on bar and statusbar shims. r=Gijs
...
MozReview-Commit-ID: 2deeujcHYUM
2017-08-10 09:17:48 +02:00
Ryan VanderMeulen
29860c1c91
Merge m-c to autoland. a=merge
2017-08-09 18:51:26 -04:00
Felipe Gomes
39923feba0
Bug 1388145 - Move startup crashes tracking to nsBrowserGlue as it should only run once, and not per-window. r=florian
...
MozReview-Commit-ID: KR1bv1TJGVf
2017-08-09 15:45:24 -03:00
Felipe Gomes
736ca44fa9
Bug 1388145 - Move CombinedStopReload.startAnimationPrefMonitoring to per-window initialization tasks. r=jaws
...
MozReview-Commit-ID: EECjcWwN9yZ
2017-08-09 15:45:12 -03:00
Felipe Gomes
e00048dfea
Bug 1388145 - Move the Downloads progress code initialization to an idle callback. r=Paolo
...
MozReview-Commit-ID: 5cgvfKq5Mj4
2017-08-09 15:44:43 -03:00
Felipe Gomes
c3838977a6
Bug 1388145 - Move simple things out of delayedStartup to its proper location on _schedulePerWindowIdleTasks. r=florian
...
MozReview-Commit-ID: LN2ffUyKD13
2017-08-09 15:44:38 -03:00
Felipe Gomes
47c839dca9
Bug 1388145 - Move Services.logins initialization to nsBrowserGlue. r=MattN
...
This will move this code to a place that will run it once per session (as needed) and not once per window. It also better defines it to run after all sessionstore-windows-restored, instead of arbitrarly after 3 seconds.
MozReview-Commit-ID: 2ekVeZfRYC4
2017-08-09 15:43:25 -03:00
Felipe Gomes
f6c1487360
Bug 1388145 - Make GMPInstallManager telemetry only run once per session (and not per window), and run it after an idle period. r=florian
...
MozReview-Commit-ID: GB07ftXNvXd
2017-08-09 15:43:14 -03:00
Felipe Gomes
1e26097f9b
Bug 1388145 - Make Master Password telemetry only run once per session (and not per window), and run it after an idle period. r=MattN
...
MozReview-Commit-ID: 1Ecy94TGGar
2017-08-09 15:43:10 -03:00
Felipe Gomes
c6d889d18b
Bug 1388145 - Create global and per-window entry points for scheduling initialization-related idle callbacks. r=florian
...
MozReview-Commit-ID: LDgTz21gDTL
2017-08-09 15:06:08 -03:00
Valentin Gosu
3b55a54838
Bug 1380617 - Make sure "Did you mean to go to X" displays unicode domain r=Gijs
...
MozReview-Commit-ID: 4EbA4QJuNIX
2017-08-09 17:43:53 +02:00
Valentin Gosu
7a666609d4
Bug 1380617 - Change firefox code to use uri.displaySpec when unicode URLs are wanted r=Gijs
...
* Make URL bar show unicode URL by making losslessDecodeURI call uri.displaySpec
* Make sure URL bar copying returns unicode variant
MozReview-Commit-ID: GTESwOSJW0P
* * *
[mq]: bug1380617-url-autofill.patch
MozReview-Commit-ID: JUxFZcpc3rN
2017-08-09 17:43:51 +02:00
Tooru Fujisawa
4d79301846
Bug 1379842 - Check content principal when dragging and dropping from browser. r=smaug
2017-08-10 09:43:35 +09:00
Kris Maglione
0fb6b2e73c
Bug 1388215: Part 3 - Use JIT-friendly defineLazy*Getters methods when defining many lazy imports. r=florian
...
MozReview-Commit-ID: APoFwUhDFdj
2017-08-09 13:03:36 -07:00
Brian Grinstead
1639cc6e15
Bug 1385452 - Add a keyboard shortcut in local builds to restart the browser;r=mossop
...
MozReview-Commit-ID: Du4PTPawzhm
2017-08-08 11:35:47 -07:00
dagasatvik
91d42b2553
Bug 1385820 - Enable the ESLint no-new-wrappers rule across mozilla-central; r=markh,standard8
...
MozReview-Commit-ID: FvJO3ibeiwg
2017-08-07 23:57:51 +05:30
Jared Wein
d016c13ec8
Bug 1385913 - Remove MOZ_PHOTON_ANIMATIONS ifdef. r=Gijs
...
MozReview-Commit-ID: 40TP43EKPCU
2017-08-07 12:37:34 -04:00
Masatoshi Kimura
29a4322fe8
Bug 389565 - Remove nsIExternalProtocolService::LoadUrl. r=Paolo
...
MozReview-Commit-ID: lMq06cPWYB
2017-08-06 11:25:42 +09:00
Henry Chang
325a9e1bb5
Bug 1375277 - Move Safe Browsing UI events to a separate telemetry probe. r=francois
...
MozReview-Commit-ID: KDAklsznekw
2017-08-02 14:01:44 +08:00
Masatoshi Kimura
0af76969af
Bug 1375125 - Stop using nsILocalFile in the tree. r=froydnj
...
This mechanically replaces nsILocalFile with nsIFile in
*.js, *.jsm, *.sjs, *.html, *.xul, *.xml, and *.py.
MozReview-Commit-ID: 4ecl3RZhOwC
2017-08-04 17:49:22 +09:00
Ed Lee
c8a637b8a6
Bug 1386445 - Early about:newtab pages are missing message APIs because RemotePages registers too late. r=mossop
...
This moves AboutNewTab.init from nsBrowserGlue.js handling of "browser-delayed-startup-finished" into aboutNewTabService.js so that when the service is loaded once from the main thread probably by browser.js towards the beginning of _delayedStartup just before potentially calling gBrowser.loadTabs, the service triggers the attaching of RemotePages(about:newtab) before any about:newtab pages load.
Additionally even when RemotePages starts early enough, Activity Stream might not borrow the RemotePages instance early enough to catch the RemotePage:Load message, so to simulate that, RemotePages now remembers when a port has been loaded for consumers to check. Adds tests to confirm the expected properties on the port and value of loaded at the various RemotePage:* messages.
MozReview-Commit-ID: IXJLvFCgbEH
2017-08-01 12:30:33 -07:00
Gijs Kruitbosch
eb20153dc8
Bug 1354117 - remove pref from firefox.js, r=jaws
...
MozReview-Commit-ID: 3mrQ0vVD1zV
2017-08-02 11:32:09 +01:00
Gijs Kruitbosch
d485cb5fac
Bug 1354117 - remove wrap handling for the bookmarks toolbar button and tests verifying it, r=johannh
...
MozReview-Commit-ID: CeSGIQrDPpw
2017-07-31 21:52:06 +01:00
Jared Wein
00be1e84aa
Bug 1382898 - Disable the Stop / Reload animation if the stop / reload buttons are placed outside of the nav-bar due to bug 1382894. r=Gijs
...
MozReview-Commit-ID: 1LgSYvl7YGR
2017-07-20 20:55:58 -04:00
Jared Wein
c4ad1ec831
Bug 1384180 - Don't animate the stop->reload if the page loads within 150ms (too distracting). r=dao
...
MozReview-Commit-ID: 9KvMCRZo5LZ
2017-07-26 07:08:00 -04:00
Jared Wein
7670b22b76
Bug 1379620 - Disable stop-reload animation while a tab is opening or closing. r=dao
...
MozReview-Commit-ID: 4rwBQaH7jTR
2017-07-26 11:34:22 -04:00
Dão Gottwald
458082f07a
Bug 1387011 - Remove deprecated getBrowserSelection and getNavToolbox functions. r=daleharvey
...
MozReview-Commit-ID: GVya0FS5hvX
2017-08-03 12:41:25 +02:00
Dão Gottwald
01ddaaba1d
Bug 1386594 - Remove XULBrowserWindow.init. r=johannh
...
MozReview-Commit-ID: 6uWcb9FMdNE
2017-08-02 13:57:18 +02:00
Dão Gottwald
a4e8256282
Bug 1349555 - Implement most of the photon tab strip. r=johannh
...
MozReview-Commit-ID: 96ug22yZt5G
2017-08-03 09:15:23 +02:00
Wes Kocher
8f335f47a5
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: IJRYyJu1sWm
2017-08-02 17:42:10 -07:00
Wes Kocher
8ad489263c
Merge inbound to central, a=merge
...
MozReview-Commit-ID: 9NFjSEt96iT
2017-08-02 17:11:51 -07:00
Sebastian Hengst
97ce1f48f8
Backed out changeset 4f1a531978f4 (bug 1379620) for failing browser_aboutStopReload.js. r=backout
2017-08-02 19:23:54 +02:00
Sebastian Hengst
2371bcb212
Backed out changeset 714713b0c49e (bug 1384180) because related bug 1379620 gets backed out. r=backout
2017-08-02 19:22:57 +02:00
Jared Wein
b245c3df86
Bug 1384180 - Don't animate the stop->reload if the page loads within 150ms (too distracting). r=dao
...
MozReview-Commit-ID: 9KvMCRZo5LZ
2017-07-26 07:08:00 -04:00
Sebastian Hengst
9fa8063d76
Backed out changeset c9594a10a88a (bug 1349555) for failing browser_windowopen_reflows.js. r=backout
2017-08-02 18:26:37 +02:00