mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Touch down progress bar changes from PROGRESS_19981006_BRANCH. a=briano.
This commit is contained in:
parent
5ee4ee4095
commit
0d6f75e389
@ -90,6 +90,10 @@ LCFLAGS=$(LCFLAGS) -DSMART_MAIL
|
||||
LCFLAGS=$(LCFLAGS) -DMOZ_TRACE_XPCOM_REFCNT
|
||||
!endif
|
||||
|
||||
!ifdef MOZ_SMOOTH_PROGRESS
|
||||
LCFLAGS=$(LCFLAGS) -DSMOOTH_PROGRESS
|
||||
!endif
|
||||
|
||||
|
||||
## Include support for MOZ_LITE/MOZ_MEDIUM
|
||||
include <$(DEPTH)/config/liteness.mak>
|
||||
|
@ -495,6 +495,10 @@ ifdef MOZ_COOKIEMANAGE
|
||||
DEFINES += -DCookieManagement
|
||||
endif
|
||||
|
||||
ifdef MOZ_SMOOTH_PROGRESS
|
||||
DEFINES += -DSMOOTH_PROGRESS
|
||||
endif
|
||||
|
||||
ifdef MOZ_EDITOR
|
||||
#
|
||||
# Enable HTMLArea form element support.
|
||||
|
Loading…
Reference in New Issue
Block a user