Closed
Bug 1300156
Opened 9 years ago
Closed 9 years ago
Remove MOZ_SAFE_BROWSING and MOZ_URL_CLASSIFIER from build now that safe browsing configure flag is gone.
Categories
(SeaMonkey :: Installer, defect)
Tracking
(seamonkey2.49esr fixed)
RESOLVED
FIXED
seamonkey2.49
| Tracking | Status | |
|---|---|---|
| seamonkey2.49esr | --- | fixed |
People
(Reporter: philip.chee, Assigned: philip.chee)
References
Details
Attachments
(1 file)
|
5.04 KB,
patch
|
iannbugzilla
:
review+
|
Details | Diff | Splinter Review |
(From Bug 336290 comment #0)
> After safebrowsing is fully integrated, remove the configure flag and turn
> on by default in bon echo and trunk. This is a follow up on to bug 334575
> where the configure flag was added.
| Assignee | ||
Comment 1•9 years ago
|
||
| Assignee | ||
Updated•9 years ago
|
Attachment #8787701 -
Flags: review?(iann_bugzilla)
Comment on attachment 8787701 [details] [diff] [review]
Patch v1 for Build Config and Installer changes
>+++ b/suite/installer/removed-files.in
>-#ifndef MOZ_URL_CLASSIFIER
>- @DIR_MACOS@components/nsUrlClassifierHashCompleter.js
>- @DIR_MACOS@components/nsUrlClassifierLib.js
>- @DIR_MACOS@components/nsUrlClassifierListManager.js
>-#endif
>@@ -697,21 +692,16 @@ Throbber-small.gif
> @DIR_MACOS@components/nsSuiteDownloadManagerUI.js
> @DIR_MACOS@components/nsSuiteGlue.js
> @DIR_MACOS@components/nsTaggingService.js
> @DIR_MACOS@components/nsTryToClose.js
> @DIR_MACOS@components/nsTypeAheadFind.js
> @DIR_MACOS@components/nsUpdateService.js
> @DIR_MACOS@components/nsUpdateServiceStub.js
> @DIR_MACOS@components/nsUpdateTimerManager.js
>- #ifdef MOZ_URL_CLASSIFIER
>- @DIR_MACOS@components/nsUrlClassifierHashCompleter.js
>- @DIR_MACOS@components/nsUrlClassifierLib.js
>- @DIR_MACOS@components/nsUrlClassifierListManager.js
>- #endif
Shouldn't these be kept as it is #ifdef not #ifndef?
Flags: needinfo?(philip.chee)
Comment on attachment 8787701 [details] [diff] [review]
Patch v1 for Build Config and Installer changes
As this just syncs with other products do, let's just do it r/a=me
Flags: needinfo?(philip.chee)
Attachment #8787701 -
Flags: review?(iann_bugzilla) → review+
| Assignee | ||
Comment 4•9 years ago
|
||
Pushed to comm-central http://hg.mozilla.org/comm-central/rev/cdf8a73f43f7
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.49
| Assignee | ||
Updated•9 years ago
|
status-seamonkey2.49esr:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•