28ae08fe3db5bbb20c452a33e4118ed4ea28bd67: Bug 1398897 - Move breakpad include munging to moz.build
draft
Chris Manchester <cmanchester@mozilla.com> - Fri, 15 Sep 2017 11:49:07 -0700 - rev 665610
Push
80119 by bmo:cmanchester@mozilla.com at Fri, 15 Sep 2017 18:49:23 +0000
Bug 1398897 - Move breakpad include munging to moz.build
Unfortunately this also needs to be kept in Makefile.in to handle
other consumers of INCLUDES while we transition them.
MozReview-Commit-ID: 9OYlu6Jv1XZ
6ff1deb6aeee3a035b45e514f9a96913d52bb1c4: Bug 1398897 - Move includes to computed flags.
draft
Chris Manchester <cmanchester@mozilla.com> - Fri, 15 Sep 2017 11:49:07 -0700 - rev 665609
Push
80119 by bmo:cmanchester@mozilla.com at Fri, 15 Sep 2017 18:49:23 +0000
Bug 1398897 - Move includes to computed flags.
MozReview-Commit-ID: Ec0wZfoV63B
38622720f4ffdd657869624995e8ff2aee42adb4: Bug 1398897 - Move defines to computed compile flags.
draft
Chris Manchester <cmanchester@mozilla.com> - Mon, 01 May 2017 18:13:48 -0700 - rev 665608
Push
80119 by bmo:cmanchester@mozilla.com at Fri, 15 Sep 2017 18:49:23 +0000
Bug 1398897 - Move defines to computed compile flags.
MozReview-Commit-ID: CgQv79dYj7Y
f0649af75b222609ebe16024bf23c1834fac36cb: Bug 1398897 - Do not emit compile flags for directories only containing rust libraries.
draft
Chris Manchester <cmanchester@mozilla.com> - Fri, 15 Sep 2017 11:49:06 -0700 - rev 665607
Push
80119 by bmo:cmanchester@mozilla.com at Fri, 15 Sep 2017 18:49:23 +0000
Bug 1398897 - Do not emit compile flags for directories only containing rust libraries.
MozReview-Commit-ID: 94PFyi5VQux
cd2303f3eec796a43f3e23ee4f6d0f1a36a45639: Bug 1367079 - 1. Update TextSelection implementations for GeckoView; r=snorp
draft
Jim Chen <nchen@mozilla.com> - Fri, 15 Sep 2017 14:44:50 -0400 - rev 665606
Push
80118 by bmo:nchen@mozilla.com at Fri, 15 Sep 2017 18:49:11 +0000
Bug 1367079 - 1. Update TextSelection implementations for GeckoView; r=snorp
Make TextSelection implementations not depend on GeckoApp. Instead, make
them use GeckoView's EventDispatcher directly for communicating with
Gecko.
MozReview-Commit-ID: EygAt3D9HMI
cc7cb725f8b5eb1ab4f53bf285b6f1863f2f4d49: Bug 1398409 - 3. Add FormAssistPopup to custom tabs; r=snorp
draft
Jim Chen <nchen@mozilla.com> - Fri, 15 Sep 2017 14:44:50 -0400 - rev 665605
Push
80117 by bmo:nchen@mozilla.com at Fri, 15 Sep 2017 18:48:05 +0000
Bug 1398409 - 3. Add FormAssistPopup to custom tabs; r=snorp
Add and use FormAssistPopup in custom tabs to show autocomplete lists
and form validation messages.
MozReview-Commit-ID: AvK70MLQNVN
c68b6e5b8711ba021067a6bd7cbeac0d10e2f556: Bug 1398409 - 2. Use event callback to communicate FormAssistPopup actions; r=sebastian
draft
Jim Chen <nchen@mozilla.com> - Fri, 15 Sep 2017 14:44:50 -0400 - rev 665604
Push
80117 by bmo:nchen@mozilla.com at Fri, 15 Sep 2017 18:48:05 +0000
Bug 1398409 - 2. Use event callback to communicate FormAssistPopup actions; r=sebastian
Use event callbacks instead of separate events to deliver
FormAssistPopup replies back to FormAssistant. This lets us better
handle having multiple FormAssistPopup instances across Fennec, custom
tabs, and PWAs.
FormAssistant._currentInputElement is removed because it does not allow
us to have multiple concurrent popups. Instead, we track the current
element through the event callback closure.
FormAssistant._currentInputValue is also removed for similar reasons,
and I don't think it was really necessary.
MozReview-Commit-ID: DdeMBGCxDou
77cc5f2d0455e9d0e0b78aa6e08ad8bef8298b85: Bug 1398409 - 1. Move FormAssistant out of browser.js; r=sebastian
draft
Jim Chen <nchen@mozilla.com> - Fri, 15 Sep 2017 14:44:50 -0400 - rev 665603
Push
80117 by bmo:nchen@mozilla.com at Fri, 15 Sep 2017 18:48:05 +0000
Bug 1398409 - 1. Move FormAssistant out of browser.js; r=sebastian
To support FormAssistPopup in custom tabs, we need to move the
FormAssitant object out of browser.js and into its own separate file.
BrowserCLH.h in turn loads FormAssistant.js when necessary.
MozReview-Commit-ID: 7CFQ9R16P4J
b3f9bb6f01a4b2f5fc29ba9f61d04fcb281cc891: Bug 1367077 - 4. Remove LoginManagerParent.login; r=kmag
draft
Jim Chen <nchen@mozilla.com> - Fri, 15 Sep 2017 14:44:50 -0400 - rev 665602
Push
80116 by bmo:nchen@mozilla.com at Fri, 15 Sep 2017 18:46:16 +0000
Bug 1367077 - 4. Remove LoginManagerParent.login; r=kmag
Mobile code now loads LoginManagerParent lazily, similar to
nsBrowserGlue on desktop, so we no longer need LoginManagerParent.login.
MozReview-Commit-ID: 8tnWnev344
df4e84d73759278d796e3fdb54368d0c2f1c33a2: Bug 1367077 - 3. Move form fill event listeners out of browser.js; r=sebastian
draft
Jim Chen <nchen@mozilla.com> - Fri, 15 Sep 2017 14:44:49 -0400 - rev 665601
Push
80116 by bmo:nchen@mozilla.com at Fri, 15 Sep 2017 18:46:16 +0000
Bug 1367077 - 3. Move form fill event listeners out of browser.js; r=sebastian
Move the form fill event listeners out of browser.js and into
BrowserCLH.js, and update them to support chrome windows, so we can
handle form fill events for Fennec, custom tabs, and PWAs.
MozReview-Commit-ID: Fb5gWmGvxfE
1521490e5d2c13650a951251666fe00f038b8c14: Bug 1367077 - 2. Move PromptService startup to BrowserCLH; r=snorp
draft
Jim Chen <nchen@mozilla.com> - Fri, 15 Sep 2017 14:44:49 -0400 - rev 665600
Push
80116 by bmo:nchen@mozilla.com at Fri, 15 Sep 2017 18:46:16 +0000
Bug 1367077 - 2. Move PromptService startup to BrowserCLH; r=snorp
Use the BrowserCLH for PromptService startup, to consolidate startup
handling code and also to delay loading PromptService.
MozReview-Commit-ID: 25UgVH7wrrs
a966e2ee0dae223cbdf14679938d1db5ad0a126f: Bug 1367077 - 1. Move startup utility functions into GeckoViewUtils; r=snorp
draft
Jim Chen <nchen@mozilla.com> - Fri, 15 Sep 2017 14:44:49 -0400 - rev 665599
Push
80116 by bmo:nchen@mozilla.com at Fri, 15 Sep 2017 18:46:16 +0000
Bug 1367077 - 1. Move startup utility functions into GeckoViewUtils; r=snorp
Move `addLazyGetter` and `addLazyEventListener` utility functions from
GeckoViewStartup.js into GeckoViewUtils.jsm, so they can be used for
both Fennec and standalone GeckoView.
Also switch to "chrome-document-loaded" for loading
DownloadNotifications because that's later in the startup sequence.
MozReview-Commit-ID: 1caMtufkHGR
b42a99aeb7fadfb2e41d2f75094da682b3afca3b: Bug 1392874 - Force gSync initialization in browser_sync.js test. r?markh
draft
Edouard Oger <eoger@fastmail.com> - Fri, 15 Sep 2017 11:28:19 -0700 - rev 665598
Push
80115 by bmo:eoger@fastmail.com at Fri, 15 Sep 2017 18:29:01 +0000
Bug 1392874 - Force gSync initialization in browser_sync.js test. r?markh
MozReview-Commit-ID: 9ZEK4dc6QEe
31992a5c3d64ade078accdaab8ac4ffb5e43a9d7: Merge autoland to m-c. a=merge
Ryan VanderMeulen <ryanvm@gmail.com> - Fri, 15 Sep 2017 14:15:29 -0400 - rev 665597
Push
80115 by bmo:eoger@fastmail.com at Fri, 15 Sep 2017 18:29:01 +0000
Merge autoland to m-c. a=merge
7ef7bcbd8884ababc8461fa3fe18d649526227d7: Bug 1398729 - Support devtools.panels.elements sidebar.setExpression API method. r=aswan
Luca Greco <lgreco@mozilla.com> - Sat, 09 Sep 2017 16:39:17 +0200 - rev 665596
Push
80115 by bmo:eoger@fastmail.com at Fri, 15 Sep 2017 18:29:01 +0000
Bug 1398729 - Support devtools.panels.elements sidebar.setExpression API method. r=aswan
MozReview-Commit-ID: 2tRLF59o8Bg
d3df8bc53dcb46cd30426d14f668cb5ab36c85c9: Bug 1398729 - Share devtools.inspectedWindow.eval helper methods in ext-devtools API module. r=aswan
Luca Greco <lgreco@mozilla.com> - Sat, 09 Sep 2017 15:44:35 +0200 - rev 665595
Push
80115 by bmo:eoger@fastmail.com at Fri, 15 Sep 2017 18:29:01 +0000
Bug 1398729 - Share devtools.inspectedWindow.eval helper methods in ext-devtools API module. r=aswan
MozReview-Commit-ID: 9ezZNjEOdUY
956bc408307c40ffc9a307a7affe8377e04842aa: Bug 1399968 - Ensure the inNavBar search pref really does get set correctly on startup. r=Gijs
Mark Banner <standard8@mozilla.com> - Thu, 14 Sep 2017 20:59:32 +0100 - rev 665594
Push
80115 by bmo:eoger@fastmail.com at Fri, 15 Sep 2017 18:29:01 +0000
Bug 1399968 - Ensure the inNavBar search pref really does get set correctly on startup. r=Gijs
Delay the initialisation of the pref until the toolbar has been initialised.
MozReview-Commit-ID: JxQajZ4wrCR
a71dd9ce8a166bf5781ecbc53ead54bd50f4f8f2: Bug 1347833 - Add support to wrap long request parameters/cookies in the netmonitor sidebar. r=Honza
abhinav <abhinav.koppula@gmail.com> - Sun, 10 Sep 2017 00:08:06 +0530 - rev 665593
Push
80115 by bmo:eoger@fastmail.com at Fri, 15 Sep 2017 18:29:01 +0000
Bug 1347833 - Add support to wrap long request parameters/cookies in the netmonitor sidebar. r=Honza
MozReview-Commit-ID: LYQvQzxRC5G
9253681974414228318eacfdcaafdaae333855bb: Bug 1400232 - Hide the menu button separator in compact mode. r=johannh
Dão Gottwald <dao@mozilla.com> - Fri, 15 Sep 2017 16:16:59 +0200 - rev 665592
Push
80115 by bmo:eoger@fastmail.com at Fri, 15 Sep 2017 18:29:01 +0000
Bug 1400232 - Hide the menu button separator in compact mode. r=johannh
MozReview-Commit-ID: CKuXX6QZ3W5
8b0058e2a4a8a123e09470b7ee975963be88a158: Bug 1399460 - Fix for browser_webconsole_check_stubs_console_api. r=Honza
Nicolas Chevobbe <nchevobbe@mozilla.com> - Thu, 14 Sep 2017 18:49:43 +0200 - rev 665591
Push
80115 by bmo:eoger@fastmail.com at Fri, 15 Sep 2017 18:29:01 +0000
Bug 1399460 - Fix for browser_webconsole_check_stubs_console_api. r=Honza
The test that checked console api stubs was failing because we were trying
to reach the server while the connection was closed, which throws an error.
This patch filters-out log messages in the console output so we don't get
unwanted server communication. The output is not important here since we
are only listening to the consoleAPICall event.
MozReview-Commit-ID: Ay5fQ1CSbLx